/*==================================================================
    ABOUT
  ==================================================================*/
.about-banner {
    position: relative;
    background-image: url(../images/about/banner.svg);
    min-height: 850px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 100px;
}

button#close-popup-btn {
    border-radius: 50%;
    margin-top: 50px;
    margin-right: 150px;
    z-index: 9999;
    /* font-size: 30px; */
    color: black;
    background-color: white;
    width: 50px;
    height: 50px;
}


.about-banner-box {
    color: var(--white);
    position: relative;
    display: flex;
    top: 633px;
    justify-content: space-between;
}

.about-banner-title {
    font-size: 60px;
    line-height: 66px;
}

.about-banner-btn {
    color: var(--white);
    font-size: 18px;
    line-height: 28px;
    width: 237px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0081E880;
    border: none;
}

.about-banner-btn img {
    padding-top: 24px;
    margin-right: 20px;
}

.about-about {
    background-image: url(../images/about/about-bg.svg);
    background-repeat: no-repeat;
    padding-bottom: 168px;
    background-position: right 0 top -350%;
}

button#watch-video-btn {
    height: 40px;
    margin-top: 16px;
}

.about-content {
    padding-top: 85px;
    display: flex;
    width: 76%;
}

.about-sub-title {
    margin: auto;
    font-size: 30px;
    padding-top: 89px;
    width: 70%;
    text-align: center;
}

.about-titels {
    margin-left: 138px;
}

.about-main-title {
    color: var(--light-blue);
    letter-spacing: 5px;
    font-size: 18px;
    margin-left: 138px;
}

.about-title {
    font-size: 60px;
    padding-bottom: 12px;
    line-height: 68px;
}

.about-text {
    white-space: pre-line;
    font-size: 18px;
}

.about-date {
    background: var(--dark-blue);
    color: var(--white);
    text-align: center;
    padding-top: 32px;
}

.data-detail {
    display: flex;
    align-items: center;
}


.data-detail-box {
    text-align: right;
    margin-right: 100px;
}

.data-detail-title {
    font-size: 30px;
    line-height: 40px;
    width: 87%;
    margin: auto;
}

.data-detail-text {
    white-space: pre-line;
    font-size: 18px;
    line-height: 28px;
    width: 87%;
    margin: auto;
}

.data-detail-img {
    margin-top: 50px;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s ease-out;
}

.data-company {
    display: flex;
    margin-top: 50px;
    padding-bottom: 100px;
}

.data-company-title {
    font-size: 60px;
    line-height: 66px;
    text-align: right;
    margin-left: 180px;
}

.data-company-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}


.data-company-detail {
    flex: 1 1 calc(33.333% - 16px);
    box-sizing: border-box;
}

.data-box-num {
    color: #0081E8;
    font-size: 40px;
    line-height: 53px;
    text-align: right;
}

.data-company-text {
    font-size: 20px;
    line-height: 26px;
    text-align: right;
}

.about-vision {
    background: #F4F4F4;
    color: var(--dark-blue);
    text-align: center;
    padding-top: 32px;
    background-image: url(../images/about/vision-bg-desk.svg);
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.vision-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.vision-sub-title {
    font-size: 60px;
    margin: 50px 0px;
}

.vision-text {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    width: 80%;
    padding-bottom: 50px;
    padding-top: 40px;
}

.vision-title {
    font-size: 30px;
    text-align: center;
    padding-bottom: 130px;
}

.vision-boxs {
    display: flex;
    text-align: right;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 120px;
}

.vision-box {
    Max-width: 210px;

}

.vision-box {
    transform: scale(0);
    transition: transform 1.2s;
}

.vision-box-title {
    font-size: 30px;
    line-height: 40px;
    padding: 20px 0px;
    height: 110px;
}

.vision-box-text {
    width: 87%;
}

.about-synergy {
    display: flex;
    padding-bottom: 100px;
    align-items: center;
}

.synergy-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.synergy-title {
    font-size: 30px;
    line-height: 40px;
}

.synergy-text {
    font-size: 18px;
    line-height: 28px;
    width: 72%;
}

img.synergy-img {
    width: 100%;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 1s ease-out;
}

.synergy-btn {
    border: 1px solid #95C2D9;
    width: 237px;
    height: 63px;
    border-radius: 3px;
    background: none;
}

.synergy-link,
.synergy-link:hover {
    color: var(--dark-blue);
    text-decoration: none;
}

.service-box-num-about {
    font-size: 70px;
    color: var(--light-blue);
    padding-bottom: 30px;
}

.service-box-num-about {

    transition: all 0.5s ease;

}

/*==================================================================
    PROJECT
  ==================================================================*/
.projects {
    margin-top: 167px;}
.projects-main-title {
    color: var(--light-blue);
    letter-spacing: 5px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 5px;

}

.projects-title {
    font-size: 60px;
    line-height: 66px;
    text-align: center;
    padding-bottom: 70px;
  
}

.projects-content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.projects-box {
    flex: 0 0 33.333%;
    box-sizing: border-box;
    margin-bottom: 150px;
    max-width: 420px;
}



.projects-box-hover {
    position: relative;
}

.projects-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--dark-blue);
    color: var(--white);
    text-align: right;
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    padding-top: 40px;
    opacity: 80%;
}

