@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
  background: #f5f4f0;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */

:active {
  outline: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type='submit'] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

.customer__review-content,
.page__404-btn .btn,
.gallery__list .tab__header li button::after,
.archive__list .load-more,
.archive__list .post__item .title,
.product__detail-info .info-price .reserve-btn,
.flickity-button,
.reserve-form form input[type='submit'],
.reserve-form form .form-group input,
.reserve-form form .form-group select,
.reserve-form form .form-group textarea,
.menu-slide-wrapper li .sub-menu,
.menu-slide ul li,
.header__left-language .language-switcher .language-dropdown li,
.header__left-language .language-switcher .language-dropdown,
.hazo-pagination ul li a:hover,
.scale-hover img {
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}

.customer__review-content,
.product__detail-utilities ul li,
.product__detail-info .info-item,
.block__unique-text,
.page__banner .container,
.form-subcribe,
.header__left-language .language-switcher li a,
.header__menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.page__banner {
  overflow: visible !important;
}
a {
  -webkit-transition: color 0.4s ease-out 0s;
  -moz-transition: color 0.4s ease-out 0s;
  -ms-transition: color 0.4s ease-out 0s;
  -o-transition: color 0.4s ease-out 0s;
  transition: color 0.4s ease-out 0s;
}

.ws-sgct blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eb2b2d;
}

.ws-sgct blockquote p {
  margin: 0 !important;
}

.ws-sgct code {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.ws-sgct {
  font-size: 16px;
  line-height: 1.6;
  color: #505565;
}

.ws-sgct p {
  margin-bottom: 2rem;
}

.ws-sgct img {
  margin: 2rem auto 2rem auto;
}

.ws-sgct table {
  margin: 0 0 15px;
  line-height: 2;
}

.ws-sgct table {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.ws-sgct table > tbody > tr > td,
.ws-sgct table > tbody > tr > th,
.ws-sgct table > tfoot > tr > td,
.ws-sgct table > tfoot > tr > th,
.ws-sgct table > thead > tr > td,
.ws-sgct table > thead > tr > th {
  border: 1px solid #ddd;
  padding: 7px 10px;
}

.ws-sgct h6 {
  font-size: 18px;
}

.ws-sgct h5 {
  font-size: 2.1rem;
}

.ws-sgct h4 {
  font-size: 2.4rem;
}

.ws-sgct h3 {
  font-size: 2.7rem;
}

.ws-sgct h2 {
  font-size: 3rem;
}

.ws-sgct h1 {
  font-size: 3.2rem;
}

.ws-sgct ul,
.ws-sgct ol {
  margin: 0 0 20px;
  padding-left: 30px;
}

.ws-sgct ul li,
.ws-sgct ol li {
  line-height: 1.5;
  margin-bottom: 8px;
}

.ws-sgct ol {
  list-style: decimal;
}

.ws-sgct ul {
  list-style: disc;
}

.ws-sgct iframe {
  margin: auto;
}

.ws-sgct .syntaxhighlighter {
  padding: 10px 0;
}

.ws-sgct h2,
.ws-sgct h3,
.ws-sgct h4,
.ws-sgct h5,
.ws-sgct h6,
.ws-sgct h1 {
  margin: 0 0 25px;
  font-weight: 700;
  color: var(--text-heading);
}

.overlay {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21;
  text-align: right;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.overlay.overlay-active {
  opacity: 1;
  visibility: visible;
}

.overlay .close {
  cursor: pointer;
  padding: 15px;
}

.overlay .close path {
  fill: #ffffff;
}

.back-to-top {
  position: fixed;
  bottom: 5rem;
  right: 2.5rem;
  width: 5rem;
  height: 5rem;
  background: #d88d3b !important;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
  line-height: 4rem;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .back-to-top {
    display: none !important;
  }
}

.button-contact {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 9999;
}

.button-contact img {
  max-width: 30px;
}

.swal2-html-container {
  font-size: 16px;
}
h2#swal2-title {
  font-size: 35px;
}
.c-img {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
}

.c-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.scale-hover {
  display: block;
  overflow: hidden;
  width: 100%;
}

.scale-hover:hover > img {
  transform: scale(1.09);
}

.hazo-pagination {
  justify-content: center;
  margin: 5rem 0 3rem 0;
}

.hazo-pagination ul {
  display: flex;
  justify-content: center;
}

.hazo-pagination ul li.active a {
  background: var(--primary-color);
  color: #fff;
}

.hazo-pagination ul li a {
  float: left;
  margin: 0 2.5px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 14px;
  padding: 0;
  line-height: 35px;
  color: #282828;
  text-decoration: none;
}

.hazo-pagination ul li a svg {
  width: 10px;
  height: 14px;
  margin-bottom: 2px;
}

.hazo-pagination ul li a svg path {
  stroke: var(--primary-color);
}

.hazo-pagination ul li a:hover {
  background: var(--primary-color);
  color: #fff;
}

.hazo-pagination ul li a:hover svg path {
  stroke: #fff;
}

@media (min-width: 991px) {
  .col-lg-1-5 {
    width: 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media (max-width: 767px) {
  .scroll-snap {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}

.scroll-snap .item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/****************FONT*****************/

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/LibreBaskerville-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/LibreBaskerville-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Italic.ttf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Medium.ttf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-MediumItalic.ttf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-SemiBold.ttf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-SemiBoldItalic.ttf');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-BoldItalic.ttf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-ExtraBold.ttf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'EB Garamond';
  src: url('../fonts/EBGaramond-ExtraBoldItalic.ttf');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Thin.otf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Thin Italic.otf');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Light.otf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Light Italic.otf');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Regular.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Italic.otf');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Medium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Medium Italic.otf');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy SemiBold.otf');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy SemiBold Italic.otf');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Bold.otf');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Bold Italic.otf');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Heavy.otf');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Heavy Italic.otf');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Black.otf');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SVN-Gilroy';
  src: url('../fonts/SVN-Gilroy Black Italic.otf');
  font-weight: 900;
  font-style: italic;
}

/****************FONT*****************/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-padding-top: 10rem;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 52%;
  }
}

