@media (min-width:1551px) and (max-width:10000px) {
    .container {
        max-width: 1550px;
    }
}
@media screen and (max-width: 1599px){

    .container {
        max-width: 1450px;
    }

    .project-slider-wrapper{
        padding: 0 20px;
    }
    .project-slider-prev,
    .project-slider-next{
        left: -25px;
    }
    .project-slider-next{
        left: auto;
        right: -25px;
    }



    .why-choose-block,
    .experience-block{
        padding: 5rem;
    }


    .project-slider-text-wrapper,
    .reviews-wrapper{
        padding: 0 20px;
    }
    .project-slider-text-prev,
    .reviews-prev{
        left: -25px;
    }
    .project-slider-text-next,
    .reviews-next{
        right: -25px;
    }
    
}
@media screen and (max-width: 1499px) {

    .container {
        max-width: 1250px;
    }

    html{
        font-size: 55%;
    }
    .gx-50{
        --bs-gutter-x: 30px;
    }
    


    .footer-inner-address{
        padding: 0 0 0 4rem;
    }


    .project-image-slider .swiper-slide img{
        height: 400px;
    }
    

    .team-block-text h6{
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .team-block-image img{
        height: 250px;
    }
    .team-block-text p{
        font-size: 16px;
        line-height: 24px;
    }


    .review-stars{
        gap: 10px;
    }
    .review-stars img{
        width: 25px;
        height: 25px;
    }
    .project-slider-text-item img{
        height: 350px;
    }
}
@media screen and (max-width: 1299px) {

    .container {
        max-width: 1150px;
    }

    html{
        font-size: 52%;
    }

    body .btn.btn-primary{
        font-size: 20px;
        gap: 20px;
    }
    body .btn.btn-primary img {
        width: 30px;
        height: 30px;
    }

    .image-gallery-inner{
        gap: 3rem;
    }
    .image-gallery-item img{
        height: 260px;
    }


    .footer-inner-contact ul li a,.footer-inner-address p{
        font-size: 16px;
        line-height: 24px;
    }



    .projects-item-text{
        min-height: 190px;
    }
    .projects-item-image img{
        height: 240px;
    }

   
    
}

@media screen and (max-width: 1199px) {

    .container {
        max-width: 930px;
    }
    body,p{
        font-size: 18px;
        line-height: 26px;
    }
    h6{
        font-size: 20px;
        line-height: 30px;
    }
    html{
        font-size: 50%;
    }
    body .btn.btn-primary{
        padding: 12px 10px 13px 20px;
        min-width: auto;
        font-size: 18px;
    }
    body .btn.btn-primary img{
        width: 25px;
        height: 25px;
    }

    .get-in-touch-inner-text{
        margin: 0;
    }
    


    .footer-inner-address{
        padding: 0;
    }


    
    .projects-item-image img{
        height: 210px;
    }
    .projects-item-text h3{
        font-size: 3rem;
        line-height: 3.8rem;
    }



    .title-section{
        padding: 5rem 0;
    }
    .inside-banner-inner h1, .inside-banner-inner h2{
        font-size: 4.5rem;
        line-height: 5.5rem;
    }

    .why-choose-block, .experience-block{
        padding: 3rem;
    }
    .why-choose-block h5, .experience-block h5{
        margin: 0 0 2rem 0;
    }



    .project-slider-text-item img{
        height: 290px;
    }


}

@media screen and (max-width: 991px) {

    .container {
        max-width: 730px;
    }
    h5{
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    
    

    

    .line-bg{
        height: 3rem;
    }
    
    .navbar{
        padding: 15px 0;
    }
    .navbar-brand img{
        max-width: 280px;
    }
    .header-contact ul li{
        margin: 0 0 0 0;
    }
    .header-contact ul li a{
        font-size: 18px;
        line-height: 25px;
    }

    .top-closebar{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px;
    }
    .navbar-expand-lg .navbar-nav{
        margin: 0 ;
        padding: 20px;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 15px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link::before {
        top: auto;
        bottom: 0;
        height: 1px ;
    }


    .about-section{
        padding: 7rem 0;
    }
    .get-in-touch-button{
        text-align: left;
        padding: 0;
    }

    .two-column-section{
        padding: 7rem 0;
    }

    .image-gallery-inner{
        gap: 2rem;
    }
    .image-gallery-item img{
        height: 190px;
    }


    .project-description-text p{
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
    .project-slider-image-pagination .swiper-pagination-bullet{
        width: 15px;
        height: 15px;
    }

    .project-image-slider .swiper-slide img{
        height: 310px;
    }


    .title-inner-text h1{
        font-size: 6rem;
        line-height: 7rem;
    }
    .inside-banner-button{
        text-align: left;
    }


    .project-slider-text-item img{
        height: 220px;
    }
}

@media screen and (max-width: 767px) {
    html{
        font-size: 45%;
    }
    h1{
        font-size: 5rem;
    }
    h2{
        font-size: 4rem;
        line-height: 5rem;
    }
    .gx-50{
        --bs-gutter-x: 20px;
    }

    .navbar{
        min-height: 80px;
    }
    .navbar-brand img{
        max-width: 230px;
    }
    

    .header-contact{
        margin: 0 auto;
    }
    .header-contact ul{
        margin: 0 auto;
        text-align: center;
    }
    .line-bg{
        height: 2rem;
    }
    /* .hero-video-banner-inner {
        padding-bottom: 75%; 
    } */
    .return-to-top {
        width: 40px;
        height: 40px;
    }
    .return-to-top svg {
        width: 20px;
        height: 20px;
    }

    .about-inner-text h3{
        margin-bottom: 2rem;
    }
    .image-gallery-inner{
        grid-template-columns: repeat(1, 1fr);
    }



 
    .footer-inner-social ul{
        justify-content: flex-start;
    }


    .projects-item-text{
        min-height: auto;
    }


    .project-slider-wrapper{
        padding: 0 30px;
    }
    .project-slider-prev, .project-slider-next{
        left: -10px;
    }
    .project-slider-next{
        right: -10px;
        left: auto;
    }

    .title-section{
        padding: 0 0 5rem 0;
    }
    .title-inner-text h1{
        font-size: 5rem;
        line-height: 6rem;
    }
    .inside-banner-inner h1, .inside-banner-inner h2{
        font-size: 4rem;
        line-height: 5rem;
        margin-bottom: 2rem;
    }
    .inside-banner-list{
        flex-wrap: wrap;
    }


    .experience-title{
        margin-bottom: 5rem;
    }
    .commitment-section,.team-section{
        padding: 5rem 0;
    }


    .project-slider-text-section{
        padding: 0 0 5rem 0;
    }
    .project-slider-text-wrapper{
        padding: 0;
    }
    .project-slider-text-prev, .project-slider-text-next{
        position: static;
    }
    .project-slider-text-navigation{
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 2rem;
    }

    .reviews-wrapper{
        padding: 0 30px;
    }
    .reviews-prev{
        left: -10px;
    }
    .reviews-next{
        right: -10px;
    }


    .page-content-section,.error-section{
        padding: 7rem 0;
    }
    
}

@media (min-width:576px) and (max-width:767px) {

    .image-gallery-inner{
        grid-template-columns: repeat(2, 1fr);
    }

    .projects-item-text{
        min-height: 190px;
    }

    

}