@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-Light.woff2") format("woff2"), url("../assets/fonts/Barlow-Light.woff") format("woff"), url("../assets/fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-Bold.woff2") format("woff2"), url("../assets/fonts/Barlow-Bold.woff") format("woff"), url("../assets/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-Regular.woff2") format("woff2"), url("../assets/fonts/Barlow-Regular.woff") format("woff"), url("../assets/fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilda Display";
  src: url("../assets/fonts/GildaDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/GildaDisplay-Regular.woff") format("woff"), url("../assets/fonts/GildaDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-Medium.woff2") format("woff2"), url("../assets/fonts/Barlow-Medium.woff") format("woff"), url("../assets/fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-SemiBold.woff2") format("woff2"), url("../assets/fonts/Barlow-SemiBold.woff") format("woff"), url("../assets/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-Light.woff2") format("woff2"), url("../assets/fonts/Barlow-Light.woff") format("woff"), url("../assets/fonts/Barlow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-Bold.woff2") format("woff2"), url("../assets/fonts/Barlow-Bold.woff") format("woff"), url("../assets/fonts/Barlow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-Regular.woff2") format("woff2"), url("../assets/fonts/Barlow-Regular.woff") format("woff"), url("../assets/fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilda Display";
  src: url("../assets/fonts/GildaDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/GildaDisplay-Regular.woff") format("woff"), url("../assets/fonts/GildaDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-Medium.woff2") format("woff2"), url("../assets/fonts/Barlow-Medium.woff") format("woff"), url("../assets/fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../assets/fonts/Barlow-SemiBold.woff2") format("woff2"), url("../assets/fonts/Barlow-SemiBold.woff") format("woff"), url("../assets/fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}
*::selection {
  background-color: #AA8453;
  color: #ffffff;
}

body {
  color: #000000;
  font-family: "Barlow";
  font-size: 16px;
  line-height: 1.1;
  background-color: #222;
}
body.overflow-hidden {
  overflow: hidden;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #AA8453;
  transition: 350ms ease;
  left: -100%;
}
body.body--hidden::after {
  left: 0;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

img {
  height: auto;
  max-width: 100%;
}

a,
svg,
button,
input,
textarea {
  transition: 350ms ease;
  cursor: pointer;
}

body {
  overflow-x: hidden;
}
body.body--hidden {
  overflow: hidden;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1.125rem;
  display: none;
}
@media (max-width: 767px) {
  .rating {
    grid-gap: 0.75rem;
  }
}
.rating .icon-star {
  color: #AA8453;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .rating .icon-star {
    font-size: 1rem;
  }
}

section {
  padding: 7.5rem 0;
}
@media (max-width: 1440px) {
  section {
    padding: 6rem 0;
  }
}
@media (max-width: 1199px) {
  section {
    padding: 3.5rem 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 1.75rem 0;
  }
}

@media (max-width: 767px) {
  #main,
  #sidebar {
    float: none;
  }
}
.icons {
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
.icons a {
  font-size: 1.875rem;
}
.icons a span {
  transition: 350ms ease;
  font-size: 1.875rem;
}
.icons a:hover span {
  color: #AA8453 !important;
}

.coming-soon--wrapper {
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100dvh;
}
@media (max-width: 1024px) {
  .coming-soon--wrapper {
    padding: 0 1rem;
  }
}
.coming-soon--wrapper h1,
.coming-soon--wrapper p {
  color: #ffffff;
  text-align: center;
}
.coming-soon--wrapper .page-title {
  text-transform: none;
  font-size: 5rem;
  line-height: 6.5rem;
}
@media (max-width: 767px) {
  .coming-soon--wrapper .page-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.coming-soon--wrapper p {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .coming-soon--wrapper p {
    font-size: 1.25rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 350ms ease;
}
.site-header .site-header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .site-header .site-header__logo {
    justify-content: flex-start;
  }
  .site-header .site-header__logo img {
    max-width: 10rem;
  }
}
.site-header.is-sticky {
  top: -61px;
  position: fixed;
  transition: 350ms ease;
}
@media (max-width: 1199px) {
  .site-header.is-sticky {
    top: 0;
  }
}
.site-header.is-sticky .site-header-bottom {
  background-color: rgba(34, 34, 34, 0.75);
  transition: 350ms ease;
  box-shadow: 1px 3px 5px 0px rgba(34, 34, 34, 0.15);
  padding: 1.25rem 0;
}
.site-header.is-sticky .site-header-bottom .right ul li a {
  color: #ffffff;
}
.site-header.is-sticky .site-header-bottom .left {
  max-width: 7.5rem;
}
.site-header.is-sticky .sidebar-wrapper {
  top: 61px;
}
.site-header .container {
  display: flex;
}
.site-header .left {
  margin-right: auto;
  max-width: 15.625rem;
  width: 100%;
  transition: 350ms ease;
}
@media (max-width: 1199px) {
  .site-header .left {
    margin-right: 0;
    text-align: center;
  }
}
.site-header .left a {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .site-header .left a {
    font-size: 1.25rem;
  }
}
.site-header .right {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header .right {
    margin-left: 0;
    flex-direction: column;
    grid-gap: 1rem;
  }
}
.site-header .right a {
  color: #ffffff;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .site-header .right a {
    grid-gap: 0.5rem;
  }
}
.site-header .right a span {
  transition: 350ms ease;
  color: #AA8453;
}
@media (max-width: 1199px) {
  .site-header .right a span {
    color: #ffffff;
  }
}
.site-header-top {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1199px) {
  .site-header-top {
    position: fixed;
    bottom: 0;
    left: -100%;
    background-color: #AA8453;
    width: 100%;
    transition: 350ms ease;
  }
  .site-header-top .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-header-top .left {
    margin-bottom: 1rem;
    justify-content: center;
  }
}
.site-header-top .left {
  display: flex;
  align-items: center;
}
.site-header-top .left a {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}
.site-header-top .left a:last-of-type {
  margin-right: 0;
}
.site-header-top .left a:hover span {
  color: #AA8453;
}
.site-header-top .left a span {
  transition: 350ms ease;
}
.site-header-top .left a .icon-fb {
  font-size: 0.8rem;
}
.site-header-top .right {
  display: flex;
  grid-gap: 4rem;
}
@media (max-width: 1199px) {
  .site-header-top .right {
    grid-gap: 1rem;
  }
}
.site-header-top .right span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.site-header-top .right a:hover {
  color: #AA8453;
}
.site-header-top .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin-left: 1.5rem;
}
.site-header-top .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  margin: 0;
  padding: 0;
}
.site-header-top .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal .wpml-ls-link {
  padding: 0;
  margin: 0 0.25rem;
}
.site-header-bottom {
  padding: 2.5rem 0;
  transition: 350ms ease;
  background-color: transparent;
  position: relative;
}
@media (max-width: 1199px) {
  .site-header-bottom {
    padding: 1.25rem 0;
  }
}
@media (max-width: 1199px) {
  .site-header-bottom .right {
    justify-content: center;
  }
}
.site-header-bottom .right ul {
  padding-left: 0;
  margin-left: 0;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
}
@media (max-width: 1199px) {
  .site-header-bottom .right ul {
    position: fixed;
    left: -50%;
    transform: translateX(-50%);
    top: 4.75rem;
    background-color: #AA8453;
    width: 100%;
    flex-direction: column;
    align-items: center;
    transition: 350ms ease;
  }
}
.site-header-bottom .right ul li {
  list-style: none;
}
.site-header-bottom .right ul li a {
  text-transform: uppercase;
  font-family: "Barlow";
}
@media (max-width: 1199px) {
  .site-header-bottom .right ul li a {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .site-header-bottom .container {
    justify-content: space-between;
  }
}
.site-header .hamburger {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-left: 1.5rem;
}
.site-header .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #AA8453;
  transition: 350ms ease;
  border-radius: 1.5rem;
}
.site-header .hamburger span:nth-child(2) {
  width: 75%;
}
.site-header .hamburger:hover span {
  width: 75%;
}
.site-header .hamburger:hover span:nth-child(2) {
  width: 100%;
}
@media (max-width: 1199px) {
  .site-header .hamburger {
    align-items: center;
    height: 1.125rem;
  }
  .site-header .hamburger span {
    width: 50%;
  }
  .site-header .hamburger span:nth-child(2) {
    width: 100%;
  }
}
.site-header--open .site-header-bottom .right ul {
  left: 50%;
}
.site-header--open .site-header-top {
  left: 0;
}
.site-header--open .hamburger span {
  background-color: #ffffff;
  width: 100%;
  position: relative;
}
.site-header--open .hamburger span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.site-header--open .hamburger span:nth-child(1) {
  transform: rotate(45deg);
  top: 0.5rem;
}
.site-header--open .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  top: -0.5rem;
}

