/**
  * Name: Restaurant HTML Template - Luxury 
  * Version: 1.0.1
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import "../icon/style.css";
@import "shortcodes.css";
@import "responsive.css";
@import "animation.css";
@import "nouislider.min.css";
@import "map.min.css";
@import "magnific-popup.min.css";
@import "animate.min.css";
@import "swiper-bundle.min.css";
@import "../font/font.css";
@import "bootstrap.css";

@font-face {
  font-family: 'Cinzel';
  src: url('../font/Cinzel-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../font/Cinzel-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cinzel';
  src: url('../font/Cinzel-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Cinzel Decorative';
  src: url('../font/CinzelDecorative-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cinzel Decorative';
  src: url('../font/CinzelDecorative-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Cinzel Decorative';
  src: url('../font/CinzelDecorative-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}



@font-face {
  font-family: 'AlexBrush';
  src: url('../font/AlexBrush-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/**

  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* header
    * footer
    * banner-page
    * heading-section
    * preload
    * go top
    * cusor

*/

/* Reset Browsers
-------------------------------------------------------------- */

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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

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

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #3d5837 ;
    line-height: 1;
    padding: 0 !important;
}

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

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

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

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

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

select {
    max-width: 100%
}

/* General
-------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
    font-family: 'CormorantInfant', sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}

strong,
b,
cite {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

svg,
svg path {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Elements
-------------------------------------------------------------- */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    margin-bottom: 20px;
    border: dashed 1px #ccc;
}

/* List */

ul,
ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

ul li,
ol li {
    padding: 0;
}

dl,
dd {
    margin: 0 0 20px;
}

dt {
    font-weight: bold;
}

del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Table */

table,
th,
td {
    border: 1px solid #343444;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 8px 12px;
}

/* Media */

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */

/* Fixes */

button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea,
select {
    font-size: 14px;
    max-width: 100%;
    background: #fff;
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    width: 15px;
    height: 25px;
    margin-right: 13px;
    cursor: pointer;
    vertical-align: sub;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

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

/* Remove chrome yellow autofill */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}

/* Reset search styling */

input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

/* Contact Form */

