* {
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'iranYekan';
    src: url('../core/fonts/IRAN-YEKAN/WebFonts/fonts/woff/IRANYekanWebMedium.woff') format('woff');
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: iranYekan, -apple-system;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.carousel-indicators [data-bs-target] {
    background-color: #0A0D11 !important;
}

.slick-prev:before {
    content: url("../images/svg/slick-arrow-right.svg") !important;
}

.slick-next:before {
    content: url("../images/svg/slick-arrow-left.svg") !important;
}

#navbarSection,
#mobileNavbarSection {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

#navbarSection.scrolled,
#mobileNavbarSection.scrolled {
    background-color: #AFC3C3 !important;
    transition: background-color 200ms linear;
}

#navbarSection .right-box {
    font-size: 0.9rem;
    color: #1C1F1F;
}

#navbarSection .right-box .search-icon {
    cursor: pointer;
}

#navbarSection .right-box #settingBox select {
    color: #1C1F1F !important;
    font-size: 0.9rem !important;
    cursor: pointer;
}

#navbarSection .right-box #settingBox .form-select {
    background-position: left 2.4rem center !important;
    border: none !important;
}

#navbarSection .right-box #settingBox .form-select:focus {
    outline: none !important;
    box-shadow: none !important;
}

#navbarSection .right-box #settingBox a {
    color: #1C1F1F;
}

#navbarSection .right-box #settingBox .link-box {
    cursor: pointer;
}

#navbarSection .right-box #searchBox {
    display: none;
}

#navbarSection .right-box #searchBox input {
    color: #1C1F1F;
    font-size: 0.9rem;
}

#navbarSection .right-box #searchBox input:focus {
    outline: none;
}

#navbarSection .navbar .nav-link {
    color: #1C1F1F;
    font-size: 0.9rem;
}

#introSection {
    height: 100vh;
    background-color: #AFC3C3;
    padding-top: 5rem;
    overflow: hidden;
}

#introSection .right-box .top-box:before {
    content: url("../images/svg/line.svg");
}

#introSection .right-box .top-box {
    margin-bottom: 5rem;
    padding-top: 3rem;
}

#introSection .right-box .top-box h1 {
    color: rgba(255, 255, 255, 0.7);
    cursor: context-menu;
}

#introSection .right-box .top-box p {
    color: #1C1F1F;
    line-height: 2rem;
    text-align: justify;
    cursor: context-menu;
}

#introSection .right-box .top-box a {
    font-size: 0.9rem;
}

#introSection .right-box .bottom-box a {
    color: #21525B;
    display: inline-flex;
    align-items: start;
}

#introSection .left-box {
    position: relative;
    padding-top: 6rem;
}

#introSection .left-box img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#financialSection .top-box h4 {
    color: #1C1F1F;
}

#financialSection .top-box p {
    color: #657070;
    font-size: 0.8rem;
}

#financialSection .bottom-box .link-box {
    background-color: #F2F5F5;
    border-radius: 8px;
    width: 31.5%;
}

#financialSection .bottom-box .link-box a {
    font-size: 0.9rem;
    color: #0D474C;
    display: inline-flex;
    align-items: end;
}

#projectsSection .top-box h4 {
    color: #1C1F1F;
}

#projectsSection .top-box p {
    color: #657070;
    font-size: 0.8rem;
}

#projectsSection .bottom-box #projectsBox .count-box #projectsLoaderBox1 .skeleton,
#projectsSection .bottom-box #projectsBox .count-box #projectsLoaderBox2 .skeleton,
#projectsSection .bottom-box #projectsBoxMobile .count-box #projectsLoaderBoxMobile1 .skeleton,
#projectsSection .bottom-box #projectsBoxMobile .count-box #projectsLoaderBoxMobile2 .skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    margin-bottom: 16px;
}

