@media(max-width:1365px) {}

@media (max-width:1399px) {
    .none_1500 {
        display: none;
    }

    .menu-toggle {
        display: block !important;
    }

    .header-menus {
        position: absolute;
        top: 70px;
        right: 0;
        width: 280px;
        background: #fff;
        flex-direction: column;
        padding: 20px;
        gap: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        z-index: 1024;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: 0.3s ease;
        border: solid 1px #21252930;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        align-items: start !important;
    }


    .header-menus.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .header_location_desktop {
        display: none;
    }

    .heading-title.mb-5 {
        margin-bottom: 26px !important;
    }

}

@media(max-width:1300px) {
    .navbar-brand {
        position: static;
        transform: none;
    }

    body.fixed header {
        top: 0;
        transform: none;
        width: 100%;
        left: 0;
        border-radius: 0;
        padding: 0;
    }

    header {
        padding: 0;
        transform: none;
        left: 0;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .slider-home {
        padding: 0px 15px;
    }

    .slider-home .btn {
        margin-top: 30px !important;
    }


}

@media(max-width:1199px) {
    #navbarSupportedContent ul:last-child li:first-child {
        display: none;
    }

    .footer-top .container>.row>* {
        width: 100%;
    }

    .footer-top {
        padding: 40px 0;
    }

    .footer-top .col-md-7 .row>* {
        width: 33.33%;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 60px;
    }

    .social-link img {
        min-width: 38px;
    }

    .footer-top .container-fluid {
        gap: 25px;
    }

    .footer-logo {
        margin-bottom: 10px;
    }

    .image-sec-about {
        padding: 60px 0;
    }

    .lg_flex_col {
        flex-direction: column-reverse;
    }

}

@media(max-width:991px) {
    /* :root {
        --h1-headline: 50px;
        --h2-headline: 38px;
        --h3-headline: 34px;
        --h4-headline: 24px;
        --h5-headline: 22px;
        --h6-headline: 16px;
    } */

    .section-padding {
        padding: 40px 0;
    }

    .heading-title.mb-5 {
        margin-bottom: 20px !important;
    }

    .navbar-toggler {
        padding: 0;
        border: none;
        box-shadow: none !important;
        outline: none !important;
    }

    #navbarSupportedContent {
        height: 100% !important;
    }

    #navbarSupportedContent {
        transition: 0.3s ease-in-out;
        transform: translateY(-100%);
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh !important;
        background-color: rgba(0, 0, 0, 35%);
        backdrop-filter: blur(70px);
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-content: center;
    }

    #navbarSupportedContent.show {
        transform: translateY(0%);
    }

    .hero-content h1 {
        font-size: 52px;
    }

    .filter-box .filter-box-item {
        width: 100%;
    }

    .filter-box {
        flex-wrap: wrap;
    }

    .filter-box .filter-box-item input {
        width: 100%;
    }

    .filter-box .filter-box-item:nth-child(2) {
        width: calc(50% - 5px);
    }

    .filter-box .filter-box-item:nth-child(3) {
        width: calc(50% - 5px);
    }

    .hero-section {
        min-height: auto;
        padding-top: 65px;
    }

    .hero-content {
        padding: 40px 0;
        padding-bottom: 10px;
    }

    .accommodations-sec .row>* {
        width: 50%;
    }

    .offer-section .row>* {
        width: 100%;
    }

    .offer-section-img {
        aspect-ratio: 16/8;
    }

    .offer-points {
        gap: 15px !important;
    }

    .footer-top .col-md-7 .row .col-md-3 {
        width: 30%;
    }

    .footer-top .col-md-7 .row .col-md-5 {
        width: 40%;
    }

    .hero-content h1 {
        margin-bottom: 100px;
        font-size: 42px;
    }

    .banner-header {
        min-height: 300px;
        height: auto;
    }

    .banner-header-content .filter-box {
        margin-bottom: 15px;
    }

    .slider-aslo-like {
        padding-bottom: 0 !important;
    }

    .view-page-tititle {
        flex-direction: column;
        align-items: start !important;
        gap: 10px;
    }

    .page-wraper.py-10 {
        padding: 40px 0 !important;
    }

    .gallery-img-row>* {
        width: 25%;
        padding: 0px 2px;
    }

    .gallery-img-row {
        margin-left: -1px;
        margin-right: -1px;
    }

    .gallery-box {
        gap: 4px !important;
    }

    .gallery-box .object-fit {
        aspect-ratio: 4/2.5;
    }

    /* 
    .category-card .category-card-image {
        width: 120px;
        height: 120px;
    } */
    .loyalty-card {
        padding: 16px;
        gap: 16px;
    }

    .ambassador-gift-sec .heading-title .h2 img {
        height: 40px !important;
    }

    .footer-headings {
        margin-bottom: 20px;
    }

    .slider-home .swiper-slide {
        aspect-ratio: 16 / 9;
    }

    .order-history-bg .table-responsive .table {
        min-width: 990px;
    }

    .md_flex_col {
        flex-direction: column-reverse;
    }

    .image-sec-about {
        padding: 40px 0;
    }

    .about-info-sec {
        padding: 40px 0;
    }

    .about-info-sec-img {
        display: none;
    }

}

