/*!
Theme Name: regents
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: regents
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

regents is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: 'Magnole';
    src: url('fonts/Magnole-Regular.woff2') format('woff2'),
        url('fonts/Magnole-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNext-UltraLight.woff2') format('woff2'),
        url('fonts/AvenirNext-UltraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNext-SemiBold.woff2') format('woff2'),
        url('fonts/AvenirNext-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --body-font: 'Avenir';
    --heading-font: 'Magnole';
    --body-bg:#F7F1E8;
    --color-offwhite: #f7f1e8;
    --body-color: #171F20;
    --button-offwhite-color: #171F20;
    --button-offwhite-hover: #d2cdc5;
    --button-primary-bg: #171F20;
    --button-primary-color: #f7f1e8;
    --button-primary-hover-bg: #3a4141;
    --button-offwhite: #f7f1e8;
    --button-secondary-bg: #ECE6DE;
    --button-secondary-color: #171F20;
    --button-secondary-border:#C1BEB8;
    --button-secondary-hover-bg: #C1BEB8;
    --white-color: #ffffff;
    --footer-bg:#0f1515;
    --violate-color:#D8CBF1;
    --faq-border-color:rgba(23,31,32,0.2);
    --before-gradient: linear-gradient(270deg, rgba(247, 241, 232, 0.00) 0%, #F7F1E8 39.84%);
    --after-gradient: linear-gradient(90deg, rgba(247, 241, 232, 0.00) 0%, #F7F1E8 39.84%);
}

body.theme-dark {
    --body-bg:#171F20;
    --body-color: #f7f1e8;
    --button-primary-bg: #f7f1e8;
    --button-primary-color: #171F20;
    --button-primary-hover-bg: #d2cdc5;
    --button-secondary-bg:#272E2E;
    --button-secondary-color: #f7f1e8;
    --button-secondary-border:#515553;
    --button-secondary-hover-bg: #515553;
    --faq-border-color:rgba(247,241,232,0.2);
    --footer-bg:#171f20;
    --before-gradient: linear-gradient(270deg, rgba(247, 241, 232, 0.00) 0%, var(--body-bg) 39.84%);
    --after-gradient: linear-gradient(90deg, rgba(247, 241, 232, 0.00) 0%, var(--body-bg) 39.84%);
}

 body {margin: 0;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}audio:not([controls]) {display: none;height: 0;}[hidden],template {display: none;}a {background-color: transparent;}a:active,a:hover {outline: 0;}abbr[title] {border-bottom: 1px dotted;}b,strong {font-weight: 500;}dfn {font-style: italic;}h1 {font-size: 2em;margin: 0.67em 0;}mark {background: #ff0;color: #000;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 1em 40px;}hr {box-sizing: content-box;height: 0;}pre {overflow: auto;}code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}button {overflow: visible;}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;}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 {heigâ˜º11ht: auto;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}td,th {padding: 0;}
 html, body {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;}
 
 html { -webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; min-height: 100%; position: relative; position: relative; overflow: visible !important;}
 body { margin: 0; font-family: var(--body-font); font-weight:400; font-size:18px; color:var(--body-color); line-height:25px; letter-spacing: 0px; background-color:var(--body-bg); overflow-x: hidden;} 
 .clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
 img, span {border: none;}
 img, svg {max-width: 100%; height: auto;}
 *,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
 a {position: relative; z-index: 1; /*color: #191B36;*/ color:var(--body-color);  transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; text-transform: none; line-height: 1;}

 hr {margin:60px 0; border: 0; border-bottom: 1px solid #C1BEB8;}
 ul,ol {margin: 0 0 20px 0; padding: 0 0 0 0; list-style-type: none;}
 ul li, ol li {position: relative; padding: 0 0 0 18px; margin: 0 0 5px 0; text-align: left;}
 ul li a {line-height: inherit;}
 ul li:before {content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: 11px; border-radius: 50%; background-color: var(--body-color);}
 .clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
 ol li {counter-increment: li; padding: 0 0 0 40px;}
 ol li:before {content: counter(li)".";color:var(--body-color);margin-left: 0;position: absolute;left: 0;top: 5px;line-height: normal;}
 
 /*.site {overflow: hidden;}*/
 
 .alignleft {margin: 0 20px 20px 0; float: left;}
 .alignright {margin: 0 0 20px 20px; float: right;}
 .aligncenter {margin: 0 auto 20px auto; float: none; display: block;}
 .flex {display: flex; }
 .no-wrap {flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap;}
 .space-between {justify-content: space-between; -webkit-justify-content: space-between; -moz-justify-content: space-between;}
 blockquote {margin: 0 0 30px;border-left: 5px solid var(--body-color);font-size: 24px;}
 h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6  {font-family:var(--heading-font); color: var(--body-color); font-weight: normal; line-height: 1.1;}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: normal; line-height: normal;}
 h1, .h1 { font-size:68px; margin: 0 0 40px; }
 h2, .h2 { font-size:60px; margin: 0 0 20px; }
 h3, .h3 { font-size:44px; margin: 0 0 20px;}
 h4, .h4 { font-size:35px; margin: 0 0 15px; line-height: 38px;}
 h5, .h5 { font-size:28px;margin: 0 0 15px;}
 h6, .h6 { font-size:24px;margin: 0 0 15px;}
 /* h6, .h6 {padding:0; font-family: var(--body-font); text-transform: uppercase; font-size: 13px; line-height: 1.3; letter-spacing: 2px; color: var(--body-color); margin-bottom: 40px;}
 h6:before, .h6:before {margin: 0 12px 0 0; content: ""; background-image: url(images/small-title-bullet.svg); background-position: center; background-repeat: no-repeat; width: 13px; height: 9px; display: inline-flex; } */
 .sub-title {padding:0; font-family: var(--body-font); text-transform: uppercase; font-size: 13px; line-height: 1; letter-spacing: 2px !important; color: var(--body-color) !important; margin-bottom: 40px !important;}
 .sub-title:before {margin: 0 12px 0 0; content: ""; background-image: url(images/small-title-bullet.svg); background-position: center; background-repeat: no-repeat; width: 13px; height: 9px; display: inline-flex; }
 p { margin: 0 0 40px;}
 p:last-child {margin-bottom: 0 !important;}
 .small {font-size:82%; line-height:21px;}
 .small small {font-size: 100%;}
 .centered {text-align: center;}

 

.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link {font-family:var(--body-font); font-weight:500; margin:0;  padding:16px 30px; background-color:var(--button-primary-bg); border:0; border-radius:30px; display: inline-block; vertical-align: middle; color: var(--button-primary-color); letter-spacing: -0.17px; font-size: 17px; line-height:18px; position: relative;outline: none;box-shadow: none;text-align: center;text-decoration: none; transition:all 0.5s;  text-transform: none;}
.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .wp-block-button__link:hover {background-color: var(--button-primary-hover-bg);}


.button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border, .wp-block-button__link.button-border {padding:15px 30px; background-color:var(--button-secondary-bg); color: var(--button-secondary-color); border:1px solid var(--button-secondary-border);}
.button.button-border:hover, a.button.button-border:hover, button.button-border:hover, html input[type="button"].button-border:hover, input[type="reset"].button-border:hover, input[type="submit"].button-border:hover, .wp-block-button__link.button-border:hover {background-color: var(--button-secondary-hover-bg);}

.screen-reader-text {border: 0;clip: rect(1px, 1px, 1px, 1px);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute !important;width: 1px;word-wrap: normal !important;}
.container {margin: 0 auto; max-width:1310px; padding: 0 15px; width: 100%; display: block;}

 
 input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {padding:13px 20px;font-family: var(--body-font);font-size: 15px;font-weight:400;letter-spacing: -0.15px;width: 100%;color:var(--body-color);text-transform: none;filter: alpha(opacity=100);border:1px solid var(--body-bg);border-radius:30px;line-height:22px;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; background-color:var(--body-bg); width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}
 textarea {height:140px;}
 select {background-image: url('images/select-arrow.svg'); background-position:calc(100% - 20px) center; background-repeat: no-repeat;}


 .wpcf7-form-control-wrap.textarea {line-height: 0;}
 .wpcf7-form-control-wrap .wpcf7-textarea {height: 170px;}
 input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
 
 
 input::-webkit-input-placeholder {color: var(--body-color);opacity:0.4; }
 input:-moz-placeholder {color:var(--body-color); opacity:0.4; }
 input::-moz-placeholder {color: var(--body-color); opacity:0.4; }
 input:-ms-input-placeholder {color: var(--body-color);opacity:0.4; }
 textarea::-webkit-input-placeholder {color:var(--body-color); opacity:0.4; }
 textarea:-moz-placeholder {color:var(--body-color); opacity:0.4; }
 textarea::-moz-placeholder {color: var(--body-color); opacity:0.4; }
 textarea:-ms-input-placeholder {color: var(--body-color);opacity:0.4; }
 .bg-cover {background-size: cover; background-position: center; background-repeat: no-repeat;}
 .bg-cover img {opacity: 0; visibility: hidden; width: 100%;}
 .flex {display: flex;}
 .flex-wrap {flex-wrap: wrap;}
 .align-center {align-items: center;}
 .justify-content-center {justify-content: center;}
 .space-between {justify-content: space-between;}
 .flex-direction-column {flex-direction: column;}
 .flex-direction-row {flex-direction: row;}
 .flex-direction-row-reverse {flex-direction: row-reverse;}
 .flex-direction-column-reverse {flex-direction: column-reverse;}
 .text-center {text-align: center;}

  /* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track {margin: 0; position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before,
.slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow {width: 64px; height: 50px; border-radius: 160px; padding:0!important; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.slick-prev {margin-right:10px; transform: rotate(-180deg);}
.slick-arrow svg path {stroke: var(--body-color); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
.slick-arrow svg {transition: all 0.5s;}
.slick-arrow.slick-disabled { opacity: 0.3; pointer-events: none; cursor: not-allowed; }
.slick-arrow:hover svg {transform: translateX(5px);}

.small-title-with-icon {display: flex; flex-wrap: wrap; align-items: center; text-transform: uppercase; font-size:13px; line-height: 1.3; letter-spacing: 2px; color: var(--button-offwhite); margin-bottom: 40px;}
/* .small-title-with-icon > span:first-child {margin-right:12px;} */
.small-title-with-icon img {margin-right:12px;}

.site-header {position: fixed; top: 0; left: 0; width:100%; z-index: 99; transition: all 0.5s;}
.site-header.is-scrolling-down {top: 0;}
.site-header.is-hidden {top:-147px;}
.site-header.is-scrolling-up {background-color: var(--button-offwhite); box-shadow: 0 0 40px rgba(23,31,32,0.2);} 
@media screen and (min-width:992px) {
.is-scrolling-up .main-navigation ul li a, .header-dark .main-navigation ul li a, .is-desktop-open .main-navigation > ul > li > a {color: var(--button-offwhite-color);}
.is-scrolling-up .header-left, .header-dark .header-left, .is-desktop-open .header-left {border: 1px solid rgba(23, 31, 32, 0.2); background-color: transparent; /*backdrop-filter: blur(0px);-webkit-backdrop-filter: blur(0px)*/}
.is-scrolling-up .header-right-nav, .header-dark .header-right-nav, .is-desktop-open .header-right-nav {border: 1px solid rgba(23, 31, 32, 0.2); background-color: transparent; /*backdrop-filter: blur(0px);-webkit-backdrop-filter: blur(0px)*/}
.is-scrolling-up .header-right-nav::before, .is-desktop-open .header-right-nav::before {backdrop-filter: blur(0px);-webkit-backdrop-filter: blur(0px)}
.is-scrolling-up .header-right-nav ul li a, .header-dark .header-right-nav ul li a, .is-desktop-open .header-right-nav > ul > li > a {color: var(--button-offwhite-color);}
.is-scrolling-up .logo .logo-dark,  .is-desktop-open .logo .logo-dark  {opacity:1;}
.is-scrolling-up .logo .logo-lite,  .is-desktop-open .logo .logo-lite {opacity:0;} 
.is-scrolling-up .main-navigation ul li a:hover, 
.is-scrolling-up .header-right-nav ul li a:hover, 
.header-dark .main-navigation ul li a:hover, 
.header-dark .header-right-nav ul li a:hover,
.is-desktop-open .main-navigation > ul > li > a:hover,
.is-desktop-open .main-navigation > ul > li.open > a,	
.is-desktop-open .header-right-nav > ul > li > a:hover,
.is-desktop-open .header-right-nav > ul > li.open > a
{background-color: var(--button-offwhite-color); color: var(--button-offwhite);}
}
.header-dark .logo .logo-dark {opacity:1;}
.header-dark .logo .logo-lite {opacity:0;}

body.is-open, body.is-desktop-open {overflow:hidden;}
.site-header .container {max-width:100%; padding:30px;}
.logo {position: absolute; top:30px; left: 0; right:0; margin: 0 auto; width:48px; height: auto; line-height: 0;}
.logo a {display: block; line-height: 0;}
.logo-lite {transition: all 0.5s;}
.logo .logo-dark {position: absolute; top:0; left: 0; opacity: 0; transition: all 0.5s;} 
.header-left {padding:2px; background-color: rgba(247,241,232,0.1); border-radius:24px; border:1px solid rgba(247,241,232,0.2); /*backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);*/ position: relative; overflow: hidden; transition: all 0.5s;}
.header-left::before {content: ""; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
.is-scrolling-up .header-left:before, .header-dark .header-left:before { backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); }

.is-desktop-open .site-header {top: 0 !important;}
.header-right {margin-left: auto;}
.main-navigation ul {margin: 0; padding: 0; display: flex; align-items: center; list-style-type: none;}
.main-navigation ul li {margin: 0; padding:0 0; position: static;}
.main-navigation ul li::before {display: none;}
.main-navigation ul li a {padding:11px 22px; display: block; text-decoration: none; color: var(--color-offwhite); font-size:15px; font-weight:500; line-height:21px; letter-spacing: -0.15px; background-color: transparent; border-radius:25px;}

.main-navigation > ul > li > a .menu-arrow, .header-right-nav > ul > li > a .menu-arrow {position: relative; z-index:2;}

.main-navigation > ul > li.menu-item-has-children.open > a .menu-arrow svg, .header-right-nav > ul > li.menu-item-has-children.open > a .menu-arrow svg {transform: rotate(-90deg);}

