@media only screen and (max-width: 991.98px){
    body{
        .hero-bg-video {
                position: absolute;
                inset: 0;
                width: 170%;
                height: 475px;
                left: 0;
                z-index: 1;
                object-fit: contain;
                top: 0;
            }
            .hero-area::before {
                content: "";
                position: absolute;
                bottom: 63%;
                width: 100%;
                height: 140px;
                background: linear-gradient(180deg, rgba(14, 15, 35, 0) 0%, #080808 50%);
                z-index: -2;
            }
            .hero-area > .container {
                position: relative;
                z-index: 2 !important;
            }
            .hero-area {
                padding: 370px 0 60px !important;
            }
            .about-wrap {
                border-radius: 48px;
                padding: 40px 40px;
                gap: 15px;
                margin-top: 30px;
            }
            .awesome-features__content .bento-card {
                height: min-content;
            }
            .bento-card__media {
                min-height: max-content;
                overflow: visible;
                border: none;
                border-radius: 0;
                background-color: #ffffff00;
            }
            .bento-card__media video{
                height: auto !important;
                border-radius: 28px;
            }

            .data-area {
                position: relative;
                z-index: 1;
                margin-top: 480px;
            }
            .data-img-wrap {
                margin-left: 0px;
            }


            .offcanvas-title .header__logo img{
                width: 220px;
            }

            .journey-laptop__screen img:last-child{
                opacity: 1;
                transform: translateY(0) scale(1);
            }
            .journey-laptop__screen img.is-visible {
            opacity: 0;
            }
            .journey-laptop__steps {
                padding-top: 24px;
            }
            button.product-gallery__nav.is-prev {
                left: 10%;
            }

            button.product-gallery__nav.is-next {
                right: 10%;
            }
            .benefits.section {
                z-index: 2;
                margin-top: 60px;
                padding-top: 25px;
            }
            .brand-box {
                width: 145px;                
            }
            .features::before {
                width: 125%;
            }
            section.features::after {
                left: -80px;
                width: 145%;
            }


            .features.features-slider-main::before {
                
                display: none;
                
            }


            .features.features-slider-main::after {
                
                display: none;
                
            }
            .impo-hero-slide__content {
                height: max-content;
            }

    }
    
}


@media only screen and (max-width: 400px){
    body {
        .hero-area::before {
            content: "";
            position: absolute;
            bottom: 67%;
            width: 100%;
            height: 160px;
            background: linear-gradient(180deg, rgba(14, 15, 35, 0) 0%, #080808 50%);
            z-index: -2;
        }
        .impo-hero-slide__content {
            justify-content: start;
        }
    }
}
@media (max-width: 768px) {
    .impo-offer-floating-btn::after {
      display: none;
        animation: none;
    }
    .bento-card__media video {
        width: 100%;
    }
    .bento-card__media video {
        width: 100%;
    }

    .awesome-features__content.bento-card-wrapper {
        gap: 0px;
    }

    article.bento-card {
        height: max-content !important;
    }
    .bento-card__media {
        order: 0 !important;
    }

    .bento-card__body {
        order: 2 !important;
    }
    article.bento-card {
        margin-top: 30px;
    }
    .data-area {
        margin-top: 0px !important;
    }
    .testimonial-box {
        min-height: 455px !important;
    }
    .brand-slide-wrap {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .brand-box.yatay img {
        width: 100%;
    }
    section.features::after {
        content:'';
        width: 100% !important;
        display: none;
    }
    .impo-offer-modal .modal-body {
        height: 75vh;
        overflow: scroll;
    }

    div#impoOfferModal {
        transform: none;
        z-index: 99999 !important;
    }
    .impo-offer-media {
        min-height: 100%;
        background: #0b0b0b;
        display: none;
    }
    .faq-contact-card__content h3, .faq-contact-card__content p {
        color: #000 !important;
    }
}
@media (min-width: 1500px) {
.banner-text-area {
    
    height: 285px !important;
}

.swiper.brand-slide-wrap {
    margin-left: -20% !important;
    width: 131% !important;
}

}