@media (min-width: 992px) and (max-width: 1100px) {
    .header .navbar-brand {
        margin-right: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1350px) {
    .header .navbar-brand {
        margin-right: 20px;
    }
}

@media screen and (max-width: 991.98px) {
    .header.header-topbar .top-bar {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .header .navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header.header-topbar .navbar {
        position: sticky;
        top: 0;
        z-index: 10;
        background-color: #FFF;
    }
}

@media only screen and (max-width: 650px) and (min-width: 400px) {
    .testimonial:before {
        border-right: 325px solid transparent;
    }

    .testimonial:after {
        border-left: 325px solid transparent;
    }
}

@media (max-width: 480px) {
    .stylist-banner,
    .banner-image {
        height: 330px !important;
    }
    .hero_title {
        font-size: 28px !important;
        color: #FFFFFF;
    }
    .home_banner_slider {
        font-size: 18px !important;
        color: #E5DDC5;
    }
    .banner-content {
        padding: 1rem !important;
    }
}

@media (max-width: 991.98px) {
    .stylist-banner,
    .banner-image {
        height: 375px !important;
    }

    .banner-content {
        padding: 25px !important;
    }
    .main-product-image {
        height: 450px;
    }

    .product-title {
        font-size: 34px;
    }

    .option-title {
        font-size: 24px;
    }

    .new-price {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .stylist-banner,
    .banner-image {
        height: 360px !important;
    }

    .title_section img {
        width: 220px;
        height: 100%;
    }

    .title_section p, .title_text {
        font-size: 24px !important;
    }

    .about_pargraf {
        font-size: 16px;
    }

    .banner-content {
        padding: 30px !important;
    }

    .footer h5 {
        font-size: 22px !important;
    }

    .btn-primary {
        font-size: 18px;
    }

    .offer_about {
        font-size: 14px;
    }

    .thumb-imgs-scroll {
        height: unset !important;
        overflow: auto;
    }

    .outfit_text {
        font-size: 18px;
    }
    .hero_title {
        font-size: 30px !important;
        color: #FFFFFF;
    }
    .home_banner_slider {
        font-size: 20px !important;
        color: #E5DDC5;
    }
    .main-product-image {
        height: 350px;
    }

    .thumb-img {
        height: 80px;
    }

    .product-title {
        font-size: 26px !important;
    }
}

@media(max-width:768px) {
    .social-section::before,
    .social-section::after {
        width: 23%;
    }

    .hero_section_video {
        height: 100% !important;
    }

    .hero_description {
        font-size: 16px !important;
    }

    .btn-secondary {
        font-size: 20px !important;
    }
    /*============== product card ====================*/

    .product-card .product-img-wrapper::before {
        content: "";
        position: absolute;
        inset: 10px;
        border: 2px solid rgba(255, 255, 255, 0.85);
        z-index: 1;
        pointer-events: none;
    }

    /* Hover Zoom */
    .product-card .product-img {
        transform: scale(1.05);
    }

    /* Show Buttons on Hover */
    .product-card .product-actions {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, -50%) scale(1);
    }

    .action-btn {
        transform: translateY(-3px);
        background: #fff;
    }

    .product-card .book-btn {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }

    .counter-box::after {
        content: unset !important;
    }

    .outfite_image {
        height: 290px !important;
    }

    .outfit_text {
        font-size: 14px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .btn-primary {
        font-size: 18px !important;
    }
}
@media(max-width:767px) {
    .social-section::before,
    .social-section::after {
        display: none !important;
    }
    .main-timeline:before {
        margin: 0 !important;
        left: 7px !important;
    }

    .main-timeline .timeline {
        margin-bottom: 20px !important;
    }

    .main-timeline .icon {
        margin: auto 0 !important;
    }

    .main-timeline .date-content {
        width: 95% !important;
        float: right !important;
    }

        .main-timeline .date-content:before {
            display: none;
        }

    .main-timeline .date-outer,
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 115px !important;
        height: 115px !important;
    }

    .main-timeline .date {
        top: 30% !important;
    }

    .main-timeline .year {
        font-size: 26px !important;
    }

    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 88% !important;
        text-align: center !important;
        padding: 10px 0 !important;
    }

    .main-timeline .title {
        margin-bottom: 10px !important;
    }

    .counter_number {
        background-color: var(--bg-background-light-transpernt-color);
        position: unset !important;
    }

        .counter_number .partener_count h3,
        .counter_number .partener_count p {
            color: #000 !important;
        }

    .cart_item .product-img {
        width: 150px !important;
        height: 100% !important;
    }

    .summary-btns {
        flex-direction: column;
    }

    .cart-title {
        font-size: 24px;
    }
}
@media(max-width:426px) {
    .order-success-img .success-img {
        width: 280px;
    }
}
@media(max-width:424.88px) {
    .social-section::before,
    .social-section::after {
        display: none !important;
    }

    .product_img_card {
        height: 240px !important;
    }

    .action-btn {
        width: 30px !important;
        height: 30px !important;
    }

    .book-btn {
        padding: 5px !important;
    }
    .title_section p, .title_text {
        font-size: 22px !important;
    }
    .title_section img {
        width: 210px !important;
        height: 100%;
    }
    .hero_title {
        font-size: 24px !important;
        color: #FFFFFF;
    }
    .home_banner_slider {
        font-size: 16px !important;
        color: #E5DDC5;
    }
    .cart_item {
        flex-direction: column;
        gap: 0px !important;
    }

        .cart_item .product-img {
            display: none !important;
        }

        .cart_item .best-seller {
            margin-bottom: 2px;
            position: unset !important;
            width: fit-content !important;
        }
    .video_image {
        width: 100%;
        height: 250px !important;
    }
    .outfite_image {
        height: 220px !important;
    }

    .outfit_text {
        font-size: 13px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
@media only screen and (max-width: 990px) {
    .main-timeline .date-content:before {
        width: 22.5% !important;
    }

    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px !important;
    }

    .main-timeline .title {
        font-size: 17px !important;
    }

    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0 !important;
    }
}
@media(max-width:374.88px) {
    .search-icon, .nav-toggle, .appoinment_btn, .profile_button {
        width: 32px !important;
        height: 32px !important;
    }

    .header .navbar-brand .logo {
        max-width: 100%;
        width: 100px !important;
    }
    .outfite_image {
        height: 189px !important;
    }
    .outfit_text {
        font-size: 12px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* number of lines to show */
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .logo img {
        width: 128px !important;
    }
    .login-title {
        font-size: 20px !important;
    }
}