.main-navigation ul li a:hover {background-color: var(--button-offwhite); color: var(--button-offwhite-color);}
.header-right {padding: 0 122px 0 0; display: flex; align-items: center;}
.header-right-nav {padding:2px; background-color: rgba(247,241,232,0.1); border-radius:24px; border:1px solid rgba(247,241,232,0.2); position: relative; /*backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);*/ overflow: hidden; transition: all 0.5s;}
.header-right-nav ul {margin: 0; padding: 0; display: flex; align-items: center; list-style-type: none;}
.header-right-nav ul li {margin: 0; padding:0 0; }
.header-right-nav ul li::before {display: none;}
.header-right-nav ul li a {padding:11px 22px; display: block; text-decoration: none; color: var(--color-offwhite); font-size:15px; font-weight:500; line-height:21px; letter-spacing: -0.15px; background-color: transparent; border-radius:25px;}
.header-right-nav ul li a:hover {background-color: var(--button-offwhite); color: var(--button-offwhite-color);}
.header-right .enquire {position: fixed; padding:14px 25px; top:30px; right:30px; background-color: var(--violate-color); color: var(--button-offwhite-color); line-height: 17px;}
.header-right .enquire:hover {background-color: #b8adcc;}

.header-right-nav::before {content: ""; backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}

.main-navigation .menu > li.menu-item-has-children a > .menu-arrow, 
.main-navigation > ul > li.menu-item-has-children > a > .menu-arrow, 
.header-right-nav .menu > li.menu-item-has-children > a > .menu-arrow, 
.header-right-nav > ul > li.menu-item-has-children > a > .menu-arrow {margin: 0 0 0 5px; width: 15px; height: 15px; display: inline-flex; align-items: center; justify-content: center; }
.main-navigation .menu > li.menu-item-has-children > a > .menu-arrow svg, 
.main-navigation > ul > li.menu-item-has-children > a > .menu-arrow svg, 
.header-right-nav .menu > li.menu-item-has-children > a > .menu-arrow svg, 
.header-right-nav > ul > li.menu-item-has-children > a > .menu-arrow svg {transform: rotate(90deg); transition: all 0.5s;}
.mobile-arrow {display: none;}

@media screen and (min-width:992px) {
.main-navigation > ul > li.menu-item-has-children > a > .menu-arrow svg path,
.header-right-nav > ul > li.menu-item-has-children > a > .menu-arrow svg path {stroke:var(--color-offwhite); transition: all 0.5s;}

.is-desktop-open .main-navigation > ul > li.menu-item-has-children > a > .menu-arrow svg path,
.is-desktop-open .header-right-nav > ul > li.menu-item-has-children > a > .menu-arrow svg path {stroke:var(--button-offwhite-color);}

.is-desktop-open .main-navigation > ul > li.menu-item-has-children > a:hover > .menu-arrow svg path,
.is-desktop-open .main-navigation > ul > li.menu-item-has-children.open > a > .menu-arrow svg path,
.is-desktop-open .header-right-nav > ul > li.menu-item-has-children.open > a > .menu-arrow svg path,
.is-desktop-open .header-right-nav > ul > li.menu-item-has-children > a:hover > .menu-arrow svg path {stroke:var(--color-offwhite);}

.main-navigation > ul > li.menu-item-has-children > a:hover > .menu-arrow svg path,
.header-right-nav > ul > li.menu-item-has-children > a:hover > .menu-arrow svg path {stroke:var(--button-offwhite-color);}



.is-scrolling-up .main-navigation > ul > li.menu-item-has-children > a > .menu-arrow svg path, 
.header-dark .main-navigation ul > li.menu-item-has-children > a > .menu-arrow svg path {stroke: var(--button-offwhite-color);}
.sub-menu-left > ul > li:hover > a > .menu-arrow svg path {stroke: var(--color-offwhite) !important;} 
.is-scrolling-up .header-right-nav ul > li.menu-item-has-children > a > .menu-arrow svg path, 
.header-dark .header-right-nav ul > li.menu-item-has-children > a > .menu-arrow svg path {stroke: var(--button-offwhite-color);}

.is-scrolling-up .main-navigation > ul > li.menu-item-has-children > a:hover > .menu-arrow svg path, 
.header-dark .main-navigation > ul > li.menu-item-has-children > a:hover > .menu-arrow svg path {stroke: var(--color-offwhite);}

.is-scrolling-up .header-right-nav > ul > li.menu-item-has-children > a:hover > .menu-arrow svg path, 
.header-dark .header-right-nav > ul > li.menu-item-has-children > a:hover > .menu-arrow svg path {stroke: var(--color-offwhite);}
}
.menu-bottom-shape {position: absolute; bottom: 0; right: 0; line-height: 0; z-index: -1; pointer-events: none;} 
.menu-back {display: none;}
.sub-menu-main {position: fixed;  top:0; left: 0; width:100%; background-color: var(--button-offwhite);z-index: -1; height:0; overflow: clip; transition: all 0.5s cubic-bezier(.4, 0, .2, 1);}
.is-desktop-open .menu-item-has-children.open > .sub-menu-main {height: 100%;}
.is-scrolling-up .menu-item-has-children.open > .sub-menu-main {height: 109px;}
.is-desktop-open .is-scrolling-up .menu-item-has-children.open > .sub-menu-main {height: 100%;}
.main-navigation .header-right-nav {display: none;}
.sub-menu-main-content {padding:155px 65px 80px;}

.sub-menu-main-inner {margin: 0 auto; padding: 0 15px; max-width:1310px; width:100%; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative;}
.sub-menu-left {max-width:367px; width:100%;}
.sub-menu-left ul {display: flex; flex-direction: column; align-items: flex-start;}
.sub-menu-left > ul { position: relative; }
.sub-menu-left ul li {width:100%;}

.sub-menu-left > ul > li {margin-bottom:35px;width: auto;position: static;} 
.sub-menu-left > ul > li > a {padding:0; font-family: var(--heading-font); font-size:35px; color: var(--button-offwhite-color); font-weight: 400; line-height:1; letter-spacing: -0.01em; display: inline-flex; align-items: center;}
.sub-menu-left > ul > li > a > .menu-arrow {margin: 2px 0 0 15px; display: inline-flex; align-items: center; width:28px; height:20px; background-color:#ECE6DE; border:1px solid #C1BEB8; border-radius:30px; transition: all 0.5s;}
.sub-menu-left > ul > li > a > .menu-arrow svg {margin: 0 0 0 11px; }
.sub-menu-left > ul:has(li:hover a) > li > a {opacity: 0.5;}
.sub-menu-left > ul > li:hover > a, .sub-menu-left > ul > li.active > a {background-color: transparent !important; color: var(--button-offwhite-color) !important; opacity: 1 !important;}
.sub-menu-left > ul > li > a > .menu-arrow svg path {color: var(--button-offwhite-color);  transition: all 0.5s;}
.sub-menu-left > ul > li:hover > a > .menu-arrow, .sub-menu-left > ul > li.active > a > .menu-arrow {background-color: var(--button-offwhite-color); border-color: var(--button-offwhite-color);}
.sub-menu-left > ul > li:hover > a > .menu-arrow svg path, .sub-menu-left > ul > li.active > a > .menu-arrow svg path {stroke: var(--color-offwhite);}

.sub-menu-left > ul > li:hover > .sub-menu, .sub-menu-left > ul > li.active > .sub-menu {opacity: 1; visibility: visible;}
.sub-menu-left > ul > li > .sub-menu > li {padding:22px 0 0; display: flex; flex-direction: column; align-items: flex-start; border-bottom:1px solid #C1BEB8;}
.sub-menu-left > ul > li > .sub-menu > li:first-child {padding-top: 0;}
.sub-menu-left > ul > li > .sub-menu > li > a {margin: 0 0 22px 0; padding:0; font-family: var(--heading-font); font-size:16px; color: var(--button-offwhite-color); font-weight: 400; line-height:1; letter-spacing: -0.01em; display: inline-flex; align-items: center;}
.sub-menu-left > ul > li > .sub-menu > li .menu-people {margin: 0 0 22px 0; font-size:9px; letter-spacing: 1.35px; font-weight: 400; text-transform: uppercase; line-height: 1; color: var(--button-offwhite-color);}
.sub-menu-left > ul > li > .sub-menu > li > a > svg {margin: 0 0 0 10px; width:8px; height:8px; opacity: 0; transition: all 0.5s;}
.sub-menu-left > ul > li > .sub-menu > li > a:hover {background-color: transparent; color: var(--button-offwhite-color);}
.sub-menu-left > ul > li > .sub-menu > li > a:hover > svg {opacity: 1;}

.sub-menu-left > ul > li > .sub-menu {position: absolute; top: 0; left: 100%; width: 243px; opacity: 0; visibility: hidden; transition: all 0.5s;}
.sub-menu-left > ul > li > .sub-menu  .menu-all {margin-top:30px; padding: 0; border-radius:0; text-decoration: none; font-size: 17px; line-height: 1.2; font-weight: 500; color: var(--button-offwhite-color); letter-spacing: 0.10px; display: inline-flex; align-items: center; }
.sub-menu-left > ul > li > .sub-menu  .menu-all .btn-arrow {margin-left: 10px; padding: 4px 16px; display: flex; align-items: center; width: 42px; height: 30px; border-radius: 160px; background:#ECE6DE; border: 1px solid #C1BEB8; color: #000; cursor: pointer; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
.sub-menu-left > ul > li > .sub-menu  .menu-all .btn-arrow svg path {transition: all 0.5s;}
.sub-menu-left > ul > li > .sub-menu  .menu-all:hover .btn-arrow {background-color: var(--button-offwhite-color);}
.sub-menu-left > ul > li > .sub-menu  .menu-all:hover .btn-arrow svg path {stroke: var(--color-offwhite);}
.sub-menu-left > ul > li > .sub-menu  .menu-all:hover {background-color:transparent; color: var(--button-offwhite-color);}

.sub-menu-right {padding:0; max-width:527px; width:100%; position: relative;}
.sub-menu-right-inner {padding:109% 0 0 0; max-width:100%; position: relative;}
.sub-menu-img {position: absolute; top: 0; left: 0; width:100%; height:100%; opacity: 0; transition: all 0.5s;}
.sub-menu-default {position: absolute; top: 0; left: 0; width:100%; height:100%;}
.sub-menu-img.active {opacity: 1;}
.sub-menu-img::before {position: absolute; top: 0; left: 0; width:100%; height:100%; content: ""; background: rgba(23, 31, 32, 0.1); background-blend-mode: multiply; }
.sub-menu-img img, .sub-menu-default img {width:100%; height:100%; object-fit: cover;}
.main-navigation .social {display: none;}



.home-banner {padding:10px; position: relative;}
.home-banner-video, .home-banner-img {width:100%; height: calc(100svh - 20px); position: relative;}
.home-banner-video:before, .home-banner-img:before {background-color: rgba(23, 31, 32, 0.30); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.home-banner-video:after, .home-banner-img:after { mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg, rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); pointer-events: none;}
.home-banner-video video, .home-banner-img img {width:100%; height: 100%; object-fit: cover;}

.home-banner-content {position: absolute; bottom:15svh; left: 0; right: 0; margin: 0 auto; z-index: 9; }
.with-widget .home-banner-content {bottom:calc(15svh + 98px);}
.home-banner-content .container {align-items: flex-end;}
.home-banner-content-left {max-width: 680px; width: 100%; margin-bottom: 85px;}
.home-banner-content-left h1, .home-banner-content-left h2 { color: var(--color-offwhite); margin-bottom: 0;}
.home-banner-content-left h2 {font-size:68px;}
.home-banner-content-left :is(h1, h2, h2, h3, h4, h5, h6, p) {color: var(--color-offwhite) !important;} 
.home-banner-content-right {max-width: 420px; width: 100%;}
.home-banner-content-right p {color: var(--color-offwhite); font-size: 18px;}
.down-arrow {max-width:64px; width: 100%; padding: 15px; margin-left: 15px; display: block;  text-align: center; cursor: pointer; background-color: rgba(247, 241, 232, 0.1); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}
.home-banner-content-right .button {background-color: var(--button-offwhite); color: var(--button-offwhite-color);}
.home-banner-content-right .button:hover {background-color: var(--button-offwhite-hover);}

.home-banner-slider {width:100%;}
.home-banner-item {width: 100%; height: calc(100svh - 20px); position: relative;}

.booking-banner {position: absolute;padding: 24px;left: 30px;bottom: 30px;z-index: 1; background-color: rgba(247, 241, 232, 0.1); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); font-size: 13px; color: var(--color-offwhite); letter-spacing: -0.01em; max-width: 576px; width: 100%; line-height: 13px; }
.booking-banner a { color: var(--color-offwhite); font-family: var(--heading-font); text-decoration: none; font-size: 24px; letter-spacing: -0.01em; display: flex; align-items: center; line-height: 0.71; margin: 0 0 18px 0; }
.booking-banner a svg { width: 12px; height: 12px; margin: 3px 0 0 10px; }
.booking-banner a:before { margin: 0 12px 0 0; content: ""; background-image: url(images/small-title-bullet.svg); background-position: center; background-repeat: no-repeat; width: 13px; height: 9px; display: inline-flex; }

@keyframes moveWithInterval { 0%   { transform: translateY(0); } 40%  { transform: translateY(200%); } 100% { transform: translateY(200%); } }
.spaces {padding:140px 0 0 0;}
.spaces.spaces-inner-pages {padding-top:100px;}
.spaces-inner {margin:0 auto; max-width: 796px; width:100%; text-align: center;}
.spaces-logo {margin: 0 auto 100px; max-width:252px; width:100%; line-height: 0;}
.spaces-inner h2 {margin: 0 0 50px 0;}
.spaces-scroll {font-size:13px; line-height: 1; letter-spacing:1.95px; font-style: italic;}
.spaces-scroll-bar {margin:23px auto 0; width:1px; height:50px; background-color: rgba(23,31,32,0.2); position: relative; overflow: hidden;}
.spaces-scroll-bar::before {position: absolute; top:-100%; left: 0; width: 100%; height:100%; content: ""; background-color: rgba(23,31,32,1); animation: moveWithInterval 3s linear infinite;}


.h-scroll { height:1000vh; }
.h-scroll.item4 {height:800vh;}
.h-scroll.item3 {height:600vh;}
.h-scroll.item2 {height:400vh;}

.h-scroll-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; overflow: hidden; }
.h-scroll-track { display: flex; gap:10px; /*padding-inline:37.1vw;*/ padding-inline:34.85vw; will-change: transform; }
.h-scroll-item { min-width:29.167vw; height:75vh; background: #eee; flex-shrink: 0; position: relative;  overflow: hidden;}
.h-scroll-item-bg {position: absolute; left: 0; top: 0; width:100%; height:100%; background-repeat: no-repeat; background-size:cover; background-position: center; transition: all 0.5s;}
.h-scroll-item:hover .h-scroll-item-bg {transform: scale(1.1);}
.h-scroll-item-bg:before { position: absolute; top: 0; left: 0; width: 100%; height:100%; content: ""; background-color:rgba(23, 31, 32, 0.25); mix-blend-mode: multiply; pointer-events: none; opacity: 0; transition: all 0.5s;}
.h-scroll-item-bg:after { position: absolute; top: 0; left: 0; width: 100%; height:100%; content: ""; background: linear-gradient(180deg, rgba(23, 31, 32, 0) 50%, #171F20 100%); mix-blend-mode: multiply; pointer-events: none;}
.h-scroll-content {position: absolute; padding: 0 40px; left: 0; bottom:45px; width:100%; text-align: center; z-index: 1; transform: translateY(40px); transition: all 0.5s;}
.h-scroll-content .btn-arrow {margin:0 auto 40px; padding:0; display: flex; align-items: center; justify-content: center; width:56px; height:40px; border-radius: 160px; background: var(--button-offwhite); opacity: 0; transition: all 0.5s;}
.h-scroll-content h3 {margin: 0 0 25px 0; color: var(--color-offwhite); font-size: 35px; line-height: 37px; }
.h-scroll-tag {margin: 0 -11px; display: flex; align-items: center; justify-content: center; color: var(--color-offwhite); font-size:13px; letter-spacing: 1.95px; text-transform: uppercase; line-height: 1; opacity: 0; transition: all 0.5s;}
.h-scroll-tag span {padding: 0 16px; position: relative;}
.h-scroll-tag span::before {position: absolute; left: 0; top: 5px; width:2px; height:2px; border-radius:50%; background-color: var(--color-offwhite); content: "";}
.h-scroll-tag span:first-child::before {display: none;}
.overlink {position: absolute; top: 0; left: 0; width:100%; height:100%;} 
.h-scroll-item:hover .h-scroll-item-bg:before {opacity: 1;}
.h-scroll-item:hover .h-scroll-content {transform: translateY(0);}
.h-scroll-item:hover .h-scroll-content .btn-arrow {opacity: 1;}
.h-scroll-item:hover .h-scroll-tag {opacity: 1;}

.spaces-bottom-text h4 {margin: 0 auto; max-width: 846px; width: 100%; text-align: center; font-size:28px; line-height:1.2;}

.text-block {padding:50px 0 100px 0;}

.about-us {padding:330px 0 100px 0; position: relative;}
.about-us-shape {position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 628px; width:100%; line-height: 0;}
.about-us-inner {position: relative;}
.about-us-img {max-width: 640px; width:100%; position: relative;}
.about-us-img img {width:100%; height:100%; object-fit: cover; position: absolute;}
.about-us-content {max-width: 528px; width: 100%; letter-spacing: -0.18px;}
.about-us-content h6 {margin-bottom:30px;}
.about-us-content ul {margin: 0; padding:10px 0 0 0;}
.about-us-content h3 {margin: 0 0 28px 0; padding: 0 0 0 56px; position: relative; font-family: var(--heading-font); font-size:24px; letter-spacing: -0.24px; line-height:28px;}
.about-us-content h3::before {content: ""; position: absolute; border:1px solid rgba(23,31,32,0.2); top: 0; left: 0; background-color: transparent; border-radius:50%; width: 28px; height:28px;}
.about-us-content h3::after { content: ""; position: absolute; left: 8px; top: 9px; width: 11px; height: 6px; border-left: 1px solid var(--body-color); border-bottom: 1px solid var(--body-color); transform: rotate(-45deg); }

.about-us-content h2 {margin: 0 0 45px 0; letter-spacing: -0.60px;}
.about-us-btn {padding: 32px 0 0 0; display: flex; align-items: center;}
.about-us-btn .button {margin-right:15px;}
.about-us-btn .button:last-child {margin-right: 0;}

.brand-section {padding:100px 0; overflow: hidden; position: relative;}
.brand-slider {padding: 0 50px;}
.brand-slider .slick-track {display: flex; align-items: center;}
.brand-slider .slick-slide { display: flex; justify-content: center; align-items: center; padding : 0 90px}
.brand-slider-item {text-align: center;}
.brand-slider:before {position: absolute; content: ''; left: -100px; top: 0; bottom: 0; max-width:250px; width: 100%; background: var(--before-gradient); z-index: 1;}
.brand-slider:after {position: absolute; content: ''; right: -100px; top: 0; bottom: 0; max-width:250px; width: 100%; background: var(--after-gradient);}
.theme-dark .brand-slider-item img {filter: brightness(0) saturate(100%) invert(96%) sepia(7%) saturate(700%) hue-rotate(330deg) brightness(102%) contrast(95%);}

.brand-slider-item img { height: 100px; width: auto;  max-width: 100%; }

.our-space {padding:90px 0 100px; position: relative;}
.our-space .sub-title {color: var(--button-offwhite) !important; text-align: center;}
.our-space-bg-slider {position: absolute; top:100px; left:0; right:0; bottom:200px;}
.our-space-bg-slider .slick-list, .our-space-bg-slider .slick-track, .our-space-bg-slider .our-space-bg-item, .our-space-bg-slider .our-space-bg-item-img {height: 100%;}
.our-space-bg-item {padding:0 10px;}
.our-space-text-item p {margin-bottom: 30px;}
.our-space-bg-item-img {position: relative;}
.our-space-bg-item-img img {width: 100%; height:100%; object-fit: cover;} 
.our-space-bg-item-img::before {position: absolute; top: 0; left: 0; width:100%; height:100%; content: ""; opacity: 0.75; background: linear-gradient(0deg,rgba(23, 31, 32, 0) 0%, rgba(23, 31, 32, 1) 100%); mix-blend-mode: multiply;}
.our-space .container {padding-top:110px; position: relative;}
.our-space h6 {margin: 0 0 40px 0; text-align: center; color: var(--button-offwhite);}
.our-space h2 {margin: 0 0 70px 0; text-align: center; color: var(--button-offwhite);}
.our-space-box {margin: 0 auto; padding:10px 10px 50px 10px; background-color: var(--button-secondary-bg); max-width: 527px; width:100%; position: relative;}

.our-space-item {padding:240px 0 0 0; position:relative; height:auto; overflow: hidden;}
.our-space-item img {position: absolute; top: 0; left: 0; width:100%; height:100%; object-fit: cover; transform: scale(1); transition: all 0.3s;}
.our-space-title-slider {padding:40px 30px 0;}
/* .our-space-box:hover .our-space-item img {transform: scale(1.1);} */


.our-space-title.slick-current h3 {transition: all 0.5s; opacity: 1; transition-delay:0.3s;}
.our-space-title h3 {margin:0 0 25px 0; text-align: center; letter-spacing: -0.44px;}
.our-space-text-slider {padding: 0 72px;}
.our-space-text-item {text-align: center; letter-spacing: -0.18px; line-height:26px;}
.our-space-people { text-transform: uppercase; font-size: 13px; line-height:1; letter-spacing: 2px;}
.our-space-people:after {margin:25px auto; content: ""; background-color: var(--button-offwhite-color); opacity: 0.2; width:50px; height:1px; display: block;}

.our-space-text-item a {text-decoration: none; font-size: 17px; line-height: 1.2; font-weight: 500; color: var(--body-color); letter-spacing: 0.10px;display: inline-flex; align-items: center;}
.our-space-text-item a .btn-arrow {margin-left:10px; padding: 4px 16px; display: flex; align-items: center; width: 42px; height: 30px; border-radius: 160px; background: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); color: #000; cursor: pointer; display: inline-block; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
.our-space-text-item > a:hover .btn-arrow {background-color: var(--button-primary-hover-bg); border-color: var(--button-primary-hover-bg);}
.our-space-text-item a .btn-arrow svg path {transition: all 0.5s; stroke:var(--body-color);}
.our-space-text-item > a:hover .btn-arrow svg path {stroke: var(--button-offwhite);}

/*.our-space-box:hover .btn-arrow svg path {stroke: var(--button-offwhite);}
.our-space-box:hover a .btn-arrow {background-color: var(--button-primary-hover-bg); border-color: var(--button-primary-hover-bg);}*/

.slick-dots {margin: 0; position: absolute; display: flex; align-items: center; justify-content: center; z-index: 1; width:100%; bottom: 0;}
.our-space-bg-slider .slick-dots { position: absolute; left: 0; right: 0; bottom:-173px; display: flex; align-items: center; justify-content: center; z-index: 1;}
.our-space-bg-slider .slick-dots li, .slick-dots li {margin: 0 6px; padding: 0; line-height: 0;}
.our-space-bg-slider .slick-dots li::before, .slick-dots li::before {display: none;}
.our-space-bg-slider .slick-dots li button, .slick-dots li button {padding: 0; width:6px; height:6px; font-size: 0; background-color: var(--button-offwhite-color); opacity: 0.15; transition: all 0.5s; border-radius:50%;}
.our-space-bg-slider .slick-dots li.slick-active button, .slick-dots li.slick-active button {opacity: 1;}

.our-space-prev { position: absolute; top: calc(50% - 25px); left: -128px; transform: scale(-1); }
.our-space-next { position: absolute; top: calc(50% - 25px); right: -128px; }

.testimonial-section {padding:100px 0 100px; position: relative;}
.testimonial-section-inner {position: relative; padding-left: 50px;}
.testimonial-section-inner:before {position: absolute; content: ''; left: 0; top: 0; bottom: 0; max-width: 250px; width: 100%; background: var(--before-gradient); z-index: 1;}
.testimonial-section-inner:after {position: absolute; content: ''; right: 0; top: 0; bottom: 0; max-width: 250px; width: 100%; background: var(--after-gradient);}
.testimonial-controls {position: absolute; z-index: 9; left: 0; top: 0; bottom: 0; max-width: 250px; width: 100%;}
.testimonial-count { margin-top: 50px; font-size: 13px; font-style: normal; line-height: 1.3; letter-spacing: 2px; color: var(--body-color); display: flex; align-items: center; gap: 6px; }
.testimonial-controls button {width: 64px; height: 50px; border-radius: 160px; font-size: 20px; cursor: pointer; margin-right: 10px; padding:0!important; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.testimonial-controls button svg path {stroke:var(--body-color);}
.testimonial-controls .testimonial-prev {transform: scale(-1);}
.testimonial-prev.slick-disabled, .testimonial-next.slick-disabled { opacity: 0.3; pointer-events: none; cursor: not-allowed; }
.testimonial-slider {width:100%;}
.testimonial-slider-content {padding:0 150px 0 0;}
.testimonial-slider-item:not(.slick-current) .testimonial-slider-content {opacity: 0.2;}
.testimonial-slider-content h5 {margin: 0 0 45px 0; line-height: 1.4; letter-spacing: -0.28px;}
.testimonial-slider-content h6, .testimonial-slider-content a {margin-bottom: 0;}
.testimonial-author .sub-title {margin-bottom: 0 !important;}

.testimonial-slider-item.no-author .testimonial-slider-content a:before {
    content: unset;
}

.testimonial-slider-item.no-author .testimonial-slider-content a {
    margin-left: 0;
}

.news-filter-nav ul li a {text-decoration : none; }
.news-filter-nav ul li.active a {color: var(--button-offwhite); text-decoration : none; }
.category .post-wrapper {padding-top:0;}

.testimonial-slider-content a {position: relative; margin-left: 32px; font-size: 13px; line-height:1; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; font-weight:400; display: inline-flex; align-items: center;}
.testimonial-slider-content a:before {content:''; position: absolute; left: -18px; top: 5px; width: 2px; height:2px; border-radius: 50%; background-color: var(--body-color);}
.testimonial-slider-content a span {margin-left: 8px;}
.testimonial-slider-content a svg {width: 8px; height: 8px;}

.latest-section {overflow: hidden; padding:100px 0 190px;}
.latest-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom:80px; }
.latest-heading {max-width: 744px; width: 100%;}
.latest-heading h2 {font-weight: 400; margin-bottom: 0;}
.latest-heading p {margin-top:50px;}

.latest-slider .slick-list {overflow: visible;}
.latest-slider {margin: 0 -5px;}
.latest-slider .latest-slider-item { padding:0 5px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
.latest-slider .latest-slider-image { width: 100%; object-fit: cover; margin-bottom:50px; position: relative; overflow: hidden;}
.latest-slider .latest-slider-image:before {content:''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background-color:rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; pointer-events: none;}
.latest-slider .latest-slider-image a {position: relative;display: block;padding: 66.67% 0 0 0;}
.latest-slider .latest-slider-image a img {position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.latest-slider .latest-slider-image .btn-arrow {opacity:0; position: absolute; left: 0; top: 50%; right: 0; margin: -15px auto 0; padding: 4px 20px; display: flex; align-items: center; width: 52px; height: 40px; border-radius: 160px; background: var(--button-offwhite); border:0; color: var(--arrow-color); cursor: pointer; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; z-index:1;}
.latest-slider .latest-slider-item .latest-slider-image img {transform: scale(1); transition: transform 0.5s ease;  will-change: transform;}
.latest-slider .latest-slider-item:hover .latest-slider-image img {transform: scale(1.1);}
.latest-slider .latest-slider-item:hover .latest-slider-image .btn-arrow {opacity: 1;}
.latest-slider .category { font-size: 13px; display:flex;   align-items:center; letter-spacing: 1px; color:var(--body-color); margin-bottom:30px; text-transform:uppercase;}
.latest-slider .category a {font-size: 13px;letter-spacing: 1px;color: var(--body-color);display: block;text-transform: uppercase;text-decoration: none;margin-right: 32px;}
.latest-slider .category a:before {content: ""; width: 2px;height: 2px;border-radius: 2px;position: absolute;left: -16px;top: calc(50% - 1px);background-color: var(--body-color);}
.latest-slider .category a:first-child:before {display:none;}
.latest-slider .latest-slider-item h3 { font-size: 28px; line-height: 1.4; font-weight: 400; letter-spacing: -0.28px; margin-bottom:0;  max-width: 340px;}
.latest-slider .latest-slider-item p { margin-top:30px;}
.latest-slider .latest-slider-item h3 a, .latest-slider .category {text-decoration: none;}
.latest-controls {display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.latest-controls .see-all {margin-right: 25px;}

.certified-corporation {position: relative; padding: 100px 0; margin: 10px;}
.certified-corporation:before {content:''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color:rgba(23, 31, 32, 0.25); mix-blend-mode: multiply; pointer-events: none; z-index: 1;}
.certified-corporation:after {content:''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(-90deg, rgba(23, 31, 32, 0) 0%, #171F20 100%); mix-blend-mode: multiply; z-index: 1;}
.certified-corporation > img, .certified-corporation > video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.certified-corporation .container {position: relative; z-index: 2;}
.certified-content-heading {margin-bottom: 50px;}
.certified-logo {margin: 12px 50px 0 0; float: left; max-width: 75px; width: 100%; line-height: 0;}
.certified-content {max-width: 550px; width: 100%; line-height: 1.4; color: var(--color-offwhite); letter-spacing:-0.18px;}
.certified-content h2 {color: var(--color-offwhite); line-height:1.1; letter-spacing: -0.6px; margin-bottom:50px;}
.certified-content :is(h1, h2, h3, h4, h5, h6) {color: var(--color-offwhite);}
.certified-content p {max-width: 499px; margin-bottom: 55px;}
.certified-content .button { background-color: var(--button-offwhite); color:var(--button-offwhite-color);}
.certified-content .button:hover {background-color: var(--button-offwhite-hover);}

.certified-banner-slider {width:100%; position: absolute; left: 0; top: 0; height: 100%;}
.certified-banner-slider .slick-slide img {width: 100%; height: 100%; object-fit: cover;}
.certified-banner-slider .slick-slide img, .certified-banner-slider .slick-list, .certified-banner-slider .slick-track {height: 100%;}


.faq-section {padding:190px 0;}
.faq-inner {align-items: flex-start;}
.faq-left {max-width: 380px; width: 100%; position: sticky; top: 190px;}
.faq-section .small-title-with-icon span {color: var(--color-offwhite);}
.faq-section h2 {margin-bottom:70px; line-height: 1.2; letter-spacing:-0.6px;}
.faq-right {max-width: 742px; width: 100%;}
.faq-item {border-bottom:1px solid var(--faq-border-color);}
.faq-item h3 {margin: 0; padding:47px 0; position: relative; font-size: 24px; line-height:1; letter-spacing: -0.24px; cursor: pointer; padding-right: 24px;}
.faq-item h3.h4 { font-size:35px; margin: 0; }
.faq-item h3.h5 { font-size:28px;margin: 0;}
.faq-item h3.h6 { font-size:24px;margin:0;}
.faq-item h3 span {position: absolute; right: 0; top:calc(50% - 8px); width: 17px; height: 17px; transition: all 0.5s;}
.faq-item h3 span:before {content:''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 100%; background-color: var(--body-color);}
.faq-item h3 span:after {content:''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 1px; background-color: var(--body-color);}
.faq-item h3.active span {transform: rotate(45deg);}
.faq-item-content {padding:0 0 50px; font-size: 18px; line-height:25px; letter-spacing: -0.18px;}
.faq-item-content p {margin-bottom:20px;}
.faq-item-content .button { margin-top: 30px; }
.faq-item-content p:last-child {margin-bottom: 0;}


.event-section {margin:10px; padding:100px 0; position: relative; margin-bottom: 140px;}
.event-section > img {position: absolute; top: 0; left: 0; width: 100%; height:100%; object-fit: cover; pointer-events: none;}
.event-section:before {content:''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; z-index: 1;}
.event-section .container {position: relative; z-index: 2;}
.event-section h2 {color: var(--color-offwhite); line-height: 1.2; letter-spacing: 0.10px; margin-bottom:60px; text-align: center;}
.event-section .events {margin: 0 -5px;}
.event-content h4 {margin-bottom:30px;color: var(--button-offwhite-color);}
.event-item {margin:0 5px; padding: 40px; text-align: left; background: var(--button-offwhite); max-width: calc(33.3333% - 10px); width: 100%; display: flex!important; flex-direction: column; transition: all 0.5s;}
.events .slick-track {display: flex; flex-wrap: wrap;}
.event-item.slick-slide {float: none; height: auto;}
.event-item:hover {background-color: #ece6de;}
.event-icon { margin-bottom:90px; line-height: 0; width:51px; height:51px;}
.event-icon svg path {transition: all 0.5s;}
.event-item .event-icon svg {overflow: visible;}
.event-item .event-icon svg path.animation-rotate { transform-origin: 25px 25px;}
.event-item:hover .event-icon svg path.animation-rotate {transform: rotate(-90deg);}
.event-item:hover .event-icon svg path.animation-right{transform: translateX(5px);}
.event-item:hover .event-icon svg path.animation-left{transform: translateX(-5px);}
.event-item:hover .event-icon svg path.animation-car{transform: translateY(10px);}
.event-content {font-size: 16px; line-height: 1.4; letter-spacing: -0.16px; display: flex; flex-direction: column; flex-grow: 1; color: var(--button-offwhite-color);}
.event-content p {margin-bottom:48px;}
.event-item a {margin-top: auto; text-decoration: none; font-size: 17px; line-height: 1.2; font-weight: 500; color: var(--button-offwhite-color); letter-spacing: 0.10px;display: inline-flex; align-items: center;}
.event-item a .btn-arrow {margin-left:10px; padding: 4px 16px; display: flex; align-items: center; width: 42px; height: 30px; border-radius: 160px; background: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); color: #000; cursor: pointer; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
.event-item:hover a .btn-arrow {background-color: var(--button-primary-bg);}
.event-item a .btn-arrow svg path {transition: all 0.5s;}
.event-item:hover .btn-arrow svg path {stroke: var(--color-offwhite);}

.event-banner {position: relative; padding: 215px 0 100px;}
.event-banner-img {position: absolute; top: 10px; left: 10px; bottom: 10px; right: 10px;}
.event-banner-img:before { z-index: 1; background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none; }
.event-banner-img:after {z-index: 1; mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg, rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); pointer-events: none;}
.event-banner-img img {width:100%; height: 100%; object-fit: cover;}
.event-banner-content {position: relative; max-width: 530px; width: 100%; color: var(--button-offwhite); z-index: 1;}
.event-banner-content * {color: var(--button-offwhite) !important;}
.event-banner-content :is(h1, h2, h3, h4, h5, h6) {color: var(--button-offwhite);}
.event-banner-content h2 {font-size: 68px;}
.event-banner-content *:last-child {margin-bottom: 0;}

.without-img .event-banner-content {margin: 0 auto; max-width: 850px; text-align: center; color: var(--body-color);}
.without-img .small-title-with-icon {justify-content: center; color: var(--body-color);}
.without-img .event-banner-content h1 {color: var(--body-color);}
.event-banner-content h2 {margin-bottom:40px;} 
.without-img .event-banner-content :is(h1, h2, h3, h4, h5, h6), .without-img .event-banner-content * {color: var(--body-color) !important;}

.event-landing {padding: 140px 0 200px 0;}
.event-landing-head {font-family: var(--heading-font); align-items: flex-end; font-size:35px; line-height:45px; letter-spacing: -0.35px;}
.event-landing-head p { max-width:850px; width:100%; margin-bottom: 0;}

.event-landing-nav ul {position: relative; margin: 0; padding:3px; display: flex; flex-wrap: wrap; align-items: center; background-color: var(--button-secondary-bg); border-radius:25px;}
.event-landing-nav ul li {margin: 0; padding:12px 22px; font-family: var(--body-font); font-size:15px; letter-spacing:-0.15px; line-height:16px; color: rgba(23, 31, 32, 0.5); font-weight:500; border-radius:25px; cursor: pointer; z-index: 1;}
.event-landing-nav ul li::before {display: none;}
.event-landing-nav ul:after { content: ""; position: absolute; left: 3px; width: 94px; top: 3px; bottom: 3px; border-radius: 25px; background-color: var(--body-color); z-index: 0; transition: all 0.5s; }
.event-landing-nav ul:has(li[data-type="grid"].active):after { left: 97px; width: 101px; }
.event-landing-nav ul li svg {margin: 0 12px 0 0;}
.event-landing-nav ul li svg rect {fill: rgba(23, 31, 32, 0.5);}
.event-landing-nav ul li.active {color: var(--button-offwhite); }
.event-landing-nav ul li.active svg rect {fill: var(--button-offwhite);}

.event-landing-item {display: none;}
.event-landing-item.active {display: block;}
.event-list-item {padding:100px 0; border-bottom:1px solid #C1BEB8;}
.event-list-item:nth-child(even) {flex-direction: row-reverse;}
.event-list-content {max-width: 478px; width:100%;}
.event-people { font-size: 13px; letter-spacing: 1.95px; text-transform: uppercase; line-height: 1;}
.event-people:after { margin: 25px 0; content: ""; background-color: var(--button-offwhite-color); opacity: 0.2; width: 50px; height: 1px; display: block; }
.event-list-content p {margin-bottom:35px; letter-spacing: -0.18px;}

.event-list-content h3 {margin: 0 0 15px 0; padding: 0 0 0 43px; position: relative; font-family: var(--heading-font); font-size:19px; letter-spacing: -0.19px; line-height:28px;}
.event-list-content h3::before {content: ""; position: absolute; border:1px solid rgba(23,31,32,0.2); top: 0; left: 0; background-color: transparent; border-radius:50%; width: 28px; height:28px;}
.event-list-content h3::after { content: ""; position: absolute; left: 8px; top: 9px; width: 11px; height: 6px; border-left: 1px solid var(--body-color); border-bottom: 1px solid var(--body-color); transform: rotate(-45deg); }
/*
.event-list-content ul {margin: 0; padding:10px 0 0 0;}
.event-list-content ul li {margin: 0 0 15px 0; padding: 0 0 0 43px; position: relative; font-family: var(--heading-font); font-size:19px; letter-spacing: -0.19px; line-height:28px;}
.event-list-content ul li::before {content: ""; border:1px solid rgba(23,31,32,0.2); top: 0; left: 0; background-color: transparent; border-radius:50%; width: 28px; height:28px;}
.event-list-content ul li::after { content: ""; position: absolute; left: 8px; top: 9px; width: 11px; height: 6px; border-left: 1px solid var(--body-color); border-bottom: 1px solid var(--body-color); transform: rotate(-45deg); }
*/
.event-list-content .button {margin-top:35px;}
.event-list-slider {max-width:742px; width:100%;}
.event-list-slider:hover .slick-arrow {opacity: 1;}
.event-list-slider .slick-arrow {margin: 0; position: absolute; top: 0; height: 100%; width: 33.33%; border-radius: 0;background: linear-gradient(90deg,rgba(23, 31, 32, 0) 0%, rgba(23, 31, 32, 0.7) 100%); z-index: 1; font-size:0; opacity: 0; display:flex !important;}
.event-list-slider .slick-arrow.slick-prev{left: 0; }
.event-list-slider .slick-arrow.slick-next{right: 0; }
.event-list-slider .slick-dots {margin: 0; padding: 0; position: absolute; left: 0; bottom:25px; width: 100%; display: flex; align-items: center; justify-content: center;}
.event-list-slider .slick-dots li{margin: 0; padding:0 6px; line-height: 0;}
.event-list-slider .slick-dots li::before {display: none;}
.event-list-slider .slick-dots li button {margin: 0; padding: 0; border-radius:50%; width:6px; height:6px; background-color: transparent; border:1px solid var(--button-offwhite); font-size:0; line-height: 0; opacity:1;}
.event-list-slider .slick-dots li.slick-active button {background-color: var(--button-offwhite);}
.event-list-slider .slick-arrow::before {content: ""; position: absolute; right:30px; width:38px; height:30px;background-color: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border);border-radius: 160px; transition: all 0.5s;}
.event-list-slider .slick-arrow::after {content: ""; position: absolute; right:47px; width:7px; height:7px; border-left:1px solid var(--button-offwhite-color); border-bottom:1px solid var(--button-offwhite-color); transform: rotate(-135deg); transition: all 0.5s;}
.event-list-slider .slick-arrow:hover::before {background-color: var(--button-secondary-hover-bg);}
.event-list-slider .slick-arrow:hover::after {right:43px;}
.event-list-slider .slick-list, .event-list-slider .slick-track, .event-list-slider .event-list-img {height:100%;}
.event-list-slider .event-list-img {position: relative; background-position: center; background-repeat: no-repeat; background-size: cover;}
.event-list-slider .event-list-img img {width:100%; height:100%; object-fit: cover; position: absolute; z-index: -1;}
.event-list-slider .event-list-img::before {content: ""; position: absolute; top: 0; left: 0; width:100%; height:100%; background: linear-gradient(0deg,rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); mix-blend-mode: multiply; opacity: 0.7;}
.event-grid-inner .event-list-img::before {content: ""; position: absolute; top: 0; left: 0; width:100%; height:100%; background: rgba(23, 31, 32, 0.1); mix-blend-mode: multiply; z-index: 1;}
.default-section .event-list-slider .event-list-img img {position:relative;}
.event-grid-inner {margin: 0 -5px; display: flex; flex-wrap: wrap;}
.event-grid-inner .event-list-item {padding-left:5px; padding-right:5px; max-width: 33.33%; width:100%; position: relative; border-bottom: 0;}
.event-grid-inner .event-list-img {padding:57% 0 0 0; position: relative; overflow: hidden;}
.event-grid-inner .event-list-img img {position: absolute; top:0; left: 0; width:100%; height:100%; object-fit: cover; transform: scale(1); transition: transform 0.5s ease; will-change: transform;}
.event-grid-inner .event-list-content {padding:40px 40px 0; text-align: center;}
.event-grid-inner .event-list-content h2 {font-size:28px; letter-spacing: -0.28px;}
.event-grid-inner .event-people:after {margin:25px auto;}
.event-grid-inner .event-list-item:nth-child(3n+1)::before {content: ""; background-color:#C1BEB8; position: absolute; left:5px; bottom:0; height:1px; width:calc(300% - 5px);}

.event-grid-inner .event-list-img .btn-arrow {opacity:0; position: absolute; left: 0; top: 50%; right: 0; margin: -15px auto 0; padding: 4px 20px; display: flex; align-items: center; width: 52px; height: 40px; border-radius: 160px; background: var(--button-offwhite); border:0; color: var(--arrow-color); cursor: pointer; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; z-index:1;}
.event-grid-inner .event-list-item:hover .event-list-img .btn-arrow { opacity: 1; }
.event-grid-inner .event-list-item:hover .event-list-img img {transform: scale(1.1);}
.event-list-item-inner {position: relative;}

.type-gallery-item {padding: 0 5px; line-height: 0;}
.type-gallery-item img {width:100%; height: 500px; object-fit: cover;}

.event-type-gallery { overflow: hidden; width: 100%; }
.event-type-gallery .track { display: flex; width: max-content; animation: marquee calc(var(--item-count) * 5s) linear infinite; }
.event-type-gallery .track .item { white-space: nowrap; padding: 10px 20px; margin-right: 20px; background: #eee; border-radius: 6px; }
@keyframes marquee { from { transform: translateX(0); } to   { transform: translateX(-50%); } }

.featured-highlights {padding:150px 0 100px;}
.featured-highlights-inner { margin: 0 -5px; display: flex; flex-wrap: wrap;  margin: 0 -5px;}
.featured-highlights-item {text-align: center; max-width: 33.33%; width: 100%; padding: 0 5px; position: relative;}
.featured-highlights-image {margin-bottom: 60px; line-height: 0; position: relative;}
.featured-highlights-image::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(23, 31, 32, 0.1); mix-blend-mode: multiply; z-index: 1; }
.featured-highlights-icon {margin-bottom:30px; line-height: 0;}
.featured-highlights-content {padding:0 50px; font-size: 16px;}
.featured-highlights-content p {line-height: 1.4; letter-spacing: -0.16px;}
.featured-highlights-content h3 {font-size: 24px; line-height: 1.4; letter-spacing: -0.24px; margin-bottom: 35px;}
.featured-highlights-content a {margin-top:30px; text-decoration: none; font-size: 17px; font-weight: 500; letter-spacing: -0.17px;}
.featured-highlights-content .btn-arrow { margin-left: 10px; padding: 4px 16px; display: inline-flex; align-items: center; width: 42px; height: 30px; border-radius: 160px; background: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); color: #000; cursor: pointer; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
.featured-highlights-item:hover a .btn-arrow { background-color: var(--button-primary-bg); }
.featured-highlights-item:hover .btn-arrow svg path { stroke: var(--color-offwhite); }
.featured-highlights.event-space {padding:75px 0 100px 0; position: relative;}
.with-shape .featured-shape {position: absolute; top: -40px; right: 0; width: 324px; line-height: 0; transform: translateY(-50%);z-index: -1; pointer-events: none;}
.with-shape .featured-shape img {width:100%;}
.featured-highlights.event-space.with-shape {padding:150px 0 100px;}
.featured-highlights.event-space .featured-highlights-content h3 {margin-bottom: 0;}


.wellness-packages {padding:100px 0 100px 0;}
.wellness-packages-image {max-width: 640px; width: 100%; position: relative;}
.wellness-packages-image:before {background-color: rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.wellness-packages-image img {width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: -1;}
.wellness-packages-content {max-width: 530px; width: 100%;}
.wellness-packages-content h2 { font-size: 44px; line-height: 1.2; letter-spacing: -0.44px; margin-bottom:45px;}
.wellness-packages-content-text p { font-size: 24px; font-family: var(--heading-font); line-height: 1.4; letter-spacing: -0.24px; margin-bottom:45px !important; }
.wellness-packages-content .action-part {padding:20px 0 0 0; display: flex; flex-wrap: wrap;}
.wellness-packages-content .action-part a:first-child {margin-right: 15px;}
.wellness-packages-content .action-part a {margin-top:15px;}

.bg-slider-section {margin: 100px 10px;}
.bg-slider-for {overflow: hidden; pointer-events: none;}
.bg-slider-section, .bg-slider-item {position: relative;}
.bg-slider-item {height:calc(100svh - 20px);}
.bg-slider-item img, .bg-slider-item video {width: 100%; height:100%; object-fit: cover;}
.bg-slider-item:before {background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.bg-slider-item:after {background: linear-gradient(0deg, rgba(23, 31, 32, 0.5) 0%, rgba(23, 31, 32, 0) 50%); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}

.content-slider-nav { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; height:calc(100svh - 20px); z-index: 1; pointer-events: none;}
.content-slider-nav .slick-list, .content-slider-nav .slick-track {height: 100%; }
.content-slider-content {display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; height: 100%; max-width: 420px; width: 100%; margin: 0 auto;}
.content-slider-icon {max-width: 50px; width: 100%; margin: 0 auto 50px;}
.content-slider-item.slick-slide {opacity:0.5; transition: all 0.5s;}
.content-slider-item.slick-slide.slick-current {opacity: 1;}
.content-slider-item h2 {text-align: center; color: var(--button-offwhite); font-size: 44px; line-height: 1.2; letter-spacing: -0.44px; margin-bottom: 0;}
.content-slider-content {color:#fff; text-align:center;}
.content-slider-content p {margin-top: 35px;}

.slider-action {position: absolute; bottom:50px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; z-index: 1;}
.content-slider-counter { display: flex; align-items: center; gap: 14px; color: #fff; z-index: 5; font-size: 14px; padding: 15px 22px; background-color: rgba(247, 241, 232, 0.1); color: var(--button-offwhite); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}
.content-slider-counter span {line-height: 1; letter-spacing: 1.95px;}
.content-slider-counter .line { width: 50px; height: 1px; background: rgba(255,255,255,0.2); position: relative;}
.content-slider-counter .line::after { content: ''; position: absolute; left: 0; top:0.2px; width: 0%; height: 100%; background: #fff; }
.content-slider-counter .line.animate::after { animation: fillLine 5.5s linear forwards; }
.content-slider-counter .line.animate::after { animation-play-state: running; }
.content-slider-counter .line.paused::after { animation-play-state: paused; }
@keyframes fillLine { from { width: 0%; } to   { width: 100%; } }

.slider-action > * {margin: 0 7.5px;}
.slider-play-pause {padding: 15px 22px; background-color: rgba(247, 241, 232, 0.1); color: var(--button-offwhite); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); height: 46px;}
.slider-play-pause:hover {background-color: rgba(247, 241, 232, 0.1);}
.slider-play-pause .pause {position:relative;}
.slider-play-pause .pause:before {content:''; position: absolute; color: var(--button-offwhite); font-size: 13px; letter-spacing: 1.95px; line-height: 1;}
.slider-play-pause span { display: none; }
.slider-play-pause .active { display: block; line-height: 0; }

.outdoor-venue {padding:100px 0 100px 0;}
.outdoor-venue-inner {align-items: flex-start;}
.outdoor-venue-left {max-width:420px; width:100%; position:sticky; top: calc(50vh - 335px); line-height: 0; height:670px;}
.outdoor-venue-left:before {background-color: rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.outdoor-venue-left img {width:100%; height:100%; object-fit:cover;}
.outdoor-venue-right {max-width:744px; width:100%; font-size:18px; letter-spacing: -0.18px; }
.outdoor-venue-right > p {margin-bottom:50px;}
.outdoor-venue-right h2 {margin-bottom:40px; letter-spacing: -0.60px; line-height: 1.2;}

.summer-event {overflow: hidden; position: relative;}
.summer-event-shape {position: absolute; top:100px; right:-235px; max-width: 628px; width: 100%; line-height: 0;}
.summer-event {padding: 100px 0;}
.summer-event-head {max-width: 850px; width: 100%; position: relative;}
.summer-event-head h2 {letter-spacing: -0.6px; margin-bottom: 50px;}
.summer-event-head p {margin-bottom: 80px;}
.summer-event-nav ul {margin: 0; display: flex; flex-wrap: wrap; align-items: center;}
.summer-event-nav ul li {cursor: pointer; margin-right: 12px; margin-bottom:12px; line-height:14px; border-radius: 64px; font-size: 13px; letter-spacing: -0.13px; font-weight: 500; padding:12px 20px; background-color: var(--button-offwhite); color: var(--button-secondary-color); border: 1px solid var(--button-secondary-border);}
.summer-event-nav ul li.active {background-color: var(--button-primary-bg); color: var(--button-offwhite); border: 1px solid var(--button-primary-bg);}
.summer-event-nav ul li:before {display: none;}

/* .summer-event-item {padding:60px 0 0; display: none;}
.summer-event-item.active {display: flex;} */
.summer-event-inner {margin:48px 0 0 0; position: relative; }
.summer-event-item { padding:0 0 0; display: flex; position: absolute; top: 0; left: 0; width: 100%; opacity: 0; visibility: hidden; pointer-events: none; transition: all 0.5s;}
.summer-event-item.active { position: relative; opacity: 1; visibility: visible; pointer-events: auto; }
.summer-event-content {padding: 80px; background-color: var(--button-secondary-bg); max-width: calc(50% - 5px);  width: 100%; display: flex; flex-direction: column;} 
.summer-event-people {font-size: 13px; letter-spacing: 1.95px; text-transform: uppercase; line-height: 1;}
.summer-event-people:after { margin:40px 0; content: ""; background-color: var(--button-offwhite-color); opacity: 0.2; width: 50px; height: 1px; display: block; }
.summer-event-content h3 {font-size: 44px; line-height: 1.2; letter-spacing: -0.44px;}
.summer-event-content p { margin-bottom: 35px; letter-spacing: -0.18px; }
.summer-event-content h4 { margin: 0 0 15px 0; padding: 0 0 0 43px; position: relative; font-family: var(--heading-font); font-size: 19px; letter-spacing: -0.19px; line-height:1.4; }
.summer-event-content h4::before { content: ""; position: absolute; border: 1px solid rgba(23, 31, 32, 0.2); top: 0; left: 0; background-color: transparent; border-radius: 50%; width: 28px; height: 28px; }
.summer-event-content h4::after { content: ""; position: absolute; left: 8px; top: 9px; width: 11px; height: 6px; border-left: 1px solid var(--body-color); border-bottom: 1px solid var(--body-color); transform: rotate(-45deg); }
.summer-event-content div.flex.flex-wrap {margin-top:auto;}
/*
.summer-event-content ul { margin: 0; padding: 10px 0 0 0; }
.summer-event-content ul li { margin: 0 0 15px 0; padding: 0 0 0 43px; position: relative; font-family: var(--heading-font); font-size: 19px; letter-spacing: -0.19px; line-height:1.4; }
.summer-event-content ul li::before { content: ""; border: 1px solid rgba(23, 31, 32, 0.2); top: 0; left: 0; background-color: transparent; border-radius: 50%; width: 28px; height: 28px; }
.summer-event-content ul li::after { content: ""; position: absolute; left: 8px; top: 9px; width: 11px; height: 6px; border-left: 1px solid var(--body-color); border-bottom: 1px solid var(--body-color); transform: rotate(-45deg); }
*/
.summer-event-content .button { margin-top:50px; }
.summer-event-image-or-video {max-width: calc(50% - 5px);  width: 100%; position:absolute; right:0; top:0; height:100%;}
.summer-event-image-or-video .full-bleed { line-height: 0; position: relative; max-width: 100%; width: 100%;}
.summer-event-image-or-video .full-bleed img, .summer-event-image-or-video .full-bleed video {object-fit: cover; height: 100%;width: 100%;}
.summer-event-image-or-video .full-bleed.top:before {background-color: rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.summer-event-image-or-video .half-bleed {line-height: 0; position: relative; max-width: calc(50% - 5px); width: 100%; height: 100%;}
.summer-event-image-or-video .full-bleed.bottom {display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 100%; width: 100%; margin-top: 10px;}
.summer-event-image-or-video .half-bleed:before {background-color: rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.summer-event-image-or-video .full-bleed.top { height: calc(60% - 5px);}
.summer-event-image-or-video .full-bleed.bottom { height: calc(40% - 5px);}

.centermode-slider-section {padding: 100px 0; overflow: hidden;}
.centermode-slider {margin-bottom: 30px; width: 100%;}
.centermode-slider .slick-list { margin: 0 -5px; height: 100%;}
.centermode-slider-item {width: 100%; position: relative; height: 85svh;}
.centermode-slider-item.slick-slide { margin: 0 5px; }
.centermode-slider-item:before {background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none; transition: all 0.5s; z-index: 1;}
.centermode-slider-item.slick-center:before {opacity: 0;}
.centermode-slider-item img {width: 100%; height:100%; object-fit: cover;}
.centermode-slider .slick-arrow.slick-prev { left: 0; }
.centermode-slider .slick-arrow { margin: 0; position: absolute; top: 0; height: 100%; width:183px; border-radius: 0; z-index: 1; font-size: 0; background-color: transparent; display: flex;}
.centermode-slider .slick-arrow.slick-next { right: 0; }
.centermode-slider .slick-arrow::before { content: ""; position: absolute; left: calc(50% - 32px); width:64px; height:50px; background-color: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); border-radius: 160px; transition: all 0.5s; }
.centermode-slider .slick-arrow::after { content: ""; position: absolute; left: calc(50% - 7px); width:10px; height: 10px; border-left: 1px solid var(--button-offwhite-color); border-bottom: 1px solid var(--button-offwhite-color); transform: rotate(-135deg); transition: all 0.5s; }
.centermode-slider .slick-arrow:hover::before {background-color: var(--button-secondary-hover-bg);}
.centermode-slider .slick-arrow:hover::after {transform:rotate(-135deg) translate(-5px, 5px);}

.centermode-slider-section.with-content .centermode-slider-item:before, .centermode-slider-section.with-content .centermode-slider-item:after {opacity: 1!important;}

.book-party {padding: 100px 0 100px;}
.book-party-inner {justify-content: space-between;}
.book-party-inner-left, .book-party-inner-right {max-width: calc(50% - 5px); width: 100%;}
.book-party-content {padding: 60px; position: relative; display: flex; flex-direction: column; height:100%;}
.book-party-inner-right {padding:60px; background-color: var(--button-secondary-bg);}
.book-party-inner-right h3 {margin: 0 0 40px 0;}
.book-party-content:before {background: linear-gradient(180deg,rgba(23, 31, 32, 0.5) 0%, rgba(23, 31, 32, 0) 50%); z-index: 1; mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.book-party-content:after {background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.book-party-content > img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none;}
.book-party-info { position: relative; color: var(--button-offwhite); display: flex; flex-direction: column; z-index: 1; flex-grow: 1;}
.book-party-info h2 {letter-spacing: -0.60px; color: var(--button-offwhite); z-index: 1; margin-bottom: 35px;}
.book-party-info p {letter-spacing: -0.18px;}
.book-party-btn {margin-top:auto;}

.button-transparent {padding:15px 25px; display: inline-flex; align-items: center; font-size:19px; letter-spacing: -0.19px; cursor: pointer; background-color: rgba(247, 241, 232, 0.1); color: var(--button-offwhite); text-decoration: none; border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}
.button-transparent img {margin-right: 15px; width: 16px; height: 16px;}
.book-party-info .button-transparent {margin-bottom:30px;}
.book-party-info .button-transparent:last-child {margin-bottom: 0;}

.more-events { overflow: hidden; padding: 100px 0 190px;}
.more-events .slick-list {overflow: visible;}
.more-events-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 80px; }
.more-events-controls { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.more-events-controls .more-events { margin-right: 25px; }
.more-events-slider { margin: 0 -5px; }
.more-events-heading h2 {margin-bottom: 0;}
.more-events-item {max-width: 420px; height:65vh; margin: 0 5px; background: #eee; flex-shrink: 0; position: relative;  overflow: hidden;}
.more-events-item-bg {position: absolute; left: 0; top: 0; width:100%; height:100%; background-repeat: no-repeat; background-size:cover; background-position: center; transition: all 0.5s;}
.more-events-item:hover .more-events-item-bg {transform: scale(1.1);}
.more-events-item-bg:before { position: absolute; top: 0; left: 0; width: 100%; height:100%; content: ""; background-color:rgba(23, 31, 32, 0.25); mix-blend-mode: multiply; pointer-events: none; opacity: 0; transition: all 0.5s;}
.more-events-item-bg:after { position: absolute; top: 0; left: 0; width: 100%; height:100%; content: ""; background: linear-gradient(180deg, rgba(23, 31, 32, 0) 50%, #171F20 100%); mix-blend-mode: multiply; pointer-events: none;}
.more-events-content {position: absolute; padding: 0 40px; left: 0; bottom:45px; width:100%; text-align: center; z-index: 1; transform: translateY(40px); transition: all 0.5s;}
.more-events-content .btn-arrow {margin:0 auto 40px; padding:0; display: flex; align-items: center; justify-content: center; width:56px; height:40px; border-radius: 160px; background: var(--button-offwhite); opacity: 0; transition: all 0.5s;}
.more-events-content h3 {margin: 0 0 25px 0; color: var(--color-offwhite); font-size: 35px; line-height: 37px; }
.more-events-tag {display: flex; align-items: center; justify-content: center; color: var(--color-offwhite); font-size:13px; letter-spacing: 1.95px; text-transform: uppercase; line-height: 1; opacity: 0; transition: all 0.5s;}
.more-events-tag span {padding: 0 16px; position: relative;}
.more-events-tag span::before {position: absolute; left: 0; top: 5px; width:2px; height:2px; border-radius:50%; background-color: var(--color-offwhite); content: "";}
.more-events-tag span:first-child {padding-left: 0;}
.more-events-tag span:last-child {padding-right: 0;}
.more-events-tag span:first-child::before {display: none;}
.overlink {position: absolute; top: 0; left: 0; width:100%; height:100%;} 
.more-events-item:hover .more-events-item-bg:before {opacity: 1;}
.more-events-item:hover .more-events-content {transform: translateY(0);}
.more-events-item:hover .more-events-content .btn-arrow {opacity: 1;}
.more-events-item:hover .more-events-tag {opacity: 1;}
.more-events-tag a {position: relative; margin-left:17px; color: var(--button-offwhite); font-size: 13px; line-height: 1; letter-spacing: 2px; text-transform: uppercase; text-decoration: none; font-weight: 400; }
.more-events-tag a:before { content: ''; position: absolute; left: -18px; top: 5px; width: 2px; height: 2px; border-radius: 50%; background-color: var(--button-offwhite); }
.more-events-tag a span {margin-left: 8px;}
.more-events-tag a svg { width: 8px; height: 8px; }
.more-events-tag a svg path {stroke: var(--button-offwhite);}

.event-space-banner {padding:10px; position: relative;}
.event-space-banner-video, .event-space-banner-img {width:100%; height: calc(100svh - 20px); position: relative;}
.event-space-banner-video:before, .event-space-banner-img:before {background-color: rgba(23, 31, 32, 0.30); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.event-space-banner-video:after, .event-space-banner-img:after { mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg, rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); pointer-events: none;}
.event-space-banner-video video, .event-space-banner-img img {width:100%; height: 100%; object-fit: cover;}

.event-space-banner .small-title-with-icon .more-events-tag {opacity: 1;}
.event-space-banner .small-title-with-icon span:first-child {padding:0; }
.event-space-banner .small-title-with-icon .more-events-tag span:first-child  {margin-right:12px;}

.event-space-content {position: absolute; bottom:15svh; left: 0; right: 0; margin: 0 auto; z-index: 9; }
.event-space-content .container {align-items: flex-end;}
.event-space-content-left {max-width: 680px; width: 100%; margin-bottom:0; color: var(--button-offwhite);}
.event-space-content-left h1 { color: var(--color-offwhite); margin-bottom: 0;}
.event-space-content-left p {margin-top:50px;}
.event-space-content-left :is(h1, h2, h2, h3, h4, h5, h6) {color: var(--color-offwhite);} 
.event-space-content-right {max-width: 265px; width: 100%;}
.event-space-content-right p {color: var(--color-offwhite); font-size: 18px;}
.down-arrow {max-width:64px; width: 100%; padding: 15px; margin-left: 15px; display: block;  text-align: center; cursor: pointer; background-color: rgba(247, 241, 232, 0.1); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}
.event-space-content-right .button {background-color: var(--button-offwhite); color: var(--button-offwhite-color);}
.event-space-content-right .button:hover {background-color: var(--button-offwhite-hover);}

.event-space-banner-slider {width:100%;}
.event-space-banner-item {width: 100%; height: calc(100svh - 20px); position: relative;}
.event-space .featured-highlights-item {max-width: 25%;}
.event-space  .featured-highlights-content {padding: 0 40px;}
.event-space-banner-item img {width:100%; height:100%; object-fit:cover;}
.event-space-banner-item:before {background-color: rgba(23, 31, 32, 0.30); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.event-space-banner-item:after, .event-space-banner-item:after { mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg, rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); pointer-events: none;}

.book-space {padding:100px 0 100px 0; position: relative;}
.book-space.whi-shape {padding:150px 0 100px 0;}
.book-space-image {max-width:527px; width: 100%; position: relative;}
.book-space-image:before {background-color: rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.book-space-image img {width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: -1;}
.book-space-content {max-width: 635px; width: 100%;}
.book-space-content h2 { letter-spacing: -0.60px; margin-bottom: 50px;}
.book-space-content-text p {font-size:24px; font-family: var(--heading-font); line-height: 1.4; letter-spacing: -0.24px; margin-bottom:40px !important;}
.book-space-content-text.title-small {padding-right: 30px;}
.book-space-content .action-part {padding:20px 0 0 0; display: flex; flex-wrap: wrap;}
.book-space-content .action-part a:first-child {margin-right: 15px;}
.book-space-content p {margin-bottom: 30px;}
.book-space-content .action-part .button img {margin: 0 3px 0 6px;}

.corporate-banner {padding: 10px; position: relative;}
.corporate-banner-video, .corporate-banner-img {width:100%; height: calc(100svh - 20px); position: relative;}
.corporate-banner-video:before, .corporate-banner-img:before {background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.corporate-banner-video:after, .corporate-banner-img:after { mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg, rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); pointer-events: none;}
.corporate-banner-video video, .corporate-banner-img img {width:100%; height: 100%; object-fit: cover;}
.corporate-banner-slider {width:100%;}
.corporate-banner-item {width: 100%; height: calc(100svh - 20px); position: relative;}

.corporate-content {position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; max-width: 710px; width: 100%; z-index: 1;}
.corporate-content h1, .corporate-content h6, .corporate-content * {color: var(--button-offwhite); text-align: center;}
.corporate-content :is(h1,h2,h3,h4,h5,h6) {color: var(--button-offwhite) !important;}
.corporate-content h1, .corporate-content h2 {margin-bottom: 50px;}
.corporate-content h2 {font-size: 68px;}
.corporate-content .sub-title {margin-bottom: 30px;}
.corporate-content .action-part {max-width: 266px; width: 100%;}
.corporate-content .button {background-color: var(--button-offwhite); color: var(--body-color);}
.corporate-content .button:hover {background-color: var(--button-offwhite-hover);}

.corporate-banner .brand-section {position: absolute; padding: 0; bottom:60px; width: calc(100% - 20px);}
.corporate-banner .brand-slider:before, .corporate-banner .brand-slider:after {display: none;}
.corporate-banner .brand-slider .slick-list {overflow: visible;}
/* .corporate-banner .brand-slider-item img { filter: brightness(0) saturate(100%) invert(96%) sepia(7%) saturate(700%) hue-rotate(330deg) brightness(102%) contrast(95%); } */

.with-content .centermode-slider-section-inner {position: relative;}

.with-content .centermode-slider-section-inner .centermode-slider-item.slick-current:after {background: linear-gradient(0deg,rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 100%); mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; pointer-events: none; z-index: 1;}
.with-content .centermode-slider-section-inner .centermode-slider-item.slick-current:before {opacity: 1;}
.with-content .centermode-slider-item {height: auto; display: flex; align-items: center;}
.with-content .centermode-slider-item > img {position: absolute; top: 0; left: 0; width:100%; height:100%; object-fit:cover;}
.centermode-slider-content {margin: 0 auto; padding:171px 0; position: relative; font-size: 24px; font-family: var(--heading-font); line-height: 1.4; letter-spacing:-0.24px; color: var(--button-offwhite); max-width:864px; width:100%; z-index: 2; text-align: center; min-height:550px; display: flex; flex-direction: column; align-items: center;}
.testimonials-logo {margin: 0 auto 53px auto; max-width:180px; max-height:60px; display: flex;align-items: center; justify-content: center;}
.testimonials-logo img {width: auto; height: auto; filter: brightness(0) saturate(100%) invert(96%) sepia(7%) saturate(700%) hue-rotate(330deg) brightness(102%) contrast(95%);}
.centermode-slider-content .more-events-tag {opacity: 1; font-family: var(--body-font);} 
.centermode-slider-content .small-title-with-icon {margin: 0; justify-content: center;}
.centermode-slider-content .more-events-tag span:first-child {padding-left: 0;}
.centermode-slider-content .more-events-tag span:last-child {padding-right: 0;}
.centermode-slider-content .small-title-with-icon img {width:13px;}
.with-content .centermode-slider .slick-track { display: flex;}
.centermode-slider .slick-dots {bottom:-30px;}

.pause-refuel {padding:100px 0;}
.pause-refuel h6, .pause-refuel h2, .pause-refuel .sub-title {text-align: center;}
.pause-refuel h2 {margin: 0 0 65px 0;}
.pause-refuel-gallery { overflow: hidden; width: 100%; }
.pause-refuel-gallery .track { display: flex; width: max-content; animation: marquee 20s linear infinite; }
.pause-refuel-gallery-item { padding: 0 5px; line-height: 0; }
.pause-refuel-item img { width: 100%; height:300px; object-fit: cover; }
.pause-refuel-content {margin:0 auto; padding:80px 0 0 0; max-width: 861px; width:100%; text-align: center; letter-spacing: -0.18px;}
.pause-refuel-content p {margin-bottom:20px;}
.pause-refuel-content .button {margin-top:35px;}

.private-events { padding:175px 0 100px;position: relative;}
.private-events-head {margin: 0 auto; max-width:580px; width:100%; text-align: center;}
.private-events-head .action-part {justify-content: center;}
.private-events-head .down-arrow {background-color:var(--button-secondary-bg);border: 1px solid var(--button-secondary-border);}
.private-events-head .down-arrow svg path {stroke: var(--body-color);}
.private-events .scale-grid-shape {position: absolute; top:63%; right:0; max-width:395px; width: 100%; line-height: 0;will-change: transform; transform: translateY(0);}

.scale-grid {margin: 0 0 100px 0; height: 400vh; }
.scale-grid-wrap {position: sticky; top:10px; height:calc(100svh - 20px); width: calc(100% - 20px); margin: 0 auto; overflow: hidden;}
.scale-grid-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1); transform-origin: center; display: flex; flex-direction: column; max-width:88vw; width:100%; height: calc(100svh - 0px); }
.scale-grid-row { display: flex; justify-content: center; height:27%; }
.scale-grid-row.row2 { height:46%; }
.row1 {align-items: flex-end;}
.row1 .scale-grid-item:first-child {width: 50.391%;}
.row1 .scale-grid-item:last-child {width:16.8%; height:70%;}

.row3 {align-items: flex-start;}
.row3 .scale-grid-item:first-child {width:25.235%;  height:70%;}
.row3 .scale-grid-item:last-child {width:41.954%;}

.row2 { display: grid; grid-template-columns:  1fr 2fr 1fr; grid-template-rows: repeat(2,1fr); }
.row2 .scale-grid-item:nth-child(3) { grid-column: 2 / 3; grid-row: 1 / span 2; }

.row2 .scale-grid-item:first-child { width:67.2%; height: 81.99%; margin-left: auto; }
.row2 .scale-grid-item:nth-child(2) { width:67.2%; height:calc(100% + 18%); margin-right: auto; }
.row2 .scale-grid-item:nth-child(4) { width: 100%; height: calc(100% + 18%); margin-top: calc(-12.9% + 10px); align-self: end;}
.row2 .scale-grid-item:last-child { width:100%; height: 81.99%; align-self: end;}
.scale-grid-item {padding:5px; width: 30rem; height:100%; overflow: hidden; flex-shrink: 0;}
.scale-grid-item img,
.scale-grid-item video { width: 100%; height: 100%; object-fit: cover; }

.js-scale-ref { width: 100%; height:100%; }
.js-scale { transform: translate(-50%, -50%) scale(1); }
.js-counter { transform: translate(0px, 0px) scale(1); }
.js-scale-ref video { transform: scale(1); }

.centermode-privet .centermode-slider-content {font-size:28px; letter-spacing: -0.28px;}
.our-location {padding:100px 0; overflow: hidden;}
.our-location-left {width:27.987vw;}
.our-location-right {width: 27.987vw;}
.our-location-inner {display: flex; flex-wrap: wrap; justify-content: space-between;}
.our-location-center {max-width:426px; width:100%; text-align: center; align-self: center;}
.our-location-center h2 {margin-bottom:35px;}
.our-location-row {display: flex; flex-wrap: wrap;}
.our-location-img {padding: 5px; width:45.5%;line-height: 0;}
.our-location-img img {width:100%; height:13.473vw; object-fit: cover;}
.our-location-full {width:100%;}
.our-location-medium {width:55.335%;}
.our-location-small { width: 32.26%; }
.our-location-left .our-location-row {position: relative; left: -5px;}
.our-location-left .our-location-row:first-child .our-location-img:not(.our-location-full) {position: relative; left:-52px;}
.our-location-right .our-location-row {position: relative; right: -5px;justify-content: flex-end;}
.our-location-right .our-location-row:first-child .our-location-img:not(.our-location-full) {position: relative; right:-5px;}
.our-location-right .our-location-row:last-child .our-location-img {position: relative; right:-52px;}


.visitor-filter {padding:75px 0 0 0;}
.visitor-filter ul {margin:0 -7px; display: flex; flex-wrap: wrap; align-items: center; }
.visitor-filter ul li {margin: 0; padding: 0 7px;}
.visitor-filter ul li a {cursor: pointer;display: block; line-height: 14px; border-radius: 64px; font-size: 13px; letter-spacing: -0.13px; font-weight: 500; padding: 12px 20px; background-color: rgba(247, 241, 232, 0.1); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); color: var(--button-offwhite); text-decoration: none;}
.visitor-filter ul li a:hover {background-color: var(--button-offwhite); color: var(--button-offwhite-color);}
.visitor-filter ul li:before { display: none; }

.visitor-main {padding:100px 0; position: relative;}
.visitor-content {padding:50px 0 100px 0; max-width:850px; width:100%;}
.visitor-content :is(h1,h2,h3,h4,h5,h6) {line-height: 1.4; letter-spacing: -0.01em;}
.visitor-main .featured-shape {position: absolute; top: -40px; right: 0; width: 324px; line-height: 0; transform: translateY(-50%); z-index: -1; pointer-events: none;}
.visitor-list {align-items: flex-start;}
.visitor-left {max-width:635px; width:100%;}
.visitor-right {max-width:527px; width:100%; line-height: 0; position: relative; position: sticky; top: calc(50vh - 335px);}
.visitor-right img {width:100%;}
.visitor-right:before {background-color: rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.visitor-item {padding:100px 0; font-size:18px; line-height: 1.4; border-bottom:1px solid #C1BEB8;}
.visitor-item:first-child {padding-top:0;}
.visitor-item:last-child { border:0;}

.visitor-item ul {margin: 0 0 40px 0; padding:0;}
.visitor-item ul li {margin: 0 0 20px 0; padding: 0 0 0 56px; position: relative; font-family: var(--heading-font); font-size:24px; letter-spacing: -0.24px; line-height:28px;}
.visitor-item ul li::before {content: ""; border:1px solid rgba(23,31,32,0.2); top: 0; left: 0; background-color: transparent; border-radius:50%; width: 28px; height:28px;}
.visitor-item ul li::after { content: ""; position: absolute; left: 8px; top: 9px; width: 11px; height: 6px; border-left: 1px solid var(--body-color); border-bottom: 1px solid var(--body-color); transform: rotate(-45deg); }

.visitor-item :is(h1,h2,h3,h4,h5,h6) {margin: 0 0 26px 0; line-height: 1.4; letter-spacing: -0.01em;}
.visitor-item-title {margin: 0 0 80px 0; display: flex; align-items: flex-end;}
.visitor-item-icon {margin: 0 30px 0 0; min-width:50px; width:50px; line-height: 0;}
.visitor-item-title h3 {margin: 0;line-height: 0.8; flex:1;}
.visitor-item .action {padding:20px 0 0 0; display: flex; align-items: center;}
.visitor-item .action .button {margin-right:15px;}
.visitor-item .action .button:last-child {margin-right:0;}
.visitor-item .action .button img {margin-right:5px;}

.visitor-colors {margin: 0 0 36px 0;}
.visitor-colors ul {margin: 0 -5px; display: flex; flex-wrap: wrap; align-items: center;}
.visitor-colors ul li {font-family: var(--body-font); margin:4px 5px; cursor: pointer; display: flex; align-items: center; margin-bottom: 0; line-height: 14px; border-radius: 64px; font-size: 13px; letter-spacing: -0.13px; font-weight: 500; padding: 12px 14px; background-color:transparent; color: var(--button-secondary-color); border: 1px solid var(--button-secondary-border); }
.visitor-colors ul li span {margin: 0 7px 0 0; width:15px; height:5px; border-radius:5px;}
.visitor-colors ul li:before, .visitor-colors ul li:after {display: none;}
 



.news-head { position: relative; padding: 215px 0 0; }
.without-img .news-head-content {margin: 0 auto; max-width: 850px; text-align: center; color: var(--body-color);}
.without-img .small-title-with-icon {justify-content: center; color: var(--body-color);}
.without-img .news-head-content h1 {color: var(--body-color); margin-bottom: 0;}
.without-img .news-head-content :is(h1, h2, h3, h4, h5, h6) {color: var(--body-color);}

.news-banner {margin:100px 0 0 0; padding: 110px; position: relative; overflow: hidden;}
.news-banner-img {position: absolute; left: 10px; right: 10px; top: 0; bottom: 0;}
.news-banner-img:before {background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.news-banner-img:after {mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 50%; height: 100%; content: ""; background: linear-gradient(270deg, rgba(23, 31, 32, 0) 0%, rgba(23, 31, 32, 0.75) 100%); pointer-events: none;}
.news-banner-img img {width:100%; height: 100%; object-fit: cover;}

.news-content { position: relative; max-width: 603px; width:100%; color: var(--button-offwhite);}
.news-content h2, .news-content .more-events-tag span {color: var(--button-offwhite);}
.news-content .more-events-tag {opacity: 1;}
.news-content .small-title-with-icon span:first-child {margin-right: 0;}
.news-content h2 {margin-bottom: 50px; letter-spacing: -0.60px; line-height: 1.2;}
.news-content p {margin-bottom: 50px;}
.news-content .button {background-color: var(--button-offwhite); color: var(--button-offwhite-color);}
.news-content .button:hover {background-color: var(--button-offwhite-hover);}

.blog .post-wrapper {padding-top:0;}
.news-filter {padding:100px 0 30px;}
.news-filter-nav ul {margin: 0; display: flex; flex-wrap: wrap; align-items: center;}
.news-filter-nav ul li {cursor: pointer; margin-right:15px; margin-bottom: 0; line-height: 1; border-radius: 64px; font-size: 15px; letter-spacing: -0.15px; font-weight: 500; padding: 16px 23px; background-color: var(--button-secondary-bg); color: var(--button-secondary-color); border: 1px solid var(--button-secondary-border);}
.news-filter-nav ul li.active {background-color: var(--button-primary-bg); color: var(--button-offwhite); border: 1px solid var(--button-primary-bg);}
.news-filter-nav ul li:before {display: none;}

.news-filter-nav {max-width: calc(100% - 330px); width: 100%; overflow: auto;}
.news-filter-nav ul {width: max-content;}
.news-filter-search {position: relative; max-width: 312px; width: 100%;}
.news-filter-search input[type="search"] {border: 1px solid var(--button-secondary-border); padding-right: 50px;}
.news-filter-search .search-button {position: absolute; right: 13px; top: calc(50% - 12.5px); background-color: transparent !important; background: url(../regents/images/search-icon.svg) center no-repeat; width: 25px; height: 25px; border: 0; padding: 0; font-size: 0;}

.post-item-list {margin: 0 -5px;}
.post-item { position: relative; max-width:33.3333%; width: 100%; padding:70px 5px 70px; border-bottom: 1px solid var(--button-secondary-border);}
.post-item .post-item-image {margin-bottom: 40px; line-height: 0; width: 100%; padding: 57.1428571% 0 0 0; position: relative; overflow:hidden;}
.post-item .post-item-image > img {width: 100%; object-fit: cover; position: absolute; top: 0; left: 0; height: 100%;transform: scale(1); transition: transform 0.5s ease; will-change: transform;}
.post-item .post-item-content {padding-right: 80px;}
.post-item .category {text-transform: uppercase; display:flex; align-items:center; font-size: 13px; line-height: 1.3; letter-spacing: 2px; color: var(--body-color); margin-bottom: 30px;}
.post-item .category a {font-size: 13px;letter-spacing:2px;color: var(--body-color);display: block;text-transform: uppercase;text-decoration: none;margin-right: 32px;}
.post-item .category a:before {content: "";width: 2px;height: 2px;border-radius: 2px;position: absolute;left: -16px;top: calc(50% - 1px);background-color: var(--body-color);}
.post-item .category a:first-child:before {display:none;}
.post-item .post-item-image .btn-arrow {opacity: 0;position: absolute;left: 0;top: 50%;right: 0;margin: -15px auto 0;padding: 4px 20px;display: flex;align-items: center;width: 52px;height: 40px;border-radius: 160px;background: var(--button-offwhite);border: 0;color: var(--arrow-color);cursor: pointer;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;z-index: 1;}
.post-item:hover .post-item-image .btn-arrow {opacity: 1;}
.post-item:hover  .post-item-image > img {transform: scale(1.1);}
.post-item h2 {font-size: 24px; line-height: 1.4; letter-spacing: -0.24px;}

.post-action-part {padding:75px 0 150px}
.post-action-part .button {margin: 0 7.5px;}

.newsletter-part-inner {padding: 40px; background-color: var(--button-secondary-bg);}
.newsletter-part-left {max-width: 572px; width: 100%;}
.newsletter-part-left img {margin-right: 25px;}
.newsletter-part-left h2 {font-size: 35px; line-height: 1.4; letter-spacing: -0.35px; margin-bottom:25px;}
.newsletter-part-left h2 img {width: 31px;}
.newsletter-part-right {max-width: 487px; width: 100%;}

.newsletter-part-right .gform_wrapper form { display: flex; margin-bottom: 24px; }
.newsletter-part-right .gform_wrapper form .gfield .gfield_label { display: none; }
.newsletter-part-right .gform_wrapper form .gform-body { flex: 1; }
.newsletter-part-right .gform_wrapper form .gform-body input { font-size: 15px; padding: 13px 15px; border-radius: 30px; border: 1px solid rgba(247, 241, 232, 0.20); background: var(--button-offwhite); color: rgba(247, 241, 232, 0.5); }
.newsletter-part-right .gform_wrapper form .gform-footer { margin: 0 0 0 10px; }
.newsletter-part-right .gform_wrapper form .gform-footer .gform_button { width: 62px; height: 50px; background-color: var(--body-color); border: 1px solid var(--body-color); font-size: 0; line-height: 0; background-image: url('images/btn-arrow-white.svg'); background-position: center; background-repeat: no-repeat; }
.newsletter-part-right .gform_wrapper form .gform-footer .gform_button:hover { background-color: #C1BEB8; border: 1px solid #C1BEB8; background-image: url('images/btn-arrow.svg'); }
.newsletter-part-right .gfield { margin:0; }
.newsletter-part-right .privacy-txt a { color:var(--body-color); }
.gform_heading { display: none; }

.popular-post {padding: 150px 0 140px;}
.popular-post-inner {align-items: flex-start;}
.popular-post-left {max-width: 420px; width: 100%; position: sticky; top: 150px;}
.popular-post-right {padding-top: 170px; max-width: 742px; width: 100%; }
.popular-post-item {padding:40px 0; border-bottom: 1px solid var(--button-secondary-border);}
.popular-post-item .category {text-transform: uppercase; font-size: 13px; line-height: 1.5; display: flex; align-items: center; letter-spacing: 2px; color: var(--body-color); margin-bottom:20px;}
.popular-post-item .category span {position:relative; margin-right: 32px;}
.popular-post-item .category span:first-child:before {display:none;}
.popular-post-item .category span:before {content: "";width: 2px;height: 2px;border-radius: 2px;position: absolute;left: -16px;top: calc(50% - 1px);background-color: var(--body-color);}
.popular-post-item h3 {font-size: 24px; line-height: 1.4; letter-spacing: -0.24px; margin-bottom: 0;}
.popular-post-item h3 a {text-decoration: none;}


.history-head { position: relative; padding: 215px 0 100px; }
.without-img .history-head-content {margin: 0 auto; max-width: 850px; text-align: center; color: var(--body-color); font-size: 28px; font-family: var(--heading-font); line-height: 1.4; letter-spacing: -0.28px;}
.without-img .small-title-with-icon {justify-content: center; color: var(--body-color);}
.without-img .history-head-content h1 {margin-bottom: 0;}
.without-img .history-head-content h2 {font-size: 68px;}
.without-img .history-head-content :is(h1, h2, h3, h4, h5, h6) {color: var(--body-color);}
.without-img .history-head-content p {margin-top: 90px;}
.without-img .history-head-content p.sub-title {margin-top: 0;}

.history-list { position: relative; -webkit-overflow-scrolling: touch;}
.history-list .default-line {position: absolute; left: 50%; top:40px; background-color: var(--button-secondary-border); width: 1px; height: calc(100% - 40px); }
.history-list .draw-line {position: absolute; left: 0; top:0; width: 1px; height:0; background-color:var(--body-color); z-index: 2;  transition: lieanr 0.2s; transform-origin: top; will-change: height; backface-visibility: hidden;-webkit-backface-visibility: hidden;transform-style: preserve-3d;}
.history-list .logo-icon {width: 22px; margin: 0 auto 20px; line-height: 0; padding: 10px 0;will-change: transform; backface-visibility: hidden;-webkit-backface-visibility: hidden;transform-style: preserve-3d; transform: translateZ(0); position: absolute; left:1px; top:30px; right: 0; background-color: var(--button-offwhite); z-index: 2; transition: lieanr 0.2s;}
.history-item {padding: 150px 0; position: relative;}
.history-item-content {max-width: 50%; width: 100%; padding-right:118px;}
.history-item-content-inner {max-width: 527px; width: 100%; text-align: right;}
.history-item-image {max-width: 50%; width: 100%; padding-left:118px; position: relative;}
.with-thumb .history-item-image-inner {height: calc(100% - 100px);}
.history-item-image .small-img { position: absolute; bottom: -40px; }
.history-item-image-inner {position: relative; line-height: 0; max-width: 420px; width: 100%; height: 100%; }
.history-item-image-inner img {width: 100%; height: 100%; object-fit: cover;}
.history-item-image-inner:before {background-color: rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.history-item-content-inner h2 {position: relative; opacity: 0; font-size: 250px; line-height: 0.72; letter-spacing: -2.5px; color: var(--button-secondary-bg); margin-bottom: 80px;  transition: opacity 0.6s ease; }
.history-item-content-inner h2:after {content:''; background: linear-gradient(180deg,rgba(247, 241, 232, 0.8) 0%, rgba(247, 241, 232, 1) 100%); position:absolute; left: 0; top: 0; width: 100%; height: 100%;  transition: all 0.6s;}
.history-item.in-view .history-item-content-inner h2 { opacity: 1; }
.history-item.in-view .history-item-content-inner h2::after { opacity: 0; height: 0; }
.history-item-content-inner .small-year {position: relative; font-size: 13px; line-height: 1.3; letter-spacing: 2px; padding-right: 25px; margin-bottom: 20px;}
.history-item-content-inner .small-year:before {position: absolute; right:0; top:2px; margin: 0; content: ""; background-image: url(images/small-title-bullet.svg); background-position: center; background-repeat: no-repeat; width: 13px; height: 9px; display: inline-flex; transform: rotate(180deg);}
.history-item-content-inner h3 {font-size: 60px; line-height: 1.2; letter-spacing: -0.60px; margin-bottom:40px;}

.history-item:nth-child(even) {flex-direction: row-reverse;}
.history-item:nth-child(even) .history-item-content {padding-left:118px; padding-right:0;}
.history-item:nth-child(even) .history-item-content-inner {text-align: left;}
.history-item:nth-child(even) .history-item-content-inner .small-year {padding-left: 25px; padding-right:0; }
.history-item:nth-child(even) .history-item-content-inner .small-year:before {right:auto; left: 0; transform: rotate(0deg);}
.history-item:nth-child(even) .history-item-image {padding-left: 0; padding-right: 118px;}
.history-item:nth-child(even) .history-item-image-inner {margin-left:auto;}

.history-item:nth-child(even) .history-item-image .small-img {
	left : 0
}

.history-item .history-item-image .small-img{
	right : 0
}

.history-item-last {padding-top: 100px; padding-bottom: 150px;}
.history-item-last h2 {font-size: 250px; line-height: 0.7; letter-spacing: -2.5px; color: var(--button-secondary-bg); margin-bottom: 80px; text-align: center;}
.history-item-last-inner {position: relative; padding: 100px;}
.history-item-last-inner:before {background-color: rgba(23, 31, 32, 0.30); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none; z-index: 1;}
.history-item-last-inner:after {mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg, rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); pointer-events: none;}
.history-banner-img, .history-banner-video {position: absolute; top:0; left: 0; width: 100%; height: 100%;}
.history-banner-img img, .history-banner-video video {width: 100%; height: 100%; object-fit: cover;}
.history-item-last-content {position: relative; text-align: center; color: var(--button-offwhite); z-index: 2;}
.history-item-last-content h3 {font-size: 60px; line-height: 1.2; letter-spacing: -0.60px; color: var(--button-offwhite); margin-bottom:40px;}

.history-item-last-content .small-year {display: inline-flex; position: relative; text-transform: uppercase; font-size: 13px; line-height: 1.3; letter-spacing: 2px; padding-left: 25px; margin-bottom: 20px;}
.history-item-last-content .small-year:before { position: absolute; left: 0; top: 2px; margin: 0; content: ""; background-image: url(images/small-title-bullet.svg); background-position: center; background-repeat: no-repeat; width: 13px; height: 9px; display: inline-flex; }
.history-item-last-content .button {background-color: var(--button-offwhite); color: var(--button-offwhite-color);}
.history-item-last-content .button:hover {background-color: var(--button-offwhite-hover);}
.history-item-last-content p {margin-bottom: 50px;}


.team-head { position: relative; padding: 215px 0 25px; }
.without-img .team-head-content {margin: 0 auto; max-width: 850px; text-align: center; color: var(--body-color);}
.without-img .small-title-with-icon {justify-content: center; color: var(--body-color);}
.without-img .team-head-content h1 {color: var(--body-color); margin-bottom: 50px;}
.without-img .team-head-content :is(h1, h2, h3, h4, h5, h6) {color: var(--body-color); letter-spacing: -0.01em;}
.without-img .team-head-content h2 {font-size: 68px; margin: 0 0 40px;}

.team-list {padding-top:50px; padding-bottom:65px;}
.team-list-inner {margin: 0 -5px;}
.team-list-item {max-width: 33.3333%; width: 100%; padding:0 5px 75px; margin-bottom: 75px; position: relative;}
.team-list-item:nth-child(3n+1)::before {content: ""; background-color:#C1BEB8; position: absolute; left:5px; bottom:0; height:1px; width:calc(300% - 5px);}
.team-list-item-inner {overflow: hidden; position: relative;}
.team-item-image {position: relative; padding-bottom: 100%; overflow: hidden;}
.team-item-image:before {background-color: rgba(23, 31, 32, 0.10); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none; z-index: 1;}
.team-item-image img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: scale(1); transition: all 0.5s;}
.team-item-content {text-align: center; font-size: 16px; line-height: 1.4; letter-spacing: -0.16px; padding-top: 40px;}
.team-item-content h3 {font-size: 35px; line-height: 1.4; letter-spacing: -0.35px; }
.team-item-content p {margin-bottom: 30px;}
.team-item-content .btn-arrow {padding:13px 21px; width:56px; height:40px; border-radius: 160px; background: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); color: var(--button-secondary-color); cursor: pointer; display: inline-flex;}
.team-list-item-inner:hover .team-item-image img {transform: scale(1.1);}
.team-list-item-inner:hover .team-item-content .btn-arrow {background-color: var(--button-primary-bg);}
.team-list-item-inner:hover .team-item-content .btn-arrow svg path {stroke: var(--color-offwhite);}

.page-template-tp-teams .testimonial-section {padding-top:190px; padding-bottom:150px;}

.team-detail {padding:175px 0 140px; position: relative;}
.logo-shape-team {position: absolute; left: -315px; top: 90px; pointer-events: none;} 
.team-detail .container {max-width: 1065px;}
.team-detail-inner {align-items: flex-start;}
.team-detail-left {max-width: 420px; width: 100%; position: sticky;  top:175px;}
.team-detail-right {max-width: 528px; width: 100%;}
.team-detail-right .sub-title {margin-bottom:60px !important; font-size:21px; font-weight:500; text-transform: none; letter-spacing:-0.21px !important;}
.team-detail-right .sub-title:before { width: 19px; height: 13px; background-size: 19px; }
.team-detail-right .button {margin-bottom:60px;}
.team-short-desc {font-size:21px; letter-spacing: -0.21px; line-height: 1.6;}
.team-short-desc :is(h2, h3, h4, h5, h6) {margin-bottom:35px;}
.back-to-team { border-top: 1px solid #C1BEB8; padding-top: 60px; margin-top: 60px; }
.back-to-team a { text-decoration: none; font-size: 17px; line-height: 1.2; font-weight: 500; color: var(--button-offwhite-color); letter-spacing: 0.10px; display: inline-flex; align-items: center;}
.back-to-team a span { margin-right: 10px; padding: 4px 15px; display: flex; align-items: center; width: 42px; height: 30px; border-radius: 160px; background: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); color: #000; cursor: pointer; display: inline-block; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
.back-to-team a span svg path {transition: all 0.5s;}
.back-to-team a:hover .btn-arrow { background-color: var(--button-primary-bg); }
.back-to-team a:hover span svg path {stroke:var(--button-offwhite)}


.post-detail-banner {position: relative; padding: 215px 0 100px;}
.post-detail-banner-img {position: absolute; top: 10px; left: 10px; bottom: 10px; right: 10px;}
.post-detail-banner-img:before { z-index: 1; background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none; }
.post-detail-banner-img:after {z-index: 1; mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg, rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); pointer-events: none;}
.post-detail-banner-img img {width:100%; height: 100%; object-fit: cover;}
.post-detail-banner-content {position: relative; max-width:745px; width: 100%; color: var(--button-offwhite); z-index: 1;}
.post-detail-banner-content :is(h1, h2, h3, h4, h5, h6) {color: var(--button-offwhite);}

.post-detail-banner-content .more-events-tag {opacity: 1;}
.post-detail-banner-content .small-title-with-icon {margin-bottom: 30px;}
.post-detail-banner-content .small-title-with-icon span:first-child {margin-right: 0;}
.post-detail-banner-content h1 {font-size: 60px; line-height: 1.2; letter-spacing: -0.60px;}

.post-wrapper {padding-top: 80px; }
.single .post-wrapper {padding-bottom:200px;}
.post-wrapper .post-container {max-width: 1310px; margin: 0 auto; padding: 0 15px;}
.post-wrapper.without-sidebar .post-container {max-width: 880px; margin: 0 auto; padding: 0 15px;}
.post-wrapper.without-sidebar .post-wrapper-right {display: none;}
.post-wrapper-inner {justify-content: space-between; align-items: flex-start;}
.post-wrapper .post-wrapper-left {max-width: 850px; width: 100%;}
.post-wrapper .post-wrapper-right {max-width: 312px; width: 100%; position: sticky; top: 80px;}
.post-wrapper.without-sidebar .post-wrapper-left {max-width: 100%;}


.author-info { display: flex; align-items: center; gap:50px; padding-bottom: 90px; margin-bottom:40px; border-bottom: 1px solid #C1BEB8;}
.author-img {line-height: 0;}
.author-img img { width:107px; height:107px; object-fit: cover; }
.author-label { display: block; font-size: 13px; line-height: 1.3; letter-spacing: 1.95px; text-transform: uppercase; color:var(--body-color); margin-bottom:10px; }
.author-name {font-size: 24px; line-height: 1.4; text-decoration: none; letter-spacing: -0.24px; color:var(--body-color); font-family: var(--heading-font); background-image: url(images/btn-arrow.svg); background-position:right center; background-repeat: no-repeat; margin-bottom: 10px; padding-right: 20px; display: inline-flex;}

.post-container h2, .post-container h3, .post-container h4, .post-container h5, .post-container h6 {margin-bottom: 70px;}

.author-role { font-size: 16px; line-height: 1.4; letter-spacing: -0.16px; color:var(--body-color); }
.post-wrapper-left {font-size: 21px; line-height: 1.6; letter-spacing: -0.21px;}
.post-wrapper-left p {margin: 0 0 40px;}
.post-wrapper-left *:last-child {margin-bottom:0;padding-bottom:0;}
.default-section h2 {font-size: 44px; line-height: 1.2; letter-spacing: -0.44px; margin-bottom: 70px;}

.default-section {padding:40px 0;}
figure {margin:0;}
figcaption {font-size: 13px; line-height: 1.3; letter-spacing: 1.95px; font-weight:400; position: relative; padding-left: 20px; margin-top: 20px;}
figcaption:before {content:''; position: absolute; left: 0; top:2px; background-image: url(images/small-title-bullet.svg); background-position: center; background-repeat: no-repeat; width: 13px; height: 9px; display: inline-flex;}

.post-wrapper-left .faq-item h3 {padding: 40px 0; margin-bottom: 0;}
/* .post-wrapper-left .faq-item h3.active {padding: 40px 0 30px;} */

table { width: 100%; border-collapse: collapse; margin:90px 0 0;}
th, td { border: 1px solid #c9c3bb; padding:30px; vertical-align: top; color:var(--body-color); text-align: left;}
thead th, tbody th { background: #e8e1d8; font-size: 18px; font-weight: 500; line-height: 1.4; letter-spacing: -0.18px; }
tbody th:first-child { width: 205px; }
thead th:first-child, tbody th:first-child { background: transparent; border: 0; }
tbody td:first-child {font-size: 18px; font-weight: 500; line-height: 1.4; letter-spacing: -0.18px; width: 130px; background: #e8e1d8;}
td { font-size: 14px; line-height: 1.5; }

blockquote {margin:0; padding: 50px 0 50px 50px; border-left: 1px solid var(--button-secondary-border); font-family: var(--heading-font); font-size: 35px; line-height: 1.4; letter-spacing: -0.35px;}
blockquote p.quote-author {position: relative; padding: 0; font-family: var(--body-font); text-transform: uppercase; font-size: 13px; line-height: 1.3; letter-spacing: 2px; color: var(--body-color); margin-bottom: 40px;}
blockquote p.quote-author:before {margin: 0 12px 0 0; content: ""; background-image: url(images/small-title-bullet.svg); background-position: center; background-repeat: no-repeat; width: 13px; height: 9px; display: inline-flex}

.post-banner-video {position: relative; padding-bottom: 56.235%; overflow: hidden; line-height: 0;}
.post-banner-video video {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.post-banner-video .btn-play {position: absolute; left:40px; bottom: 40px; background-color: var(--button-offwhite); padding: 19px 30px; border-radius: 64px; font-size: 17px; font-weight: 500; line-height: 0.71; text-decoration: none; z-index: 2;}
.post-banner-video .btn-play img {margin-right: 8px;}

.single .newsletter-part {margin-bottom: 50px;}
.single .event-list-slider {max-width: 100%;}
.cultural-weddings-head {max-width:743px; width:100%; letter-spacing: -0.01em;}
.cultural-weddings-head h2 {margin-bottom:45px;}

.content-box {max-width: 420px;}
.post-wrapper-left .content-box {display: none;}
.content-title { font-size: 13px; font-weight: 400; color:var(--body-color); letter-spacing: 1.95px; margin-bottom: 40px; font-family: var(--body-font);}
.content-list { list-style: none; padding: 0; margin: 0; }
.content-list li {position: relative; padding-left:33px; margin-bottom:30px; font-size: 19px; font-family: var(--heading-font); color:var(--body-color); line-height:1.4; letter-spacing: -0.19px;}
.content-list li a {text-decoration: none;}
.content-list li::before { content: ""; position: absolute; left: 0; top: 7px; width: 13px; height: 13px; border: 1px solid rgba(23, 31, 32, 0.20); border-radius: 50%; background-color: transparent; }
.content-list li::after { content: ""; position: absolute; left: 4px; top: 11px; width: 5px; height: 5px; background-color: var(--body-color); border-radius: 50%; opacity: 0; transition: all 0.5s;}
.content-list li.active { color: #1f1f1f; font-weight: 500; }
.content-list li.active::before { border: 1px solid rgba(23, 31, 32, 0.20); }
.content-list li:hover::after, .content-list li.active::after { opacity: 1; }
.content-list li:last-child {margin-bottom:0;}
.contact-section {padding: 175px 0 140px; }
.contact-section-inner {justify-content: space-between;}
.contact-info {max-width: 527px; width: 100%;}
.contact-info .social a {margin-right:20px; display:block; text-decoration: none; line-height: 0;}
.contact-info .social a svg path {transition: all 0.5s; fill: var(--body-color);}
.contact-info .social a:hover svg path {fill: var(--violate-color);}
.contact-info .contact { margin-top: 20px; }
.contact-info .info {margin-bottom: 33px;}
.contact-info .info:last-child {margin-bottom: 0;}
.contact-info .info a:hover svg {fill: var(--violate-color);}
.contact-info a.info {font-size: 21px; display: block; color: var(--body-color); text-decoration: none;}
.contact-info a.info:hover, .contact-info .address:hover {opacity: 0.5;}
.contact-info .address {font-size: 21px; line-height: 1.4;}
.event-item:hover .event-icon svg path.animation-top{transform:translate(-5px, -5px);}
.event-item:hover .event-icon svg path.animation-bottom{transform:translate(5px, 5px);}
.map-section {margin-bottom: 140px;}
.map-section iframe {width: 100%;}
 
.contact-form {padding: 60px; max-width: 635px; width: 100%; background-color: var(--button-secondary-bg);}
.contact-form h4 {margin: 0 0 40px 0;}
.contact-form .gform-footer { position: absolute; bottom: -10px; right: 0; }

.privacy-banner { position: relative; padding: 215px 0 100px; }
.privacy-banner-img { position: absolute; top: 10px; left: 10px; bottom: 10px; right: 10px; }
.privacy-banner-img:before { z-index: 1; background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none; }
.privacy-banner-img:after { z-index: 1; mix-blend-mode: multiply; position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg, rgba(23, 31, 32, 1) 0%, rgba(23, 31, 32, 0) 50%); pointer-events: none; }
.privacy-banner-img img { width: 100%; height: 100%; object-fit: cover; }
.privacy-banner-content {position: relative; max-width: 603px; width: 100%; color: var(--button-offwhite); z-index: 1;}
.privacy-banner-content * { color: var(--button-offwhite) !important; }
.privacy-banner-content :is(h1, h2, h3, h4, h5) {margin-bottom:0;}
.privacy-content {padding:90px 0 90px;}
.privacy-container {margin: 0 auto; max-width: 850px; padding: 0 15px; width: 100%; display: block;}
.privacy-container p {margin-bottom: 20px;}
.faqs.big-space {border-top: 1px solid var(--faq-border-color);}
.privacy-content .faqs .faq-item h3 {padding:40px 0; font-size: 28px; margin-bottom: 0; padding-right: 24px;}
.privacy-content .faqs .faq-item h3 span {top: calc(50% - 8px);}
.privacy-content .faqs.big-space .faq-item h3 {padding:60px 0; font-size: 28px; margin-bottom: 0;}
.privacy-container h2, .privacy-container h3, .privacy-container h4, .privacy-container h5, .privacy-container h6 {margin-bottom:70px;}


.food-banner {padding: 10px; position: relative;}
.food-banner-video, .food-banner-img {width:100%; height: calc(100svh - 20px); position: relative;}
.food-banner-video:before, .food-banner-img:before {background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.food-banner-video video, .food-banner-img img {width:100%; height: 100%; object-fit: cover;}
.food-banner-slider {width:100%;}
.food-banner-item {width: 100%; height: calc(100svh - 20px); position: relative;}

.food-content {position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; max-width:850px; width: 100%; z-index: 1;}
.food-content h1, .food-content h6, .food-content * {color: var(--button-offwhite)!important; text-align: center;}
.food-content :is(h1,h2,h3,h4,h5,h6) {color: var(--button-offwhite) !important;}
.food-content h1, .food-content h2 {margin-bottom: 50px;}
.food-content h2 {font-size: 68px;}
.food-content .sub-title {margin-bottom: 30px;}
.food-content .action-part {width: 100%;}
.food-content .button {background-color: var(--button-offwhite); color: var(--body-color);}
.food-content .button:hover {background-color: var(--button-offwhite-hover);}
.food-content .down-arrow {margin:0;}

.food-h-scroll { height:1000vh; position: relative;}
.food-h-scroll .featured-shape {position: absolute; top:-210px; left: -30px; transform: rotate(-145deg); z-index: -1;}
.food-h-scroll-sticky { position: sticky; top: 0; height: 100vh; display: flex; align-items: center; overflow: hidden; }
.food-h-scroll-track { display: flex; gap:10px; /*padding-inline:37.1vw;*/ padding-inline:calc((100vw - 752px) / 2); will-change: transform; }
.food-h-scroll-item {padding: 0 112px; /*min-width:39.219vw;*/ min-width:752px; height:75vh; flex-shrink: 0; position: relative; display: flex; flex-direction: column; justify-content: center;  overflow: hidden;}
.food-h-scroll-item.big-width {min-width:1074px;}
.food-h-scroll-item.big-width .food-h-scroll-content {max-width:100%;}
.food-h-scroll-item-bg {position: absolute; left: 0; top: 0; width:100%; height:100%; background-repeat: no-repeat; background-size:cover; background-position: center;}
.food-h-scroll-item:hover .food-h-scroll-item-bg {transform: scale(1.1);}
.food-h-scroll-content {max-width:528px; width: 100%; text-align: center; padding: 0; left: 0; right: 0; margin: 0 auto; width:100%; text-align: center; z-index: 1;}
.food-h-scroll-content h2 {letter-spacing: -0.60px; line-height: 1.2;}
.food-h-scroll-content h3 {letter-spacing: -0.44px; line-height: 1.2;}


.food-h-scroll-three-image .top-image {display: flex; justify-content: center; margin-bottom: 10px;}
.food-h-scroll-three-image .bottom-image {display: flex; gap: 10px; justify-content: space-between; align-items: flex-start; width:100%;}
.food-h-scroll-two-image { display: flex; gap: 10px; }
.two-logos {margin: 0 0 45px 0; display: flex; justify-content: center; gap:30px;}
.two-logos img {margin:0;}
.food-h-scroll-two-image .top-image {margin: 0 0 0 auto; padding:0; max-width:420px; width:100%; height:400px; position: relative; line-height:0;}
.food-h-scroll-two-image .top-image img, .food-h-scroll-two-image .top-image video {position: absolute; top:0; left: 0; width:100%; height:100%; object-fit:cover;}
.food-h-scroll-two-image .bottom-image {margin: 0 auto 0 0; padding:0; max-width:313px; width:100%; height:200px; position: relative; line-height:0;}
.food-h-scroll-two-image .bottom-image img, .food-h-scroll-two-image .bottom-image video {position: absolute; top:0; left: 0; width:100%; height:100%; object-fit:cover;}

.food-h-scroll-three-image {gap: 10px;align-items: center;}
.food-h-scroll-three-image .top-image {margin: 0 56px 0 0; padding:0; max-width:313px; width:100%; height: 200px; position: relative; line-height:0;}
.food-h-scroll-three-image .top-image img, .food-h-scroll-three-image .top-image video {position: absolute; top:0; left: 0; width:100%; height:100%; object-fit:cover;}
.food-h-scroll-three-image .bottom-left-image {margin: 0 0 0 auto; padding:0; max-width:420px; width:100%; height:400px; position: relative; line-height:0;}
.food-h-scroll-three-image .bottom-left-image img, .food-h-scroll-three-image .bottom-left-image video {position: absolute; top:0; left: 0; width:100%; height:100%; object-fit:cover;}
.food-h-scroll-three-image .bottom-right-image {margin: 0 0 0 auto; padding:0; max-width:420px; width:100%; height:300px; position: relative; line-height:0;}
.food-h-scroll-three-image .bottom-right-image img, .food-h-scroll-three-image .bottom-right-image video {position: absolute; top:0; left: 0; width:100%; height:100%; object-fit:cover;}


.weddings-banner {padding: 10px; position: relative;}
.weddings-banner-video, .weddings-banner-img {width:100%; height: calc(100svh - 20px); position: relative;}
.weddings-banner-video:before, .weddings-banner-img:before {background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.weddings-banner-video video, .weddings-banner-img img {width:100%; height: 100%; object-fit: cover;}
.weddings-banner-slider {width:100%;}
.weddings-banner-item {width: 100%; height: calc(100svh - 20px); position: relative;}

.weddings-content {position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; max-width:446px; width: 100%; z-index: 1;}
.weddings-content h1, .weddings-content h6, .weddings-content * {color: var(--button-offwhite); text-align: center;}
.weddings-content :is(h1,h2,h3,h4,h5,h6) {color: var(--button-offwhite) !important;}
.weddings-content h1, .weddings-content h2 {margin-bottom: 50px;}
.weddings-content h2 {font-size: 68px;}
.weddings-content .sub-title {margin-bottom: 30px;}
.weddings-content .action-part {width: 100%;}
.weddings-content .button {background-color: var(--button-offwhite); color: var(--body-color);}
.weddings-content .button:hover {background-color: var(--button-offwhite-hover);}

.romantic-retreat {padding:150px 0 100px 0; position: relative;}
.romantic-retreat-shape-right {position: absolute; top:-150px; right:0; z-index:1; pointer-events: none;}
.romantic-retreat-shape-left {position: absolute; bottom: 0; left:0; pointer-events: none;}
.romantic-logo {margin: 0 auto 80px; width:222px;}
.romantic-retreat-left {max-width:636px; width:100%;}
.romantic-retreat-desc {margin: 0 auto; max-width:420px; width:100%; text-align: center;}
.romantic-retreat-desc h2 {margin: 0 0 45px 0;}
.romantic-retreat-text p { font-size: 24px; font-family: var(--heading-font); line-height: 1.4; letter-spacing: -0.24px; margin-bottom: 40px !important; }
.romantic-retreat-desc .button {margin:20px;}
.romantic-retreat-right {margin:160px 0 0 0; padding:56.25% 0 0 0; max-width:527px; width:100%; position: relative; overflow: hidden; border-radius: 263px 263px 0 0;}
.romantic-retreat-right img {position: absolute; top: 0; left: 0; width:100%; height:100%; object-fit: cover;}
.romantic-retreat-right::before {position: absolute; top: 0; left: 0; width:100%; height:100%; content: ""; background-color: rgba(23,31,32,0.1); z-index: 1;} 

.your-way {padding:100px 0; position: relative;}
.your-way-right-shape {position: absolute; top:67px; right:0; pointer-events: none;}
.your-way-left-shape {position: absolute; top:67px; left:0; pointer-events: none;}
.your-way-head {margin: 0 auto 200px; max-width:635px; width:100%; text-align: center;}
.your-way-head h2 {margin-bottom:40px;}
.your-way-head .button {margin-top:20px;}

.your-way-inner {align-items: flex-start;}
.your-way-img { margin: 0; padding:53.126% 0 0 0; max-width: 528px; width: 100%; position: sticky; top: calc(50vh - 340px); overflow: hidden; border-radius: 263px 263px 0 0; }
.your-way-img::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background-color: rgba(23, 31, 32, 0.1); z-index: 1; }
.your-way-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.your-way-content {max-width:635px; width:100%;}
.your-way-content .faq-item:first-child h3 {padding-top:0;}

.licensed {padding:100px 0 100px 0; position: relative;}
.licensed-left-shape {position: absolute; top:100px; left: 0; pointer-events: none;}
.licensed-inner {align-items: flex-end;}
.licensed-content {max-width:674px; width:100%;}
.licensed-text {margin: 0 auto; max-width:528px; width:100%; text-align: center;font-size:35px; font-family: var(--heading-font); line-height: 1.4; letter-spacing: -0.01em;}
.licensed-img {margin: 0; padding:62.5% 0 0 0; max-width: 528px; width: 100%; position: relative; overflow: hidden; border-radius: 263px 263px 0 0;}
.licensed-img::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; background-color: rgba(23, 31, 32, 0.1); z-index: 1; }
.licensed-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.licensed-content .action-part {padding:40px 0 0 0;}
.licensed-content .button {margin: 0 10px;}
.licensed-content .button img,.book-space-content .button img {margin:0 10px 0 0 !important;}

.with-hide.more-events .slick-list {overflow: hidden;}
.with-hide.more-events {padding-bottom:100px;}

.find-us {padding:100px 0;}
.find-us-inner {align-items: center;}
.find-us-img {max-width:743px; width:100%; line-height:0; position: relative;}
.find-us-img:before { position: absolute; content: ''; left:0; top: 0; bottom: 0; max-width: 250px; width: 100%; background: linear-gradient(270deg, rgba(247, 241, 232, 0.00) -20%, #F7F1E8 80%); z-index: 1; pointer-events: none;}
.find-us-img img {mix-blend-mode: multiply;}
.find-us-img:after { position: absolute; content: ''; left:0; bottom: 0; height:400px; width: 100%; background: linear-gradient(180deg, rgba(247, 241, 232, 0.00) 0%, #F7F1E8 90%); z-index: 1; pointer-events: none;}
.find-us-content {max-width:420px; width:100%; font-family: var(--heading-font); font-size:28px; line-height:1.4; letter-spacing: -0.01em;}
.find-us-content .button {margin-top:20px;}


.tile-grid-carousel-section {padding: 100px 0;}
.tile-grid-heading h2 {margin-bottom: 70px;}
.tile-grid-controls { display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.tile-grid-carousel .slick-list {overflow: visible;}
.tile-grid-carousel .slick-list {height: auto;}
.tile-grid-carousel .slick-list .slick-track {display: flex;}
.tile-grid-carousel .slick-list .slick-track .slick-slide {height: auto;} 
.tile-grid-controls .tile-grid-item-content h4 {margin-bottom: 40px;}


.faqs-with-image-section {padding: 100px 0;}
.faqs-with-image {background-color: var(--button-secondary-bg); padding: 100px 107px;}
.faqs-with-image-item {border-bottom:1px solid var(--faq-border-color); padding: 47px 20px 47px 0;}
.faqs-with-image-item:first-child {padding-top:0;}
.faqs-with-image-item h3 {margin: 0; padding:0; position: relative; font-size:24px; line-height:1; letter-spacing: -0.24px; cursor: pointer;}
.faqs-with-image-item h3 span {position: absolute; right: 0; top:7px; width: 17px; height: 17px; transition: all 0.5s;}
.faqs-with-image-item h3 span:before {content:''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 100%; background-color: var(--body-color);}
.faqs-with-image-item h3 span:after {content:''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 1px; background-color: var(--body-color);}
.faqs-with-image-item h3.active {display: none;}
.faqs-with-image-item h3.active span {transform: rotate(45deg);}
.faqs-with-image-item-content {padding:0 0 28px; font-size: 18px; line-height:25px; letter-spacing: -0.18px;}
.faqs-with-image-item-content-left {max-width: 528px; width: 100%;}
.faqs-with-image-item-content-left h3 {font-size:44px; line-height:1.2; letter-spacing: -0.44px; padding:0 0 47px;}
.faqs-with-image-item-content-right {max-width: 420px; width: 100%;}
.faqs-with-image-item-content-right img {height: 100%; object-fit: cover;}
.faqs-with-image-item-content p {margin-bottom:20px;}
.faqs-with-image-item-content p:last-child {margin-bottom: 0;}
.faqs-with-image-action {margin-top:50px;}

.costomize-image-section {padding:95px 0;}
.costomize-image {padding:5px; position: relative; }
.costomize-image-inner {padding: 0;}
.costomize-image-item {margin:5px; line-height: 0; width: 100%; padding-top: 49.8%; overflow: hidden; position: relative;}
.costomize-image-item img {position: absolute; top:0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.columns-two .costomize-image-item {padding-top: 42.4%;}
.columns-three .costomize-image-item {padding-top: 35.4%;}

.global-center-slider-section {padding: 100px 0;}
.global-center-slider-section .centermode-slider {margin-bottom: 0;}
.global-center-slider-content :is(h1,h2,h3,h4,h5,h6) {color: var(--button-offwhite)!important; margin-bottom: 40px;}
.global-center-slider-content {margin: 0 auto; padding:171px 0; position: relative; font-family: var(--body-font); font-size: 18px; line-height: 1.4; letter-spacing: -0.18px; color: var(--button-offwhite); max-width:850px; width:100%; z-index: 2; text-align: center; min-height:550px; display: flex; flex-direction: column; align-items: center;}
.global-center-slider-content .sub-title {color: var(--button-offwhite)!important; margin-bottom: 30px!important;}
.global-center-slider-content .sub-title:before {display: none;}
.global-center-slider-content .button {margin-top:30px; background-color: rgba(247, 241, 232, 0.1); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}

.global-tab-section {padding: 100px 0;}
.global-tab-head {display: flex; flex-wrap: wrap; justify-content: center;}
.global-tab-head h2 {margin-bottom: 70px;}
.global-tab-nav ul {margin: 0; display: flex; flex-wrap: wrap; align-items: center;}
.global-tab-nav ul li {cursor: pointer; margin-right: 12px; margin-bottom: 0; line-height:14px; border-radius: 64px; font-size: 13px; letter-spacing: -0.13px; font-weight: 500; padding:12px 20px; background-color: var(--button-secondary-bg); color: var(--button-secondary-color); border: 1px solid var(--button-secondary-border);}
.global-tab-nav ul li.active {background-color: var(--button-primary-bg); color: var(--button-offwhite); border: 1px solid var(--button-primary-bg);}
.global-tab-nav ul li:before {display: none;}

.global-tab-section-inner {margin-top: 80px;}
.global-tab-section-item {display: none;}
.global-tab-section-item.active {display: flex;}
.global-tab-section-content { background-color: var(--button-secondary-bg); max-width: calc(50% - 5px); width: 100%; padding:60px; }
.global-tab-section-content .sub-title {margin-bottom: 30px;}
.global-tab-section-content .sub-title:before {display: none;}
.global-tab-section-content h3 {margin-bottom: 40px;}
.global-tab-section-content p {margin-bottom: 85px;}
.global-tab-section-content .button {margin-right: 15px;}
.global-tab-section-content .button:last-child {margin-right: 0;}
.global-tab-section-image { max-width: calc(50% - 5px); width: 100%; }
.global-tab-section-image img {width: 100%; height: 100%; object-fit: cover;}

.global-featured-highlights {padding: 100px 0;}
.global-image-text-scroll-jack {padding: 95px 0;}
.global-image-text-scroll-jack-inner {align-items: flex-start; justify-content: space-between; padding:0;}
.global-image-text-scroll-jack-left {width: 100%; max-width: 634px; position: sticky; top: 0px; display: flex; justify-content: flex-end;}
.global-image-slider { position: relative; margin-left: -50vw; width: calc(50vw - 100% + 611px); aspect-ratio: 9 / 9; }
.global-image-text-scroll-jack-left-item {position: absolute; opacity: 0; transition: opacity 0.8s ease-in-out; top: 0; left: 0; width: 100%; height: 100%;}
.global-image-text-scroll-jack-left-item.active {opacity: 1;}
.global-image-text-scroll-jack-left-item img {width: 100%; height: 100%; object-fit: cover;}
.global-image-text-scroll-jack-right {max-width: 528px; width: 100%; margin:0;}
.global-image-text-scroll-jack-right-item {padding: 100px 0; border-bottom: 1px solid rgba(23,31,32,0.2);}
.global-image-text-scroll-jack-right-item:first-child {padding-top: 0;}
.global-image-text-scroll-jack-right-item:last-child {padding-bottom: 0; border-bottom:none;}
.global-image-text-scroll-jack-content .sub-title {margin-bottom: 30px;}
.global-image-text-scroll-jack-content .sub-title:before {display: none;}
.global-image-text-scroll-jack-content h3 {line-height: 1.2; margin-bottom: 50px;}
.global-image-text-scroll-jack-content p {margin-bottom: 30px;}
.global-image-text-scroll-jack-content p:last-child {margin-bottom: 0!important;}
.global-image-text-scroll-jack-content .global-cta { margin-top: 30px; text-decoration: none; font-size: 17px; font-weight: 500; letter-spacing: -0.17px; margin-top: 50px; display: block;}
.global-image-text-scroll-jack-content .btn-arrow { margin-left: 10px; padding: 4px 16px; display: flex; align-items: center; width: 42px; height: 30px; border-radius: 160px; background: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); color: #000; cursor: pointer; display: inline-block; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; }
.global-image-text-scroll-jack-right-item:hover a .btn-arrow { background-color: var(--button-primary-bg); }
.global-image-text-scroll-jack-right-item:hover .btn-arrow svg path { stroke: var(--color-offwhite); }
.responsive-only {display: none;}

.tile-grid-section {padding:95px 0;}
.tile-grid-inner {margin-left: -5px;}
.tile-grid-item {padding: 5px; max-width: 50%; width: 100%;}
.tile-grid-item-content {padding: 60px; background-color: var(--button-secondary-bg); height: 100%; position: relative; z-index: 1; display: flex; flex-direction: column;}
.tile-grid-item-img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1;}
.tile-grid-item-img img { width: 100%; height: 100%; object-fit: cover;}
.tile-grid-item-content .sub-title {margin-bottom: 30px!important;}
.tile-grid-item-content .sub-title:before {display: none;}
.tile-grid-item-content h3 {margin-bottom:40px;}

.tile-grid-item.with-image .tile-grid-item-img:before {background-color: rgba(23, 31, 32, 0.50); mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none;}
.tile-grid-item.with-image .tile-grid-item-img:after {z-index: 1; mix-blend-mode: multiply; position: absolute; top: 0; left: 0; width: 100%; height: 50%; content: ""; background: linear-gradient(0deg,rgba(23, 31, 32, 0) 0%, rgba(23, 31, 32, 0.5) 100%); pointer-events: none; }
.tile-grid-item.with-image .tile-grid-item-content, .tile-grid-item.with-image .tile-grid-item-content .sub-title, .tile-grid-item.with-image .tile-grid-item-content h3, .tile-grid-item.with-image .tile-grid-item-content h4 {color: var(--button-offwhite)!important;}
.tile-grid-item.with-image .tile-grid-item-content .btn-arrow {background-color: rgba(247, 241, 232, 0.1); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}
.tile-grid-item.with-image .tile-grid-item-content .btn-arrow svg path {stroke: var(--button-offwhite);}

.tile-grid-item.with-image .tile-grid-item-content a.button, .tile-grid-item.dark-bg .tile-grid-item-content a.button {color: var(--button-offwhite); background-color: rgba(247, 241, 232, 0.1); border-radius: 24px; border: 1px solid rgba(247, 241, 232, 0.2); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);}

.columns-three .tile-grid-item {max-width: 33.3333%; }
.columns-three .tile-grid-item-content {padding: 50px; font-size: 16px; line-height: 1.4; letter-spacing: -0.16px; background-color: var(--button-secondary-bg); height: 100%; position: relative; z-index: 1; display: flex; flex-direction: column;}
.columns-three .tile-grid-item.with-image .tile-grid-item-content a {color: var(--button-offwhite);}
.columns-three .tile-grid-item-content a {margin-top: 30px; font-size: 17px; font-weight: 500; letter-spacing: -0.17px; text-decoration: none;}
.columns-three .tile-grid-item-content .btn-arrow { margin-left: 10px; align-items: center; width: 42px; height: 30px; color: rgb(0, 0, 0); cursor: pointer; display: inline-flex; padding: 4px 16px; border-radius: 160px; background: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); transition: 0.5s; }
.columns-three .tile-grid-item-content a.overlink {margin-top: 0;}

.tile-grid-item.dark-bg .tile-grid-item-content {background-color: var(--body-color); color: var(--button-offwhite);}
.tile-grid-item.dark-bg .tile-grid-item-content h4, .tile-grid-item.dark-bg .tile-grid-item-content .sub-title, .tile-grid-item.dark-bg .tile-grid-item-content a {color: var(--button-offwhite)!important;}
.tile-grid-item.dark-bg .tile-grid-item-content .btn-arrow {background-color: transparent; border-color: #555;}
.tile-grid-item.dark-bg .tile-grid-item-content .btn-arrow svg path {stroke: var(--button-offwhite);}

.tile-grid-item-content .cta-part {margin-top: auto;}
.columns-three .tile-grid-item-content .cta-part {margin-bottom: auto;}

.tile-grid-section.center > * {text-align: center;}


.summer-events-prev, .summer-events-next, .global-tab-prev, .global-tab-next  {cursor: pointer; width: 64px; height: 50px; border-radius: 160px; padding: 0 !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
.summer-events-prev { margin-left: auto; margin-right: 10px;  transform: rotate(-180deg);}
.summer-events-prev.disabled, .summer-events-next.disabled, .global-tab-prev.disabled, .global-tab-next.disabled {opacity: 0.3; pointer-events: none; cursor: not-allowed;}

.global-tab-section-content .button.global-tab-prev {margin-right: 10px; margin-left: auto;}
.global-tab-section-content .global-tab-prev, .global-tab-section-content .global-tab-next {cursor: pointer;}

.newsletter-part-right .gfield .gfield_label {display:none!important;}


.footer-section {padding: 10px; position: relative;}
.site-footer {background:var(--footer-bg); padding:80px 0 40px; color: #e5e5e5;}
.footer-left {max-width:420px; width: 100%;}
.footer-left__top {padding-bottom: 50px; border-bottom: 1px solid rgba(247, 241, 232, 0.20);}
.footer-left .info {margin-bottom: 33px;}
.footer-left .info:last-child {margin-bottom: 0;}
.footer-left .info a:hover svg {fill: var(--violate-color);}
.footer-left a.info {font-size: 21px; display: block; color: var(--color-offwhite); text-decoration: none;}
.footer-left a.info:hover, .footer-left .address:hover {color: var(--violate-color);}
.footer-left .address {font-size: 21px; line-height: 1.4;}
.footer-left .social a {margin-right:20px; display:block; text-decoration: none; line-height: 0;}
.footer-left .social a svg path {transition: all 0.5s;}
.footer-left .social a:hover svg path {fill: var(--violate-color);}
.footer-left .contact { margin-top: 20px; }

.footer-left__bottom {padding-top:50px;}
.footer-left__bottom h6 {color: var(--color-offwhite); margin-bottom: 30px;}

.gform_validation_errors {display: none;}
.newsletter, .footer-left__bottom .gform_wrapper form { display: flex; margin-bottom:24px; }
.footer-left__bottom .gform_wrapper form .gfield .gfield_label {display: none;}
.footer-left__bottom .gform_wrapper form .gform-body {flex: 1;}
.footer-left__bottom .gform_wrapper form .gform-body input {font-size: 15px; padding:13px 15px; border-radius: 30px; border: 1px solid rgba(247, 241, 232, 0.20); background:rgba(247, 241, 232, 0.05); color:rgba(247, 241, 232, 0.5); }
.footer-left__bottom .gform_wrapper form .gform-footer {margin: 0 0 0 10px;}
.footer-left__bottom .gform_wrapper form .gform-footer .gform_button {width:62px; height: 50px; background-color:#ECE6DE; border: 1px solid #C1BEB8; font-size:0; line-height:0; background-image: url('images/btn-arrow.svg'); background-position: center; background-repeat: no-repeat;}
.footer-left__bottom .gform_wrapper form .gform-footer .gform_button:hover {background-color: #C1BEB8;}
.footer-left__bottom .gform_wrapper form .gfield {margin: 0 0 0 0;}

.gform_heading {display: none;}
.gfield {margin: 0 0 30px 0; width:100%;}
.gfield .gfield_label {margin: 0 0 15px 0; font-size:13px; text-transform: uppercase; letter-spacing: 1.95px; line-height: 1; display: block;} 
fieldset.gfield {margin:0; padding:16px 0 0 0; border:0;}
fieldset.gfield .gfield_label {display: none;}
fieldset.gfield label {font-size:13px; letter-spacing: 0.01em;}
fieldset.gfield label a {font-weight:500; text-transform: capitalize;}
.gform_fields {display: flex; flex-wrap: wrap; justify-content: space-between; width:100%;}
.gfield--width-half {width: calc(50% - 15px);}
.ginput_container_consent {position: relative;}
.ginput_container_consent input {width:28px; height:28px; position: absolute; top: 0; left: 0; opacity: 0; z-index: 1;cursor: pointer;}
.ginput_container_consent label {position: relative; padding:5px 0 5px 40px;}
.ginput_container_consent label::before {position: absolute; content: ""; left: 0; top: 0; width:28px; height:28px; border-radius:6px; border:1px solid #C1BEB8; background-color:var(--body-bg);}
.ginput_container_consent label::after {content: ""; position: absolute; top:8px; left:8px; width:12px; height:7px; border-left:1px solid var(--body-color); border-bottom:1px solid var(--body-color); transform: rotate(-45deg); opacity: 0;}
.ginput_container_consent input:checked + label::after {opacity: 1;}
.gform_wrapper {position: relative;}
.book-party-inner-right .gform-footer {position: absolute; bottom:-10px; right: 0;}

.footer-left__bottom .gform_wrapper form .gform-body input::-webkit-input-placeholder {font-family: var(--body-font); color:rgba(247, 241, 232, 0.8);}
.footer-left__bottom .gform_wrapper form .gform-body input:-moz-placeholder {font-family: var(--body-font); color:rgba(247, 241, 232, 0.8);}
.footer-left__bottom .gform_wrapper form .gform-body input::-moz-placeholder {font-family: var(--body-font); color:rgba(247, 241, 232, 0.8);}
.footer-left__bottom .gform_wrapper form .gform-body input:-ms-input-placeholder {font-family: var(--body-font); color:rgba(247, 241, 232, 0.8);}
.gfield_validation_message {font-size: 15px; margin: 5px 0 0 0;color: #bf0101;}
.gfield_error input {border-color:#bf0101 !important;}

.newsletter input { font-size: 15px; padding: 12px 15px; border-radius: 30px; border: 1px solid rgba(247, 241, 232, 0.20); background:rgba(247, 241, 232, 0.05); color:rgba(247, 241, 232, 0.5); }
.newsletter input::placeholder {font-family: var(--body-font); color:rgba(247, 241, 232, 0.8);}
.newsletter button { margin-left: 10px; padding: 16px 24px; width:66px; height: 50px; border-radius:160px; background:var(--button-secondary-bg); border:1px solid var(--button-secondary-border); color:var(--button-secondary-color); cursor: pointer; }


.newsletter button:hover { opacity: 0.7; }
.privacy-txt.mobile {display: none;}
.privacy-txt{ font-size: 12px; line-height:1.4; margin-bottom:40px;}
.privacy-txt a {color: var(--color-offwhite); font-weight: 500;}
.privacy-txt a:hover {color: var(--violate-color);}

.footer-links {margin-right: 122px;}
.footer-links:last-child {margin-right: 0;}
.footer-links h4 { margin-bottom: 20px; text-transform: uppercase; font-size: 13px; letter-spacing: 1.95px; font-family: 'Avenir'; font-weight: 400; color: var(--color-offwhite); }
.footer-links ul { list-style: none; margin-left:0;}
.footer-links li { margin-bottom:30px; padding-left:0; line-height: 0.7;}
.footer-links ul li:before {left: -13px; top:5px; background-color: transparent; transition: all 0.5s; width: 4px; height: 4px;}
.footer-links li:hover:before { background-color:var(--violate-color); }
.footer-links a { text-decoration: none; color:var(--color-offwhite); font-size: 14px; font-weight: 500; letter-spacing: -0.14px; }
.footer-links li:hover a {color: var(--violate-color);}
.footer-bottom { margin-top:60px; padding-top:40px; font-size:11px; color:var(--body-bg); border-top:1px solid rgba(247,241,232,0.2);}
.footer-bottom p.privacy-txt {display: none;}
.footer-bottom .bottom-left ul {margin: 0; }
.footer-bottom .bottom-left ul li {padding-left: 0; padding-right:30px; margin-bottom: 0; line-height: 1;}
.footer-bottom .bottom-left ul li:before {display: none;}
.footer-bottom .bottom-left ul li a, .footer-bottom .bottom-left ul li p {color:var(--color-offwhite); text-decoration: none; opacity: 0.7; line-height: 1;}
.footer-bottom .bottom-left ul li p a {opacity: 1;}
.footer-bottom .bottom-left ul li a:hover { color:var(--violate-color); opacity: 1; }
.footer-bottom .bottom-right {color:var(--color-offwhite); opacity: 0.7;}
.footer-bottom .bottom-right {display: flex; align-items: center; line-height: 1;}
.footer-bottom .bottom-right p {margin-bottom:0; margin-left: 30px;}
.footer-bottom .bottom-right p a {color: var(--color-offwhite); text-decoration: none;}
.mobile-only {display: none;}
.menu-btn {display: none;}


.our-location-image-grid {width: 100%; margin:0 6px; display: flex; flex-direction: column; gap:6px; display: none;}
.our-location-image-grid .row { display: flex; gap: 6px; }
.our-location-image-grid .row-top {padding: 0 5%;}
.our-location-image-grid .row-top .img-box:first-child { width: 62.3%;}
.our-location-image-grid .row-top .img-box:last-child { width: 36.5%;}
.our-location-image-grid .row-bottom { align-items: stretch; }
.our-location-image-grid .row-bottom .img-box:first-child { width: 26.5%; }
.our-location-image-grid .row-bottom .img-box:nth-child(2) { width: 17%; }
.our-location-image-grid .row-bottom .img-box:last-child {width: 55%;}
.our-location-image-grid .img-box { overflow: hidden; }
.our-location-image-grid .img-box img { width: 100%; height: 100%; object-fit: cover; display: block; }
.our-location-image-grid.col-reverse {flex-direction: column-reverse;}

.error-404.not-found {position: relative; padding: 215px 0 100px; text-align: center;}
.content-404 {max-width: 852px; width: 100%; margin: 0 auto;}
.not-found-shape {position: absolute; bottom: -170px; right: -1px; width: 324px; line-height: 0; z-index: -1; pointer-events: none;}

.thankyou {position: relative; padding: 215px 0 100px; text-align: center;}
.content-thankyou {max-width: 852px; width: 100%; margin: 0 auto;}
.content-thankyou h1 {font-size: 60px;}
.thankyou-shape {position: absolute; bottom: -170px; right: -1px; width: 324px; line-height: 0; z-index: -1; pointer-events: none;}

.action-part .button { display: flex; align-items: center; }


/* ================= Dark Theme ================= */
.theme-dark .centermode-slider .slick-arrow::before {background-color: var(--button-offwhite);}
.theme-dark .testimonial-slider-content a svg path {stroke: var(--button-offwhite);}
.theme-dark .about-us-shape, .theme-dark .food-h-scroll .featured-shape {opacity: 0.1;}
.theme-dark .newsletter button {background:#ECE6DE; border: 1px solid #C1BEB8;}
.theme-dark .newsletter button:hover {background: #C1BEB8;}
.theme-dark .spaces-scroll-bar {background-color: #666;}
.theme-dark .spaces-scroll-bar::before {background-color: var(--button-offwhite);}
.theme-dark .event-item a .btn-arrow {background: #ece6de; border: 1px solid #c1beb8;}
.theme-dark .event-item:hover a .btn-arrow {background-color: #171f20;}

.cky-consent-container {max-width: 490px !important; width:calc(100% - 30px) !important;bottom:20px !important;right:20px !important;}
.cky-consent-container .cky-consent-bar {border-radius:0 !important; padding:35px !important; box-shadow:0 -10px 40px rgba(0,0,0,0.25) !important;}
.cky-notice .cky-title {margin:0 !important;}
.cky-notice-btn-wrapper {margin-top:30px !important;flex-direction: row-reverse; justify-content:flex-end !important; padding:0 !important;}
.cky-btn {flex: none !important; padding: 14px 24px !important; border-radius: 30px !important; font-size:17px !important; line-height:18px !important; opacity:1 !important; margin:0 !important;}
.cky-btn.cky-btn-customize {margin:0 0 0 15px !important; border: 1px solid var(--button-secondary-border) !important;}
.cky-btn.cky-btn-reject {margin: 0 0 0 15px !important;}
.cky-btn.cky-btn-accept:hover {background-color: var(--button-primary-hover-bg) !important; border-color:var(--button-primary-hover-bg) !important;}
.cky-btn.cky-btn-customize:hover {background-color: var(--button-secondary-hover-bg) !important;}
.cky-notice-des {font-size:16px !important; line-height:22px !important; padding: 0 !important;}
.cky-footer-wrapper .cky-prefrence-btn-wrapper {gap: 12px;}

@media screen and (max-height:900px) and (min-width:1280px) {
    .sub-menu-main-content {padding: 125px 65px 40px;}
    .sub-menu-left > ul > li > .sub-menu > li .menu-people {margin: 0 0 18px 0;}
    .sub-menu-left > ul > li > .sub-menu > li > a {margin: 0 0 18px 0;}
}
@media screen and (max-height:700px) and (min-width:1280px) {
    .sub-menu-main-content { padding: 120px 65px 45px; }
    .sub-menu-right {max-width: 450px;}
    .sub-menu-right-inner {padding: 88.2% 0 0 0;}    
    .sub-menu-left > ul > li > .sub-menu > li {padding: 11px 0 0;}
    .sub-menu-left > ul > li > .sub-menu > li .menu-people {margin: 0 0 11px 0;}
    .sub-menu-left > ul > li > .sub-menu > li > a {margin: 0 0 11px 0;}
	.sub-menu-left > ul > li > .sub-menu .menu-all {margin-top: 15px;}
}
@media screen and (max-width:1440px) {
   .h-scroll-item, .food-h-scroll-item {height: 61.18vh;}
	
}
@media screen and (max-width:1366px) {
    .h-scroll-item, .food-h-scroll-item { height: 75vh; }
	.corporate-banner .brand-slider-item img {height: 110px; width: auto; max-width: none;}
	.corporate-content {transform: translateY(-65%);}
}
@media screen and (max-width:1345px) {
    h1, .h1 { font-size: 60px; margin: 0 0 40px; }
    h2, .h2 { font-size: 50px; margin: 0 0 20px; }
    .container {max-width: 1150px;}
    .home-banner-content-left h2 {font-size:60px;}
    .about-us-img {max-width: 580px;}
    .about-us-content {max-width: 478px;}
    .testimonial-slider .slick-list {padding: 0 220px !important;}
    .testimonial-slider-content {padding: 0 110px 0 0;}
    .testimonial-section-inner:after {max-width: 210px;}
    .faq-right {max-width: 700px;}
    .event-icon {margin-bottom: 50px;}
    .wellness-packages-image { max-width: 560px;}
    .wellness-packages-content { max-width: 500px;}
    .bg-slider-for .bg-slider-item {height: 100svh;}
    .featured-highlights {padding:100px 0 50px;}
    .wellness-packages, .wellness-packages, .brand-section, .outdoor-venue, .summer-event, .centermode-slider-section, .book-party { padding: 50px 0; }
    .more-events {padding: 50px 0 100px;}
    .bg-slider-section {margin: 50px 0;}
    .outdoor-venue-right {max-width: 634px;}
    .centermode-privet .centermode-slider-content {padding-left: 100px; padding-right: 100px; opacity: 0;}
    .slick-current .centermode-slider-content {opacity: 1;}

    .faqs-with-image-item-content-left {max-width: 450px;}
    .faqs-with-image-item-content-right { max-width: 400px;}
    .global-image-text-scroll-jack-left { max-width: 560px;}
    .global-image-text-scroll-jack-right {max-width: 480px;}

    .romantic-retreat-left, .your-way-content, .licensed-content { max-width: 580px;}
    .romantic-retreat-right, .your-way-img, .licensed-img {max-width: 490px;}
    .find-us-img {max-width: 660px;}
    .find-us-content {max-width: 380px;}

    .event-list-content {max-width: 450px;}
    .event-list-slider {max-width: 610px;}

    .book-space-image {max-width: 490px;}
    .book-space-content { max-width: 570px;}

    .newsletter-part-left {max-width: 550px;}

    .book-space-image {max-width: 500px;}
    .book-space-content { max-width: 570px;}

    .contact-info { max-width: 490px;}
    .contact-form {max-width: 590px;}

    .visitor-left {max-width: 580px;}
    .visitor-right { max-width: 480px;    top: calc(50vh - 305px);}

    .post-wrapper .post-container {max-width: 1150px;}
    .post-wrapper .post-wrapper-left {max-width: 770px;}
	.single .post-wrapper {padding-bottom:150px;}
	
	.popular-post-right {max-width: 650px;}
	.event-banner-content h2 {font-size: 60px;} 
}
@media screen and (max-width:1199px) {
    h1, .h1 { font-size:50px;}
    h2, .h2 { font-size:45px; }
    h3, .h3 { font-size:40px;}
    h4, .h4 { font-size:32px; line-height: 38px;}
    h5, .h5 { font-size:25px;}
    h6, .h6 { font-size:22px;}
    .button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link {padding: 16px 25px;}
    .button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border, .wp-block-button__link.button-border {padding: 15px 25px;}
 
    .sub-menu-main-content {padding:140px 30px 50px;height: 100%;}
    .sub-menu-left {max-width: 300px;}
    .sub-menu-left > ul > li > a {font-size: 32px;}
    .sub-menu-left > ul > li > .sub-menu > li .menu-people {margin: 0 0 20px 0;}
    .sub-menu-left > ul > li > .sub-menu > li > a {margin: 0 0 20px 0;}
    .sub-menu-left > ul > li > .sub-menu > li {padding: 20px 0 0;}
    .sub-menu-right {max-width: 340px;}

    .container {max-width:948px;}
    .main-navigation > ul > li > a {padding:11px 15px;}
    .header-right-nav > ul > li > a {padding: 11px 15px;}
    .home-banner-content-left {max-width: 560px;}
    .home-banner-content-right {max-width: 350px;}
    .sub-title {margin-bottom: 30px !important;}
    .home-banner-content-left h2 {font-size:50px;} 
    .spaces {padding:80px 0 0 0;}
    .spaces-logo {margin: 0 auto 60px; max-width: 200px;}
    .spaces-inner {max-width: 635px;}
    .h-scroll-track {padding-inline: 31.85vw;}
    .h-scroll-item, .food-h-scroll-item {height: 61.18vh;}
    .h-scroll-item {min-width: 35.167vw;}
    .h-scroll-content {padding: 0 25px;}
    .h-scroll-content h3 {margin: 0 0 15px 0;font-size:32px;line-height:34px;}
    .text-block { padding:30px 0 80px 0; }
    .spaces-bottom-text h4 {max-width: 756px;font-size: 25px;}
    .about-us {padding: 260px 0 80px 0;}
    .about-us-shape {max-width: 500px;}
    .about-us-img {max-width: 460px;}
    .about-us-content {max-width: 408px;}
    .about-us-content h3 {margin: 0 0 20px 0;}
    .brand-section {padding:80px 0;}
    .our-space {padding: 70px 0 80px;}
    .our-space-bg-slider {top: 80px;bottom: 217px;}
    .testimonial-section {padding: 80px 0 80px;}
    .testimonial-slider .slick-list {padding: 0 170px !important;}
    .testimonial-slider-content {padding: 0 80px 0 0;}
    .testimonial-section-inner:after {max-width: 130px;}
    .latest-section {padding:80px 0 150px;}
    .latest-heading {max-width: 600px;}
    .latest-header {margin-bottom: 60px;}
    .faq-section {padding:150px 0;}
    .faq-left {max-width: 360px;}
    .faq-right {padding: 15px 0 0 0; max-width: 530px;}
    .event-section {margin-bottom:100px;} 
    .event-item {padding: 30px;}
    .event-icon {margin-bottom: 40px;}
    .event-content h4 {margin-bottom: 20px;}
    .event-content p {margin-bottom: 28px;}

    .faq-item h3.h4 { font-size:32px; }
    .faq-item h3.h5 { font-size:25px; }
    .faq-item h3.h6 { font-size:22px; }

    .faqs-with-image {padding:50px;}
    .faqs-with-image-item-content-left { max-width: 400px;}
    .faqs-with-image-item-content-right { max-width: 380px;}
    .faqs-with-image-item-content-left h3 { font-size: 40px;}
    .global-image-text-scroll-jack-left {max-width: 430px;}
    .global-image-text-scroll-jack-right { max-width: 440px;}
    .tile-grid-carousel-section {overflow: hidden;}
    .tile-grid-item-content, .columns-three .tile-grid-item-content { padding: 40px;}

    .romantic-retreat-shape-right, .romantic-retreat-shape-left {max-width: 50vw; width: 100%;}
    .romantic-retreat-left, .your-way-content, .licensed-content {max-width: 480px;}
    .romantic-retreat-right, .your-way-img, .licensed-img {max-width: 400px;}
    .your-way-left-shape, .your-way-right-shape {max-width: 20vw; width: 100%;}
    .licensed-left-shape {max-width:35vw; width: 100%;}
    .find-us-img {max-width: 520px;}
    .find-us-content { max-width: 330px; }

    
    .post-wrapper { padding-top: 40px; }
    .post-item {padding: 50px 5px;}
    .post-item .post-item-content { padding-right: 50px; }
    .post-action-part { padding: 75px 0; }
    .newsletter-part-left, .newsletter-part-right {max-width: 400px;}
    .newsletter-part-left h2 { font-size: 28px;}

    .popular-post-left {max-width: 390px;}
    .popular-post-right {max-width: 500px;}

    .featured-highlights.event-space {padding: 75px 0;}
    .summer-event-content {padding: 50px;}
    .centermode-slider-content {padding: 100px 50px;}

    .book-space-image, .book-space-content {max-width: 430px;}
    .summer-event-content {padding: 40px;}
    .centermode-slider-content {padding: 150px 75px;}


    .contact-section { padding: 175px 0 100px; }
    .contact-info, .contact-form { max-width: 440px; }
    .map-section { margin-bottom: 100px; }

    .history-item {padding: 75px 0;}
    .history-item-content, .history-item:nth-child(even) .history-item-image {padding-right: 88px;}
    .history-item-image, .history-item:nth-child(even) .history-item-content {padding-left: 88px;}
    .history-item-content-inner h2, .history-item-last h2 {font-size: 190px;}
    .history-item-content-inner h3 {font-size: 45px;max-width: 290px;}

    .visitor-left { max-width: 460px; }
    .visitor-right { max-width: 400px; top: calc(50vh - 254px);}
    .visitor-item-title h3 {line-height: 1.1;}
    .visitor-colors ul li {margin: 4px;}
    .visitor-content {padding: 0 0 100px 0;}

    .team-detail .container {max-width: 948px;}
    .team-detail-left {max-width: 400px;}
    .team-detail-right { max-width: 450px;}

    .event-space-content-right {margin-top: 40px;}
    .event-space .featured-highlights-content {padding: 0 20px;}
    
    .event-grid-inner .event-list-item {max-width: 50%;}
    .event-grid-inner .event-list-content {padding: 30px 20px 0; max-width: 100%;}
    .event-grid-inner .event-list-item:nth-child(3n+1)::before {width:0;}
    .event-grid-inner .event-list-item:nth-child(2n+1)::before {content: ""; background-color: #C1BEB8; position: absolute; left: 5px; bottom: 0; height: 1px; width: calc(200% - 5px);}

    .book-space-content { max-width: 430px;}
    .book-space-image { max-width: 430px; }
    .more-events-content h3 {font-size: 22px; line-height: 1.2;}
    .book-party-inner-right {padding: 40px;}

    .event-landing {padding: 100px 0;}
    .event-landing-head p {max-width: calc(850px - 180px);}
    .event-list-item {padding: 70px 0;}
    .event-list-content { max-width: 380px;}
    .event-list-slider { max-width: 500px;}

    .featured-highlights-content {padding: 0 20px;}
    .featured-highlights-content h3 {font-size: 18px;}

    .wellness-packages-image { max-width: 460px; }
    .wellness-packages-content { max-width: 408px; }
    .outdoor-venue-left {max-width: 370px; top: calc(50vh - 270px); height:540px;}
    .outdoor-venue-right {max-width: 500px;}
    .faq-item h3 {padding: 37px 24px 37px 0; }
    .outdoor-venue-right > p { margin-bottom: 30px; }
    .summer-event-head p { margin-bottom:50px; }
    
    .footer-left {max-width: 360px;}
    .footer-left a.info {font-size: 18px;}
    .footer-links {margin-right:0;}
    .footer-left__top {padding-bottom: 40px;}
    .footer-left__bottom {padding-top: 40px;}
    .footer-right {margin-left:60px; flex: 1; justify-content: space-between; }

    .post-wrapper .post-container {max-width:948px;}
    .post-wrapper .post-wrapper-left {max-width:590px;}
    .post-wrapper .post-wrapper-right {max-width: 290px;}
    .post-wrapper-left { font-size: 18px; line-height: 25px; letter-spacing: -0.18px; }
	.single .post-wrapper {padding-bottom:100px;}
	.event-banner-content h2 {font-size:50px;} 
}
@media screen and (max-width:991px) {
    body {font-size: 15px; line-height: 20px;}
    h1, .h1 { font-size:38px;}
    h2, .h2 { font-size:32px; }
    h3, .h3 { font-size:28px;}
    h4, .h4 { font-size:24px; line-height: 38px;}
    h5, .h5 { font-size:21px;}
    h6, .h6 { font-size:20px;}

    .is-scrolling-up .header-left, .header-dark .header-left {border: 0;}

    .site-header .container {padding: 24px;}
    .menu-btn { display: inline-flex; align-items: center; gap:5px; padding:10px 15px; border-radius: 999px; border: 1px solid var(--button-secondary-border); font-size: 13px; font-weight:500; background-color: rgba(247, 241, 232, 0.1); backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); color: var(--button-offwhite); cursor: pointer; }
    .menu-btn-icon {width: 8px;}
    .menu-btn .line {display: block; height: 1px; background-color: var(--button-offwhite); }
    .menu-btn .first.line {width:8px; margin-bottom: 3px;}
    .menu-btn .second.line {width:5px;}
    .logo {width: 38px; top:24px;}
    .header-right .enquire {top:24px; right: 24px;}
    .header-right .enquire {padding:9px 18px;}
    .is-scrolling-up .menu-btn, .is-open .menu-btn {color: var(--body-color);}
    .is-scrolling-up .menu-btn .line, .is-open .menu-btn .line {background-color: var(--body-color); }
        

    .button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link {padding: 11px 20px; font-size: 15px;}
    .button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border, .wp-block-button__link.button-border {padding: 10px 20px;}
    .sub-title {font-size: 10px;letter-spacing: 1.5px !important;margin-bottom:25px !important;}
    .container {max-width:730px;}
    .main-navigation {display: none;}
    .header-right-nav {display: none;}
    .header-left {padding: 0;border: 0;}

    .main-navigation, .main-navigation .header-right-nav {display: block;}   
    .header-right-nav {padding: 0; }
    .header-right-nav::before {display: none;}
    .main-navigation .header-right-nav {background-color:transparent;border:0; border-radius: 0;}
    .main-navigation {position: fixed; padding:0 24px 0 24px; top: 0; left: 0; width: 100%; background-color: var(--button-offwhite); overflow: clip; height:0; transition: all 0.5s cubic-bezier(.4, 0, .2, 1);}
    .is-open .main-navigation {height: 100%; padding:83px 24px 24px 24px;}
    .main-navigation > ul, .header-right-nav > ul {flex-direction: column; align-items: flex-start;}   
    .main-navigation > ul > li, .header-right-nav > ul > li {width:100%;}
    .main-navigation > ul > li > a, .header-right-nav > ul > li > a { padding:21px 0; font-size:18px; font-family: var(--heading-font); color: var(--button-offwhite-color); letter-spacing: -0.01em;line-height: 1; border-top:1px solid var(--button-secondary-border); border-radius:0;} 
    .main-navigation > ul > li:first-child > a {border-top: 0;}
    .main-navigation > ul > li.menu-item-has-children > a > .menu-arrow, .header-right-nav > ul > li.menu-item-has-children > a > .menu-arrow {margin:0 0 0 auto; display: inline-flex; align-items: center; width: 28px; height: 20px; background-color: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border); border-radius: 30px; transition: all 0.5s; position: absolute; right: 0; top: 20px;}
    .main-navigation > ul > li.menu-item-has-children > a > .menu-arrow svg, .header-right-nav > ul > li.menu-item-has-children > a > .menu-arrow svg {transform:none;display: none;}
    .main-navigation > ul > li.menu-item-has-children > a > .menu-arrow svg.mobile-arrow, .header-right-nav > ul > li.menu-item-has-children > a > .menu-arrow svg.mobile-arrow {display: block;transform: none;}
    .main-navigation > ul > li.menu-item-has-children > a > .menu-arrow svg path, .header-right-nav > ul > li.menu-item-has-children > a > .menu-arrow svg path {stroke: var(--button-offwhite-color);}
    .sub-menu-main {height: 100%;right: 0; left: auto;width: 0;  overflow: auto; z-index: 2;}
    .is-desktop-open .menu-item-has-children.open > .sub-menu-main {width: 100%;}
    .menu-back { display: inline-block; width: 78px; padding: 10px 16px !important; font-size: 13px; line-height:1; align-items: center; margin:27px 0 15px 0; background-color: var(--button-secondary-bg); color: var(--button-secondary-color); border: 1px solid var(--button-secondary-border); border-radius: 30px;}
    .menu-back img { margin: 0 2px 0 0; position: relative; top: 1px; }
    .sub-menu-main-content {padding:83px 24px 24px;}
    .sub-menu-right {display: none;}
    .sub-menu-left {max-width:100%;} 
    .sub-menu-main-inner {max-width:100%; padding: 0;}
    .sub-menu-left ul {white-space: nowrap;}
    .sub-menu-left > ul > li {margin-bottom: 0; width:100%;}
    .sub-menu-left > ul > li:first-child > a {border-top:0;}
    .sub-menu-left > ul > li > a {padding: 21px 0; font-size:18px; border-top: 1px solid var(--button-secondary-border); display: block; border-radius:0;}
    .sub-menu-left > ul > li > a > .menu-arrow {position: absolute; right: 0; top: 18px;width: 32px; height: 23px;}
    .sub-menu-left > ul > li > a > .menu-arrow::before {margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; width:9px; height:1px; background-color: var(--button-offwhite-color); transition: all 0.5s;}
    .sub-menu-left > ul > li > a > .menu-arrow::after {margin: auto; position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: ""; width:1px; height:9px; background-color: var(--button-offwhite-color); transition: all 0.5s;}
    .sub-menu-left > ul > li > a > .menu-arrow svg {display: none;}
    .sub-menu-left > ul > li > .sub-menu {position: relative; display: none; top: 0; left: 0; width: 100%; opacity: 1; visibility: visible; transition: all 0.5s; padding: 30px 24px; background-color: #ECE6DE; transition:none;}
    .sub-menu-left > ul > li > .sub-menu > li .menu-people {font-size:8px;}
    .sub-menu-left > ul > li > .sub-menu > li > a {font-size:15px;}
    .sub-menu-left > ul > li:hover > a > .menu-arrow {background-color: var(--button-secondary-bg); border: 1px solid var(--button-secondary-border);}
    .sub-menu-left > ul > li.open > a > .menu-arrow {background-color: var(--button-offwhite-color); border-color: var(--button-offwhite-color);}
    .sub-menu-left > ul > li.open > a > .menu-arrow::before {background-color:var(--button-offwhite);}
    .sub-menu-left > ul > li.open > a > .menu-arrow::after {opacity: 0;}
    .site-header::before {position: absolute; content: ""; z-index: 1; top: 0; left: 0; width:100%; height:100%;background-color: var(--button-offwhite); opacity: 0; pointer-events: none;}
    .is-open .site-header::before {opacity: 1;}
    .menu-bottom-shape {width: 193px;}
    .is-open .logo .logo-dark {opacity:1;}
    .is-open .logo .logo-lite {opacity:0;}
    .is-scrolling-up .logo .logo-dark {opacity:1;}
    .is-scrolling-up .logo .logo-lite {opacity:0;} 
    .main-navigation .social {display: block; position: absolute; left:4px; bottom:30px;} 
    .main-navigation .social a {margin-left:20px; text-decoration: none;}
    .main-navigation .social a svg {width:25px; height:25px;}
    .main-navigation .social a svg path {fill: var(--button-offwhite-color);}
	.sub-menu-main .menu-bottom-shape {display:none;}
	.main-navigation {background-image:url('images/menu-bottom-shape.svg'); background-repeat:no-repeat; background-position:right bottom; background-size:193px auto;}

    .home-banner-content-left {max-width:450px;margin-bottom:35px;}
	.home-banner-content-right p, .home-banner-content-right .action-part {padding-left: 34px;}
	
	.booking-banner {padding:18px;left: 24px;bottom: 24px;line-height: 14px;border-radius: 18px; max-width:445px;}
	.booking-banner a {font-size: 15px; margin: 0 0 13px 0;}
	.booking-banner a svg {width: 7px;height: 7px;margin: 0px 0 0 7px;}
	.booking-banner a:before {margin: 0 7px 0 0;width: 11px; height: 7px;background-size: 11px auto;}
	
    .about-us-btn .button { margin-right: 10px; }
    .home-banner-content-left h1 .home-banner-content-left h2 {font-size:45px;} 
    .down-arrow {max-width: 52px;padding: 12px 15px; line-height: 14px;}
    .with-widget .home-banner-content {bottom:22svh;}
    .spaces {padding:65px 0 50px 0;}
    .spaces-logo {margin: 0 auto 50px; max-width: 170px;}
    .spaces-inner {max-width: 455px;}
    .spaces-inner h2 {margin: 0 0 40px 0;}
    .spaces-scroll p {margin: 0 0 30px;}

    .about-us-img img, .book-space-image img, .wellness-packages-image img {position: relative;}
    .about-us-inner.mobile-bottom-image .about-us-img, .wellness-packages-inner.mobile-bottom-image .wellness-packages-image, .book-space-inner.mobile-bottom-image .book-space-image { order: 2; }
    .about-us-inner.mobile-bottom-image .about-us-content, .wellness-packages-inner.mobile-bottom-image .wellness-packages-content {padding-top: 0; padding-bottom: 50px;}
    .book-space-inner.mobile-bottom-image .book-space-content {margin-top: 0; padding-bottom: 50px;}

    .h-scroll { height:auto;}
    .h-scroll-sticky {position: static; height: auto;}
    .h-scroll-track {width:100%; padding-inline:0; display: block;}
    .h-scroll-track .slick-list {padding:0 72px;}
    .spaces-scroll {margin: 0 0 30px 0;}
    .h-scroll-item {margin:0 5px; min-width:0; width:100%;padding: 11.31% 0 0 0;}
    .h-scroll-content .btn-arrow {margin: 0 auto 20px; width: 42px; height: 30px;}
    .h-scroll-content h3 {font-size: 24px; line-height: 26px;}
    .h-scroll-tag {font-size:10px;}
    .h-scroll-content {bottom: 30px;}
    .h-scroll-item:hover .h-scroll-item-bg {transform: scale(1);}
    .h-scroll-item .h-scroll-item-bg:before, .h-scroll-item .h-scroll-content .btn-arrow, .h-scroll-item .h-scroll-tag {opacity: 1;}
    .h-scroll-item .h-scroll-content {transform: translateY(0);}
    .h-scroll-track .slick-dots {margin:25px 0 0 0; position: relative;}
    .text-block { padding:50px 0 60px 0;}
    .about-us {padding: 260px 0 60px 0;}
    .about-us-img {max-width: 100%;}
    .about-us-content {padding: 50px 0 0 0; max-width: 100%;}
    .about-us-content h2 {margin: 0 0 40px 0;}
    .about-us-content h3 {margin: 0 0 16px 0; padding: 0 0 0 42px; font-size: 18px; line-height: 22px; letter-spacing: -0.01em;}
    .about-us-content h3::before {width:22px; height:22px;}
    .about-us-btn {padding:24px 0 0 0;}
    .brand-section {padding:60px 0;}
    .our-space { padding:50px 0 70px;}
    .our-space h2 {margin: 0 0 50px 0;}
    .our-space-bg-slider {bottom: 150px;}
    .our-space-bg-slider .slick-dots {bottom: -120px;}
    .our-space-prev {left: -88px;}
    .our-space-next {right: -88px;}
    .slick-arrow {width: 52px; height: 40px;}
    .testimonial-section { padding:60px 0 60px;}
    .testimonial-controls button {width: 52px; height: 40px;}
    .testimonial-controls {max-width: 150px;}
    .testimonial-slider .slick-list {padding: 0 100px !important;}
    .testimonial-slider-content {padding: 0 80px 0 0;}
    .testimonial-slider-content h5 {margin: 0 0 40px 0;}
    .testimonial-section-inner:before {max-width: 150px;}
    .testimonial-section-inner:after {max-width: 90px;}
    .testimonial-slider-content a {margin-left: 20px; font-size:10px; letter-spacing: 1.5px;align-self: end;}
    .testimonial-author {align-items: center;}
    .testimonial-slider-content a:before {left: -10px; top: 4px;}
    .latest-heading {max-width: 470px;}
    .latest-slider .latest-slider-image {margin-bottom: 30px;}
    .latest-slider .category {margin-bottom:20px;}
    .latest-slider .latest-slider-item h3 {font-size: 24px; max-width: 290px;}
    .latest-section { padding:70px 0 110px; }
    .certified-content h2 {margin-bottom: 20px;}
    .certified-logo {margin: 10px 50px 10px 0;}
    .certified-content p {max-width: 520px;}
    .faq-section {padding:110px 0;}
    .faq-left {position: static; top: 0;}
    .faq-section h2 {margin-bottom: 40px;}
    .faq-right {max-width:100%;}
    .faq-item h3 {padding: 35px 0;}
    .event-section {padding: 70px 0;}
    .event-section .events {margin: 0; padding: 0 45px; width: 100%;}

    .faqs-with-image-item-content-left, .faqs-with-image-item-content-right { max-width: 100%; }
    /* .faqs-with-image-item-content-left {order: 2;} */
    .faqs-with-image-item-content-right {margin-bottom:0; margin-top: 50px;}
    .faqs-with-image-section .container {padding:0 6px; max-width: 100%;}
    .global-center-slider-content {padding: 100px 30px;}
    .global-tab-section-image, .global-tab-section-content {max-width: 100%;}
    .global-tab-section-image {margin-bottom: 6px;}
    .global-image-text-scroll-jack-left {display: none;}
    .global-image-text-scroll-jack-right {max-width: 100%;}
    .responsive-only {display: block;}
    .responsive-only img {max-width: 100%; width: 100%; margin-bottom: 50px;}
    .tile-grid-inner {flex-direction: column;}
    .tile-grid-item, .columns-three .tile-grid-item {max-width: 100%;}

    .faq-item h3.h4 { font-size:24px;}
    .faq-item h3.h5 { font-size:21px;}
    .faq-item h3.h6 { font-size:20px;}

    .romantic-retreat {padding:75px 0;}
    .romantic-retreat-shape-right, .romantic-retreat-shape-left {max-width: 70vw;}
    .romantic-retreat-inner {justify-content: center;}
    .romantic-retreat-left {order: 2; padding-top: 75px;}
    .romantic-retreat-right {padding: 99.71% 0 0 0;}
    .romantic-retreat-right, .your-way-img, .licensed-img {max-width: 70%;}
    .your-way-img {display: none;}
    .your-way-head {max-width: 400px;}
    .your-way-left-shape, .your-way-right-shape {max-width: 25vw; top: 0;}
    .your-way-head { margin: 0 auto 100px;}
    .romantic-retreat-left, .your-way-content, .licensed-content {max-width: 100%;}
    .licensed-left-shape {max-width: 65vw; width: 100%; left: auto; right: 0; transform: rotate(180deg); top: 0;}
    .licensed-left-shape img {transform: scaleY(-1);}
    .licensed { padding: 300px 0 100px 0;}
	.licensed-inner {flex-direction: column-reverse;}
    .licensed-img {margin: 0 auto; padding: 99.71% 0 0 0;}
    .licensed-content {margin-bottom: 75px;}
    .with-hide.more-events {padding-top: 0; padding-bottom: 0;}
    .more-events.with-hide .more-events-controls {display: none;}
    .more-events.with-hide .more-events-heading {margin-bottom: 50px;}
    .find-us {margin:0; padding: 100px 0 50px;}
    .find-us-inner {justify-content: center;}
    .find-us-img {order: 2; max-width: 100%;}
    .find-us-img:before, .find-us-img:after {display: none;}
    .find-us-content { max-width: 100%; text-align: center; padding-bottom: 50px;}
    .find-us-content .button {margin-top: 0;}

    .event-grid-inner .event-list-content {padding: 30px 20px 0!important;}
    

    .food-h-scroll {height: 100%; padding: 65px 0 0;}
    .food-h-scroll-track {display: block;}
    .food-h-scroll-sticky, .food-h-scroll-item {height: auto;}
    .food-content-inner {padding: 0 38.5px;}
    .food-h-scroll-sticky {display: block;}
    .food-h-scroll-item {padding-bottom: 75px;}
    .food-h-scroll-content {margin: 0;}
    .food-h-scroll-item.big-width { min-width: 100%; }
    .food-h-scroll .featured-shape {top: -210px; left: auto; right: 0; transform: rotate(0deg);width: 190px;}
    .bg-slider-for, .content-slider-nav {height: calc(80svh - 20px);}
    .content-slider-nav .slick-list {padding: 0 15%!important;}

    .corporate-content h2 { font-size: 60px; } 
    .spaces.spaces-inner-pages { padding-top: 0;}
    .scale-grid {margin: 0 0 50px 0;}
    .scale-grid-wrap {width: 100%;}
    .scale-grid-content {max-width: 100vw;}
    .scale-grid-item {padding: 3px;}
    .row2 .scale-grid-item:first-child {width: 100%; padding-left: 0;}
    .row2 .scale-grid-item:nth-child(2) {width: calc(100% - 3px);}
    .row2 .scale-grid-item:last-child {padding-right: 0;}
    .row2 .scale-grid-item:nth-child(4) {padding-left: 6px;}

    .our-location-left, .our-location-right {display: none;}
    .our-location-image-grid {display: flex;}
    .our-location-center {max-width: 100%; padding: 50px 24px;}
    .our-location-image-grid .row-top .img-box, .our-location-image-grid .row-bottom .img-box { height: 150px; }

    .contact-section {padding: 175px 0 75px;}
    .contact-info, .contact-form { max-width: 100%; }
    .contact-info {margin-bottom:50px;}

    .history-item-content, .history-item:nth-child(even) .history-item-image {padding-right: 50px;}
    .history-item-image, .history-item:nth-child(even) .history-item-content {padding-left: 50px;}
    .history-item-content-inner h2, .history-item-last h2 {font-size: 150px;}
    .history-item-content-inner h3 {font-size: 34px;}

    .history-item-last {padding-bottom: 100px;}
    .history-item-last-inner {padding: 75px;}
    .history-item-last-content h3 { font-size: 38px;}

    .visitor-left, .visitor-right {max-width: 100%;}
	.visitor-right {position:relative; top:0;}
    .visitor-item {padding: 50px 0;}

    .event-landing { padding:75px 0; }
    .event-landing-head p {max-width: 100%; margin-bottom: 30px;}
    .event-list-content { max-width: 50%; padding: 0 20px 0 0; }
    .event-list-item:nth-child(even) .event-list-content {padding: 0 0 0 20px;}
    .event-list-slider {max-width: 50%;}

    .news-content h2 {margin-bottom: 30px;}
    .news-content p { margin-bottom: 40px;}
    .news-filter { padding:44px 0 0;}
    .news-filter-nav {max-width: 100%; margin-bottom: 30px;}
    .post-item .post-item-image { margin-bottom:30px;}
    .post-item .category {font-size:10px; margin-bottom: 20px; letter-spacing:1.5px;}
	.post-item .category a {font-size: 10px; letter-spacing:1.5px;}
    .post-item h2 { font-size: 18px; line-height: 1.1;}
    .post-action-part { padding:40px 0 100px;}
    .newsletter-part-left, .newsletter-part-right {max-width: 100%;}
    .popular-post { padding: 100px 0; }
    .popular-post-left {position: relative; top: 0; margin-bottom: 15px;}
    .popular-post-left, .popular-post-right { max-width: 100%; }

    .team-detail .container { max-width: 730px; }
    .team-detail-left {position: relative; top: 0;}
    .logo-shape-team { left: 150px; top: 130px; width: 500px; }
    .team-detail-right {max-width: 100%; position: relative; margin-top: 50px;}

    .event-space-content {bottom: 10svh;}
    .small-title-with-icon {margin-bottom: 25px;}
    .event-space-content-left p { margin-top: 25px; }

    .featured-highlights.event-space.with-shape { padding:75px 0 50px; }
    .event-space .featured-highlights-item { max-width: 50%; margin-bottom: 40px; }
    .book-space { padding:100px 0 50px;}
    .book-space-image, .book-space-content { max-width:100%; }
    .book-space-content {margin-top:50px;}
    .book-space-content h2 {margin-bottom:30px;}
    .book-space-content h3 {font-size: 18px; line-height: 1.2; margin-bottom: 35px;}
    .book-space-content .action-part {padding-top:10px;}
    .book-space-content .action-part a:first-child {margin-right: 10px; margin-top:10px;}
	.book-space-content .action-part a:last-child {margin-top:10px;}
    .outdoor-venue-left img {height: 70svh; object-fit: cover;}
	.team-head {padding:120px 0 25px;}
    .team-list {padding-top: 30px;}
	.without-img .team-head-content h1, .team-head-content h1 {margin-bottom:30px;}
    .team-item-content h3 {font-size: 22px;}
    .team-list-item { max-width: 50%; padding: 0 3px 30px; margin-bottom: 40px;}
    .team-item-content .btn-arrow {padding: 8px 15px; width: 40px; height: 30px;}
    .team-list-item:nth-child(3n+1)::before {display: none;}
    .team-list-item:nth-child(2n+1)::before {content: ""; display: block; background-color: #C1BEB8; position: absolute; left: 5px; bottom: 0; height: 1px; width: calc(200% - 5px);}
	.team-detail {padding:125px 0 70px;}
    .summer-event-content, .summer-event-image-or-video {max-width:100%;}
    .summer-event-content {order: 2; margin-top: 10px;}
    .summer-event-image-or-video .full-bleed img, .summer-event-image-or-video .full-bleed video {width: 100%;}

    .centermode-slider .slick-list {padding: 0 50px!important;}
    .centermode-slider .slick-arrow {display: none!important;}
    .centermode-slider-item { height: 60svh;}

    .book-party-inner-left, .book-party-inner-right {max-width: 100%;}
    .book-party-info .button-transparent {max-width: max-content;}
    .book-party-inner-right {margin-top: 10px;}

    .featured-highlights-content h3 { font-size: 18px; }
    .featured-highlights-content { padding: 0px 14px; }
    .wellness-packages-image { max-width: 100%; }
    .wellness-packages-content { padding: 50px 0 0 0; max-width: 100%; }
    .wellness-packages-content h2 {font-size: 32px;}

    .outdoor-venue-left, .outdoor-venue-right {max-width: 100%;}
    .outdoor-venue-left {position: relative; top:0;height: auto;}
    .outdoor-venue-right {padding-top:50px;}

    .post-wrapper.without-sidebar .post-container {max-width: 730px;}

    .post-wrapper { padding-top: 44px; }
    .post-wrapper.without-sidebar .post-container {padding: 0 24px;}
    .post-detail-banner {padding:203px 0 60px;}
    .post-detail-banner .container {padding: 0 28px;}
    .post-wrapper .post-container {padding: 0 24px;}
    .author-info {gap:25px; margin-bottom: 0;} 
    .author-img img {width: 76px; height: 76px;}
    .author-label {font-size: 10px; letter-spacing: 1.5px; margin-bottom: 0;}
    .author-name { font-size: 15px; margin-bottom: 0; background-size: 7px; padding-right: 15px;}
    .author-role {font-size: 11px;}
    
    .post-wrapper-left .content-box {border-bottom: 1px solid #C1BEB8; border-top: 1px solid #C1BEB8; max-width:100%; display: block; margin-top:-1px; margin-bottom:50px;}
    .post-wrapper-left .content-box .content-title {padding:25px 24px 25px 0; margin-bottom:0; text-transform: capitalize; font-family: var(--heading-font); font-size: 21px; letter-spacing: -0.21px; line-height: 1.4; /* text-transform:uppercase; */ }
    .post-wrapper-left .content-list {margin-bottom: 30px; display: none;}
    .post-wrapper-left .content-title {position: relative;}
    
    .post-wrapper-left .content-title span {position: absolute; right: 0; top: calc(50% - 8px); width: 17px; height: 17px; transition: all 0.5s;}
    .post-wrapper-left .content-title.active span {transform: rotate(45deg);}
    .post-wrapper-left .content-title span:before { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 100%; background-color: var(--body-color); }
    .post-wrapper-left .content-title span:after { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 1px; background-color: var(--body-color); }
    .post-wrapper-left .content-list li {padding-left: 25px; margin-bottom: 15px; font-size: 15px;}
    .post-wrapper-left .content-list li::before {top: 4px;}
    .post-wrapper-left .content-list li::after {top: 8px;}

    .post-detail-banner-img { position: absolute; top: 6px; left: 6px; bottom: 6px; right: 6px; }
    .post-detail-banner-content h1 {font-size: 32px; margin-bottom: 35px;}
    .author-info {padding-bottom: 50px; }
    .default-section {padding:25px 0; font-size: 17px; letter-spacing: -0.17px; line-height: 1.5;}
    .default-section h2 {font-size: 28px; letter-spacing: -0.28px; margin-bottom: 40px;}
    figcaption {font-size: 10px; letter-spacing: 1.5; line-height: 1.3; margin-top: 15px;}
    figcaption:before {width: 12px;  height: 7px;}
    table {margin: 50px 0 0;}
    .post-wrapper-left .faq-item h3 {padding: 25px 24px 25px 0;}
    .default-section .event-list-slider .slick-arrow::after {top: 51%;}
    .default-section .event-list-slider {margin-bottom: 0;}
    .default-section blockquote {font-size: 24px; line-height: 1.4; letter-spacing: -0.24px; padding: 30px 0 30px 30px;}
    .post-banner-video .btn-play {padding: 15px 20px; left: 24px; bottom: 24px;}
    .post-container h2, .post-container h3, .post-container h4, .post-container h5, .post-container h6 {margin-bottom: 40px;}
    .single .newsletter-part {margin-top: 50px; margin-bottom: 25px;}
    .single .latest-header { margin-bottom: 40px; }
    .post-banner-video {margin-bottom: 25px;}

    table thead, table tbody td:first-child {display: none;}
    table tbody tr {padding: 0 0 24px; display: block;}
    table tbody tr:last-child {padding-bottom: 0;}
    table tbody td {display: block; position: relative; padding:105px 20px 20px; border-top: 0;}
    table tbody td:nth-child(2) {border-top: 1px solid var(--button-secondary-border);}
    table tbody td:before {content: attr(data-title); font-weight: 500; font-size: 15px; line-height: 1.3; letter-spacing: -0.15px; color: var(--body-color); background: var(--button-secondary-bg); position: absolute; left: 0; top: 0; right:0; padding: 20px; border-bottom: 1px solid var(--button-secondary-border);}
    table tbody td::after {content: attr(data-row); font-weight: 500; font-size: 15px; line-height: 1.3; letter-spacing: -0.15px; color: var(--body-color); position: absolute; left: 20px; top: 77px; right: 20px;}
    
    .footer-left { max-width: 100%; margin-bottom: 40px; }
    .footer-left .info {margin-bottom: 25px;}
    .footer-left .social a {max-width: 25px;}
    .footer-left a.info { font-size: 16px; line-height: 1.4; }
    .footer-left__bottom h6 {margin-bottom: 25px;}

    .newsletter {margin-bottom: 20px;}
    .newsletter input {font-size: 12px; padding: 6px 15px;}
    .newsletter button {padding: 8px 19px; width: 55px; height: 40px;}
    .privacy-txt {font-size: 10px; margin-bottom:0;}

    .footer-right {margin-left: 0; border-top: 1px solid rgba(247, 241, 232, 0.20);}
    .footer-links {max-width: 100%; width: 100%; border-bottom: 1px solid rgba(247, 241, 232, 0.20);}
    .footer-links ul {display:flex; flex-wrap:wrap; margin-left:-10px; margin-right:-10px;}
    .footer-links li { margin-bottom: 20px; line-height: 0.7; max-width:50%; width:100%; padding:0 10px;}
	.footer-links li:before {display:none;}
    .footer-links h4 {font-size: 10px; line-height: 0.7; margin-bottom:0; padding: 30px 0; position: relative;}
    .footer-links a {font-size: 13px; letter-spacing: 0;}

    .footer-links h4.active span {transform: rotate(45deg);}
    .footer-links h4 span {position: absolute; right: 0; width: 13px; height: 13px; top: calc(50% - 7px); transition: all 0.5s;}
    .footer-links h4 span:before { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 100%; background-color: var(--button-offwhite); }
    .footer-links h4 span:after { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 1px; background-color: var(--button-offwhite); }
    
    .footer-left__bottom .privacy-txt:last-child {display: none;}
    .footer-wrapper .privacy-txt.mobile {display: block; margin-top: 40px;}

    .footer-bottom {border-top: 0; margin-top: 40px;  padding-top: 0; display: flex; flex-direction: column;}
    .footer-bottom .bottom-left ul li {margin-bottom: 20px; padding-right: 22px;}
    .footer-bottom .bottom-left ul li a, .footer-bottom .bottom-left ul li p {font-size: 9px;}
    .footer-right {flex:none; width:100%;}
    .footer-bottom .bottom-right p {margin-left: 0;}
    .mobile-only {display: inline-flex;}
    .bottom-right {display: none!important;}

    .post-wrapper .post-wrapper-left { max-width: 100%; } 
    .post-wrapper .post-wrapper-right {display: none;}
    .privacy-banner {padding:200px 0 50px;}
    .privacy-content { padding:24px 0 50px; }
    .privacy-content .faqs.big-space .faq-item h3 {font-size: 21px; padding: 50px 0;}
    /*.privacy-content .faq-item h3 span {top: 56px;}*/
    .privacy-content .faqs.big-space .faq-item h3 {padding-right: 24px;}
	.single .post-wrapper {padding-bottom:50px;}
	.popular-post-right {padding-top: 0;}
	.post-item {max-width: 50%;}
	.news-filter-nav {margin-top: 30px;order: 2;}
	.blog .post-wrapper {padding-top:0;}
	.news-filter-search input[type="search"] {padding: 9px 20px;}
	.news-head {padding: 120px 0 0;}
	.news-banner {margin:60px 0 5px 0;}
	.blog .news-filter-nav {margin-bottom:0;}
	.newsletter-part:last-child {margin-bottom: 50px;}
	.corporate-banner .brand-slider-item img {height:80px; }
	.event-banner-content h2 {font-size:38px;} 
}

@media screen and (max-width:767px) {

    .button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border, .wp-block-button__link.button-border {padding: 10px 20px;}
    
    .header-dark .menu-btn {color: var(--body-color);}
    .header-dark .menu-btn .line {background-color: var(--body-color);}

    .home-banner {padding:6px;}
    .container {max-width: 100%; padding: 0 24px;}
    .home-banner-content-left, .home-banner-content-right {max-width: 100%; padding:0 6px;}
    .home-banner-content-right p {font-size:15px; }
    .home-banner-content-right p, .home-banner-content-right .action-part {padding-left: 34px;}
	.booking-banner {right: 24px; max-width: initial; width: auto;}
    .spaces { padding: 61px 0 25px 0; }
    .spaces-inner h2 {margin: 0 0 30px 0;}
    .spaces-scroll p {display: none;}
    .h-scroll-track .slick-list {padding: 0 65px;}
    .h-scroll-item {margin: 0 3px;}
    .h-scroll-item, .food-h-scroll-item {height: 39.34vh;}
    .h-scroll-tag {letter-spacing: 1.5px; margin: 0 -11px;}
    .h-scroll-tag span {padding: 0 7px;}
    .h-scroll-tag span::before {left: -2px; top: 4px;}
    .text-block {padding: 25px 0 60px 0;}
    .spaces-bottom-text h4 {font-size: 21px; letter-spacing: -0.21px; line-height: 1.4;}
    .about-us-shape { max-width: 255px; }
    .about-us { padding: 200px 0 50px 0; }
    .about-us-content h3::after {left: 8px; top: 8px; width: 7px; height: 4px;}
    .brand-section {padding:50px 0 20px;}
    .brand-section .container, .brand-section .brand-slider {padding: 0;}
    .brand-slider-item {padding: 0 45px !important;}
    .brand-slider:before, .brand-slider:after {max-width: 190px;}
    .our-space .container {padding-top: 90px;}
    .our-space h2 {padding: 0 40px;}
    .our-space-bg-item {padding: 0 6px;}
    .our-space-box {padding: 6px 6px 50px 6px;}
    .our-space-text-slider {padding: 0 38px;}
    .our-space-title-slider {padding: 35px 20px 0;}
    .our-space-prev, .our-space-next {display: none!important;}
    .our-space-text-item p {margin-bottom: 30px;}
    .testimonial-section { padding: 70px 0 50px; }
    .testimonial-section .container { padding: 0; }
    .testimonial-slider-item.slick-slide, .testimonial-controls { padding: 0 24px; }
    .testimonial-slider {margin-top: 40px;}
    .testimonial-section-inner:before, .testimonial-section-inner:after {display: none;}
    .testimonial-section-inner {padding-left:0; flex-direction: column;}
    .testimonial-controls { max-width: 100%; position: relative; display: flex; flex-wrap: wrap; align-items: center;}
    .testimonial-count {margin-top: 0; margin-left: 20px;}
    .testimonial-slider .slick-list {padding: 0!important;}
    .testimonial-slider-content {padding: 0;}
    .latest-section { padding: 50px 0 94px; }
    .latest-section .container {padding: 0;}
    .latest-section .latest-header {padding:0 24px; position: relative;}
    .latest-controls .latest-prev, .latest-controls .latest-next {display: none!important;}
    .latest-heading { max-width: 220px; }
    .latest-controls .see-all {margin-right: 0;}
    .latest-slider .latest-slider-item:hover .latest-slider-image img {transform: scale(1);}
    .latest-slider .latest-slider-item:hover .latest-slider-image .btn-arrow {display:none;}
    .latest-slider {margin: 0 -3px; margin-right: -24px;}
    .latest-slider .latest-slider-item {padding: 0 3px;}
    .latest-slider .category {font-size: 10px; line-height: 1.3; letter-spacing: 1.5px;}
	.latest-slider .category a {font-size: 10px; line-height: 1.3; letter-spacing: 1.5px;color: var(--body-color);}
    .latest-slider .latest-slider-item h3 {font-size: 18px; line-height: 1.3; letter-spacing: -0.18px; padding-right: 44px;}
    .latest-slider .slick-list {overflow: hidden;  padding:0 80px 0 24px;}
    .latest-controls {position: absolute; top: 30px; right:24px;}
    .latest-heading p {width: 135%;}
    .our-space-item {padding:156px 0 0 0;}
    .faq-item-content {font-size: 15px; line-height: 1.3; font-weight: 400;}
    .faq-item-content .button { margin-top:10px; }
    /*.event-list-slider .slick-arrow {display:none !important;}*/
	.event-list-slider .slick-arrow:hover::after {right: 47px;}
    .event-space-banner .more-events-tag {margin: 0;}
    .event-space-banner .more-events-tag span::before {top:4px;}

    .bg-slider-section { margin: 50px 6px; }
    
    .event-list-slider .event-list-img img {position: relative;}

    .faqs-with-image { padding: 50px 28px;}
    .faqs-with-image-item-content-left h3 { font-size: 28px; padding-bottom: 35px; padding-right: 24px;}
    .global-center-slider-content { padding:63px 30px; }
    .global-center-slider-content :is(h1,h2,h3,h4,h5,h6) {margin-bottom: 30px;}
    .global-center-slider-content {padding-bottom: 25px;}
    .global-center-slider-content .button {margin-top: 0;}
    .global-tab-head {text-align: center;}
    .global-tab-head h2 { margin-bottom:30px; }
    .global-tab-nav ul {justify-content: center;}
    .global-tab-nav ul li {font-size: 11px; margin-right: 4px; margin-left: 4px; margin-top: 8px; line-height: 6px; padding: 10px 12px;}
    .global-tab-section { padding: 100px 0 50px; }
    .global-tab-section-inner { margin-top: 40px; }
    .global-tab-section-content {padding: 28px;}
    .global-tab-section-content p { margin-bottom: 40px; }
    .global-image-text-scroll-jack-right-item {padding:50px 0;}
    .global-tab-action .global-tab-prev, .global-tab-action .global-tab-next {display: none;}
    .tile-grid-controls {display: none;}
    .tile-grid-heading h2 {margin-bottom:50px;}
    .tile-grid-item-content, .columns-three .tile-grid-item-content {padding: 24px;}
    .global-image-text-scroll-jack {padding: 95px 0 57px;}
    .columns-three .tile-grid-item-content a {margin-top: 20px;}
    .tile-grid-item {padding: 3px;}
    .tile-grid-carousel-section { padding: 100px 0 57px; }
    .faqs-with-image-item {padding: 30px 0 30px 0;}
    .faqs-with-image-item-content {font-size: 15px; padding-bottom: 0;}
    .faqs-with-image-action { margin-top: 35px; }
    .faqs-with-image-item h3 {padding-right: 24px;}
    /* .faqs-with-image-item h3 {font-size: 21px;} */

    .weddings-banner {padding: 6px;}
    .weddings-banner-video, .weddings-banner-img {height: calc(100svh - 12px);}
    .romantic-retreat-shape-right { max-width: 90vw;}
    .weddings-content {max-width: calc(100% - 68px); left: 34px; right: 34px;}
    .weddings-content h1, .weddings-content h2 { margin-bottom: 30px; }
    .weddings-content h2 { font-size: 38px; }
    .romantic-retreat-right {max-width: 78%; padding: 104% 0 0 0;}
    .romantic-retreat-right { margin: 0;}
    .romantic-logo { margin: 0 auto 60px;}
    .romantic-retreat-text p {font-size: 18px;}
    .romantic-retreat { padding: 75px 0 120px; }
    .your-way-head { margin: 0 auto 50px; }
    .your-way-left-shape, .your-way-right-shape {max-width: 40vw; top: 50px;}
    .your-way-content .faq-item:first-child h3 {padding-top: 25px;}
    .your-way { padding: 250px 0 0;}
    .licensed { padding: 200px 0 100px 0; }
    .licensed-left-shape { max-width: 85vw; top: 30px;}
    .licensed-text {font-size: 24px;}
	.licensed-text p {margin: 0 0 30px;}
	.licensed-content .action-part {padding:25px 0 0 0;}
	.licensed-content .button {margin:5px 5px;}
    .with-hide.more-events .slick-list {overflow: visible;}
    .cultural-weddings-head h2 {max-width: 100%!important;margin-bottom: 35px;}

    .certified-corporation {margin:6px; padding: 60px 0;}
    .certified-content {display: flex; flex-wrap: wrap; flex-direction: column;}
    .certified-logo {max-width: 50px; margin: 0 0 30px 0;}
    .certified-content h2 {letter-spacing: -0.32px; margin-bottom: 30px;}
    .certified-content p {margin-bottom: 30px;}
    .certified-content .button {max-width: max-content;}

    .faq-section {padding: 100px 0;}
    .faq-section h2 {padding-right: 20px;}
    .faq-left .button {display: none;}
    .faq-right {padding:0;}
    .faq-item h3 {padding:25px 0; font-size: 18px; line-height: 1.1; letter-spacing: -0.18px; padding-right:24px;}
    .faq-item h3 span {width: 13px; height: 13px; top: 30px;}
	.privacy-content .faqs .faq-item h3 span {top: calc(50% - 6px);}
    .faq-item-content { padding: 0 0 24px;}

    .event-section {margin: 6px; padding:50px 0 85px; margin-bottom: 72px;}
    .event-section .container {padding: 0;}
    .event-section h2 {padding: 0 50px; margin-bottom: 40px;}
    .event-section .events {padding: 0;}
    .events .slick-list {padding: 0 50px;}
    .events .slick-track {display: flex;}
    .event-item {margin: 0 3px; max-width: calc(33.3333% - 3px); height: auto;}
    .event-icon {width: 30px; height: 30px; margin-bottom: 30px;}
    .event-content {font-size: 14px; line-height: 1.3; letter-spacing: -0.14px;}
    .event-content h4 {margin-bottom: 15px;}
    .event-item a {font-size: 14px;}
    .event-item a .btn-arrow {width: 28px; height: 20px; padding: 0px 10px;}
    .event-section .events .slick-dots {bottom: -25px;}
    .event-section .events .slick-dots li button {border:1px solid var(--button-offwhite); background-color: transparent; opacity: 1;}
    .event-section .events .slick-dots li.slick-active button { background-color: var(--button-offwhite); }


    .food-h-scroll > .food-h-scroll {padding-top: 0;}
    .food-h-scroll-content {max-width: 100%;}
    .food-h-scroll-item {height: auto; padding:35px 24px; min-width: 1px;}
    .food-h-scroll-content h3 {padding: 0 10px;}
    .food-h-scroll-two-image {gap: 6px;}
    .food-h-scroll-two-image .top-image {max-width: 78%; height: 200px;}
    .food-h-scroll-two-image .bottom-image {max-width: 51.4%; height: 107px;}
    .two-logos {margin-bottom: 40px;}
    .two-logos img {max-width: 45px; width: 100%;}
    .food-h-scroll-three-image .top-image {max-width: 64.6%; height: 134px;}
    .food-h-scroll-three-image .bottom-left-image, .food-h-scroll-three-image .bottom-right-image {max-width: 50%;}
    .food-h-scroll-three-image .bottom-left-image {height: 160px;}
    .food-h-scroll-three-image .bottom-right-image {height:120px;}
    .food-h-scroll-item:last-child .food-h-scroll-content img {max-width:40px; margin-bottom: 30px;}

    .private-events { padding: 125px 0 50px;}
    .our-location-image-grid .row-top .img-box, .our-location-image-grid .row-bottom .img-box { height: 100px; }
    .private-events .scale-grid-shape {top:80%; right:0; max-width: 150px; overflow:hidden;}
	.private-events .scale-grid-shape img {position:relative; left:30px;}
    .scale-grid {height: 100%; max-height: 444px; margin-bottom: 0;}
    .scale-grid-row {height: 11.85%;}
    .scale-grid-row.row2 { height: 29.63%; }    
    .centermode-privet .centermode-slider-content {font-size: 18px;}
    .centermode-slider-content {min-height: 428px;}
    .our-location {padding: 50px 0;}

    .corporate-banner {padding:6px}
    .corporate-banner-video, .corporate-banner-img {height: calc(100svh - 12px);}
    .corporate-content h2 { font-size: 38px; }
    .corporate-content h1, .corporate-content h2 {margin-bottom: 40px;}
    .corporate-content .action-part {justify-content: center;}
    .book-space { padding: 75px 0 100px;}
    .with-shape .featured-shape {width: 150px; top: -20px;}
    /*.book-space-image {order: 2;}
    .book-space-content { margin-top: 0; margin-bottom: 50px;}*/
    .book-space-content-text p {font-size: 18px; margin-bottom: 35px !important;}
    .featured-highlights.event-space { padding: 25px 0 75px; }
    .spaces .h-scroll-item {height: 50vh;}

    .contact-section .container {padding: 0 28px;}
    .contact-section { padding: 120px 0 75px; }
    .contact-info .social a {max-width: 25px; width: 100%;}
    .contact-info a.info {font-size: 16px; margin-bottom: 25px;}
    .contact-form {padding: 28px;}
    .map-section { margin-bottom: 75px; }

    .history-head {padding: 120px 0 100px;}
    .without-img .history-head-content {text-align: left; max-width: 100%; font-size: 21px;}
    .without-img .history-head-content p {margin-top: 40px;}
    .history-item {padding:0 0 150px 40px; flex-direction: column !important;}
    .history-item:last-child {padding-bottom:180px;}
    .history-list .logo-icon {margin: 0 0 0; left: 25px;position: sticky;top: calc(50svh + 40px);transform: none !important;}
    .history-list .default-line, .history-list .draw-line {left: 35px;}
	.history-list .default-line { overflow: hidden;}
	.history-list .draw-line {left: 0;}
    .history-item-content {max-width:100%; margin-bottom: 50px;}
    .history-item-content, .history-item:nth-child(even) .history-item-image {padding-right: 0;}
	.history-item:nth-child(even) .history-item-image-inner {margin-left: 0;}
    .history-item-image, .history-item:nth-child(even) .history-item-content {padding-left: 0;}
    .history-item-content-inner h2, .history-item-last h2 {font-size: 120px;}
    .history-item-content-inner {text-align: left; max-width: 100%;}
    .history-item-content-inner h2 {margin-bottom: 50px;}
    .history-item .history-item-content-inner .small-year { padding-left: 25px; padding-right: 0; }
    .history-item .history-item-content-inner .small-year:before { right: auto; left: 0; transform: rotate(0deg); }
    .history-item-content-inner .small-year {font-size: 10px; margin-bottom: 20px;}
    .history-item-content-inner .small-year:before {width: 11px; height: 7px;}
    .history-item-image { max-width: calc(100% - 43px);}
    .history-item-image .small-img {bottom: -90px; max-width: 244px; width: 100%; right: -60px !important; left: unset !important;}
    .history-item.in-view .history-item-content-inner h2::after {opacity: 1; height: 0;}
    .history-item-last {padding-top: 0; margin-top: -30px; padding-bottom: 75px;}
    .history-item-last-inner { padding: 50px 30px; }
    .history-item-last-content .small-year {font-size: 10px;}
    .history-item-last-content .small-year:before {width: 11px; height: 7px;}
    .history-item-last-content h3 { font-size: 32px; }
    .history-item-last-content p {margin-bottom: 40px;}


    .visitor-main {padding:75px 0 100px;}
    .visitor-filter {padding:45px 0 0 0;}
    .visitor-filter ul li {padding: 5px 7px;}
    .visitor-filter ul li a {font-size: 11px; padding:10px 12px;}
    .visitor-item:last-child {padding-bottom: 0;}
    .visitor-item-title {align-items: flex-start; flex-direction: column;}
    .visitor-item-icon { margin: 0 30px 30px 0; min-width: 30px; width: 30px;}
    .visitor-item-title {margin: 0 0 50px 0;}
    .visitor-item .action {align-items: flex-start; flex-direction: column; gap: 15px;}
    .visitor-colors ul li {padding: 8px 12px; font-size: 11px; margin:4px;}
    .visitor-colors { margin: 0 0 25px 0;}
    .visitor-right {display: none;}

    .event-landing { padding: 75px 0 100px; }
    .event-banner {padding: 200px 0 60px;}
    .event-banner .container {padding: 0 34px;}
    .event-banner-img {top: 6px; left: 6px; bottom: 6px; right: 6px;}
    .event-list-slider .event-list-img img {display: block;}
    .event-banner-content .sub-title {margin-bottom: 25px;}
    .event-landing-head {font-size: 24px; line-height: 1.4; letter-spacing: -0.24px;}
    .event-landing-head p {margin-bottom:20px;}
    .event-landing-nav {display: none;}
    .event-list-item {padding:50px 0;}
    .event-list-content, .event-list-slider {max-width: 100%;}
    .event-list-content {order: 2;}
    .event-list-slider {margin-bottom: 30px; order: 1;}
    .event-list-content p {margin-bottom:25px;}
    .event-list-content .button {margin-top:5px;}
    .event-list-item:nth-child(even) .event-list-content {padding-left: 0;}
    
    .event-grid-inner .event-list-item:nth-child(2n+1)::before { width: 100%!important;}
    .event-grid-inner .event-list-item::before { width: 100%!important; content: ""; background-color: #C1BEB8; position: absolute; left: 5px; bottom: 0; height: 1px;}
    
    .event-grid-inner .event-list-item {max-width: 100%;}
    .event-grid-inner .event-list-content {padding: 30px 20px 0;}
    .book-party-inner-right .gform-footer {bottom: -5px;}
    fieldset.gfield label {font-size: 10px;}
    fieldset.gfield label a {font-weight: 500;}
    .ginput_container_consent label {padding:0 0 0px 35px;}

    .news-head {padding:120px 0 0;}
    .news-banner-img {left: 6px; right: 6px; top: 0; bottom:0; }
	.blog .news-filter-nav {margin-bottom:10px;}
    .news-banner { padding:60px 34px;}
    .news-banner .container {padding: 0;}
    .news-banner .more-events-tag {margin: 0;}
    .news-filter .container {padding: 0;}
    .news-filter-search {max-width: 100%;  margin: 0 24px;}
    .news-filter-nav {margin-bottom:0; margin-top:30px; order: 2; margin-left:0; padding: 0 24px;}
	.news-filter-nav ul {width: 100%; flex-wrap: nowrap; white-space: nowrap;overflow: auto;}
	.news-filter-nav ul::-webkit-scrollbar-track {background-color:transparent;opacity:0;}
	.news-filter-nav ul::-webkit-scrollbar {height:0; opacity:0;}
    .news-filter-nav ul li {padding:9px 11px 7px; font-size:11px; margin-right: 10px;}
    .post-wrapper { padding-top: 10px; }
    .post-item {max-width:100%; padding: 40px 5px;}
    .post-item .post-item-content {padding-right: 0;}
    .newsletter-part-left {margin-bottom: 40px;}
    .newsletter-part-left h2 img {display: none;}
    .newsletter-part-inner { padding: 28px;}
    .newsletter-part-left h2 { font-size: 23px; margin-bottom: 20px;}
    .popular-post { padding: 75px 0; }
    .popular-post-right { padding-top: 0;}
    .popular-post-item {padding:30px 0;}
    .popular-post-item .category {font-size: 10px; margin-bottom: 15px;}
    .popular-post-item h3 {font-size: 18px;}

    .post-wrapper { padding-top: 44px; }
    .post-wrapper.without-sidebar .post-container {padding: 0 24px;}
    .post-detail-banner {padding:203px 0 60px;}
    .post-detail-banner .container {padding: 0 28px;}
    .post-wrapper .post-container {padding: 0 24px;}
    .author-info {gap:25px; margin-bottom: 0;} 
    .author-img img {width: 76px; height: 76px;}
    .author-label {font-size: 10px; letter-spacing: 1.5px; margin-bottom: 0;}
    .author-name { font-size: 15px; margin-bottom: 0; background-size: 7px; padding-right: 15px;}
    .author-role {font-size: 11px;}
    
    .post-wrapper-left .content-box {border-bottom: 1px solid #C1BEB8; display: block;}
    .post-wrapper-left .content-box .content-title {padding:25px 24px 25px 0; margin-bottom:0;font-family: var(--heading-font); font-size: 21px; letter-spacing: -0.21px; line-height: 1.4;}
    .post-wrapper-left .content-list {margin-bottom: 30px; display: none;}
    .post-wrapper-left .content-title {position: relative;}
    
    .post-wrapper-left .content-title span {position: absolute; right: 0; top: calc(50% - 8px); width: 17px; height: 17px; transition: all 0.5s;}
    .post-wrapper-left .content-title.active span {transform: rotate(45deg);}
    .post-wrapper-left .content-title span:before { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 1px; height: 100%; background-color: var(--body-color); }
    .post-wrapper-left .content-title span:after { content: ''; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 1px; background-color: var(--body-color); }
    .post-wrapper-left .content-list li {padding-left: 25px; margin-bottom: 15px; font-size: 15px;}
    .post-wrapper-left .content-list li::before {top: 4px;}
    .post-wrapper-left .content-list li::after {top: 8px;}

    .post-detail-banner-img { position: absolute; top: 6px; left: 6px; bottom: 6px; right: 6px; }
    .post-detail-banner-content h1 {font-size: 32px; margin-bottom: 35px;}
    .author-info {padding-bottom: 50px; }
    .default-section {padding:25px 0; font-size: 17px; letter-spacing: -0.17px; line-height: 1.5;}
    .default-section h2 {font-size: 28px; letter-spacing: -0.28px; margin-bottom: 40px;}
    figcaption {font-size: 10px; letter-spacing: 1.5; line-height: 1.3; margin-top: 15px;}
    figcaption:before {width: 12px;  height: 7px;}
    table {margin: 50px 0 0;}
    .post-wrapper-left .faq-item h3 {padding: 25px 24px 25px 0;}
    .default-section .event-list-slider .slick-arrow::after {top: 51%;}
    .default-section .event-list-slider {margin-bottom: 0;}
    .default-section blockquote {font-size: 24px; line-height: 1.4; letter-spacing: -0.24px; padding: 30px 0 30px 30px;}
    .post-banner-video .btn-play {padding: 15px 20px; left: 24px; bottom: 24px;}
    .post-container h2, .post-container h3, .post-container h4, .post-container h5, .post-container h6 {margin-bottom: 40px;}
    .single .newsletter-part {margin-top: 50px; margin-bottom: 25px;}
    .single .latest-header { margin-bottom: 40px; }
    .post-banner-video {margin-bottom: 25px;}

    table thead, table tbody td:first-child {display: none;}
    table tbody tr {padding: 0 0 24px; display: block;}
    table tbody tr:last-child {padding-bottom: 0;}
    table tbody td {display: block; position: relative; padding:105px 20px 20px; border-top: 0;}
    table tbody td:nth-child(2) {border-top: 1px solid var(--button-secondary-border);}
    table tbody td:before {content: attr(data-title); font-weight: 500; font-size: 15px; line-height: 1.3; letter-spacing: -0.15px; color: var(--body-color); background: var(--button-secondary-bg); position: absolute; left: 0; top: 0; right:0; padding: 20px; border-bottom: 1px solid var(--button-secondary-border);}
    table tbody td::after {content: attr(data-row); font-weight: 500; font-size: 15px; line-height: 1.3; letter-spacing: -0.15px; color: var(--body-color); position: absolute; left: 20px; top: 77px; right: 20px;}

    .logo-shape-team { left:63px; top: 50px; width: 130%; overflow: hidden;}
	.logo-shape-team img {left: 10px;position: relative;}
    .team-item-content h3 {font-size: 20px;}
    .team-detail-left { max-width: 210px;}
    .team-detail-right {margin-top: 30px;}
    .team-detail-right h1 {margin: 0 0 30px;}
    .team-detail-right .sub-title {font-size: 15px;}
    .team-detail-right .button { margin-bottom: 60px; }
    .team-short-desc { font-size: 15px; letter-spacing: -0.15px;}
    hr { margin: 30px 0;}
    .back-to-team {padding-top: 40px; margin-top: 40px;}

    .event-space.with-shape .featured-shape {width: 140px; top: -20px;}
    .featured-highlights.event-space.with-shape {padding-bottom: 0;}
    .event-space .featured-highlights-content {padding: 0 10px;}
    .event-space .featured-highlights-item {margin-top: 0;}
    .event-space .featured-highlights-icon {max-width:30px; width: 100%; margin: 0 auto 20px;}
    .event-space .featured-highlights-content h3 { font-size: 15px;}
    
    .event-space-content .container {padding:0 34px;}
    .event-space-banner {padding:6px;}
    .small-title-with-icon {margin-bottom: 30px;}
    .event-space-content-left p {margin-top: 30px;}
    .event-space-content-right {margin-top: 40px;}

    .type-gallery-item { padding: 0 3px;}
    .type-gallery-item img {height: 375px;}

    .featured-highlights-item {max-width: 100%; margin-top: 50px; padding: 0;}
    .featured-highlights-item:first-child {margin-top: 0;}
    .featured-highlights-image { margin-bottom: 30px;}
    .featured-highlights-icon, .featured-highlights-content h3 {margin-bottom: 25px;}
    .featured-highlights-icon {max-width: 30px; width: 100%; margin-left: auto; margin-right: auto;}
    .featured-highlights-content { padding: 0; font-size: 14px;}
    .featured-highlights-content p {margin-bottom: 20px;}
    .featured-highlights-content .btn-arrow {width: 28px; height: 20px; padding: 0 10px;}

    .global-image-text-scroll-jack-content h3 {margin-bottom: 35px;}
    .global-image-text-scroll-jack-content .global-cta {margin-top:35px;}
    
    .tile-grid-item-content {padding: 30px;}

    .columns-three .tile-grid-item-content .btn-arrow {width: 28px; height: 20px; padding: 0 10px;}

    .wellness-packages-content h2 { font-size: 28px; margin-bottom: 40px;}
    .wellness-packages-content p { margin: 0 0 25px;}
    .wellness-packages-content .action-part {padding: 0;}
    .button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"], .wp-block-button__link {font-size: 14px;}
    
    .bg-slider-for, .content-slider-nav {height:calc(70svh - 20px);}
    .slider-action > * { margin: 0 5px; }
    .content-slider-counter {padding:7px 12px 6px; gap: 9px; font-size: 11px;}
    .content-slider-counter .line {width: 41px;}
    .slider-play-pause {padding: 8px 13px;}
    .slider-play-pause span {width: 8px;}

    .content-slider-nav .slick-list {padding:0!important;}
    .content-slider-item h2 {font-size:28px; line-height: 1.1;}
    .content-slider-content {padding:0 30px;}
    .content-slider-icon {margin:0 auto 40px;}

    .outdoor-venue-left {display: none!important;}
    .outdoor-venue-right {padding-top: 0;}
    .outdoor-venue-right h2 {line-height: 1;}
    .outdoor-venue-right {font-size: 15px; line-height: 1.3;}
    .outdoor-venue-right .faq-item-content {font-size: 15px; line-height: 1.3;}
    .outdoor-venue-right .faq-item h3 {font-size: 21px; padding-right: 24px;}
    .outdoor-venue-right .faq-item h3 span {top: 30px;}

    .summer-event-head p { margin-bottom: 35px; }
    .summer-event-head h2 {margin-bottom: 40px;}
    .summer-event-nav ul li {font-size: 11px; letter-spacing: -0.11px; padding:7px 12px 5px; margin: 10px 10px 0 0;}
    .summer-event-nav ul li:last-child {margin-right: 0;}

    .summer-event-content h4 {font-size: 13px;}
    .summer-event-content h4::before {width: 22px; height: 22px;}
    .summer-event-content h4::after {top: 8px; width: 7px; height: 4px;}
    .summer-events-prev, .summer-events-next, .global-tab-prev, .global-tab-next {width: 52px; height: 40px;}
	.summer-event-inner {margin:40px 0 0 0;}
    .summer-event-item { padding:0 0 0; flex-direction: column;align-items: flex-start;justify-content: flex-start;}
    .summer-event-shape {display: none!important;}
	.summer-event-image-or-video {padding: 100% 0 0 0; height:auto; top:0; position:relative;}
    .summer-event-image-or-video .full-bleed.top {height: calc(60% - 3px); position: absolute; top: 0; left: 0;}
    .summer-event-image-or-video .full-bleed.bottom { height: calc(40% - 3px); margin-top:6px; position: absolute;  bottom: 0;}
    .summer-event-image-or-video .half-bleed {max-width: calc(50% - 3px);}
    .summer-event-content {margin-top: 6px; height:auto;}
    .summer-event-content { padding: 28px; flex: 1;}
    .summer-event-content h3 {font-size: 28px;}
    .summer-event-people { font-size: 10px; letter-spacing: 1.5px; line-height: 1; }
    .summer-event-people:after { margin: 25px 0;}
    .summer-event-content p {margin-bottom: 25px;}
    .summer-event-content .button { margin-top:20px; }
    .testimonials-logo {margin: 0 auto 45px auto; max-width: 120px;}
    .centermode-slider-content { padding: 75px 30px; font-size: 18px;}
    .pause-refuel {padding: 50px 0;}
    .pause-refuel h2 {margin: 0 0 50px 0;}
    .pause-refuel-content {padding:50px 0 0 0;}
    .pause-refuel-content .button { margin-top: 20px; }

    .book-party-inner-right {padding: 28px;}
    .ginput_container_consent {display: flex; align-items: center;}
    .gfield--width-half { width: 100%;}
    .gfield {margin: 0 0 18px 0;}
    .gfield .gfield_label { margin: 0 0 10px 0; font-size: 10px; line-height: 1.7;}
    fieldset.gfield label a {font-size: 10px; display: block; font-size: 10px;}

    .book-party-content { padding:28px;}
    .button-transparent {font-size: 15px;}
    .book-party-info .button-transparent { margin-bottom: 15px; }
    .book-party-info h2 {margin-bottom:25px;}
    .centermode-slider-item.slick-slide {margin: 0 3px;}
    .centermode-slider .slick-list { padding: 0 30px !important; }
    .centermode-slider-item { height: 35svh; }

    .more-events { padding: 50px 0 75px; }
    .more-events-heading {margin-bottom: 50px;}
    .more-events-item {height: 50vh;}
    .more-events-prev, .more-events-next {display: none!important;}
    .more-events-heading h2 {max-width: calc(100% - 100px); opacity: 1;}
    .more-events-controls .more-events { margin-right: 0; margin-bottom: 5px;}
    .more-events-content {transform: translateY(0);}
    .more-events-content h3 {font-size: 24px; line-height: 1.4; letter-spacing: -0.24px; margin: 0 0 15px 0;}
    .more-events-tag {font-size: 10px; letter-spacing: 1.5px; margin: 0 -11px;}
    .more-events-tag span { padding: 0 9px;}
    .more-events-content .btn-arrow {margin: 0 auto 20px; width: 42px; height: 30px; opacity: 1;}
    .more-events-content .more-events-tag {opacity: 1;}
	.centermode-slider-content .more-events-tag a {font-size: 10px;margin-left: 10px; letter-spacing: 1.5px;}
	.centermode-slider-content .more-events-tag > span:first-child {padding-left:7px !important;}
	.centermode-slider-content .more-events-tag a:before {left: -11px;}
    .more-events-item:hover .more-events-item-bg {transform: scale(1);}

    .costomize-image {padding:3px;}
    .costomize-image-item {margin: 3px;}

    .privacy-banner .containre {padding: 0 34px;}
    .privacy-banner-img {top: 6px; left: 6px; bottom: 6px; right: 6px; }

    .footer-section {padding: 6px;}
    .site-footer {padding: 28px 0;}
    .site-footer .container {padding:0 28px;}
	.slider-play-pause {height:27px;}
	.centermode-slider-content {padding: 75px 15px;}
	
	.post-item .post-item-image .btn-arrow {opacity:0 !important;}
	.post-item .post-item-image > img {transform: scale(1) !important;}
	.popular-post-item .category span:before {    top: calc(50% - 2px);}
	.corporate-banner .brand-slider-item img {height:60px; }
	.corporate-content {padding:0 15px;}
	
}
@media screen and (max-width:575px) {
	.cky-consent-container {bottom: 16px !important;right: 0 !important;margin: 0 auto;left: 0;max-width: calc(100% - 30px) !important; width: calc(100% - 30px) !important;}
	.cky-consent-container .cky-consent-bar {padding:24px !important;}
	.cky-notice-des {text-align:center;font-size:14px !important; line-height:18px !important;}
	.cky-notice-btn-wrapper {flex-direction: column-reverse;}
	.cky-btn {flex: none !important;padding: 11px 30px !important;border-radius: 30px !important;font-size: 14px !important;line-height: 16px !important;opacity: 1 !important;width: 100%;}
	.cky-btn.cky-btn-customize {margin: 12px 0 0 0 !important;}
	.cky-btn.cky-btn-reject {margin:12px 0 0 0 !important;}
}
@media screen and (max-width:380px) {
	.booking-banner {font-size: 3.1vw;}
	.booking-banner a {font-size: 3.75vw;}
}
@media screen and (max-width:360px) {
  .summer-event-content {padding: 25px;}
  .h-scroll-content {padding: 0 20px;}
  .book-space-content .action-part a:first-child {margin-right: 8px;}
	.licensed-content .action-part .button {padding: 11px 17px;}
	.more-events-tag {letter-spacing: 1px;}
	.more-events-tag a {letter-spacing: 1px;}
}