@media (max-width: 575.98px) {}

@media (max-width: 768px) {
    .cabins-suits-features .container.my-5:first-child .row.bg-white.shadow{
        flex-direction: column-reverse;
        display: flex;
    }

    .main-navbar {
        overflow: hidden;
        padding: 10px 0 !important;

    }

    .upper-navbar-right {
        gap: 5px;
    }

    .upper-navbar-right .social-media-navbar {
        justify-content: flex-start;
        gap: 2px;
    }

    .hero-section,
    .hero-slider2 {
        height: 350px;
    }

    .hero-section .hero-mask {
        height: 350px;
    }

    .hero-form-wrapper {
        position: relative;
        width: 100%;
        transform: translateY(0);
        top: 0;
        left: 0;
    }

    .hero-form-wrapper .hero-form {
        padding: 20px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title {
        margin-bottom: 20px;
    }

    .hero-text {
        display: none;
    }

    .hero-section .hero-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .statistics-counter__count img {
        width: 40px;
        height: 40px;
    }

    .statistics-counter__text {
        font-size: 16px;
    }

    .statistics-counter__count span {
        font-size: 30px;
    }

    .tours {
        padding-top: 500px;
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 0 !important;
    }

    .menu-mobile-fixed a h5 {
        font-size: 12px;
    }

    .scroll-top.active {
        bottom: 80px;
        right: 30px;
    }

    .banner-content {
        max-width: 100%;
    }

    .tour-card {
        margin-bottom: 20px;
    }

    .offer-card__content {
        flex-direction: column;
        margin-bottom: 20px;
        padding-right: 0;
    }

    .offer-card__thumb-wrapper {
        width: 100%;
        max-width: none;
    }

    .offer-deals .container-fluid {
        padding-inline: 10px !important;
    }

    .hero-text h1 {
        font-size: 26px;
    }

    .Breadcrumb-cover {
        padding: 10px !important;
    }

    .breadcrumb-box {
        min-height: 250px;
        height: 250px;
    }

    .category-info {
        min-height: 250px;
    }

    .hero-cap h1 {
        font-size: 26px;
    }

    .section-title-para {
        width: 100% !important;
    }

    .main-footer__top__title img {
        display: none;
    }

    .main-footer__top__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2;
    }

}

@media (min-width: 990px) and (max-width: 1400px) {}