

html,
body {
    overflow-x: hidden;
}

:root {
    --blue_btn: #1F9DFF;
    --main_font: SF-Pro-Display;
    --main_font_bold: SF-Pro-Display-Bold;
    --main_font_500: SF-Pro-Display-Regular;
    --main_font_semibold: SF-Pro-Display-SemiBold
}

header{
    padding-top: 0;
}

.header-nav{
    background-color: transparent;
}
footer{
    margin-top: -45px;
}

.experience-body-item-icon-image{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

header   .header-phone{
    background-color: rgba(255 , 255, 255, 0.3);
    color: #fff;
}

header .header-phone svg path, .search-icon svg path , .search-icon svg circle, .compare-icon svg path, .favorite-icon svg path{
    stroke: #fff;
}

.header-change-lang select, .header-change-lang{
    background: rgba(255 , 255, 255, 0.3) !important;
    color: #fff;
}

header .header-icon{
    background-color: rgba(255 , 255, 255, 0.3);
    color: #fff;
}

.header-links ul li a, .header-projects-btn{
    color: #fff;
}

.header-links ul li a::after {
    background-color: #fff !important;
}

.header-projects-btn{
    background-color: rgba(255,255,255, 0.3);
}

.header-projects-btn:hover{
    background-color: rgba(255,255,255, 0.6);
}

.header-projects-btn .icon-arrow-bottom path, .header-change-lang svg path{
    stroke: white;
}

.header-projects-btn .btn_icon path{
    fill: white;
}

header .header-icon:hover{
    background-color: rgba(255 , 255, 255, 0.6);
}

main{
    position: relative;
    z-index: 2;
    top: -40px;
}

.about-first{
    background-image: url("../img/about_cover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding-top: 185px;
    height: 90vh;
    /*padding-bottom: 280px;*/
}

.about-text{
    position: relative;
    z-index: 2;
}

.about-first:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
}

.about-text{
    margin-left: 70px;
}


.project-title{
    color: #FFF;
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px; /* 108.108% */
    letter-spacing: -0.961px;
    width: 739px;
}

.project-desc{
    width: 481px;
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.7;
}

header .header-phone{
    background-color: rgba(255 , 255, 255, 0.3);
    color: #fff;
}

header .header-phone:hover{
    background-color: rgba(255 , 255, 255, 0.6);
}

.header-change-lang select, .header-change-lang{
    background-color: rgba(255 , 255, 255, 0.3);
    color: #fff;
    border: none;
}

.header-projects-btn{
    border: none;
}


.mobile-menu .header-nav{
    position: static;
    transform: translateX(0);
}


header .header-icon{
    background-color: rgba(255 , 255, 255, 0.3);
    color: #fff;
}

.header-links ul li a, .header-projects-btn{
    color: #fff;
}


/*experience-section*/

.experience-section{
    transform: translateY(-50%);
    position: relative;
    z-index: 2;
}

.experience-body{
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 31px 37px 44px 47px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    column-gap: 47px;
}

.experience-body::-webkit-scrollbar{
    display: none;
}


.experience-body .experience-body-item:last-child .experience-body-text{
    padding-right: 0;
}

.experience-body-item{
    display: flex;
    align-items: center;
    column-gap: 43px;
    border-right: 1px solid #DDD;
}

.experience-body-item:last-child{
    border-right: none;
}

.experience-body-text{
    padding-right: 27px;
}

.experience-body-title{
    color: #2C2929;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.experience-body-desc{
    max-width: 254px;
    color: #2C2929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 11px;
    /*padding-right: 27px;*/
}
/*experience-section*/

/*about-video*/

.video-text{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.video-text h3 {
    color: #2C2929;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 121.429% */
    margin: 0;
}

.video-text p {
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    opacity: 0.6;
    width: 100%;
}

.video-text div{
    display: flex;
    width: 100%;
    padding: 32px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    background: #FFF;
}

.about-video .video-body{
    max-width: 1000px;
    margin: auto;
}

.about-video .section_title{
    color: #2C2929;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px; /* 126.667% */
}

.about-video .video-desc{
    color: #2C2929;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}

.about-video .video-cover-img{
    margin-top: 55px;
    position: relative;
}

.about-video .video-cover-img .video-img{
    border-radius: 30px;
    width: 100%;
}

.video-play-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 105px;
    height: 105px;
    background: rgba(141, 210, 255, 0.47);
    backdrop-filter: blur(13.591408729553223px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s linear;
}

.video-play-icon:hover{
    backdrop-filter: blur(8px);
}

.video-play-icon img{
    position: relative;
    top: -3px;
}

.video-cover-img iframe{
    border-radius: 30px;
    max-width: 100%;
}
/*about-video*/

/*about-card*/

.about-card{
    margin-top: 40px;
}

.about-cards{
    display: flex;
    column-gap: 40px;
    max-width: 1000px;
    margin: auto;
}

.about-card-item{
    width: 480px;
    border-radius: 30px;
    background: #FFF;
    position: relative;
    overflow: hidden;
}

.about-card-img{
    width: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.about-card-img img{
    width: 100%;
}


.about-card-item{
    padding: 40px 0 46px 40px;
}

.about-card-item .section_title{
    max-width: 277px;
}

.about-card-item .news-cards-link{
    position: absolute;
    bottom: 30px;
    /*margin-top: 167px;*/
}

.about-card-item-desc{
    margin-bottom: 170px;
}

.about-card-item-desc p{
    color: #2C2929;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    max-width: 226px;
}
/*about-card*/

.similar-projects{
    margin-top: 85px;
}

.similar-projects-body{
    margin-top: 16px;
}

.about-video{
    margin-top: -20px;
}

@media (max-width: 993px) {

    .experience-section {
        transform: translateY(-20%);
    }

    .project-title{
        font-size: 60px;
        line-height: 68px;
    }


    .experience-body-title{
        font-size: 22px;
        line-height: 28px;
    }


    .experience-body .experience-body-item{
        padding-bottom: 20px;
    }

    .experience-body .experience-body-item:last-child{
        border-bottom: none;
    }
    .experience-body{
        padding: 30px 37px 44px 30px;
    }
    .experience-body-desc{
        max-width: 100%;
    }

    .about-video .video-body{
        max-width: 100%;
    }

    .about-video .video-cover-img .video-img{
        width: 100%;
        height: 310px;
        object-fit: cover;
    }

    /*.project-title{*/
    /*    font-size: 38px;*/
    /*    line-height: 41px;*/
    /*    max-width: 390px;*/
    /*}*/

    .project-desc{
        font-size: 16px;
        max-width: 390px;
    }


    .about-text{
        margin-left: 5px;
    }

    .about-card-item{
        padding: 40px 0 40px 40px;
    }

    .about-video .section_title{
        font-size: 22px;
        line-height: 25px;
    }

    .about-video .video-desc{
        font-size: 16px;
        line-height: 30px;
    }

    .header-nav{
        position: absolute;
        transform: translateX(-50%);
        top: 20px;
        padding: 0 20px;
    }

    footer{
        padding: 35px 0 0 0 !important;
    }

}
@media (max-width: 767px) {
    .about-cards{
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .video-text div{
        padding: 20px;
    }

    .about-card-item-desc{
        margin-bottom: 80px;
    }

    .project-title, .project-desc{
        width: 60%;
    }

    .about-card-item{
        width: 390px;
    }

    .similar-projects-cards .carousel-cell{
        margin-right: 2px;
    }


    .similar-projects-cards{
        grid-template-columns: 1fr !important;
    }

    .similar-projects-cards .projects-cards-img .similar-img{
        width: 350px;
    }

    .about-card .section_title{
        font-size: 20px;
    }

    .about-card-item-desc{
        font-size: 16px;
    }


    .about-first{
        background-position: 70%;
    }

    .experience-body-text{
        padding-right: 0;
    }

    .experience-body-title, .experience-body-desc{
        width: 230px;
    }
    .experience-body{
        padding: 30px 10px;
    }

    .experience-body-item{
        column-gap: 20px;
    }

    .experience-body-item svg{
        width: 50px;
        height: 50px;
    }

    .experience-body .experience-body-item:last-child{
        padding-bottom: 0;
    }

    .about-card-item{
        width: 100%;
    }

    .about-card-img{
        width: 60%;
    }

    .about-card-img img{
        /*max-width: 200px;*/
    }

    footer .header-phone-text{
        display: none;
    }

    footer .header-phone{
        width: 50px;
        height: 50px;
    }

    .video-text h3{
        font-size: 22px;
        line-height: 28px;
    }

    .video-text p{
        font-size: 16px;
        line-height: 22px;
    }

    .about-video .video-cover-img{
        margin-top: 46px;
    }

    .about-card{
        margin-top: 30px;
    }

    .about-card-item{
        padding: 20px 0 20px 20px;
    }

    .similar-projects{
        margin-top: 50px;
    }

    .about-video{
        margin-top: -30px;
    }

}


@media only screen and (max-width: 576px){
    .experience-body-item-icon-image{
        width: 50px;
        height: 50px;
    }
    .about-first{
        padding-top: 100px;
        height: 60vh;
    }

    .about-first:before{
        height: 60vh;
    }
    .project-title{
        font-size: 38px;
        line-height: 41px;
    }

    .experience-body {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        row-gap: 30px;
    }

    .experience-body .experience-body-item{
        border-right: none;
        border-bottom: 1px solid #DDD;
        padding-bottom: 20px;
    }
}