/* Banner */
@media(max-width: 991px){
    .banner-ctnt {
        flex-direction: column;
        justify-content: start;
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .banner-left {
       max-width: 100%;
        width: 100%;
    }
 
    .banner-right {
        max-width: 100%;
        padding-bottom: 0px;
        gap: 40px;
        align-items: start;
    }

    .banner-sec {
        padding-top: 130px;
    }
}

@media(max-width: 767px){
    .banner-sec {
        padding-top: 110px;
        min-height: 90vh;
        display: flex;
        align-items: flex-end;
    }

    .banner-right ul {
        display: none;
    }
}

@media(max-width: 991px){
    .footer-form-wrap .gform_fields {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 575px){
    .badge-hdg {
        font-size: 12px;
    }

    .primary-btn, 
    .stroke-btn {
        font-size: 14px;
    }

    .primary-btn span,
    .stroke-btn span {
        width: 40px;
        height: 40px;
    }
}

@media(max-width: 414px){
    .banner-ctnt h1 {
        font-size: 26px;
    }
}

/* Info Section */
@media(max-width: 1199px){
    .info-sec {
        padding-bottom: 80px;
    }
}

@media(max-width: 991px){
    .info-sec .row{
        flex-direction: column-reverse;
        gap: 50px;
        margin: 0;
    }

    .info-sec .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info-sec .description-wpr {
        margin-bottom: 24px;
    }

    .info-img-two {
        left: 50%;
        max-width: 85%;
        transform: translateX(-50%) !important;
    }

    .info-img-grp {
        padding-right: 0;
        max-width: 400px;
        margin: 0 auto 70px;
    }

    .info-sec .theme-heading {
        text-align: center;
    }
}

/* Video Slider */
@media(max-width: 1199px){
    .video-slider-sec .bg-effect {
        clip-path: polygon(50% 0%, 100% 6%, 100% 96%, 0 100%, 0 6%);
    }
}

@media(max-width: 767px){
    .video-slider-sec .bg-effect {
        clip-path: polygon(50% 0%, 100% 3%, 100% 96%, 0 100%, 0 3%);
    }

    .video-slider-sec .swiper-wrapper {
        height: 280px !important;
        margin-bottom: 20px;
    }

    .theme-heading.max-width {
        margin: 0 auto 30px;
    }
}

@media(max-width: 481px){
    .video-slider-sec .swiper {
        padding-right: 15px;
    }
}


/* Inspiration Section */
@media(max-width: 991px){
    .inspiration-row {
        flex-direction: column;
    }

    .inspiration-cards {
        justify-content: flex-start;
    }

     .inspiration-left {
        max-width: 100%;
        width: 100%;
    }
}

@media(max-width: 767px){
    .inspiration-left {
        text-align: center;
        align-items: center;
    }
    
    .inspiration-cards {
        justify-content: center;
        flex-wrap: wrap;
    }
}


/* Product Grid */
@media(max-width: 991px){
    .product-card {
        max-width: calc(100% / 2 - 14px);
    }
}

@media(max-width: 575px){
    .product-cards {
        gap: 15px;
        margin-bottom: 35px;
    }

    .product-card {
        max-width: calc(100% / 2 - 10px);
    }

    .product-image {
        padding: 20px;
    }

    .product-image img {
        max-width: 200px;
        max-height: 140px;
    }

    .bestseller-badge{
        top: 12px
    }

    .product-card-hdr h6 {
        font-size: 14px;
    }

    .product-card-hdr {
        gap: 8px;
        flex-direction: column;
    }

    .price {
        font-size: 15px;
        margin: 12px 0px;
    }

    .color-box {
        width: 18px;
        height: 18px;
    }

    .product-content {
        padding: 10px 12px 24px;
    }
}

@media(max-width: 481px){
    .product-card {
        max-width: 300px;
    }

    .product-image img {
        max-width: 200px;
        max-height: 160px;
    }
}


/* Video Section */
@media(max-width: 991px){
    .overlay-content {
        max-width: 100%;
        top: 20%;
        left: 0;
        transform: unset;
        padding: 0 30px;
        text-align: center;
    }

    .play-btn{
        top: 70%;
    }
}

@media(max-width: 767px){
    .video-section {
        max-height: 660px;
    }
}

@media(max-width: 481px){
    .overlay-content {
        top: 12%;
    }
}

@media(max-width: 414px){
    .play-btn {
        top: 75%;
    }
}


/* Experience Section */
@media(max-width: 1199px){
    .experience-left {
        max-width: 380px;
        flex: 0 0 380px;
    }

    .number-list li .number {
        font-size: 22px;
    }
}

@media(max-width: 991px){
    .experience-row {
        flex-direction: column-reverse;
    }

    .experience-left video {
        max-height: 500px;
    }

    .experience-left {
        width: 100%;
        margin: 0 auto;
    }
}

@media(max-width: 481px){
    .number-list {
        flex-wrap: wrap;
        gap: 16px;
    }

    .number-list li {
        width: calc(100% / 2 - 8px);
    }

    .number-list li h6 br{
        display: none;
    }
}


/* Testimonials */
@media(max-width: 991px){
    .testimonial-card {
        max-width: 100%;
    }

    .testimonial-row {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px){
    .testimonial-sec .bg-effect {
        clip-path: polygon(0 1%, 100% 0, 100% 99%, 0% 100%);
    }
}

@media(max-width: 481px){
    .testimonial-card {
        flex-direction: column;
    }

    .testimonial-image {
        max-height: 165px;
        padding: 20px 0 0 20px;
    }
}

/* Blogs Section */
@media(max-width: 991px){
    .blog-row {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .blog-col:not(last-child) {
        max-width: calc(100% / 2 - 10px);
    }

    .blog-col:last-child {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .blog-card-small {
        gap: 8px;
        max-width: calc(100% / 2 - 10px);
    }
}

@media(max-width: 767px){
    .blog-card-small {
        max-width: 100%;
    }

    .blog-image {
        height: 380px;
        width: 100%;
    }
}

@media(max-width: 575px){
    .blog-col:not(last-child) {
        max-width: 100%;
    }

    .blog-content {
        padding: 30px 20px;
    }

    .blog-image {
        height: 320px;
        width: 100%;
    }

    .blog-icon-list {
        gap: 8px;
        flex-wrap: wrap;
    }
}

/* Delivery Section */
@media(max-width: 991px){
    .delivery-card {
        max-width: calc(100% / 2);
    }
}

@media(max-width: 481px){
    .delivery-card {
        max-width: 100%;
    }
}


/* Footer */
@media(max-width: 991px){
    .ftr-row {
        flex-wrap: wrap;
    }
 
    .ftr-col-1 {
        padding-right: 0;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .ftr-col-1 p {
        margin: 14px 0 20px;
    }

    .ftr-col-2, 
    .ftr-col-3, 
    .ftr-col-4 {
        max-width: calc(100% / 2 - 20px);
        width: 100%;
        padding-left: 0;
    }
}

@media(max-width: 575px){
    .ftr-row {
        margin-bottom: 30px;
    }

    .ftr-col-2, .ftr-col-3, .ftr-col-4 {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .ftr-details li {
       max-width: 320px;
       margin: 0 auto;
    }
}

@media(max-width: 481px){
    .ftr-logo img {
        /* max-width: 280px; */
        max-width: 80px;
    }
}



/* Header */
@media(max-width: 1199px){
    .menu ul {
        gap: 28px;
    }

    .menu ul li a {
        font-size: 16px;
    }
}

@media(max-width: 1024px){
    .logo img {
        max-width: 260px;
    }
}

@media(max-width: 767px){
    .logo img {
        max-width: 220px;
    }

    .logo, .toggle-btn {
        line-height: 1;
    }

    .header-inr .menu {
        display: none !important;
    }

    .header-icon-list {
        margin-left: auto;
    }

    .toggle-btn,
    .header-icon-list {
        display: block;
    }
}

@media(max-width: 575px){
    /* .main-header.scrolled .logo img {
        max-width: 200px;
    } */
    .main-header.scrolled .logo img {
        max-width: 60px;
    }

    .logo img {
        max-width: 240px;
    }
}

@media(max-width: 481px){
    .main-header.scrolled {
        top: 10px;
        border-radius: 20px;
    }

    .logo, .toggle-btn {
        line-height: 1;
    }

    .header-inr {
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        padding: 12px 20px;
    }

    .header-icon-list {
        margin-left: 0;
    }
}