fieldset {
    margin-bottom: 0px;
    width: 100%;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.select {
    position: relative;
}

.select::after {
    position: absolute;
    content: '\e91d';
    right: 15px;
    top: 35%;
    padding-top: 4px;
    padding-left: 7px;
    width: 20px;
    height: 20px;
    font-family: 'icomoon';
    font-size: 13px;
    font-weight: 700;
    display: block;
    color: #fff;
    background-color: #3d5837 ;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

select {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0px 17px;
    height: 50px !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    background-color: transparent;
    border: 1px solid #cab684;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

select option {
    font-size: 16px;
    line-height: 11px;
    color: #696969;
    background-color: #fff;
    text-transform: capitalize;
}

select.style-1 {
    margin-bottom: 0;
    color: #fff;
    background-color: #3d5837 ;
    min-width: 217px;
}

form .columns {
    display: flex;
    justify-content: space-between;
    gap: 0 21px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid #cab684;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 15px;
    width: 100%;
    height: 50px;
    background: transparent;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    font-family: 'DM Sans';
    color: #fff;
    overflow: hidden;
    margin-bottom: 22px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    outline: 0;
    border: 1px solid #fff;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    font-family: 'DM Sans';
    color: #fff;
}

/* Button */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'CormorantInfant';
    font-weight: 700;
    font-size: 16px;
    line-height: 11px;
    background-color: transparent;
    color: #fff;
    padding: 15px;
    height: 50px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: #FFF;
}

/* Button hover + focus */

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
}

form textarea {
    margin-bottom: 30px;
    height: 195px !important;
}

/* Placeholder color */

::-webkit-input-placeholder {
    color: #171412;
}

::-moz-placeholder {
    color: #171412;
    opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */

:-ms-input-placeholder {
    color: #171412;
}

/* Typography
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'CormorantInfant', sans-serif;
    color: #cab684;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 75px;
    line-height: 90px;
}

h2 {
    font-size: 48px;
    line-height: 57px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 22px;
    line-height: 33px;
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

h6 {
    font-size: 18px;
    line-height: 27px;
}

/* Extra classes
-------------------------------------------------------------- */

.hidden {
    display: none;
}

.block {
    display: block;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed !important;
}

.position-unset {
    position: unset;
}

.over-hidden {
    overflow: hidden;
}

.z-5 {
    z-index: 5;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

.row-reverse {
    flex-direction: row-reverse;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-end {
    text-align: end;
}

.text-center {
    text-align: center;
}

.w-full {
    width: 100% !important;
}

.h-full {
    height: 100%;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.pt-150 {
    padding-top: 150px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-84 {
    padding-bottom: 84px !important;
}

.capitalize {
    text-transform: capitalize;
}

.italic {
    font-style: italic;
}

.e-resize {
    cursor: e-resize;
}

.auto-slide .swiper-slide {
    width: auto;
}

.auto-slide .swiper-wrapper {
    transition-timing-function: linear;
}

.tf-color {
    color: #cab684 !important;
}

.leading-27 {
    line-height: 27px !important;
}

#wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

/* link style
-------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #cab684;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus {
    color: #FFF;
}

/* button */

.button-default {
    width: max-content;
    height: 46px;
    padding: 0 28px;
    background-color: #cab684;
    color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-family: 'Cinzel', 'DM Sans';
    font-weight: 700;
    font-size: 13px;
    line-height: 46px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-default:hover {
    background-color: #FFF;
    color: #cab684;
}

.button-arrow {
    position: relative;
    display: inline-flex;
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 13px;
    line-height: 37px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-arrow::after {
    position: absolute;
    font-family: 'icomoon';
    content: '\e916';
    color: #FFF;
    font-size: 14px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-arrow:hover::after {
    right: -18px;
    opacity: 1;
    visibility: visible;
}

.button-arrow::before {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cab684;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-arrow:hover::before {
    width: calc(100% + 15px);
}

.button-reply {
    width: max-content;
    height: 33px;
    padding: 0 18px 0 15px;
    background-color: #cab684;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'DM Sans';
    font-size: 12px;
    letter-spacing: 0.5px;
}

.button-reply:hover {
    background-color: #fff;
    color: #cab684;
}

.button-two-line {
    position: relative;
    width: max-content;
    height: 50px;
    padding: 0 33px 0 32px;
    border: 1px solid #cab684;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #FFF;
    font-family: 'DM Sans';
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 2px;
    background-size: 300%;
    background-image: linear-gradient(340deg, #e6c9a2 50%, #fff0 50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-two-line:hover {
    background-position: 98%;
}

.button-two-line::before {
    position: absolute;
    content: '';
    right: -9px;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: #cab684;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-two-line::after {
    position: absolute;
    content: '';
    right: -9px;
    bottom: -9px;
    width: 1px;
    height: 100%;
    background-color: #cab684;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-two-line:hover::before,
.button-two-line:hover::after {
    right: 0px;
    bottom: 0px;
    opacity: 0;
}

/* header */

/* -------------------------------------------------------------- */

.header {
    position: relative;
    z-index: 20;
    width: 100%;
}

/* header-top */

.header-top {
    display: flex;
    align-items: center;
    max-width: 1619px;
    margin: auto;
    justify-content: space-between;
    padding-top: 23px;
    padding-bottom: 24px;
}

.header-top>.left {
    display: flex;
    gap: 61px;
    margin-left: -1px;
}

.header-top>.left.t1 {
    gap: 84px;
}

.wg-information {
    display: flex;
    gap: 17px;
}

.wg-information .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #cab684 ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wg-information p {
    letter-spacing: 0.3px;
}

.header-top>.right {
    display: flex;
    gap: 55px;
}

.header-top>.right .wg-information {
    gap: 19px;
}

.header-top>.right .wg-information .icon {
    margin-top: 2px;
}

.wg-information .number-phone {
    font-size: 19px;
    line-height: 28px;
}

.wg-information.type-1 {}

.wg-information.type-1 p {
    font-size: 17px;
    letter-spacing: 0px;
}

.number-phone.type-1 {
    letter-spacing: -0.7px !important;
    position: relative;
}

.number-phone.type-1::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #FFF;
}

.header-top>.right .button-right a {
    width: 180px;
    justify-content: center;
    margin-top: 2px;
}

.button-right a.w202 {
    width: 202px !important;
}

.header-top {
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.header-top>.left,
.header-top>.right {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.header-top-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.language-switcher {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 72px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.9px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    backdrop-filter: blur(10px);
}

.language-switcher a:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.36);
}

.language-switcher a.active {
    background-color: #cab684;
    color: #111;
    border-color: #cab684;
}

.language-switcher a .flag-icon {
    display: inline-flex;
    width: 18px;
    height: 12px;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.language-switcher a svg {
    width: 100%;
    height: 100%;
    display: block;
}

.social-links {
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
}

@media (max-width: 1200px) {
    .header-top {
        justify-content: center;
    }
    .header-top>.left,
    .header-top>.right {
        justify-content: center;
    }
}

/* @media (max-width: 900px) {
    .header-top {
        justify-content: center;
        flex-direction: column;
        align-items: stretch;
    }
    .header-top>.left,
    .header-top>.right {
        width: 100%;
        justify-content: space-between;
    }
    .header-top>.left {
        gap: 10px;
        flex-wrap: wrap;
    }
    .header-top>.right {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-top .wg-information {
        min-width: calc(50% - 10px);
        max-width: 100%;
        flex: 1 1 45%;
    }
    .header-top .button-right,
    .header-top .header-top-actions {
        width: 100%;
        justify-content: center;
    }
    .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
    }
    .mobile-button {
        display: inline-flex;
    }
    .mobile-book-button {
        display: flex;
    }
    .mobile-nav-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 20px;
    }
    .mobile-nav-button .button-default {
        width: auto;
        padding: 0 18px;
        min-width: 130px;
        height: 42px;
        font-size: 13px;
    }
    .inner-mobile-nav .main-logo {
        display: inline-flex;
        align-items: center;
    }
} */

.mobile-book-button {
    display: none;
}

/* header-inner */

.header-inner-wrap {
    display: flex;
    align-items: center;
    border-top: 1px solid #cab684 ;
}

#site-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-71.5px);
    z-index: 5;
}

.site-logo-wrap {
    padding: 10px 46px 13px 46px;
    border-left: 1px solid rgb(198 172 131 / 80%);
    border-right: 1px solid rgb(198 172 131 / 80%);
    border-bottom: 1px solid rgb(198 172 131 / 80%);
    border-bottom-left-radius: 72.5px;
    border-bottom-right-radius: 72.5px;
    background-color: #3d5837 ;
}

.site-logo-wrap img {
    width: 51px;
    height: 92px;
}

.header-left {
    padding: 41px 50px 42px 40px;
    border-right: 1px solid #cab684 ;
    position: relative;
    display: flex;
    align-items: center;
}

.header-right {
    padding: 34px 48px 36px 54px;
    border-left: 1px solid #cab684 ;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.header-search {
    position: relative;
}

.header-search .show-search {
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search .show-search i::before {
    font-size: 39px;
    color: #cab684;
}

.header-search .top-search {
    position: absolute;
    top: 75px;
    right: 0;
    min-width: 240px;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-search .top-search.active {
    display: block;
}

.header-search>a.active .icon-search::before {
    content: "\e921";
    font-size: 20px;
}

.header-search .top-search input {
    margin-bottom: 0;
}

.header-search .search-form .icon-search::before {
    font-size: 25px;
}

.search-form button {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0 15px;
    font-size: 18px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* canvas-button */

.canvas {
    width: 52px;
    height: 26px;
    position: relative;
}

.canvas>.canvas-button {
    position: relative;
    content: '';
    top: 0;
    left: 0;
    width: 52px;
    height: 26px;
    cursor: pointer;
}

.canvas>.canvas-button span {
    position: absolute;
    content: '';
    top: 12px;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #cab684;
}

.canvas>.canvas-button::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 40px;
    height: 2px;
    background-color: #cab684;
}

.canvas>.canvas-button::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 2px;
    background-color: #cab684;
}

.wg-welcom {
    position: absolute;
    top: 68px;
    left: 0px;
    width: 500px;
    padding: 60px 40px 50px;
    background-color: #182125;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wg-welcom.active {
    opacity: 1;
    visibility: visible;
}

.wg-welcom .button-close {
    position: absolute;
    top: 49px;
    right: 45px;
    color: #bba47d;
    font-size: 22px;
    cursor: pointer;
}

.wg-welcom .text {
    color: #fff;
    font-family: 'DM Sans';
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.wg-welcom .number-phone {
    font-size: 25px;
    font-weight: 700;
    line-height: 37px;
    margin-bottom: 7px;
    letter-spacing: 0.5px;
    font-family: 'Dancing Script';
    color: #cab684;
}

/* main-nav */

.main-nav {
    flex-grow: 1;
}

.menu-primary-menu {
    display: flex;
    gap: 58px;
    justify-content: center;
    padding-left: 28px;
    padding-top: 3px;
}

.menu-primary-menu li {
    position: relative;
}

.menu-primary-menu li a {
    font-family: 'CormorantInfant';
    font-size: 17px;
    font-weight: 600;
    line-height: 52px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.menu-primary-menu>li:hover>a,
.menu-primary-menu>li.current-menu-item>a {
    color: #cab684;
}

.menu-primary-menu>li>a::before {
    position: absolute;
    content: '';
    bottom: -12px;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #cab684;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-primary-menu>li:hover>a::before,
.menu-primary-menu>li.current-menu-item>a::before {
    width: 92%;
    left: 1px;
    right: auto;
}

/* sub-menu */

.menu-primary-menu li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.menu-primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    min-width: 220px;
    left: 0%;
    top: 110%;
    border-radius: 8px;
    box-shadow: 0px 0px 5px rgba(195 162 124 / 20%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.menu-primary-menu .sub-menu li {
    padding: 10px 20px;
    border-bottom: 1px solid #F1F1F1;
}

.menu-primary-menu .sub-menu li:last-child {
    border-bottom: none;
}

.menu-primary-menu .sub-menu li a {
    color: #121212;
    font-size: 16px;
    line-height: 30px;
}

.menu-primary-menu .sub-menu li.current-item a,
.menu-primary-menu .sub-menu li a:hover {
    color: #cab684;
}

/* header-2 */

.header-2 .header-top {
    padding-top: 16px;
    padding-bottom: 16px;
    max-width: 1811px;
}

.header-2 .header-top .left ul {
    display: flex;
    gap: 15px 47px;
}

.header-2 .header-top .left ul li {
    padding-left: 15px;
    position: relative;
}

.header-2 .header-top .left ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 11px;
    left: 2px;
    background-color: #cab684;
}

.header-2 .header-top .left ul li p {
    font-size: 17px;
    letter-spacing: 0.4px;
}

.header-2 .header-top>.right {
    gap: 45px;
}

.header-language {
    width: 70px;
    text-align: end;
    font-size: 15px;
    line-height: 25px;
    font-family: 'DM Sans';
    letter-spacing: 0.3px;
    cursor: pointer;
}

.header-language .btn-selector {
    padding: 5px 18px 5px 0;
}

.header-language .btn-selector::after {
    font-size: 15px;
    color: #cab684;
    right: -1px;
    top: 50%;
    padding: 0;
    width: unset;
    height: unset;
    background-color: transparent;
}

.dropdown>ul {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 100px;
    text-align: center;
}

.dropdown>ul li {
    color: #cab684;
    line-height: 35px;
}

.header-2 .header-left {
    padding: 24px 55px 24px 46px;
}

.header-2 #site-logo {
    position: unset;
    transform: none;
}

.header-2 .header-right {
    padding: 40px 46px 42px 55px;
    margin-left: 86px;
}

.header-2 .wg-information {
    gap: 23px;
}

.header-2 .wg-information .icon {
    width: 58px;
    height: 58px;
}

.header-2 .wg-information .icon svg {
    width: 20px;
    height: 20px;
}

.header-2 .wg-information .number-phone {
    font-size: 30px;
    line-height: 35px;
    font-family: 'CormorantInfant';
    font-weight: 600;
    letter-spacing: 0;
}

.header-right .canvas .wg-welcom {
    left: auto;
    right: 0;
}

.header-2 .menu-primary-menu {
    padding-left: 78px;
    padding-top: 0;
    justify-content: start;
}

.header-2 .menu-primary-menu>li:hover>a::before,
.header-2 .menu-primary-menu>li.current-menu-item>a::before {
    width: 99%;
}

/* header-clock */

.header-left.type-1 {
    padding: 35px 41px 44px 32px;
}

.header-right.type-1 {
    padding: 39px 40px 44px 48px;
}

.header-clock {
    display: flex;
    align-items: center;
    width: 70px;
    justify-content: center;
}

.header-clock span {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #cab684;
    letter-spacing: 2px;
    padding: 0;
}

.header-clock.style-1 {
    margin-top: 4px;
    margin-bottom: -4px;
}

.header-clock.style-1 span {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 25px;
}

/*Header fixed
-------------------------------- */

.header.is-fixed .header-inner {
    position: fixed;
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: 9999;
    border: none;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header.is-fixed.is-small .header-inner {
    top: 0;
    margin-top: 0px;
    background-color: #3d5837 ;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 0px 5px rgba(195 162 124 / 20%);
}

.header.is-fixed.is-small .header-inner #site-logo {
    position: unset;
    transform: none;
}

.header.is-fixed.is-small .header-inner #site-logo .site-logo-wrap {
    border-radius: unset;
    border: none;
}

/* Mobile Menu Button */

.mobile-button {
    display: none;
    position: relative;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 15px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #cab684;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.header_1.style-white .mobile-button::before,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button span {
    background-color: #161616;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

/* mobile header */

/* ------------------------------------ */

.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg), auto;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

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

.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #FFFFFF;
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background-color: #000;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0px;
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
}

.inner-mobile-nav {
    padding: 15px;
    position: relative;
}

#mobile-logo_header {
    width: 51px;
    height: 60px;
}

.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
}

/* menu-mobile-menu */

#menu-mobile-menu {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 0px;
}

#menu-mobile-menu {
    display: flex;
    flex-direction: column;
}

#menu-mobile-menu>li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px 0px;
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none;
}

#menu-mobile-menu li a {
    font-family: 'CormorantInfant';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

#menu-mobile-menu li.current-menu-item>a,
#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a {
    color: #cab684;
}

#menu-mobile-menu li.menu-item-has-children-mobile>a::after {
    content: '\e91d';
    position: absolute;
    font-family: 'icomoon';
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#menu-mobile-menu>li.active a::after {
    transform: rotate(180deg);
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden;
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding-left: 15px;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-family: 'CormorantInfant';
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

/* footer */

/* ---------------------------------- */

.footer {
    padding-top: 75px;
    border-top: 1px solid #cab684 ;
}

.footer .footer-title {
    font-size: 25px;
    line-height: 27px;
    font-weight: 600;
    color: #cab684;
    letter-spacing: 1.2px;
    margin-bottom: 32px;
}

.footer p {
    line-height: 28px;
}

.footer .footer-left {
    margin-top: -61px;
    position: relative;
}

.footer .footer-right {
    margin-top: -61px;
    position: relative;
    text-align: end;
    margin-right: -2px;
}

.footer .footer-left::after {
    position: absolute;
    content: '';
    width: 38px;
    height: 1px;
    right: 32px;
    bottom: 54px;
    background-color: #cab684;
}

.footer .footer-right::after {
    position: absolute;
    content: '';
    width: 38px;
    height: 1px;
    left: 32px;
    bottom: 54px;
    background-color: #cab684;
}

.footer .footer-center {
    text-align: center;
}

.logo-footer {
    margin-bottom: 41px;
    text-align: center;
}

.footer .footer-center p {
    margin-bottom: 28px;
    line-height: 26px;
}

.widget-social-text ul {
    display: flex;
    align-items: center;
    gap: 15px 32px;
    justify-content: center;
}

.widget-social-text ul li a {
    color: #fff;
    font-family: "DM Sans";
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

.widget-social-text ul li a:hover {
    color: #cab684;
}

.widget-social-text ul li a::before {
    position: absolute;
    content: '';
    bottom: -8px;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #cab684;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-social-text ul li:hover a::before {
    width: 100%;
    left: 0px;
    right: auto;
}

.footer .footer-bottom {
    margin-top: 64px;
    border-top: 1px solid #cab684 ;
    padding-top: 22px;
    padding-bottom: 23px;
}

.footer .footer-bottom p {
    font-size: 15px;
    line-height: 27px;
    text-align: center;
}

/* footer-1 */

.footer-1 {
    padding-top: 124px;
}

.footer-1 .logo-footer {
    text-align: start;
    padding-top: 4px;
}

.footer-1 .footer-title {
    font-size: 23px;
    line-height: 32px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 51px;
    position: relative;
}

.footer-1 .footer-title::after {
    position: absolute;
    content: '';
    left: 3px;
    bottom: -18px;
    width: 73px;
    height: 2px;
    background-color: #91896d;
}

.footer-1 .widget-social {
    margin-top: 32px;
    margin-bottom: 15px;
}

.footer-1 .widget-social ul {
    gap: 13px;
}

.widget-social.style-big ul li a {
    width: 45px;
    height: 45px;
}

.footer-1 p {
    line-height: 27px;
    padding-right: 35px;
}

.footer-1 ul.list li {
    margin-bottom: 15px;
}

.footer-1 .footer-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding-top: 32px;
    padding-bottom: 31px;
}

.footer-1 .footer-bottom ul {
    display: flex;
    gap: 33px;
}

.footer-1 .footer-bottom ul li {
    font-family: 'DM Sans';
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1px;
}

.footer-1 .footer-bottom ul li a {
    color: #FFF;
}

.footer-1 .footer-bottom ul li a:hover {
    color: #cab684;
}

/* banner-page */

/* -------------------------------------------------------------- */

.banner-page {
    background-image: url(../images/bg-section/bg-blog.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.banner-page::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 11, 12, 0.549);
}

.banner-page .content {
    padding-top: 157px;
    padding-bottom: 171px;
    text-align: center;
    position: relative;
    z-index: 5;
}

.banner-page .content .banner-text {
    text-transform: uppercase;
    font-size: 75px;
    line-height: 75px;
    letter-spacing: 7.5px;
    padding-left: 7px;
    color: #FFF;
    position: relative;
    display: inline-block;
}

.banner-page .content .banner-text::after {
    position: absolute;
    content: '';
    width: 56px;
    height: 2px;
    right: -81px;
    top: 49%;
    background-color: #cab684;
}

.banner-page .content .banner-text::before {
    position: absolute;
    content: '';
    width: 56px;
    height: 2px;
    left: -80px;
    top: 41%;
    background-color: #cab684;
}

.banner-page .content p {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-top: 14px;
}

.banner-page .content p.t1 {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.2px;
    margin-top: 32px !important;
    margin-bottom: -17px;
}

.banner-page.has-links .content {
    padding-bottom: 38px;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
    margin-top: 105px;
}

.breadcrumbs li {
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
}

.breadcrumbs li::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #cab684;
    top: 13px;
    right: -32px;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs li a {
    color: #FFF;
    letter-spacing: 1px;
}

.breadcrumbs li:hover a {
    color: #cab684;
}

.banner-page.inner-page .content {
    padding-top: 153px;
    padding-bottom: 166px;
}

.banner-page.inner-page .content p {
    margin-top: 22px;
}

.banner-page.about {
    background-image: url(../images/bg-section/bg-about-us.jpg);
}

.banner-page.book-table {
    background-image: url(../images/bg-section/bg-book-a-table.jpg);
}

.banner-page.faqs {
    background-image: url(../images/bg-section/bg-faq.jpg);
}

.banner-page.gallery-page {
    background-image: url(../images/bg-section/bg-gallery.jpg);
}

.banner-page.chef-page {
    background-image: url(../images/bg-section/bg-chef.jpg);
}

.banner-page.our-services {
    background-image: url(../images/bg-section/bg-service.jpg);
}

.banner-page.services-detail {
    background-image: url(../images/bg/3.png);
}

.banner-page.shop-page {
    background-image: url(../images/bg-section/bg-shop.jpg);
}

.banner-page.menu-page {
    background-image: url(../images/bg/3.png);
}

.banner-page.contact-page {
    background-image: url(../images/item-background/bg-amelkis1.jpg);
}

.banner-page.portfolio-page {
    background-image: url(../images/bg-section/bg-portfolio.jpg);
}

/* heading-section */

/* --------------------------- */

.heading-section .sub {
    color: #cab684;
    font-family: 'CormorantInfant';
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
}

.heading-section .main {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
    margin-top: 11px;
    margin-bottom: 25px;
}

.heading-section .text {
    font-family: 'DM Sans';
    font-size: 17px;
    line-height: 28px;
    color: #FFF;
    margin-bottom: 30px;
}

.divider {
    width: 156px;
    height: 1px;
    background-color: #cab684;
    position: relative;
    margin-top: 35px;
    margin-bottom: 45px;
}

.divider div {
    position: absolute;
    border: 1px solid #cab684;
    width: 19px;
    height: 19px;
    transform: translate(3px, -50%) rotate(45deg);
    background-color: #3d5837 ;
}

.divider div::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #cab684;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heading-section .description {
    color: #cab684;
    font-family: 'CormorantInfant';
    font-size: 23px;
    line-height: 33px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.45px;
    margin-bottom: 15px;
}

ul.list-content li p {
    margin-bottom: 8px;
    letter-spacing: 0.1px;
}

ul.list-content li p.text {
    text-transform: uppercase;
    margin-bottom: 18px;
    letter-spacing: 0.3px;
}

.heading-section.text-center .divider {
    margin-left: auto;
    margin-right: auto;
    width: 284px;
}

.heading-section.text-center .divider div {
    left: 46%;
}

/* preload */

/* -------------------------------- */

.preload-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 100;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    background-image: url(../images/logo/logo-the3-black.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: zoomInOut 2s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

/* progress-wrap */

/* ---------------------------------------- */

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    padding: 10px;
    cursor: pointer;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.2);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    background: #cab684;
}

.progress-wrap::after {
    position: absolute;
    content: '\e906';
    font-family: 'icomoon';
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #fff;
    stroke-width: 5;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
    transition-timing-function: linear;
}

/* cursor */

/* ------------------------------------------  */

.tf-mouse {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden
}

.tf-mouse-inner {
    margin-left: -5px;
    margin-top: -5px;
    width: 8px;
    height: 8px;
    z-index: 10000;
    background-color: #cab684;
    -webkit-transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out;
    transition: width .5s ease-in-out, height .5s ease-in-out, margin .5s ease-in-out, opacity .5s ease-in-out
}

.tf-mouse-inner.mouse-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #cab684;
    opacity: 0.3;
}

.tf-mouse-outer {
    margin-left: -22px;
    margin-top: -22px;
    width: 40px;
    height: 40px;
    border: 2px solid #cab684;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000;
    opacity: 0.5;
    -webkit-transition: all .05s ease-out;
    transition: all .05s ease-out
}

.tf-mouse-outer.mouse-hover {
    opacity: 0;
}


/* Page Title - Desktop Full Height */
@media (min-width: 1024px) {
    .page-title {
        height: calc(100vh - 8rem);
        width: 100%;
        display: flex;
        align-items: stretch;
    }
    
    .page-title .swiper {
        width: 100%;
        height: 100%;
    }
    
    .page-title .swiper-wrapper {
        height: 100%;
    }
    
    .page-title .swiper-slide {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .page-title .content {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .page-title .content p {
        padding-left: 6rem;
        padding-right: 6rem;
        max-width: 100%;
    }
    
    .page-title .content.text-center {
        height: 100% !important;
        object-fit: cover;
    }
}

@media (max-width: 1023px) {
    .page-title .content.text-center {
        height: 824.98px !important;
        object-fit: cover;
    }
}

@media (max-width: 700px) {
    .wg-about-slider, .wg-private-event.style-1, .wg-about-us, .wg-our-menu, .wg-reservations {
        padding-top: 70px !important;
    }

    .wg-our-menu .box-menu {
    margin-left: 67px !important; 
}
}




.wg-box-icon::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3d5837bf !important;
}



@media (max-width: 700px) {
    .page-title .content .heading {
        font-size: 50px !important;
        line-height: 70px  !important;
    }

    .wg-about-hour {
        padding-top: 30px !important;
    }
}


@media (max-width: 1024px) {
    .widget-tabs.style-1 > .bottom .widget-content-tab, .wg-about-hour .center {
        order: 2;
        text-align: center;
        margin-left: 0 !important; 
        margin-right: 0 !important;
    }


}

@media (min-width: 1024px) {
.header-top {
        padding-left: 2rem !important;
    padding-right: 2rem !important;

}
.wg-about-hour {

    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.testimonial-item {
     padding-left: 2rem !important;
    padding-right: 2rem !important;
}

}



@media (max-width: 700px) {
    .widget-menu-tab {
        padding-top: 20px !important;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .widget-menu-tab {
        padding-left: 15px !important;
        padding-right: 15px !important;
        gap: 15px !important;
        justify-content: center;
    }
}

@media (max-width: 700px) {
    .widget-content-tab
 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


.wg-our-menu .box-menu {
     margin-left: 0px !important;

} 


.wg-reservations .image {
    margin-left: 0px !important;
}



.wg-location .box-map {
    width: 100;
    height: 100% !important;
    position: relative;
    margin-right: 0 !important;
}

@media (max-width: 700px) {
    .widget-menu-tab {
        padding-top: 20px !important;
        flex-wrap: wrap;
    }

    .header-inner-wrap {
    border-top: 0 !important;
}
.banner-page .content .banner-text {
    text-transform: uppercase;
    font-size: 20px;
}
}
.wg-location .box-map {
    width: 100%;
}

/* Image Centering */
.contact-item .image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.contact-item .image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}



.banner-page.book-table {
    background-image: url(../images/bg/3.png);
}


.header-2 .header-top .left ul li p {
    font-size: 12px !important;
    letter-spacing: 0.4px;
}

.wg-information .number-phone , .wg-information p {
    font-size: 12px !important;
}

.site-logo-wrap img {
    width: 51px;
    height: 85px;
}


.header-top {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}




.header-top>.right .button-right a {
    width: 150px !important;
    justify-content: center;
    margin-top: 0px !important; 
}

.button-default {
    height: 42px !important;
    padding: 0 24px !important;
    letter-spacing: 0.8px !important;
    font-size: 11px !important;
    font-family: 'Cinzel', sans-serif !important;
    font-weight: 700 !important;
    white-space: nowrap;
}

.site-logo-wrap img {
    height: 65px !important;
    transition: height 0.3s ease !important;
}


.header-top {
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}


.menu-primary-menu li a {
    font-family: 'Cinzel', sans-serif;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
}

.wg-information .number-phone, .wg-information p {
    font-size: 12px !important;

    font-family: 'Cinzel', sans-serif !important;
    font-weight: 400;
}

.header-top>.right .button-right a {
    font-family: 'Cinzel', sans-serif !important;
    font-weight: 400;

}

div.language-switcher button {
    font-family: 'Cinzel', sans-serif !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}


.site-logo-wrap img {
    height: 65px !important;
    transition: height 0.3s ease !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .site-logo-wrap img {
        height: 55px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .site-logo-wrap img {
        height: 45px !important;
    }
}

/* Small mobile */
@media (max-width: 480px) {
    .site-logo-wrap img {
        height: 40px !important;
    }
}


.page-title .content .heading {
    font-family: 'AlexBrush', sans-serif !important;
    font-weight: 400;
}

/* Header Inner Structure */
.header-inner {
    height: 8rem !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
}

.header-inner-wrap {
    height: 8rem !important;
    display: flex !important;
    align-items: center !important;
    width: 100%;
    padding: 0 2rem !important;
}

.header-inner-wrap .flex {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.header-inner-wrap .main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-inner-wrap .header-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}


.social-links a {
    border-radius: none !important; 
}


.header-top>.right {
    gap: 30px !important;

    gap: 1.5rem;
}


.site-logo-wrap img {
    height: 65px !important;
    transition: height 0.3s ease !important;
}


.button-default {
    height: 42px !important;
    padding: 0 24px !important;
    letter-spacing: 0.8px !important;
    font-size: 11px !important;
    font-family: 'Cinzel', sans-serif !important;
    font-weight: 700 !important;
    white-space: nowrap;
}


#mobile-logo_header {
    width: 80px;
}




.header.is-fixed.is-small .header-inner #site-logo {
    position: unset !important;
}


.header-right {

    border-left: 0 !important;
}


.menu-primary-menu li a {
    font-family: 'Cinzel', sans-serif;
    font-size: 13px !important;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: all 0.3s ease;
}

    .wg-information p {
        font-size: small !important;
    }



  .button-right.mobile-book a {
        padding: 0 28px !important;
  } 

  .language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 72px;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.9px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
    backdrop-filter: blur(10px);
    font-family: 'Cinzel', sans-serif !important;
    font-weight: 700 ;
}



@media (min-width: 1340px) {
    .site-logo-wrap img {
        height: 65px !important;
    }
    
    .header-inner {
        height: 8rem !important;
    }
    
    .header-inner-wrap {
        height: 8rem !important;
    }
    
    .menu-primary-menu li a {
        font-size: 13px !important;
    }
} 




header#header_main.is-fixed .site-logo-wrap {
  
    background-color: unset !important;
}



header#header_main.is-fixed .menu-primary-menu {
    gap: 41px !important;
}

header#header_main.is-fixed     .menu-primary-menu li a {
        font-size: 13px !important;

}


