@media (max-width: 1370px) {
    .nav-menu {
        margin: 0 18px;
    }
    
    .gallery-items-big .video-block .btn-sec {
        width: 100px;
        height: 95px;
        top: 27px;
    }
}

@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;
    }

    .head-inner .logo {
        max-width: 132px;
    }

    html,
    body {
        overflow: hidden;
        overflow-y: auto;
    }

    .item.res-menu {
        display: block;
    }

    .menu-right {
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        gap: 14px;
    }

    .mobile-menu .close-btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 19px;
        margin: 0 0 18px;
        right: 0;
        left: 0;
        margin-inline-start: auto;
    }

    .mobile-menu .menu-box .navigation .sub-menu {
        background: var(--sec-color);
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        max-height: 200px;
        overflow: hidden;
        overflow-y: auto;
    }

    .menu-outer {
        width: 100%;
    }

    .mobile-menu .menu-box .navigation .sub-menu li a {
        padding: 10px;
    }

    .mobile-menu .menu-box .navigation .sub-menu li {
        margin: 0;
    }

    .mobile-menu .menu-box .navigation .sub-menu li:first-child a {
        padding-top: 0;
    }

    .mobile-menu .menu-box .navigation .sub-menu li:last-child a {
        padding-bottom: 0;
    }

    body.mobile-menu-visible .mobile-menu {
        /* width: 70%; */
    }

    .logo-sidebar {
        filter: brightness(0) invert(1);
        max-width: 180px;
    }

    .banner-h .text-banner {
        padding: 35vh 0 0;
        text-align: center;
    }

    .banner-h .text-banner h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .banner-h,
    .banner-h .row {
        /* min-height: 350px; */
    }

    .banner-social {
        position: absolute;
        padding: 10px;
        top: auto;
        bottom: 0;
        z-index: 8;
        right: 0;
        display: inline-flex;
        width: auto;
        left: 0;
        margin: 20px auto;
        justify-content: center;
        max-width: 90%;
    }

    .banner-social::after {
        /* background: var(--main-color); */
        /* filter: blur(30px); */
    }

    .banner-social a {
        /* color: #333; */
        text-shadow: 1px 1px BLACK;
        margin: 0 10px;
    }

    .booking-h {
        padding: 40px 0 0;
    }

    .booking-h .row {
        flex-direction: column-reverse;
        padding: 22px 7px;
        border-radius: 25px;
    }

    .img-booking {
        margin: 0 0 30px;
        height: 330px;
    }

    .text-booking h3 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .text-booking .btn-flex {
        margin: 20px 0 0;
    }

    .text-booking .btn-flex .btn {
        width: 100%;
    }

    .text-booking {
        /* text-align: center; */
        padding: 0;
    }

    .game-h {
        padding: 20px 0 40px;
    }

    .title h3 {
        font-size: 30px;
        line-height: 52.8px;
    }

    .title {
        margin: 0 0 15px;
    }

    .more span {
        opacity: 1;
        transform: none;
    }

    .game-block .details .more {
        opacity: 1;
        margin-bottom: -30px;
    }

    .btn-center {
        margin: 30px 0 0;
    }

    .btn-sec {
        width: 74px;
        height: 74px;
    }

    .rest-h {
        padding: 40px 0;
    }

    .rest-box {
        margin: 0 0 20px;
        padding: 20px;
        border-radius: 20px;
    }

    .rest-box .box-inner p {
        font-size: 14px;
        line-height: 24px;
    }

    .btn-arrow {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }

    .res-block .details h3 {
        font-size: 18px;
        line-height: 28px;
        width: calc(100% - 54px);
    }

    .btn-arrow i {
        line-height: 44px;
        font-size: 18px;
    }

    .btn-arrow .circel {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .btn-arrow .circel svg {
        top: 9px;
    }

    .btn-arrow .circel svg.svg-hover {
        top: 14px;
    }

    .btn-big .btn {
        font-size: 16px;
        min-height: 50px;
        line-height: 40px;
        border-radius: 20px;
    }

    .offers-h .title {
        max-width: 100%;
    }

    .offer-block {
        margin: 10px auto !important;
    }

    .btn-more-2 {
        display: none;
    }

    .gallery-h {
        padding: 40px 0;
    }

    .gallery-top {
        display: block;
        margin-bottom: 30px;
    }

    .gallery-top .title {
        max-width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }

    .gallery-top .title h3 {
        font-size: 30.16px;
        line-height: 45.9px;
    }

    .gallery-top .logo-sec {
        margin: 0;
        max-width: 100%;
    }

    .gallery-items-small .item a {
        height: 140px;
        border-radius: 20px;
    }

    .gallery-items-small .item {
        padding: 5px;
    }

    .gallery-items-small {
        margin-right: -5px;
        margin-left: -5px;
    }

    .gallery-items-big .video-block .video-in a {
        height: 220px;
    }

    .gallery-items-big .video-block .btn-sec {
        width: 50px;
        height: 50px;
        font-size: 15px;
    }

    .gallery-items-big {
        margin: 30px 0 0;
        margin-right: -5px;
        margin-left: -5px;
    }

    .gallery-items-big .video-block {
        padding: 0 5px;
        height: 220px;
    }

    .gallery-items-big .item {
        padding: 0 5px;
    }

    .gallery-items-big .item:nth-child(2) a {
        height: 130px;
        border-radius: 24px;
    }

    .gallery-items-big .item:nth-child(3) a {
        height: 225px;
        margin-top: -85px;
        border-radius: 24px;
    }

    .contact-h .row {
        padding: 30px 15px;
        flex-direction: column-reverse;
        box-shadow: 0px 1px 32px 0px #AEAEAE40;
    }

    .form-h .form-group button.btn.btn-form {
        margin: 10px 0 0;
        height: 50px;
        line-height: 40px;
        font-size: 16px;
        border-radius: 20px;
    }

    .btn {
        min-height: 50px;
        font-size: 16px;
    }

    .contact-img {
        margin: 0 0 30px;
        min-height: auto;
        height: 270px;
    }

    .contact-h {
        padding: 0 0 72px;
    }

    .logo-f a img {
        max-width: 150px;
    }

    .logo-f {
        margin: 0 0 45px;
    }

    .footer-top {
        padding: 0 0 20px;
        /* background: linear-gradient(to bottom, #fff 30%, #cdfdc5 80%); */
        position: relative;
        z-index: 2;
    }

    .footer-top::after {
        background: url(../images/bg-footer.svg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 197%;
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
    }

    .footer-top::before {
        content: "";
        position: absolute;
        height: 91%;
        bottom: 0;
        right: 0;
        left: 0;
        /* background: #f3fff1; */
        z-index: -1;
    }

    .foot-col {
        margin: 30px 0 0;
        height: auto;
        border-radius: 24px;
    }

    .map-f {
        height: 200px;
    }

    .foot-col .info-items .info-inner {
        padding: 31px 17px 17px;
    }

    .foot-col .info-inner .item a {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 10px;
    }

    .foot-col .info-items .s-h {
        padding: 15px;
    }

    .foot-col .info-items .s-h span {
        font-size: 14px;
    }

    .foot-col .info-items .s-h a {
        font-size: 14.81px;
    }

    .footer-bottom {
        text-align: center;
        padding: 30px 0 0;
    }

    .copy-right p {
        font-size: 13px;
        line-height: 23px;
    }

    .ryad-logo {
        float: none;
    }

    .breadcrumb-h {
        padding: 50px 0;
    }

    .text-breadcrumb h2 {
        font-size: 22px;
    }

    .text-breadcrumb ul li a,
    .text-breadcrumb ul li span {
        font-size: 15px;
        line-height: 25px;
    }

    .about-page .img-booking {
        height: 300px;
    }

    .about-page .text-booking h3 {
        margin: 0 0 20px;
    }

    .about-page .text-booking p {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0;
    }

    .about-block {
        padding: 20px;
        border-radius: 15px;
    }

    .about-block .title-block h3 {
        font-size: 18px;
        line-height: 28px;
        width: calc(100% - 26px);
    }

    .about-block .title-block .icon {
        width: 26px;
        height: 26px;
        line-height: 26px;
    }

    .about-block .content-block p {
        font-size: 14px;
        line-height: 24px;
    }

    .body-inner {
        padding: 40px 0;
    }

    .text-single h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .text-single p {
        font-size: 15px;
        line-height: 25px;
        margin: 15px 0;
    }

    .text-single ul li {
        font-size: 15px;
        line-height: 25px;
        margin: 10px 0;
    }

    .text-single .btn {
        width: 100%;
    }

    .text-single {
        margin: 0 0 30px;
    }

    .imgs-single .slider-single-for .img {
        height: 280px;
    }

    .imgs-single .slider-single-nav .img {
        height: 70px;
    }

    .imgs-single .slider-single-nav .item,
    .imgs-single .slider-single-for .item {
        padding: 0 2px;
    }

    .nav.nav-tabs .nav-item .nav-link {
        min-width: auto;
        font-size: 16px;
        min-height: 35px;
        padding: 9px 20px;
    }

    .tab-inner .gallery-items-small .item:nth-child(1),
    .tab-inner .gallery-items-small .item:nth-child(5) {
        width: 40%;
    }

    .tab-inner .gallery-items-small .item:nth-child(2),
    .tab-inner .gallery-items-small .item:nth-child(3),
    .tab-inner .gallery-items-small .item:nth-child(4),
    .tab-inner .gallery-items-small .item:nth-child(6) {
        width: 60%;
    }

    .tab-inner .gallery-items-small .item:nth-child(3),
    .tab-inner .gallery-items-small .item:nth-child(6) {
        width: 100%;
    }

    .tab-inner .gallery-items-big {
        margin-top: 0;
    }

    .tab-inner .gallery-items-big .item .gallery-block {
        height: 300px;
    }

    .pagination-pages {
        margin: 30px 0 20px;
    }

    .form-h.form-modal {
        padding: 50px 20px;
    }

    button.btn-close {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 10px;
        font-size: 13px;
    }

    .form-h.form-modal .form-group label {
        font-size: 12px;
    }

    .form-h.form-modal .form-group .form-control.datepicker {
        padding: 0 52px;
        padding-inline-start: 75px;
    }
    
    .bg-h {
        display: none;
    }
    
    .res-h {
    display: block;
}

.res-h .btn-more-2 {
    display: flex;
    justify-content: center;
}

.btn-more-2 a .circel {
    height: 80px;
}

.btn-more-2 a .circel path {
}

.btn-more-2 a span {
    font-size: 18px;
    margin-top: -9px;
}

.whatsIcon {
    margin: 20px;
}

.upPage {
    margin: 20px;
}

.res-block {
    margin: 0 0 20px;
    height: 240px;
}

.res-block .details p {
    max-height: 400px;
    opacity: 1;
    transform: none;
    font-size: 15px;
    line-height: 24px;
    margin-top: 12px;
}

.gallery-tabs {
    text-align: center;
}

.gallery-items-big.mt-mins {
    margin-top: 30px;
}

.footer-bg svg {height: 100%;}

.logo-f a {
    height: 88px;
}

.text-booking p {
    font-size: 15px;
    line-height: 25px;
}

.banner-social a:hover {
    color: #fff;
}

.btn:hover {
    background: var(--main-color);
}

.offer-block:hover .details .offer-bg svg {
    opacity: 0;
}

.offer-block:hover .details .offer-bg::after {
    opacity: .5;
}

.offer-block:hover .details .details-inner .more {
    margin-bottom: -100px;
    opacity: 0;
}

.form-h .form-group .form-control:focus {
    background: #F7F6F9;
    border: 1px transparent solid;
}

.form-h .form-group .form-control:focus::placeholder {
    transform: none;
    opacity: 1;
}

.menu-right .btn {
    display: none;
}

.sidebar-btn {
    margin-top: 30px;
}

.side-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.side-header .logo-h {
    width: 100%;
    max-width: 180px;
}

.res-block:hover .img::after {
    opacity: .5;
}

.res-block .details p {
    max-height: 115px;
    opacity: 1;
    transform: none;
    margin-top: 12px;
    overflow: hidden;
    overflow-y: auto;
}

.about-block:hover {
    border: 1px solid #EDEAEA;
    box-shadow: 0px 28px 20px 0px #BBBBBB29;
    transition: all .5s;
    background: #fff;
}

.foot-col .info-items .s-h a:hover {
    color: #fff;
}

.gallery-items-small .item, .gallery-items-small .item:nth-child(7) {
    width: 50%;
}

.gallery-items-small .item:nth-child(1), .gallery-items-small .item:nth-child(5) {
    width: 42%;
}

.gallery-items-small .item:nth-child(2), .gallery-items-small .item:nth-child(4) {
    width: 58%;
}

.gallery-items-small .item a {
    height: 140px !important;
}

.gallery-items-small .item:nth-child(7) a {
    margin-top: 0;
}

.gallery-items-small .item:nth-child(6) {
    width: 50%;
    margin-top: 0;
}

.gallery-items-small .item:nth-child(3) {
    width: 100%;
    margin: 0;
}

.gallery-items-small .item:nth-child(3) a {
    height: 220px !important;
    border-radius: 20px;
}

.gallery-items-small .item:nth-child(3) a img {
    margin-top: 0;
    border-radius: 0;
    mask-position: center bottom;
    mask-size: 100% 108%;
}

.gallery-items-small .item:nth-child(5) a {
    height: 240px !important;
    margin-top: -101px;
    border-radius: 24px;
}

.gallery-items-small .item:nth-child(6) a {
    /* height: 220px !important; */
}

.gallery-items-small .item:nth-child(4) {
    width: 50%;
}

.gallery-items-small .item:nth-child(5) {
    width: 50%;
}

[dir="ltr"] .gallery-items-small .item:nth-child(3) a::after {
    left: auto;
    right: 0;
    bottom: 0;
}

.gallery-items-small.video-block-h .item a::after {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 20px;
    background-size: 26px;
    background-position: center 14px;
}

.foot-col .info-items {
    height: auto;
}

#circularMenu {
    right: 20px;
    bottom: 145px;
}

.reqModal button.btn-close {
    margin: -32px;
}

.banner-h .col-md-12 {height: 100vh;}

.map-img-wrapper svg {
    width: 100%;
}

}

@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) {}