@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;
}

.prata-regular {
    font-family: "Prata", serif;
    font-weight: 400;
    font-style: normal;
}


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

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

.header__logo img {
    height: 80px;
    object-fit: contain;
}

body {
    box-sizing: border-box;
}

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,
.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;
}

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: 10rem;
    right: 3rem;
    width: 4rem;
    height: 4rem;
    background: var(--primary-color);
    cursor: pointer;
    z-index: 9999;
    text-align: center;
    line-height: 3.75rem;
    border-radius: 50%;
}

@media (max-width: 991px) {
    .back-to-top {
        display: none !important;
    }
    section.page__banner.section-bg::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgb(0 0 0 / 58%) 50%, rgb(0 0 0 / 5%) 100%);
    }
}

.button-contact {
    position: fixed;
    right: 3rem;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #251f1e;
    cursor: pointer;
    bottom: 25px;
    left: 200px;
    z-index: 9999;
}

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

.swal2-html-container {
    font-size: 16px;
}

.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;
    }
    .site-mobile .open-booking>span img {
        height: 26px!important;
        object-fit: contain;
    }
    .site-mobile .open-booking>span:first-child {
        flex: 0 0 40% !important;
    }
}

.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: "LibreBaskerville";
    src: url(../fonts/LibreBaskerville-Regular.ttf);
    font-weight: 400;
}

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

@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

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


/*
@font-face {
    font-family: "Freeway";
    src: url(../fonts/SFUFreewayLight.TTF);
    font-weight: 300;
}
@font-face {
    font-family: "Freeway";
    src: url(../fonts/SFUFreewayRoman.TTF);
    font-weight: 400;
}
@font-face {
    font-family: "Freeway";
    src: url(../fonts/SFUFreewayDemi.TTF);
    font-weight: 700;
}
@font-face {
    font-family: "Freeway";
    src: url(../fonts/SFUFreewayBlack.TTF);
    font-weight: 800;
}

@font-face {
    font-family: "Futura";
    src: url(../fonts/SFUFuturaRegular.TTF);
    font-weight: 400;
}
@font-face {
    font-family: "Futura";
    src: url(../fonts/SFUFuturaBold.TTF);
    font-weight: 700;
}*/


/* @font-face {
    font-family: "Fraternite";
    src: url(../fonts/Fraternite.otf);
    font-weight: 400;
} */

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: #FF671F;
    --primary-color-hover: #b38e4b;
    --heading-color: #fff;
    --secondary-color: #b38e4b;
    --text-color: #333333;
    --color-dark: #000000;
    --color-white: #fff;
}

body {
    font-family: "Merriweather", serif;
    /*font-family: "Montserrat";*/
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color);
    overflow-x: hidden;
    background: var(--color-dark);
}

.container {
    padding: 0 15px;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
        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);
    background: var(--color-dark);
}

@media only screen and (min-width: 992px) {
    body:not(.error404) 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%);*/
        display: none;
    }
}

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: 100px;
}

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

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

.error404 .header__right-reserve svg {
    fill: #b38e4b;
}

@media only screen and (min-width: 1200px) {
    .error404 .header__right-reserve,
    header.header-active .header__right-reserve {
        height: 50px;
        display: flex;
        line-height: 50px;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
        background-color: var(--primary-color);
    }
    .error404 .header__right-reserve a,
    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;
    }
}

@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: 16px;
    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;
    background: var(--color-dark);
}

.header__right-reserve a,
.header__menu ul li a {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    color: #fff;
}

.header__menu ul li a svg path {
    fill: #fff;
}

.header-active .header__right-reserve a,
.header-active .header__menu ul li a {
    color: #fff;
}

.search-form-popup input {
    background: transparent;
    border: unset;
    color: #fff;
    text-align: center;
    font-size: 30px;
    width: 100%;
    padding-inline: 20px;
}

.search-form-popup form {
    position: relative;
}

.search-form-popup button {
    /* fill: #fff; */
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 9999999999;
    transform: translateY(-50%);
}

.search-form-popup button svg path {
    fill: #fff;
}

.search-form-popup button svg {
    width: 27px;
    height: 27px;
}

