@font-face {
    font-family: 'appFont';
    src: url('../fonts/Neo_Sans_Arabic_Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'appFont', sans-serif;
}

.navbar-brand img {
    height: 100px;
}

.nav-link {
    font-size: 18px;
    font-weight: bold;
    color: white !important;
}

#landing-section {
    background-size: cover;
    background-position: center;
    background-origin: inherit;
}

#landing-section-image {
    margin-top: 50px;
}


#landing-text {
    text-align: right;
    font-size: 22px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

#landing-name {
    background: transparent linear-gradient(270deg, #034146 0%, #05393D7B 0%, #06313500 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    opacity: 1;
}

#landing-name p {
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    opacity: 1;
    padding: 15px 10px;
}


#page-content-section {
    background: linear-gradient(180deg, #cddbdd, #c1d2d5, #f0efe8, #f0efe8, #c1d2d5);
    padding-bottom: 40px;
}


.app-card {
    box-shadow: 0 3px 6px rgba(124, 124, 124, 0.16);
    border-radius: 20px;
    background: white;
}

.statistics-image {
    width: 60px;
    height: 60px;
}

.statistics-info {
    margin-top: 17px;
}

#new-achievement {
    margin-top: 150px;
}

.categorize-title {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-teal) !important;
}

.categorize-image {
    width: 70px;
}

#new-achievements-boxes {
    margin-top: 80px;
}

.new-achievement-card {
    box-shadow: 0 3px 6px rgba(124, 124, 124, 0.16);
    border-radius: 29px;
}

.new-achievement-title {
    font-weight: bold;
}

.achievement-badge {
    background-color: #daf7f8 !important;
    color: #2c666f !important;
}

.app-btn {
    border-radius: 15px;
    background-color: #2c666f;
    color: #FFFFFF;
}

.app-btn:hover {
    color: #2c666f;
    background-color: #FFFFFF;
}

.read-more-btn {
    font-size: 15px;
}

#public-figure {
    background: linear-gradient(268.05deg, #0c7f89, #0e4348);
}


#public-figure-text p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.55);
}

.public-figure-card-title {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

#achievements-section {
    padding-top: 80px;
    background: linear-gradient(180.05deg, rgba(154, 84, 167, 0),
    rgba(154, 149, 96, 0.47), rgba(255, 255, 255, 0));
}

.achievements-section-item {
    /*background: linear-gradient(180.05deg, rgba(154, 84, 167, 0),*/
    /*rgba(154, 149, 96, 0.47), rgba(255, 255, 255, 0));*/
    /*box-shadow: 0 3px 6px rgba(124, 124, 124, 0.16);*/
    /*border-radius: 29px;*/
}

.achievements-section-card {
    height: 420px;
    box-shadow: 0 3px 6px rgba(124, 124, 124, 0.16);
    border-radius: 29px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.achievements-section-card-top-title {
    position: absolute;
    top: 20px;
    right: 20px;
    width: fit-content;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    background-color: rgba(119, 117, 121, 0.7);
}

.achievements-section-card-bottom-title {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.achievements-section-card-bottom-title p {
    width: fit-content;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(119, 117, 121, 0.7);
}

.link-text {
    text-decoration: none;
    color: inherit;
}

.bg-white-50 {
    background: rgba(255, 255, 255, 0.51);
}

#landing-image {
    width: 300px;
}

#landing-image-text {
    font-size: 25px;
    color: white;
}

#landing-image-subtitle {
    font-size: 18px;
    font-weight: bolder;
    color: #9b865d;
}

.achievers-image-d img {
    height: 340px;
    width: 100%;
}

.app-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.achievers-image-h {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.achievers-image-d {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.achievers-image-card:hover .app-card {
    transform: scale(1.05);
    background: linear-gradient(268.05deg, #0c7f89, #0e4348);
    box-shadow: 0 3px 6px rgba(124, 124, 124, 0.16);
}


.achievers-image-card-name {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(19, 96, 104, 0.7);
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 5px 15px;
}

#app-footer {
    background: linear-gradient(268.05deg, #1b4146, #2a6169, #086e77);
}

.nav-bg {
    background: linear-gradient(268.05deg, #1b4146, #2a6169, #086e77);
}

.footer-logo {
    width: 120px;
}

@media (max-width: 768px) {
    #landing-image {
        width: 200px;
    }

    #landing-image-text {
        font-size: 20px;
        padding: 0 20px;
        color: white;
    }

    #landing-image-subtitle {
        font-size: 15px;
    }
}
