@media (min-width: 1500px) {}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {}

@media (max-width: 991px) {

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .site-header .site-branding {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .site-header .site-branding {
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }

    .site-header .site-branding {
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .site-header .site-branding .site-branding__logo {
        display: none;
    }

    .site-navigation {
        position: fixed;
        height: 100%;
        z-index: -1;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        overflow-x: hidden;
        background-color: #275455;
        transition: .5s;
        padding: 15px;
    }

    .site-header .site-branding .site-navigation {
        width: 100%;
        background-color: #f0f1f1;
        padding: 30px 15px;
        display: none;
        position: fixed;
    }

    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 25px;
        height: 3px;
        background-color: #a6d4d4;
        border-radius: 0;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease;
    }

    .hamburger-inner:after,
    .hamburger-inner:before {
        content: "";
        display: block;
    }

    .hamburger-inner:after {
        bottom: -8px;
    }

    .hamburger--spin .hamburger-inner:after {
        transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19);
    }

    .site-header .site-header__mobile-tools .hamburger .hamburger-inner,
    .site-header .site-header__mobile-tools .hamburger .hamburger-inner:after,
    .site-header .site-header__mobile-tools .hamburger .hamburger-inner:before {
        background-color: #000;
        width: 33px;
        height: 2px;
    }

    .site-header .site-header__mobile-tools .hamburger .hamburger-inner:after {
        bottom: -9px;
    }

    .hamburger-inner:before {
        top: -8px;
    }

    .hamburger--spin .hamburger-inner:before {
        transition: top .1s ease-in .34s, opacity .1s ease-in;
    }

    .site-header .site-header__mobile-tools .hamburger .hamburger-inner:before {
        top: -9px;
    }

    .site-navigation.open-menu {
        opacity: 1;
        z-index: 9999999 !IMPORTANT;
    }

    .site-header .site-branding .site-navigation.open-menu {
        top: 89px;
        display: block;
    }

    .head-h .site-navigation__container {
        flex-direction: column;
        align-items: start;
        -webkit-align-items: start;
    }

    .site-header .newsletter-link {
        margin: 0;
    }

    .site-navigation__container nav ul>li.menu-item-has-children:after {
        content: "\f107";
        font-family: "font awesome 6 pro";
        font-size: 15px;
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        border-width: 0 3px 3px 0;
        transition: color .3s ease-in-out;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        font-size: 24px;
    }


    .site-navigation__container nav ul>li.menu-item-has-children li.menu-item-has-children:after {
        display: none;
    }

    .hamburger--spin.is-active .hamburger-inner {
        transform: rotate(225deg);
        transition-delay: .14s;
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }

    .hamburger--spin.is-active .hamburger-inner:before {
        top: 0;
        opacity: 0;
        transition: top .1s ease-out, opacity .1s ease-out .14s;
    }

    .hamburger--spin.is-active .hamburger-inner:after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    }

    .site-header .site-header__mobile-tools .hamburger.is-active .hamburger-inner:after {
        bottom: -1px;
    }

    .nav-menu {
        display: none;
    }

    .header-med {
        padding: 21px 0;
    }

    .header-med .head-inner .logo {
        max-width: 87px;
    }

    .item.res-menu {
        display: block;
    }

    .menu-right {
        display: flex;
    }

    .lang-h {
        display: none;
    }

    .mobile-nav-toggler {
        font-size: 31px;
    }

    .banner-h .text-banner {
        /* margin: 30px 0; */
        text-align: center;
        min-height: auto;
    }

    .banner-h .text-banner h1 {
        font-size: 43px;
        line-height: 71px;
    }

    .banner-h {
        padding: 120px 0 0;
    }

    .banner-h .overlay-img {
        top: 120px;
        height: calc(100% - 120px);
    }

    .banner-h .banner-filter .nav.nav-tabs {
        position: absolute;
        top: 0;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto;
        top: 20px;
        right: 0;
        left: 0;
    }

    .banner-h .banner-filter .nav.nav-tabs .nav-item {
        display: inline-block;
    }

    .banner-h .banner-filter .nav.nav-tabs .nav-item .nav-link {
        flex-direction: column;
        min-width: 80px;
        width: auto;
        height: 74px;
        line-height: normal;
        text-align: center;
        padding: 10px;
    }

    .banner-h .banner-filter .nav.nav-tabs .nav-item .nav-link .icon {
        width: 38.58px;
        height: 38.58px;
        line-height: 38.58px;
        text-align: center;
    }

    .banner-h .banner-filter .nav.nav-tabs .nav-item .nav-link span {
        max-width: 100%;
        color: #54B37F;
        font-size: 11px;
    }

    .tab-content {
        padding: 27px;
    }

    .form-tab .form-group .form-control {
        height: 42px;
    }

    .form-tab .form-group label {
        font-size: 16px;
        margin: 0 0 6px;
        line-height: 26px;
    }

    .btn.btn-filter {
        max-width: 100%;
        margin: 25px 0 0px;
        padding: 9px;
        line-height: normal;
        font-size: 19px;
        height: 48px;
    }

    .btn.btn-filter br {
        display: none;
    }

    .offers-h {
        padding: 231px 0 0;
        background: linear-gradient(to bottom, var(--bg-color) 90%, transparent 10%);
    }

    .title h3 {
        text-shadow: #00000029 0 3px 3px;
        font-size: 39px;
        font-family: 'bahijBold';
        line-height: 62px;
    }

    .title.title-center {
        margin: 0 0 7px;
    }

    .offers-spcial-h .offer-block {
        height: 600px;
    }

    .btn-center {
        margin: 14px 0 0;
    }

    .btn-big {
        font-size: 18px;
        min-width: 100%;
        padding: 9px 50px;
    }

    .title.title-big {
        text-align: center;
        margin: 0 0 20px;
    }

    .title p {
        display: none;
    }

    .offers-spcial-h .offer-block .details h3 {
        font-size: 60px;
        line-height: 105px;
    }

    .offers-spcial-h .offer-block .details .btn-booking {
        padding: 9px 50px;
        font-size: 20px;
        /* height: 48px; */
    }

    .testimonial-h {
        padding: 60px 0;
    }

    .offers-spcial-h {
        padding: 50px 0 0;
    }

    .logo-f {
        text-align: center;
        margin: auto;
    }
    .logo-f + p{
        margin-bottom: 18px;
    }

    .foot-call h3 {
        text-align:center;
        margin-top: 15px;
    }
    .link-f{
        text-align:center;
    }
    .footer-top .row .col-md-3:nth-child(2),
    .footer-top .row .col-md-3:nth-child(3) {
        text-align: center;
    }

    .s-h {
        justify-content: center;
        margin: 30px 0 0;
    }

    .callNow {
        margin: 0 auto;
        text-align: center;
    }

    .callNow span {
        margin: 0 auto;
    }

    .subscribe-inner p {
        text-align: center;
    }

    .subscribe-inner form input {
        width: calc(100% - 114px);
    }

    .subscribe-inner form button {
        width: 114px;
    }

    .visa-h {
        justify-content: center;
    }

    .title-page {
        padding: 50px 0;
    }

    .title-text h1 {
        font-size: 43px;
        line-height: 90px;
    }

    .offers-h.offers-page {
        padding: 50px 0;
    }

    .testimonial-h.page-inner {
        display: none;
    }

    .offers-spcial-h.offers-page~.offers-h.offers-page {
        display: none;
    }

    .about-page {
        padding: 40px 0;
    }

    .text-about .item h3,
    .text-about .item p,
    .text-about .item ul li {
        font-size: 20px;
        line-height: 30px;
    }

    .text-about .item {
        margin: 30px 0;
    }

    .text-about .item ul li::after {
        font-size: 18px;
    }

    .text-about .item ul li {
        padding-inline-start: 30px;
    }

    .single-slider .slick-prev,
    .single-slider .slick-next {
        width: 40px;
        height: 37px;
    }

    .single-imgs .img {
        height: 350px;
    }

    .single-booking {
        padding: 40px 0;
    }

    .text-booking h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .text-booking {
        margin: 0 0 30px;
    }

    .sendModal-inner {
        padding: 20px;
    }
    .vue-content{
        width:auto;
    }
    .sm-center{
        text-align: center;
    }
}

@media (max-width: 768px) {}

@media (max-width: 767px) {}

@media (max-width: 600px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 480px) {}

@media (max-width: 390px) {}

@media (max-width: 360px) {}