#projectsSection .bottom-box #projectsBox .count-box #projectsLoaderBoxMobile1 .skeleton-1 {
    width: 50%;
    height: 3rem;
    mix-blend-mode: multiply !important;
}

#projectsSection .bottom-box #projectsBox .count-box #projectsLoaderBox2 .skeleton-2 {
    width: 70%;
    height: 25rem;
    mix-blend-mode: multiply !important;
}

#projectsSection .bottom-box #projectsBoxMobile .count-box #projectsLoaderBoxMobile1 .skeleton-1 {
    width: 100%;
    height: 3rem;
    mix-blend-mode: multiply !important;
}

#projectsSection .bottom-box #projectsBoxMobile .count-box #projectsLoaderBoxMobile2 .skeleton-2 {
    width: 100%;
    height: 25rem;
    mix-blend-mode: multiply !important;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

#projectsSection .bottom-box #projectsBox .count-box {
    padding: 6rem 1rem;
}

#projectsSection .bottom-box #projectsBox .count-box span,
#projectsSection .bottom-box #projectsBoxMobile .count-box span {
    font-size: 2rem;
}

#projectsSection .bottom-box #projectsBox .count-box p,
#projectsSection .bottom-box #projectsBoxMobile .count-box p {
    font-size: 0.9rem;
    color: #657070;
}

#projectsSection .bottom-box #projectsBox .info-box span,
#projectsSection .bottom-box #projectsBoxMobile .info-box span {
    font-size: 0.8rem;
    color: #657070;
}

#projectsSection .bottom-box #projectsBox .map-box svg {
    width: 100%;
}

#projectsSection .bottom-box #projectsBox .map-box .bg-pattern {
    fill: url(#bg-pattern);
}

#projectsSection .bottom-box .carousel-item .map-image {
    width: 100%;
}

#projectsSection .link-box a {
    font-size: 0.9rem;
}

#projectsSection .carousel-indicators {
    margin-top: 5rem !important;
}

#newsSection {
    background-color: #F2F5F5;
}

#newsSection .right-box {
    cursor: context-menu;
}

#newsSection .right-box .image-box img {
    width: 100%;
    height: 33rem;
}

#newsSection .right-box h5 {
    color: #1C1F1F;
}

#newsSection .right-box p {
    color: #586764;
    font-size: 0.9rem;
}

#newsSection .right-box a {
    color: #1C1F1F;
    font-size: 0.9rem;
}

#newsSection .left-box {
    overflow-y: scroll;
    height: 72vh;
    padding: 1rem;
}

#newsSection .left-box::-webkit-scrollbar {
    width: 3px;
}

#newsSection .left-box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #1C1F1F;
    float: right;
}

#newsSection .left-box::-webkit-scrollbar-track {
    padding: 2px 0;
    background-color: #ebebeb;
    border-radius: 10px;
}

#newsSection .left-box .news-box {
    cursor: context-menu;
}

#newsSection .left-box .news-box img {
    width: 100%;
    height: 7rem;
}

#newsSection .left-box .news-box h6,
#newsSection #mobileNewsSection .news-box h6 {
    color: #1C1F1F;
}

#newsSection .left-box .news-box span,
#newsSection #mobileNewsSection .news-box span {
    color: #038E8E;
    font-size: 0.8rem;
}

#newsSection .left-box .news-box p,
#newsSection #mobileNewsSection .news-box p {
    color: #586764;
    font-size: 0.9rem;
}

#newsSection .left-box .news-box a,
#newsSection #mobileNewsSection .news-box a {
    color: #1C1F1F;
    font-size: 0.9rem;
}

#newsSection .link-box a {
    font-size: 0.9rem;
}

#newsSection .link-box a {
    font-size: 0.9rem;
}

#indexImageGallerySection .category-box a {
    font-size: 0.8rem;
    width: 90%;
    border-radius: 2rem;
    border: 1px solid #D2DDDC;
}

#indexImageGallerySection .link-box a {
    font-size: 0.9rem;
}