.search-form-popup form {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.close-form svg path {
    fill: #fff;
}

.close-form a {
    display: inline-block;
    background: #dddddd54;
    margin-top: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.close-form a svg {
    height: 23px;
    width: 23px;
}

.home-slide .slider-home img {
    width: 100%;
    position: relative;
}

.page__banner-title .title-animate {
    font-size: 30px;
}

.page__banner-text {}

.home-slide .slider-home img .page__banner-text {
    position: absolute;
    top: 50%;
}

.home-slide .slider-home img {
    /*height: 80vh;*/
    /*object-fit: cover;*/
    height: auto;
    width: 100%;
}

.home-slide .page__banner-text {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%;
    height: 100%;
    transform: translateY(-50%) !important;
    display: flex;
    align-items: center;
}

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

.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;
}

.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 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: 40px;
    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__logo {
    padding-left: 10px;
    padding-right: 10px;
}

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

@media only screen and (max-width: 767px) {
    .header__logo img {
        max-width: 100px;
    }
    section.page__banner.section-bg {
        height: 100vh;
        /*height: 480px;*/
    }
    .zalome {
        bottom: 80px!important;
    }
    .page__banner-title {
        font-size: 25px !important;
    }
    .header__left .btn-menu {
        margin: 0;
    }
}

.header__right-reserve {
    text-transform: uppercase;
}

@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: #ffffff;
}

.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: #a5854a;
    font-size: 16px;
    text-transform: uppercase;
}

.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 {
    width: 100%;
    max-width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #c9c6c6;
}

.reserve-form form .form-group input:focus,
.reserve-form form .form-group select: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: 5px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--primary-color);
    font-weight: 600;
}

.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: "Prata", serif; */
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--primary-color);
}

.heading-title {
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

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

.heading-title.smaller {
    font-size: 3rem;
}

@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(--primary-color);
}

.sub-title {
    /* font-family: "Montserrat"; */
    font-weight: 500;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #957251;
}

@media only screen and (max-width: 767px) {
    .sub-title {
        font-size: 11px;
        letter-spacing: 2px;
    }
    .header__left-language .language-switcher .language-dropdown.active {
        right: -10px;
    }
}

.footer__wrapper {
    padding-top: 7rem;
    background-color: var(--primary-color);
    background: var(--color-dark);
    border-top: 1px solid;
}

.footer__wrapper .row>* {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
}

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

.footer__wrapper-bottom .made a {
    color: #fff;
    font-weight: 700;
}

.footer__item ul li {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.footer__item {
    color: #fff;
}

.footer__item a {}

.footer__item a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.footer__item a:hover {
    /* color: #777; */
}

.footer__item a.social-item {
    margin-bottom: 5px;
    display: block;
}

.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: #ffffff;
}

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

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

.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;
}

@media only screen and (max-width: 991px) {
    .page__banner {
        padding-top: 75%;
    }
    .page__banner .container {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        justify-content: unset !important;
        flex-direction: unset !important;
        height: unset !important;
        z-index: 9;
    }
}

@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 .sub-title {
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing: 0.75em;
    font-weight: 600;
    /* font-family: "Montserrat"; */
}

@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: 'Prata';
    text-transform: uppercase;
    color: #ffffff;
    font-size: 5rem;
    line-height: 1.3;
    margin-bottom: 11rem;
    font-weight: 700;
    letter-spacing: 0.5rem;
}

@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 {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    padding-right: 2rem;
}

.page__banner-title .title-animate::before {
    white-space: nowrap;
    content: attr(data-text);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fffff7;
    overflow: hidden;
    animation: animate 10s linear infinite;
    -webkit-text-stroke: rgba(255, 255, 255, 0);
    will-change: width;
    animation: grow 10s linear infinite;
    background: #fffff7;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page__banner-title .title-animate::after {
    white-space: nowrap;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation: animate 10s linear infinite;
    border-right: 3px solid;
    transform: skewX(-35deg);
    border-image: linear-gradient(to left, #ce9f62, #f7e4a7, #d0a366) 1 100%;
}

.page__banner-scroll {
    font-family: "Prata", serif;
    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;
}

.page__banner .mouse-scroll img {
    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%;
    }
}

