.menu-mobile{
    display: none;
}

.mobile-nav{
    display: none;
}
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }
    .mobile-language{
        height:100%;
        width: 100%;
        position: absolute;
        background: #4D6579;
        bottom: 100%;
        z-index: 99999999;
        transition: 0.5s;
        padding: 25px;
    }

    .mobile-menu-list{
        height:100%;
        width: 100%;
        position: absolute;
        background: #E6898A;
        z-index: 9999999;
        padding: 25px;
    }

    .mobile-nav{
        display: none;
        position: fixed;
        top: 30px;
        left: 30px;
        height: 530px;
        width: 200px;
        overflow: hidden;
        z-index: 9999999;
        border-radius: 12px;


    }

    .language-selector{
        margin-bottom: 30px;
    }

    .language-selector span{
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Ubuntu Sans", sans-serif;
    }

    .mobile-nav.active{
        display: block;
    }

    .mobile-nav ul li{
        margin-bottom: 15px;
    }

    .mobile-nav ul li a{
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Ubuntu Sans", sans-serif;
    }

    .mobile-nav ul li a{
        font-size: 16px;
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        font-family: "Ubuntu Sans", sans-serif;
    }

    .menu-mobile{

        z-index: 999999;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        position: fixed;
        top: 30px;
        left: 30px;
        width: 55px;
        height: 44px;
        background: #4c6478;
        border-radius: 12px;
    }

    .menu-mobile:hover{
        background: #E6898A;
    }

    .header-main .right{
        display: none;
    }

    .header-main {
        position: relative;
        width: 100%;
        bottom: 0;
        top: 0;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .header-main img{
        width: 50%;
    }

    .header-main h1 {
        font-size: 42px;
        color: white;
        width: 100%;
        line-height: 46px;
    }

    .header-main .left {
        display: flex;
        flex-direction: row-reverse;
        align-content: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .header-section {
        height:auto;
        width: 100%;
        background: url(/images/mobile_header_background.webp) no-repeat;
        background-size: cover;
        position: relative;
    }

    .header-section-vh100{
        height: 696px;
    }

    .header-section-vh100 .header-main{
        padding-top: 15vh;
    }

    .header-section-vh100 h1{
        font-size: 34px !important;
        line-height: 38px !important;
        text-align: left !important;
        width: 50% !important;
    }

    .mobile-booking{
        padding-top: 30px;
        padding-bottom: 30px;
        position: relative;
        z-index: 9999;
        background: url(/img/mobile-booking-back.webp) no-repeat;
        background-size: cover;
    }

    .booking-card-header {
        width: 100%;
        border-radius: 12px;
        padding: 40px;
        background: rgba(76, 100, 120, 0.8);
        backdrop-filter: blur(4px);
    }

    .booking-form input[type=text]{
        border-bottom: 2px solid #4D6579 !important;
        padding-bottom: 25px;
        padding-top: 25px;
    }

    .about-hotel-section{
        background: url(/img/hotel-image-mobile.webp) no-repeat;
        background-size: cover;
        padding-bottom: 50px;
        padding-top: 50px;

    }

    .about-hotel-section .index-info{

        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-hotel-section .index-info p{
       font-size: 14px;
    }

    .about-hotel-section .index-info h1{
        font-size: 24px;
    }


    .ftco-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .room .text h3 {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 1em;
    }

    .room .text h3 a {
        color: rgb(0, 0, 0);
        font-size: 20px;
        font-weight: 600;
    }

    .room .room-type {
        color: rgb(230, 137, 138);
        font-size: 12px;
        font-weight: 500;
        width: 40% !important;
    }

    .room .room-params {
        text-align: left;
        width: 100%;
        font-size: 12px;
    }

    .room .img {
        display: block;
        height: 300px;
    }

    .parallax-container {
        background: url(/images/back-shape.svg) no-repeat;
        background-position-x: 159px;
        background-size: cover;
        background-attachment: fixed;
    }

    .slick-arrow{
        background: rgba(255, 236, 188, 0.6);
        padding: 7px 12px;
        border-radius: 20px;
    }

    .facility-wrapper{
        width: 90%;

    }

    .facilities-slider-mobile .slick-list{
        padding-left: 30px !important;
    }

    .facility-item p.description{
        display: block;
        font-family: "Ubuntu Sans", Arial, sans-serif;
        font-weight: 500;
        color: black;
        line-height: 1em;
        font-size: 14px;
    }

    .facility-item .text h3 a {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
    }

    .facility-item .text {
        background: rgba(255, 255, 255, 0.6) !important;
        backdrop-filter: blur(4px);
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        height: 220px;
        transition: height 0.05s ease-in, margin-top 0.05s ease-in;
        position: relative; }

    .facility-item:hover .text {

        height: 220px;
        margin-top: 0px;
        position: relative; }

    .facility-item .img {
        display: block;
        height: 240px;
    }

    .facility-item .explore-link{
        color: #F8BC24 !important;
        text-transform: uppercase !important;
        font-size: 18px !important;
        display: block !important;
    }

    .heading-section .subheading {
        font-size: 10px;
        font-family: "Ubuntu Sans", Arial, sans-serif;
        display: block;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0px;
        color: black;
    }

    .heading-section h2 {
        font-size: 24px;
        font-weight: 600;
        position: relative;
    }

    .block-6 .media-body p {
        font-size: 12px;
        color: white;
        font-weight: 500;
    }

    .review-slider .slick-list{
        padding-left: 30px !important;
    }

    .review-slider{
        margin-left: -30px;
        margin-right: -30px;
    }

    .review-slider .review-wrapper{

        padding: 10px 0px 0px !important;

    }

    .review-slider .review-wrapper .review-item{
        width: 90% !important;

    }

    .review-item .review-icon {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 99;
    }
    .review-item .review-icon img {
       width: 70%;
    }

    .review-item .review-author {
        font-family: "Playfair Display", Arial, sans-serif;
        color: black;
        font-size: 20px;
        font-weight: 600;
    }

    .review-item .review-short {
        color: #333333;
        font-size: 14px;
        font-weight: 500;
    }

    .review-item .review-ratings .rating-item .rating-item-name {
        color: black;
        font-size: 12px;
        font-weight: 500;
    }

    .review-item .review-ratings .rating-item .rating-item-value {
        color: #E6898A;
        font-size: 14px;
        font-weight: 500;
    }

    .review-item .review-ratings .rating-item {
        width: 43%;
        display: inline-flex
    ;
        align-items: center;
        justify-content: space-between;
    }


    .news-slider{
        margin-left: -30px;
        margin-right: -30px;
    }

    .news-slider .slick-list{
        padding-left: 30px !important;

    }

    .news-wrapper{
        padding: 0px !important;
    }

    .news-wrapper .news {
      width: 90% !important;
    }

    .news .img {
        display: block;
        height: 240px;
    }

    .news h3 {
        font-size: 20px;
        color: black;
        font-weight: 600;
    }

    .event-item .img {
        display: block;
        height: 240px;
    }

    .event-item .text h3 a {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
    }

    .event-item .schedule {
        color: #F8BC24;
        font-size: 14px;
        font-weight: 500;
    }

    .ftco-footer .ftco-footer-widget h2 {
        font-weight: normal;
        font-family: "Ubuntu Sans", sans-serif;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        font-weight: 500;
    }

    .newsletter-form input {

        width: 100%;

    }

    .aggregators-logo{

        display: flex
    ;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: row;
        align-content: space-between;
        align-items: flex-end;

    }

    .aggregators-logo img{
        width: 100%;
    }

    .managed{
        text-align: center !important;
    }

    .rooms-detail-slider{
        position: absolute;
        width: 100%;
        height: 390px !important;
        overflow: hidden;
    }

    .rooms-detail-slider .item{
        height: 390px !important;
        width: 100%;
        background-size: cover !important;
        background-position: 100% 50% !important;
    }

    .rooms-detail-slider .slick-list {
        height: 390px !important;
    }
    .rooms-detail-slider .slick-track{
        height: 390px !important;
    }

    ul.slick-dots{
        position: absolute;
        bottom: 20px;
        display: flex;
        list-style: none;
        margin-left: 0px;
        width: 100%;
        padding-left: 0px;
        justify-content: center;


    }



    ul.slick-dots li{
        background: rgba(76, 100, 120, 0.8);
        backdrop-filter: blur(4px);
        display: flex;
        align-content: center;
        align-items: center;
        padding: 10px 6px 10px 6px;
    }

    ul.slick-dots li:first-child{
        padding-left: 15px;
        border-bottom-left-radius: 12px;
        border-top-left-radius: 12px;
    }

    ul.slick-dots li:last-child{
        padding-right: 15px;
        border-bottom-right-radius: 12px;
        border-top-right-radius: 12px;
    }

    ul.slick-dots button {
        background: white;
        border: none;
        border-radius: 50%;
        height: 9.25px;
        width: 8.5px;
        outline: none;
        font-size: 0;
        padding: 0px;
    }

    ul.slick-dots li[class="slick-active"] button {
        background: #F8BC24;
    }

    .mobile-room-detail-header{
        background: #4D6579;
    }

    .mobile-room-detail-header h1{
        color: white;
        width: 30%;
        font-size: 34px;
        line-height: 38px;
    }

    .mobile-room-detail-header p{
        color: white;
        font-family: "Ubuntu Sans", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        width: 80%;
    }
    .mobile-room-detail-header span{
        color: white !important;
        font-family: "Ubuntu Sans", sans-serif !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 16px !important;
        width: 80% !important;
    }

    .page-description{
        margin-top: 100px;
        color: white;
        font-size: 14px;
        width: 70%;
        line-height: 16px;
    }

    .page-description p{
        color: white;
        font-size: 14px;
        width: 100%;
        line-height: 16px;
    }


    .page-description span{
        color: white;
        font-size: 14px;
        width: 100%;
        line-height: 16px;
    }

    .rooms-slider .slick-track {
        left: -10px /* half of the centered slide and padding */
    }

    .room-wrapper{
        position: relative;
        width: 350px;
        padding-left: 0px;
        padding-right: 30px;
    }

    .datepicker.dropdown-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        z-index: 1000;
        float: left;
        display: none;
        min-width: 200px;
        list-style: none;
        padding: 25px;
        background: rgb(229, 229, 229) !important;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px;
        color: #333333;
        font-family: "Ubuntu Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
    }

    #guest-picker {
        display: none;
        position: absolute;
        width: 100%;
        z-index: 99999;
        height: auto;
        padding: 25px;
        background: rgb(229, 229, 229) !important;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        color: #333333;
        font-family: "Ubuntu Sans", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 20px;
    }

    .niceNumber__inputWrapper .niceNumber__input {
        text-align: center;
    }

    .review-item .review-icon .rating {
        position: absolute;
        /* top: 0px; */
        /* bottom: 0px; */
        top: 0;
        left: 0;
        height: 110px;
        width: 110px;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .review-item .review-icon .rating span {
        font-size: 32px;
        font-family: "Ubuntu Sans", sans-serif;
        color: #F8BC24;
        font-weight: 600;
    }

    .news h3 a {
        color: black;
        font-size: 20px;
        line-height: 24px;
    }


    .news p.description {
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        color: #333333;
        margin-top: 25px;
    }


    .event-wrapper {
        width: 90%;
    }

    .events-slider-mobile .slick-list {
        padding-left: 30px !important;
    }
}