@media(max-width:1500px) {}

@media(max-width:1400px) {}

@media(max-width:1200px) {}

@media(max-width:1069px) {}

@media(max-width:991px) {

    header .navbar-nav {
        text-align: start;
        align-items: start;
    }

    header .nav-link {
        color: #000;
    }



    header .navbar .whatsapp {
        margin-top: 20px;
    }


    #hero-section {
        text-align: center;
    }

    #hero-section .row {
        min-height: auto;
    }

    #hero-section .hero-content {
        max-width: 100%;
    }

    #hero-section .hero-btn {
        justify-content: center;
    }

    #about-us .section-title {
        justify-content: center;
        margin-bottom: 20px
    }


    #about-us .about-content {
        text-align: center;
    }


}

@media(max-width:767px) {

    header .navbar-brand {
        width: 80px;
    }

    #hero-section {
        padding: 120px 0 50px;
    }

    #hero-section .btn-one,
    #hero-section .btn-two {
        width: 100%;

    }

    #hero-section .hero-content h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    #hero-section .hero-content p {
        margin-bottom: 20px;
    }

    #hero-section {
        background-position: right;
    }

    #hero-section .overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .68) 45%, rgb(0 0 0 / 67%) 100%);
        z-index: 1;
        font-size: 35px;
    }

    #about-us .section-title h2 {
        font-size: 25px;
    }

    header .whatsapp {
        margin-left: 0px;
    }

    #why-choose .section-title h2 {
        font-size: 25px;
    }

    #categories .section-title h2 {
        font-size: 25px;
    }

    #gallery .section-title h2 {
        font-size: 25px;
    }

    #visit-outlets .visit-content h2 {
        font-size: 25px;
    }

    #visit-outlets .outlet-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-bottom: 20px;
    }

    #testimonials .section-title h2 {
        font-size: 25px;
    }

    #testimonials .section-title {
        margin-bottom: 20px;
    }

    #cta-banner h2 {
    font-size: 25px;
    text-align: center;
}
#cta-banner p {
    text-align: center;}
    #cta-banner .cta-btn {
    justify-content: center;
}
}

@media(max-width:643px) {}

@media(max-width:576px) {}

@media(max-width:480px) {

    .sticky .headermn .navbar .navbar-brand {
        width: 60px;
    }

    header .header-top {
        display: none;
    }

    header .navbar-nav {
        gap: 20px;
    }

    header .headermn .navbar .navbar-brand {
        width: 60px;
    }

    header .navbar .offcanvas {
        width: 300px;
    }


    footer .footertop .about img {
        width: 100px;
    }

    footer .row {
        row-gap: 20px;
    }

    footer .footertop {
        padding: 25px 0 0px;
    }

    footer .footertop .about p {
        width: 100%;
    }

    footer .footerboo ul {
        display: block;
        text-align: center;
    }

    footer .footerboo ul li:first-child {
        margin-bottom: 10px;
    }



}

@media(max-width:400px) {}

@media(max-width:359px) {}