#indexImageGallerySection .tab-content img {
    width: 100%;
}

#indexImageGallerySection .tab-content .center-image {
    height: 25rem;
}

#indexImageGallerySection .slick-prev,
#indexImageGallerySection .slick-next {
    top: 1.5rem !important;
}

#indexImageGallerySection .link-box a {
    font-size: 0.9rem;
}

#managersSection .top-box p {
    color: #657070;
    font-size: 0.8rem;
}

#managersSection .intro-box .logo {
    height: 2rem;
}

#managersSection .intro-box h6 {
    color: #1C1F1F;
}

#managersSection .intro-box span {
    color: #657070;
    font-size: 0.9rem;
}

#managersSection .slick-slide img {
    display: unset;
}

#managersSection .slick-dots li {
    margin: 0 !important;
}

#companySection .company-box a {
    color: #1C1F1F;
}

#prizeSection {
    background-color: #F2F5F5;
}

#prizeSection .slick-slider {
    pointer-events: none !important;
}

#prizeSection .prize-box {
    padding: 1rem;
}

#prizeSection .prize-box .title {
    font-size: 0.8rem;
    color: #1C1F1F;
}

#jobOfferSection {
    background-image: url("../images/jpg/job-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 5rem 0;
}

#jobOfferSection .top-box span {
    color: #21525B;
    font-size: 0.8rem;
}

#jobOfferSection .bottom-box span {
    font-size: 0.8rem;
}

#jobOfferSection .link-box a {
    font-size: 0.9rem;
}

#contactUsSection input,
#userAccountContentSection input,
#contactUsSection textarea ,
#userAccountContentSection textarea {
    font-size: 0.9rem;
    background-color: #F2F5F5;
    color: #0D474C !important;
    direction: ltr;
}

#contactUsSection input::placeholder,
#userAccountContentSection input::placeholder,
#contactUsSection textarea::placeholder ,
#userAccountContentSection textarea::placeholder {
    color: #0D474C !important;
}

#contactUsSection input:focus,
#userAccountContentSection input:focus,
#contactUsSection textarea:focus ,
#userAccountContentSection textarea:focus {
    background-color: #AFC3C3;
    box-shadow: none;
}

#contactUsSection iframe {
    width: 100%;
    height: 92%;
}

#footerSection {
    background-color: #AFC3C3;
    color: #0A0D11;
}

#footerSection p {
    line-height: 2rem;
}

#footerSection p,
#footerSection span {
    font-size: 0.9rem;
}

#footerSection a {
    color: rgba(33, 82, 91, 1);
    font-size: 1rem;
}

#subFooterSection {
    background-color: #D6DFDF;
}

#subFooterSection p {
    font-size: 0.7rem;
    color: #1C1F1F;
}

#stateProjectsListSection {
    padding-top: 5.5rem;
}

#stateProjectsListSection .intro-box {
    border-bottom: 1px solid #D2DDDC;
}

#stateProjectsListSection .intro-box .right-box {
    padding-top: 10rem;
}

#stateProjectsListSection .intro-box .right-box span {
    font-size: 0.8rem;
    color: #038E8E;
}

#stateProjectsListSection .intro-box .right-box h1 {
    font-size: 3rem;
    color: #1C1F1F;
}

#stateProjectsListSection .intro-box .right-box p {
    font-size: 0.8rem;
    color: #657070;
    line-height: 1.5rem;
}

#stateProjectsListSection .intro-box .left-box img {
    width: 60%;
    height: 60%;
}

#stateProjectsListSection .projects-section .project-box .right-box img {
    width: 100%;
    height: 25rem;
}

#stateProjectsListSection .projects-section .project-box .left-box .title-box {
    margin-bottom: 8rem;
}

#stateProjectsListSection .projects-section .project-box .left-box .title-box h5 {
    color: #1C1F1F;
}