:root {
  --primary-color: #2e2e2e;
  --primary-color-hover: #2e2e2e;
  --heading-color: #2e2e2e;
  --secondary-color: #d88d3b;
  --text-color: #777777;
}

body {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  overflow-x: hidden;
}

.container {
  padding: 0 15px;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1100px;
    width: 100%;
  }
}

/*--------------HEADER----------------*/

@media only screen and (min-width: 992px) {
  .header__left,
  .header__right {
    flex-basis: 40%;
  }

  .header__logo {
    flex: 1;
  }

  .header .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    z-index: 10;
  }
}

header.header-active .header {
  position: fixed;
  animation: stuck-header 0.5s;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: var(--primary-color);
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 9;
  width: 100vw;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 992px) {
  header:not(.header-active) .header::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}

header.header-active .header .btn-menu img {
  filter: invert(1);
}

header.header-active .header .btn-menu svg path {
  stroke: var(--primary-color);
}

.header__logo-black {
  display: none;
}

header.header-active .header__logo img {
  max-width: 85px;
}

header.header-active .header__logo .header__logo-white {
  display: none;
}

header.header-active .header__logo .header__logo-black {
  display: block;
}

@media only screen and (min-width: 1200px) {
  header.header-active .header__right-reserve {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--secondary-color);
  }

  header.header-active .header__right-reserve:hover {
    background-color: var(--primary-color);
  }

  header.header-active .header__right-reserve a {
    /*background: linear-gradient(114.53deg,
        #ce9f62 -4.29%,
        #f7e4a7 50.68%,
        #d0a366 100.22%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;*/
    color: #fff;
  }
}

@media (max-width: 1199px) {
  header.header-active .header__right-reserve svg {
    fill: var(--primary-color);
  }
}

header.header-active .temp-stt svg path {
  fill: var(--primary-color);
}

@keyframes stuck-header {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);
  }
}

.section-space {
  padding: 9rem 0;
}

@media only screen and (max-width: 767px) {
  .section-space {
    padding: 4rem 0;
  }
}

.header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header__menu ul li a {
  text-transform: uppercase;
  font-weight: 500;
}

.header__left-menu li:not(:first-child),
.header__right-menu li:not(:first-child) {
  margin-left: 15px;
}

.header__left .btn-menu {
  text-transform: uppercase;
  margin-right: 50px;
  cursor: pointer;
}

.header__left .btn-menu svg {
  margin-right: 15px;
}

.header__left .btn-menu svg path {
  stroke: #ffffff;
}

.header-active .header__left .btn-menu svg path {
  stroke: var(--primary-color);
}

.header__left-language .language-switcher {
  position: relative;
  display: flex;
}

.header__left-language .language-switcher li {
  list-style: none;
  display: none;
}
.header__left-language .language-switcher li.current-lang {
  display: block;
}
.header__left-language .language-switcher li a {
  align-items: center;
}

.header__left-language .language-switcher li a img {
  width: 20px !important;
  height: auto !important;
}
.header__left-language .language-switcher .language-dropdown.active li {
  display: block;
}
.header__left-language .language-switcher .language-dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 70px;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 20px;
  overflow: hidden;
}

.header__left-language .language-switcher .language-dropdown li {
  padding: 8px 10px;
  color: var(--primary-color);
}

.header__left-language .language-switcher .language-dropdown li.current-lang,
.header__left-language .language-switcher .language-dropdown li:hover {
  background-color: var(--primary-color);
}

.header__left-language .language-switcher .language-dropdown li.current-lang a,
.header__left-language .language-switcher .language-dropdown li:hover a {
  color: #ffffff;
}

.header__left-language .language-switcher .language-dropdown.active {
  opacity: 1;
  visibility: visible;
  margin-top: 30px;
}
.header__left-language .language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}
.header__left-language .language-toggle img {
  width: 20px !important;
  height: auto !important;
}
header.header-active .header__left-language .language-toggle img {
  filter: brightness(0) invert(0);
}
.header__left-language .language-toggle .code {
  font-weight: 500;
  text-transform: uppercase;
}
.header__left-language .language-switcher .language-dropdown li a .code {
  padding-left: 10px;
}
.header__logo {
  padding-left: 10px;
  padding-right: 10px;
}

.header__logo img {
  margin: auto;
  max-width: 120px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .header__logo img {
    max-width: 110px;
  }
}

.header__right-reserve {
  text-transform: uppercase;
}
.header__right-reserve a {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .header__right-reserve {
    font-size: 12px;
  }
}

.header__right-reserve svg {
  fill: #fff;
}

@media only screen and (min-width: 992px) {
  .pt-50p {
    padding-top: 50% !important;
  }
}

@media only screen and (min-width: 992px) {
  .w-85 {
    width: 85% !important;
  }
}

@media only screen and (min-width: 992px) {
  .pt-450 {
    padding-top: 450px !important;
  }
}

.temp-stt {
  display: none;
  padding-right: 5px;
}

.temp-stt svg path {
  fill: var(--primary-color);
}

.menu-slide {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 280px;
  max-width: 90%;
  background-color: rgba(0, 0, 0, 0.95);
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transform: translateX(-100%);
  z-index: 22;
  color: #ffffff;
}

.menu-slide.show {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.menu-slide ul {
  padding-top: 2rem;
}

.menu-slide ul li {
  padding: 15px;
}

.menu-slide ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-slide ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

.menu-slide ul li:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.menu-slide ul.sub-menu {
  margin-top: 0;
}

.menu-slide-wrapper ul {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  display: block;
}

.menu-slide-wrapper li {
  margin: 0;
  font-size: 16px;
}

.menu-slide-wrapper li a {
  display: block;
  position: relative;
}

.menu-slide-wrapper li a .navtrigger {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
}

.menu-slide-wrapper li a .navtrigger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-slide-wrapper li .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #000;
  height: 100%;
  z-index: 1;
}

.menu-slide-wrapper li .sub-menu li {
  font-size: 14px;
}

.menu-slide-wrapper li .sub-menu .backmenu-row {
  position: relative;
  padding: 15px;
  padding-left: 35px;
  background: #345c55;
  font-size: 16px;
}

