@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Damion&family=Montserrat:wght@300;400;500;600&family=Roboto:wght@300;400&display=swap");
@font-face {
  font-family: 'HaloHandletter';
  src: url("../fonts/HaloHandletter.woff2") format("woff2"), url("../fonts/HaloHandletter.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.color-main {
  color: #626262; }

.color-ci {
  color: #000; }

.color-ci-2 {
  color: #8F887E; }

.font-h1, .home-experiences .font-welcome, .wrap-spa-home .spa-home h2, .home-group .font-welcome {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #423d35;
  line-height: 1.1em; }
  @media (max-width: 1079.98px) {
    .font-h1, .home-experiences .font-welcome, .wrap-spa-home .spa-home h2, .home-group .font-welcome {
      font-size: 3rem; } }
  @media (max-width: 767.98px) {
    .font-h1, .home-experiences .font-welcome, .wrap-spa-home .spa-home h2, .home-group .font-welcome {
      font-size: 2.5rem;
      line-height: 1.1; } }

.wrappermain {
  overflow-x: hidden; }

.font-h2, .font-welcome, .home-welcome .font-welcome, .group-welcome h2, .feature-list a .text-feature h2, .rooms-list .rooms-list-detail h2 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2; }
  @media (max-width: 1079.98px) {
    .font-h2, .font-welcome, .home-welcome .font-welcome, .group-welcome h2, .feature-list a .text-feature h2, .rooms-list .rooms-list-detail h2 {
      font-size: 2.5rem; } }
  @media (max-width: 767.98px) {
    .font-h2, .font-welcome, .home-welcome .font-welcome, .group-welcome h2, .feature-list a .text-feature h2, .rooms-list .rooms-list-detail h2 {
      font-size: 2.2rem; } }

.font-h3, .footer h2 {
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1;
  color: #423d35; }

.font-lg {
  font-size: 1.7rem; }

.font-light {
  font-weight: 300; }

.font-med {
  font-family: "HaloHandletter"; }

.font-bold {
  font-weight: 600; }

.btn-detail {
  padding: 7px 45px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.6rem;
  position: relative;
  transition: all .4s ease 0s;
  font-family: "Montserrat", sans-serif; }
  .btn-detail .innner-btn {
    position: relative;
    z-index: 2; }
  .btn-detail:hover {
    color: #fff; }
  .btn-gray.btn-detail {
    background: #dee2e6;
    border-color: #dee2e6;
    color: #212529; }
    .btn-gray.btn-detail:before {
      background-color: #000; }
    .btn-gray.btn-detail:hover {
      background: #dee2e6;
      border-color: #dee2e6;
      color: #212529; }
  .btn-dark.btn-detail {
    background: #212529;
    border-color: #212529;
    color: #fff; }
    .btn-dark.btn-detail:hover {
      color: #fff;
      border-color: #000; }
  .btn-ci-2.btn-detail {
    background: #cce6c3;
    border-color: #cce6c3;
    color: #000; }
    .btn-ci-2.btn-detail:hover {
      color: #000;
      border-color: #cce6c3; }
  .btn-line.btn-detail {
    background: none;
    color: #000;
    border-color: #000;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.75) inset; }
    .btn-line.btn-detail:hover {
      color: #000;
      border-color: #000; }
  .btn-under-line.btn-detail {
    background: none;
    color: #000;
    border: 0; }
    .btn-under-line.btn-detail span {
      text-decoration: underline; }

html, body {
  width: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%; }

a, a:hover, a:active, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit; }

a {
  text-decoration: none !important;
  outline: none; }

p {
  margin: 0 0 15px; }

ol, ul {
  list-style: none;
  padding: 0; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  overflow-x: hidden;
  color: #626262;
  height: 100%;
  background: #fff; }

button {
  background: none;
  border: 0; }

button:focus, button:active,
input:focus, input:active,
textarea:focus, textarea:active {
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }

textarea {
  resize: none;
  padding-top: 15px !important; }

select option {
  font-size: 13px; }

.relative {
  position: relative; }

.pad-100 {
  padding: 100px 0; }
  .pad-100.pt-50 {
    padding-top: 50px; }
  .pad-100.pb-50 {
    padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .pad-100 {
      padding: 50px 0; } }

.pad-50 {
  padding: 50px 0; }
  .pad-50.pt-25 {
    padding-top: 25px; }
  .pad-50.pb-25 {
    padding-bottom: 25px; }
  .pad-50.bg-gray {
    background: #F6F6F6; }
  @media (max-width: 991.98px) {
    .pad-50 {
      padding: 25px 0; } }

.container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .container-fluid.fluid-pd {
    padding-left: 40px;
    padding-right: 40px; }
    @media (max-width: 991.98px) {
      .container-fluid.fluid-pd {
        padding-left: 15px;
        padding-right: 15px; } }

.container.container-1600 {
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1079.98px) {
    .container.container-1600 {
      padding-left: 15px;
      padding-right: 15px; } }

.container.container-1500 {
  max-width: 1500px; }

.custom-control-input:checked ~ .custom-control-label::before {
  background: #000;
  border-color: #000; }

@media (min-width: 1200px) {
  .container {
    max-width: 1360px; } }
.boxmenu-xl {
  padding: 100px 20px 20px;
  overflow: hidden;
  width: 20%;
  left: -20%;
  position: fixed;
  z-index: 10;
  background: #fff;
  height: 100%;
  transition: transform .25s ease;
  color: #000; }
  @media (max-width: 1620px) {
    .boxmenu-xl {
      width: 25%;
      left: -25%; } }
  @media (max-width: 1119.98px) {
    .boxmenu-xl {
      width: 30%;
      left: -30%; } }
  .boxmenu-xl.active {
    transform: translate3d(100%, 0, 0);
    box-shadow: 0 0rem 0.8rem rgba(0, 0, 0, 0.15); }
  .boxmenu-xl .top-close-xl {
    right: 20px;
    top: 30px;
    position: absolute; }
  .boxmenu-xl .main-menu-xl {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -10px;
    max-height: calc(100vh - 10px);
    overflow-y: auto;
    transition: all 0.3s ease 0s; }
    .boxmenu-xl .main-menu-xl > li {
      margin-bottom: 10px;
      position: relative;
      padding-bottom: 10px; }
      .boxmenu-xl .main-menu-xl > li:last-child {
        border-bottom: 0; }
      .boxmenu-xl .main-menu-xl > li > a {
        position: relative;
        display: block;
        width: 100%;
        font-family: "Roboto", sans-serif; }
        .boxmenu-xl .main-menu-xl > li > a.font-bold {
          font-weight: 500; }
        .boxmenu-xl .main-menu-xl > li > a.menu-group {
          color: #000; }
      .boxmenu-xl .main-menu-xl > li .fa-angle-down {
        position: absolute;
        right: 20px;
        top: 0;
        font-size: 20px; }
      .boxmenu-xl .main-menu-xl > li.active > a::before {
        width: 100%; }
    .boxmenu-xl .main-menu-xl .social-footer {
      margin-top: 35px;
      padding-top: 35px;
      border-top: 1px solid #ccc; }
  .boxmenu-xl .submenu {
    display: none;
    margin: 20px 0 10px 25px; }
    .boxmenu-xl .submenu li {
      margin-bottom: 5px; }
      .boxmenu-xl .submenu li:last-child {
        margin-bottom: 0; }
    .boxmenu-xl .submenu a {
      position: relative;
      font-size: .9em; }

.top-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px; }

.main-menu-xl.active {
  top: 0;
  visibility: visible;
  opacity: 1; }

.boxmenu {
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 50px 30px 70px;
  overflow: auto;
  position: fixed;
  z-index: 98;
  background: #f6f6f6;
  height: 100%;
  transition: transform .25s ease;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s; }
  .boxmenu.active {
    opacity: 1;
    visibility: visible; }
  .boxmenu .top-close {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 60px;
    display: block; }
    .boxmenu .top-close .icon-close {
      font-size: 20px; }
  .boxmenu a {
    color: #000 !important; }
  .boxmenu .main-menu {
    position: relative;
    width: 50%;
    transition: all 0.3s ease 0s; }
    .boxmenu .main-menu > li {
      position: relative; }
      .boxmenu .main-menu > li > a {
        font-size: 1.8rem;
        text-transform: uppercase;
        position: relative;
        line-height: 1;
        padding: 15px 0;
        border-bottom: 1px solid #D0CCCA;
        width: 100%;
        display: block;
        font-family: "Montserrat", cursive; }
        .boxmenu .main-menu > li > a i {
          position: absolute;
          right: 0; }
    @media (max-width: 991.98px) {
      .boxmenu .main-menu {
        width: 100%; }
        .boxmenu .main-menu > li .button-sub {
          left: auto;
          right: 0; } }
  .boxmenu .submenu {
    display: none;
    margin: 30px 0 30px 25px; }
    .boxmenu .submenu li {
      margin-bottom: 10px; }
      .boxmenu .submenu li:last-child {
        margin-bottom: 0; }
    .boxmenu .submenu a {
      font-size: 1em;
      position: relative;
      line-height: 1; }
  .boxmenu .picmenu {
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    background-size: cover; }
  @media (max-width: 991.98px) {
    .boxmenu .top-close {
      left: auto;
      right: 15px; } }
  .boxmenu .social a {
    background: #000; }
  .boxmenu .social i {
    color: #fff; }
  .boxmenu .sub-main-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -7px 0; }
    .boxmenu .sub-main-menu li {
      flex-grow: 1;
      width: 50%;
      padding: 0 7px; }
      .boxmenu .sub-main-menu li:nth-child(1) a, .boxmenu .sub-main-menu li:nth-child(2) a {
        border-bottom: 1px solid #D0CCCA; }
      .boxmenu .sub-main-menu li a {
        text-transform: uppercase;
        display: block;
        font-size: .9em;
        color: #444;
        padding: 10px 0; }

.boxlanguage {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  background: url(../images/L.png) no-repeat center bottom 50px #FBFAFA;
  height: 100%;
  transition: transform .25s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease 0s; }
  .boxlanguage.active {
    opacity: 1;
    visibility: visible; }
  .boxlanguage .top-close-language {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
    display: block; }
    .boxlanguage .top-close-language .icon-close {
      font-size: 20px; }
  .boxlanguage .wrap-languages {
    width: 290px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .boxlanguage .wrap-languages h2 {
      font-family: "HaloHandletter";
      text-transform: uppercase;
      font-size: 1em;
      color: #000;
      margin-bottom: 25px; }
    .boxlanguage .wrap-languages .languages-list li {
      margin-bottom: 15px; }
      .boxlanguage .wrap-languages .languages-list li a {
        display: block;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        border: 2px solid #000;
        width: 210px;
        color: #000;
        font-family: "HaloHandletter"; }
        .boxlanguage .wrap-languages .languages-list li a.active {
          background: #000;
          color: #fff; }

/**/
.box-engine-main {
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9;
  width: 100%;
  padding: 30px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  height: 100vh;
  overflow: auto;
  transition: all 0.3s ease 0s; }
  .box-engine-main .font-h2 {
    color: #000;
    margin-bottom: 30px;
    font-family: "Montserrat", cursive; }
  .box-engine-main .form-group {
    margin-bottom: 15px; }
  .box-engine-main.showengine {
    opacity: 1;
    visibility: visible; }
  .box-engine-main .container {
    max-width: 1250px;
    padding: 85px 24px 30px; }
  .box-engine-main .box-flex-engine {
    display: flex; }
    .box-engine-main .box-flex-engine .detail-engine {
      flex: 1;
      padding: 24px; }
    .box-engine-main .box-flex-engine .form-engine {
      padding: 24px; }
      .box-engine-main .box-flex-engine .form-engine form {
        width: 430px; }
      .box-engine-main .box-flex-engine .form-engine .input-engine {
        width: 100%;
        height: 70px;
        border-radius: 0;
        border-color: #000;
        font-size: 1em;
        padding: 10px 20px;
        padding-left: 60px; }
        .box-engine-main .box-flex-engine .form-engine .input-engine.date-picker {
          background: url(../images/calendar.png) no-repeat center left 15px #fff;
          background-size: 25px 25px;
          display: flex;
          align-items: center; }
          .box-engine-main .box-flex-engine .form-engine .input-engine.date-picker .input-calendar {
            flex-grow: 1;
            width: 50%;
            border: 0;
            cursor: pointer; }
          .box-engine-main .box-flex-engine .form-engine .input-engine.date-picker svg {
            fill: #000;
            width: 30px;
            height: 30px;
            margin: 0 10px; }
        .box-engine-main .box-flex-engine .form-engine .input-engine.promo {
          background: url(../images/ticket.png) no-repeat center left 15px #fff;
          background-size: 28px 28px; }
        .box-engine-main .box-flex-engine .form-engine .input-engine .calendar-text {
          flex: 1; }
      .box-engine-main .box-flex-engine .form-engine .select-hotel {
        position: relative; }
        .box-engine-main .box-flex-engine .form-engine .select-hotel select {
          appearance: none;
          background: url(../images/hotel-icon.png) no-repeat center left 15px #fff;
          background-size: 25px 25px; }
        .box-engine-main .box-flex-engine .form-engine .select-hotel:before {
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          font-family: 'icomoon';
          color: #000;
          pointer-events: none;
          font-size: 16px;
          content: "";
          content: '\e92f';
          transition: all 0.3s ease 0s; }
      .box-engine-main .box-flex-engine .form-engine .selectGuest {
        width: 100%;
        height: 70px;
        border-radius: 0;
        border: 1px solid #000;
        font-size: 1em;
        padding: 10px 20px;
        padding-left: 60px;
        display: flex;
        align-items: center;
        background-color: #fff;
        color: #000;
        cursor: pointer;
        background: url(../images/guests-engine.png) no-repeat center left 15px #fff;
        background-size: 25px 25px;
        position: relative; }
        .box-engine-main .box-flex-engine .form-engine .selectGuest:before {
          position: absolute;
          top: 50%;
          right: 20px;
          transform: translateY(-50%);
          font-family: 'icomoon';
          color: #000;
          pointer-events: none;
          font-size: 16px;
          content: "";
          content: '\e92f';
          transition: all 0.3s ease 0s; }
        .box-engine-main .box-flex-engine .form-engine .selectGuest[aria-expanded="true"]:before {
          transform: rotate(180deg) translate(0, 50%); }
  .box-engine-main .btn-detail {
    width: 100%;
    height: 70px;
    font-family: "Montserrat", cursive;
    font-size: 1.2em;
    background: #000;
    border: 0; }

.daterangepicker .drp-calendar {
  max-width: 290px; }
.daterangepicker .calendar-table {
  transition: all 0.3s ease 0s; }
  .daterangepicker .calendar-table thead tr:first-child {
    background-color: #ededed; }
    .daterangepicker .calendar-table thead tr:first-child th {
      border: 0 !important;
      font-size: 1em; }
  .daterangepicker .calendar-table td, .daterangepicker .calendar-table th {
    width: 39px;
    height: 39px;
    font-family: "Roboto", sans-serif;
    transition: all 0.3s ease 0s;
    border: 1px solid #fff !important; }
  .daterangepicker .calendar-table th.month {
    font-family: "Roboto", sans-serif;
    font-size: 1.3rem;
    color: #000; }
  .daterangepicker .calendar-table td {
    font-family: "Roboto", sans-serif;
    font-size: 1em;
    border-radius: 0; }
    .daterangepicker .calendar-table td.active {
      background-color: #000; }
    .daterangepicker .calendar-table td.in-range {
      background-color: #000;
      color: #fff; }
    .daterangepicker .calendar-table td.disabled {
      text-decoration: none;
      cursor: auto;
      user-select: none; }
    .daterangepicker .calendar-table td.off.ends:not(.disabled) {
      visibility: hidden; }
  .daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border-width: 0 1px 1px 0;
    padding: 5px; }

.close-widget {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer; }
  .close-widget svg {
    height: 50px;
    width: 50px; }
    .close-widget svg .active-pathfill {
      fill: #000; }
  .close-widget img {
    height: 50px;
    width: 50px; }

.drop-guest {
  width: 300px;
  padding: 20px; }
  .drop-guest small {
    color: #aaa; }
  .drop-guest .btn-close {
    border: 1px solid #DEDEDE;
    padding: 8px 20px;
    line-height: 1.2;
    display: inline-block;
    cursor: pointer; }

.engine-ac {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .engine-ac label {
    width: 145px; }
  .engine-ac .input-group {
    align-items: center; }
  .engine-ac .input-group-btn button {
    height: 30px;
    color: #fff;
    width: 30px;
    border-radius: 100%;
    cursor: pointer;
    background: #fff;
    background: url("../images/plus-ad.svg");
    border: 0;
    background-size: 30px 30px;
    vertical-align: bottom; }
    .engine-ac .input-group-btn button.bootstrap-touchspin-down {
      background-image: url("../images/minus-ad.svg"); }
  .engine-ac .cart-spin {
    font-size: 1.3em;
    font-family: "Roboto", sans-serif;
    text-align: center;
    border: 0; }
  .engine-ac .bootstrap-touchspin {
    width: 115px; }
  .engine-ac .form-control[readonly] {
    background: none; }

.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px 0;
  bottom: 0; }

.detail-engine {
  padding: 24px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  color: #000; }
  .detail-engine .inner-detail-engine {
    max-width: 500px;
    padding-top: 60px; }
  .detail-engine h2 {
    font-family: "HaloHandletter";
    display: flex;
    align-items: center;
    padding-left: 54px;
    position: relative;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 50px;
    font-size: 2em; }
    .detail-engine h2:before {
      content: "";
      width: 55%;
      position: absolute;
      height: 1px;
      background: #000;
      top: 50%; }
    .detail-engine h2 a {
      display: inline-block;
      background: #fff;
      padding-right: 10px;
      position: relative;
      transition: all 0.3s ease 0s; }
    .detail-engine h2 i {
      font-size: 4rem;
      top: 0px;
      transition: all 0.3s ease 0s; }
    .detail-engine h2:hover:before {
      background: #000; }
    .detail-engine h2:hover a {
      padding-left: 5px;
      left: 18px;
      color: #000; }
    .detail-engine h2:hover i {
      color: #000; }
  .detail-engine li {
    position: relative;
    padding-left: 54px;
    margin-bottom: 30px;
    line-height: 1.6; }
    .detail-engine li small {
      display: block;
      color: #aaa; }
    .detail-engine li i {
      font-size: 3rem;
      transform: translateY(-50%);
      top: 50%; }
      .detail-engine li i.icon-check_In {
        font-size: 3.4rem; }
      .detail-engine li i.icon-promo {
        font-size: 3.4rem; }
  .detail-engine i {
    position: absolute;
    left: 0; }

.box-flex-club-floor {
  margin: 24px;
  border-top: 2px solid #000;
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .box-flex-club-floor .font-h2 {
    text-transform: capitalize;
    margin-bottom: 15px; }
    .box-flex-club-floor .font-h2 a {
      font-size: .7em;
      margin-left: 20px;
      display: inline-block;
      position: relative;
      padding-right: 50px; }
      .box-flex-club-floor .font-h2 a .text-sb {
        display: block;
        background: #fff;
        position: relative;
        z-index: 2;
        padding: 10px;
        transition: all 0.3s ease 0s;
        left: 0; }
      .box-flex-club-floor .font-h2 a:before {
        content: "";
        width: 100%;
        position: absolute;
        height: 1px;
        background: #000;
        top: 50%;
        z-index: 1;
        left: 0; }
      .box-flex-club-floor .font-h2 a:hover {
        color: #000; }
        .box-flex-club-floor .font-h2 a:hover .text-sb {
          left: 20px; }
        .box-flex-club-floor .font-h2 a:hover:before {
          background: #000; }
  .box-flex-club-floor p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    color: #000;
    font-family: "Montserrat", sans-serif; }
    .box-flex-club-floor p i {
      font-size: 3.5rem;
      margin-right: 10px; }

html.open-menu, html.open-menu-language {
  overflow: hidden; }

.header {
  height: 100px;
  z-index: 4;
  position: fixed;
  width: 100%;
  color: #000;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1079.98px) {
    .header {
      height: 70px !important;
      padding-left: 10px;
      padding-right: 10px; } }
  .header .header-logo {
    position: absolute;
    left: 50%;
    width: 125px;
    margin-left: -62.5px;
    transition: all 0.3s ease 0s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1079.98px) {
      .header .header-logo {
        position: absolute;
        left: 50%;
        width: 85px;
        margin-left: -42.5px; } }
  .header .h-left {
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center; }
    .header .h-left .hb-menu i {
      margin-right: 15px; }
    @media (max-width: 1079.98px) {
      .header .h-left .hb-menu {
        display: none !important; } }
    .header .h-left .ht-menu {
      margin-left: 40px; }
      .header .h-left .ht-menu i {
        display: none; }
      @media (max-width: 1079.98px) {
        .header .h-left .ht-menu {
          margin-left: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: .8em; }
          .header .h-left .ht-menu i {
            font-size: 25px;
            margin-left: 5px;
            display: block; } }
    @media (max-width: 1079.98px) {
      .header .h-left {
        font-size: 1em; } }
  .header .h-right {
    font-size: 1.3em; }
    .header .h-right .book-rd {
      width: 120px;
      height: 38px;
      transition: all 0.3s ease 0s;
      color: #fff;
      border: 1px solid #fff;
      font-size: .85em; }
      @media (max-width: 767.98px) {
        .header .h-right .book-rd {
          width: 90px; } }
    @media (max-width: 1079.98px) {
      .header .h-right {
        font-size: 1em !important; } }
  .header.scroll {
    height: 85px; }
    .header.scroll .hamburger {
      color: #b6985a; }
    .header.scroll .h-right {
      font-size: 1.2em; }
      .header.scroll .h-right .book-rd {
        background: #000;
        color: #fff;
        border-color: #000; }
    .header.scroll .header-logo {
      top: 2px;
      position: absolute;
      left: 50%;
      width: 120px;
      margin-left: -60px; }
      @media (max-width: 1079.98px) {
        .header.scroll .header-logo {
          top: 0px;
          position: absolute;
          left: 50%;
          width: 85px;
          margin-left: -42.5px; } }
  .header.header-group {
    background: none;
    color: #fff; }
    .header.header-group svg {
      fill: #fff; }
    .header.header-group .header-logo {
      opacity: 0;
      visibility: visible; }
    .header.header-group.scroll {
      color: #000;
      background: #fff; }
      .header.header-group.scroll svg {
        fill: #000; }
      .header.header-group.scroll .header-logo {
        opacity: 1;
        visibility: visible; }

.header-menu {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .header-menu .hamburger {
    display: inline-block;
    width: 2.5rem;
    position: relative;
    transition: color .3s .3s; }
    .header-menu .hamburger::before, .header-menu .hamburger::after {
      content: "";
      display: block;
      height: 1px;
      background: currentColor;
      left: 0;
      width: 100%;
      margin: .5rem 0;
      transition: transform 0.8s cubic-bezier(0.6, 0, 0, 1);
      transform-origin: left center; }
    .header-menu .hamburger::after {
      -webkit-transform: scaleX(0.66);
      transform: scaleX(0.66); }

.page-location .header {
  color: #363636;
  background: #fff; }
  .page-location .header::before {
    transform: translateZ(0); }
  .page-location .header svg {
    fill: #b6985a !important; }
  .page-location .header .hamburger {
    color: #b6985a; }
  .page-location .header a {
    transition: all 0.3s ease 0s; }
  .page-location .header a:hover {
    color: #000; }
.page-location .padsticky {
  padding-top: 105px; }
  @media (max-width: 991.98px) {
    .page-location .padsticky {
      padding-top: 63.2px; } }

.drop-user {
  padding: 10px;
  background: #000; }
  .drop-user a {
    padding: 5px 10px !important;
    color: #fff;
    width: 240px;
    display: flex;
    font-size: 1.5rem;
    justify-content: flex-start !important;
    text-transform: uppercase;
    align-items: center !important;
    transition: all 0.3s ease 0s !important; }
    .drop-user a:hover {
      background: #fff;
      color: #000; }
    .drop-user a img {
      margin-right: 7px; }
    .drop-user a:last-child {
      border-bottom: 0; }
    .drop-user a.drop-indrop {
      color: #fff;
      position: relative; }
      .drop-user a.drop-indrop i {
        position: absolute;
        right: 10px; }
  .drop-user.droprooms {
    background: #fff; }
    .drop-user.droprooms a {
      width: auto;
      color: #000;
      font-size: 1.6rem !important; }
      .drop-user.droprooms a:hover {
        color: #fff;
        background: #000; }
  .drop-user .dropdown-sub {
    display: none;
    padding: 10px 0; }
    .drop-user .dropdown-sub a {
      font-size: .75em; }

.footer {
  background: #f7f5f6;
  padding: 60px 0; }
  .footer h2 {
    color: #37363E;
    font-weight: 600;
    font-size: .9em; }
  .footer .menu-footer {
    text-transform: uppercase;
    color: #000; }
    .footer .menu-footer li {
      margin-bottom: 15px; }
      .footer .menu-footer li a {
        font-family: "Montserrat", sans-serif; }
  .footer .email-footer {
    position: relative; }
    .footer .email-footer button {
      position: absolute;
      right: 0;
      top: 15px; }
    .footer .email-footer .form-control {
      width: 100;
      border: 0;
      border-bottom: 1px solid #d2d0d1;
      border-radius: 0;
      font-size: 1em;
      background: none;
      height: 55px; }

.social-footer {
  color: #000;
  font-size: 22px;
  margin-top: 20px;
  display: flex; }
  .social-footer a {
    margin-right: 15px; }

.wrap-book-footer {
  bottom: 70px;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: rgba(68, 68, 68, 0.8);
  padding: 13px 47px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease 0s; }
  @media (max-width: 767.98px) {
    .wrap-book-footer {
      bottom: 60px;
      padding-left: 17px;
      padding-right: 17px; } }
  .wrap-book-footer .book-now-footer {
    min-width: 260px;
    display: block;
    font-family: "HaloHandletter";
    border: 3px solid #fff;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem; }
    @media (max-width: 767.98px) {
      .wrap-book-footer .book-now-footer {
        min-width: 180px;
        height: 38px;
        border-width: 2px;
        font-size: 1.6rem; } }
  .wrap-book-footer a:not(.book-now-footer), .wrap-book-footer button {
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 100%; }
  .wrap-book-footer .location-button {
    font-size: 2rem; }
  .wrap-book-footer button {
    font-family: "HaloHandletter";
    font-size: 1.3rem; }

.footer-mobile {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  display: none;
  align-items: center;
  z-index: 99;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1079.98px) {
    .footer-mobile {
      display: flex; } }
  .footer-mobile a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    color: #000;
    text-transform: uppercase;
    font-family: "Montserrat", cursive;
    font-size: .8em;
    height: 70px;
    padding-top: 5px; }
    @media (max-width: 767.98px) {
      .footer-mobile a {
        height: 60px;
        padding-top: 0; } }
    .footer-mobile a i {
      margin-bottom: 5px;
      font-size: 2.5rem;
      margin-top: 5px; }
      .footer-mobile a i.icon-tel {
        font-size: 2.5rem; }
      .footer-mobile a i.icon-restaurante {
        font-size: 2.7rem; }
      .footer-mobile a i.icon-promo {
        font-size: 3.2rem;
        margin-bottom: 3px; }
      .footer-mobile a i.fa {
        font-size: 31px;
        color: #000; }
    .footer-mobile a.book-footer {
      flex-grow: 2;
      background: #000; }
  .footer-mobile .button-hamburger {
    width: 26px;
    height: 19px;
    position: relative;
    margin: 8px 0; }
    .footer-mobile .button-hamburger span {
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      background-color: #000; }
      .footer-mobile .button-hamburger span:nth-child(2) {
        top: calc(50% - 1px);
        left: 50%;
        transform: translateX(-50%); }
      .footer-mobile .button-hamburger span:nth-child(3) {
        bottom: 0; }

.open-menu .footer-mobile {
  bottom: -70px; }
.open-menu .wrap-book-footer {
  bottom: 0;
  color: #000;
  background-color: #000; }
  .open-menu .wrap-book-footer .book-now-footer {
    border-color: #000; }
  .open-menu .wrap-book-footer a:not(.book-now-footer), .open-menu .wrap-book-footer button {
    color: #000;
    border-color: #000; }

.hover-img {
  overflow: hidden;
  transition: all .6s ease;
  display: block; }
  .hover-img img {
    transition: all .6s ease; }
  .hover-img:hover img {
    transform: scale(1.1); }

.flex-beetween, .sticky-room .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }

.header .h-left .hb-menu, .header .h-right .book-rd, .flex-center, .menu-hotel ul, .img-social .img-social-box, .filter-room .filter-room-list, .sticky-room.stick-center .container-fluid, .wrap-slide-facility .slide-facility .next-prev-fac button, .fc-accor-inner .fa, .theam-img-slide .next-prev-exper button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }

.flex-inline, .sticky-room .back-room {
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .flex-inline, .sticky-room .back-room {
      flex-wrap: wrap; } }

.cut-text-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.cut-text-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.cut-text-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

@media (max-width: 991.98px) {
  .mb-lg {
    margin-bottom: 20px; } }
@media (max-width: 767.98px) {
  .mb-md {
    margin-bottom: 20px; } }
.social-hero {
  display: flex;
  position: fixed;
  left: 5px;
  flex-direction: column;
  z-index: 7;
  color: #000;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translate(0, -50%); }
  @media (max-width: 1079.98px) {
    .social-hero {
      display: none; } }

.wrap-slidehero {
  overflow: hidden;
  height: calc(100vh - 0px);
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 767.98px) {
    .wrap-slidehero {
      padding-left: 0;
      padding-right: 0; } }
  .wrap-slidehero .caption-hero {
    background: #000;
    color: #fff;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 40px;
    z-index: 2;
    padding: 10px;
    width: calc(100% - 80px); }
    .wrap-slidehero .caption-hero h1 {
      font-size: 20px; }
    @media (max-width: 767.98px) {
      .wrap-slidehero .caption-hero {
        width: 100%;
        left: 0; }
        .wrap-slidehero .caption-hero h1 {
          font-size: 16px; } }
  .wrap-slidehero .swiper-slide {
    background-size: cover;
    background-position: 50%;
    min-height: calc(100vh - 0px); }
    .wrap-slidehero .swiper-slide::before {
      content: "";
      position: absolute;
      bottom: 0;
      width: 100%;
      opacity: .5;
      height: 100%;
      transition: all .3s ease-in-out;
      background: #0004;
      z-index: 0; }
  .wrap-slidehero .swiper-pagination {
    bottom: 20px; }
  .wrap-slidehero.page-slide {
    height: calc(60vh - 0px); }
    .wrap-slidehero.page-slide .swiper-slide {
      min-height: calc(60vh - 0px); }
    @media (max-width: 767.98px) {
      .wrap-slidehero.page-slide {
        height: calc(60vh - 0px); }
        .wrap-slidehero.page-slide .swiper-slide {
          min-height: calc(60vh - 0px);
          background-position: 50% 50%; } }
    @media (max-width: 575.98px) {
      .wrap-slidehero.page-slide {
        height: 300px; }
        .wrap-slidehero.page-slide .swiper-slide {
          min-height: 300px;
          background-position: cover; } }
  @media (max-width: 767.98px) {
    .wrap-slidehero {
      height: calc(50vh - 0px); }
      .wrap-slidehero .swiper-slide {
        min-height: calc(50vh - 0px);
        background-position: 50% 50%; } }
  .wrap-slidehero.wrap-slide-group {
    padding-left: 0;
    padding-right: 0; }
    .wrap-slidehero.wrap-slide-group .swiper-slide::before {
      background: linear-gradient(180deg, black, transparent 100%); }
    .wrap-slidehero.wrap-slide-group .cation-group {
      position: absolute;
      display: flex;
      width: 100%;
      height: 100%;
      flex-direction: column;
      z-index: 1;
      left: 0;
      top: 0;
      align-items: center;
      justify-content: center; }
      .wrap-slidehero.wrap-slide-group .cation-group .logo-group {
        width: 100%;
        max-width: 400px; }
        @media (max-width: 991.98px) {
          .wrap-slidehero.wrap-slide-group .cation-group .logo-group {
            max-width: 250px; } }
        @media (max-width: 767.98px) {
          .wrap-slidehero.wrap-slide-group .cation-group .logo-group {
            max-width: 200px; } }
        @media (max-width: 575.98px) {
          .wrap-slidehero.wrap-slide-group .cation-group .logo-group {
            max-width: 150px; } }
      .wrap-slidehero.wrap-slide-group .cation-group aside {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px; }
        .wrap-slidehero.wrap-slide-group .cation-group aside a {
          font-family: "Montserrat", sans-serif;
          font-weight: 500;
          text-transform: uppercase;
          margin: 0 20px;
          color: #fff;
          font-size: 1em; }
    .wrap-slidehero.wrap-slide-group .btn-detail {
      background: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      color: #000;
      font-size: 1em;
      border: 0;
      padding: 15px 25px;
      width: 100%;
      max-width: 200px;
      text-align: center;
      margin-top: 50px; }
      .wrap-slidehero.wrap-slide-group .btn-detail:hover {
        background: #000;
        color: #fff; }
      @media (max-width: 767.98px) {
        .wrap-slidehero.wrap-slide-group .btn-detail {
          display: none; } }

.swiper-container {
  position: relative; }
  .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff; }

.slide-list {
  padding-left: 5px;
  padding-right: 5px; }
  @media (max-width: 991.98px) {
    .slide-list .swiper-slide {
      width: 350px !important; } }
  @media (max-width: 575.98px) {
    .slide-list .swiper-slide {
      width: 320px !important; } }

.arrow {
  margin-bottom: 25px; }
  .arrow .icon-svg {
    width: 20px;
    display: inline-block; }

.container-full {
  width: 100%;
  max-width: 1600px;
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1079.98px) {
    .container-full {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 991.98px) {
  .mb-lg {
    margin-bottom: 30px; } }
@media (max-width: 767.98px) {
  .mb-md {
    margin-bottom: 20px; } }
.menu-hotel {
  font-size: 1.9rem;
  text-transform: uppercase;
  color: #000;
  padding: 40px 0;
  background: #fff;
  z-index: 3;
  transition: all 0.3s ease 0s; }
  @media (max-width: 1079.98px) {
    .menu-hotel {
      display: none; }
      .menu-hotel.is-sticky {
        top: 70px !important; } }
  .menu-hotel ul {
    margin-bottom: 0; }
    .menu-hotel ul li {
      margin: 0 15px; }
      @media (max-width: 1079.98px) {
        .menu-hotel ul li {
          margin: 0 7px; } }
    .menu-hotel ul a[aria-expanded="true"] .fa-angle-down {
      transform: rotate(180deg); }
    .menu-hotel ul .fa {
      transition: all 0.3s ease 0s; }
  .menu-hotel.is-sticky {
    padding: 10px 0;
    font-size: 1.6rem; }

.font-welcome-title {
  font-family: "HaloHandletter";
  color: #000;
  font-size: 3.2rem;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 15px; }
  @media (max-width: 1079.98px) {
    .font-welcome-title {
      font-size: 2.3rem; } }

.font-welcome-title-2 {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9em; }

.font-welcome {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

.home-welcome .font-welcome {
  font-family: "Montserrat", cursive;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px; }
.home-welcome .font-welcome-title {
  margin-bottom: 10px; }

.home-experiences .font-welcome {
  font-family: "Montserrat", cursive;
  color: #000;
  font-weight: 400; }

.slide-rooms-mobile .pn-mobile {
  position: absolute;
  z-index: 3;
  bottom: 40%; }
  .slide-rooms-mobile .pn-mobile.prev-m {
    left: 20%; }
  .slide-rooms-mobile .pn-mobile.next-m {
    right: 20%; }

.nav-room li {
  border-bottom: 1px solid #707070; }
  .nav-room li a {
    display: block;
    padding: 15px 0;
    transition: all 0.3s ease 0s; }
    .nav-room li a.active {
      background: #000;
      color: #fff;
      padding-left: 20px; }
    @media (max-width: 1079.98px) {
      .nav-room li a {
        font-size: 1.4rem; } }
@media (max-width: 1079.98px) {
  .nav-room {
    display: none; } }

@media (max-width: 1079.98px) {
  .home-accom h3 {
    text-align: center; }

  .home-experiences h2 {
    text-align: center; }
  .home-experiences .col-lg-8 {
    text-align: center; } }
.form-sign-up p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }
.form-sign-up .form-control, .form-sign-up .custom-select {
  height: 55px;
  font-size: 1em;
  background-color: #efefef;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  border: 0; }
.form-sign-up form {
  display: flex; }
  @media (max-width: 1079.98px) {
    .form-sign-up form {
      flex-direction: column; } }
.form-sign-up fieldset, .form-sign-up button {
  flex-grow: 1; }
  @media (max-width: 1079.98px) {
    .form-sign-up fieldset, .form-sign-up button {
      margin-bottom: 15px;
      width: 100%; } }
.form-sign-up fieldset {
  padding: 0 5px; }
.form-sign-up .country {
  width: 322px; }
  @media (max-width: 1079.98px) {
    .form-sign-up .country {
      width: 100%; } }
.form-sign-up .btn-detail {
  height: 55px;
  background-color: #000;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }
.form-sign-up .flex-sign-up {
  display: flex;
  align-items: flex-end; }

.img-social {
  display: flex; }
  @media (max-width: 1079.98px) {
    .img-social {
      flex-wrap: wrap; } }
  .img-social .img-social-group {
    display: flex;
    flex-wrap: wrap; }
    .img-social .img-social-group img {
      width: 100%; }
  .img-social .img-social-group-01 {
    width: 28.5%; }
    .img-social .img-social-group-01 a {
      width: 50%; }
    @media (max-width: 1079.98px) {
      .img-social .img-social-group-01 {
        width: 40%; } }
    @media (max-width: 575.98px) {
      .img-social .img-social-group-01 {
        width: 66.6666666%; } }
  .img-social .img-social-group-02 {
    width: 29%; }
    @media (max-width: 1079.98px) {
      .img-social .img-social-group-02 {
        width: 40%; } }
    @media (max-width: 575.98px) {
      .img-social .img-social-group-02 {
        display: none; } }
    .img-social .img-social-group-02 a {
      height: 100%;
      background-size: cover;
      display: block;
      width: 100%; }
  .img-social .img-social-group-03 {
    width: 14.25%;
    flex-direction: column; }
    @media (max-width: 1079.98px) {
      .img-social .img-social-group-03 {
        width: 20%; } }
    @media (max-width: 575.98px) {
      .img-social .img-social-group-03 {
        width: 33.3333333%; } }
  .img-social .img-social-box {
    flex-grow: 1;
    background: #000;
    color: #fff;
    flex-direction: column; }
    @media (max-width: 1079.98px) {
      .img-social .img-social-box {
        width: 100%;
        padding: 20px; } }
    .img-social .img-social-box .social-box {
      margin-bottom: 15px; }
      .img-social .img-social-box .social-box a {
        color: #fff;
        font-size: 25px;
        margin: 0 10px; }
    .img-social .img-social-box .ht {
      font-size: 3rem;
      text-transform: uppercase; }
      @media (max-width: 1079.98px) {
        .img-social .img-social-box .ht {
          font-size: 2rem; } }
    .img-social .img-social-box .as {
      font-size: 2.8rem;
      font-weight: 500;
      text-transform: uppercase; }
      @media (max-width: 1079.98px) {
        .img-social .img-social-box .as {
          font-size: 2rem; } }

.img-affect {
  position: relative;
  overflow: hidden; }
  .img-affect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #f6f6f6;
    transition: width 1s;
    transition: all 1000ms cubic-bezier(0.16, 0.01, 0.77, 1); }
  .img-affect.aos-animate::before {
    width: 0px; }

@media (max-width: 991.98px) {
  .header-page .font-h1 {
    margin-bottom: 25px !important; } }
.slide-option {
  padding-top: 0; }
  .slide-option .p-slide {
    padding-left: 40px; }
    @media (max-width: 991.98px) {
      .slide-option .p-slide {
        padding-left: 10px; } }
  .slide-option h2 {
    font-family: "Montserrat", cursive;
    margin: 20px 0; }
  @media (max-width: 575.98px) {
    .slide-option {
      padding-top: 20px; } }
  .slide-option .btn-detail {
    font-family: "HaloHandletter";
    width: auto; }
  .slide-option .swiper-button-next, .slide-option .swiper-button-prev {
    position: relative; }
  .slide-option .hover-img {
    position: relative; }
    .slide-option .hover-img img {
      position: relative;
      z-index: 1; }
    .slide-option .hover-img .swipe-option {
      position: absolute;
      color: #fff;
      z-index: 2;
      top: 0;
      left: 10px;
      color: #fff; }
      .slide-option .hover-img .swipe-option h2 {
        font-size: 2.6rem;
        text-transform: uppercase;
        margin-bottom: 0; }
  .slide-option .swiper-slide {
    width: 700px !important; }
    @media (max-width: 1079.98px) {
      .slide-option .swiper-slide {
        width: 350px !important; } }
    @media (max-width: 991.98px) {
      .slide-option .swiper-slide {
        width: 300px !important; } }
  .slide-option figure {
    margin-bottom: 0; }

.wrap-spa-home {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1079.98px) {
    .wrap-spa-home {
      padding-left: 0;
      padding-right: 0; } }
  .wrap-spa-home .spa-home {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media (max-width: 1079.98px) {
      .wrap-spa-home .spa-home {
        height: auto; } }
    .wrap-spa-home .spa-home h2 {
      font-family: "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: .3em;
      margin-bottom: 10px; }
    .wrap-spa-home .spa-home h3 {
      color: #fff;
      font-size: 24px;
      letter-spacing: .3em; }
      @media (max-width: 767.98px) {
        .wrap-spa-home .spa-home h3 {
          font-size: 2rem; } }
    .wrap-spa-home .spa-home .cover-spa {
      width: 100%;
      max-width: 700px;
      text-align: center;
      color: #fff; }
      @media (max-width: 1079.98px) {
        .wrap-spa-home .spa-home .cover-spa {
          padding: 50px 15px; } }
    .wrap-spa-home .spa-home p {
      font-size: 1.1em; }
    .wrap-spa-home .spa-home .btn-detail {
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      background: none;
      border: 2px solid #fff;
      margin-top: 15px; }

.custom-control {
  padding-left: 25px; }

.custom-control-label::after {
  top: 4.7px;
  width: 1.9rem;
  height: 1.9rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  left: -25px; }

.custom-control-label::before {
  width: 18px;
  height: 18px;
  top: 5px;
  left: -25px; }

.pad-sticky {
  padding-top: 85px; }
  @media (max-width: 1079.98px) {
    .pad-sticky {
      padding-top: 70px; } }
  .pad-sticky .menu-hotel {
    padding: 25px 0 10px; }
    .pad-sticky .menu-hotel.is-sticky {
      padding-top: 10px; }

.pad-sticky-page {
  padding-top: 100px; }

.home-group .font-welcome {
  color: #000;
  font-weight: 500;
  margin-bottom: 30px; }
.home-group .font-welcome-title {
  margin-bottom: 10px;
  font-family: "HaloHandletter"; }

.group-welcome {
  background: #f0ede4; }
  .group-welcome h2 {
    font-family: "Montserrat", cursive;
    font-weight: 400;
    color: #000; }

.feature-list {
  margin-left: -3.5px;
  margin-right: -3.5px; }
  .feature-list > li {
    padding: 3.5px; }
  .feature-list a {
    display: block;
    position: relative; }
    .feature-list a .text-feature {
      position: absolute;
      z-index: 2;
      color: #fff;
      top: 50%;
      width: 100%;
      text-align: center; }
      .feature-list a .text-feature h2 {
        line-height: 1.3;
        margin-bottom: 15px;
        font-family: "Montserrat", sans-serif;
        color: #fff;
        font-weight: 300; }
    .feature-list a:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: #000;
      left: 0;
      top: 0;
      z-index: 1;
      opacity: .3; }
  .feature-list .img-fluid {
    width: 100%;
    max-width: 100%; }

.row-group-welcome {
  display: flex; }
  @media (max-width: 991.98px) {
    .row-group-welcome {
      flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; } }
  .row-group-welcome .gw {
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 991.98px) {
      .row-group-welcome .gw {
        padding-left: 10px;
        padding-right: 10px; } }
  .row-group-welcome .gw-01 {
    width: 25%; }
    @media (max-width: 1620px) {
      .row-group-welcome .gw-01 {
        width: 33%; } }
    @media (max-width: 991.98px) {
      .row-group-welcome .gw-01 {
        width: 100%; } }
  .row-group-welcome .gw-02 {
    width: 50%; }
    @media (max-width: 1620px) {
      .row-group-welcome .gw-02 {
        width: 33%; } }
    @media (max-width: 991.98px) {
      .row-group-welcome .gw-02 {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .row-group-welcome .gw-02 {
        width: 100%; } }
  .row-group-welcome .gw-03 {
    width: 25%; }
    @media (max-width: 1620px) {
      .row-group-welcome .gw-03 {
        width: 33%; } }
    @media (max-width: 991.98px) {
      .row-group-welcome .gw-03 {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .row-group-welcome .gw-03 {
        display: none; } }
  .row-group-welcome .img-w-03 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px; }
  .row-group-welcome .gray-hover {
    transition: all 0.3s ease 0s;
    filter: grayscale(100%); }
    .row-group-welcome .gray-hover:hover {
      filter: grayscale(0); }

.filter-colection {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0; }
  .filter-colection a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 20px;
    color: #9b9b9b;
    font-size: .9em; }
    .filter-colection a.active {
      color: #000;
      border-bottom: 2px solid #000; }

.collection-list li {
  margin-bottom: 40px; }
.collection-list p {
  color: #262626; }
.collection-list a {
  display: block;
  margin-bottom: 20px; }
.collection-list .text-inner {
  padding: 15px 0 0 15px;
  margin-top: 15px; }
.collection-list h2 {
  color: #000;
  font-size: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif; }
.collection-list .btn-dsg {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  font-size: .9em;
  margin-top: 20px;
  margin-bottom: 0 !important; }

.contact-group-form .col-lg-6 {
  padding-left: 50px;
  padding-right: 50px; }
.contact-group-form label {
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  font-size: .9em; }
.contact-group-form input.form-control {
  border-radius: 0;
  height: 46px;
  border: 1px solid rgba(0, 0, 0, 0.6); }
.contact-group-form aside button {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  background: #000;
  font-size: 1em;
  border: 0;
  padding: 15px 25px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  margin-top: 50px; }
.contact-group-form .contact-left fieldset {
  margin-bottom: 15px; }
  .contact-group-form .contact-left fieldset:last-child {
    margin-bottom: 0; }
.contact-group-form .textarea-form {
  display: flex;
  flex-direction: column; }
  .contact-group-form .textarea-form textarea {
    flex-grow: 1;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 0; }

.contact-detail h2 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  font-size: 1em; }

.allroom-intro {
  background: url(../images/L.png) no-repeat center bottom -100px; }
  .allroom-intro .allroom-small {
    font-family: "HaloHandletter";
    text-transform: uppercase;
    margin-bottom: 10px; }

.filter-room {
  background-color: #e7e4e0;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px; }
  @media (max-width: 991.98px) {
    .filter-room {
      flex-direction: column; } }
  @media (max-width: 767.98px) {
    .filter-room {
      height: auto; } }
  .filter-room .filter-room-list {
    margin-bottom: 0;
    margin-left: 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px; }
    @media (max-width: 991.98px) {
      .filter-room .filter-room-list {
        margin-left: 0; } }
    @media (max-width: 767.98px) {
      .filter-room .filter-room-list {
        flex-direction: column;
        width: 100%; } }
    .filter-room .filter-room-list > li {
      margin-left: 25px; }
      @media (max-width: 767.98px) {
        .filter-room .filter-room-list > li {
          margin-left: 0;
          width: 100%;
          margin-bottom: 15px; } }
    .filter-room .filter-room-list button {
      text-transform: uppercase;
      color: #423d35; }
      @media (max-width: 767.98px) {
        .filter-room .filter-room-list button {
          width: 100%;
          text-align: left; } }
      .filter-room .filter-room-list button.has-bd {
        border-bottom: 1px solid #423d35; }
  .filter-room .title-filter {
    font-size: 14px;
    color: #423d35; }
  .filter-room label {
    color: #423d35; }

.dropdown-menu {
  font-size: .9em; }
  .dropdown-menu li {
    padding: 5px 20px;
    border-bottom: 1px solid #ccc; }
    .dropdown-menu li:last-child {
      margin-bottom: 0;
      border-bottom: 0; }

.droptype i {
  display: inline-block;
  width: 40px; }

.rooms-list {
  margin-top: -30px; }
  .rooms-list li {
    margin-top: 30px; }
  .rooms-list .tag-c-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1af5c;
    background: linear-gradient(65deg, #e1af5c 0%, #fef39e 35%, #f2d37c 77%, #e4b865 100%);
    position: absolute;
    color: #8d6f46 !important;
    font-family: "HaloHandletter";
    text-transform: uppercase;
    width: 200px;
    height: 40px;
    font-size: .9em;
    top: 0;
    z-index: 2; }
    .rooms-list .tag-c-benefit.center {
      left: 50%;
      margin-left: -100px; }
    .rooms-list .tag-c-benefit.bottom {
      left: 50%;
      margin-left: -100px;
      top: auto;
      bottom: 0; }
    .rooms-list .tag-c-benefit img {
      position: relative;
      top: -2px;
      margin-right: 10px; }
  .rooms-list .rooms-list-detail {
    padding: 25px 25px;
    background: #fff; }
    .rooms-list .rooms-list-detail h2 {
      font-weight: 400;
      line-height: 1.3;
      margin-bottom: 15px;
      font-family: "Montserrat", sans-serif;
      font-size: 2.2rem; }
      @media (max-width: 767.98px) {
        .rooms-list .rooms-list-detail h2 {
          font-size: 2.2rem; } }
    .rooms-list .rooms-list-detail p {
      height: 86.4px;
      margin-top: 35px;
      margin-bottom: 35px; }
    .rooms-list .rooms-list-detail .room-info {
      display: flex;
      margin: 20px 0; }
      .rooms-list .rooms-list-detail .room-info .inner-rif {
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #cecece;
        line-height: 1;
        font-size: 1em; }
        .rooms-list .rooms-list-detail .room-info .inner-rif:last-child {
          margin-right: 0;
          padding-right: 0;
          border-right: 0; }
    .rooms-list .rooms-list-detail .btn-detail {
      font-family: "Montserrat", sans-serif; }
    @media (max-width: 575.98px) {
      .rooms-list .rooms-list-detail .btn-detail {
        padding-left: 25px;
        padding-right: 25px; } }
  @media (max-width: 991.98px) {
    .rooms-list li {
      margin-bottom: 0px !important; } }

.wrap-rooms-parallax {
  padding-left: 40px;
  padding-right: 40px; }
  @media (max-width: 1079.98px) {
    .wrap-rooms-parallax {
      padding-left: 0;
      padding-right: 0; } }
  .wrap-rooms-parallax .rooms-parallax {
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative; }
    @media (max-width: 1079.98px) {
      .wrap-rooms-parallax .rooms-parallax {
        padding-left: 0;
        padding-right: 0;
        height: 350px;
        background-attachment: scroll; } }
    @media (max-width: 575.98px) {
      .wrap-rooms-parallax .rooms-parallax {
        padding-left: 0;
        padding-right: 0;
        height: 300px; } }
    .wrap-rooms-parallax .rooms-parallax:before {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .3;
      z-index: 1;
      left: 0;
      top: 0;
      content: ""; }
  .wrap-rooms-parallax.wrap-facility .rooms-parallax {
    height: calc(100vh - 160px); }
    @media (max-width: 1079.98px) {
      .wrap-rooms-parallax.wrap-facility .rooms-parallax {
        height: 350px; } }
    @media (max-width: 575.98px) {
      .wrap-rooms-parallax.wrap-facility .rooms-parallax {
        height: 300px; } }
  .wrap-rooms-parallax .cover-rooms {
    font-family: "Montserrat", cursive;
    color: #fff;
    font-size: 3rem;
    position: relative;
    z-index: 2;
    font-weight: 500;
    text-align: center;
    line-height: 1; }
    @media (max-width: 1079.98px) {
      .wrap-rooms-parallax .cover-rooms {
        font-size: 3rem;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 575.98px) {
      .wrap-rooms-parallax .cover-rooms {
        font-size: 2.8rem;
        padding-left: 15px;
        padding-right: 15px; } }

.rooms-intro .btn-detail {
  background: none;
  border: 2px solid #000;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px; }

.wrap-title-hero {
  position: absolute;
  z-index: 9;
  color: #fff;
  width: 100%;
  bottom: 20%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  .wrap-title-hero .title-hero {
    font-family: "Montserrat", sans-serif;
    font-size: 3.5rem;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .wrap-title-hero .title-hero {
        font-size: 2.8rem; } }
  .wrap-title-hero p {
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .wrap-title-hero p {
        font-size: .9em; } }

.sticky-room {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  font-size: .9em;
  position: absolute;
  z-index: 9;
  width: 100%; }
  .sticky-room a {
    text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .sticky-room {
      display: none; } }
  .sticky-room .back-room {
    width: 120px; }
    .sticky-room .back-room .icon-bed {
      font-size: 3rem; }
    .sticky-room .back-room .icon-arrow_room {
      margin-left: 15px;
      transform: rotate(180deg);
      transition: all 0.3s ease 0s; }
    .sticky-room .back-room:hover .icon-arrow_room {
      margin-left: 5px; }
  .sticky-room .icon-arrow_room {
    font-size: 2.4rem; }
  .sticky-room aside a {
    margin: 0 20px;
    display: inline-block;
    font-family: "HaloHandletter";
    position: relative; }
    .sticky-room aside a:after {
      content: '';
      position: absolute;
      bottom: -3px;
      left: 50%;
      width: 0;
      height: 2px;
      background-color: #fff;
      transform: translateX(-50%);
      transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
    .sticky-room aside a:hover:after, .sticky-room aside a.active:after {
      width: 35px; }

.sticky-wrapper {
  z-index: 9; }

.sliderooms .swiper-slide {
  height: 650px;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease 0s; }
  .sliderooms .swiper-slide.horizontal {
    width: 60%; }
  .sliderooms .swiper-slide.vertical {
    width: 40%; }
  @media (max-width: 1079.98px) {
    .sliderooms .swiper-slide {
      height: 550px; } }
  @media (max-width: 991.98px) {
    .sliderooms .swiper-slide {
      height: 450px; } }
  @media (max-width: 767.98px) {
    .sliderooms .swiper-slide {
      height: 350px; } }
  @media (max-width: 575.98px) {
    .sliderooms .swiper-slide {
      height: 300px; } }
  .sliderooms .swiper-slide.swiper-slide-active {
    opacity: 1; }
.sliderooms .swiper-button-next, .sliderooms .swiper-button-prev {
  background: url(../images/right-arrow.svg) center center no-repeat #cde6c6;
  background-size: 60% 60%;
  width: 40px;
  height: 40px;
  transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s; }
  .sliderooms .swiper-button-next:after, .sliderooms .swiper-button-prev:after {
    display: none; }
  .sliderooms .swiper-button-next:hover, .sliderooms .swiper-button-prev:hover {
    border-color: #000; }
.sliderooms .swiper-button-next {
  right: 18%; }
  @media (max-width: 991.98px) {
    .sliderooms .swiper-button-next {
      right: 0; } }
.sliderooms .swiper-button-prev {
  background-image: url(../images/left-arrow.svg);
  left: 18%; }
  @media (max-width: 991.98px) {
    .sliderooms .swiper-button-prev {
      left: 0; } }

.rooms-amenities h2 {
  font-family: "Montserrat", sans-serif;
  background: #000;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  margin-bottom: 30px; }
.rooms-amenities ul {
  color: #000; }
  .rooms-amenities ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
  .rooms-amenities ul i {
    margin-right: 10px;
    font-size: 22px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 575.98px) {
      .rooms-amenities ul i {
        font-size: 20px; } }

.other-rooms {
  background: #eaeaea; }
  .other-rooms h2 {
    color: #000;
    height: 60px;
    margin-bottom: 20px; }
    @media (max-width: 575.98px) {
      .other-rooms h2 {
        font-size: 18px; } }

@keyframes up-down {
  0% {
    top: -3px; }
  30% {
    top: 0px; }
  50% {
    top: 3px; }
  80% {
    top: 0px; }
  100% {
    top: -3px; } }
.slide-arrow .navigation {
  background: #fff;
  width: 38px;
  height: 38px;
  padding: 5px;
  box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 0.6);
  top: 40%; }
  .slide-arrow .navigation:after {
    font-size: 13px;
    color: #000; }
@media screen and (max-width: 1440px) {
  .slide-arrow .swiper-button-next {
    right: 0; } }
@media screen and (max-width: 1440px) {
  .slide-arrow .swiper-button-prev {
    left: 0; } }

.fc-welcome .image-side {
  height: calc(100vh - 120px);
  min-height: 600px;
  padding-right: 0;
  position: relative; }
  @media (max-width: 1079.98px) {
    .fc-welcome .image-side {
      height: 600px;
      min-height: auto; } }
  @media (max-width: 991.98px) {
    .fc-welcome .image-side {
      display: none; } }
  .fc-welcome .image-side:before {
    position: absolute;
    left: 15px;
    top: 0;
    content: "";
    width: calc(100% - 15px);
    height: 100%;
    z-index: 1;
    background: #000; }
    @media (max-width: 991.98px) {
      .fc-welcome .image-side:before {
        display: none; } }
  .fc-welcome .image-side .img-side {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
    position: relative;
    z-index: 2; }
.fc-welcome .content-side {
  padding: 50px 70px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 1079.98px) {
    .fc-welcome .content-side {
      padding: 50px; } }
  @media (max-width: 991.98px) {
    .fc-welcome .content-side {
      padding: 30px 15px 0; } }
  .fc-welcome .content-side .font-h2 {
    font-family: "Montserrat", sans-serif;
    color: #272727;
    font-size: 3.5rem;
    text-transform: capitalize; }
    @media (max-width: 1079.98px) {
      .fc-welcome .content-side .font-h2 {
        font-size: 2.5rem; }
        .fc-welcome .content-side .font-h2 br {
          display: none; } }
    @media (max-width: 575.98px) {
      .fc-welcome .content-side .font-h2 {
        font-size: 2.5rem; } }
  .fc-welcome .content-side .font-welcome {
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 500;
    color: #272727;
    line-height: 1.3; }
    @media (max-width: 575.98px) {
      .fc-welcome .content-side .font-welcome {
        font-size: 1.7rem; } }
.fc-welcome.fc-accor .wrap-tab-img {
  padding-right: 0; }
.fc-welcome.fc-accor .content-side {
  background: #d9c8b8; }

.wrap-slide-facility .slide-facility {
  position: relative; }
  .wrap-slide-facility .slide-facility .cover-sf {
    position: absolute;
    padding: 50px;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    max-width: 500px; }
    @media (max-width: 991.98px) {
      .wrap-slide-facility .slide-facility .cover-sf {
        padding: 25px;
        bottom: auto;
        top: 20px; } }
    .wrap-slide-facility .slide-facility .cover-sf h2 {
      font-size: 4rem;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: .1em;
      margin-bottom: 10px;
      margin-bottom: 30px; }
      @media (max-width: 991.98px) {
        .wrap-slide-facility .slide-facility .cover-sf h2 {
          font-size: 3rem; } }
  .wrap-slide-facility .slide-facility .next-prev-fac {
    display: flex;
    margin-top: 20px; }
    .wrap-slide-facility .slide-facility .next-prev-fac button {
      margin-right: 10px;
      padding: 10px;
      width: 44px;
      height: 44px;
      border-radius: 100%;
      border: 2px white solid; }
      .wrap-slide-facility .slide-facility .next-prev-fac button img {
        width: 100%;
        height: 100%; }
      @media (max-width: 575.98px) {
        .wrap-slide-facility .slide-facility .next-prev-fac button {
          width: 40px;
          height: 40px;
          border-width: 1px; } }
.wrap-slide-facility .swiper-pagination-bullets {
  text-align: left;
  padding-left: 50px; }
.wrap-slide-facility .swiper-slide {
  background-size: cover;
  background-position: 50%;
  min-height: calc(100vh - 120px); }
  @media (max-width: 991.98px) {
    .wrap-slide-facility .swiper-slide {
      min-height: 400px; } }
  .wrap-slide-facility .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .7;
    height: 100%;
    transition: all .3s ease-in-out;
    background: #0004;
    z-index: 0; }
.wrap-slide-facility.wrap-spa-group {
  padding-right: 7.5rem;
  padding-left: 7.5rem; }
  @media (max-width: 575.98px) {
    .wrap-slide-facility.wrap-spa-group {
      padding-left: 0;
      padding-right: 0; } }
  .wrap-slide-facility.wrap-spa-group .btn-detail {
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 1em;
    border: 0;
    padding: 15px 25px;
    width: 100%;
    max-width: 200px;
    text-align: center;
    margin-top: 50px; }
    .wrap-slide-facility.wrap-spa-group .btn-detail:hover {
      background: #000;
      color: #fff; }

@media (max-width: 991.98px) {
  .fc-accor {
    padding-bottom: 0; } }
@media (max-width: 991.98px) {
  .fc-accor-inner {
    margin-bottom: 50px; } }
.fc-accor-inner h3 {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0; }
.fc-accor-inner p {
  margin-top: 20px; }
.fc-accor-inner .fa {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 2px solid #000;
  margin-right: 15px; }
.fc-accor-inner li {
  border-bottom: 1px solid #000;
  padding: 15px 0; }
.fc-accor-inner .show-accor {
  display: none; }

.allpage-intro h1 {
  font-family: "Montserrat", cursive; }

/*contact*/
/*.container-contact{
   width: 100%;
   max-width: 1680px;
   padding-left:30px;
   padding-right:30px;
   @media (max-width: 991.98px){
      padding-left:20px;
      padding-right:20px;
   }
    @media (max-width: 575.98px){
      padding-left:15px;
      padding-right:15px;
    }
}*/
.container-contact {
  background: #f6f6f6;
  padding: 40px 40px; }
  @media (max-width: 991.98px) {
    .container-contact {
      padding: 20px 20px; } }

@media (max-width: 1499.98px) {
  .row-wrap-contact .wrap-contact-form {
    flex: 0 0 55%;
    max-width: 55%; }
  .row-wrap-contact .contact-info {
    flex: 0 0 45%;
    max-width: 45%; } }
@media (max-width: 1349.98px) {
  .row-wrap-contact .wrap-contact-form {
    flex: 0 0 58%;
    max-width: 58%; }
  .row-wrap-contact .contact-info {
    flex: 0 0 42%;
    max-width: 42%; } }
@media (max-width: 1079.98px) {
  .row-wrap-contact .wrap-contact-form {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-wrap-contact .contact-info {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (max-width: 991.98px) {
  .row-wrap-contact .wrap-contact-form {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px; }
  .row-wrap-contact .contact-info {
    flex: 0 0 100%;
    max-width: 100%; }
    .row-wrap-contact .contact-info .contact-tel, .row-wrap-contact .contact-info .map-a-list {
      font-size: .8em; } }

.contact-form {
  background: #fff;
  padding: 50px 30px; }
  @media (max-width: 575.98px) {
    .contact-form {
      padding: 20px; } }
  .contact-form input.form-control, .contact-form select.form-control {
    height: 50px;
    border: 2px solid #D0CCCA;
    border-radius: 0;
    background: none;
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px; }
  .contact-form textarea {
    border: 2px solid #D0CCCA;
    background: none !important;
    height: 200px;
    font-size: 1em;
    padding-left: 20px;
    padding-right: 20px; }
    .contact-form textarea::focus {
      background-color: none !important;
      border-color: none !important; }
  .contact-form .wrap-input {
    position: relative; }
    .contact-form .wrap-input:before {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      font-family: 'icomoon';
      color: #000;
      pointer-events: none;
      font-size: 16px; }
    .contact-form .wrap-input.name::before {
      content: '\e920'; }
    .contact-form .wrap-input.mobile::before {
      content: '\e923'; }
    .contact-form .wrap-input.email::before {
      content: '\e922'; }
    .contact-form .wrap-input.select::before {
      content: '\e92f'; }
    .contact-form .wrap-input label {
      position: absolute;
      left: 20px;
      top: -10px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: .8em;
      background: #fff;
      padding: 2px 10px;
      z-index: 1; }
  .contact-form select {
    -webkit-appearance: none;
    -moz-appearance: none; }
  .contact-form .row-radio {
    margin-bottom: 60px; }
  .contact-form .row-input {
    margin-top: 40px; }
    @media (max-width: 1079.98px) {
      .contact-form .row-input {
        margin-top: 0; }
        .contact-form .row-input .col-xl-6 {
          margin-bottom: 35px; } }
  @media (max-width: 991.98px) {
    .contact-form.member-form .row-input {
      margin-top: 30px; } }
  .contact-form .custom-control {
    margin-bottom: 10px; }
  .contact-form .custom-control-label {
    text-transform: uppercase;
    font-family: "HaloHandletter";
    font-size: .9em;
    position: relative;
    top: 2px; }
  .contact-form .label-radio {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 15px 0; }
  .contact-form .select-restaurant {
    display: none; }

.contact-info {
  padding-left: 60px;
  padding-top: 20px; }
  @media (max-width: 1399.98px) {
    .contact-info {
      padding-left: 40px; } }
  @media (max-width: 991.98px) {
    .contact-info {
      margin-top: 0px;
      padding-left: 15px; } }
  .contact-info > ul > li {
    font-size: 1em;
    margin-bottom: 25px;
    padding-bottom: 30px; }
    @media (max-width: 991.98px) {
      .contact-info > ul > li:last-child {
        margin-bottom: 0px;
        padding-bottom: 10px; } }
    .contact-info > ul > li label {
      color: #000;
      font-size: 2.0rem;
      text-transform: uppercase;
      margin-bottom: 15px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif; }
    .contact-info > ul > li .inner-contact-info .contact-tel {
      display: flex;
      margin-bottom: 5px; }
    .contact-info > ul > li .inner-contact-info span {
      text-transform: capitalize;
      color: #000;
      width: 120px;
      min-width: 120px; }
      @media (max-width: 575.98px) {
        .contact-info > ul > li .inner-contact-info span {
          width: 100px;
          min-width: 100px; } }
    @media (max-width: 575.98px) {
      .contact-info > ul > li .inner-contact-info .val-mail {
        width: 70%; } }
    .contact-info > ul > li .icon-social i {
      font-size: 22px;
      margin-right: 15px; }
  .contact-info .map-a-list li {
    display: flex; }
    .contact-info .map-a-list li .font-med {
      color: #000; }

.container-map {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 40%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none; }

.coverOffer {
  position: absolute;
  bottom: 10px;
  right: 30%;
  z-index: 9;
  width: 750px; }
  @media (max-width: 991.98px) {
    .coverOffer {
      right: 10%; } }
  @media (max-width: 767.98px) {
    .coverOffer {
      right: 0;
      width: 100%;
      position: relative;
      bottom: auto; } }
  .coverOffer h3 {
    font-family: 'Its Marison Brieny';
    text-transform: none;
    margin: 0 20px 5px 20px;
    color: #fff;
    font-size: 5.5rem;
    line-height: 40px;
    text-shadow: 3px 3px 26px #09baf8; }
    @media (max-width: 767.98px) {
      .coverOffer h3 {
        color: #000;
        text-shadow: none;
        padding-top: 30px; } }
  .coverOffer .moresmall {
    font-size: 3.8rem; }

.boxcoveroffer {
  background: #e9ecec;
  padding: 20px;
  border: 15px solid #f8faf9;
  min-height: 292px; }
  .boxcoveroffer .coverofferleft {
    float: left;
    width: 50%;
    padding-right: 10px; }
    .boxcoveroffer .coverofferleft h4 {
      font-size: 40px;
      line-height: 30px;
      position: relative;
      top: -10px; }
    .boxcoveroffer .coverofferleft h5 {
      font-size: 2.0rem;
      line-height: 30px; }
    @media (max-width: 767.98px) {
      .boxcoveroffer .coverofferleft {
        float: none;
        width: 100%;
        padding-right: 0; } }
  .boxcoveroffer .coverofferright {
    float: left;
    width: 50%;
    padding-left: 10px; }
    .boxcoveroffer .coverofferright h6 {
      font-size: 1.4rem;
      text-transform: none;
      position: relative;
      padding: 8px 0;
      cursor: pointer; }
      .boxcoveroffer .coverofferright h6 i {
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 7px; }
    .boxcoveroffer .coverofferright ul {
      margin-bottom: 0; }
    .boxcoveroffer .coverofferright li {
      position: relative;
      padding-left: 15px;
      font-size: 1.3rem; }
      .boxcoveroffer .coverofferright li i {
        position: absolute;
        left: 0;
        color: #ed5432;
        font-size: 14px;
        top: 2px; }
    .boxcoveroffer .coverofferright .collapseshow {
      display: none; }
    .boxcoveroffer .coverofferright .acco-banner {
      border-bottom: 1px solid #ccc; }
      .boxcoveroffer .coverofferright .acco-banner:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
    @media (max-width: 767.98px) {
      .boxcoveroffer .coverofferright {
        float: none;
        width: 100%;
        padding-left: 0; } }

.list-offer {
  font-size: 1.6rem; }
  .list-offer h2 {
    margin: 20px 0 15px; }
  .list-offer li {
    margin-bottom: 30px; }
  .list-offer .period {
    display: inline-block;
    background: #000;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px; }

.offer-box {
  margin-bottom: 3rem; }
  .offer-box:nth-child(2n) .offer-img {
    -webkit-box-ordinal-group: 3;
    order: 2;
    -ms-flex-order: 2; }
  .offer-box:nth-child(2n) .offer-content {
    -webkit-box-ordinal-group: 2;
    order: 1;
    -ms-flex-order: 1; }
  .offer-box .offer-img {
    overflow: hidden;
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .offer-box .offer-content-inner {
    padding: 0px 2rem; }
    .offer-box .offer-content-inner ul {
      padding: 0;
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: .5rem;
      -moz-column-gap: .5rem;
      column-gap: .5rem;
      orphans: 1;
      widows: 1; }
      .offer-box .offer-content-inner ul li {
        display: block;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        position: relative;
        margin-bottom: .25rem;
        padding-right: 20px; }
        .offer-box .offer-content-inner ul li:before {
          content: '•';
          position: absolute;
          left: 3px;
          top: -3px;
          font-size: 20px; }
    .offer-box .offer-content-inner h2 {
      line-height: 1.2;
      margin-bottom: 15px;
      font-size: 2.4rem;
      font-family: "Montserrat", cursive;
      color: #000; }
      @media (max-width: 767.98px) {
        .offer-box .offer-content-inner h2 {
          font-size: 2.2rem; } }
    .offer-box .offer-content-inner h3 {
      margin-bottom: 10px;
      margin-top: 20px;
      font-family: "Montserrat", sans-serif;
      color: #000;
      font-weight: 600;
      line-height: 2.5rem;
      font-size: .9em;
      text-transform: uppercase; }
      .offer-box .offer-content-inner h3 span {
        color: #a7894b;
        font-style: italic;
        font-weight: 700; }
    @media (max-width: 767.98px) {
      .offer-box .offer-content-inner {
        padding: 0px 0rem; } }
  .offer-box .offer-head {
    margin-bottom: 0;
    letter-spacing: .05rem;
    text-transform: uppercase;
    font-size: 1.6rem; }
  .offer-box .offer-price {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #a7894b; }
  .offer-box .pre-txt {
    font-family: DB Soda X, sans-serif;
    font-size: 1.6rem;
    color: #a1967e;
    line-height: .6; }
    .offer-box .pre-txt:before {
      display: block;
      content: '';
      position: absolute;
      width: 1.75rem;
      height: .9rem;
      left: 0;
      background-color: #a1967e; }
      .offer-box .pre-txt:before a {
        font-family: DB Soda X, sans-serif;
        font-size: 1.6rem;
        color: #a1967e;
        line-height: 0.6; }

.offer-box .offer-img img, .offer-box .offer-img piture {
  width: auto;
  height: 100%;
  position: absolute; }

.offer-condition {
  margin-left: 20px; }

.offer-condition li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 0;
  list-style: decimal; }

.theam-row {
  position: relative;
  overflow: hidden; }
  .theam-row .font-welcome {
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-size: 2.2rem;
    font-weight: 500;
    color: #272727;
    line-height: 1.3; }
    @media (max-width: 1079.98px) {
      .theam-row .font-welcome {
        font-size: 1.8rem; } }
  .theam-row .font-h2 {
    color: #272727;
    font-family: "Montserrat", sans-serif;
    font-size: 3rem;
    text-transform: capitalize; }
    @media (max-width: 1079.98px) {
      .theam-row .font-h2 {
        font-size: 2.5rem; } }
  .theam-row:nth-child(2n) .theam-box {
    -ms-flex-order: -1;
    order: -1;
    text-align: right; }
    @media (max-width: 991.98px) {
      .theam-row:nth-child(2n) .theam-box {
        -ms-flex-order: 1;
        order: 1;
        text-align: left; } }
  .theam-row .theam-box-inner {
    padding: 35px 30px; }
  .theam-row .theam-box {
    position: relative;
    z-index: 1;
    padding: 40px; }
    @media (max-width: 991.98px) {
      .theam-row .theam-box {
        padding: 25px 0px; } }
  .theam-row .theam-img {
    position: relative;
    z-index: 1; }
  .theam-row .theam-img-slide {
    overflow: hidden; }
  .theam-row .theam-box .text-rooms-inner p {
    margin-bottom: 0; }

.theam-img-slide {
  position: relative; }
  .theam-img-slide .cover-exper {
    position: absolute;
    padding: 25px;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    max-width: 500px; }
    @media (max-width: 991.98px) {
      .theam-img-slide .cover-exper {
        /*padding: 25px;
        bottom: auto;
        top: 20px;*/
        right: 0px; } }
    .theam-img-slide .cover-exper h2 {
      font-size: 4rem;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      letter-spacing: .3em;
      margin-bottom: 10px;
      margin-bottom: 30px; }
      @media (max-width: 991.98px) {
        .theam-img-slide .cover-exper h2 {
          font-size: 3rem; } }
  .theam-img-slide .next-prev-exper {
    display: flex;
    margin-top: 20px; }
    .theam-img-slide .next-prev-exper button {
      margin-right: 10px;
      padding: 10px;
      width: 44px;
      height: 44px;
      border-radius: 100%;
      border: 2px white solid; }
      .theam-img-slide .next-prev-exper button img {
        width: 100%;
        height: 100%; }
      @media (max-width: 575.98px) {
        .theam-img-slide .next-prev-exper button {
          width: 40px;
          height: 40px;
          border-width: 1px; } }

.filter-gallery {
  background: #f7f7f7;
  text-align: center; }
  .filter-gallery li {
    display: inline-block; }
    .filter-gallery li a {
      display: block;
      padding: 15px 25px;
      text-transform: uppercase;
      font-family: "Montserrat", sans-serif;
      font-weight: 500; }
      .filter-gallery li a.selected {
        background: #000;
        color: #fff; }

.media-box-title {
  font-family: "Montserrat", sans-serif; }

/*# sourceMappingURL=style.css.map */
