@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 1199.98px) {
    .menu-link {
        font-size: 0.8rem;
        padding: 1.5rem 0.7rem;
    }
}

@media (max-width: 991.98px) {

    .submenu-link,
    .menu-link {
        font-size: 13px;
        text-transform: uppercase;
        border-bottom: 1px solid var(--bs-gray-200);
        color: var(--bs-gray-800);
        padding: 0.5rem 1rem !important;
        display: block;
    }

    .submenu-link {
        padding-left: 2rem !important;
        font-size: 12px;
        text-transform: capitalize;
    }
}

@media (max-width: 767.98px) {
    .page-heading {
        min-height: 150px;
        border-radius: 0 0 40px 40px;
    }
}

@media (max-width: 575.98px) {
    .ticket-punch {
        width: 40px;
        height: 40px;
    }

    .ticket-punch.left {
        left: -20px;
    }

    .ticket-punch.right {
        right: -20px;
    }

    .destination-carousel .slick-arrow {
        width: 42px;
        height: 42px;
    }

    .header-left,
    .header-right {
        min-width: 110px;
    }

    .header-top-content {
        padding-left: 110px;
        align-items: flex-end !important;
        text-align: start;
    }

    .header-top-link {
        gap: 0.2rem;
        font-size: 12px;
    }

    .header-top-list {
        gap: 0.2rem;
        justify-content: flex-start !important;
    }

    .logo-link {
        top: -52px;
    }

    .field__input,
    .search__input {
        padding: 8px;
        font-size: 12px;
        border-radius: 6px;
    }

    .field__label {
        font-size: 12px;
    }

    .search__button {
        width: 40px;
    }

    .reset__button {
        right: calc(1px + 40px);
    }

    .slide-image {
        max-height: 200px;
    }

    .title-text {
        font-size: 13px;
    }

    .hotel-card {
        font-size: 13px;
    }

    .card-carousel .slick-arrow {
        visibility: visible;
        opacity: 1;
    }

    .card-carousel .slick-arrow {
        width: 42px;
        height: 42px;
    }

    .newsletter-input {
        padding: 0.4rem 0.7rem;
        font-size: 13px;
    }

    .newsletter-btn {
        font-size: 13px;
    }

    .newsletter-form {
        border-radius: 0.3rem;
    }

    .h5,
    h5 {
        font-size: 1.1rem;
    }

    .search-modal__content {
        padding-left: 0;
        padding-right: 0;
    }

    .header-icons {
        gap: 0.4rem;
    }

    .page-heading {
        min-height: 120px;
        border-radius: 0 0 30px 30px;
    }
}