

@media (max-width:1620px){
    .hero .content-box{
    margin-left: 0;
}

@media (max-width:1480px){
    .hero .content-box h2{
    font-size: 7rem;
}
    .hero .content-box h3{
    font-size: 2.2rem;
}
    .footer > *{
        padding-left: 50px;
    }
}

@media (max-width:1520px){
    .about .about-content{
        grid-template-columns: 1fr 1.2fr;
    }
    .about .about-content p{
        font-size: 2.2rem;
        line-height: 3rem;
        letter-spacing: 0.5px;
    }
}

.hero button{
    font-size: 1.8rem;
}
}

@media (max-width:1348px){
    .hero .content-box h2{
    font-size: 6rem;
}
}

@media (max-width:1280px){
    .container{
        padding-inline: 70px;
    }

    #navigation{
        gap: 10px;
    }

    .header{
        grid-template-columns: 0.4fr 1fr 0.4fr;
    }

    .hero .content-box h2{
    font-size: 5rem;
    }
    .hero .content-box h3{
    font-size: 2rem;
    }
    .hero button{
    margin-top: 15px;
    }

    .about .about-content p{
        padding-inline-end: 0px;
    }

    .footer > *{
        padding-left: 15px;
    }

    .footer .col-1 .img-container{
    height: 80px;
}

.footer .col-1 p{
    max-width: 90%;
}

.footer .col-2 a.location{
    max-width: 90%;
}
}

@media (max-width:1146px){

    .header{
        grid-template-columns: 1fr 1fr;
    }

    #navigation.nav-mobile{
        right: 0;
    }

    #navigation .contact-header{
    display: flex;
}

    #navigation{
        position: fixed;
        top: 0;
        right: -100%;
        /* right: 0; */
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 50px 10px;
        height: 100vh;
        width: 200px;
        z-index: 999;
        background-image: radial-gradient(161.61% 93.13% at 5.88% 18.29%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 87.65%), radial-gradient(222.38% 119.96% at 2.24% 8.85%, rgba(255, 255, 255, 0.00) 0%, rgba(65, 195, 135, 0.20) 100%), radial-gradient(127.96% 105.11% at 39.91% -7.79%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.14) 20.67%, rgba(255, 255, 255, 0.18) 67.79%, rgba(203, 201, 79, 0.20) 100%), radial-gradient(199.34% 95.13% at 13.45% 68.29%, #FFF 0%, #FFF 35.1%, #9ACCFF 100%);
        box-shadow: -1px 0 5px rgba(0, 0, 0, 0.418);
        gap: 10px;
    }

    .header #navigation .close-btn{
    display: block;
    }

    .menu{
        display: flex;
    }

    .header-contact-container{
        display: none;
    }

    .contact-header{
        /* padding: 8px 15px; */
        margin-top: 10px;
    }

    .hero{
        gap: 70px;
    }
    .hero .content-box h3{
    font-size: 1.8rem;
    }
    .hero button{
    padding: 12px 18px;
    font-size: 1.6rem;
    }
    .hero .hero-img{
    justify-content: end;
}
    .hero .hero-img img{
    max-height: 600px;
}

.about .about-content{
    grid-template-columns: 1fr;
    justify-items: center;
}

.about .about-content .about-img{
    display: flex;
    justify-content: center;
}
.about .about-content p{
    margin-top: 40px;
    font-size: 2rem;
    line-height: 2.7rem;
}
}

@media (max-width:1080px){
    .footer{
        gap: 30px;
    }
}

@media (max-width:980px){
    .container{
        padding-inline: 50px;
    }
    .hero .content-box h2{
    font-size: 4.2rem;
    }
    .hero .content-box h3{
    font-size: 1.6rem;
    }
    .hero .hero-img img{
    max-height: 550px;
}
}

@media (max-width:850px){
    .hero .hero-img img{
    max-height: 500px;
}

    .hero .content-box{
        z-index: 99;
        position: absolute;
        left: 80px;
    }

    .hero{
        grid-template-columns: 1fr;
    }

    .hero .hero-img{
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.384);
    }

    .hero .hero-img::after{
        content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.651),
    rgba(0, 0, 0, 0.37),
    transparent
  );
    }

    .hero .content-box h2{
    color: white;
    }
    .hero .content-box h3{
    color: white;
    }

    .hero .content-box h2 span:first-of-type{
        background-image: var(--gradient-clr);
    }

    .hero .hero-img img{
        width: 100%;
        object-fit:cover;
        object-position: 50% 35%;
    }

    .heading-container h3{
    font-size: 3.5rem;
}

    .heading-container p{
        font-size: 1.8rem;
        margin-top: 8px;
    }

    .footer .col-2 h4{
    margin-left: 0;
}
}

@media (max-width:601px){

    .heading-container h3{
    font-size: 3rem;
}

    .heading-container p{
        font-size: 1.4rem;
    }

    .footer{
        gap: 20px;
        padding-block: 30px 50px;
    }
    
}


@media (max-width:512px){
    .header{
        height: 70px;
    }
    .header > *{
        height: 77%;
    }

    .logo-img{
        height: 90%;
    }
    .container{
        padding-inline: 25px;
    }
    .hero .content-box{
        left: 50px;
    }
    .hero .content-box h2{
    font-size: 3.5rem;
    }
    .hero .content-box h3{
    font-size: 1.2rem;
    }
    .hero .hero-img img{
    max-height: 450px;
}

.about{
    padding-bottom: 40px;
}
    .about .about-content p{
    font-size: 1.6rem;
    line-height: 2rem;
}

    .works .all-works-container{
        margin-bottom: 20px;
    }

    .menu-icon{
        height: 40px;
        width: 40px;
    }

    .heading-container{
        margin-bottom: 30px;
    }

    .heading-container h3{
    font-size: 2.5rem;
}

    .heading-container p{
        font-size: 1.4rem;
    }

    .services .all-services-container .service-container{
        height: 380px;
    }

}