    .no_overflow {
        overflow: hidden;
    }
    
    .overlay_panel {
        position: fixed;
        top: 0;
        left: 0;
        background: #1b0101;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .overlay_panel.hidden {
        opacity: 0;
        pointer-events: none;
        -webkit-transition: -webkit-transform 100000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 100000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }
    
    .top_hidden {
        -webkit-transform: translateY(101%);
        transform: translateY(101%);
    }
    
    .menu_vm {
        position: absolute;
        position: absolute;
        top: 136px;
        left: 9px;
    }
    
    .menu_vm a {
        pointer-events: none
    }
    
    ;
    .menu_vm .small_vm {
        display: block;
    }
    
    .panel_logo {
        position: absolute;
        left: 50%;
        margin-left: -85px;
        top: 29px;
    }
    
    .panel_content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .panel_close {
        position: absolute;
        top: 29px;
        left: 29px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 2;
    }
    
    .panel_close .button_text {
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 3.5px;
        width: 46px;
        margin-top: 10px;
    }
    
    .x_close {
        width: 25px;
        position: relative;
        height: 25px;
        transform: rotateZ(45deg);
    }
    
    .x_close .line_1 {
        width: 25px;
        height: 3px;
        background: #fff;
        position: absolute;
        top: 11px;
    }
    
    .x_close .line_2 {
        height: 25px;
        width: 3px;
        background: #fff;
        position: absolute;
        top: 0px;
        left: 11px;
    }
    
    .x_close .line_1.no_width {
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }
    
    .x_close .line_2.no_height {
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }
    
    #menu_side {
        position: relative;
        right: 29px;
        width: 120px;
    }
    
    #menu_side li:first-child {
        margin-top: 0;
    }
    
    #menu_side li {
        text-align: right;
        letter-spacing: 4px;
        font-weight: 700;
        margin-top: 10px;
        cursor: pointer;
    }
    
    #menu_side li.double_break {
        margin-top: 60px;
    }
    
    #menu_book {
        position: relative;
        left: 29px;
        width: 120px;
    }
    
    #menu_book .book_button {
        position: initial;
        left: auto;
        top: auto;
        width: 44px;
    }
    
    #menu_book .button_text {
        color: #36342C;
        font-weight: 700
    }
    
    #menu_book .white_button_separator {
        background: #36342C;
    }
    
    #menu_container {
        margin: 0px auto;
    }
    
    .menu_area {
        position: relative;
        margin-top: 146px;
    }
    
    .menu_section {
        position: relative;
        height: 71px;
    }
    
    .menu_section .macro {
        padding: 15px 0;
        width: 461px;
        cursor: pointer;
    }
    
    .menu_section .macro p,
    .menu_section .macro a {
        font-size: 30px;
        letter-spacing: 1.6px;
        text-align: right;
        color: #fff;
        display: block;
        font-family: "Playfair Display", serif;
        text-transform: uppercase;
    }
    
    .menu_section .detail {
        position: relative;
        margin-left: 570px;
        top: -54px;
        box-sizing: border-box;
        width: 460px;
    }
    
    .detail_border {
        height: calc(100% + 64px);
        width: 1px;
        position: absolute;
        background: #e5060a;
        left: -56px;
        top: -30px;
        transform: scale(1, 0);
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }
    
    .menu_trail {
        position: absolute;
        height: calc(100% + 32px);
        width: 1px;
        background: rgb(237, 232, 225, 17%);
        left: 514px;
        top: -13px;
    }
    
    .menu_section.active {
        opacity: 1;
        z-index: 1;
    }
    
    .menu_section.active .detail_border {
        transform: scale(1, 1);
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }
    
    .menu_section.greyed .macro {
        opacity: 0.5;
    }
    
    .menu_section.active .submenu_item {
        -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }
    
    .submenu_item {
        -webkit-transition: -webkit-transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        opacity: 0;
        padding: 10px 0;
        transform: translateY(15px);
        pointer-events: none;
        cursor: pointer;
    }
    
    .menu_section.active .submenu_item.active,
    .menu_section.active .submenu_item:hover {
        opacity: 1 !important;
    }
    
    .menu_section.active .submenu_item.visible {
        opacity: 1;
        transform: translateY(0px);
        pointer-events: all;
    }
    
    .menu_section.active .submenu_item.visible.greyed {
        opacity: 0.5;
    }
    
    .menu_section .detail ul li a {
        color: #fff;
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: "Playfair Display", serif;
    }
    
    .has_transition_1000 {
        -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        will-change: transform, opacity;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    
    .has_transition_1500 {
        -webkit-transition: -webkit-transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: transform 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000), opacity 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        will-change: transform, opacity;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }
    
    section.fullscreen .main-slider .meta h1 {
        text-transform: capitalize;
    }
    
    section.container-fluid.mainContent .title-crown svg {
        width: 50px;
        height: 40px;
    }
    
    section.fullscreen .main-slider .meta .inner h1,
    section.fullscreen .main-slider .meta .inner .sub-title {
        text-align: center;
    }
    
    section.fullscreen .main-slider .meta .inner .play-btn .ripple-block {
        margin: 0 auto;
    }
    
    section.fullscreen .main-slider .meta {
        width: 100%;
    }
    
    @media (max-height: 840px) and (min-width:960px) {
        .menu_section .macro p,
        .menu_section .macro a {
            font-size: 25px;
        }
        .menu_section {
            height: 50px;
        }
        .menu_area {
            margin-top: 170px;
        }
        .menu_section .macro {
            padding: 10px 0;
            width: 360px;
        }
        .menu_section .detail {
            margin-left: 450px;
            top: -46px;
            width: 360px;
        }
        .detail_border {
            height: calc(100% + 8px);
            left: -45px;
            top: -4px;
        }
        .menu_trail {
            top: 0;
            height: 100%;
            left: 405px;
        }
    }
    
    @media (max-width: 768px) {
        section.container-fluid.mainContent.home-gallery {
            background: #fafafa;
        }
    }
    
    @media (max-height: 650px) and (min-width:960px) {
        .menu_area {
            margin-top: 86px;
        }
    }
    /*select form style*/
    
    .custom-select {
        position: relative;
        font-family: Arial;
    }
    
    .custom-select select {
        display: none;
        /*hide original SELECT element:*/
    }
    
    .select-selected {
        background-color: #fff;
        color: #000 !important;
    }
    /*style the arrow inside the select element:*/
    
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #fff transparent transparent transparent;
    }
    /*point the arrow upwards when the select box is open (active):*/
    
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #fff transparent;
        top: 7px;
    }
    /*style the items (options), including the selected item:*/
    
    .select-items div,
    .select-selected {
        color: #ffffff;
        padding: 8px 16px;
        border: 1px solid transparent;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
        cursor: pointer;
        user-select: none;
    }
    /*style items (options):*/
    
    .select-items {
        position: absolute;
        background-color: #e60c10;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 99;
    }
    /*hide the items when the select box is closed:*/
    
    .select-hide {
        display: none;
    }
    
    .select-items div:hover,
    .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }
    
    section.container-fluid.mainContent.home-rooms .room-content .title-crown {
        display: inline-block;
    }
    /*16-2-2021*/
    
    p.error {
        width: 100%;
        height: 1px;
        font-size: 0;
        background: #f00;
        margin-top: -1px;
        z-index: 1;
        position: relative;
        margin-bottom: 0 !important;
    }
    
    .reservation-wrap .reservation-box form .custom-select p.error {
        position: absolute;
        bottom: -1px;
    }
    
    .main-wraper section.contact-page .contact-form .form p.error {
        bottom: 20px;
        width: auto;
    }
    
    .main-wraper section.contact-page .contact-form .form .form .row .text .text-wrap {
        width: 100%;
    }
    
    .main-wraper section.contact-page .contact-form .form .form .row .text .text-wrap p {
        margin-bottom: 0 !important;
        bottom: 0;
    }
    
    .alert-success {
        background: transparent;
        color: green;
        margin-bottom: 0;
        margin-top: 5px;
    }
    
    .main-wraper section.contact-page .contact-form .form .alert-success {
        margin-top: 10px !important;
    }


    body.scrolled-1 .fixed-section {
        z-index: 9;
      }
      
      .btn-17,
      .btn-17 *,
      .btn-17 :after,
      .btn-17 :before,
      .btn-17:after,
      .btn-17:before {
        border: 0 solid;
        box-sizing: border-box;
      }
      
      .btn-17 {
        -webkit-tap-highlight-color: transparent;
        -webkit-appearance: button;
        /* background-color: #fff; */
        background-image: none;
        color: #fff;
        cursor: pointer;
        font-size: 100%;
        font-weight: 900;
        line-height: 1.5;
        margin: 0;
        -webkit-mask-image: -webkit-radial-gradient(#e36363, #921b1b);
        padding: 0;
        text-transform: uppercase;
      }
      
      .btn-17:disabled {
        cursor: default;
      }
      
      .btn-17:-moz-focusring {
        outline: auto;
      }
      
      .btn-17 svg {
        display: block;
        vertical-align: middle;
      }
      
      .btn-17 [hidden] {
        display: none;
      }
      
      .btn-17 {
        border-width: 0;
        padding: 20px 40px;
        z-index: 0;
        font-size: 14px;
        font-weight: 500;
        border-radius: 50px;
      }
      
      .btn-17,
      .btn-17 .text-container {
        overflow: hidden;
        position: relative;
      }
      
      .btn-17 .text-container {
        display: block;
      }
      
      .btn-17 .text {
        display: block;
        position: relative;
        color: #000;
      }
      
      .btn-17:hover .text {
        -webkit-animation: move-up-alternate 0.3s forwards;
        animation: move-up-alternate 0.3s forwards;
      }
      
      @-webkit-keyframes move-up-alternate {
        0% {
          transform: translateY(0);
        }
      
        50% {
          transform: translateY(80%);
        }
      
        51% {
          transform: translateY(-80%);
        }
      
        to {
          transform: translateY(0);
        }
      }
      
      @keyframes move-up-alternate {
        0% {
          transform: translateY(0);
        }
      
        50% {
          transform: translateY(80%);
        }
      
        51% {
          transform: translateY(-80%);
        }
      
        to {
          transform: translateY(0);
        }
      }
      
      .btn-17:after,
      .btn-17:before {
        --skew: 0.2;
        background: #F5000A;
        content: "";
        display: block;
        height: 102%;
        left: calc(-50% - 50% * var(--skew));
        pointer-events: none;
        position: absolute;
        top: -104%;
        transform: skew(calc(150deg * var(--skew))) translateY(var(--progress, 0));
        transition: transform 0.2s ease;
        width: 100%;
      
      }
      
      .btn-17:after {
        --progress: 0%;
        left: calc(50% + 50% * var(--skew));
        top: 102%;
        z-index: -1;
      }
      
      .btn-17:hover:before {
        --progress: 102%;
      }
      
      .btn-17:hover:after {
        --progress: -101%;
      }
      
      .btn-17:hover span {
        color: #fff;
      }
      
      button.btn-17.explore {
        background: #F5000A;
      }
      
      button.btn-17.explore span {
        color: #fff;
      }
      
      button.btn-17.explore:after,
      button.btn-17.explore:before {
        background: #3039a3;
      }
      
      .room-detail {
        display: none;
      }
      
      .room-detail.show {
        display: block;
      }
      
      @media (max-width:767px) {
        .btn-17:before {
          left: calc(-41% - 50%* var(--skew));
        }
      
        .btn-17 {
          width: 100%;
        }
      
      }
      
      
      
      .select-menu .select-btn {
        display: flex;
        height: 60px;
        background: #95070d;
        padding: 20px;
        font-size: 15px;
        font-weight: 400;
        border-radius: 0;
        align-items: center;
        cursor: pointer;
        justify-content: space-between;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        color: #fff;
      }
      
      .select-menu .options {
        position: absolute;
        width: 100%;
        overflow-y: auto;
        max-height: 230px;
        padding: 0;
        margin-top: 10px;
        border-radius: 0;
        background: #95070d;
        box-shadow: none;
        animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-duration: 0.35s;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.35s;
        -webkit-animation-fill-mode: both;
      }
      
      .select-menu .options .option {
        display: flex;
        height: 50px;
        cursor: pointer;
        padding: 0 16px;
        align-items: center;
        background: #95070d;
        border-bottom: 1px solid #9e0a11;
      }
      
      .select-menu .options .option:hover {
        background: #91070c;
      }
      
      .select-menu .options .option i {
        font-size: 25px;
        margin-right: 12px;
      }
      
      .select-menu .options .option .option-text {
        font-size: 15px;
        color: #fff;
      }
      
      .select-btn i svg {
        width: 25px;
        fill: #fff;
      }
      
      .select-menu.active .select-btn i {
        transform: rotate(-180deg);
      }
      
      .select-menu.active .options {
        display: block;
        opacity: 0;
        z-index: 10;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-duration: 0.4s;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.4s;
        -webkit-animation-fill-mode: both;
      }
      
      @keyframes fadeInUp {
        from {
          transform: translate3d(0, 30px, 0);
        }
      
        to {
          transform: translate3d(0, 0, 0);
          opacity: 1;
        }
      }
      
      @keyframes fadeInDown {
        from {
          transform: translate3d(0, 0, 0);
          opacity: 1;
        }
      
        to {
          transform: translate3d(0, 20px, 0);
          opacity: 0;
        }
      }
      
      
      
      
      /*video popup*/
      
      .white-popup-block {
        background: #fff;
        padding: 0;
        text-align: left;
        max-width: 650px;
        margin: 40px auto;
        position: relative;
       }
       
       .mfp-close {
            color: #ffffff;
            background-color: #D40D10;
            opacity: 1;
            border: 1px solid #D40D10;
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
        }
        
        .mfp-close svg {
            width: 18px;
            height: 18px;
            fill: #fff;
        }
        
        footer .fixed-section {
    position: fixed;
    left: 100px;
    bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}
footer .promotions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .promotions a {
    background: #d6261e;
  font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 18px 25px;
    border-radius: 50px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
footer .promotions a svg {
    width: auto;
    margin-right: 10px;
}
.promotion-slider{
       max-height: 360px;
    overflow: hidden;
    padding:0;
        margin: 0;
}
.promotion-slider .owl-stage-outer{
     padding:0;
}
.promotion-list {
    min-height: 750px;
}
footer .foot-menu p svg path{
    fill:#fff;
}
@media(max-width:1700px){
footer .fixed-section {
    left: 50px;
    bottom: 30px;
}
footer .promotions a{
    padding:12px;
}
section.fullscreen .main-slider .owl-dots {
    right: 50px;
    bottom: 50px;
}
}
@media(max-width:1200px){
footer .fixed-section {
    left: 30px;
}
}
@media(max-width:575px){
footer .fixed-section {
    left: 15px;
}
}