header#header_main.is-fixed    .button-default {
   
    font-size: 12px !important;

}


.wg-information .number-phone {
    font-size: small !important;
}


.wg-information .icon {
    width: 40px;
    height: 40px;
}


.wg-information p {
    line-height: 20px;
}

/* Mobile Header Display */
@media (max-width: 1023px) {
    .header-inner {
        height: 70px !important;
        display: flex !important;
        align-items: center !important;
        padding: 0 1.5rem !important;
    }
    
    .header-inner-wrap {
        height: 70px !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 !important;
    }
    
    .header-inner-wrap .flex {
        display: flex;
        align-items: center;
        gap: 0;
        flex: 0;
    }
    
    .header-inner-wrap .main-nav {
        display: none;
    }
    
    .header-inner-wrap .header-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0;
        position: relative;
        right: 0;
        padding-right: 0;
    }
    
    .header-inner-wrap .header-right .button-right {
        display: none;
    }
    
    .mobile-button {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        right: 0;
    }
}

@media (max-width: 768px) {
    .site-logo-wrap img {
        height: 50px !important;
    }
    
    .header-inner {
        height: 65px !important;
    }
    
    .header-inner-wrap {
        height: 65px !important;
    }
}

@media (max-width: 480px) {
    .site-logo-wrap img {
        height: 45px !important;
    }
    
    .header-inner {
        height: 60px !important;
        padding: 0 1rem !important;
    }
    
    .header-inner-wrap {
        height: 60px !important;
    }
}