#stateProjectsListSection .projects-section .project-box .left-box p {
    font-size: 0.8rem;
    color: #657070;
}

#stateProjectsListSection .projects-section .project-box .left-box .detail-box h2 {
    color: #038E8E;
}

#stateProjectsListSection .projects-section .project-box .left-box .detail-box span {
    font-size: 0.8rem;
    color: #1C1F1F;
}

#stateProjectsListSection .projects-section .project-box .left-box .link-box {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#stateProjectsListSection .projects-section .project-box .left-box .link-box a {
    font-size: 0.9rem;
}

#imageGallerySection {
    padding-top: 5.5rem;
}

#imageGallerySection .category-box a {
    font-size: 0.8rem;
    width: 90%;
    border-radius: 2rem;
    border: 1px solid #D2DDDC;
}

#imageGallerySection .slick-prev,
#imageGallerySection .slick-next {
    top: 1.5rem !important;
}

#imageGallerySection .tab-content img {
    width: 100%;
}

#loginModal input,
#signUpModal input,
#loginModal textarea,
#signUpModal textarea {
    font-size: 0.9rem;
    background-color: #F2F5F5;
    color: #0D474C !important;
    direction: rtl;
}

#loginModal input::placeholder,
#signUpModal input::placeholder,
#loginModal textarea::placeholder,
#signUpModal textarea::placeholder {
    color: #0D474C !important;
}

#loginModal input:focus,
#signUpModal input:focus,
#loginModal textarea:focus,
#signUpModal textarea:focus {
    background-color: #AFC3C3;
    box-shadow: none;
}

#newsDetailsSection {
    padding-top: 5.5rem;
}

#newsDetailsSection .news-details-box {
    border-bottom: 1px solid;
    border-color: #D2DDDC;
}

#newsDetailsSection .news-details-box .right-box p {
    font-size: 0.8rem;
    color: #1C1F1F;
}

#newsDetailsSection .news-details-box .left-box {
    background-image: url("/images/jpg/news.jpg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 8px;
}

#newsDetailsSection .news-details-box .left-box .title-box {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
}

#newsDetailsSection .news-details-box .left-box .title-box p {
    font-size: 1.2rem;
    color: #FFFFFF;
}

#newsDetailsSection .news-details-box .left-box .title-box span {
    font-size: 0.7rem;
    color: #FFFFFF;
}

#newsDetailsSection .other-news-box .slider-box .news-box {
    padding: 1rem;
}

#newsDetailsSection .other-news-box .slider-box .news-box img {
    width: 100%;
}

#newsDetailsSection .other-news-box .slider-box .news-box p {
    font-size: 0.8rem;
    color: #1C1F1F;
}

#newsDetailsSection .other-news-box .slider-box .news-box span {
    font-size: 0.7rem;
    color: #657070;
}

#newsDetailsSection .other-news-box .slider-box .slick-prev,
#newsDetailsSection .other-news-box .slider-box .slick-next {
    top: 9rem !important;
}

#projectDetailsSection {
    padding-top: 5.5rem;
}

#projectDetailsSection .intro-box {
    border-bottom: 1px solid #D2DDDC;
}

#projectDetailsSection .intro-box .right-box {
    padding-top: 11rem;
}

#projectDetailsSection .intro-box .right-box h4 {
    color: #1C1F1F;
}

#projectDetailsSection .intro-box .right-box p {
    font-size: 0.8rem;
    color: #1C1F1F;
    line-height: 1.5rem;
}

#projectDetailsSection .intro-box .right-box .details-box h4 ,
#stateProjectsListSection .projects-section .project-box .left-box h4 {
    color: #038E8E;
}

#projectDetailsSection .intro-box .right-box .details-box span ,
#stateProjectsListSection .projects-section .project-box .left-box span {
    font-size: 1rem;
    color: #1C1F1F;
}

#projectDetailsSection .intro-box .left-box img {
    border-radius: 8px;
    width: 100%;
}

