
@media only screen and (max-width: 1280px) {

.upper-nav {
    padding: 5px 30px;
}
.up-text p {
    font-size: 13px;
}
.up-area {
    gap: 10px;
}
.upper-area-2 {
    gap: 50px;
}


/* end upper nav */

.whats-float-2 {
    bottom: 8.6% !important;
}



}

@media only screen and (max-width: 1024px) {
    .up-env {
        font-size: 16px;
    }
    .up-text p {
        font-size: 10px;
    }
    .upper-area-1 {
        gap: 25px;
    }

    /* end upper nav */

    .head h1 {
        font-size: 80px;
    }
    .head p {
        font-size: 35px;
        margin-top: -40px;
    }

    .whats-float-2 {
        bottom: 6.6% !important;
    }
    .up-fa {
        padding: 6px;
    }
    .payment p {
        font-size: 14px;
        padding: 5px 8px;
    }

    }

@media only screen and (max-width: 912px) {
.upper-nav {
    display: none;
    
}
.ban-2-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.ban-2-text h1 {
    font-size: 50px;
}
.head h1 {
    font-size: 65px;
}
.head p {
    font-size: 30px;
    margin-top: -30px;
}
}


@media only screen and (max-width: 712px) {
    .head h1 {
        font-size: 60px;
    }
    .head p {
        font-size: 28px;
        margin-top: -26px;
    }
 


}



@media only screen and (max-width: 540px) {
    .ban-2-img img {
        height: 300px;
    }
    .ban-2-text h1 {
        font-size: 35px;
    }

    .head h1 {
        font-size: 45px;
    }
    .head p {
        font-size: 24px;
        margin-top: -21px;
    }


}

@media only screen and (max-width: 393px) {
    .head h1 {
        font-size: 40px;
    }
    .head p {
        font-size: 21px;
        margin-top: -18px;
    }



}






/* start footer */


@media only screen and (max-width: 1024px) {
  
    .foot-logo img{
        width: 100%;
    }
    .foot-con {
        flex-direction: column;
        gap: 50px;
    }
    
    .foot-1 {
        width: 100%;
        text-align: center;
    }
    .foot-logo {
        width: 60%;
        margin: 0 auto;
    }
    .foot-icon {
        justify-content: center;
    }
    .foot-2 {
        width: 100%;
        text-align: center;
    }
    .add-foot-area {
        justify-content: center;
    }

    .foot-3 {
        width: 36%;
        margin: 0 auto;
    }
    .foot-3 iframe{
        width: 100%;
    }
    

    }


@media only screen and (max-width: 912px) {
    .foot-3 {
        width: 48%;
    }
    .foot-to-con {
        flex-wrap: wrap;
        gap: 37px;
    }
.foot-top {
    display: none;
}

}

@media only screen and (max-width: 712px) {
    .foot-3 {
        width: 66%;
    }

}

@media only screen and (max-width: 600px) {
.addd-fo-text-2 p {
    font-size: 18px;
}

.foot-h h1 {
    font-size: 26px;
}



}

@media only screen and (max-width: 430px) {
    .foot-3 {
        width: 83%;
    }
}

@media only screen and (max-width: 393px) {
    .foot-3 {
        width: 92%;
    }
}

@media only screen and (max-width: 375px) {
    .foot-3 {
        width: 97%;
    }
}

@media only screen and (max-width: 360px) {
    .foot-3 {
        width: 100%;
    }
    .addd-fo-text p {
        font-size: 14px;
    }


}



/* end footer */



















