@media only screen and (max-width: 1799px) {
    .who-we-are-content {
        padding-left: 11%;
    }
}
@media only screen and (max-width: 1699px) {
    .who-we-are-content {
        padding-left: 9%;
    }
}
@media only screen and (max-width: 1599px) {
    .who-we-are-content {
        padding-left: 6%;
    }
}
@media only screen and (max-width: 1499px) {
    .hero-banner {
        padding-bottom: 230px;
        background-size: cover;
    }
    .offer-banner {
        height: 545px;
    }
    .who-we-are-content {
        padding-left: 4%;
    }
}
@media only screen and (max-width: 1399px) {
    .hero-banner {
        padding-bottom: 192px;
    }
    .offer-banner {
        height: 500px;
    }
    .who-we-are-content {
        padding-left: 5%;
    }
}
@media only screen and (max-width: 1299px) {
    .hero-banner {
        padding-top: 70px;
    }
    .offer-banner {
        height: 465px;
    }
    .who-we-are-content {
        padding-left: 3%;
    }
}
@media only screen and (max-width: 1199px) {
    .hero-banner {
        padding-top: 40px;
        padding-bottom: 130px;
    }
    .collection-box img {
        max-width: 100%;
    }
    .offer-banner {
        height: 425px;
    }
    .video-card video {
        width: 100%;
    }
    .featured-products-box>img {
        width: 100%;
    }
    .who-we-are-content {
        padding-left: 7%;
    }
}
@media only screen and (max-width: 1099px) {
    .hero-banner {
        padding-bottom: 90px;
    }
    .collection-box img {
        max-width: 100%;
    }
    .offer-banner {
        height: 386px;
    }
    .video-card video {
        width: 100%;
    }
    .featured-products-box>img {
        width: 100%;
    }
    .who-we-are-content {
        padding-left: 3%;
    }
}
@media only screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
    .pt-60 {
        padding-top: 40px;
    }
    .heading {
        padding-bottom: 24px;
    }
    .heading h2 {
        font-size: 36px;
        margin-bottom: 14px;
    }
    .collection-box a {
        padding: 8px 24px;
        min-width: 130px;
    }
    .hero-banner {
        padding-top: 24px;
        padding-bottom: 57px;
        background-size: cover;
    }
    .hero-banner h1 {
        font-size: 28px;
        margin-bottom: 14px;
    }
    .collection-box img {
        max-width: 100%;
    }
    .offer-banner {
        height: 296px;
    }
    .offer-banner h2 {
        font-size: 42px;
        margin-bottom: 6px;
    }
    .offer-banner h3 {
        font-size: 36px;
        margin-bottom: 6px;
    }
    .video-card video {
        width: 100%;
    }
    .featured-products-box>img {
        width: 100%;
    }
    .featured-products-grid {
        grid-template-columns: auto auto auto;
        gap: 24px;
    }
    .footer-logo img {
        width: 100%;
    }
    .newslettar form {
        padding: 14px 0;
    }
    .newslettar h3, .footer-link h3 {
        font-size: 24px;
    }
    .social-media h4 {
        font-size: 18px;
    }
    .social-media ul li {
        width: 35px;
        height: 35px;
    }
    .footer-text p {
        font-size: 16px;
    }
    .mobile-navbar {
        display: flex;
    }
    .desktop-navbar {
        display: none;
    }
    .navbar-mobile {
        transition: all 0.3s ease;
    }

    header .hide {
    display: none;
    }

    header .show {
    display: block;
    }
    .navbar-mobile {
        position: absolute;
        left: 0;
        background-color: #0d0d0b;
        width: 70%;
        top: 100%;
        height: 100vh;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }
    .navbar-mobile .nav-link {
        line-height: 24px;
    }
    .navbar-mobile-toggler {
        width: 108px;
        border: 0;
        background-color: transparent;
        text-align: left;
    }
    .mobile-navbar .gap-3 {
        gap: 0.4rem!important;
    }
    .navbar-brand img {
        height: 54px;
    }
    .contact-info {
        max-width: 100%;
        padding-bottom: 40px;
    }
    .who-we-are-content {
        padding-left: 12%;
    }
    .product-page-section .col-md-3 {
        display: none;
    }
    .product-page-section .col-md-9 {
        width: 100%;
    }
    .offcanvas {
        background: #6d7453;
    }
    .offcanvas-header h5 {
        color: #fff;
        font-family: 'Gotham';
        font-size: 24px;
    }
    .offcanvas-header .btn-close {
        background-color: #C29742;
    }
    .offcanvas-body>.row {
        flex-direction: column-reverse;
        gap: 14px;
    }
    .offcanvas-body>.row .col-md-8, .offcanvas-body>.row .col-md-4 {
        width: 100%;
    }
    .product-page-section .row.pb-4 {
        display: none;
    }
    #search-bar form {
        width: 80%;
    }
}

@media only screen and (min-width: 992px) {
    .filter-button {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .featured-products-grid {
        grid-template-columns: auto auto;
        gap: 14px;
    }
    .hero-banner {
        height: 500px;
        background-size: cover;
        background-position: right;
    }
    .hero-banner .container {
        height: 100%;
    }
    .hero-banner .col-md-6 {
        height: 100%;
        display: flex;
        align-items: end;
    }
    .offer-banner {
        height: 500px;
        background-size: cover;
    }
    .heading h2 {
        font-size: 30px;
    }
    .btn-button-border {
        padding: 6px 8px;
        gap: 6px;
    }
    .clients-say-section .row {
        row-gap: 24px;
    }
    .footer-logo img {
        width: 100px;
    }
    footer .row:first-child {
        row-gap: 36px;
    }
    .footer-text p {
        font-size: 14px;
    }
    .who-we-are-content {
        padding-bottom: 30px;
        padding-left: 0;
    }
    .our-journey .d-flex {
        flex-direction: column;
    }
    .who-we-are-content {
        width: 100%;
    }
    .our-journey {
        padding-left: 60px;
        padding-right: 60px;
    }
    .our-journey .swiper {
        width: 100%;
    }
    .our-journey .d-flex {
        gap: 0 !important;
    }
    .cart-box {
        margin-bottom: 30px;
    }
    .order-box .row.text-white .col-md {
        width: 50%;
    }
    .order-box .progress-tracker {
        align-items: start;
        margin-top: 20px;
        flex-direction: column;
    }
    .order-box .step .circle {
        margin: 0 0 0;
    }
    .order-box .progress-tracker::before {
        top: 50%;
        left: -14px;
        width: 2px;
        height: 80%;
    }
    .order-box .step {
        text-align: start;
        display: flex;
        align-items: baseline;
    }
    .order-box .step.completed::after {
        width: 2px;
        height: 70%;
        top: 19px;
        left: -14px;
    }
    .order-box .progress-tracker {
        margin-left: 24px;
    }
    .order-box .step .circle {
        margin: 0 -23px 0;
    }
    .order-box .step p {
        padding-left: 32px;
        position: relative;
        top: -5px;
    }
    .row.order-list.row-gap-3 {
        padding-bottom: 30px;
    }
    .order-box .btn {
        font-size: 11px;
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 576px) {
    .our-journey {
        padding-left: 24px;
        padding-right: 24px;
    }
}