.projects-box-hover:hover .projects-hover {
    display: block;
}

.projects-box-img {
    width: 100%;
    height: auto;
    transition: clip-path 1s ease-out;
    clip-path: inset(0 100% 0 0);
}

.projects-hover-title {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;
}

.projects-hover-text {
    font-size: 16px;
    line-height: 25px;
    width: 82%;
    margin: auto;
}

.projects-box-title {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0;
}

.projects-box-texts {
    width: 78%;
}

.projects-box-text {
    font-size: 16px;
    line-height: 25px;
    display: inline;

}

.projects-box-textnot:first-child {
    padding-right: 0;
}

.openModalProjects {
    background: none;
    border: none;
}
@media(max-width: 1400px) {
    .projects-box {
        max-width: 320px;
    }

    .projects-hover {
        padding-top: 0;
    }

    .projects-hover-title {
        padding-bottom: 5px;
        font-size: 18px;
    }

    .projects-hover-text {
        font-size: 14px;
        line-height: 17px;
    }
}
/*==================================================================
    PROJECT MODAL
  ==================================================================*/

.modal-content-projects {
    position: fixed;
    top: 31%;
    left: 50%;
    transform: translate(-50%, -36%);
    background-color: var(--dark-blue);
    padding: 20px;
    width: 90%;
    color: var(--white);
    z-index: 1000;
}

/*==================================================================
    TEAM
  ==================================================================*/

.services-banner.team {
    background-image: url('../images/team/team-banner.svg');
}

/* .team-banner {
    position: relative;
    background-image: url(../images/team/team-banner.svg);
    min-height: 850px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} */

.team-meet-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.meet-mark-img {
    text-align: center;
    padding-top: 100px;
}

.meet-title {
    margin: auto;
    font-size: 30px;
    padding-top: 45px;
    width: 70%;
    text-align: center;
}

.meet-sub-title {
    font-size: 30px;
    line-height: 40px;
    padding-top: 40px;
}

.meet-main-title {
    /* background: var(--Color, #F4F4F4); */
    letter-spacing: 5px;
    font-size: 18px;
    width: 100%;
    padding-top: 90px;
}

.meet-box {
    display: flex;
    padding-bottom: 100px;
}

.meet-box-title {
    padding-left: 150px;
    font-size: 60px;
    padding-bottom: 12px;
}

.meet-box-text {
    white-space: pre-line;
    font-size: 18px;
    width: 42%;
}

.swiper-team-mobile {
    display: none;
}

