@font-face {
    font-family: "ManropeExtraBold";
    src: url("../font/Manrope-ExtraBold.ttf") format("ttf");
}

@font-face {
    font-family: "Manrope";
    src: url("../font/Manrope-Regular.ttf") format("ttf");
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    line-height: 1em;
    scrollbar-width: none;
    font-family: 'Manrope', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
}

a, img{
    user-select: none;
}

.manrope-extrabold{
    font-family: 'ManropeExtraBold', sans-serif !important;
}

.manrope{
    font-family: 'Manrope', sans-serif;
}

:root{
    --big-text-color: #000000;
    --btn-bg-color: #146EF5;
    --row-color: #D8D8D8;
    --section-padding: 500px;
}

header, section{
    padding-left: var(--section-padding);
    padding-right:  var(--section-padding);
}

/* START => SECTION */

header{
    border-bottom: 1px solid var(--row-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
    padding-bottom: 16px;
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 999;
}

header .logo {
    font-size: 70px;
    color: var(--big-text-color);
    font-weight: 700;
    margin-right: 96px;
    line-height: 0.8em;
    margin-bottom: -35px;
}

header .navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
    margin-right: auto;
}

header .navbar-item, .header-contact a{
    font-size: 18px;
    color: var(--big-text-color);
    font-weight: 500;
}

.header-contact a:first-child{
    margin-right: 26px;
}

.header-contact a:nth-child(2){
    margin-right: 59px;
}

.button-glob{
    padding: 12px 28px;
    font-size: 20px;
    color: #FEFEFE;
    background-color: var(--btn-bg-color);
    font-weight: normal;
    border-radius: 5px;
    line-height: 28px;
    border: 0;
}

.button-glob.black{background-color: #000000;}

/* START => END */


/* START => HOME PAGE */


.hero-section{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--row-color);
}

.hero-section .service-box{
    padding-top: 65px;
    padding-bottom: 225px;
}

.hero-section .service-box .hero-title{
    font-size: 70px;
    font-weight: bold;
    line-height: 66px;
    margin-bottom: 46px;
}

.hero-section .service-box .hero-description{
    line-height: 23px;
    font-size: 20px;
    font-weight: normal;
    width: 569px;
    margin-bottom: 39px;
}

.hero-section .service-box .services-dropdown{
    padding: 13px 27px 13px 26px;
    font-size: 18px;
    color: var(--big-text-color);
    font-weight: bold;
    border: 1px solid var(--row-color);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 187px;
    height: 49px;
    margin-bottom: 42px;
}


.hero-section .hero-img{
    padding-top: 108px;
    padding-bottom: 83px;
}

.hero-section .hero-img .img-box{
    min-height: 726px;
    min-width: 788px;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;
}

.logo-svg{
    margin-right: 30px;
    min-width: 22px !important;
    min-height: 22px !important;
}


.hero-section .service-box .services-dropdown .dropdown-icon{
    margin-left: 9px;
    min-width: 9px;
    min-height: 6px;
}

.hero-btns{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 19px;
}

.hero-btns a svg{
    width: 14px;
    height: 15px;
    margin-left: 13px;
}

.hero-btns a{
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
}


.complex-section{
    display: flex;
    flex-direction: column;
    gap: 82px;
    justify-content: flex-start;
}

.complex-section-heading{
    display: flex;
    gap: 196px;
}

.heading-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
    padding-top: 76px;
}

.heading-left h2{
    font-size: 50px;
    font-weight: bold;
    line-height: 47px;
    width: 730px;
}


.heading-left p{
    width: 577px;
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
}

.heading-left p .right-arrow{
    margin-left: 13px;
}

.right-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../images/arrow-right.svg") no-repeat center;
    background-size: contain;
    transform: rotate(-90deg);
}

.next-arrow.white,
.prev-arrow.white {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;

    -webkit-mask: url("../images/arrow-right.svg") no-repeat center;
    mask: url("../images/arrow-right.svg") no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;

    transform-origin: center;
}

.next-arrow.white {
    transform: rotate(-90deg);
}

.prev-arrow.white {
    transform: rotate(90deg);
}

