html {
    scroll-behavior: smooth;
}

body {
    font-size: 16px;
    background-color: #f5f0e6;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

:root {
    --color-text: #1a1a1a;
    --color-text-alt: #f9f7ef;
    --color-dark-grey: #1a1a1a;
    --color-tulum: #1a1a1a;
    --color-tulum-light: #333;
    --color-background: #f9f7ef;
    --color-white: #f9f7ef;
    --color-warm-grey: #21211c;
    --color-grey: #bab5ab;
    --color-disabled-grey: #bab5ab;
    --color-soft-chino: #c0bbae;
    --color-workshop: #e2dacc;
    --color-warm-sand: #cb967c;
    --color-ritual: #d3d3c5;
    --color-sahara-hue: #c1a887;
    --color-olive-green: #23301a;
    --color-error: #f74d0e;
    --color-blurry-bg: hsla(0, 0%, 100%, .502);
    --color-special-brown: #867f79;
    --color-tulum-brown: #22211a;
    --color-black: #1a1a1a;
}

/* Apply the font-family globally */
@font-face {
    font-family: 'Futura';
    src: url('/assets/Futura/FuturaCyrillicLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('/assets/Futura/FuturaCyrillicMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Tan Aegean';
    src: url('/assets/TanAegean/TANAEGEAN-Regular.ttf') format('truetype'),
         url('/assets/TanAegean/TANAEGEAN-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Tan Aegean', serif !important;
}

body, p, span, li, a, input, textarea, button {
    font-family: 'Futura', Arial, sans-serif !important;
}



/* h1,h2,h3,h4,h5,h6 {
    font-family: 'Playfair Display', serif !important;
}

body,p,span,li,a,input,textarea,button {
    font-family: 'Fira Sans', Arial, sans-serif !important;
} */





/* .page-subtitle,
.reserve-btn {
    font-family: 'Futura', Arial, sans-serif !important;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

#topheader {
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.7s ease;
    width: 100vw;
    z-index: 101;
    backdrop-filter: blur(10px);
}

nav {
    text-align: left;
    font-weight: 400;
}

nav>ul {
    list-style-type: none;
    margin: 7px 0 0 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    float: right;
}

nav>ul>li {
    margin: 0 15px;
    display: inline-block;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
}

nav a:hover,
.nav-submenu-x1 li a:hover {
    color: #007BFF;
}

.container {
    max-width: 1800px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
}

.nav-trigger {
    position: relative;
    padding-right: 20px;
    background: 0 0;
}

.nav-trigger:before {
    top: 0px;
    content: '';
    position: absolute;
    right: 0;
    height: 0;
    border: 5px solid transparent;
    -webkit-transform: translateY(75%) rotate(0);
    -ms-transform: translateY(75%) rotate(0);
    transform: translateY(75%) rotate(0);
    z-index: 1;
    border-top-color: #fff;
}

.nav-trigger.active:after {
    content: attr(data-title);
    background: #181818;
    padding: 16px;
}

.nav-trigger.active span {
    display: none;
}

html.noscroll body:after {
    opacity: 1;
    transition: all 0.7s ease;
    z-index: 98;
}

.noscroll #noscroll-mask {
    visibility: visible;
    opacity: 1;
    transition: all 0.7s ease;
    z-index: 98;
}

#noscroll-mask {
    visibility: hidden;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .8); */
    opacity: 0;
    transition: all 0.7s ease;
    z-index: -99;
}

#logo-link {
    width: 64px;
    left: calc(50% - 32px);
    position: absolute;
    display: inline-block;
    margin-top: 3px;
    transition: all 0.7s ease;
}

/* #logo-link img.light-theme-logo {
    display: block;
}

#logo-link img.dark-theme-logo {
    display: none;
} */

#logo-link span {
    vertical-align: top;
    margin-top: 7px;
    display: inline-block;
}

#logo-link:hover span {
    color: #fff;
}


/* burger menu */
main a {
    text-decoration: none;
    color: #000;
}


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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: 1.2;
}

main {
    padding-top: 90px;
    min-height: 500px;
}

.error-page h2 {
    border-bottom: 2px solid #181818;
    ;
    margin-bottom: 20px;
}

footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-top ul li {
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    margin: 0;
}

.footer-top ul li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: -4px;
    width: 2px;
    background-color: #fff;
}

.page-title {
    border-bottom: 3px solid #181818;
    margin-bottom: 20px;
}

.simple-html {
    max-width: 800px;
}

/*side widgets*/
.widget {
    margin-bottom: 40px;
}

.widget-title {
    margin-bottom: 10px;
    font-size: 20px;
    text-align: left;
}

section {
    /* padding: 70px 0; */
}

section header {
    border-top: 1px solid var(--color-grey);

    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
    border-bottom: none;
    width: 100%;
}

section header h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}