.sidebar-wrapper {
  position: absolute;
  top: 0;
  right: -100%;
  transition: 350ms ease;
  background-color: #ffffff;
  padding: 3.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  width: 23.75rem;
  z-index: 200;
}
.sidebar-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  right: -100%;
  max-width: calc(100% - 23.75rem);
  width: 100%;
  background-color: rgba(34, 34, 34, 0.75);
  z-index: 100;
  transition: 350ms ease;
  height: 100dvh;
}
@media (max-width: 1199px) {
  .sidebar-wrapper {
    display: none;
  }
}
.sidebar-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.sidebar-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
  margin: 0 0 1.5rem;
}
.sidebar-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal .wpml-ls-link {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.sidebar-wrapper.open {
  right: 0;
}
@media (max-width: 1199px) {
  .sidebar-wrapper.open {
    display: none;
  }
}
.sidebar-wrapper.open::before {
  right: 23.75rem;
}
.sidebar-wrapper img {
  display: block;
  margin: 0 0 4.375rem;
}
.sidebar-wrapper .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 350ms ease;
}
.sidebar-wrapper .close:hover {
  background-color: #AA8453;
}
.sidebar-wrapper .close:hover span {
  background-color: #ffffff;
}
.sidebar-wrapper .close span {
  width: 1rem;
  height: 0.25rem;
  background-color: #222;
  transition: 350ms ease;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 1.5rem;
}
.sidebar-wrapper .close span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.sidebar-wrapper h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Gilda Display";
  color: #222;
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #777;
}
.sidebar-wrapper p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222;
}
.sidebar-wrapper .social {
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}
.sidebar-wrapper .social a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sidebar-wrapper .social a:hover {
  background-color: #AA8453;
}
.sidebar-wrapper .social a span {
  color: #ffffff;
  transition: 350ms ease;
  font-size: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sidebar-wrapper .btn-main {
  margin: 2.75rem 0;
}
.sidebar-wrapper-content-bottom a {
  display: flex;
  align-items: flex-start;
  grid-gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222;
  margin: 0 0 1.125rem;
}
.sidebar-wrapper-content-bottom a:hover {
  color: #AA8453;
}

.site-footer {
  background-color: #121212;
}
.site-footer ul {
  padding-left: 0;
  margin: 0;
}
.site-footer ul li {
  list-style-type: none;
}
.site-footer .footer-bottom {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
@media (max-width: 1199px) {
  .site-footer .footer-bottom {
    padding: 1.5rem 0;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-bottom {
    padding: 1rem 0;
  }
}
.site-footer .footer-bottom p {
  margin: 0;
  padding: 0;
  color: #ccc;
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom p {
    font-size: 0.875rem;
    line-height: 1rem;
  }
}
.site-footer .footer-top {
  padding: 7.125rem 0 5.5rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .site-footer .footer-top {
    flex-direction: column;
    padding: 3.5rem 0;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top {
    padding: 1.75rem 0 6rem;
    position: relative;
  }
}
.site-footer .footer-top-left {
  max-width: 22.5rem;
  width: 100%;
  margin-right: 8.125rem;
}
@media (max-width: 1199px) {
  .site-footer .footer-top-left {
    max-width: 100%;
    margin-right: 0;
  }
}
.site-footer .footer-top-left p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #ccc;
}
.site-footer .footer-top-right {
  max-width: calc(100% - 22.5rem);
  width: 100%;
  display: flex;
  grid-gap: 5rem;
}
@media (max-width: 1199px) {
  .site-footer .footer-top-right {
    max-width: 100%;
    justify-content: space-between;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top-right {
    flex-direction: column;
    grid-gap: 1.5rem;
  }
}
.site-footer .footer-top-right ul li a {
  font-size: 1.125rem;
  line-height: 2.5rem;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .site-footer .footer-top .social {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top .social {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
.site-footer .footer-top .social ul {
  display: flex;
  grid-gap: 1rem;
}
@media (max-width: 767px) {
  .site-footer .footer-top .social ul {
    justify-content: center;
  }
}
.site-footer .footer-top .social ul li a {
  color: #ffffff;
  font-size: 1.5rem;
}
.site-footer .footer-top h5 {
  font-family: "Gilda Display";
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffffff;
  margin: 0 0 2.375rem;
}
@media (max-width: 1199px) {
  .site-footer .footer-top h5 {
    margin: 0 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-top h5 {
    margin: 0 0 0.75rem;
  }
}
.site-footer .footer-top .contact-box a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #ffffff;
  margin-bottom: 0.75rem;
  display: block;
}
.site-footer .footer-top .contact-box.address a {
  margin-bottom: 2rem;
}
.site-footer a:hover {
  color: #AA8453 !important;
}

.error404 .site-header,
.error404 .site-footer {
  display: none;
}
.error404 .error-block {
  height: 100dvh;
}
.error404 .error-block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
}
.error404 .error-block .container {
  height: 100%;
}
.error404 .error-block .page-title {
  font-size: 11rem;
  font-family: "Gilda Display";
  color: #AA8453;
  font-weight: 300;
  margin: 0 0 4rem;
}
.error404 .error-block p.big {
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Gilda Display";
  color: #222;
  margin: 0 0 1.75rem;
}
.error404 .error-block p.small {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #777;
  margin: 0 0 2rem;
}

@font-face {
  font-family: "font-icons";
  src: url("../assets/fonts/font-icons/font-icons.woff2") format("woff2"), url("../assets/fonts/font-icons/font-icons.woff") format("woff"), url("../assets/fonts/font-icons/font-icons.ttf") format("truetype");
}
.icon-zoom:before, .icon-youtube:before, .icon-wifi-solid:before, .icon-whatsapp:before, .icon-viber:before, .icon-users:before, .icon-user:before, .icon-twitter:before, .icon-tv-solid:before, .icon-star:before, .icon-snowflake-solid:before, .icon-quote:before, .icon-play:before, .icon-pin:before, .icon-phone:before, .icon-map:before, .icon-linkedin:before, .icon-link:before, .icon-instagram:before, .icon-fb:before, .icon-envelope:before, .icon-clock:before, .icon-checked:before, .icon-calendar:before, .icon-beer-mug-empty-solid:before, .icon-bath-solid:before, .icon-arrow-right:before, .icon-arrow-left:before {
  font-family: "font-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-display: swap;
}

.icon-arrow-left:before {
  content: "\e001";
}

.icon-arrow-right:before {
  content: "\e002";
}

.icon-bath-solid:before {
  content: "\e003";
}

.icon-beer-mug-empty-solid:before {
  content: "\e004";
}

.icon-calendar:before {
  content: "\e005";
}

.icon-checked:before {
  content: "\e006";
}

.icon-clock:before {
  content: "\e007";
}

.icon-envelope:before {
  content: "\e008";
}

.icon-fb:before {
  content: "\e009";
}

.icon-instagram:before {
  content: "\e00a";
}

.icon-link:before {
  content: "\e00b";
}

.icon-linkedin:before {
  content: "\e00c";
}

.icon-map:before {
  content: "\e00d";
}

.icon-phone:before {
  content: "\e00e";
}

.icon-pin:before {
  content: "\e00f";
}

.icon-play:before {
  content: "\e010";
}

.icon-quote:before {
  content: "\e011";
}

.icon-snowflake-solid:before {
  content: "\e012";
}

.icon-star:before {
  content: "\e013";
}

.icon-tv-solid:before {
  content: "\e014";
}

.icon-twitter:before {
  content: "\e015";
}

.icon-user:before {
  content: "\e016";
}

.icon-users:before {
  content: "\e017";
}

.icon-viber:before {
  content: "\e018";
}

.icon-whatsapp:before {
  content: "\e019";
}

.icon-wifi-solid:before {
  content: "\e01a";
}

.icon-youtube:before {
  content: "\e01b";
}

.icon-zoom:before {
  content: "\e01c";
}

.section-title-box {
  text-align: center;
}
.section-title-box span {
  position: relative;
  font-family: "Barlow";
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .section-title-box span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .section-title-box span {
    font-size: 0.875rem;
  }
}
.section-title-box span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: -50px;
  width: 37px;
  height: 10px;
  background-image: url("../assets/images/decoration.png");
}
@media (max-width: 767px) {
  .section-title-box span::after {
    top: 4px;
  }
}
.section-title-box span::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 5px;
  width: 37px;
  height: 10px;
  background-image: url("../assets/images/decoration.png");
}
@media (max-width: 767px) {
  .section-title-box span::before {
    top: 4px;
  }
}
.section-title-box .section-title {
  font-size: 3.125rem;
  font-family: "Gilda Display";
  font-weight: 300;
}
@media (max-width: 767px) {
  .section-title-box .section-title {
    font-size: 1.75rem;
  }
}
.section-title-box.left {
  text-align: left;
}
.section-title-box.left span::after {
  display: none;
}

.page-title {
  font-family: "Gilda Display";
  font-size: 6.875rem;
  line-height: 6.875rem;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 1439px) {
  .page-title {
    font-size: 5rem;
    line-height: 5rem;
  }
}
@media (max-width: 1366px) {
  .page-title {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 1199px) {
  .page-title {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 767px) {
  .page-title {
    font-size: 2rem;
    line-height: 2rem;
  }
}

[data-inviewport=fade-in] {
  transform: scale(1.1);
  opacity: 0.1;
  transition: 1s ease;
}

[data-inviewport=fade-in].in-viewport {
  opacity: 1;
  transform: scale(1);
}

[data-inviewport=fade-up] {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease 0.1s;
}

[data-inviewport=fade-up].in-viewport {
  opacity: 1;
  transform: none;
}

.image-wrapper-before {
  position: relative;
  display: inline-flex;
  z-index: 1;
}
.image-wrapper-before.in-viewport::before {
  opacity: 1;
  transform: translate(-35px, 35px);
}
@media (max-width: 991px) {
  .image-wrapper-before.in-viewport::before {
    transform: translate(5px, 10px);
  }
}
.image-wrapper-before::before {
  z-index: -1;
  position: absolute;
  content: "";
  background-color: #AA8453;
  inset: 0;
  opacity: 0;
  transition: 1s ease 0.4s;
}

.image-wrapper {
  display: inline-flex;
  overflow: hidden;
}

.btn-main {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Barlow";
  text-transform: uppercase;
  background-color: #AA8453;
  padding: 1.5rem 2.5rem;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
}
.btn-main:hover {
  background-color: #222;
}
.btn-main.dark {
  background-color: #222;
}
.btn-main.dark:hover {
  background-color: #AA8453;
}

.btn-small {
  border: 1px solid #ffffff;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 2px;
  background-color: transparent;
}
.btn-small:hover {
  background-color: #AA8453;
  border-color: #AA8453;
}

.hero {
  height: 100dvh;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.hero img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero .page-title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 75%;
}

.three-column {
  position: relative;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .three-column {
    margin: 0;
  }
}
.three-column-inner {
  display: flex;
  grid-gap: 2rem;
}
@media (max-width: 767px) {
  .three-column-inner {
    flex-wrap: wrap;
  }
}
.three-column-box {
  height: 23.75rem;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .three-column-box {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.three-column-box a {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.three-column-box a:hover img {
  transform: scale(1.05);
}
.three-column-box a:hover h3 {
  background-color: #AA8453;
  color: #ffffff;
}
.three-column-box img {
  transform: scale(1);
  transition: 350ms ease;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.three-column-box h3 {
  font-family: "Gilda Display";
  font-size: 1.5rem;
  line-height: 2rem;
  color: #222;
  padding: 1.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 2.25rem;
  left: 0;
  transition: 350ms ease;
}
@media (max-width: 1199px) {
  .three-column-box h3 {
    padding: 1.25rem 1.5rem;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .three-column-box h3 {
    padding: 0.75rem 1rem;
    font-size: 1.125rem;
    bottom: 1.25rem;
    line-height: 1.5rem;
  }
}

.text-image {
  background-color: #ffffff;
}
.text-image-inner {
  display: flex;
  grid-gap: 4.75rem;
}
@media (max-width: 1199px) {
  .text-image-inner {
    flex-direction: column;
  }
}
.text-image-left, .text-image-right {
  width: 100%;
}
.text-image-left p, .text-image-right p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #AA8453;
}
@media (max-width: 1199px) {
  .text-image-left p, .text-image-right p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.text-image-left h3, .text-image-right h3 {
  font-size: 1.25rem;
  font-family: "Gilda Display";
  line-height: 1.75rem;
}
@media (max-width: 767px) {
  .text-image-left h3, .text-image-right h3 {
    font-size: 1.125rem;
  }
}
.text-image-left ul, .text-image-right ul {
  padding-left: 0;
  margin-bottom: 3rem;
}
.text-image-left ul li, .text-image-right ul li {
  font-size: 1rem;
  line-height: 1.75rem;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .text-image-left ul li, .text-image-right ul li {
    align-items: flex-start;
  }
}
.text-image-left ul li .icon-checked, .text-image-right ul li .icon-checked {
  color: #AA8453;
  margin-right: 0.25rem;
  position: relative;
  top: 8px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .text-image-left ul li .icon-checked, .text-image-right ul li .icon-checked {
    top: 7px;
  }
}
.text-image-left .icon-box-inner, .text-image-right .icon-box-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .text-image-left .icon-box-inner, .text-image-right .icon-box-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .text-image-left .icon-box-inner, .text-image-right .icon-box-inner {
    flex-direction: column;
  }
}
.text-image-left .icon-box-inner .icon-box, .text-image-right .icon-box-inner .icon-box {
  display: flex;
  align-items: center;
  grid-gap: 0.75rem;
}
.text-image-left .icon-box-inner .icon-box img, .text-image-right .icon-box-inner .icon-box img {
  max-width: 2rem;
  width: 100%;
}
.text-image-right {
  position: relative;
}
.text-image-right::after {
  content: "";
  position: absolute;
  width: 25rem;
  height: 21.25rem;
  border: 1px solid #AA8453;
  left: 7rem;
  top: 10rem;
  z-index: 1;
}
@media (max-width: 1199px) {
  .text-image-right::after {
    display: none;
  }
}
.text-image-right .img-wrapper {
  position: absolute;
  height: 21.25rem;
  width: 21.25rem;
  top: 0;
  right: 0;
  z-index: 5;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .text-image-right .img-wrapper {
    position: relative;
  }
}
@media (max-width: 767px) {
  .text-image-right .img-wrapper {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    border: none;
  }
}
.text-image-right .img-wrapper:first-of-type {
  width: 25.625rem;
  left: 0;
  top: 24rem;
  right: auto;
}
@media (max-width: 1199px) {
  .text-image-right .img-wrapper:first-of-type {
    top: 0;
  }
}
@media (max-width: 767px) {
  .text-image-right .img-wrapper:first-of-type {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
.text-image-right .img-wrapper img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.text-image-right .img-wrapper .display-img-from-left {
  position: absolute;
  left: 0;
  top: 0;
  right: 100%;
  height: 100%;
  border: 0.625rem solid #F5F5F5;
}
.text-image-right .img-wrapper .display-img-from-right {
  right: 0;
  top: 0;
  left: 100%;
  height: 100%;
  position: absolute;
  border: 0.625rem solid #F5F5F5;
}
.text-image-inverse .text-image-inner {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .text-image-inverse .text-image-inner {
    flex-direction: column;
  }
}
.text-image-inverse .text-image-right .img-wrapper:first-of-type {
  left: auto;
  right: 0;
}
.text-image-inverse .text-image-right .img-wrapper:last-of-type {
  right: auto;
  left: 0;
}

.three-column-rooms {
  background-color: #F8F5F0;
  position: relative;
  padding-bottom: 7rem;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .three-column-rooms {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
  }
}
.three-column-rooms-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.25rem;
}
@media (max-width: 1024px) {
  .three-column-rooms-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .three-column-rooms-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.three-column-rooms .three-column-room-box {
  max-width: 100%;
  width: 100%;
}
.three-column-rooms .three-column-room-box .top {
  position: relative;
}
.three-column-rooms .three-column-room-box .top a {
  overflow: hidden;
  position: relative;
  display: block;
  height: 16.25rem;
}
.three-column-rooms .three-column-room-box .top a:hover img {
  transform: scale(1.05);
}
.three-column-rooms .three-column-room-box .top img {
  transition: 350ms ease;
  transform: scale(1);
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
}
.three-column-rooms .three-column-room-box .bottom {
  background-color: #ffffff;
  padding: 3rem 2rem;
}
@media (max-width: 1024px) {
  .three-column-rooms .three-column-room-box .bottom {
    padding: 2rem 1rem;
  }
}
@media (max-width: 767px) {
  .three-column-rooms .three-column-room-box .bottom {
    padding: 1rem;
  }
}
.three-column-rooms .three-column-room-box .bottom a {
  color: #222;
  width: fit-content;
  display: block;
  margin-bottom: 1.5rem;
}
.three-column-rooms .three-column-room-box .bottom a h3 {
  font-family: "Gilda Display";
}
.three-column-rooms .three-column-room-box .bottom a:hover {
  color: #AA8453;
}
.three-column-rooms .three-column-room-box .bottom > span {
  width: 100%;
  display: block;
  padding-bottom: 1.25rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #F5F5F5;
  color: #AA8453;
}
.three-column-rooms .three-column-room-box .room-facility {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.three-column-rooms .three-column-room-box .room-facility .half {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.25rem;
  grid-gap: 0.75rem;
}
.three-column-rooms .three-column-room-box .room-facility .half span {
  font-size: 0.875rem;
}
.three-column-rooms .search-reservation-box {
  position: absolute;
  bottom: -11rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2.5rem);
  background-color: #D9D9D9;
}
@media (max-width: 767px) {
  .three-column-rooms .search-reservation-box {
    position: relative;
    bottom: 0;
    margin: 1.5rem auto 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
}
.three-column-rooms .search-reservation-box .wrap.plugin-container {
  min-height: fit-content;
  height: 100%;
  padding-top: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .three-column-rooms .search-reservation-box .wrap.plugin-container {
    padding: 0;
  }
}
.three-column-rooms .search-reservation-box .vbdivsearch {
  background-color: transparent;
}
@media (max-width: 767px) {
  .three-column-rooms .search-reservation-box .vbdivsearch .vbo-search-num-aduchild-entry {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .three-column-rooms .search-reservation-box .vbdivsearch .vbo-search-num-adults-entry {
    margin-right: 0;
  }
}
.three-column-rooms .container {
  position: relative;
}

.slider-block {
  background-color: #F8F5F0;
  background-image: url("../assets/images/blocks/slider-background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 7.75rem;
}
@media (max-width: 1199px) {
  .slider-block {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .slider-block {
    padding-bottom: 3.25rem;
  }
}
.slider-block-inner {
  overflow: hidden;
}
.slider-block-inner .slick-track {
  display: flex;
}
.slider-block-inner .slick-track .slick-slide {
  position: relative;
  padding: 8rem 0 0;
  cursor: grab;
}
.slider-block-inner .slick-track p {
  text-align: center;
  font-family: "Barlow";
  margin: 0;
}
.slider-block-inner .slick-track p:first-of-type {
  font-size: 1.75rem;
  line-height: 3rem;
  color: #777;
  font-weight: 300;
  max-width: 95%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .slider-block-inner .slick-track p:first-of-type {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .slider-block-inner .slick-track p:first-of-type {
    max-width: 100%;
  }
}
.slider-block-inner .slick-track p:last-of-type {
  font-size: 0.938rem;
  line-height: 1.5rem;
  color: #777;
}
@media (max-width: 1199px) {
  .slider-block-inner .slick-track p:last-of-type {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.slider-block-inner .slick-track h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #222;
  text-align: center;
  font-family: "Gilda Display";
  margin: 2rem 0 1.5rem;
}
@media (max-width: 1199px) {
  .slider-block-inner .slick-track h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.slider-block-inner .slick-track .big-quote {
  text-align: center;
  font-size: 10rem;
  font-family: "Gilda Display";
  display: block;
  color: rgba(170, 132, 83, 0.5);
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .slider-block-inner .slick-track .big-quote {
    font-size: 7.5rem;
  }
}
@media (max-width: 767px) {
  .slider-block-inner .slick-track .big-quote {
    font-size: 5rem;
    top: 2rem;
  }
}
.slider-block-inner .slick-dots {
  display: flex;
  align-items: center;
  padding-left: 0;
  justify-content: center;
}
.slider-block-inner .slick-dots li {
  list-style: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  background-color: rgba(170, 132, 83, 0.5);
  transition: 350ms ease;
  cursor: pointer;
}
.slider-block-inner .slick-dots li.slick-active {
  background-color: #aa8453;
}
.slider-block-inner .slick-dots button {
  font-size: 0;
  padding: 0;
  border: none;
}

.video-block {
  position: relative;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .video-block {
    height: auto;
    width: 100%;
  }
}
.video-block .play-box {
  position: relative;
  z-index: 10;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
@media (max-width: 1439px) {
  .video-block .play-box {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .video-block .play-box {
    width: 5rem;
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .video-block .play-box {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.video-block .play-box::after {
  content: "";
  position: absolute;
  animation: pulse 1.25s ease-out infinite;
  inset: 0;
  z-index: 25;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: 350ms ease;
}
.video-block .play-box:hover::after {
  background-color: rgba(170, 132, 83, 0.5);
}
.video-block .play-box span {
  font-size: 1.5rem;
  color: #222;
  position: relative;
  z-index: 50;
}
@media (max-width: 1024px) {
  .video-block .play-box span {
    font-size: 1rem;
  }
}
.video-block img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.video-block-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  inset: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: 350ms ease;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .video-block-popup {
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.video-block-popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .video-block-popup-inner {
    max-width: calc(100% - 2rem);
    aspect-ratio: 9/5;
    width: 100%;
    height: auto;
  }
}
.video-block-popup-inner video {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-block-popup-inner .close {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 2rem;
  height: 2rem;
  display: none;
}
.video-block-popup-inner .close span {
  width: 100%;
  height: 0.25rem;
  display: block;
  transition: 350ms ease;
  transform: rotate(45deg);
  background-color: #ffffff;
  position: relative;
  top: 0.75rem;
  left: 0;
  cursor: pointer;
}
.video-block-popup-inner .close span:last-of-type {
  transform: rotate(-45deg);
  top: 0.5rem;
}
.video-block-popup-inner .close:hover span {
  background-color: #AA8453;
}

@keyframes pulse {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.contact-form-block {
  background-image: url("../assets/images/blocks/bg-5.jpg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-color: #ffffff;
  padding: 5rem 0;
}
@media (max-width: 1199px) {
  .contact-form-block {
    background-image: none;
    padding: 3.5rem 0;
  }
}
.contact-form-block-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact-form-block-inner {
    flex-direction: column;
    grid-gap: 1.25rem;
  }
}
.contact-form-block-left {
  max-width: 35%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.75rem;
  padding-left: 3.125rem;
}
@media (max-width: 991px) {
  .contact-form-block-left {
    max-width: 65%;
    padding-left: 1.75rem;
  }
}
@media (max-width: 767px) {
  .contact-form-block-left {
    max-width: 100%;
  }
}
.contact-form-block-left span {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Gilda Display";
  color: #ffffff;
}
.contact-form-block-left a {
  width: fit-content;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-family: "Gilda Display";
  color: #ffffff;
  font-weight: bold;
}
.contact-form-block-left a:hover {
  color: #AA8453;
}
.contact-form-block-left img:first-of-type {
  max-width: 3.125rem;
}
.contact-form-block-left img:last-of-type {
  max-width: 5.625rem;
}
.contact-form-block-left::after {
  content: "";
  position: absolute;
  inset: 0;
  max-width: calc(100% - 1.25rem);
  max-height: calc(100% - 1.25rem);
  width: 100%;
  height: 100%;
  border: 1px solid #777;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.contact-form-block-right {
  max-width: 65%;
  width: 100%;
  padding: 5.25rem;
  background-color: #ffffff;
  box-shadow: -1px -1px 10px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .contact-form-block-right {
    padding: 1.5rem 1.5rem 3.5rem;
  }
}
@media (max-width: 767px) {
  .contact-form-block-right {
    max-width: 100%;
  }
}
.contact-form-block-right span {
  color: #AA8453;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Gilda Display";
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .contact-form-block-right span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.contact-form-block-right h2 {
  font-size: 3rem;
  line-height: 3.875rem;
  font-family: "Gilda Display";
  margin: 0 0 3rem;
  font-weight: 300;
}
@media (max-width: 1439px) {
  .contact-form-block-right h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 2.5rem;
  }
}
@media (max-width: 767px) {
  .contact-form-block-right h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 0 0 1.25rem;
  }
}
.contact-form-block .contact-form-box {
  display: flex;
  grid-gap: 1.25rem;
  flex-wrap: wrap;
}
.contact-form-block .contact-form-box .half {
  max-width: calc(50% - 0.625rem);
  width: 100%;
  background-color: #D9D9D9;
  height: 3.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact-form-block .contact-form-box .half {
    max-width: 100%;
  }
}
.contact-form-block .contact-form-box .half input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
.contact-form-block .contact-form-box .half input:focus {
  outline: none;
}
.contact-form-block .contact-form-box .full {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.contact-form-block .contact-form-box .full.submit {
  position: relative;
}
.contact-form-block .contact-form-box .full.submit [type=submit] {
  width: 100%;
  height: 100%;
  background-color: #AA8453;
  border: none;
  padding: 1.5rem;
  text-align: center;
  color: #ffffff;
  font-family: "Barlow";
  font-weight: 600;
  text-transform: uppercase;
}
.contact-form-block .contact-form-box .full.submit [type=submit]:hover {
  background-color: #222;
}
.contact-form-block .contact-form-box .full.submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-form-block .contact-form-box .full textarea {
  width: 100%;
  height: 6.25rem;
  resize: none;
  padding: 1rem;
}
.contact-form-block .contact-form-box .full textarea:focus {
  outline: none;
}
.contact-form-block .contact-form-box p {
  margin: 0;
}
.contact-form-block .contact-form-box .wpcf7-form-control-wrap {
  display: block;
  height: 100%;
}
.contact-form-block .contact-form-box .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #8B3A3A;
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 100%;
  font-family: "Barlow";
}
.contact-form-block.inverse {
  background-image: none;
}
.contact-form-block.inverse .contact-form-block-inner {
  flex-direction: row-reverse;
  grid-gap: 4.375rem;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-block-inner {
    flex-direction: column;
    grid-gap: 1.25rem;
  }
}
.contact-form-block.inverse .contact-form-block-right {
  box-shadow: none;
  padding: 0;
  max-width: 55%;
}
.contact-form-block.inverse .contact-form-block-right span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #ccc;
  text-transform: uppercase;
  font-family: "Barlow";
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-block-right span {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-block-right {
    max-width: 100%;
  }
}
.contact-form-block.inverse .contact-form-block-right textarea {
  height: 9.25rem;
}
.contact-form-block.inverse .contact-form-block-right .full.submit input {
  width: fit-content;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.contact-form-block.inverse .contact-form-block-left {
  background-color: transparent;
  max-width: 45%;
  padding: 0;
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-block-left {
    max-width: 100%;
  }
}
.contact-form-block.inverse .contact-form-block-left::after {
  display: none;
}
.contact-form-block.inverse .contact-form-block-left span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #ccc;
  text-transform: uppercase;
  font-family: "Barlow";
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-block-left span {
    font-size: 1rem;
  }
}
.contact-form-block.inverse .contact-form-block-left h2 {
  font-family: "Gilda Display";
  font-size: 3.125rem;
  line-height: 3.125rem;
  color: #222;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1439px) {
  .contact-form-block.inverse .contact-form-block-left h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-block-left h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.contact-form-block.inverse .contact-form-block-left p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #777;
  margin: 3rem 0;
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-block-left p {
    margin: 2rem 0;
  }
}
@media (max-width: 767px) {
  .contact-form-block.inverse .contact-form-block-left p {
    margin: 1.25rem 0;
  }
}
.contact-form-block.inverse .contact-form-data {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-data {
    margin-bottom: 1.25rem;
  }
}
.contact-form-block.inverse .contact-form-data:last-of-type {
  margin-bottom: 0;
}
.contact-form-block.inverse .contact-form-data .left {
  width: 5rem;
  height: 5rem;
  background-color: #AA8453;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-data .left {
    width: 3rem;
    height: 3rem;
    margin-right: 1.25rem;
  }
}
.contact-form-block.inverse .contact-form-data .left span {
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-data .left span {
    font-size: 1.125rem;
  }
}
.contact-form-block.inverse .contact-form-data .right {
  max-width: calc(100% - 6.5rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-data .right {
    max-width: calc(100% - 4.25rem);
  }
}
.contact-form-block.inverse .contact-form-data .right span {
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #222;
  font-family: "Gilda Display";
  text-transform: none;
}
@media (max-width: 991px) {
  .contact-form-block.inverse .contact-form-data .right span {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.contact-form-block.inverse .contact-form-data .right a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #777;
}
.contact-form-block.inverse .contact-form-data .right a:hover {
  color: #AA8453;
}
.contact-form-block .wpcf7-form {
  position: relative;
}
.contact-form-block .wpcf7-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Barlow";
  position: absolute;
  left: 0;
  bottom: -3rem;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form-block .wpcf7-form .wpcf7-response-output {
    font-size: 0.75rem;
    bottom: -3.5rem;
  }
}
.contact-form-block .wpcf7-form.invalid .wpcf7-response-output {
  transition: 350ms ease;
  border-color: #8B3A3A;
}

.hero-small {
  height: 31.25rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero-small {
    height: 50dvh;
  }
}
.hero-small img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-small .hero-title-box {
  position: relative;
  z-index: 10;
}
.hero-small .hero-title-box .page-title {
  font-size: 3.75rem;
  line-height: 5rem;
  color: #ffffff;
  font-family: "Gilda Display";
  font-weight: 300;
}
@media (max-width: 1439px) {
  .hero-small .hero-title-box .page-title {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 1199px) {
  .hero-small .hero-title-box .page-title {
    font-size: 2.5rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 767px) {
  .hero-small .hero-title-box .page-title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.two-column {
  background-color: #ffffff;
}
.two-column-inner {
  display: flex;
  flex-direction: column;
}
.two-column-inner-wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .two-column-inner-wrapper {
    flex-direction: column;
  }
}
.two-column-inner-wrapper:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .two-column-inner-wrapper:nth-child(even) {
    flex-direction: column;
  }
}
.two-column-box {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .two-column-box {
    max-width: 100%;
  }
}
.two-column-box.content {
  background-color: #F8F5F0;
  padding: 3.75rem 6.875rem;
  text-align: center;
}
@media (max-width: 1439px) {
  .two-column-box.content {
    padding: 3rem 6rem;
  }
}
@media (max-width: 1366px) {
  .two-column-box.content {
    padding: 2.75rem 5.5rem;
  }
}
@media (max-width: 1199px) {
  .two-column-box.content {
    padding: 2.75rem 4rem;
  }
}
@media (max-width: 991px) {
  .two-column-box.content {
    padding: 2.25rem 2.75rem;
  }
}
@media (max-width: 767px) {
  .two-column-box.content {
    padding: 1.5rem;
  }
}
.two-column-box.content span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .two-column-box.content span {
    font-size: 0.75rem;
  }
}
.two-column-box.content span::before {
  content: "";
  background-image: url("../assets/images/decoration.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 2rem;
  height: 0.75rem;
  margin-right: 1rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .two-column-box.content span::before {
    display: none;
  }
}
.two-column-box.content h3 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-family: "Gilda Display";
  font-weight: 300;
  padding-bottom: 3.125rem;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 1439px) {
  .two-column-box.content h3 {
    padding-bottom: 3rem;
    margin-bottom: 2.5rem;
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
@media (max-width: 1199px) {
  .two-column-box.content h3 {
    padding-bottom: 2.25rem;
    margin-bottom: 1.75rem;
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media (max-width: 767px) {
  .two-column-box.content h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
}
.two-column-box.content p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #777;
}
.two-column-box.image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.two-column-box.image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.three-column-slider {
  padding-bottom: 7.5rem;
  background-color: #ffffff;
}
@media (max-width: 1439px) {
  .three-column-slider {
    padding-bottom: 5rem;
  }
}
@media (max-width: 991px) {
  .three-column-slider {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 767px) {
  .three-column-slider {
    padding-bottom: 1.75rem;
  }
}
.three-column-slider .slick-track {
  display: flex;
}
.three-column-slider-inner {
  overflow: hidden;
}
.three-column-slider .three-column-slide-box {
  margin-right: 3rem;
  position: relative;
}
@media (max-width: 991px) {
  .three-column-slider .three-column-slide-box {
    margin: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .three-column-slider .three-column-slide-box {
    margin: 0;
  }
}
.three-column-slider .color {
  position: absolute;
  right: -1.5rem;
  top: 1.5rem;
  background-color: #F8F5F0;
  width: 100%;
  height: 18.75rem;
  z-index: -1;
  display: block;
}
@media (max-width: 991px) {
  .three-column-slider .color {
    display: none;
  }
}
.three-column-slider .top {
  padding: 2.5rem 1.875rem;
  border: 1px solid #D9D9D9;
  position: relative;
  margin-bottom: 2.875rem;
  z-index: 1;
  isolation: isolate;
  background-color: #ffffff;
  display: block;
  min-height: 18.75rem;
}
@media (max-width: 991px) {
  .three-column-slider .top {
    padding: 1.25rem 1rem;
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 767px) {
  .three-column-slider .top {
    margin-bottom: 1.5rem;
  }
}
.three-column-slider .top p {
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 0;
}
.three-column-slider .bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .three-column-slider .bottom {
    justify-content: center;
  }
}
.three-column-slider .bottom .img-wrapper {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  position: relative;
  margin-right: 1.25rem;
}
.three-column-slider .bottom .img-wrapper img {
  position: absolute;
  object-fit: cover;
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: center center;
  border-radius: 50%;
}
.three-column-slider .bottom h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: "Gilda Display";
  font-weight: 300;
}
.three-column-slider .bottom span {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #777;
}

.map {
  position: relative;
  height: 26.75rem;
  aspect-ratio: 4.5/1;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .map {
    padding-bottom: 0;
  }
}
.map img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
}

.faq {
  background-color: #ffffff;
  padding: 7.5rem 0;
}
@media (max-width: 1439px) {
  .faq {
    padding: 5rem 0;
  }
}
@media (max-width: 1366px) {
  .faq {
    padding: 3.5rem 0;
  }
}
@media (max-width: 1199px) {
  .faq {
    padding: 2.75rem 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 1.25rem 0;
  }
}
.faq-inner {
  display: flex;
  align-items: flex-start;
  grid-gap: 1.75rem;
}
@media (max-width: 991px) {
  .faq-inner {
    flex-direction: column;
    grid-gap: 1.25rem;
  }
}
.faq-block-box {
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0.5rem;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .faq-block-box {
    margin-bottom: 1.25rem;
  }
  .faq-block-box:last-of-type {
    margin-bottom: 0;
  }
}
.faq-block-box .bottom {
  display: none;
  padding: 1.25rem 1.75rem;
}
.faq-block-box .bottom p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #777;
  font-family: "Barlow";
  margin: 0;
}
.faq-block-box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.75rem;
  cursor: pointer;
  transition: 350ms ease;
}
.faq-block-box .top:hover {
  background-color: #AA8453;
}
.faq-block-box .top:hover h3,
.faq-block-box .top:hover span {
  color: #ffffff;
}
.faq-block-box .top h3 {
  margin: 0;
  font-family: "Gilda Display";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #222;
  font-weight: 300;
  transition: 350ms ease;
}
.faq-block-box .top span {
  transition: 350ms ease;
  transform: rotate(-90deg);
  color: #222;
}
.faq-block-box.open .bottom {
  display: block;
}
.faq-block-box.open .top {
  background-color: #AA8453;
}
.faq-block-box.open .top h3 {
  color: #ffffff;
}
.faq-block-box.open .top span {
  transform: rotate(90deg);
  color: #ffffff;
}
.faq-block-wrapper {
  max-width: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}
@media (max-width: 991px) {
  .faq-block-wrapper {
    max-width: 100%;
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

.rooms-block {
  padding: 6.25rem 0;
}
.rooms-block.rooms-archive {
  padding: 0;
}
.rooms-block.rooms-archive .vblist {
  padding-left: 0;
}
.rooms-block.rooms-archive .vblist .room_result {
  margin-bottom: 1.25rem;
}
.rooms-block.rooms-archive .vblist .room_result:last-of-type {
  margin-bottom: 0;
}
.rooms-block.rooms-archive .room_result::marker {
  display: none;
  font-size: 0;
}
.rooms-block.rooms-archive .room_result-inner {
  display: flex;
}
@media (max-width: 991px) {
  .rooms-block.rooms-archive .room_result-inner {
    flex-direction: column;
  }
}
.rooms-block.rooms-archive .room_result-inner .vbimglistdiv {
  max-width: 345px;
  width: 100%;
}
@media (max-width: 991px) {
  .rooms-block.rooms-archive .room_result-inner .vbimglistdiv {
    max-width: 100%;
  }
}
.rooms-block.rooms-archive .room_result-inner .vblistroomblock {
  display: flex;
  width: 100%;
}
@media (max-width: 991px) {
  .rooms-block.rooms-archive .room_result-inner .vblistroomblock {
    flex-direction: column;
  }
}
.rooms-block.rooms-archive .room_result-inner .vbo-info-room {
  padding: 0 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
@media (max-width: 991px) {
  .rooms-block.rooms-archive .room_result-inner .vbo-info-room {
    padding: 1.5rem;
  }
}
.rooms-block.rooms-archive .room_result-inner .vbo-room-carats {
  display: flex;
  grid-gap: 0.75rem;
  margin-top: 1rem;
}
.rooms-block.rooms-archive .room_result-inner .vbo-room-carats span {
  font-size: 1.25rem;
}
.rooms-block.rooms-archive .room_result-inner .vbrowroomcapacity {
  text-align: center;
}
.rooms-block.rooms-archive .room_result-inner .vbsrowpricediv {
  text-align: center;
  padding: 3px 16px;
  margin: 0 0 3px 0;
}
@media (max-width: 991px) {
  .rooms-block.rooms-archive .room_result-inner .vbsrowpricediv {
    text-align: left;
    padding: 3px 0;
  }
}
.rooms-block.rooms-archive .room_result-inner .vbsrowpricediv .room_cost {
  font-weight: bold;
}
.rooms-block.rooms-archive .room_result-inner .vbsrowpricediv .vbliststartfrom {
  display: block;
}
.rooms-block.rooms-archive .room_result-inner .vbselectr {
  text-align: center;
}
.rooms-block.rooms-archive .room_result-inner .vbselectr .btn {
  margin: 0 auto;
  display: inline-block;
  padding: 0.75rem 3.125rem !important;
  border-radius: 0.25rem;
}
@media (max-width: 991px) {
  .rooms-block.rooms-archive .room_result-inner .vbselectr .btn {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .rooms-block.rooms-archive .room_result-inner .vbsrowprice {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.rooms-block.rooms-archive .vbcontdivtot {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 991px) {
  .rooms-block.rooms-archive .vbcontdivtot {
    max-width: 100%;
  }
}
@media (max-width: 1439px) {
  .rooms-block {
    padding: 5.5rem 0;
  }
}
@media (max-width: 1366px) {
  .rooms-block {
    padding: 4rem 0;
  }
}
@media (max-width: 1199px) {
  .rooms-block {
    padding: 2.5rem 0;
  }
}
@media (max-width: 991px) {
  .rooms-block {
    padding: 1.75rem 0;
  }
}
.rooms-block .rooms-inner {
  display: flex;
  grid-gap: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .rooms-block .rooms-inner {
    flex-direction: column;
  }
}
.rooms-block .rooms-inner:last-of-type {
  margin-bottom: 0;
}
.rooms-block .rooms-inner .room-box {
  height: 24.375rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: 350ms ease;
  padding: 1rem;
  display: block;
}
@media (max-width: 991px) {
  .rooms-block .rooms-inner .room-box {
    max-width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }
}
.rooms-block .rooms-inner .room-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.rooms-block .rooms-inner .room-box:hover .room-box-content {
  bottom: 1rem;
}
.rooms-block .rooms-inner .room-box:hover .room-box-content .bottom {
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #ffffff;
}
.rooms-block .rooms-inner .room-box:hover img.main-image {
  transform: scale(1.25);
}
.rooms-block .rooms-inner .room-box:hover::after {
  opacity: 1;
  visibility: visible;
}
.rooms-block .rooms-inner .room-box img.main-image {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: 350ms ease;
  transform: scale(1);
}
.rooms-block .rooms-inner .room-box-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.625rem;
  width: 100%;
  transition: 350ms ease;
  max-width: calc(100% - 2rem);
  z-index: 10;
}
.rooms-block .rooms-inner .room-box h3 {
  font-size: 1.688rem;
  line-height: 2.375rem;
  font-family: "Gilda Display";
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  transition: 350ms ease;
}
.rooms-block .rooms-inner .room-box .top {
  text-align: right;
  transition: 350ms ease;
}
.rooms-block .rooms-inner .room-box .top span {
  font-size: 0.875rem;
  line-height: 1.625rem;
  color: #ffffff;
  transition: 350ms ease;
}
.rooms-block .rooms-inner .room-box .bottom {
  display: flex;
  align-items: flex-start;
  transition: 350ms ease;
  opacity: 0;
  visibility: hidden;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
}
.rooms-block .rooms-inner .room-box .bottom img {
  max-width: 1rem;
  width: 100%;
}
.rooms-block .rooms-inner .room-box .btn-small {
  margin-right: auto;
}
.rooms-block .rooms-inner.three-col .room-box {
  max-width: 25%;
}
@media (max-width: 1199px) {
  .rooms-block .rooms-inner.three-col .room-box {
    height: auto;
    aspect-ratio: 2/1;
  }
}
@media (max-width: 991px) {
  .rooms-block .rooms-inner.three-col .room-box {
    max-width: 100%;
  }
}
.rooms-block .rooms-inner.three-col .room-box:nth-child(2) {
  max-width: 50%;
}
@media (max-width: 991px) {
  .rooms-block .rooms-inner.three-col .room-box:nth-child(2) {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .rooms-block .rooms-inner.two-col .room-box {
    aspect-ratio: 2/1;
  }
}

.post-type-archive .container.room-container {
  flex-direction: row-reverse;
  margin: 5rem auto;
}
@media (max-width: 991px) {
  .post-type-archive .container.room-container {
    flex-direction: column;
    margin: 3.5rem auto;
  }
  .post-type-archive .container.room-container .rooms > .hb_room {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .post-type-archive .container.room-container {
    margin: 2.5rem 0;
  }
}
.post-type-archive .container.room-container div,
.post-type-archive .container.room-container span,
.post-type-archive .container.room-container p {
  font-family: "Barlow";
}
.post-type-archive .container.room-container h1,
.post-type-archive .container.room-container h2,
.post-type-archive .container.room-container h3,
.post-type-archive .container.room-container h4,
.post-type-archive .container.room-container h5,
.post-type-archive .container.room-container h6 {
  font-family: "Gilda Display";
  font-weight: 300;
}
.post-type-archive .container.room-container .hotel-booking-rooms-search {
  max-width: 25%;
  padding: 2rem;
  border: 1px solid #AA8453;
  border-radius: 0.5rem;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .post-type-archive .container.room-container .hotel-booking-rooms-search {
    max-width: 100%;
    padding: 1.5rem;
  }
}
.post-type-archive .container.room-container .hotel-booking-rooms-search .hb-form-field,
.post-type-archive .container.room-container .hotel-booking-rooms-search .hb-form-field-input {
  width: 100%;
  max-width: 100%;
}
.post-type-archive .container.room-container .hotel-booking-rooms-search .hb-form-field input,
.post-type-archive .container.room-container .hotel-booking-rooms-search .hb-form-field-input input {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.post-type-archive .container.room-container .hotel-booking-rooms-search .rooms-check-avaibility {
  transition: 350ms ease;
  text-align: center;
  font-size: 0.875rem;
  font-family: "Barlow";
  text-transform: uppercase;
  background-color: #AA8453;
  padding: 1.5rem 2.5rem;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
}
.post-type-archive .container.room-container .hotel-booking-rooms-search .rooms-check-avaibility:hover {
  background-color: #222;
}
.post-type-archive .container.room-container .media {
  border-radius: 0;
  margin-bottom: 0 !important;
  z-index: 5;
  position: relative;
}
.post-type-archive .container.room-container .media::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.post-type-archive .container.room-container .media a {
  overflow: hidden;
  position: relative;
  border-radius: 0;
  display: block;
}
.post-type-archive .container.room-container .media a img {
  transform: scale(1);
  transition: 350ms ease;
  border-radius: 0 !important;
}
.post-type-archive .container.room-container .media a:hover img {
  transform: scale(1.05);
}
.post-type-archive .container.room-container .title:hover a {
  color: #AA8453;
}
.post-type-archive .container.room-container .hb_room .summary {
  position: relative;
}
.post-type-archive .container.room-container .hb_room .title,
.post-type-archive .container.room-container .hb_room .price {
  position: absolute;
  right: 1.25rem;
  bottom: 0.75rem;
  color: #ffffff;
  z-index: 10;
}
.post-type-archive .container.room-container .hb_room .title {
  bottom: 1.5rem;
  text-align: right;
}
.post-type-archive .container.room-container .hb_room .title a {
  font-size: 1.688rem;
  line-height: 2.375rem;
  font-family: "Gilda Display";
  color: #ffffff;
  font-weight: 300;
  margin: 0;
  transition: 350ms ease;
  text-align: right;
}
.post-type-archive .container.room-container .hb_room .price span {
  color: #ffffff;
  font-family: "Barlow";
  font-weight: 400;
  border-bottom: none;
}
.post-type-archive .container.room-container .hb_room .price span.price_value {
  font-weight: 600;
}
.post-type-archive .container.room-container .hb_room .price span.unit {
  font-size: 1rem;
}

@media (max-width: 991px) {
  body.wp-hotel-booking-page:not(.tp-themes-premium) .room-container:has(.hotel-booking-rooms-search) > div:nth-child(2) {
    margin: 0;
  }
}

@media (max-width: 991px) {
  div.sort-by-wrapper,
  .sort-by-wrapper .sort-by {
    padding: 0;
    grid-gap: 1.5rem;
  }
}
.gallery-block {
  background-color: #ffffff;
}
.gallery-block #rl-gallery-container-1 .rl-gallery .rl-gallery-link {
  position: relative;
  display: block;
  height: 325px;
  border-radius: 0.5rem;
}
.gallery-block #rl-gallery-container-1 .rl-gallery .rl-gallery-link img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.gallery-block-inner {
  padding: 7.25rem 4.125rem;
}
@media (max-width: 767px) {
  .gallery-block-inner {
    padding: 1.5rem;
  }
}

.hero-middle {
  height: 35.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .hero-middle {
    height: 75dvh;
  }
}
.hero-middle img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.room-block {
  padding: 7.5rem 0 6rem;
}
@media (max-width: 767px) {
  .room-block {
    padding: 1.5rem 0;
  }
}
.room-block-inner {
  display: flex;
  grid-gap: 1.5rem;
}
@media (max-width: 767px) {
  .room-block-inner {
    flex-direction: column;
    grid-gap: 1.25rem;
  }
}
.room-block-inner .left {
  max-width: 65%;
  width: 100%;
}
@media (max-width: 767px) {
  .room-block-inner .left {
    max-width: 100%;
  }
}
.room-block-inner .left p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #777;
}
.room-block-inner .left h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Gilda Display";
  font-weight: 300;
  color: #222;
  margin: 0;
}
.room-block-inner .left .facility-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2rem;
}
.room-block-inner .left .facility-box {
  display: flex;
  align-items: center;
  grid-gap: 0.625rem;
}
.room-block-inner .left .facility-box span {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #777;
}
.room-block-inner .left .main-image-wrapper {
  position: relative;
  margin: 3.75rem 0;
  height: 26.5rem;
}
@media (max-width: 767px) {
  .room-block-inner .left .main-image-wrapper {
    height: auto;
    aspect-ratio: 2/1;
    margin: 1.75rem 0;
  }
}
.room-block-inner .left .main-image-wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.room-block-inner .left .room-desc h2 {
  font-family: "Gilda Display";
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 300;
  margin: 0;
}
.room-block-inner .left .border-data {
  margin: 3.125rem 0;
  border: 1px solid #AA8453;
  border-radius: 0.5rem;
  background-color: #ccc;
  display: flex;
  justify-content: space-between;
  padding: 3rem 2.5rem;
}
@media (max-width: 767px) {
  .room-block-inner .left .border-data {
    padding: 1.5rem 1.25rem;
    margin: 1.75rem 0;
    flex-wrap: wrap;
  }
}
.room-block-inner .left .border-data-box {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .room-block-inner .left .border-data-box {
    max-width: 50%;
    width: 100%;
  }
}
.room-block-inner .left .border-data-box span {
  line-height: 1.75rem;
  text-align: left;
}
.room-block-inner .left .border-data-box span:first-of-type {
  font-size: 1rem;
  color: #777;
}
.room-block-inner .left .border-data-box span:last-of-type {
  font-size: 1.25rem;
  color: #222;
  font-family: "Gilda Display";
  font-weight: 300;
}
.room-block-inner .left h3 {
  font-family: "Gilda Display";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #222;
}
.room-block-inner .left .room-facility-circle-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.room-block-inner .left .room-facility-circle-box {
  max-width: 30%;
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 0.875rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .room-block-inner .left .room-facility-circle-box {
    max-width: 50%;
  }
}
.room-block-inner .left .room-facility-circle-box span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #222;
  font-weight: 300;
  font-family: "Gilda Display";
}
.room-block-inner .left .room-facility-circle-box .img-wrapp {
  border: 1px solid #AA8453;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.room-block-inner .left .hotel-facility-inner {
  display: flex;
  justify-content: space-between;
  grid-gap: 1.25rem;
}
@media (max-width: 767px) {
  .room-block-inner .left .hotel-facility-inner {
    flex-direction: column;
  }
}
.room-block-inner .left .hotel-facility-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 31%;
}
@media (max-width: 767px) {
  .room-block-inner .left .hotel-facility-box {
    width: 100%;
  }
}
.room-block-inner .left .hotel-facility-box .img-wrapp {
  width: 100%;
  position: relative;
  height: 10.5rem;
}
.room-block-inner .left .hotel-facility-box .img-wrapp img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.room-block-inner .left .hotel-facility-box h4 {
  font-family: "Gilda Display";
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin: 1rem 0 0;
}
@media (max-width: 767px) {
  .room-block-inner .left .hotel-facility-box h4 {
    margin: 0;
  }
}
.room-block-inner .right {
  max-width: 30%;
  width: 100%;
  padding: 3.125rem;
  border: 1px solid #AA8453;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .room-block-inner .right {
    max-width: 100%;
    padding: 1.75rem;
  }
}

.hb_single_room .hb_room_gallery#carousel .slides li {
  cursor: pointer;
}

.hb_single_room .hb_room_gallery#carousel .slides li img {
  border: 1px solid transparent;
  transition: 350ms ease;
}

.hb_single_room .hb_room_gallery#carousel .slides .flex-active-slide img {
  border-color: #AA8453;
}

.single-hb_room .hb_single_room_tabs {
  border-color: #777;
}

.single-hb_room .hb_single_room_tabs > li a {
  color: #777;
}

.single-hb_room .hb_single_room_tabs > li a.active {
  color: #AA8453;
}
.single-hb_room .hb_single_room_tabs > li a.active::after {
  background-color: #AA8453;
  transition: 350ms ease;
}

body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_button button,
.wphb-room-calendar-pricing-wrap .wphb-room-calendar-pricing-buttons button {
  background-color: #AA8453 !important;
  text-align: center;
  font-size: 0.875rem !important;
  font-family: "Barlow" !important;
  text-transform: uppercase !important;
  padding: 1.5rem 2.5rem !important;
  font-weight: 600 !important;
  display: inline-block;
}
body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_button button:hover,
.wphb-room-calendar-pricing-wrap .wphb-room-calendar-pricing-buttons button:hover {
  background-color: #222 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #AA8453 !important;
  border-color: #AA8453;
}

body.single-hb_room .hb_single_room_tabs_content h1:first-child,
body.single-hb_room .hb_single_room_tabs_content h2:first-child,
body.single-hb_room .hb_single_room_tabs_content h3:first-child,
body.single-hb_room .hb_single_room_tabs_content h4:first-child,
body.single-hb_room .hb_single_room_tabs_content h5:first-child,
body.single-hb_room .hb_single_room_tabs_content h6:first-child,
body.single-hb_room .hb_single_room_tabs_content p:first-child {
  margin: 0;
  font-family: "Gilda Display";
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #222;
  font-weight: 300;
  transition: 350ms ease;
}
body.single-hb_room .hb_single_room_tabs_content h1:first-child:hover,
body.single-hb_room .hb_single_room_tabs_content h2:first-child:hover,
body.single-hb_room .hb_single_room_tabs_content h3:first-child:hover,
body.single-hb_room .hb_single_room_tabs_content h4:first-child:hover,
body.single-hb_room .hb_single_room_tabs_content h5:first-child:hover,
body.single-hb_room .hb_single_room_tabs_content h6:first-child:hover,
body.single-hb_room .hb_single_room_tabs_content p:first-child:hover {
  color: #AA8453;
}

._hb_room_faqs__detail.toggled ._hb_room_rule_content {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #777;
  font-family: "Barlow";
  margin: 0;
}

._hb_room_faqs ._hb_room_faqs__detail {
  border-color: #777;
}

.hb_single_room .hb_room_gallery:hover .flex-direction-nav a:hover {
  background-color: #AA8453;
  color: #ffffff;
}

.single-hb_room .title h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Gilda Display";
  font-weight: 300 !important;
  color: #222;
  margin: 0;
}

body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .wphb-single-room-content .wphb-single-room-booking-container {
  max-width: 30%;
  border: 1px solid #AA8453;
  border-radius: 0.5rem;
  align-self: flex-start;
}
body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .wphb-single-room-content .wphb-single-room-booking-container #hotel_booking_room_hidden {
  background-color: transparent;
}

.hb-booking-room-form-head p {
  font-family: "Gilda Display";
  font-weight: 300;
  color: #222;
}

.single-hb_room .price {
  margin-bottom: 1.25rem;
}
.single-hb_room .price span {
  font-family: "Barlow";
}
.single-hb_room .price span.price_value {
  color: #AA8453;
}
.single-hb_room .price span.title-price {
  margin-bottom: 0.75rem;
  display: block;
}

.hb-booking-room-form-header {
  color: #8B3A3A;
  font-weight: 500;
}

#hotel_booking_room_hidden .hb_button {
  text-align: center;
  font-size: 0.875rem;
  font-family: "Barlow";
  text-transform: uppercase;
  background-color: #AA8453;
  padding: 1.5rem 2.5rem;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  transition: 350ms ease;
}
#hotel_booking_room_hidden .hb_button:hover {
  background-color: #222;
}

body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room {
  margin: 7.5rem 0 6rem;
}
@media (max-width: 1199px) {
  body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room {
    margin: 5rem 0 3.5rem;
  }
}
@media (max-width: 767px) {
  body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room {
    margin: 2.5rem 0;
  }
}

body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .hb-search-results-form-container .hb-booking-room-form-group a {
  text-decoration: underline;
}
body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .hb-search-results-form-container .hb-booking-room-form-group a:hover {
  color: #AA8453;
}

.hb-booking-room-details table tr td.hb_search_item_price {
  color: #AA8453;
}

.hb-booking-room-details .hb_search_room_item_detail_price_close:hover {
  background-color: #AA8453;
}

@media (max-width: 1199px) {
  body.wp-hotel-booking-page:not(.tp-themes-premium) {
    padding: 0;
  }
  body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .wphb-single-room-content {
    flex-direction: column;
    padding: 0 1rem;
  }
  body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .wphb-single-room-content .wphb-single-room-booking-container,
  body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .wphb-single-room-content .hb_single_room_details {
    width: 100%;
    max-width: 100%;
  }
  body.single-hb_room.wp-hotel-booking-page:not(.tp-themes-premium) .wphb-single-room-content .wphb-single-room-booking-container .hb-search-results-form-container {
    max-width: 100%;
  }
  body.wp-hotel-booking-page:not(.tp-themes-premium) .hb_single_room .room-single-top,
  .hb_single_room #hb_room_images {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .single-hb_room .hb_single_room_tabs {
    display: flex;
    overflow-x: auto;
  }
  .single-hb_room .hb_single_room_tabs li {
    padding-right: 1.5rem;
    white-space: nowrap;
  }
}
.similar-block {
  padding-bottom: 8.5rem;
}
@media (max-width: 1439px) {
  .similar-block {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 1199px) {
  .similar-block {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .similar-block {
    padding-bottom: 2.5rem;
  }
}
.similar-block h3 {
  font-family: "Gilda Display";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #222;
}
.similar-block .slick-track {
  display: flex;
}
.similar-block .similar-block-slider {
  overflow: hidden;
}
.similar-block .similar-room-box {
  margin-right: 2rem;
}
.similar-block .similar-room-box .top {
  position: relative;
  height: 16.25rem;
}
.similar-block .similar-room-box .top img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.similar-block .similar-room-box .top span {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  background-color: rgba(255, 255, 255, 0.25);
  text-align: center;
  font-size: 0.75rem;
  color: #ffffff;
  padding: 0.5rem;
}
.similar-block .similar-room-box .bottom h4 {
  font-size: 1.5rem;
  font-family: "Gilda Display";
  font-weight: 300;
  line-height: 2rem;
  margin: 0.75rem 0;
}
.similar-block .similar-room-box .bottom p {
  font-size: 0.938rem;
  line-height: 1.688rem;
  color: #777;
  margin: 0;
}

.chyron {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0;
  background-color: #ffffff;
}

.scrolling-text {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
}

.scrolling-text .rail {
  display: flex;
  align-items: center;
  width: 100%;
}

.scrolling-text .rail p {
  white-space: nowrap;
  font-size: 5rem;
  font-weight: 500;
  margin: 0 2rem;
  color: #222;
  font-family: "Barlow";
}
.scrolling-text .rail p:nth-child(even) {
  width: 2rem;
  height: 4rem;
  font-family: "Gilda Display";
  color: #AA8453;
}
.scrolling-text .rail p:nth-child(4n+1) {
  color: rgba(93, 102, 111, 0.0196078431);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.2509803922);
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 350ms ease, color 350ms ease, border-color 350ms ease;
}

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

.btn--full {
  width: 100%;
}

/* ===== HERO ===== */
.apartman-hero {
  padding: 18rem 0 2rem;
  background-color: #222;
}

.apartman-hero__top {
  margin-bottom: 32px;
}

.badge {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.apartman-hero__title {
  font-size: 56px;
}

.apartman-hero__meta {
  display: flex;
  gap: 12px;
  color: var(--silver-light-02);
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.gallery__main {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.thumb {
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  aspect-ratio: 4/3;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 350ms ease, border-color 350ms ease;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb:hover,
.thumb.active {
  opacity: 1;
  border-color: var(--secondary-color);
}

/* ===== CONTENT ===== */
.apartman-content {
  background-color: #222;
}
.apartman-content .container {
  align-items: start;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
}
@media (max-width: 1199px) {
  .apartman-content .container {
    display: flex;
    flex-direction: column;
  }
}

.apartman-intro p {
  font-size: 16px;
  color: var(--silver-light);
  margin: 0 0 32px;
}

.apartman-intro strong {
  color: var(--white);
}

.apartman-features h2 {
  font-size: 24px;
  margin-bottom: 24px;
}

.features-grid {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.features-grid li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: var(--primary-color);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  color: var(--silver-light);
}

.features-grid img {
  flex: none;
  width: 18px;
  height: 18px;
  stroke: var(--secondary-color);
  fill: none;
}

.apartman-highlight {
  padding: 32px;
  background: linear-gradient(135deg, rgba(170, 132, 83, 0.1), rgba(170, 132, 83, 0));
  border-left: 2px solid var(--secondary-color);
  margin-bottom: 8px;
}

.apartman-highlight h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.apartman-highlight p {
  margin: 0;
  font-size: 15px;
  color: var(--silver-light-02);
}

/* ===== SIDEBAR / BOOKING CARD ===== */
.apartman-content__sidebar {
  position: sticky;
  top: 32px;
}

.booking-card {
  background: var(--primary-color);
  border: 1px solid var(--secondary-color);
  padding: 32px;
}

.booking-card__label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--silver-light-02);
  margin-bottom: 8px;
}

.booking-card__price {
  display: block;
  font-family: "Gilda Display", serif;
  font-size: 36px;
  color: var(--secondary-color);
  margin-bottom: 4px;
}

.booking-card__price small {
  font-size: 16px;
  color: var(--silver-light-02);
}

.booking-card__note {
  display: block;
  font-size: 13px;
  color: var(--silver-light-02);
  margin-bottom: 24px;
}

.booking-card .btn {
  width: 100%;
  margin-bottom: 24px;
}

.booking-card__list {
  list-style: none;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-card__list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  color: var(--silver-light-02);
  margin-bottom: 10px;
}

.booking-card__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
}

/* ===== RESERVE FORM ===== */
.apartman-reserve {
  padding: 64px 0 96px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #222;
}
.apartman-reserve .wpcf7-response-output {
  border-color: #8B3A3A !important;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
.apartman-reserve .sent {
  position: relative;
  transition: 350ms ease;
}
.apartman-reserve .sent::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 350ms ease;
  background-color: #4A4A4A;
  opacity: 0.25;
  z-index: 50;
}
.apartman-reserve .sent .wpcf7-response-output {
  border-color: transparent !important;
  color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 50%;
  max-height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  background-color: #AA8453;
  margin: 0;
  text-align: center;
  z-index: 100;
}
@media (max-width: 1024px) {
  .apartman-reserve .sent .wpcf7-response-output {
    max-width: 100%;
  }
}

.apartman-reserve h2 {
  font-size: 28px;
  margin-bottom: 32px;
}

.reserve-form {
  padding: 40px;
  max-width: 760px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.reserve-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.field {
  margin-bottom: 24px;
}

.reserve-form__row .field {
  margin-bottom: 0;
}

.field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--silver-light-02);
  margin-bottom: 8px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--gray-dark);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--secondary-color);
}

.field textarea {
  resize: vertical;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .apartman-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .apartman-content__sidebar {
    position: static;
  }
  .apartman-hero__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
  .apartman-hero {
    padding: 120px 0 24px;
  }
  .apartman-hero__title {
    font-size: 34px;
  }
  .gallery__thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .reserve-form {
    padding: 24px;
  }
  .reserve-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reserve-form__row .field {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .apartman-hero__title {
    font-size: 28px;
  }
  .gallery__thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
  .booking-card {
    padding: 24px;
  }
}
.apartman-hero {
  padding: 18rem 0 2rem;
}
.apartman-hero__top {
  margin-bottom: 32px;
}
.apartman-hero__title {
  font-family: "Gilda Display";
  font-weight: 400;
  font-size: 56px;
  color: #ffffff;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .apartman-hero__title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .apartman-hero__title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .apartman-hero__title {
    font-size: 28px;
  }
}
.apartman-hero__meta {
  display: flex;
  gap: 12px;
  color: #777;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .apartman-hero {
    padding: 120px 0 24px;
  }
}

.badge {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #AA8453;
  color: #AA8453;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gallery__main {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .gallery__thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .gallery__thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}

.thumb {
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  aspect-ratio: 4/3;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 350ms ease, border-color 350ms ease;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.thumb:hover, .thumb.active {
  opacity: 1;
  border-color: #AA8453;
}

.apartman-content {
  padding: 7rem 0 3rem;
  background-color: #222;
}
.apartman-content .container {
  align-items: start;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
}
@media (max-width: 1199px) {
  .apartman-content .container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .apartman-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.apartman-content__sidebar {
  position: sticky;
  top: 32px;
}
@media (max-width: 991px) {
  .apartman-content__sidebar {
    position: static;
    margin: 0 auto;
  }
}

.apartman-intro p {
  font-size: 16px;
  color: #ccc;
  margin: 0 0 32px;
}
.apartman-intro strong {
  color: #ffffff;
}

.apartman-features h2 {
  font-family: "Gilda Display";
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}

.features-grid {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.features-grid li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  background: #222;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
  color: #ccc;
}
.features-grid svg {
  flex: none;
  width: 18px;
  height: 18px;
  stroke: #AA8453;
  fill: none;
}

.apartman-highlight {
  padding: 32px;
  background: linear-gradient(135deg, rgba(170, 132, 83, 0.1), rgba(170, 132, 83, 0));
  border-left: 2px solid #AA8453;
  margin-bottom: 8px;
}
.apartman-highlight h3 {
  font-family: "Gilda Display";
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
}
.apartman-highlight p {
  margin: 0;
  font-size: 15px;
  color: #777;
}

.booking-card {
  background: #222;
  border: 1px solid #AA8453;
  padding: 32px;
}
@media (max-width: 480px) {
  .booking-card {
    padding: 24px;
  }
}
.booking-card__label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 8px;
}
.booking-card__price {
  display: block;
  font-family: "Gilda Display";
  font-size: 36px;
  color: #AA8453;
  margin-bottom: 4px;
}
.booking-card__price small {
  font-size: 16px;
  color: #777;
}
.booking-card__note {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 24px;
}
.booking-card .btn {
  width: 100%;
  margin-bottom: 24px;
}
.booking-card__list {
  list-style: none;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.booking-card__list li {
  position: relative;
  padding-left: 20px;
  font-size: 13px;
  color: #777;
  margin-bottom: 10px;
}
.booking-card__list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #AA8453;
}

.apartman-reserve {
  padding: 64px 0 96px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background-color: #222;
}
.apartman-reserve h2 {
  font-family: "Gilda Display";
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 32px;
}

.reserve-form,
.wpcf7-form {
  max-width: 760px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.reserve-form__row,
.wpcf7-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .reserve-form__row,
  .wpcf7-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .reserve-form__row .field,
  .wpcf7-form__row .field {
    margin-bottom: 20px;
  }
}

.field {
  margin-bottom: 24px;
}
.reserve-form__row .field {
  margin-bottom: 0;
}
.field label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-family: "Barlow";
  font-size: 15px;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: #AA8453;
}
.field textarea {
  resize: vertical;
}

.field .wpcf7-submit,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border: 1px solid #AA8453;
  background: #AA8453;
  color: #ffffff;
  font-family: "Barlow";
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 350ms ease, color 350ms ease, border-color 350ms ease;
}
.field .wpcf7-submit:hover,
.btn:hover {
  background: transparent;
  color: #AA8453;
}
.field .wpcf7-submit--full,
.btn--full {
  width: 100%;
}

.submit {
  position: relative;
}
.submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

.apartman-reserve .wpcf7-form {
  border: none;
}

.notice.is-dismissible.notice-success,
.vbvordroominfo,
.vbo-booking-details-topcontainer,
.notice.is-dismissible.notice-error,
.vbo-roomdet-calscontainer,
.vbrdetboxtop.vbo-room-details-wrap,
.vblist,
.wrap.plugin-container form,
.vbo-oconfirm-wrapper,
.vbo-showprc-head-wrapper,
.vbstepsbarcont,
.vbo-results-wrapper,
.vbdivsearch {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 10;
}

.wrap.plugin-container {
  background-color: #222;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  padding-top: 18rem;
}
@media (max-width: 1199px) {
  .wrap.plugin-container {
    padding: 10rem 1.5rem 0;
  }
}

.vb-search-inner {
  align-items: center;
}
.vb-search-inner .vbo-search-submit {
  margin: 0 0 0 auto;
  align-self: auto;
}
.vb-search-inner .vbo-search-submit button {
  background-color: #AA8453;
  font-family: "Barlow";
}
.vb-search-inner .vbo-search-submit button:hover {
  background-color: #222;
}
.vb-search-inner .vbo-search-submit button:focus {
  outline: none;
}

.ui-datepicker td.checkin-date a,
.ui-datepicker td.checkout-date a {
  color: #ffffff !important;
}
.ui-datepicker td.checkin-date a.ui-state-default.ui-state-highlight,
.ui-datepicker td.checkout-date a.ui-state-default.ui-state-highlight {
  color: #222 !important;
}

.ui-datepicker-calendar td.checkin-date > *,
.ui-datepicker-calendar td.checkout-date > *,
.ui-datepicker-calendar td > *.ui-state-active {
  background-color: #222;
  color: #ffffff !important;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
  border-color: #222 !important;
  color: #222 !important;
}

ol.vbo-stepbar li {
  border-color: #AA8453 !important;
}
ol.vbo-stepbar li a {
  color: #ffffff;
  transition: 350ms ease;
}
ol.vbo-stepbar li a:hover {
  color: #AA8453;
}
ol.vbo-stepbar li::before {
  border-color: #AA8453 !important;
  background-color: #222 !important;
  border: 1px solid #AA8453 !important;
}
ol.vbo-stepbar li.vbo-step-current {
  color: #ffffff;
}

.vbstepsbarcont {
  margin-bottom: 2.5rem;
}

.vbo-results-head {
  background-color: #ffffff;
  align-items: center;
  display: flex;
  margin-bottom: 1.5rem;
}
.vbo-results-head .vbo-results-chdates .vbo-pref-color-btn-secondary {
  padding: 0.75rem 3.125rem !important;
  background: #222;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
}
.vbo-results-head .vbo-results-chdates .vbo-pref-color-btn-secondary:hover {
  background-color: #AA8453;
}
.vbo-results-head i {
  color: #222 !important;
}
.vbo-results-head .vbo-results-head-det {
  text-align: center;
}

.vbo-results-body i {
  color: #222;
  transition: 350ms ease;
}
.vbo-results-body .vbo-results-filtering {
  margin-bottom: 1.5rem;
}
.vbo-results-body .vbo-results-style span {
  transition: 350ms ease;
}
.vbo-results-body .vbo-results-style span:hover {
  background-color: #222 !important;
  color: #ffffff !important;
}
.vbo-results-body .vbo-results-style span:hover i {
  color: #ffffff;
}
.vbo-results-body .vik-dots-slider-slide.vik-dots-slider-slide-start {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vbo-results-body .room_item {
  background-color: #ffffff;
  border: none;
}
.vbo-results-body .vbo-info-room {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
}
.vbo-results-body .vbo-info-room .vbdescrlistdiv {
  padding-top: 0;
}
.vbo-results-body .vbo-info-room .vbrowcname {
  margin-top: 0;
}
.vbo-results-body .vbcontdivtot {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vbo-results-body .vbcontdivtot .vbsrowprice {
  padding-top: 0;
}
.vbo-results-body .vbcontdivtot .vbselectordiv button {
  padding: 0.75rem 3.125rem !important;
  background: #222;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
}
.vbo-results-body .vbcontdivtot .vbselectordiv button:hover {
  background-color: #AA8453;
}

.vboconfirmbottom,
.room_buttons_box,
.goback {
  margin-bottom: 4rem;
}
.vboconfirmbottom input,
.vboconfirmbottom a,
.room_buttons_box input,
.room_buttons_box a,
.goback input,
.goback a {
  padding: 0.75rem 3.125rem !important;
  background: #AA8453;
  font-size: 1rem;
  color: #222;
  position: relative;
  border-color: #AA8453;
}
.vboconfirmbottom input:hover,
.vboconfirmbottom a:hover,
.room_buttons_box input:hover,
.room_buttons_box a:hover,
.goback input:hover,
.goback a:hover {
  background-color: #222;
  color: #AA8453;
}
@media (max-width: 991px) {
  .vboconfirmbottom input,
  .vboconfirmbottom a,
  .room_buttons_box input,
  .room_buttons_box a,
  .goback input,
  .goback a {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .vboconfirmbottom,
  .room_buttons_box,
  .goback {
    margin: 1.5rem 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .vboconfirmbottom {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .room_buttons_box {
    display: flex;
    flex-direction: column;
  }
}

.fancybox-wrap.fancybox-type-iframe .wrap.plugin-container {
  min-height: auto;
  background-color: #ffffff;
  padding-top: 0;
}

.vbmodalrdetails {
  display: none;
}

.room_resultdiffusage .vblistroomblock,
.vbimglistdiv,
.vblistroomblock {
  border-right: 1px solid #222;
}

.room_container i {
  color: #222 !important;
  transition: 350ms ease;
}
.room_container .vbo-showprc-room-head {
  background-color: #ffffff;
  padding: 2rem;
}
.room_container .vbo-showprc-room-head .vbo-showprc-staydetails {
  padding-left: 0;
}
@media (max-width: 991px) {
  .room_container .vbo-showprc-room-head {
    padding: 1.5rem;
  }
}
.room_container .vbo-showprc-room-block {
  background-color: #ffffff;
}
.room_container .room_cost .vbo_price {
  color: #222;
}

.vbo-roomslist-imglink img {
  height: 100%;
}

.vblistroomblock .vbo-info-room {
  background-color: #ffffff;
}

.room_result {
  border: none;
}
.room_result .vbcontdivtot {
  background-color: #ffffff;
  border-left: 1px solid #222;
  display: grid;
  place-items: center;
}
.room_result .vbcontdivtot .vbsrowprice {
  padding-top: 0;
}
@media (max-width: 991px) {
  .room_result .vbcontdivtot .vbsrowprice {
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem 0;
  }
}
.room_result .vbcontdivtot .vbselectordiv {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .room_result .vbcontdivtot .vbselectordiv {
    padding: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  .room_result .vbcontdivtot {
    padding-bottom: 1.5rem;
    border-left: 0;
    left: 0;
  }
}
.room_result .vbo-info-room {
  padding: 0 0 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.room_result .vbo-info-room .vbdescrlistdiv {
  padding-top: 0;
}
.room_result .vbo-info-room h4 {
  margin-top: 0;
}
@media (max-width: 991px) {
  .room_result .vbo-info-room {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .room_result .vblistroomblock {
    border-right: 0;
  }
}
.room_result .vbo-room-carats i.vbo-icn-carat {
  color: #ffffff;
}
@media (max-width: 991px) {
  .room_result .vbo-room-carats i.vbo-icn-carat {
    color: #000000;
  }
}
.room_result .vblistroomcat {
  display: none;
}

.vblistcontainer.vblistcontainer-list .vbimglistdiv {
  border: none;
}
.vblistcontainer.vblistcontainer-list .vblist {
  margin-bottom: 4rem;
}
.vblistcontainer.vblistcontainer-list .vblist li:last-of-type {
  margin-bottom: 0;
}
.vblistcontainer.vblistcontainer-list .vbcontdivtot i {
  color: #222;
}
.vblistcontainer.vblistcontainer-list .vbcontdivtot .btn.vbo-pref-color-btn {
  padding: 0.75rem 3.125rem !important;
  background: #222;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
}
.vblistcontainer.vblistcontainer-list .vbcontdivtot .btn.vbo-pref-color-btn:hover {
  background-color: #AA8453;
}
.vblistcontainer.vblistcontainer-list .room_result .vbo-room-carats i.vbo-icn-carat {
  color: #222;
}

.vbrdetboxtop.vbo-room-details-wrap .vikfx-gallery-navigation-controls-prevnext {
  display: none;
}
.vbrdetboxtop.vbo-room-details-wrap .vikfx-gallery-container .vikfx-gallery > a {
  margin-left: 0;
}
.vbrdetboxtop.vbo-room-details-wrap .room_carats h4 {
  margin-top: 0;
  color: #ffffff;
}

.vbcaldivcont table .vbcaltrmonth td {
  border-color: #AA8453;
}
.vbcaldivcont table tr td {
  color: #ffffff;
}

tr.vbcalnumdays td.vbtdfree:not(.vbtdpast):hover {
  border-color: #AA8453 !important;
}

.vbcaldivcont .vbcaltrmonth .vbo-rdet-avcal-nav {
  background-color: #AA8453;
  transition: 350ms ease;
  border: 1px solid #AA8453;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
}
.vbcaldivcont .vbcaltrmonth .vbo-rdet-avcal-nav:hover {
  background-color: #222;
}

.vblegbusy {
  background-color: #8B3A3A;
  border-color: #8B3A3A;
}

.vbo-oconfirm-cfield-separator.vbseparatorcf h4,
.vbo-availcalendars-cont h4,
.vbo-seldates-cont h4 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .vbo-oconfirm-cfield-separator.vbseparatorcf h4,
  .vbo-availcalendars-cont h4,
  .vbo-seldates-cont h4 {
    margin-top: 0;
  }
}

.vbo-search-submit .btn {
  padding: 0.75rem 3.125rem !important;
  background: #AA8453;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
}
.vbo-search-submit .btn:hover {
  background-color: #222;
}

.vblistroomnamediv h3 {
  color: #ffffff;
  font-size: 1.25rem;
}
.vblistroomnamediv .vblistroomcat {
  color: #ffffff;
  display: none;
}

.vbo-reqinfo-cont .vbo-reqinfo-opener.vbo-pref-color-btn {
  padding: 0.75rem 3.125rem !important;
  background-color: #AA8453;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
}
.vbo-reqinfo-cont .vbo-reqinfo-opener.vbo-pref-color-btn:hover {
  background-color: #222;
}

.vbdialog-inner.vbdialog-reqinfo form input,
.vbdialog-inner.vbdialog-reqinfo form textarea {
  border-color: #222;
}
.vbdialog-inner.vbdialog-reqinfo form input:focus,
.vbdialog-inner.vbdialog-reqinfo form textarea:focus {
  outline: none;
  border-color: #AA8453;
}
.vbdialog-inner.vbdialog-reqinfo form textarea {
  resize: vertical;
  width: 100%;
}
.vbdialog-inner.vbdialog-reqinfo form .btn.vbo-pref-color-btn {
  padding: 0.5rem 1.25rem !important;
  background-color: #AA8453;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
}
.vbdialog-inner.vbdialog-reqinfo form .btn.vbo-pref-color-btn:hover {
  background-color: #222;
}

.notice.is-dismissible.notice-error {
  border-color: #8B3A3A;
}
.notice.is-dismissible.notice-error p {
  color: #8B3A3A;
  margin-top: 0;
}

.vbo-room-carats i.vbo-icn-carat {
  color: #ffffff;
}

.vblegendediv span {
  color: #ffffff;
}

.vbo-oconfirm-summary-room-wrapper {
  background-color: #ffffff;
}

.vbo-oconfirm-roomname.vbo-pref-color-text {
  color: #AA8453 !important;
}

.vbcustomfields .vbo-oconfirm-cfield-entry {
  max-width: 46%;
  width: 100% !important;
}
@media (max-width: 991px) {
  .vbcustomfields .vbo-oconfirm-cfield-entry {
    max-width: 100%;
  }
}

.vbo-oconfirm-cfield-entry.vbo-oconfirm-cfield-entry-textarea,
.vbo-oconfirm-cfield-entry.vbo-oconfirm-cfield-entry-separator {
  width: 100% !important;
  max-width: 100%;
}

.vbcustomfields {
  display: flex;
  flex-wrap: wrap;
}
.vbcustomfields textarea {
  width: 100%;
}
.vbcustomfields .vbo-oconfirm-cfield-label {
  color: #ffffff;
}
.vbcustomfields .vbo-oconfirm-cfield-label .vbrequired {
  color: #8B3A3A;
}

.vbo-alert-container-confirm {
  z-index: 998;
  background-color: #8B3A3A;
}

.vbo-booking-details-head.vbo-booking-details-head-confirmed {
  background-color: #4F6F5A;
}

.vbo-booking-mod-cmd.vbo-booking-precheckin-cmd a {
  padding: 0.5rem 1.25rem !important;
  background-color: #AA8453;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
  margin-top: 0;
}
.vbo-booking-mod-cmd.vbo-booking-precheckin-cmd a:hover, .vbo-booking-mod-cmd.vbo-booking-precheckin-cmd a:focus {
  background-color: #222;
}

.vbo-precheckin-submit .btn,
.vbo-precheckin-submit a,
.vbo-booking-mod-cmd .btn,
.vbo-booking-mod-cmd a {
  padding: 0.5rem 1.25rem !important;
  background-color: #222;
  font-size: 1rem;
  color: #ffffff;
  position: relative;
  border: 1px solid #AA8453;
}
.vbo-precheckin-submit .btn:hover, .vbo-precheckin-submit .btn:focus,
.vbo-precheckin-submit a:hover,
.vbo-precheckin-submit a:focus,
.vbo-booking-mod-cmd .btn:hover,
.vbo-booking-mod-cmd .btn:focus,
.vbo-booking-mod-cmd a:hover,
.vbo-booking-mod-cmd a:focus {
  background-color: #AA8453;
}
@media (max-width: 991px) {
  .vbo-precheckin-submit .btn,
  .vbo-precheckin-submit a,
  .vbo-booking-mod-cmd .btn,
  .vbo-booking-mod-cmd a {
    max-width: 100%;
    width: 100%;
  }
}

.vbo-booking-details-bookinfo span,
.vbo-bookingdet-userdetail span {
  color: #ffffff;
}

.vbvordudatatitle {
  color: #AA8453;
  border-color: #AA8453;
}

.vbo-booking-costs-list {
  background-color: #AA8453;
  padding: 1.25rem 2.5rem;
  border: none;
}
.vbo-booking-costs-list .vbo-booking-cost-detail.vbo-booking-cost-detail-total span {
  color: #ffffff;
}
.vbo-booking-costs-list .vbo_price.vbo_keepcost::after {
  content: " RSD";
  font-family: "Barlow";
}

#vbo-precheckin-main-form {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  #vbo-precheckin-main-form {
    margin-bottom: 1.25rem;
  }
}

.vbo-precheckin-room-head span,
.info.vbo-precheckin-disclaimer,
.vbo-booking-details-intro {
  color: #ffffff;
}

.vikfxg-close {
  display: none !important;
}

@media (max-width: 991px) {
  .vboconfirmbottom .booknow {
    float: none !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
  }
}

@media (max-width: 991px) {
  .vbo-showprc-room-block,
  .vbo-oconfirm-summary-container {
    margin-bottom: 0;
  }
  .room_buttons_box {
    margin-top: 0;
  }
}
.vbo-booking-rooms-wrapper .vbordroomdet {
  color: #ffffff;
}

.vbo-booking-print i {
  color: #ffffff;
}

.vbordcancformbox {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.vbordcancformbox .vbordcancform-entry {
  margin-top: 1.5rem;
}
.vbordcancformbox textarea {
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
}

.vbsubmit, .vbordcancform-entry-submit input {
  background-color: #4F6F5A;
}

@media (max-width: 991px) {
  .vbo-precheckin-adult-wrap {
    padding: 1rem 0.75rem;
  }
}

.notice-success > p {
  margin: 0;
}

@media (max-width: 1024px) {
  .vbo-booking-costs-list .vbo-booking-cost-detail {
    flex-direction: column;
    align-items: center;
  }
}

.grecaptcha-badge {
	display: none;
}