.main-menu__left {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
body{
    background-image: linear-gradient(to right, #2f4b66, #101921);
    font-family: 'Syne', sans-serif;
}


h1,h2,h3,h4,h5,h6,p,a{
    color: #fcf9e2;
}

.banner-one__title{
    color: #fcf9e2;
    font-size:207px;
    font-weight:500;
    margin-bottom:15px
}

.container-fluid{
    padding:0px 50px;
}

.bghei{
    height: 800px;
    background-image: url(../images/nextimg/mainbanner.avif);
                                
                                background-size: cover;
                                background-repeat: no-repeat;
                                background-position: center;
                                background-attachment: fixed;
}
.banner-one{
    padding:50px 0px
}

.bgcard{
    overflow:hidden;

}
.bgcard h2 ,a{
    color: #fcf9e2;
}
.bgcard  a{
   font-size:30px;
   transition: all 0.3s ease-in-out;
}

.bgcard  a:hover{
   color:#fcf9e2;
 }
.brigh{
    border-right: 1px solid #fcf9e2;
}
.bbotm{
    border-bottom: 1px solid #fcf9e2;
}

.containe p{
    color: #fcf9e2;
    font-size:30px;
    line-height: 1.2;
    
}

.containe-2 p{
    color: #fcf9e2;
    font-size:20px;
    line-height: 1.2;
    
}
.containe h2{
    color: #fcf9e2;
    font-size:50px;
    margin-bottom: 30px;
}

.button.button-style-1, a.button-style-1 {
    background-color:#40658b;
}

.hedsty{
    color:#fcf9e2;
    font-size:70px;
    margin:15px;
}
.sercon{
    font-size:30px;
    line-height: 1.2;
    margin:30px 0px; 
    display: flex;
    gap:20px;
}
.sercon .imgcon p{
    font-size:20px;
    line-height: 1.2;
}
.sercon .imgcon h4{
   margin-bottom:25px;
}


 .bor{
    border-bottom: 1px solid #fcf9e2;
    
 }   

.testi{
    padding: 20px 0px;
}

 .testi h2{
    font-size:22px;
    margin-bottom:20px;
 }
 .testi p{
    font-size:17px;
    margin-bottom:10px;
 }

 .testi a{
    font-size:22px;

 }

 .main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a {
    color:#fcf9e2;
 }

 .main-menu .main-menu__list>li>a::before,
 .stricky-header .main-menu__list>li>a::before {
   content: "";
   height: 0px;
   border-radius: 0px;
   background-color: var(--arckytec-base);
   position: absolute;
   bottom: -37px;
   left: 0px;
   right: 0px;
   transition: transform 500ms ease;
   transform: scale(0, 1);
   transform-origin: left center;
   z-index: 1;
 }

 .main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a {
    color: #ffffff;
}

.bordani{
    position: relative;
}
.bordani::after{
    position: absolute;
    content:'';
    width: 100%;
    bottom:0px;
    left:0px;
    border-bottom:2px solid #fff;
    z-index:99;
    animation: leftToRight 1s ease forwards;
}

.bordani{
    display:flex;
    justify-content:end;
}



/* @keyframes leftToRight {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
} */

.bordani::after {
    width: 0;
    transition: width 1s ease;
}

.bordani:hover::after {
    width: 100%;
}


/* 1600px - 1919px */
@media (max-width: 1919px) {
    .banner-one__title {
        font-size: 188px;
    }
}

@media (max-width: 1700px) {
    .banner-one__title {
        font-size: 170px;
    }
}

/* 1400px - 1599px */
@media (max-width: 1599px) {
    .banner-one__title {
        font-size: 150px;
    }
}

/* 1200px - 1399px */
@media (max-width: 1399px) {
    .banner-one__title {
        font-size: 130px;
    }
}

/* 992px - 1199px */
@media (max-width: 1199px) {
    .banner-one__title {
        font-size: 100px;
    }
}

/* 768px - 991px */
@media (max-width: 991px) {
    .banner-one__title {
        font-size: 80px;
    }
}

/* 576px - 767px */
@media (max-width: 767px) {
    .banner-one__title {
        font-size: 60px;
    }
    .banner-one{
        padding: 20px 0px;
    }
    .bghei{
        height: 500px;
        background-image: url(../images/nextimg/mainbanner.avif);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        background-attachment: fixed;
    }

    .containe p{
        color: #fcf9e2;
        font-size:22px;
        line-height: 1.2;
        
    }
    .containe h2{
        color: #fcf9e2;
        font-size:40px;
        margin-bottom: 30px;
    }

    .hedsty{
        color:#fcf9e2;
        font-size:40px;
    }
    .container-fluid{
    padding:0px 30px;
}


.bordani{
    display:block;
    justify-content:normal;
}

.sercon{
    font-size:30px;
    line-height: 1.2;
    margin:30px 0px; 
    display: block;
    gap:20px;
}

.imgcon{
    margin-top:15px;
}

.sercon img{
    width:200px;
}

.bgcard a {
    font-size: 22px;
    transition: all 0.3s ease-in-out;
}
}




/* 480px - 575px */
@media (max-width: 575px) {
    .banner-one__title {
        font-size: 45px;
    }
}

/* 320px - 479px */
@media (max-width: 479px) {
    .banner-one__title {
        font-size: 32px;
    }
    .bghei{
        height: 500px;
        background-image: url(../images/nextimg/mainbanner.avif);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        background-attachment: fixed;
    }
    .hedsty{
        color:#fcf9e2;
        font-size:35px;
    }
    .container-fluid{
    padding:0px 20px;
}


}