#projectDetailsSection .gallery-box .right-box .image-box img {
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
}

#projectDetailsSection .gallery-box .left-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    width: 56.5%;
    border-radius: 8px;
}

#projectDetailsSection .gallery-box .left-box .button-box {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

#projectDetailsSection .details-box .description-box {
    border-left: 1.5px solid rgba(3, 142, 142, 1);
}

#projectDetailsSection .details-box .description-box p {
    font-size: 0.9rem;
    color: #657070;
    line-height: 1.5rem;
}

#projectDetailsSection .details-box .summery-box span {
    font-size: 0.9rem;
    color: #657070;
}

#projectDetailsSection .members-box .person-box {
    padding: 1rem;
    width: 13rem !important;
}

#projectDetailsSection .members-box .person-box img {
    width: 50%;
    height: 5rem;
    display: unset !important;
    border-radius: 50%;
}

#projectDetailsSection .members-box .person-box span {
    font-size: 1rem;
    color: #1C1F1F;
}

#projectDetailsSection .members-box .person-box p {
    font-size: 0.8rem;
    color: #657070;
}

#projectDetailsSection .address-box p {
    font-size: 1rem;
    color: #657070;
}

#projectDetailsSection .address-box .map-box iframe {
    width: 100%;
    border-radius: 8px;
}

#projectDetailsSection #galleryModal {
    cursor: pointer;
}

#projectDetailsSection #singleImageModal .modal-body {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#mobileNavbarSection #mobileSerachBarBox {
    display: none;
    position: relative;
}

#mobileNavbarSection #mobileSerachBarBox input {
    width: 100%;
    color: #1C1F1F;
    font-size: 0.9rem;
    background-color: transparent;
}

#mobileNavbarSection #mobileSerachBarBox input:focus {
    outline: none;
}

#mobileNavbarSection #mobileSerachBarBox img {
    position: absolute;
    top: 1.3rem;
    left: 1rem;
    height: 1rem;
}

#mobileNavbarSection .left-box img {
    width: 100%;
}

#mobileNavbarModal .modal-content {
    background-color: #AFC3C3;
}

#mobileNavbarModal .modal-body .link-box a {
    color: #1C1F1F;
}

#mobileNavbarModal .modal-body .lang-box a {
    color: #1C1F1F;
    font-size: 0.9rem;
}

#dynamicContentSection {
    min-height: 100vh;
    padding-top: 10rem;
    overflow: hidden;
}

#searchResultContentSection {
    min-height: 100vh;
    padding-top: 10rem;
    overflow: hidden;
}

#searchResultContentSection .title-box span {
    font-size: 0.8rem;
    color: rgba(3, 142, 142, 1);
}

#searchResultContentSection .result-box {
    cursor: context-menu;
}

#searchResultContentSection .result-box img {
    width: 100%;
    height: 5rem;
    border-radius: 8px;
}

#searchResultContentSection .result-box a {
    font-size: 0.9rem;
    color: rgba(28, 31, 31, 1);
}

#searchResultContentSection .result-box a img {
    width: 1.5rem;
    height: 1.5rem;
}

#allNewsArchiveContentSection {
    min-height: 100vh;
    padding-top: 10rem;
    overflow: hidden;
}

#allNewsArchiveContentSection .news-box img {
    width: 100%;
    height: 5rem;
    border-radius: 8px;
}

#allNewsArchiveContentSection .news-box a {
    font-size: 0.9rem;
    color: rgba(28, 31, 31, 1);
}

#allNewsArchiveContentSection .news-box a img {
    width: 1.5rem;
    height: 1.5rem;
}

#userAccountContentSection {
    min-height: 100vh;
    padding-top: 10rem;
    overflow: hidden;
}

/*----------------------------BOOTSTRAP MEDIA QUERIES----------------------------*/