.block__wonder {
    background-position: bottom;
}

.block__wonder .desc {
    /* font-family: "Montserrat"; */
}

.block__wonder-content .desc {
    font-weight: 500;
    color: #333;
}

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

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

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

@media only screen and (min-width: 992px) {
    .block__wonder .desc.desc-top {
        width: 80%;
        margin-right: 0 !important;
    }
}

.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: 610px;
        max-width: 100%;
        max-height: 85%;
        height: 100%;
        padding: 3rem;
        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;
    }
}

@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: 360px;
        overflow-y: auto;
    }
}

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

.section-bottom-link span::before,
.section-bottom-link a::before {
    content: "";
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background-image: url("../images/after.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
}

.section-bottom-link span:after,
.section-bottom-link a:after {
    content: "";
    width: 20px;
    height: 0.1px;
    margin-left: 5px;
    background-color: #957251;
    flex: auto;
}

.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: 3rem;
    }
}

@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%;
}

.block__unique-gallery .kc {
    padding-right: 1px !important;
}

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

.bg__primary {
    background-color: var(--primary-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: 4rem;
    }
}

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

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

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

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

.home .block__slider .flickity-viewport {
    height: 550px !important;
    object-fit: cover;
}

.block__slider-item {
    width: 50%;
}

.block__slider-item img {
    object-fit: cover;
    height: 550px;
}

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

.home .block__slider .text-lb {
    position: absolute;
    color: #fff;
    font-family: "Great Vibes", cursive;
    bottom: 0;
    left: 1rem;
}

.home .block__slider .text-lb span {
    padding-left: 25px;
}

.home .block__slider .c-img {
    height: 550px;
    object-fit: cover;
    padding-top: 0;
}

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

.flickity-page-dots .dot {
    background: #fff;
    border: 1px solid #fff;
    width: 12px;
    height: 12px;
}

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

.flickity-button {
    width: 36px;
    height: 36px;
    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: 2.5rem;
    /* color: var(--primary-color); */
    /* font-family: 'Prata'; */
    margin: 1.5rem 0;
}

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

.post__item .summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    font-size: 1.5rem;
}

.block__discover .list__post {
    margin-top: 8rem;
}

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

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

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

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

.block__development {
    padding-bottom: 8rem;
}

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

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

.block__development .block__img-item:first-child img {
    max-width: 85%;
}

.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: 2rem;
    }
}

.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;
    border-bottom: 1px solid #4b4b4b;
    display: none;
}

.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;
}

.block__subscribe .form-subcribe input[type="submit"] {
    color: var(--secondary-color);
    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: unset;
}

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

.desc-phu ul {
    list-style: unset;
    padding-left: 3rem;
}

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

@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: 5%;
    }
}

.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: 5%;
    }
}

.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;
    /* 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: 4rem 0;
        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 #9572514d;
    background-color: #ffffff80;
}

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

.product__detail-info .info-price .box-price .price {
    /* font-family: "Montserrat"; */
    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: 5rem;
    }
}

@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:nth-of-type(n+2) .img {
        margin-top: -10rem;
    }
}

@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;
    }
}

@media (min-width: 1366px) {
    .archive__service .features-column {
        /*width: 25%;*/
        /*flex-basis: 25%;*/
        /*max-width: 25%;*/
    }
    .swiper-button-next.swiper-button {
        right: -80px;
    }
}

@media (max-width: 767px) {
    .page__banner-title .title-animate {
        padding-right: 0rem;
    }
    div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
        padding-right: 0 !important;
    }
    .page__banner .container {
        flex-direction: column !important;
    }
    .section-bottom-link a {
        margin-top: 0px;
    }
    .block__wonder .desc,
    .block__development .desc {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .block__wonder-image .content {
        padding-top: 4rem;
    }
    .block__unique .content .desc {
        padding: 3rem 0;
    }
    .block__discover .list__post {
        margin-top: 3rem;
    }
    .header__left-language {
        padding-right: 0;
    }
    .slider-block-img .carousel-cell {
        width: 100%;
    }
}