.swiper-team-destop {
    padding-bottom: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100%;

    .swiper-wrapper {
        text-align: center;

        .swiper-slide {
            display: flex;
            background-color: var(--dark-blue);
            color: white;
            width: 100%;
            height: 214px;
            overflow: hidden;
            flex-shrink: 0;
            transition: width 0.4s ease, height 0.4s ease;

            .img_teim_slide {
                border-radius: 50%;
                padding: 20px;
            }

            .rihgt_slide {
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 20px;

                .title_slide {
                    font-size: 20px;
                    margin-bottom: 20px;
                    /* padding-left: 20px; */
                    line-height: 26px;
                }

                .name_dlide {
                    margin-top: 18px;
                }

                .role_dlide {}
            }
        }

        .swiper-slide-active {
            height: 290px;
            min-width: 40%;
        }

        .swiper-slide-prev,
        .swiper-slide-next {
            margin-top: 25px;
            max-width: 28%;
            .title_slide {
                font-size: 18px !important;
                margin-bottom: 0px !important;
            }

            .name_dlide {
                margin-top: 20px !important;
                font-size: 16px !important;
            }

            .role_dlide {
                font-size: 16px !important;
            }
            
        }
    }

    .swiper-button-next {
        background-image: url('../images/lefte_arrow.svg');
        transform: rotate(180deg);
        width: 40px;
        height: 40px;
        z-index: 2;
        position: absolute;
        left: 40% !important;
        top: 70%;
        color: transparent;
    }

    .swiper-button-prev {
        background-image: url('../images/lefte_arrow.svg');
        width: 40px;
        height: 40px;
        z-index: 2;
        position: absolute;
        color: transparent;
        right: 40% !important;
        top: 70%;
    }
}


.team-lead {
    /* color: var(--light-blue);
    color: var(--dark-blue); */
    background: var(--dark-blue);
    background-image: url(../images/team/lead-bg.svg);
    background-repeat: no-repeat;
    padding-bottom: 150px;
    border-bottom: 2px solid#0081E8;
}

.lead-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;

}

.lead-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    padding-top: 80px;
    color: white
}

.lead-box {
    flex: 0 0 calc(25% - 16px);
    box-sizing: border-box;
    padding-top: 80px;
    padding-left: 10px;
    transform-origin: left;

}



.lead-box-img {
    width: 100%;
    height: auto;
    transition: background-color 0.6s ease;

}

.lead-box-title {
    font-size: 24px;
    line-height: 35px;
    padding-top: 10px;
    color: white
}

.lead-box-text {
    line-height: 23px;
    font-size: 16px;
    padding-top: 10px;
    color: white
}

.lead-box-in-img {
    padding-top: 10px;
    transition: background-color 0.6s ease;
}

/*==================================================================
    PARTNERS
  ==================================================================*/

.services-banner.partner {
    background-image: url('../images/partners/partners-banner.svg');
}

.partner-details {
    background-color: var(--dark-blue);
    color: var(--white);
}

.partner-detail-content {
    width: 55%;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.partner-detail-property {
    font-size: 18px;
}

.partner-detail-properties {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.partner-detail-line {
    color: #95C2D999;
}

.partner-list-title {
    font-size: 18px;
    line-height: 28px;
    width: 58%;
    text-align: center;
    margin: auto;
    padding-top: 50px;
}

.partner-list-boxs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;
    gap: 10px;
    justify-content: flex-start;
}

.partner-list-box {
    flex: 0 0 calc(20% - 16px);
    box-sizing: border-box;
    transform-origin: left;
    transform: scale(0);
    transition: transform 1.2s;
}

.partner-box-img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.partner-box-img:hover {
    filter: grayscale(0%);
}

.partner-box-img {
    width: 90%;
    height: auto;
}

.partner-box-btn {
    border: none;
    background: none;
}

.partner-content {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}

.partner-title {
    color: var(--light-blue);
    letter-spacing: 5px;
    font-size: 18px;
}

.partner-sub-title {
    font-size: 60px;
    line-height: 66px;
    padding-top: 10px;
}

.partner-text {
    font-size: 18px;
    line-height: 28px;
    padding-top: 50px;
    width: 65%;
    margin: auto;
}

/*==================================================================
    PARTNERS MODAL
  ==================================================================*/

#ModalPartners.modal {
    background-color: #04253B99;
}

.modal-content.partners {
    border: none;
}

.modal-partners-content {
    position: fixed;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -36%);
    background-color: white;
    padding: 20px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-partners-close {
    text-align: left;
}

.modal-partners-close-btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    background-color: unset;
}

.modal-partners-close-btn-img {
    width: 70%;
}

.swiper-partners-modal .swiper-slide img {
    width: 100%;
    height: auto;
}

.swiper-partners-modal.swiper-horizontal {
    position: relative;
    padding: 0 8px;
}

.modal-main-title {
    color: var(--light-blue);
    letter-spacing: 5px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 33px;
}