.menu-slide-wrapper li .sub-menu .backmenu-row .back-trigger {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  display: block;
}

.menu-slide-wrapper li .sub-menu .backmenu-row .back-trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(135deg);
}

.menu-slide-wrapper li.sub-open > .sub-menu {
  left: 0;
}

.reserve-form .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.reserve-form .modal-body {
  padding: 3rem;
}

@media only screen and (max-width: 767px) {
  .reserve-form .modal-body {
    padding: 2rem;
  }
}

.reserve-form form .form-group {
  margin-bottom: 3rem;
}

.reserve-form form .form-group input,
.reserve-form form .form-group select,
.reserve-form form .form-group textarea {
  width: 100%;
  max-width: 100%;
  height: 45px;
  border-radius: 0;
  padding: 10px;
  border: 1px solid #c9c6c6;
}

.reserve-form form .form-group textarea {
  height: 100px;
}

.reserve-form form .form-group input:focus,
.reserve-form form .form-group select:focus,
.reserve-form form .form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}

.reserve-form form input[type='submit'] {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  height: 45px;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--secondary-color);
  font-weight: 600;
  font-size: 13px;
}

.reserve-form form input[type='submit']:hover {
  background-color: var(--primary-color-hover);
}

.reserve-form form .wpcf7-spinner {
  left: 50%;
  transform: translateX(-200%);
  top: 5px;
}

.heading-title {
  font-family: 'EB Garamond';
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .heading-title {
    font-size: 2.7rem;
    padding-top: 30px;
  }
}

.heading-title.smaller {
  font-size: 20px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .heading-title.smaller {
    font-size: 2.7rem;
  }
}

.heading-title.color-second {
  color: var(--secondary-color);
}

.heading-title.has-border {
  position: relative;
}

.heading-title.has-border::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  height: 1px;
  width: 25%;
  border-bottom: 1px solid var(--heading-color);
}

.sub-title {
  font-family: 'SVN-Gilroy';
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--secondary-color);
}

@media only screen and (max-width: 767px) {
  .sub-title {
    font-size: 11px;
    letter-spacing: 2px;
  }
}

.footer__wrapper {
  padding-top: 7rem;
  background-color: #f5f4f0;
  color: var(--primary-color);
  margin-bottom: 120px;
}

.footer__wrapper-bottom {
  font-size: 14px;
  padding: 1.5rem 0;
  background-color: #343535;
  color: #fff;
  margin-top: 3rem;
}

.footer__wrapper-bottom .made a {
  color: var(--secondary-color);
  font-weight: 700;
}

.footer__item ul li {
  margin-bottom: 10px;
}

.footer__item a {
  font-size: 12px;
  font-weight: 700;
  color: var(--secondary-color);
  text-transform: uppercase;
}

.footer__item a:hover {
  color: var(--primary-color);
}

.footer__item .form-ct {
  margin-top: 2rem;
}

.footer__item .form-ct .news-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.footer__item-social li:not(:last-child) {
  margin-right: 2rem;
}

.footer__item-social svg path {
  fill: var(--secondary-color);
}

.footer__item-weather {
  font-size: 13px;
  font-weight: 700;
}

.form-subcribe {
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #61857f;
}

.form-subcribe .wpcf7-spinner {
  position: absolute;
}

.form-subcribe input {
  width: 100%;
  max-width: 100%;
  height: 40px;
  padding: 10px;
  border: none;
  background-color: transparent;
  font-size: 12px;
}

.form-subcribe input[type='submit'] {
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  width: auto;
}

.form-subcribe input::placeholder {
  font-size: 12px;
}

.page__banner {
  width: 100%;
  position: relative;
  background-color: #446084;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .page__banner {
    padding-top: 75%;
  }

  .page__banner .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .page__banner {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }
}