/* ============================================================
   RESPONSIVE HEADER FIX — Mobile & iPad
   Add this at the END of your style.css (or import it last)
   ============================================================ */

/* ── 1. HEADER-TOP visible on all devices — controlled by responsive section below ── */
/* header-top is always shown; visibility of children is managed per breakpoint */

/* ── 2. LOGO — visible and properly sized everywhere ── */

/* Desktop */
#logo_header,
.site-logo-wrap img {
  display: block !important;
  height: 65px !important;
  width: auto !important;
  object-fit: contain !important;
  transition: height 0.3s ease !important;
}

/* Tablet (iPad) */
@media (max-width: 1024px) {
  #logo_header,
  .site-logo-wrap img {
    height: 52px !important;
  }
}

/* Mobile landscape / large phone */
@media (max-width: 768px) {
  #logo_header,
  .site-logo-wrap img {
    height: 46px !important;
  }
}

/* Mobile portrait */
@media (max-width: 480px) {
  #logo_header,
  .site-logo-wrap img {
    height: 40px !important;
  }
}

/* ── 3. MOBILE HEADER inner bar ── */
@media (max-width: 1023px) {
  .header-inner {
    height: 70px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
  }

  .header-inner-wrap {
    height: 70px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 !important;
  }

  /* Logo area — left side */
  .header-inner-wrap .flex {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
  }

  /* Hide desktop nav */
  .header-inner-wrap .main-nav {
    display: none !important;
  }

  /* Right side: show hamburger only */
  .header-inner-wrap .header-right {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  /* Hide desktop BOOK A TABLE button on mobile */
  .header-inner-wrap .header-right .button-right:not(.mobile-book-button) {
    display: none !important;
  }

  /* Mobile hamburger button */
  .mobile-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer;
  }
}