.heading-right{
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.heading-right .user-comment{
    font-size: 20px;
    font-weight: normal;
    line-height: 27px;
}

.heading-right .user-acc{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.heading-right .user-acc img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #D8D8D8;
    object-fit: cover;
}

.heading-right .user-acc .name-surname-proffesion{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.heading-right .user-acc .name-surname-proffesion .name{
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
}


.heading-right .user-acc .name-surname-proffesion .profesion{
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.complex-section-image-box{
    overflow: hidden;
    width: 100%;
    height: 709px;
    background: #D8D8D8;
    border-radius: 20px;
}

.complex-section-image-box{
    object-fit: contain;
}


.construction-section{
    padding-top: 160px;
    padding-bottom: 148px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.construction-section .construction-title{
    font-weight: bold;
    font-size: 50px;
    line-height: 47px;
    margin-bottom: 35px;
    width: 850px;
}

.construction-section .construction-description{
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 78px;
    width: 726px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.swiper-slide .slide-image-view-box{
    overflow: hidden;
    width: 750px;
    height: 750px;
    background-color: var(--row-color);
    border-radius: 20px;
    margin-bottom: 60px;
}

.swiper-slide .slide-image-view-box img{
    object-fit: contain;
    width: 750px;
    height: 750px;
}


.swiper-slide .slider-title{
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
}

.swiper-slide .slider-description{
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
}

.swiper {
    width: 100%;
    height: max-content;
    margin: auto;
}

.guarantee-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.guarantee-section .guarantee-title{
    font-size: 50px;
    font-weight: normal;
    line-height: 57px;
    margin-bottom: 80px;
}

.guarantee-section .guarantee-step-box{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.guarantee-section .guarantee-step-box .step-items{
    width: calc(33% - 79px);
}

.guarantee-section .guarantee-step-box .step-items .step-number{
    font-size: 50px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 52px;
}

.guarantee-section .guarantee-step-box .step-items .step-text{
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
}

.guarantee-section .guarantee-button{
    margin-top: 61px;
}

.implementation-section{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.implementation-left-side{
    margin-top: 160px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 604px;
}

.implementation-left-side .implementation-title{
    font-size: 50px;
    font-weight: normal;
    line-height: 57px;
    margin-bottom: 29px;
}

.implementation-left-side .implementation-paragraph{
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 40px;
}

.implementation-btns{
    display: flex;
    align-items: center;
    gap: 17px;
}

.implementation-right-side{
    width: 872px;
    margin-top: 140px;
    position: relative;
}

.implementation-right-side .right-side-image-box{
    width: 799px;
    height: 464px;
    margin-left: auto;
}

.implementation-right-side .right-side-image-box img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.project-cost-box{
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FEFEFE;
    width: 480px;
    padding: 50px 45px;
    border: 1px solid var(--row-color);
    border-radius: 5px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.1);
}

.project-cost-box:before{
    content: attr(data-num);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    width: 31px;
    height: 31px;
    align-content: center;
    text-align: center;
    background-color: black;
    font-size: 14px;
    line-height: 26px;
}

.project-cost-box .cost-box-title{
    font-size: 20px;
    line-height: 23px;
    font-weight: normal;
}


.project-cost-box .cost-box-description{
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.our-works-section{
    padding-top: 160px;
    padding-bottom: 160px;
}









.swiper-container-wrapper {
    position: relative;
    margin: 0 auto;
}

.mainSwiper {
    width: 100%;
    height: 400px;
}

.childSwiper {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.inner-s { background: var(--row-color); }
.inner-s { background: var(--row-color); }
.inner-s { background: var(--row-color); }
.inner-s { background: var(--row-color); }

.inner-s {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainSwiper .swiper-button-next,
.mainSwiper .swiper-button-prev{
    opacity: 0;
    visibility: hidden;
}

.next-prev-btns{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin: 0 55px 75px auto;
    position: relative;
}

.nav-btn {
    width: 38px;
    height: 38px;
    text-align: center;
    align-content: center;
    background: #2B2A29;
    opacity: 0.5;
    border-radius: 50%;
    cursor: pointer;
}

.childSwiper .childSwiper-button-next{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