.page__banner .container {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
.page__banner-text {
  position: absolute;
  margin-bottom: 200px;
}
.page__banner-text .sub-title {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 3rem;
  letter-spacing: 0.75em;
  font-weight: 600;
  font-family: 'SVN-Gilroy';
}

@media only screen and (max-width: 767px) {
  .page__banner-text .sub-title {
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 2rem;
  }
}

.page__banner-title {
  font-family: 'EB Garamond', serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.3;
}
.single .page__banner-title {
  font-size: 50px;
}
@media only screen and (max-width: 767px) {
  .page__banner-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .page__banner-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.page__banner-title .title-animate {
  --dur: 5s;
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding-right: 2rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}
@property --reveal {
  syntax: '<percentage>';
  initial-value: 0%;
  inherits: false;
}
.page__banner-title .title-animate::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #fffff7;
  background: #fffff7;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: normal;
  -webkit-clip-path: inset(0 calc(100% - var(--reveal)) 0 0);
  clip-path: inset(0 calc(100% - var(--reveal)) 0 0);
  animation: reveal var(--dur) linear infinite;
}

.page__banner-title .title-animate::after {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: var(--reveal);
  border-right: 3px solid;
  transform: skewX(-35deg);
  border-image: linear-gradient(to left, #ce9f62, #f7e4a7, #d0a366) 1 100%;
  animation: reveal var(--dur) linear infinite;
}

@keyframes reveal {
  0% {
    --reveal: 0%;
  }
  92% {
    --reveal: 99%;
  }
  100% {
    --reveal: 99%;
  }
}

.page__banner-scroll {
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0.8;
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  .page__banner-scroll {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .page__banner-scroll {
    font-size: 10px;
  }
}

.page__banner .mouse {
  width: 34px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  margin: auto;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  .page__banner .mouse {
    display: none;
  }
}

.page__banner .mouse::before {
  content: '';
  width: 5px;
  height: 6px;
  position: absolute;
  top: 10px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 1.8s infinite;
}

.page__banner .arrow {
  animation: bounce 1.6s infinite;
}

@keyframes bounce {
  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(8px);
  }
}

@keyframes mouse {
  from {
    opacity: 1;
    top: 10px;
  }

  to {
    opacity: 0;
    top: 45px;
  }
}

@-moz-keyframes mouse {
  from {
    opacity: 1;
    top: 30px;
  }

  to {
    opacity: 0;
    top: 45px;
  }
}

@-webkit-keyframes mouse {
  from {
    opacity: 1;
    top: 30px;
  }

  to {
    opacity: 0;
    top: 45px;
  }
}

@keyframes animate {
  0% {
    width: 0;
  }

  50% {
    width: 99%;
  }

  100% {
    width: 99%;
    border-right: 0px;
  }
}

@-moz-keyframes animate {
  0% {
    width: 0;
  }

  50% {
    width: 99%;
  }

  100% {
    width: 99%;
    border-right: 0px;
  }
}

@-webkit-keyframes animate {
  0% {
    width: 0;
  }

  50% {
    width: 99%;
  }

  100% {
    width: 99%;
    border-right: 0px;
  }
}

@keyframes grow {
  0% {
    width: 0;
  }

  50% {
    width: 99%;
  }

  100% {
    width: 99%;
  }
}

@-webkit-keyframes grow {
  0% {
    width: 0;
  }

  50% {
    width: 99%;
  }

  100% {
    width: 99%;
  }
}

@-moz-keyframes grow {
  0% {
    width: 0;
  }

  50% {
    width: 99%;
  }

  100% {
    width: 99%;
  }
}
@keyframes textReveal {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes blink {
  from,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/**Mây trôi*/
.clouds-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.may_to_right,
.may_to_right_2,
.may_to_right_3 {
  position: absolute;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
}

/* Mây bay nhanh nhất */
.may_to_right {
  animation-name: cloudMoveFast;
  animation-duration: 30s;
}

/* Mây bay trung bình */
.may_to_right_2 {
  animation-name: cloudMoveMedium;
  animation-duration: 35s;
}

/* Mây bay chậm nhất */
.may_to_right_3 {
  animation-name: cloudMoveSlow;
  animation-duration: 50s;
}

@keyframes cloudMoveFast {
  0% {
    left: -60%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes cloudMoveMedium {
  0% {
    left: -60%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

@keyframes cloudMoveSlow {
  0% {
    left: -60%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}

/**Block Wonder**/
.block__wonder {
  background-position: bottom;
}

.block__wonder .desc {
  font-family: 'Lato';
}

.desc p {
  margin-bottom: 2rem;
}

.block__wonder .desc p {
  margin-bottom: 2rem;
}

.block__wonder .desc.desc-top {
  margin-top: 5rem;
}

@media only screen and (min-width: 992px) {
  .block__wonder .desc.desc-top {
    width: 80%;
    margin-left: auto;
  }
}

.block__wonder-image {
  margin-top: 4rem;
}

.block__wonder-image .image {
  position: relative;
  padding-top: 66.66%;
}

@media only screen and (min-width: 992px) {
  .block__wonder-image .image {
    width: 90%;
  }
}

.block__wonder-image .image img,
.block__wonder-image .image iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.block__wonder-image .content {
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media only screen and (min-width: 992px) {
  .block__wonder-image .content {
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    max-width: 100%;
    /*max-height: 70%;*/
    height: auto;
    padding: 5rem;
    right: 0;
  }
}

.block__wonder-image .content.has-quote {
  text-align: center;
}

.block__wonder-image .content.has-quote::before {
  content: '“';
  margin-top: 50px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--heading-color);
  display: block;
}

.block__wonder-image .content.has-quote .desc {
  font-family: 'Montserrat';
  line-height: 1.7;
}

@media only screen and (min-width: 992px) {
  .block__wonder-image .content.has-quote {
    right: unset;
    left: 20%;
    width: 480px;
  }
}

@media only screen and (min-width: 1400px) {
  .block__wonder-image .content {
    right: -13rem;
  }
}
.block__wonder-image .content.imgr-textl {
  left: -13rem;
}
@media only screen and (max-width: 991px) {
  .block__wonder-image .content {
    padding: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .block__wonder-image .content .desc {
    max-height: 180px;
    overflow-y: auto;
  }
}

.section-bottom-link a {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-top: 35px;
  color: var(--secondary-color);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  text-align: left;
}

.section-bottom-link a:hover {
  color: var(--primary-color);
}

.section-bottom-link a::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
 /* background-image: url('/wp-content/uploads/2023/09/favicon.png');*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-shrink: 0;
}

.section-bottom-link a:after {
  content: '';
  width: 20px;
  height: 1px;
  margin-left: 5px;
  background-color: var(--secondary-color);
  flex: auto;
}
.bg__secondary .section-bottom-link a {
  color: var(--primary-color);
}

.bg__secondary .section-bottom-link a::before {
  background-image: url('../images/after.png');
}

.bg__secondary .section-bottom-link a:after {
  background-color: var(--primary-color);
}
.block__unique-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 1999px) {
  .block__unique-text {
    padding: 6rem 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .block__unique-text {
    max-width: 520px;
    width: 100%;
    margin-left: auto;
  }

  .block__unique-text .heading-title {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .block__unique .content {
    width: 80%;
    margin: 2rem auto;
  }
}

.block__unique .content .desc {
  color: #fff;
}

.block__unique-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block__unique .gallery-item {
  padding-top: 100%;
}

@media only screen and (min-width: 1200px) {
  .block__unique-gallery {
    padding-top: 0;
  }
}

.bg__primary {
  background-color: var(--primary-color);
}

.bg__secondary {
  background-color: var(--secondary-color);
}

.text__primary {
  color: var(--primary-color);
}

.text__secondary {
  color: var(--secondary-color);
}

.block__getting-img img {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .block__getting-text {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 16rem;
  }
}

@media (max-width: 1199px) {
  .block__getting-text {
    padding: 4rem 15px;
  }
}

.block__getting-text .desc {
  margin-top: 9rem;
  margin-bottom: 6rem;
}

@media (max-width: 1199px) {
  .block__getting-text .desc {
    margin-top: 4rem;
    margin-bottom: 4rrem;
  }
}

@media only screen and (min-width: 1200px) {
  .block__getting .pt-320 {
    padding-top: 32rem;
  }
}

.block__slider-item {
  width: 80%;
}

.block__slider-item img {
  width: 100%;
  object-fit: cover;
}

.block__slider-img {
  padding-top: 50%;
}

.flickity-page-dots {
  bottom: 30px;
}

.flickity-page-dots .dot {
  background: transparent;
  border: 2px solid #fff;
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

.flickity-page-dots .dot {
  width: 15px;
  height: 15px;
}

.flickity-button {
  width: 45px;
  height: 45px;
  background-color: unset;
  border: 2px solid #fff;
}

.flickity-button:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.flickity-button .flickity-button-icon {
  fill: #ffffff;
}

.flickity-button.previous {
  left: 20px;
}

.flickity-button.next {
  right: 20px;
}

.post__item .title {
  font-size: 3rem;
  color: var(--secondary-color);
  font-family: 'Baskerville';
  margin: 1.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

@media only screen and (max-width: 991px) {
  .post__item .title {
    font-size: 2.5rem;
  }
}

.post__item .summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  font-size: 1.6rem;
}
.home .post__item .summary {
  -webkit-line-clamp: 5;
}
.block__discover .list__post {
  margin-top: 8rem;
}

.block__discover .list__post .post__item {
  transform: scale(0.9);
}

.block__discover .list__post .is-selected .post__item {
  transform: scale(1);
}

.block__discover .list__post .is-selected .post__item .title {
  color: var(--primary-color);
}

.block__discover .heading-title {
  padding-left: 15px;
}

.block__discover .flickity-button .flickity-button-icon {
  fill: #0b302c;
}

.block__discover .flickity-button:hover .flickity-button-icon {
  fill: #fff;
}

.block__discover .flickity-button.next {
  right: -45px;
}

.block__discover .flickity-button.previous {
  left: -45px;
}

.block__discover .flickity-prev-next-button {
  top: 30%;
}

.block__development {
  padding-bottom: 8rem;
}

.block__development .desc {
  margin-top: 2rem;
  margin-bottom: 6rem;
}

.block__development .block__img-item img {
  width: 100%;
}

.block__development .block__img-item:first-child img {
  max-width: 85%;
  height: 550px;
  object-fit: cover;
}

.block__development .block__img-item:nth-child(2) {
  margin-top: -6rem;
}

.block__development .block__img-item:nth-child(2) img {
  max-width: 230px;
  width: 100%;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .block__development .block__img-item:nth-child(2) img {
    max-width: 40%;
  }
}

@media only screen and (min-width: 992px) {
  .block__development .block__content {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0;
  }
}
.home .section-bg {
  background-position: top center;
}
.section-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.section-ratio {
  position: relative;
  padding-top: 66.66%;
  width: 100%;
}

.section-ratio > .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.block__banner {
  padding-top: 600px;
}

@media only screen and (max-width: 991px) {
  .block__banner {
    padding-top: 500px;
  }
}

.block__banner-logo {
  max-width: 100px;
}

.block__banner-title {
  font-size: 3.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
}

.block__subscribe {
  padding: 5rem 0;
}

.block__subscribe .section-bottom-link a:hover {
  color: #fff;
}

.block__subscribe .form-subcribe input {
  font-size: 1.5rem;
  color: #fff;
}

.block__subscribe .form-subcribe input::placeholder {
  font-size: 1.5rem;
  color: #fff;
}

.block__subscribe .form-subcribe input[type='submit'] {
  color: #fff;
  font-weight: 400;
}

.section-pb {
  padding-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 5rem;
  }
}

.section-mb {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 767px) {
  .section-mb {
    margin-bottom: 5rem;
  }
}

.section-pt {
  padding-top: 10rem;
}

@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 5rem;
  }
}

.block__image__text .block__content-img {
  padding-top: 111.5%;
}

.block__image__text .block__content-text {
  text-align: justify;
}

@media only screen and (min-width: 992px) {
  .block__image__text .block__content-text {
    padding-bottom: 15rem;
  }
}

.block__image__text .block__content-text .heading-title {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .block__image__text .block__content-text .heading-title {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .block__image__text .block__image-bottom {
    margin-top: -15rem;
  }
}

@media only screen and (min-width: 992px) {
  .block__image__text.type-1 .block__content-text {
    padding-right: 15%;
  }
}

.block__image__text.type-2 .row {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) {
  .block__image__text.type-2 .block__content-text {
    padding-left: 10%;
  }
}

.product__detail-desc {
  padding: 5rem 0;
  font-size: 2rem;
  line-height: 1.7;
  color: var(--heading-color);
}

.product__detail-thumb .thumb-item .c-img {
  padding-top: 60.748%;
}

.product__detail-desc::before {
  content: '“';
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--heading-color);
  display: block;
}

@media only screen and (min-width: 992px) {
  .product__detail-desc {
    padding: 8rem 0;
    max-width: 85%;
    margin: auto;
  }
}

.product__detail-bottom {
  padding-top: 8rem;
  margin-top: 8rem;
  background-color: rgba(68, 96, 132, 0);
  background-position: top;
}

@media only screen and (max-width: 991px) {
  .product__detail-bottom {
    padding-top: 5rem;
    margin-top: 5rem;
  }
}

.product__detail-info .info-item {
  margin-bottom: 2rem;
}

.product__detail-info .info-item svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.product__detail-info .info-item .desc {
  margin-left: 15px;
}

.product__detail-info .info-item strong {
  color: #1b1916;
}

.product__detail-info .info-item .more-info {
  font-size: 14px;
}

.product__detail-info .info-item .more-info p {
  padding-top: 5px;
}

.product__detail-info .info-price {
  padding: 2.5rem;
  border: 1px solid #e4eae4;
}

.product__detail-info .info-price .box-price {
  color: #17302c;
  margin-bottom: 2rem;
}

.product__detail-info .info-price .box-price .price {
  font-family: 'Baskerville';
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -0.01em;
  color: #957251;
}

.product__detail-info .info-price .date-box strong {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-size: 15px;
}

.product__detail-info .info-price .date-box .date {
  margin-top: 10px;
  cursor: pointer;
}

.product__detail-info .info-price .checkout-date {
  text-align: center;
  padding-left: 2rem;
  border-left: 1px solid #e4eae4;
}

.product__detail-info .info-price .reserve-btn {
  font-weight: 700;
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background-color: var(--primary-color);
}

.product__detail-info .info-price .reserve-btn:hover {
  background-color: var(--primary-color-hover);
}

.product__detail-info .info-price .reserve-btn + p {
  font-size: 14px;
  color: var(--heading-color);
}

.product__detail-utilities {
  margin-top: 3rem;
  padding-bottom: 6rem;
}

.product__detail-utilities .heading-title {
  margin-bottom: 5rem;
}

.product__detail-utilities ul li {
  margin-bottom: 3rem;
}

.product__detail-utilities ul li img {
  max-height: 24px;
  height: 24px;
  width: 24px;
  max-width: 24px;
  margin-right: 0.5em;
}

@media only screen and (min-width: 992px) {
  .w-80 {
    width: 80%;
  }
}

.list__dinner-item .img {
  padding-top: 105%;
}

.list__dinner-item .content {
  font-size: 15px;
}

@media only screen and (min-width: 992px) {
  .list__dinner-item .content {
    padding-bottom: 10rem;
    padding-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .list__dinner-item .content {
    margin-top: 3rem;
  }
}

.list__dinner-item .heading-title {
  margin-bottom: 3rem;
}

.list__dinner-item:nth-of-type(even) .row {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 992px) {
  .list__dinner-item:nth-of-type(even) .content {
    padding-left: 15%;
  }
}

@media only screen and (min-width: 992px) {
  .list__dinner-item:nth-of-type(odd) .content {
    padding-right: 15%;
  }
}

@media only screen and (min-width: 992px) {
  .list__dinner-item {
    margin-bottom: 5rem;
  }
  .list__dinner-item:nth-of-type(n + 2) .img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .banner__dinner {
    padding-top: 640px;
  }
}

.banner__dinner {
  margin-top: 5rem;
}

@media only screen and (min-width: 992px) {
  .banner__dinner .block__banner-title {
    font-size: 5.8rem;
    margin-top: 3rem;
  }
}

.block__review {
  margin-top: -12rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .block__review .row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}

.block__review-item {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .block__review-item {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

.block__review-item .img img {
  width: 24rem;
  height: 24rem;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}

.block__review-item .content {
  margin-top: 3rem;
}

.block__review-item .desc {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 1.7;
}

.mb-70 {
  margin-bottom: 7rem;
}

.archive__heading-content {
  margin: 5rem 0;
}

@media only screen and (min-width: 992px) {
  .archive__heading-content {
    width: 80%;
    margin: 5rem auto;
  }
}

.archive__list {
  margin-bottom: 5rem;
}

.archive__list .post__item .title {
  color: var(--heading-color);
  font-size: 2.5rem;
}

.archive__list .post__item .title:hover {
  color: var(--primary-color);
}

.archive__list .post__item .readmore {
  display: block;
  margin-top: 2rem;
  color: var(--secondary-color);
  font-weight: 500;
}
.archive a.readmore,
.single-offer a.readmore,
.single a.readmore {
  color: var(--secondary-color);
}
a.readmore svg {
  width: 15px;
  height: 15px;
}
.archive__list .load-more {
  text-align: center;
  padding: 10px;
  background-color: var(--primary-color);
  color: #fff;
  margin-top: 4rem;
}

.archive__list .load-more:hover {
  background-color: var(--heading-color);
}

.archive__list .load-more a {
  display: block;
}

.single__content {
  margin: 5rem 0;
}

.single__content .heading-title {
  margin-bottom: 5rem;
}

.post__related {
  background-color: #f0f4f0;
}

.post__related .post__item .title {
  font-size: 2.5rem;
  color: var(--primary-color);
}

.gallery__list-tab {
  margin-bottom: 5rem;
}

.gallery__list .tab__header {
  margin: 4rem 0;
  border-bottom: 0;
  justify-content: center;
}

.gallery__list .tab__header li {
  font-family: 'Baskerville';
  font-size: 2.5rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
}

.gallery__list .tab__header li button {
  color: var(--heading-color);
  position: relative;
}

.gallery__list .tab__header li button::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--secondary-color);
  transition: width 0.3s ease;
}

.gallery__list .tab__header li button.active {
  color: var(--secondary-color);
}

.gallery__list .tab__header li button.active::after {
  width: 100%;
}

.gallery__list .list__gallery-img .tab-pane {
  column-count: 3;
  column-gap: 2rem;
}

@media only screen and (max-width: 991px) {
  .gallery__list .list__gallery-img .tab-pane {
    column-count: 2;
  }
}

@media only screen and (max-width: 767px) {
  .gallery__list .list__gallery-img .tab-pane {
    column-count: 1;
  }
  .block__review-item .img img {
    width: 20rem;
    height: 20rem;
  }
  .button-contact {
    display: none;
  }
}

.gallery__list .list__gallery-img .gallery-item {
  margin-bottom: 2rem;
}

.contact__map {
  margin: 8rem 0;
}

.contact__form {
  margin-bottom: 8rem;
}

.contact__form .modal-content,
.contact__form .modal-header {
  border: none;
}

.contact__form .modal-body {
  padding: 0;
}

:is(.page-template-404-page, body.error404) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

:is(.page-template-404-page, body.error404) .header {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  color: var(--primary-color);
  position: static;
}

:is(.page-template-404-page, body.error404) .header .btn-menu img {
  filter: invert(1);
}

:is(.page-template-404-page, body.error404) .header .btn-menu svg path {
  stroke: var(--primary-color);
}

:is(.page-template-404-page, body.error404) .header__logo img {
  filter: invert(1);
}

:is(.page-template-404-page, body.error404) .header__right-reserve svg {
  fill: var(--primary-color);
}

:is(.page-template-404-page, body.error404) .temp-stt svg path {
  fill: var(--primary-color);
}

.page__404 {
  text-align: center;
}

.page__404 h1 {
  font-family: 'Baskerville';
  font-size: 5rem;
  margin-bottom: 3rem;
  color: var(--primary-color);
}

@media only screen and (max-width: 767px) {
  .page__404 h1 {
    font-size: 4rem;
  }
}

.page__404-btn {
  margin-top: 3rem;
}

.page__404-btn .btn {
  font-size: 14px;
  padding: 8px 16px;
}

.page__404-btn .btn-primary {
  background-color: var(--primary-color);
  border: none;
}

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

.page__404-btn .btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

.page__404-btn .btn-outline-primary:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.customer__review {
  margin-top: 6rem;
}

.customer__review-item {
  width: 288px;
  max-width: 90%;
}

.customer__review-item:hover .customer__review-content {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.customer__review-img {
  padding-top: 100%;
}

.customer__review-content {
  padding: 1.5rem;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.customer__review-content .icon-social {
  max-width: 80px;
}

.customer__review-content .content {
  margin: 5px 0;
}

.customer__review-content .name {
  font-weight: 700;
  font-size: 16px;
}

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

.kmar-pagination li {
  display: inline-block;
}

.kmar-pagination li a {
  width: 4rem;
  height: 4rem;
  display: inline-block;
  text-align: center;
  line-height: 4rem;
  border: 1px solid var(--heading-color);
}

.kmar-pagination {
  text-align: center;
  margin-top: 50px;
}

.kmar-pagination li a:hover,
.kmar-pagination li.active a {
  background: var(--heading-color);
  color: #fff;
}

.icw-20 {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.header__menu > ul > li {
  position: relative;
}

.header__menu > ul > .menu-item-has-children:after {
  position: absolute;
  width: 100%;
  content: '';
  height: 2.4rem;
  bottom: -2rem;
  left: 0;
  background: transparent;
}

.header__menu > ul > .menu-item-has-children > .sub-menu li {
  margin-left: 0;
  padding: 5px 15px;
}

.header__menu > ul > .menu-item-has-children > .sub-menu li a {
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.header__menu > ul > .menu-item-has-children > .sub-menu li:hover {
  color: #fff;
  background-color: var(--heading-color);
}

.header__menu > ul > .menu-item-has-children > .sub-menu {
  margin-top: 2rem;
  opacity: 0;
  display: block;
  visibility: hidden;
  -webkit-transition: 0.4s ease-out 0s;
  -moz-transition: 0.4s ease-out 0s;
  -ms-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
  z-index: -1;
  transform-origin: top;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  min-width: 32rem;
  color: var(--text-color);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  box-shadow: 0px 10px 22px 0px rgba(45, 77, 108, 0.15);
  border-radius: 1rem;
  padding: 10px 0;
  transform: translateY(-10px) scaleY(0.5);
}

.header__menu > ul > .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transform: translateY(0) scaleY(1);
}
.header__menu > ul > li.menu-item-has-children > .sub-menu li {
  position: relative;
}
.header__menu > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu {
display: block;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  min-width: 30rem;;
  background: #fff;
	color: var(--text-color);
  border-radius: 1rem;
  padding: 10px 0;
  box-shadow: 0px 10px 22px 0px rgba(45, 77, 108, 0.15);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transform: translateX(10px);
  transition: 0.25s ease;
}
.header__menu > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 20;
  transform: translateX(0);
}
.header__menu > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children > a {
  padding-right: 28px;
}
.header__menu > ul > li.menu-item-has-children > .sub-menu li.menu-item-has-children > a:after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}
/*Update*/
.block__wonder-image.full-width-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.block__wonder-image.full-width-container .image {
  width: 100%;
  padding-top: 45%;
}

.block__wonder-image .content.has-quote {
  width: 600px;
  margin: 0 auto;
  height: auto;
  max-height: 100%;
  left: 0;
  right: 0;
}

.block__wonder-image.full-width-container .image img {
  object-fit: cover;
}

header.header-active .header__right-reserve {
  color: #fff;
  padding: 10px;
  margin-right: 0;
  background-color: var(--secondary-color);
}

header.header-active .header__right-reserve svg {
  fill: #fff;
}

.post__item-desc {
  padding-top: 10px;
}

/* ===== News Section (block__news) ===== */

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

.line-clamp-1 {
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
}

.block__news .news-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.block__news .news-main img {
  border-radius: 0.5rem;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.block__news .news-item img {
  border-radius: 0.5rem;
  object-fit: cover;
}

.block__news .news-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-family: 'Baskerville', serif;
  line-height: 1.4;
  letter-spacing: -0.01em !important;
  color: #2e2e2e !important;
}

.block__news .news-desc {
  font-size: 16px;
  line-height: 24px;
  color: #777;
  font-family: 'Lato', sans-serif;
}

.block__news .section-bottom-link {
  margin-top: 2rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .block__news .news-item {
    flex-direction: row;
    align-items: flex-start;
  }

  .block__news .news-item .flex-shrink-0 {
    width: 120px !important;
    margin-bottom: 0;
  }

  .block__news .news-item .flex-grow-1 {
    flex: 1;
  }
}

.block__wonder .desc.desc-top ul li {
  margin-left: 20px;
}
.footer__item-social .follow-us-title {
  font-weight: 700;
}
.footer-social-cta {
  position: fixed;
  bottom: 100px;
  right: 2.5rem;
  cursor: pointer;
  z-index: 9999;
}
.footer-social-cta a {
  color: var(--primary-color);
}
.footer-social-cta img {
  width: 5rem;
  height: 5rem;
  margin: 10px 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
}
.footer-social-cta img:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35), 0 4px 10px rgba(0, 0, 0, 0.25);
}
.footer__item-map a {
  color: var(--primary-color);
}
.footer__item-contact a {
  text-transform: lowercase;
  color: var(--primary-color);
}
.archive .nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.archive .nav .nav-item {
  color: var(--heading-color);
  font-family: 'Baskerville';
  font-size: 22px;
  margin-bottom: 2rem;
  margin-right: 2rem;
  margin-left: 2rem;
}
.archive .nav-tabs .nav-item.show .nav-link,
.archive .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
  color: var(--secondary-color);
  border-bottom: 2px solid var(--secondary-color);
  padding-bottom: 0px;
}
.archive .nav-link {
  color: var(--heading-color);
}
.archive .nav-tabs {
  border-bottom: none;
}
.archive__heading-content-tab {
  margin: 5rem 0;
}
.archive .post__item .title {
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .page__banner {
    padding-top: 130%;
  }

  .page__banner-title {
    font-size: 25px !important;
  }

  .block__wonder .desc {
    overflow: auto;
  }

  body {
    overflow-x: hidden;
  }

  .footer__item-logo {
    margin: 0 auto 15px !important;
  }

  .header__left .btn-menu,
  .header__right-info {
    position: relative;
    z-index: 9;
    margin-right: 0;
  }

  header:not(.header-active) .header,
  .header__logo {
    z-index: 9;
  }

  header:not(.header-active) .header::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0) 100%
    );
    z-index: 8;
  }

  .header__left .btn-menu {
    margin-right: 0;
  }

  .offer-categories-list {
    gap: 0px;
  }

  .header__left-btn {
    padding-right: 30px;
  }

  .block__wonder-image .content.has-quote {
    width: auto;
  }

  .block__discover .flickity-button.previous {
    left: 0px;
  }

  .block__discover .flickity-button.next {
    right: 0;
  }

  .block__discover .flickity-prev-next-button {
    top: 36%;
  }

  .block__discover .flickity-button {
    border: none;
  }

  .block__discover .flickity-button .flickity-button-icon {
    fill: #fff;
  }
}

@media (max-width: 767px) {
  .booking-be {
    display: none;
  }
  .site-mobile {
    background: transparent;
    display: flex;
    position: fixed;
    z-index: 999;
    bottom: 25px;
    left: 20px;
  }

  .site-mobile > a {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
    height: 3.125rem;
    margin-right: 15px;
  }
  .site-mobile > a img {
    height: 50px;
    border-radius: 50%;
    background: #f5f4f0;
    box-shadow: 0 4px 12px rgb(193 156 81 / 25%),
      0 2px 6px rgb(193 156 81 / 15%);
    transition: box-shadow 0.3s ease;
  }
  .site-mobile > a > i {
    font-size: 0.875rem;
  }

  .site-mobile .open-booking {
    color: #f5f4f0;
    background: #2e2e2e;
    flex: 0 0 55%;
    max-width: 55%;
    border-radius: 25px;
    padding: 25px 10px;
    box-shadow: 0 4px 12px rgb(193 156 81 / 25%),
      0 2px 6px rgb(193 156 81 / 15%);
    transition: box-shadow 0.3s ease;
    bottom: 12px;
    position: relative;
  }

  .site-mobile .open-booking > span img {
    height: 30px;
    margin-left: 5px;
    background: transparent;
    box-shadow: none;
    border-radius: inherit;
    filter: brightness(0) saturate(100%) invert(94%) sepia(4%) saturate(145%)
      hue-rotate(22deg) brightness(98%) contrast(96%);
  }

  .site-mobile .open-booking > span:first-child {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .footer-social-cta {
    display: none;
  }
  .page__banner-text {
    margin-bottom: 10px;
  }
}

#block-search:not(.sticky) {
  position: relative;
}
#block-search.booking-be {
  position: relative;
}
#block-search.sticky,
#block-search.booking-be.sticky {
  z-index: 9999;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: none;
  margin: 0;
  background: rgba(215, 197, 182, 0.6);
  backdrop-filter: blur(6px);
  border: none;
  transition: transform 800ms ease-in-out;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  #block-search.booking-be.sticky {
    transition: none;
  }
}
#block-search.sticky .Configure-quickBook-Widget .MbsSearchWidget,
#block-search.booking-be.sticky .Configure-quickBook-Widget .MbsSearchWidget {
  max-width: 100%;
}