@media (max-width: 480px) {
  .header-inner {
    height: 62px !important;
    padding: 0 12px !important;
  }

  .header-inner-wrap {
    height: 62px !important;
  }

  /* Hide the book button on very small screens too */
  .mobile-book,
  .mobile-book-button {
    display: none !important;
  }
}

/* ── 4. MOBILE NAV LOGO — the logo inside slide-out menu ── */
#mobile-logo_header {
  display: block !important;
  width: auto !important;
  height: 80px !important;
  object-fit: contain !important;
  max-width: 160px;
}

/* ── 5. HERO / PAGE-TITLE — full width image on all screens ── */
.page-title,
.page-title .swiper,
.page-title .swiper-slide {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
}

.page-title .swiper-slide img,
.page-title .bg-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* ── 6. Prevent horizontal scroll ── */
body,
#wrapper,
#page {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}




/* ── LOGO SIZE FIX — Mobile & iPad ── */

/* Desktop */
.site-logo-wrap img,
#logo_header {
    width: auto !important;
    height: 80px !important;
}

/* iPad / Tablet */
@media (max-width: 1024px) {
    .site-logo-wrap img,
    #logo_header {
        width: auto !important;
        height: 75px !important;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .site-logo-wrap img,
    #logo_header {
        width: auto !important;
        height: 70px !important;
    }
    
    /* Also make the header taller to fit the logo */
    .header-inner,
    .header-inner-wrap {
        height: 80px !important;
    }
}

