@media(max-width:1600px) {
    .banner-section .slider-content {
        padding: 0 240px;
    }

    .slider-content h1 {
        font-size: 55px;
        line-height: 60px;
    }
}


@media(max-width:1400px) {

    .banner-section .slider-content {
        padding: 0 140px;
        height: 600px;
    }

    .slider-content h1 {
        font-size: 45px;
        margin-bottom: 30px;
        max-width: 500px;
        line-height: 50px;
    }

    .arry {
        width: 50px;
        height: 50px;
    }

    .blogs-section .blog-card .name {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .product-card .product-image {
        margin: 20px auto -150px;
        width: 250px;
        height: 90px;
        object-fit: contain;
        transition: all .5s cubic-bezier(.175, .885, .32, 3.75);
        border-radius: 20px;
    }

    .p-80 {
        padding: 60px 0;
    }

    .category-item .category-image {
        width: 100%;
    }

    .header-bottom nav ul li a {
        font-size: 17px;
    }

    .header-right .search-area {
        width: 100%;
    }

    .search-form button {

        padding: 5px;
    }
}

@media(max-width:1200px) {
    .rewards li {
        padding: 20px 0;
    }

    .rewards li .image {
        width: 190px;
    }

    .category-item .category-image {
        height: 350px;
    }

    .arry {
        width: 40px;
        height: 40px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .category-item .category-name {
        font-size: 20px;
    }

    .categories-section .category-item {
        margin-bottom: 30px;
    }

    footer .social-media span {
        font-size: 14px;
    }

    .header-bottom .lang ul li a {
        font-size: 14px;
    }

    .header-bottom nav ul li a {
        font-size: 16px;
    }

    .section-title h4 {
        font-size: 24px;
    }

    .blogs-section .blog-card .blog-image {
        width: 100%;
        height: 240px;
    }

    .blog-card .time {
        font-size: 14px !important;
    }

    .blogs-section .blog-card .name {
        font-size: 20px;
        margin: 10px 0;
    }

    .blogs-section .blog-card .description {
        font-size: 13px;
    }

    .blogs-section .blog-card .read-more-btn {
        padding: 6px 20px;
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .rewards li {
        text-align: center;
        gap: 30px;
        flex-direction: column;
    }

    .product-cards {
        gap: 30px;
    }

    footer nav ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .adress-info {
        margin-top: 0;
    }

    footer nav {
        display: flex;
        justify-content: space-between;
    }

    .category-item .category-image {
        height: 300px;
    }
    .menu-bars{
        cursor: pointer;
        display:block;
    }
    .menu-bars .line {
        background-color: #eee;
        border-radius: 10px;
    }

    .header-top .header-left {
        justify-content: space-between;
        gap: 0;
    }

    .header-left .header-logo {
        width: 100%;
    }

    .header-left .header-logo a {
        width: max-content;
        margin: 0 auto;
    }

    .menu-bars .line {
        height: 2.5px;
        border-radius: 3px;
        background-color: #C0944A;
        margin-bottom: 6px;
        width: 30px;
    }



    .header-top .header-right {
        display: none;
    }

    .header-left .call-us {
        display: none;
    }

    .header-top .col-md-10 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-bottom {
        position: fixed;
        left: 0;
        width: 350px;
        background-color: #C0944A;
        top: 0;
        z-index: 99;
        color: #fff;
        height: 100vh;
        flex-direction: column;
        padding: 20px;
        justify-content: flex-start;
        align-items: flex-start;
        transform: translateX(-3000px);
        transition: .5s ease;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;

    }

    .header-bottom.active {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    .header-bottom .lang,
    header .social-media ul,
    .social-media {
        width: 100%;
        margin-top: 25px;
        font-size: 20px;
    }

    header .social-media ul li a svg {
        width: 17px;
        height: 17px;
        fill: #fff;
    }

    header .social-media ul li a {
        border-color: #fff;
    }

    .header-bottom .lang ul li a {
        color: #fff;
    }

    .header-bottom nav ul li a {
        text-transform: uppercase;
    }

    .header-bottom nav ul li a:hover,
    .header-bottom nav ul li a.active {
        color: #fff;
    }

    .header-bottom .search-area {
        display: block;
        margin-top: 30px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    .search-form button {
        width: 50px;
    }

    .header-bottom nav ul li a:after {
        color: #fff;
        background-color: #fff;
    }

    .header-bottom .mobile-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .header-bottom .hide-menu {
        color: #fff;
        cursor: pointer;
        display: block;
    }

    .header-bottom .social-media {
        display: block;
    }

    .mobile-logo img {
        width: 170px;
        height: 60px;
    }

    .header-bottom nav {
        width: 100%;
        margin-top: 25px;
        flex-direction: column;

    }

    .header-bottom .nav-list {

        flex-direction: column;

    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 98;
        width: 100%;
        height: 100%;
        transform: translateX(-3000px);
        transition: .4s ease;
        opacity: 0;
        visibility: hidden;
    }

    .overlay.active {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

@media(max-width:768px) {
    .breadcrumb-content {
        padding: 50px;
    }

    .blog-detail .blog-detail-left .image {
        height: 300px;
    }

    .blog-detail .title {
        font-size: 22px;
        line-height: 24px;
    }

    .rewards li .image {
        width: 100%;
        height: 100%;
    }

    .products {
        padding: 50px 0;
    }

    .products-section .product-card {
        width: 100%;
    }

    .filter {
        border-radius: 0;
    }

    .filter select {
        border-bottom: 0;
        margin-bottom: 0 !important;
    }

    .filter select:last-child {
        border-bottom: 0;
        margin-bottom: 0 !important;
    }

    .filter select {
        border-right: none;
        border-bottom: 1px solid #EFEFEF;
        width: 100%;
        margin-bottom: 15px;
    }

    .features .col-lg-4 {
        margin: 0 auto;
    }

    .p-80 {
        padding: 40px 0;
    }

    .about-section .about-image {
        height: 350px;
    }

    .swiper-slide-active .slider-content h1 {
        font-size: 30px;
        max-width: 100%;

    }

    .banner-section .slider-content {
        padding: 0 100px;
    }

    .slider-content .bttm {
        flex-direction: column;
        align-items: flex-start;
        line-height: 30px;
    }

    footer .logo {
        margin: 0 auto;
    }

    footer .social-media {
        justify-content: center;
    }

    footer .social-media span {
        display: none;
    }

    footer .logo {
        width: 140px;
    }

    footer nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    footer nav ul {
        margin: 20px 0;
        align-items: center;
    }
}

@media(max-width:576px) {
    .product-detail .pr-img {
        height: 300px;
    }

    .heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .breadcrumb-content {
        height: 35vh;
        text-align: center;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;

        background-image: linear-gradient(270deg, #F4E8B5 0%, #C0944A 100%);
    }

    .features .col-lg-4 {
        width: 100%;
    }

    .section-title h4 {
        font-size: 20px;
    }

    .about-section .about-image {
        height: 300px;
    }

    .arry {
        display: none;
    }

    .banner-section .slider-content {
        padding: 0 30px;
        height: 350px;
    }

    .slider-content h1 {
        font-size: 22px;
        line-height: 34px;
    }

    .slider-link {
        padding: 10px 20px;
        font-size: 13px;
    }

    .slider-content .desc {
        font-size: 13px;
        line-height: 20px;
    }
}