.advantages {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  width: 100%;
  max-width: 433px;
  margin-top: 5px;

  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  color: #17302c;

  background: linear-gradient(
    230.77deg,
    rgba(255, 255, 255, 0.7) -10.83%,
    rgba(255, 255, 255, 0.98) 96.99%
  );
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;

  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  cursor: default;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.advantages.show {
  opacity: 1;
  visibility: visible;
  z-index: 1001;
  pointer-events: auto;
}

.advantages__header {
  padding: 16px;
  font-family: 'Baskervville', serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.97);
}

.advantages__list {
  padding: 20px;
  margin: 0;
  list-style-type: none;
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding: 8px 8px 8px 42px;
  margin: 0;
  min-height: 24px;

  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjYxMTEgNS4zNTM5N0MyMS4xMzkxIDQuODgxOSAyMC4zNzM5IDQuODgyMDYgMTkuOTAyMyA1LjM1NDEzTDkuMDU4MjcgMTYuMkw0LjA2Mjg3IDExLjIwNDRDMy41OTA4IDEwLjczMjUgMi44MjU2NiAxMC43MzIzIDIuMzU0MDcgMTEuMjA0M0MxLjg4MiAxMS42NzYyIDEuODgyIDEyLjQ0MTMgMi4zNTM5MSAxMi45MTMxTDguMjAzODcgMTguNzYzM0M4LjQzMDU2IDE4Ljk5IDguNzM3ODEgMTkuMTE3MyA5LjA1ODQzIDE5LjExNzNDOS4zNzg4OSAxOS4xMTczIDkuNjg2MyAxOC45OSA5LjkxMjk5IDE4Ljc2MzNMMjEuNjExNSA3LjA2Mjc3QzIyLjA4MzEgNi41OTEwMiAyMi4wODMxIDUuODI1ODggMjEuNjExMSA1LjM1Mzk3WiIgZmlsbD0iIzE3MzAyQyIvPgo8L3N2Zz4K');
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 24px;
}
.advantages {
  top: 100%;
  bottom: auto;
}

.advantages.above {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 5px;
}

@media screen and (min-height: 670px) and (min-width: 849px) {
  #block-search.sticky .advantages,
  #block-search.booking-be.sticky .advantages {
    right: 30px;
    top: auto;
    bottom: 100%;
    margin: 0 0 5px;
  }
}

@media screen and (max-width: 848px) {
  .advantages {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    max-width: none;
    margin: 10px 0 0 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .advantages.show {
  }

  .home .be-container {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 548px) {
  .advantages__list {
    padding: 10px;
  }
}
@media (max-width: 1280px) {
  .header__menu ul li a {
    font-size: 10px;
  }
  .header .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer__item a {
    font-size: 10px;
  }
}
