@media (min-width: 1200px) {
    .hero-heading {
        font-size: calc(2rem + 1.5vw);
    }
}

@media (max-width: 1199.98px) {
    .menu-link {
        font-size: 15px;
        padding: 15px 15px;
    }
}

@media (max-width: 991.98px) {

    .mainSearch__submit,
    .mainSearch {
        border-radius: 4px !important;
        width: 100%;
    }

    .mainSearch.-w-900 {
        width: auto;
    }

    .mainSearch.style-two .button-grid,
    .mainSearch .button-grid {
        grid-template-columns: 1fr;
    }

    .hero-section {
        height: auto;
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .mainSearch .button-grid>*+* {
        border-left: 0;
        border-top: 1px solid #dddddd;
    }

    .form-item {
        padding: 12px 10px !important;
    }

    .searchMenu-guests__field,
    .searchMenu-loc__field {
        width: auto;
        left: -20px;
        right: -20px;
    }

    .searchMenu-date__field {
        transform: none;
        width: auto;
        left: -20px;
        right: -20px;
    }

    .mainSearch .button-item {
        margin-top: 10px;
    }

    .subscribe-input {
        width: 100% !important;
        max-width: 100%;
    }

    .slider-custom .ratio::before {
        min-height: 300px;
    }

    .sidebar {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 320px;
        height: 100%;
        overflow: auto;
        z-index: 9999;
        background-color: var(--bs-white);
        padding: 25px;
        padding-top: 10px;
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        transform: translate3d(-100%, 0, 0);
    }

    .show-sidebar .sidebar {
        transform: none;
    }
}

@media (max-width: 767.98px) {
    .main-page-wrapper.style-two .hero-section {
        padding-top: 120px;
    }

    .hero-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .page-header__title {
        padding: 60px 0 40px;
    }

    .details-section .cardImage__content {
        width: 100% !important;
    }

    .login-wrapper .loginbox .login-left {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .hero-nav {
        /* justify-content: flex-start !important; */
    }

    .searchMenu-guests__field,
    .searchMenu-date__field,
    .searchMenu-loc__field {
        left: -15px;
        right: -15px;
        margin-top: 0;
    }

    .hero-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .accordion-button {
        font-size: 15px;
        padding: 10px 0;
    }

    .accordion-item::before {
        width: 10px;
        height: 10px;
        top: 19px;
        left: -35px;
    }

    .accordion-item:last-child::before,
    .accordion-item:first-child::before {
        width: 28px;
        height: 28px;
        left: -43px;
        -webkit-background-size: 11px;
        -o-background-size: 11px;
        background-size: 11px;
    }

    .duration-days .duration {
        font-size: 25px;
        line-height: 40px;
        padding: 0 5px;
        min-width: 40px;
        height: 40px;
    }

    .duration-days {
        width: 60px;
    }

    .slide-btn {
        width: 32px;
        height: 32px;
        font-size: 12px !important;
        left: 20px;
    }

    .slide-btn.js-slide-next {
        right: 20px;
    }

    .slider-custom .ratio::before {
        min-height: 200px;
    }

    .separator svg {
        margin: 0 3px;
    }

    .h2,
    h2 {
        font-size: calc(1.2rem + .9vw);
    }

    .page-header__title {
        padding: 50px 0 30px;
    }

    button.h-60 {
        height: 50px !important;
    }

    .btn-light {
        font-size: 14px;
    }

    .login-wrapper .loginbox {
        margin: 0 auto;
    }

    .shape {
        border-radius: 0px 0px 50% 50% / 0px 0px 70px 70px;
    }

    .main-page-wrapper.style-two .mainSearch .button-grid {
        gap: 5px;
    }

    .main-page-wrapper.style-two .hero-section {
        padding-bottom: 140px;
    }

    .main-page-wrapper.style-two .nav-pills .nav-link>.icon {
        width: 44px;
        height: 44px;
    }

    .main-page-wrapper.style-two .nav-pills .nav-link>.icon svg {
        width: 24px;
        height: 24px;
    }

    .main-page-wrapper.style-two .nav-pills .nav-link {
        gap: 5px;
        padding: 10px;
    }

    .why-choose-card__icom {
        width: 100px;
        height: 100px;
    }
    .testimonial-item .testi-comment {
        padding: 40px 10px 5px 10px;
        margin-bottom: 22px;
    }
}

@media (max-width: 479px) {}