.section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #3e0e89;
    font-size: 24px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.widget-title:after,
.widget-title:before {
    width: 20px;
}

.section-title:before {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.section-title span {
    padding: 0 10px;
}

.section-title:after,
.section-title:before {
    content: "";
    height: 6px;
    background: #000;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
}

.widget-exchange-rate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget figure {
    margin: 0;
    display: block;
}

.widget img {
    max-width: 100%;
    ;
}

.widget-element {
    margin-bottom: 20px;
}

.text-underline {
    text-decoration: underline;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.articles-details .article-thumbnail {
    width: 100%;
    max-height: 800px;
}

.articles-details .page-title {
    border-bottom: none;
}

.article-content p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 15px;
}

.articles-details .article-content {
    padding: 0;
    margin-top: 20px;
}

.has-validation-errors input,
.has-validation-errors select,
.has-validation-errors textarea {
    border: 2px solid red !important;
    outline: none;
}

.invalid-feedback {
    color: #ff0000;
    font-size: 13px;
}

#burger-menu {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    transition: none;
    float: left;
    position: relative;
    margin-top: 13px;
}

#burger-menu span,
#burger-menu:after,
#burger-menu:before {
    background: #fff;
}

#burger-menu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 20px auto;
    opacity: 1;
    transition: opacity 0s .2s linear;
}

#burger-menu:after,
#burger-menu:before {
    content: '';
    position: absolute;
    left: 7px;
    width: 26px;
    height: 2px;
    padding: 0;
    border: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: transform .2s linear, top .2s .2s linear;
}

#burger-menu:after {
    bottom: 11px;
}

#burger-menu:before {
    top: 13px;
}

#burger-menu.active:before {
    top: 19px;
    left: 10px;
    transform: rotate(45deg);
    transition: transform .2s .2s linear, top .2s linear;
}

#burger-menu.active:after {
    content: '';
    top: auto;
    bottom: 19px;
    left: 10px;
    height: 2px;
    padding: 0;
    transform: rotate(-45deg);
    transition: bottom .2s linear, -webkit-transform .2s .2s linear;
}

#burger-menu.active span {
    visibility: none;
    height: 0;
    opacity: 0;
}

#menu-container {
    transition: all 0.7s ease;
    opacity: 0;
    visibility: visible;
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .95);
    height: 0;
    overflow: hidden;
}

#menu-container ul {
    padding: 0;
    margin: 0 auto;
}

#menu-container li {
    display: block;
    font-size: 16px;
    letter-spacing: 1.44px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #bab5ab;
    cursor: pointer;
    display: block;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-top: 25px;
    font-weight: 100;
    color: #ccc;
}

#menu-container li a {
    color: inherit;
    font-weight: 500;
}

#burger-menu.active+#menu-container {
    opacity: 1;
    height: calc(100vh - 70px);
}

#language-toggle {
    display: inline-block;
    margin-top: 22px;
    margin-left: 8px;
    color: #fff;
}

#language-toggle a {
    padding: 2px;
    display: inline-block;
    color: inherit;
    position: relative;
}

#language-toggle a.active:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 3px;
    right: 3px;
    height: 2px;
    background-color: #fff;
}

#reserve-expericence-btn {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    padding: 5px 4px;
    margin-top: 12px;
    float: right;
    font-size: 14px;
    letter-spacing: .6px;
}

/* colors */
#topheader {
    background-color: #fff;
    border-color: #ddd;
    box-shadow: -1px 1px 5px #00000021;
}

#topheader #language-toggle a.active:after {
    background-color: #000;
}

#topheader #language-toggle,
#topheader #reserve-expericence-btn {
    color: #000;
    border-color: #000;
}

#topheader #burger-menu span,
#topheader #burger-menu:after,
#topheader #burger-menu:before {
    background: #000;
}

#topheader.transparent {
    background-color: transparent;
    border-color: transparent;
    backdrop-filter: none;
    box-shadow: none;
}

#topheader.transparent #language-toggle a.active:after {
    background-color: #fff;
}

#topheader.transparent #language-toggle,
#topheader.transparent #reserve-expericence-btn {
    color: #fff;
    border-color: #fff;
}

#topheader.transparent #burger-menu span,
#topheader.transparent #burger-menu:after,
#topheader.transparent #burger-menu:before {
    background: #fff;
}

#topheader.transparent #logo-link img.light-theme-logo {
    display: none;
}

#topheader.transparent #logo-link img.dark-theme-logo {
    display: block;
}

#topheader.big {
    height: 100px;
}

#topheader.big #menu-container {
    top: 100px;
}

#topheader.big #burger-menu,
#topheader.big #reserve-expericence-btn {
    margin-top: 25px;
}

#logo-link img {
    width: 100%;
}

#topheader.big #logo-link {
    display: inline-block;
    margin-top: 5px;
    width: 90px;
    left: calc(50% - 45px);
}