/* Small phone */
@media (max-width: 480px) {
    .site-logo-wrap img,
    #logo_header {
        width: auto !important;
        height: 65px !important;
    }

    .header-inner,
    .header-inner-wrap {
        height: 75px !important;
    }
}


   @media (min-width: 1340px) {
   .site-logo-wrap img, #logo_header {
    display: block !important;
    width: auto !important;
    height: 65px !important;
    object-fit: contain !important;
    transition: height 0.3s ease !important;
}
}



@media (max-width: 700px) {
    .header-inner, .header-inner-wrap {
        height: 100px !important;
    }
}


@media (max-width: 480px) {
    .site-logo-wrap img, #logo_header {
        width: auto !important;
        height: 95px !important;
    }
}

@media (max-width: 700px) {
    .header-inner, .header-inner-wrap {
        height: 100px !important;
    }
}

@media (max-width: 1023px) {
    .header-inner {
        height: 100px !important;
        padding: 0 16px !important;
        display: flex !important;
        align-items: center !important;
        border-top : none !important;
    }


    .header-inner-wrap{
                border-top : none !important;

    }
}


.page-title .swiper-pagination {
    bottom: 50px !important;
    left: 8px !important;
}


@media (max-width: 1023px) {
    .page-title .content.text-center {
        height: auto !important;
        object-fit: cover;
    }
}

/* =====================================================
   HEADER-TOP RESPONSIVE VISIBILITY
   Mobile  (<768px) : Raison sociale + Langues + Réseaux sociaux
   Tablet  (768px–1023px) : Email + Phone + Langues + Réseaux sociaux
   Desktop (1024px+) : tout visible
   ===================================================== */

/* Par défaut : tout est visible */
.hide-on-mobile {
    display: flex;
}