@media(max-width:767px) {
    /* :root {
        --h1-headline: 40px;
        --h2-headline: 32px;
        --h3-headline: 26px;
        --h4-headline: 24px;
        --h5-headline: 20px;
        --h6-headline: 18px;
    } */

    .headings.w-60 {
        width: 100%;
    }

    .welcome-images .row>* {
        width: 33.33%;
    }

    .footer-top .col-md-7 .row .col-md-3,
    .footer-top .col-md-7 .row .col-md-5 {
        width: 100%;
    }

    .footer-top .col-md-7 .row {
        gap: 50px;
    }

    .footer-logo {
        text-align: left;
    }

    .accommodations-sec .row>* {
        width: 100%;
    }

    .accommodations-sec .row,
    .top-hotels-sec .row {
        gap: 30px;
    }

    .btn {
        height: 45px;
        font-size: 14px;
    }

    .form-control {
        height: 45px;
        font-size: 14px;
    }

    .navbar-brand img {
        width: 200px;
    }

    .testimonials-items h3 {
        font-size: 22px;
    }

    .testimonials-sec {
        min-height: auto;
        background-attachment: unset;
    }

    .contact-info-block>.row {
        gap: 24px;
    }

    .contact-info-block {
        padding: 0;
        background: none;
    }

    .contact-info-actions-row {
        border: 1.5px solid var(--primary-scale-300)
    }

    .contact-form {
        padding: 20px;
    }

    .headings {
        flex-direction: column;
        align-items: start !important;
        margin-bottom: 20px !important;
    }

    .slider-arrow {
        margin-top: 20px;
    }

    .gallery-box-last span {
        font-size: 14px;
    }

    .check-availability-in .filter-box {
        padding: 10px;
    }

    .result-list-view .card-hotel figure {
        min-width: 100px;
        width: 100px;
    }

    .result-list-view .card-hotel figcaption p.body-1 {
        position: static;
    }

    .filter-option {
        gap: 15px !important;
        flex-direction: column !important;
    }

    .result-list-view .card-hotel {
        gap: 10px;
    }

    .filter-option-box div:first-child {
        width: 100%;
    }

    .slider-home .swiper-slide {
        padding: 0px 50px;
    }

    .slider-home .btn {
        margin-top: 20px !important;
    }

    .filter-wraper .filter-head {
        margin-bottom: 10px !important;
    }

    .listing-product-wraper .listing-product-wraper-head {
        margin: 20px 0 !important;
    }

    .filter-link-list {
        gap: 8px;
    }

    .filter-body .filter-item {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .filter-body .filter-item-body .collapse.show {
        margin-bottom: 16px;
    }

    .card-body {
        padding: 16px;
    }

    .card-header {
        padding-left: 16px;
        padding-right: 16px;
    }


}

@media(max-width:575px) {
    .headings-with-btn {
        flex-direction: column !important;
        text-align: center;
    }

    .footer-top {
        padding: 20px 0;
    }

    .footer-top .container {
        padding: 0;
    }

    .banner-header {
        min-height: 300px;
        height: auto;
    }

    .category-card .category-card-image {
        width: 130px;
        height: 130px;
    }

    .header-mid {
        gap: 10px;
    }

    .order_1 {
        order: 1;
        width: 70%;
    }

    .order_2 {
        order: 2;
        width: 25%;
        justify-content: end;
    }

    .order_3 {
        order: 3;
        width: 100%;
    }

    .slider-home .swiper-slide {
        aspect-ratio: 16 / 20;
    }

    .cart-total-with-btn {
        padding-bottom: 0;
    }


}

@media(max-width:480px) {}