#topheader.big #language-toggle {
    margin-top: 34px;
}


.footer {
    background-color: #111;
    color: #eee;
}

.footer-left,
.footer-right {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 40px 0;
}

.footer-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.footer-left p {
    margin: 10px 0;
    max-width: 400px;
}

.footer-right {
    font-weight: 600;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-links-group {
    width: 200px;
    margin: 0;
    padding: 40px 0;
    float: right;
}

.footer-links-group li {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-social a {
    color: #eee;
    text-decoration: none;
    font-weight: 600;
    margin-right: 10px;
}

.footer-copy {
    color: #999;
    font-size: 13px;
    margin-top: 10px;
    min-width: 10px;
}


/* CSS INITIALLY DEFINED IN HOMEPAGE */

.glider-slide {
    max-height: 500px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.glider-dots {
    margin: 20px auto;
}

.glider-slide a {
    display: inline-block;
}

.glider-slide img {
    aspect-ratio: 3 / 2;
    width: 100%;
    object-fit: cover;
}

.glider-slide .text {
    position: absolute;
    top: 45%;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 24px;
}

img {
    width: 100%;
}

/* join the community */
.newsletter-section {
    padding: 80px 20px;
    text-align: center;
}

.newsletter-title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 16px;
}

.newsletter-text {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.checkbox-group {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.checkbox-group label {
    letter-spacing: 1px;
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.inline-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.form-field {
    flex: 1 1 300px;
    min-width: 250px;
    max-width: 350px;
    position: relative;
}

.gdpr {
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: #111;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.button {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    padding: 10px 24px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.button:hover {
    background: #000;
    color: #fff;
}

.required-tag {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #888;
    text-align: center;
}

.checkbox-group input[type="checkbox"] {
    accent-color: black;
    transform: scale(1.2);
    cursor: pointer;
}

.form-field input[type="text"],
.form-field input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
    background: transparent;
    padding: 12px 4px;
    font-size: 1rem;
    text-align: center;
}

.form-field input::placeholder {
    color: #000;
    font-weight: 500;
}

.gdpr input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
    accent-color: black;
    cursor: pointer;
}

/* events cards */
.upcoming-section {
    padding: 60px 20px;
    color: #000;
}

.upcoming-container {
    max-width: 1000px;
    margin: 0 auto;
}

.upcoming-title h2 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    /* border-bottom: 1px solid gray; */
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.event-card {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    gap: 30px;
    margin-bottom: 40px;
    align-items: center;
}

.event-image img {
    width: 300px;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
}

.event-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.event-date {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.event-date .day {
    font-size: 32px;
    font-weight: bold;
    margin-right: 10px;
}

.event-date .month-day {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
}

.event-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 1;
    gap: 30px;
}

.event-info {
    flex: 1;
}

.event-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-time {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.reserve-btn {
    padding: 10px 20px;
    border: 1px solid #000;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    transition: 0.3s;
}

.reserve-btn:hover {
    background: #000;
    color: #fff;
}


/*forms*/

main section:first-of-type {
    color: #222;
    padding: 130px 20px 100px 20px;
}

form input[type="text"],
form input[type="date"],
form input[type="number"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
    padding: 5px;
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #000;
    width: 100%;
    box-sizing: border-box;
}

form textarea {
    resize: vertical;
    height: 120px;
    border: 1px solid #000;
}

.col-md-12 {
    width: 100%;
    padding: 0 10px;
}

.col-md-6 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.mb-3 {
    margin-bottom: 25px;
}


@media (max-width: 1000px) {
    .col-md-6 {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }

    .container {
        padding: 0 10px;
    }
}


@media(max-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }

    #hiro-experience h1 {
        font-size: 2.5rem;
    }

    #hiro-experience .page-subtitle {
        font-size: 1.2rem;
    }

    .event-card {
        flex-direction: column;
        align-items: stretch;
    }

    .event-details {
        flex-direction: column;
        gap: 10px;
    }

    .event-image {
        width: 100%;
    }

    .event-image img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .event-title {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    footer {
        padding: 40px 0;
    }

    .footer-left,
    .footer-links-group {
        float: none;
        width: 100%;
        padding: 20px 0;
    }

    #burger-menu {
        margin-top: 20px;
    }

    footer .footer-bottom {
        margin-top: 10px
    }

    .footer-top ul li {
        display: block;
    }

    .footer-top ul li:not(:last-child):after {
        display: none;
    }
}
#pge-ct{
    margin-left: auto; margin-right: auto; padding-left: 2rem; padding-right: 2rem;
}
@media (max-width: 700px) {
    #pge-ct{
        margin-left: auto; margin-right: auto;
        padding: 0 10px;
    }
    main section:first-of-type {
        color: #222;
        padding: 130px 20px 0 20px;
    }
}
#eatapp-widget{
    position: fixed !important
}