/* ── MOBILE (<768px) ──
   UNE SEULE LIGNE :
   SEULEMENT : Langues (FR/EN/ES) + Facebook + Instagram
   Raison sociale, adresse, email, telephone : TOUS CACHES
*/
@media (max-width: 767px) {

    /* Cacher tout le cote gauche (raison sociale / adresse) */
    .header-top > .left {
        display: none !important;
    }

    /* Cacher email, telephone */
    .hide-on-mobile {
        display: none !important;
    }

    /* Header-top : une seule ligne centree / flex-end */
    .header-top {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-end !important;
        flex-wrap: nowrap !important;
        padding: 6px 14px !important;
        min-height: 38px !important;
    }

    /* Droite : langues + reseaux sociaux sur une ligne */
    .header-top > .right {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 10px !important;
        width: auto !important;
    }

    /* header-top-actions : flex row compact */
    .header-top-actions {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 10px !important;
    }

    /* Language switcher : visible, compact */
    .header-top .language-switcher {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
    }

    .header-top .language-switcher a {
        font-size: 11px !important;
        padding: 3px 6px !important;
        white-space: nowrap !important;
        display: flex !important;
        align-items: center !important;
        gap: 3px !important;
    }

    .header-top .language-switcher a .flag-icon {
        width: 14px !important;
        height: 10px !important;
        display: inline-block !important;
    }

    /* Reseaux sociaux : grands et cliquables */
    .header-top .social-links {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .header-top .social-links a {
        font-size: 20px !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 32px !important;
    }
}

/* ── TABLET / iPad (768px – 1023px) ──
   Afficher email, téléphone, langues ET réseaux sociaux
*/
@media (min-width: 768px) and (max-width: 1023px) {

    /* Afficher le header-top */
    .header-top {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    /* Afficher email et téléphone sur tablette */
    .hide-on-mobile {
        display: flex !important;
    }

    /* Réseaux sociaux visibles sur tablette */
    .header-top .social-links {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    /* Texte compact pour tablette */
    .header-top .wg-information .content p {
        font-size: 11px !important;
        line-height: 16px !important;
    }

    .header-top .language-switcher a {
        font-size: 11px !important;
        padding: 3px 5px !important;
    }

    .header-top .language-switcher a .flag-icon {
        width: 16px !important;
        height: 11px !important;
    }
}


@media (max-width: 767px) {
.header-top {
        padding-top : 1rem !important;
    padding-bottom : 1rem !important;
    border-bottom : 1px solid #cab684;


}

}



@media (max-width: 767px) {
    .header-top > .left, .header-top > .right {
        display: contents;
        width: 100% !important;
    }
}


@media (max-width: 767px) {
    .header-top .language-switcher a {
        font-size: 15px !important;
    }
    .language-switcher a {

    min-width: 75px !important;
    height: 40px !important;
    }
}


@media (max-width: 767px) {
    .header-top .social-links a {
        font-size: 20px !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 32px !important;
        min-width: 40px !important;
        height: 40px !important;
    }
}


@media (max-width: 767px) {
    .header-top-actions {
        gap: 20px !important;
    }
}


/* ── Bloc 768-1200px fusionné ci-dessous avec le bouton BOOK A TABLE ── */

/* ══════════════════════════════════════════════════════════════════
   MEDIA 1200px → 768px :
   - Cacher l'adresse (premier wg-information dans .left)
   - Tout sur UNE SEULE LIGNE HORIZONTALE : Email | Phone | [langues] [socials] [BOOK]
   - Afficher le bouton BOOK A TABLE à droite
   ══════════════════════════════════════════════════════════════════ */

/* Bouton caché par défaut */
.header-top-book-btn {
    display: none !important;
}









@media (max-width: 768px) {
    .header-top {
        justify-content: center !important;
    }
    .header-top>.left,
    .header-top>.right {
        justify-content: center !important;
    }
}



@media (max-width: 1200px) {
    .wg-information.address {
        display: none !important;
    }
}

    .hide-on-desktop {
        display: none !important;
    }


        .hide-on-smaller{
        display: contents !important;
    }
@media (min-width: 768px) and (max-width: 1200px) {
    .hide-on-desktop {
        display: contents !important;
    }

        .header-inner-wrap .header-right {
    display: none;
    }

    .hide-on-smaller{
        display: none !important;
    }
}


@media (min-width: 1022px) and (max-width: 1200px) {


        .header-inner-wrap .header-right {
    display: none;
    }


}

   .hiden-ipad {
        display: contents !important;
    }


@media (max-width: 948px) {
    .social-links.hiden-ipad {
        display: none !important;
    }
}




   .hiden-ipad-small {
        display: contents !important;
    }


@media (max-width: 852px) {
        .social-links.hiden-ipad {
        display: contents !important;
    }
    .hiden-ipad-small {
        display: none !important;
    }
}


/*        .social-links a.icon-fb.hiden-small-phone{
        display: contents !important;
    } */

@media (max-width: 402px) {
        .social-links a.icon-fb.hiden-small-phone{
        display: none !important;
    }
    
}



@media (max-width: 1024px) {
    .header-top{
        border-bottom: 1px solid rgb(198 172 131 / 80%);
    }
}


@media (min-width: 1024px) {
    .page-title {
        height: auto;

    }
}


@media (max-width: 767px) {
    .header-top .language-switcher {
        display: flex !important;
        align-items: center !important;
        gap: 15px !important;
    }
}



.box-event .content .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 13px;
    margin-left: -8px;
    letter-spacing: 1.6px;
    font-family: 'Cinzel';
}


.style-arrow-default.swiper-button-prev {
    left: 9rem !important;
}

.swiper-button-next.testimonial-next.style-arrow-default {
    right: 9rem !important;
}

.swiper-button-prev{
    left: 9rem !important;
}


.swiper-button-prev.testimonial-prev.style-arrow-default.swiper-button-disabled{
    left: 9rem !important;
}


.testimonial-item > img {
margin-left: 5rem;


}




.wg-location .box-map {
    width: 100% !important;

}


.mobile-break {
    display: none;
}

@media (max-width: 767px) {
    .mobile-break {
        display: block;
    }


    .col-xl-3.col-md-6{
        margin-bottom: 20px !important;
    }


    .wa-bubble {
bottom: 50px !important;
    }


    .progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 17px;
    }

    .wa-popup {
    margin-bottom: 65px;
    }
}

.wa-widget {
    bottom: 20px    !important;
}

.progress-wrap.active-progress {
    bottom: 90px !important;
}

@media (max-width: 767px) {

    .wa-widget {
    bottom: 100px !important;
}

    .mobile-sticky-book a {
        pointer-events: all;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 420px;
        background: #c9b583 !important;
        border: 1px solid #3d5837 !important;
        color: #fff !important;
        font-family: 'Georgia', serif !important;
        font-size: 18px !important;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        border-radius: 4px;
        padding: 14px 28px;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.45), 0 0 0 0 rgba(200, 169, 110, 0.6);
        animation: msb-glow 2s ease-in-out infinite;
        transition: transform 0.2s ease;
        font-family: 'Cinzel', sans-serif !important;
    }
}



    .wa-bubble {
        bottom: 0px !important;
    }


    @media (max-width: 767px) {
    .progress-wrap.active-progress {
        /* bottom: 76px !important; */

                bottom: 150px !important;

    }


        .wg-location.style-1 .widget-content-tab .h-full {
        margin-bottom: 2rem !important;
        margin-top: 2rem !important;
    }


}

.wa-header-status {
    color: rgba(232, 207, 160, 0.65);
    font-size: 11.5px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'CormorantInfant';
}


.wa-cta {

font-family: 'Cinzel' !important;

}


.page-menu1-wrap>.left>div {
height: 100% !important;

}


.menu-badge-curve text {
    font-family: 'CormorantInfant' !important;
    font-size: 14px !important;
    letter-spacing: 3px;
    fill: #cab684;
    text-transform: uppercase;
    font-weight: 700;
}


.menu-badge-curve {
    margin-bottom: 0px !important;
}