.modal-logo-img {
    text-align: center;
    padding-bottom: 30px;
}

.modal-box.container {
    overflow: hidden;
}

.modal-box-title {
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0;
    text-align: right;
}

.modal-box-texts {
    display: flex;
    padding-bottom: 110px;
    flex-wrap: wrap;
    gap: 2px;
}

.modal-box-text {
    font-size: 16px;
    line-height: 25px;
}

.swiper-partners-modal .swiper-button-next {
    width: 13%;
    left: -5.5%;
    top: 35%;
}

.swiper-partners-modal .swiper-button-prev {
    width: 13%;
    right: -5.5%;
    top: 35%;
}

/*==================================================================
    COMMUNITY
  ==================================================================*/

.community-content {
    text-align: center;
    margin-top: 50px;
}

.community-title {
    color: var(--light-blue);
    letter-spacing: 5px;
    font-size: 18px;

}

.community-sub-title {
    font-size: 60px;
    line-height: 66px;
    padding-bottom: 50px;
    margin-top: 200px;
}

.community-text {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 50px;
    width: 70%;
    margin: auto;
}

.community-sub-text {
    font-size: 18px;
    line-height: 28px;
    white-space: pre-line;
    width: 70%;
    margin: auto;
    padding-bottom: 100px;
}

.organizations-assocaition {
    background-color: #F4F4F4;
}

.assocaition-content {
    display: flex;
    flex-direction: column;
    padding-top: 180px;
    width: 50%;
    padding-bottom: 80px;
    margin-right: 25%;
    margin-left: 25%;
}

.assocaition-img {
    transition: clip-path 1s ease-out;
    clip-path: inset(0 100% 0 0);
}

.assocaition-title {
    font-size: 30px;
    line-height: 40px;
    padding-top: 30px;
}

.assocaition-text {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
    color: #999999;
}

.organizations-details-text {
    font-size: 18px;
    line-height: 26px;
    white-space: pre-line;
    padding-top: 50px;
    padding-bottom: 80px;
    width: 67%;
    margin: auto;
}

/*==================================================================
    COMMUNITY SLIDER
  ==================================================================*/

.swiper-organization {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.swiper-organization .swiper-slide {
    height: unset;
}

.swiper-organization .swiper-slide-prev,
.swiper-organization .swiper-slide-next {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(0.8);
}

.swiper-organization .swiper-slide img {
    width: 100%;
    max-width: 90%;
    height: 100%;
    transition: transform 0.3s ease-in-out;
}

.swiper-organization .swiper-slide-active {
    transform: scale(1.24);
    z-index: 10;
}

.swiper-organization .swiper-slide-active img {
    max-width: 100%;
    transform: scale(1.1);
}

/* 
.swiper-organization .swiper-button-next,
.swiper-organization .swiper-button-prev {
    width: 10%;
} */

.organization-slide-text {
    font-size: 16px;
    color: #999999;
    display: none;
}

.swiper-organization.swiper-horizontal {
    position: relative;
    padding: 80px 8px;
}

.swiper-organization .swiper-slide-active .organization-slide-text {
    display: block;
}

.swiper-organization .swiper-slide-prev {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 90%);
}

.swiper-organization .swiper-slide-next {
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 90%);
}

.swiper-organization .swiper-button-next {
    width: 10%;
    right: var(--swiper-navigation-sides-offset, 92%);
}

.swiper-organization .swiper-button-prev {
    width: 10%;
    right: var(--swiper-navigation-sides-offset, -2%);
    ;
}

/*================== */
.organizations-details-content {
    width: 65%;
    margin: auto;
}

.organizations-details-sub-text {
    font-size: 18px;
    line-height: 26px;
    white-space: pre-line;
    padding-bottom: 100px;
}

.organizations-details-title {
    font-size: 24px;
    line-height: 35px;
    padding-top: 80px;

}

.lead-box-hover {
    position: relative;

}

.lead-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0081E8;
    color: var(--white);
    text-align: right;
    display: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    padding-top: 20px;
    opacity: 90%;

}






.lead-box-hover:hover .lead-hover {
    display: block;

}

.team-box-img {
    width: 100%;
    height: auto;


}

.lead-hover-title {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    width: 80%;
    margin: auto;

}