@media (max-width: 1400px){
    .hero-head{
        font-size: 200px;
        text-align: left;
    }
    .section3 div h1{
        font-size: 150px;
    }


    .section5 div h1 {
        font-size: 100px;
    }

    .section5 div h2 {
        font-size: 35px;
    }   

}



@media (max-width: 1200px){
    .hero-text h2 {
        font-size: 40px;
    }
    .hero-text p{
        font-size: 15px;
    }
    .circle{
        width: 50px;
        height: 50px;
    }
    .hero-section .hero{
        padding-top: 50px;
    }



    .section4 .sec4-text h1{
        font-size: 50px;
    }
    .section4 .sec4-text div button{
        font-weight: 500;
        padding: 15px 20px;
        font-size: 10px;
    }
}

@media (max-width: 1024px){
    .hero-head{
        font-size: 150px;
    }
    .sec2 h1{
        font-size: 40px;
    }



    .section3 div h1{
        font-size: 100px;
    }

}



@media (max-width: 992px){
    .section4 .sec4-text h1{
        font-size: 40px;
    }
    .section4 .sec4-text div{
        width: 100%;
    }

    .gallery-section{
        gap: 50px;
    }
    .gallery-section div{
        width: 100%;
        gap: 50px;
    }




    footer .container h1{
        font-size: 100px;
    }
    .email-inp{
        width: 400px;
        padding: 9px;
    }
    .foot-btn{
        padding: 9px 30px;
        font-size: 15px;
    }
}








@media (max-width: 768px){
     .hero-head{
        font-size: 100px;
    }
      .hero-text h2 {
        font-size: 30px;
    }
    .circle{
        width: 40px;
        height: 40px;
    }



    .sec2{
        flex-direction: column;
    }
    .sec2 h1{
        font-size: 35px;
        text-align: center;

    }



    .num span{
        font-size: 45px;
    }
    .num p{
        font-size: 25px;
    }


    .section4{
        height: fit-content;
        flex-direction: column;
    }
    .section4 .sec4-text{
        width: 100%;
        text-align: center;
    }
    .section4 .sec4-img{
        width: 100%;
        height: 60vh;
    }




    .section5 div h1 {
        font-size: 80px;
    }

    .section5 div h2 {
        font-size: 25px;
    } 




    .section6 div h1{
        font-size: 40px;
    }
    .section6 div div h2{
        font-size: 25px;
    }
    .section6 div div p{
        font-size: 16px;
    }
    .section6 div button{
        font-weight: 500;
        font-size: 15px;
    }


    .clients img {
        width: 250px;
        height: 300px;
    }
    .clients-head{
        font-size: 40px;
    }
    .clients h2{
        font-size: 25px;
    }
    .clients p{
        font-size: 15px;
    }
    .clients button{
        top: 30%;
    }
    .clients button i{
        font-size: 20px;
    }




    footer .container form{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    footer .container h1{
        font-size: 50px;
    }
    .email-inp{
        width: 300px;
        padding: 9px;
    }
    .foot-btn{
        margin:0;
    }
}




@media (max-width: 575px){
    .hero-section {
        height: 70vh;
    }
    .hero-head{
        font-size: 60px;
    }
    .circle-text{
        width: 100%;
    }



    .sec2 h1{
        font-size: 30px;
    }
    .sec2 button{
        width: 200px;
        padding: 10px;
        font-size: 15px;
    }



    .section3 div h1{
        font-size: 50px;
    }


    .num span{
        font-size: 35px;
    }
    .num p{
        font-size: 17px;
    }



    .section5 div h1 {
        font-size: 50px;
    }

    .section5 div h2 {
        font-size: 16px;
    } 

}
@media (max-width: 425px){
    .hero-section{
        height: 70vh;
    }
    .gallery-section div div img{
        height: 300px;
    }
    footer .container h1{
        font-size: 45px;
    }
    .email-inp{
        width: 225px;
        padding: 5px 9px;
    }
    .foot-btn{
        padding: 5px 10px;
    }
    footer .container p{
        font-size: 13px;
        text-align: center;
    }


    nav img {
        width: 100px;
        height: 50px;
    }
    nav div {
        gap: 20px;
    }
    nav div p{
        font-size: 13px;
    }
}