.page-menu1-wrap .right .wrap {
    padding: 122px 145px 43px 93px !important;
}


@media (max-width: 1440px) {
    .page-menu1-wrap .right .wrap {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}



.wa-header-status {

    margin-top: 7px !important;
    font-family: 'CormorantInfant' !important;
}

.wa-header-status {
    color: rgb(232 207 160 / 88%) !important;
    font-size: 13px !important;

}


.wa-message-bubble::before
 {

        border-right-color: rgba(255, 255, 255, 0) !important;
 }


 @media (max-width: 767px) {
    .mobile-sticky-book a {

        border: 1px solid #cab684 !important;
    }

}


@media (max-width: 768px) {
    .site-logo-wrap img, #logo_header {
        width: auto !important;
        height: 100px !important;
    }
}


@media (max-width: 768px) {
    br.espace {
        display: flex !important;
    }
}


.box-event .content .title {
    margin-bottom: 25px !important;
}

.box-event .content p {

    font-family: 'CormorantInfant' !important;
    font-weight: 400;
    font-size: 20px !important;
}

.event-grid > .box-event

 {
    flex: auto !important;
    max-width: 33.333%;
}

.sm\:mx-auto.sm\:w-full.sm\:max-w-md.mt-6.space-y-2 {
    display: none !important;
}

.text-card-text {
    font-weight: 600;
    font-family: 'Georgia', serif !important;

}

span.text-card-text.flex.items-center.gap-2.font-medium{
    font-weight: 600;
    font-family: 'Georgia', serif !important;

}

.text-card-text {
    color: #dc3545 !important;
}


.box-event img {
height: 100% !important;
}

@media (max-width: 480px) {
    .booking-iframe-wrapper {
        height: 1350px;
        border-radius: 6px;
        margin-top: 16px;
    }
}


.booking-iframe-wrapper {

    border-radius: 0 !important;
}

.snare-before::before {
    position: absolute;
    content: '';
    width: 50px !important;
}

.wg-reservations.style-1 .content {

    padding-left: calc((100vw - 1312px) / 5) !important;
}


@media (min-width: 1024px) {
    .page-title .content p {
        padding-left: 20rem;
        padding-right: 20rem;
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    .wg-about-us {
        padding-top: 30px !important;
    }
}



.wg-information .number-phone, .wg-information p {
font-size: 12px !important;
}






header#header_main.is-fixed .menu-primary-menu li a {
    font-size: 14px !important;
}

.button-default {
    font-size: 14px !important;
}

@media (min-width: 1340px) {
    .menu-primary-menu li a {
        font-size: 14px !important;
    }
}


header#header_main.is-fixed .button-default {
    font-size: 14px !important;
}

@media (min-width: 1340px) {
    header#header_main.is-fixed #logo_header {
        display: block !important;
        width: auto !important;
        height: 85px !important;
    }
}



.heading-section .main {
    font-size: 40px !important;
}






.services-detail-item .content {
    bottom: 0px !important;
}

.bot
 {
    margin-top: 2rem !important;
}


.services-detail-item .content .text {
    font-family: 'Cinzel' !important;
}


.services-detail-item .bot {
    margin-top: 25px !important;
}

.services-detail-item .bot {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}


.services-detail-item .content p {
    height: 84px !important;

}

.row.bottom {
    margin-bottom : 5% !important;
}

.services-detail-content {
    text-align: center;
    padding-top: 50px !important;
    padding-bottom: 5% !important;
}



.wg-information .number-phone, .wg-information p
 {
    font-size: 12px !important;
}


.language-switcher a {
    font-size: 13px !important;
}



/* .services-detail-item-fixed:hover {
    border: 1px solid #CAB691 !important;

} */


.services-detail-item-fixed .content-fixed {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #CAB691 !important;
    PADDING: inherit;
}


.services-detail-item-fixed {
    background: linear-gradient(135deg, #1a1f23 0%, #0f1318 100%);
    border: 1px solid rgba(200, 169, 110, 0.15);
    padding: 40px 30px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    HEIGHT: 150%;
}


.services-detail-item-fixed .text-fixed {
    font-family: 'Cinzel' !important;
    font-size: 15px;
    line-height: 28px;
    color: #fff !important;
    letter-spacing: 0.3px;
}


.services-detail-item-fixed .title-fixed {

    color: #cab684 !important;
}


.chef-item p {
    max-width: 600px;
    font-size: medium !important;
}


.snare-circle::before {
    top: 390px !important;
}


.themesflat-container.w1620 {
    width: 1650px;
    width: 1200px !important;
}

.relative {
    position: relative;
    /* margin-top: 5rem !important; */
}




.wg-private-event.style-1 p {
font-size: medium !important;
}


.snare-circle::before {
    position: absolute;
    content: '';
    width: 369px;
    height: 369px;
    border-radius: 50%;
    left: -163px;
    top: 246px;
    background-image: url(../images/item-background/snare-1.png);
    animation: rotate360 7s infinite linear;
}




.wg-reservations form .bot {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 10px;
}


@media (max-width: 767px) {
.heading-section .main {
    font-size: 35px !important;
}

}


.box-event .content .title {
    font-weight: 600;
    font-size: 25px !important;
    line-height: 45px !important;
}


.box-event .content .title a::before, .box-event .content .title a::after {
    position: fixed !important;
}


.event-grid {
    gap: 1rem !important;
}


.widget-menu-tab .item-title {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 14px !;
    line-height: 25px;
    letter-spacing: 1.6px;
    text-align: center;
    padding-bottom: 16px;
    cursor: pointer;
    position: relative;
    color: #FFF;
/*     font-family: 'Cinzel' !important;
 */}



@media (max-width: 767px) {
    .event-grid {
        flex-direction: column !important;
        gap: 1rem !important;
    }
}


@media (max-width: 767px) {
    .heading-section .main {
        font-size: 30px !important;
    }

        .contact-item, .wg-our-menu .content {
        margin-bottom: 70px;
    }


    .box-event .content .title {

    padding-right: 10px !important;
    padding-left: 10px !important;
}

.main.wow.fadeInUp.animated{
    font-size: 40px !important;
}
.wg-our-menu {
    padding-bottom: 130px;
    background-image: url(../images/bg/4.png);
    background-attachment: fixed !important;
    background-position: center     !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
}

}



@media (min-width: 1340px) {
    .site-logo-wrap img, #logo_header {
        display: block !important;
        width: auto !important;
        height: 55px !important;
      }
      }
.header-right {
    padding: 34px 0px 36px 0px !important;
      }

      @media (max-width: 1340px) {
    .menu-primary-menu {
        gap: 4rem !important;
    }
}



@media (max-width: 700px) {
    .banner-page .content .banner-text {
        text-transform: uppercase;
        font-size: 40px !important;
    }

    .wg-our-menu::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.549);
    -webkit-overflow-scrolling: touch !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
}

.wg-our-menu {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.549);
    -webkit-overflow-scrolling: touch !important;
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
}
}