@media (max-width: 575.98px) {
    .row {
        margin: 0 auto !important;
    }

    #introSection {
        padding-top: 0;
        height: auto;
    }

    #introSection .container {
        position: unset;
    }

    #introSection .right-box .top-box {
        margin-bottom: 3rem;
    }

    #introSection .left-box img {
        width: 100%;
    }

    #projectsSection .bottom-box .carousel-item .count-box {
        padding: 3rem;
    }

    #newsSection .right-box {
        padding: 0 !important;
    }

    #newsSection .right-box .image-box img {
        height: auto;
    }

    #newsSection #mobileNewsSection .news-box img {
        width: 100%;
    }

    #mobileNewsSection .slick-prev {
        right: -0.5rem !important;
    }

    #mobileNewsSection .slick-next {
        left: -0.5rem !important;
    }

    #indexImageGallerySection .slick-prev {
        right: 0 !important;
    }

    #indexImageGallerySection .slick-next {
        right: 0 !important;
    }

    #indexImageGallerySection .category-box a {
        width: 80%;
    }

    #newsDetailsSection .news-details-box .left-box .title-box {
        position: unset;
        padding-top: 12rem;
    }

    #newsDetailsSection .news-details-box .left-box {
        height: 50vh;
    }

    #projectDetailsSection .intro-box .right-box {
        padding-top: 0rem;
    }

    #projectDetailsSection .intro-box .right-box h1 {
        font-size: 1.8rem;
    }

    #projectDetailsSection .intro-box .right-box p {
        font-size: 0.8rem;
        color: #657070;
    }

    #projectDetailsSection .intro-box .right-box .details-box h1 {
        font-size: 2rem;
        color: #038E8E;
    }

    #projectDetailsSection .intro-box .right-box .details-box span {
        font-size: 1rem;
        color: #1C1F1F;
    }

    #stateProjectsListSection .intro-box .right-box {
        padding-top: 0;
    }

    #stateProjectsListSection .intro-box .left-box img {
        height: auto;
    }

    #stateProjectsListSection .projects-section .project-box .left-box .link-box {
        position: unset;
    }

    #newsDetailsSection .other-news-box .slider-box .slick-prev,
    #newsDetailsSection .other-news-box .slider-box .slick-next {
        top: 7rem !important;
    }

    #projectDetailsSection .gallery-box .left-box {
        width: 100%;
        height: 50vh;
    }

    #projectDetailsSection .gallery-box .left-box .button-box {
        position: absolute;
        bottom: 2rem;
        right: 0;
        left: 0;
    }

    #financialSection .bottom-box .link-box {
        width: 100%;
    }

    #stateProjectsListSection .projects-section .project-box .left-box .title-box {
        margin-bottom: 3rem;
    }
}

@media (max-width: 767.98px) {
    #introSection {
        padding-top: 0;
        height: auto;
    }

    #newsSection #mobileNewsSection .news-box img {
        width: 100%;
    }

    #stateProjectsListSection .intro-box .right-box {
        padding-top: 0;
    }

    #newsDetailsSection .news-details-box .left-box .title-box {
        position: unset;
        padding-top: 12rem;
    }
}

@media (max-width: 991.98px) {
    #introSection {
        padding-top: 5rem;
        height: auto;
    }

    #newsSection #mobileNewsSection .news-box img {
        width: 100%;
    }

    #stateProjectsListSection .intro-box .right-box {
        padding-top: 0;
    }

    #newsDetailsSection .news-details-box .left-box .title-box {
        position: unset;
        padding-top: 15rem;
    }
}

@media (max-width: 1199.98px) {
    ...
}

@media (max-width: 1399.98px) {
    #introSection .container {
        position: unset;
    }
}

@media (min-width: 1800px) {
    #introSection .right-box .top-box {
        padding-top: 7rem;
    }

    #introSection .left-box img {
        padding-top: 6rem;
        width: 100%;
    }
}
