:root {
    /* Colors */
    --primary: #d7c5b7;
    --primary-low-opacity: #d7c5b7b0;
    --secondary: #15487E;
    --secondary-darker: #1B3D62;
    --secondary-low-opacity: #15487E20;
    --white: #FFFFFF;
    --black: #202020;
    --black-border: #232323;
    --black-border-low-opacity: #23232350;
    --dark-background: #111111;
    --body-bg-color: #F3F3F0;
    --creme: #f1f0e9;

    /* Fonts */
    --header-font: "Ubuntu Sans", sans-serif;
    --body-font: "Open Sans", sans-serif;
    --button-font: "Roboto Condensed", sans-serif;

    /* Line Height */
    --p-line-height: 1.6;

    /* Font Weights */
    --black-bold: 900;
    --extra-bold: 800;
    --bold: 700;
    --semi-bold: 600;
    --medium: 500;
    --regular: 400;
    --light: 300;
    --extra-light: 200;
    --thin: 100;

    /* Font Size*/
    --title-xxl: 80px;
    --title-xl: 56px;
    --title-overlay-menu: 50px;
    --title-xl-smaller: 48px;
    --title-l: 36px;
    --title-m: 32px;
    --title-small: 30px;
    --body-l: 26px;
    --body: 18px;
    --small: 16px;
    --footer-links: 15px;
    --icon-with-text: 14px;
    --navigation: 14px;
    --extra-small: 12px;

    /* Shadow */
    --box-shadow: 0 8px 20px rgba(0,0,0,0.1);

    /* Widths and Paddings */
    --content-padding: 0 300px;
    --navigation-padding: 0 20px;

    /* Radial Gradient */
    --radial-gradient: radial-gradient(transparent 0%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 1) 100%);
}
@media (max-width: 1600px) {
    :root {
        --content-padding: 0 60px;
    }
}
@media (max-width: 992px) {
    :root {
        --title-xxl: 60px;
        --title-xl: 50px;
        --title-xl-smaller: 40px;
        --title-l: 30px;
        --title-m: 26px;
        --title-overlay-menu: 30px;
        --body: 16px;
        --extra-small: 10px;
    }
}
@media (max-width: 576px) {
    :root {
        --title-xxl: 50px;
        --title-xl: 35px;
        --title-xl-smaller: 30px;
        --title-l: 26px;
        --title-m: 20px;
        --content-padding: 10px;
    }
}
/* General */
body.no-hero {
    padding-top: 100px;
}
button:focus,
a:focus,
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content ul {
    list-style: disc;
    font-weight: var(--light);
    padding-left: 1.2rem;
}
.content ul li {
    margin-bottom: 1rem;
}
.content ul li::marker {
    color: var(--secondary);
}
.content .time {
    list-style: none;
    margin: 0;
    padding: 0;
}
.content .time li {
    position: relative;
    margin: 0 0 10px 0;
    padding-left: 28px;
}
.content .time li::before {
    content: "";
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    /*background: no-repeat center / contain url("/media/4m1bdpsd/clock-0900-svgrepo-com.svg");*/
}
a {
    all: unset;
    cursor: pointer;
}
.margin-top {
    margin-top: 100px;
}
.px-content {
    padding: var(--content-padding);
}
.icon img {
    max-width: 56px;
    max-height: 56px;
}
.icon-with-text img {
    max-width: 25px;
    max-height: 25px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: var(--body-bg-color); 
}
::-webkit-scrollbar-thumb {
    background: var(--secondary); 
}
::-webkit-scrollbar-thumb:hover {
    background: var(--secondary-darker); 
}
.toTop {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    border: 2px solid var(--secondary);
    width: 50px;
    height: 50px;
    bottom: 70px;
    right: 30px;
    z-index: 10;
    background-color: transparent;
    color: var(--secondary);
    transition: all .3s ease;
}
.toTop:hover {
    background-color: var(--secondary);
    color: var(--white);
}
.breadcrumb {
    position: absolute;
    bottom: -70px;
    left: 50px;
    text-transform: uppercase;
    word-spacing: 1.1px;
    line-height: 1.6;
    color: var(--secondary);
    font-size: 13px;
    font-weight: var(--medium);
}
.breadcrumb a {
    color: var(--primary);
    transition: color .3s ease;
}
.breadcrumb a:hover {
    color: var(--secondary);
}
body.no-hero .breadcrumb{
    bottom: initial;
}
.breadcrumb li a::after {
    content: "/ ";
    color: var(--secondary);
}
html {
    scroll-behavior: smooth;
}
@media (max-width: 768px){
    .margin-top {
    margin-top: 50px;
}
}
@media (max-width: 576px) {
    .toTop {
        width: 35px;
        height: 35px;
        bottom: 5px;
        right: 5px;
    }
}
/* Typography */
body {
    font-size: var(--body);
    font-family: var(--body-font);
    background-color: var(--body-bg-color);
    overflow-x: hidden;
}
body.light-background {
    background-color: var(--white);
}
h1, .h1, h2, .h2, h3, .h3 h4, h5, .h5, h6, .h6 {
    font-family: var(--header-font);
} 
h1, .h1 {
    font-size: var(--title-xxl);
}
h2, .h2 {
    font-size: var(--title-xl);
    font-weight: var(--regular);
}
.serviceSection h2, .footerNewsletter h2 {
    font-size: var(--title-xl-smaller);
}
h3, .h3{
    font-size: var(--title-l);
    font-weight: var(--regular);
}
h4 {
    font-size: var(--title-m);
    font-weight: var(--regular);
}
h5, .h5 {
    font-size: var(--title-small);
    font-weight: var(--regular);
}
h6, .h6{
    font-size: var(--body);
    font-weight: var(--regular);
}
.contactGrid .contactItem h6 {
    font-size: var(--body-l);
}
p {
    line-height: var(--p-line-height);
    font-weight: var(--light);
}
/* Buttons */
.outline-btn-white {
    color: var(--white);
    font-family: var(--button-font);
    font-weight: var(--medium);
    border: 1px solid var(--white);
    padding: 8px 24px;
    transition: all .3s ease;
}
.outline-btn-white:hover {
    color: var(--black);
    background-color: var(--white);
}
.filled-button-secondary {
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
    color: var(--white);
    padding: 8px 24px;
    width: 100%;
    font-family: var(--button-font);
    font-weight: var(--medium);
    transition: all .3s ease;
    max-width: fit-content;
    max-height: fit-content;
    align-self: flex-end;
}
.filled-button-secondary:hover {
    background-color: var(--secondary-darker);
    border: 1px solid var(--secondary-darker);
}
.filled-button-secondary.loyalty {
    border: 1px solid var(--secondary);
    background-color: var(--secondary);
    filter: saturate(0.7) brightness(0.95);
    transition: filter 0.3s ease;
}
.filled-button-secondary.loyalty:hover {
    filter: none;
}
.filled-button-secondary.withFlight {
    font-size: 0px;
    transition: font-size .2s linear;
}
.filled-button-secondary.withFlight:hover {
    font-size: var(--small);
}
.filled-button-secondary.withFlight:hover img {
    margin-right: 8px;
}
.carouselWithGradient .buttons .custom-button-prev,
.carouselWithGradient .buttons .custom-button-next{
    position: absolute;
    top: 50%;
    z-index: 1;
}
.circle {
    width: 60px;
    height: 60px;
    background-color: var(--white);
    border-radius: 50%;
    position: relative;
    box-shadow:  1px 1px rgba(0, 0, 0, 0.1);
}
.custom-button-next {
    right: 300px;
    transform: translate(50%, -50%);
    transition: opacity .3s ease;
}
.custom-button-prev {
    transform: translate(-50%, -50%);
    transition: opacity .3s ease;
}
.custom-button-next .circle::after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.custom-button-prev .circle::after {
    content: "<";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.underline-button {
    font-family: var(--button-font);
    font-weight: var(--medium);
    color: var(--secondary);
    display: inline-flex;
    position: relative;
    line-height: 1.1;
}
.underline-button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--secondary);
    transition: width .3s ease;
}
.underline-button:hover::before {
    width: 0;
}
.underline-button::after {
    content: ">";
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translate(-50%, -50%);
    transition: left .3s ease;
}
.underline-button:hover::after {
    left: 115%;
}
.swiper-button-next,
.swiper-button-prev {
    color: var(--white);
    opacity: 0.4;
    transition: opacity .3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}
.filter {
    color: var(--secondary);
    position: relative;
    font-size: var(--body-l);
}
.filter::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    bottom:0;
    left:0;
    background-color: var(--secondary);
    transition: width .3s ease;
}
.filter:hover::after {
    width: 100%;
}
.filter.active::after {
    width: 100%;
}
@media (max-width: 1600px) {
    .custom-button-next {
        right: 40px;
    }
    .custom-button-prev {
        left: 40px;
    }
}
@media (max-width: 992px) {
    .filled-button-secondary {
        padding: 5px 15px;
        font-size: var(--small);
    }
}
@media (max-width: 768px) {
    .filled-button-secondary {
        align-self: center;
    }
}
@media (max-width: 576px) {
    .circle {
        width: 40px;
        height: 40px;
    }
}
/* Navigation */
#mainNav {
    border-bottom: 1px solid var(--white);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    padding: var(--navigation-padding);
    max-height: 100px;
    color: var(--white);
    transition: all .3s ease;
}
#mainNav.scrolled {
    background-color: var(--creme);
    border-bottom: none;
    box-shadow: var(--box-shadow);
    max-height: 80px;
}
#mainNav .filled-button-secondary {
    align-self: center;
}
.navigationLinks {
    display: flex;
    font-size: var(--navigation);
    gap: 20px;
    flex: 1;
    text-transform: uppercase;
}
.burgerContainer {
    display: flex;
    align-items: center;
}
.burgerMenuButton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.burgerMenuButton span {
    width: 35px;
    height: 2px;
    background-color: var(--white);
}
.navigationLinks ul {
    display: flex;
    align-items: center;
    gap: 12px;
}
.navigationLinks ul li a {
    position: relative;
    font-weight: var(--medium);
}
.navigationLinks ul li a::after {
    content: '';
    position: absolute;
    width:0%;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: var(--white);
    transition: width .3s ease;
}
.navigationLinks ul li a.active::after,
.navigationLinks ul li a:hover::after {
    width: 100%;
}
#mainNav.scrolled .burgerMenuButton span,
#mainNav.scrolled .navigationLinks ul li a::after{
    background-color: var(--secondary);
}
#mainNav.scrolled .navigationLinks ul li a{
    color: var(--secondary);
}
.extraInfo {
    display: flex;
    font-size: var(--small);
    align-items: center;
    gap: 12px;
    flex: 1;
    justify-content: flex-end;
}
.extraInfo .collapse.navbar-collapse {
    max-width: fit-content;
}
.logo {
    flex: 0 0 auto;
    max-width: 150px;
    max-height: 100px;
}
.logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
#mainNav.scrolled .logo img{
    filter: none;
}
.languagePicker {
    position: relative;
    cursor: pointer;
}
#mainNav.scrolled .languagePicker {
    color: var(--secondary);
}
.languagePicker .otherLanguages{
    opacity: 0;
    pointer-events: none;
    background-color: var(--primary);
    color: var(--secondary);
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity .3s ease;
}
.languagePicker:hover .otherLanguages{
    opacity: 1;
    pointer-events: all;
}
#overlayMenu {
    color: var(--white);
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 10000;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}
#overlayMenu.open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}
#overlayMenu.open::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--secondary);
    z-index: 0;
}
.overlayUpper {
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    padding: 40px 20px;
    width: 100%;
    z-index: 2;
    background-color: var(--secondary);
}
.closeOverlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 11px;
    position: relative;
    width: 35px;
    height: 30px;
}
.closeOverlay span {
    width: 35px;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.closeOverlay span:first-of-type {
    transform: translate(-50%, -50%) rotate(30deg);
}
.closeOverlay span:last-of-type {
    transform: translate(-50%, -50%) rotate(-30deg);
}
.overlay-menu-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 80px 20px 20px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.overlay-menu-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.overlay-level-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.overlay-level-1-item {
    margin-bottom: 10px;
}
.overlay-link {
    display: block;
    text-decoration: none;
    color: var(--white);
    opacity: 1;
    transition: opacity .3s ease;
}
.overlay-link:hover {
    opacity: .7;
}
.parent-link {
    font-size: var(--body);
    width: 100%;
    text-transform: uppercase;
    font-weight: var(--semi-bold);
}
.child-link,
.grandchild-link {
    font-size: var(--body);
    font-weight: var(--semi-bold);
    text-transform: uppercase;
}
.child-menu-list,
.grandchild-menu-list {
    list-style: none;
    margin: 5px 0 0;
    padding: 0 0 0 20px;
}
.contact-info {
    z-index: 1;
    margin: 0 auto;
    border-top: 1px solid var(--white);
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
    padding: 20px;
}
.overlay-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.overlay-toggle {
    background: none;
    border: none;
    padding: 4px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--white);
}
.overlay-toggle svg {
    transition: transform .2s ease;
}
.overlay-level-1-item.expanded > .overlay-item-row .overlay-toggle svg,
.overlay-level-2-item.expanded > .overlay-item-row .overlay-toggle svg {
    transform: rotate(180deg);
}
@media (min-width: 992px) {
    .overlay-toggle {
        display: none;
    }
    .overlay-menu-wrapper {
        flex-direction: row;
        align-items: flex-start;
        padding: 0 60px;
    }
    .overlay-level-1 {
        margin-top: 120px;
        border-left: 1px solid rgba(255, 255, 255, .6);
        padding: 10px 0px;
        position: relative;
        width: 300px;
    }
    .overlay-level-1-item {
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0;
        transition: opacity 350ms;
    }
    .overlay-level-1-item > .overlay-item-row,
    .overlay-level-2-item > .overlay-item-row{
        position: relative;
    }
    .overlay-level-1-item > .overlay-item-row > a::after,
    .overlay-level-2-item > .overlay-item-row > a::after{
        content: ">";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 40px;
        opacity: 0;
        transition: opacity .2s ease, right .2s ease;
    }
    .overlay-level-1-item.expanded > .overlay-item-row > a::after,
    .overlay-level-2-item.expanded > .overlay-item-row > a::after{
        opacity: 1;
        right: 20px;
    }
    #overlayMenu.open .overlay-level-1-item {
        opacity: 1;
    }
    .child-menu-list,
    .grandchild-menu-list {
        position: absolute;
        margin: 0;
        padding: 10px 0px;
        border-left: 1px solid rgba(255, 255, 255, .6);
        width: 360px;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-30px);
        top: 0;
        min-height: 100%;
        transition: opacity 200ms, visibility 200ms, transform 350ms 120ms;
    }
    .child-menu-list {
        left: 300px;
    }
    .grandchild-menu-list {
        left: 360px;
    }
    .overlay-level-2-item,
    .overlay-level-3-item {
        padding-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 10px;
        opacity: 0;
        transition: opacity 350ms 120ms;
    }
    .overlay-level-1-item.expanded > .child-menu-list {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        top: 0;
    }
    .overlay-level-1-item.expanded > .child-menu-list .overlay-level-2-item {
        opacity: 1;
    }
    .overlay-level-2-item.expanded > .grandchild-menu-list {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        top: 0;
    }
    .overlay-level-2-item.expanded > .grandchild-menu-list .overlay-level-3-item {
        opacity: 1;
    }
}
@media (max-width: 991.98px) {
    .overlayUpper {
        padding: 20px 16px;
    }
    .overlay-menu-wrapper {
        padding: 70px 16px 16px;
    }
    .child-menu-list,
    .grandchild-menu-list {
        position: static;
        width: auto;
        border-left: none;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: none;
        padding: 0;
    }
    .overlay-level-1-item.expanded > .child-menu-list,
    .overlay-level-2-item.expanded > .grandchild-menu-list {
        display: block; 
    }
}
 
/* Hero Section */
.heroSection {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--white);
    background: var(--radial-gradient);
    height: 90vh;
    margin-bottom: 200px;
}
.heroSection .topMediaCarousel {
    z-index: 0;
    height: 100%;
}
.heroSection .topMediaCarousel .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.heroSection .topMediaCarousel .swiper-slide::after {
    content: "";
    background: var(--radial-gradient);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.heroSection.fullScreen {
    height: 100vh;
    margin-bottom: 0;
}
.heroSection.topGallery {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    color: var(--black);
    height: 60vh;
    margin-bottom: 100px;
}
.heroSection.topGallery .radialGradient,
.heroSection.topGallery picture,
.heroSection.topGallery picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heroSection.topGallery .topGalleryCarousel,
.heroSection.topGallery .topGalleryCarousel .swiper-wrapper,
.heroSection.topGallery .topGalleryCarousel .swiper-slide {
    height: 100%;
}
.heroSection.topGallery > .twoUp {
    display: flex;
    width: 100%;
    height: 100%;
}
.heroSection.topGallery > .twoUp > .half {
    width: 50%;
    height: 100%;
}
.heroSection.topGallery > .twoUp .half img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.heroContent .heading {
    display: flex;
    flex-direction: column;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}
.heroContent .heading .subtitle {
    color: var(--white);
    font-weight: var(--medium);
    font-size: var(--icon-with-text);
}
.heroSection:not(.heroSection.topGallery) picture img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    filter: brightness(.9);
    z-index: -1;
}
.heroForm {
    position: absolute;
    top:100%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: var(--content-padding);
    width: 100%;
    z-index: 2;
}
.heroForm form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
    background-color: var(--white);
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15);
    color: var(--black);
}
.hero-form-input {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--secondary);
    padding: 8px 24px;
    font-family: var(--header-font);
    font-size: var(--small);
    flex: 1 1 190px;
}
.hero-form-input::after {
    /*content: url(../images/chevron-down.svg);*/
    position: absolute;
    top: 60%;
    right: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.hero-form-input label {
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
}
.hero-form-input input {
    text-align: end;
    background-color: transparent;
    border: none;
    outline: none;
    padding-right: 11px;
    cursor: pointer;
    width: 100%;
}
.hero-form-input input::placeholder {
    color: var(--white);
}
.heroForm .filled-button-secondary {
    flex: 1 1 190px;
}
@media (max-width: 1700px) {
    .hero-form-input {
        flex: 1 0 40%;
    }
    .heroForm .filled-button-secondary {
        flex: 1 0 100%;
        max-width: 100%;
        padding: 8px 0;
    }
}
@media (max-width: 1200px) {
    .heroSection {
        padding-top: 150px;
        padding-bottom: 150px;
    }
} 
@media (max-width: 992px) {
    .heroForm form {
        gap: 10px;
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .heroSection.topGallery > .twoUp {
    flex-direction: column;
    }
    .heroSection.topGallery > .twoUp > .half {
        width: 100%;
    }
    .heroSection.topGallery > .twoUp .half img {
        object-fit: cover;
    }
}
@media (max-width: 576px) {
    .heroSection {
        padding-top: 120px;
        padding-bottom: 180px;
    }
    .hero-form-input {
        flex: 1 0 100%;
    }
}
/* Welcome Text Section With Carousel */
.welcomeTextSection {
    margin-top: 100px;
    overflow-x: hidden;
}
.titleAndText {
    text-align: center;
    max-width: 830px;
    width: 100%;
    margin: auto auto;
}
.iconWithSubtitle .icon {
    margin-bottom: 20px;
}
.subtitle {
    font-size: var(--extra-small);
    color: var(--secondary);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.titleAndText p, .titleAndText .guestName {
    margin-top: 20px;
}
.titleAndText .guestName{
    font-size: var(--icon-with-text);
    font-family: var(--header-font);
}
.titleAndText .stars {
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 10px;
    color: var(--secondary) !important;
}
.carouselWithGradientContainer {
    background: linear-gradient(to bottom, transparent 50%, var(--primary-low-opacity) 0);
    padding: 50px 0;
}
.radialGradient{
    position: relative;
}
.radialGradient::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(transparent 0%, transparent 60%, rgba(0, 0, 0, 0.4) 100%);
}
.carouselWithGradient img {
    width: 100%;
    object-fit: cover;
}
.carouselWithGradient.twoUp {
    display: flex;
    gap: 32px;
}
.carouselWithGradient.twoUp .half {
    width: 50%;
}
.handwritten-text {
    font-family: var(--header-font);
    font-style: italic;
    font-size: var(--body-l);
    color: var(--primary);
    float: left;
    max-width: 1100px;
}
@media (max-width: 1601px) {
    .titleAndText {
        padding:0 10px;
    }
    .carouselWithGradient img {
        height: 100%;
    }
}
@media (max-width: 768px) {
    .welcomeTextSection {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .carouselWithGradient.twoUp {
        flex-direction: column;
        gap: 20px;
    }
    .carouselWithGradient.twoUp .half {
        width: 100%;
    }
}
/* Video Section */
.videoSection {
    height: 85vh;
}
/* The Accommodations Section*/
.accommodationSection {
    margin-top: 100px;
}
.inline {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.price-tag {
    background-color: var(--body-bg-color);
    padding: 8px 12px;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: var(--extra-small);
    text-transform: uppercase;
    z-index: 1;
}
.custom-pagination {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-pagination-white {
    position: relative;
}
.custom-pagination .swiper-pagination-bullet-active {
    background-color: var(--secondary);
}
.custom-pagination .swiper-pagination-bullet {
    background-color: var(--secondary);
}
.custom-pagination-white .swiper-pagination-bullet-active {
    background-color: var(--white);
}
.custom-pagination-white .swiper-pagination-bullet {
    background-color: var(--white);
}
.accommodationItem .content{
    margin-top: 22px;
    font-size: var(--small);
    font-weight: var(--light);
}
.accommodationItem .content > a {
    opacity: 1;
    transition: opacity .3s ease;
}
.accommodationItem .content > a:hover {
    opacity: 0.6;
}
.accommodationItem .info {
    display: flex;
    column-gap: 30px;
    row-gap: 5px;
    flex-wrap: wrap;
    font-size: var(--icon-with-text);
    margin: 15px 0;
}
@media (max-width: 768px) {
    .inline {
        flex-direction: column;
    }
    .accommodationSection {
        margin-top: 50px;
    }
}
/* Experience Section */
.experienceSection {
    margin-top: 100px;
}
.experienceSection .titleAndText * {
    color: var(--body-bg-color);
}
.fullscreenWithBackground {
    height: max-content;
    padding-bottom: 450px;
    position: relative;
    padding-top: 80px;
    text-align: center;
    color: var(--white);
    background: var(--radial-gradient);
}
.fullscreenWithBackground picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
    filter: brightness(0.5);
}
.experienceGrid {
    margin-top: -450px;
}
.experienceItem {
    padding-top: 58px;
    padding-left: 8px;
}
.border-animation {
    position: relative;
}
.border-animation .image-container {
    position: relative;
    overflow: hidden;
}
.border-animation::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -8px;
    width: 100%;
    height: 100%;
    border-top: 1px solid var(--primary);
    border-left: 1px solid var(--primary);
    z-index: 2;
    pointer-events: none;
    transition: top .3s ease-in-out, left .3s ease-in-out, width .3s ease-in-out, height .3s ease-in-out;
}
.experienceItem:hover .border-animation::before {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.border-animation::after {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 100%;
    height: 100%;
    border-right: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    z-index: 2;
    pointer-events: none;
    transition: width .3s ease-in-out, height .3s ease-in-out;
}
.experienceItem:hover .border-animation::after {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
}
.border-animation .image-container img {
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .3s ease;
}
.experienceItem:hover .border-animation .image-container img {
    transform: scale(1.08);
}
.experienceItem .content {
    text-align: center;
    margin-top: 30px;
}
.experienceItem .content h3 {
    margin-bottom: 15px;
}
.experienceItem .content p {
    margin-bottom: 15px;
    font-size: var(--small);
}
@media (max-width: 1200px) {
    .experienceItem {
        padding-top: 8px;
    }
    .fullscreenWithBackground {
        height: max-content;
        padding-bottom: 350px;
    }
    .experienceGrid {
        margin-top: -350px;
    }
}
@media (max-width: 768px) {
    .experienceSection {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .fullscreenWithBackground {
        padding-top: 40px;
        padding-bottom: 250px;
    }
    .experienceGrid {
        margin-top: -250px;
    }
}

/* Reviews Section */
.reviewSection {
    margin-top: 100px;
    height: max-content;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: var(--white);
    background: var(--radial-gradient);
    display: flex;
    align-items: center;
}
.reviewSection picture img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
    filter: brightness(0.5);
}
.reviewSection .titleAndText * {
    color: var(--body-bg-color);
}
@media (max-width: 768px) {
    .reviewSection {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* Services Section */
.serviceSection {
    margin-top: 100px;
    display: flex;
    overflow-x: hidden;
    gap: 70px;
}
.serviceSection .leftSide,
.serviceSection .rightSide {
    width: 50%;
}
.serviceSection .leftSide img {
    height: 100%;
    object-fit: cover;
}
.serviceSection .rightSide {
    display: flex;
    flex-direction: column;
}
.serviceSection .rightSide picture:last-of-type {
    margin-top: auto;
}
.listGrid {
    margin: 30px 0;
}
/*.listGrid ul {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    column-gap: 10px;*/
/*}*/
/*.listGrid ul li {*/
/*    flex: 1 0 49%;*/
/*}*/
.listGrid .list-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.listGrid .list-item img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}
.list-item .list-item-content {
    font-size: var(--small);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.list-item .list-item-content * {
    margin-bottom: 0;
}
.serviceSection .rightSide img {
    object-fit: cover;
}
@media (max-width: 1200px) {
    .serviceSection {
        gap: 40px;
    }
}
@media (max-width: 992px) {
    .serviceSection {
        flex-direction: column;
    }
    .serviceSection .leftSide,
    .serviceSection .rightSide {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .serviceSection {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .listGrid ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}
/* Footer 
============================*/
.footerNewsletter {
    position: relative;
    height: max-content;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    align-items: center;
}
.footerNewsletter * {
    color: var(--body-bg-color);
}
.footerNewsletter img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.5);
}
.footerNewsletter .title-with-subtitle {
    width: 50%;
}
.footerNewsletter .newsletterform  {
    width: 50%;
    padding-left: 50px;
}
.newsletterform  {
    position: relative;
}
.newsletterform input.mailBox {
    all: unset;
    border-bottom: 1px solid var(--body-bg-color);
    color:#fff;
    font-size:16px;
    width: 100%;
}
.newsletterform .form-control:focus,
.newsletterform input:-internal-autofill-selected{
   background-color: transparent;
  color:#fff;
}
.newsletterform .form-control::placeholder {
  color: var(--white);
}
.newsletterform  .subscribe-btn {
    all: unset;
    border-bottom: 1px solid var(--body-bg-color);
    color:#fff;
    font-family: var(--header-font);
    display: flex;
    align-items: center;
    color:#fff;
    gap:10px;
}
.newsletterform .v-no {
    display:none;
}
.newsletterform .status-busy img {
    filter: brightness(0) invert(1);  
}
.agreePrivacy {
    margin-top: 20px;
    font-size: var(--icon-with-text);
    cursor: pointer;
}
.footerInfo {
    background-color: var(--dark-background);
    color: var(--body-bg-color);
}
.footerInfoUpper {
    border-bottom: 1px solid var(--black-border);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.footerInfoUpper .footerInfoItem {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 0;
}
.footerInfoUpper .footerInfoItem .subtitle {
    color: var(--generic-buttons-color);
}
.footerInfoUpper .footerInfoItem:not(.footerInfoItem:last-of-type) {
    border-right: 1px solid var(--black-border);
}
.footerInfoUpper .footerInfoItem a {
    font-size: var(--footer-links);
    margin-top: 10px;
}
.footerInfoUpper .social-media-icons {
    display: flex;
    gap: 21px;
}
.footerInfoUpper .social-media-icons img{
    width: 25px;
    height: 25px;
}
.footerInfoLower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    font-size: var(--icon-with-text);
}
.footerInfoLower .footerInfoItem .menu ul{
    display: flex;
    text-transform: uppercase;
    gap: 21px;
}
@media (max-width: 1200px) {
    .footerNewsletter {
        flex-direction: column;
        justify-content: center;
    }
    .footerNewsletter .title-with-subtitle {
        width: 100%;
    }
    .footerNewsletter .newsletterForm {
        width: 100%;
        padding-left: 0px;
        margin-top: 50px;
    }
}
@media (max-width: 768px) {
    .footerInfoUpper .footerInfoItem {
        flex: 1 0 50%;
    }
}
@media (max-width: 576px) {
    .footerInfoUpper .footerInfoItem {
        flex: 1 0 100%;
    }
    .footerInfoUpper .footerInfoItem:not(.footerInfoItem:last-of-type) {
        border-bottom: 1px solid var(--black-border);
    }
    .footerInfoLower {
        flex-direction: column-reverse;
        row-gap: 20px;
    }
    .footerNewsletter {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* ACCOMMODATIONS PAGE */
.welcomeTextWithoutCarousel {
    margin-top: 100px;
}
.roomsGrid {
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
    transition: opacity .15s ease-in-out;
}
.roomsGrid.is-fading {
    opacity: 0;
}
.accommodations .titleAndText p {
    color: var(--black);
}
.roomItem {
    display: flex;
}
.roomItem.reverse {
    flex-direction: row-reverse;
}
.roomItem .leftSide, .roomItem .rightSide {
    width: 100%;
}
.roomItem .leftSide {
    overflow: hidden;
}
.roomItem .leftSide a img {
    transform: scale(1);
    width: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.roomItem .leftSide a:hover img {
    transform: scale(1.08);
}
.roomItem .rightSide {
    text-align: center;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
}
.roomItem.reverse .rightSide {
    padding-left: 0;
    padding-right: 50px;
} 
.roomItem .rightSide .info {
    display: flex;
    column-gap: 30px;
    row-gap: 5px;
    flex-wrap: wrap;
    font-size: var(--small);
    justify-content: center;
}
.roomItem .rightSide .subtitle {
    font-size: var(--footer-links);
    text-transform: capitalize;
}
.roomItem .rightSide > a {
    opacity: 1;
    transition: opacity .6s ease;
}
.roomItem .rightSide > a:hover {
    opacity: .6;
}
.roomItem .rightSide .underline-button {
    align-self: center;
    margin: 0;
}
.accommodationsList{
    background-color: var(--body-bg-color);
    padding-top: 110px;
    padding-bottom: 110px;
}
.accommodationsList .listGrid ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.accommodationsList .listGrid .list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 10px;
    border-left: 1px solid var(--secondary);
}
.accommodationsList .listGrid .list-item img {
    width: 42px;
    height: 42px;
    object-fit: cover;
}
.accommodationsList .listGrid .list-item .list-item-content {
    font-size: var(--small);
}
@media (max-width: 992px) {
    .roomItem, .roomItem.reverse {
        flex-direction: column;
    }
    .roomItem .rightSide {
        padding-left: 0;
    }
    .roomItem.reverse .rightSide {
        padding-right: 0;
    }
}
@media (max-width: 768px) {
    .welcomeTextWithoutCarousel {
        margin-top: 50px;
    }
    .accommodationsList {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .accommodationsList .listGrid ul{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .roomsGrid {
        margin-top: 50px;
    }
    .accommodationsList .listGrid ul{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

/* TEXT PAGE */
.textSectionContainer {
    margin-top: 100px;
}
.textSectionContainer img{
    object-fit: cover;
    height: 100%;
}
.textSection {
    margin-top: 50px;
    margin-bottom: 50px;
}
.textSection .content {
    margin-top: 50px;
}
.textSection .images {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}
.textSection .images img {
    height: 100%;
    min-height: 630px;
    object-fit: cover;
}
@media (max-width: 992px) {
    .textSection .images {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .textSectionContainer {
    margin-top: 50px;
}
    .textSection .images {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* CONTACT PAGE */
.contactSection {
    display: flex;
}
.contactSection .leftSide, .contactSection .rightSide {
    width: 50%;
}
.contactSection .leftSide {
    padding: 4vw 6.5vw 4vw 6.5vw;
}
.contactSection .leftSide .title-and-subtitle {
    margin-bottom: 20px;
}
.contactSection .leftSide p {
    margin-bottom: 20px;
}
.contactSection .leftSide strong {
    font-weight: var(--semi-bold);
}
.contactSection hr {
    margin: 50px 0;
    opacity: 1;
}
.contactGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
    font-size: var(--small);
}
.contactSection .rightSide {
    position: relative;
    padding: 7vw 7vw 7vw 7vw;
}
.contactSection .rightSide img {
    position: absolute;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1;
}
.contactSection .form-holder {
    background-color:var(--white);
    padding: 4vw 4vw 4vw 4vw;
    display: flex;
    flex-direction: column;
    gap: 31px;
    width:100%;
    height: 100%;
    text-align: center;
    /*font-size: small; */ 
}
.contactForm .filled-button-secondary {
    max-width: 100%;
    padding: 15px 0;
    font-size: var(--small);
}
/*.contactForm input {
    height: 52px;
}*/
.contactForm textarea {
    resize: none;
}
.contactForm input, 
.contactForm textarea {
    padding: 10px 15px;
    outline: none;
    border: 1px solid var(--black-border-low-opacity);
    transition: border .3s ease;
}
.contactForm input[type="checkbox"]{
     margin: 5px 5px 0 0;
}

.contactForm input:focus, .contactForm textarea:focus {
    border: 1px solid var(--secondary);
}
.contactForm input::placeholder, .contactForm textarea::placeholder {
    color: var(--black);
}
@media (max-width: 1200px) {
    .contactSection {
        flex-direction: column;
    }
    .contactSection .leftSide, .contactSection .rightSide {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .contactGrid {
        grid-template-columns: repeat(1, 1fr);
        text-align: center;
    }
}
.field-validation-valid {
  display: none;
  color: red; }
.field-validation-error {
  display: block;
  color: red;
  text-align: left; 
  font-size:12px;    
}
.field-validation-error:empty {
	display: none;
}  

.asterisk span {
  display: inline;
  font-size: 14px;
}
.form-agree label {
	display:inline;
	font-size: 14px;
}
.form-agree .field-validation-error {
	display: inline-block;
}

.form-agree a {
    text-decoration:underline;
    padding-bottom: 0px;
}
.form-agree a:hover {
    text-decoration:none;
}

input[type="date"]:not(.has-value):before{
  content: attr(placeholder);
}

#json-msg {
    padding-top:20px;
}
.status-failure,
.status-busy {
    margin:6px 0 0 0;
}
.status-busy img{
    height: 10px !important;
    position: relative !important;
    object-fit: unset !important;
    z-index: 1 !important;
    left: unset !important;
    top: unset !important;
}
/* DINING PAGE
=======================================*/
.diningSection {
    padding: 100px 0;
}
.loopCarousel {
    margin-top:100px;
}
.loopCarousel img {
    object-fit: cover;
}
.loopCarousel .custom-button-next, .loopCarousel .custom-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.loopCarousel .custom-button-next {
    right: 50px;
}
.loopCarousel .custom-button-prev {
    left: 50px;
}
.loopCarousel .custom-pagination-white {
    position: absolute;
    bottom: 20px;
}
.titleInSeperator {
    display: flex;
    align-items: center;
    margin: 100px 0;
    text-align: center;
    gap: 21px;
}
.titleInSeperator hr {
    flex-grow: 1;
    height: 1px;
    opacity: 1;
    color: var(--secondary);
    margin: 0;
}
.diningGrid .image-container a img {
    transform: scale(1);
    transition: transform .3s ease;
}
.diningGrid .image-container a:hover img {
    transform: scale(1.08);
}
.diningGrid .image-container .title-and-subtitle {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 20px);
    margin: 0 auto;
    text-align: center;
    color: var(--white);
    font-size: var(--small);
}
.diningGrid .image-container .title-and-subtitle .subtitle {
    color: var(--white);
    font-size: var(--small);
}
.image-container .description {
    padding: 0 20px;
}
@media (max-width: 768px) {
    .titleInSeperator {
        margin-bottom: 50px;
    }
    .diningSection {
        padding: 50px 0;
    }
    .loopCarousel {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .loopCarousel .custom-button-next {
        right: 20px;
    }
    .loopCarousel .custom-button-prev {
        left: 20px;
    }
    .titleInSeperator h5 {
        padding: 0 10px;
    }
}
.diningGrid{
  --dg-gap: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--dg-gap);
  margin-bottom: 100px;
}
.diningGrid > .image-container {
  position: relative;
  overflow: hidden;
  flex: 0 1 calc((100% - 2*var(--dg-gap)) / 3);
}
.diningGrid > .image-container::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 21px);
  height: calc(100% - 21px);
  border: 1px solid var(--primary);
  z-index: 1;
  pointer-events: none;
}
.diningGrid .image-container img{
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}
@media (max-width: 1200px){
  .diningGrid{ --dg-gap: 21px; }
  .diningGrid > .image-container{
    flex-basis: calc((100% - var(--dg-gap)) / 2);
  }
}
@media (max-width: 576px){
  .diningGrid > .image-container{
    flex-basis: 100%;
  }
}

/* ROOM INNER PAGE */
.topGalleryCarousel .custom-button-next, .topGalleryCarousel .custom-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.topGalleryCarousel .custom-button-next {
    right: 50px;
}
.topGalleryCarousel .custom-button-prev {
    left: 50px;
}
.topGalleryCarousel .custom-pagination-white {
    position: absolute;
    bottom: 20px;
}
.topGalleryCarousel img {
    object-fit: cover;
}
.roomSection {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.roomSection .info {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
    font-size: var(--small);
}
.roomSection .amenities .highlightList{
    margin-top: 20px;
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
}
.roomSection .amenities .highlightList li {
    padding: 25px 20px;
    background-color: var(--primary-low-opacity);
    border-radius: 5px;
}
.roomSection .amenities .highlightList li .icon-with-text {
    display: flex;
    align-items: center;
    font-size: var(--small);
    font-family: var(--header-font);
}
.roomSection .amenities .highlightList li .icon-with-text img {
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
}
.roomSection .facilities{
    margin-top: 50px;
}
.roomSection .facilities .listGrid ul {
    max-width: 800px;
    font-family: var(--header-font);
    row-gap: 10px;
    font-size: var(--small);
}
.roomSection .facilities .listGrid .icon-with-text {
    display: flex;
    align-items: center;
}
.roomSection .facilities .listGrid .icon-with-text img {
    max-width: 40px;
    max-height: 40px;
}
.whatsIncluded {
    margin-top: 50px;
}
.whatsIncludedList {
    max-width: 800px;
    margin-top: 20px;
}
.whatsIncludedList ul {
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.whatsIncludedList ul li {
    position: relative;
    padding-left: 25px;
    font-weight: var(--light);
}
.whatsIncludedList ul li::before {
    content: "\00B7";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: var(--secondary);
}
.similarRooms {
    margin-top: 100px;
}
.similarRooms > h4 {
    margin: 50px 0;
}
.room-animation {
    padding: 21px 10px;
    color: var(--white);
    position: relative;
    height: 400px;
    overflow: hidden;
}
.room-animation .subtitle {
    color: var(--white);
    text-transform: capitalize;
}
.room-animation .room-original-state {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    z-index: 1;
}
.room-animation .room-original-state .content {
    opacity: 1;
    transition: opacity .3s ease;
}
.room-animation img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.6);
    transform: scale(1);
    transition: transform .3s ease;
}
.room-animation:hover img {
    transform: scale(1.08);
}
.room-animation .room-hover-state {
    font-size: var(--small);
    color: var(--secondary);
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 21px 10px;
    z-index: 1;
    transition: opacity .3s ease, transform .3s ease;
}
.room-animation .room-hover-state p {
    font-weight: var(--medium);
}
.room-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color .3s ease;
}
.room-animation:hover::after {
    background-color: var(--primary-low-opacity);
}
.room-animation:hover .room-original-state .content {
    opacity: 0;
}
.room-animation:hover .room-hover-state {
    opacity: 1;
    transform: translateY(-10px);
}
.room-animation .underline-button {
    width: fit-content;
}
.room-animation .price-tag {
    background-color: var(--white);
    color: var(--black);
}
@media (max-width: 768px) {
    .topGalleryCarousel .custom-button-next {
        right: 20px;
    }
    .topGalleryCarousel .custom-button-prev {
        left: 20px;
    }
    .topGalleryCarousel .custom-button-next .circle,
    .topGalleryCarousel .custom-button-prev .circle {
        width: 40px;
        height: 40px;
    }
    .roomSection {
        margin-top: 50px;
    }
    .similarRooms {
        margin-top: 50px;
    }
    .roomSection .facilities .listGrid ul {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .amenities {
        text-align: center;
    }
    .roomSection .amenities .highlightList {
        justify-content: center;
    }
    .roomSection .facilities .listGrid ul li {
        flex: 0 0 100%;
    }
    .roomSection .facilities .listGrid .icon-with-text {
        justify-content: center;
    }
}
/* EXPERIENCES PAGE */
.experiencesContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin-top: 100px;
    transition: opacity .15s ease-in-out;
}
.experiencesContent.is-fading {
    opacity: 0;
} 
.experiencesContent .image-container {
    position: relative;
    overflow: hidden;
}
.experiencesContent .image-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 21px);
    height: calc(100% - 21px);
    border: 1px solid var(--primary);
    z-index: 1;
    pointer-events: none;
}
.experiencesContent .image-container {
    flex: 0 0 30%;
}
.experiencesContent .image-container img {
    object-fit: cover;
    filter: brightness(0.8);
}
.experiencesContent .image-container .title-and-subtitle {
    padding: 0 10px;
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    color: var(--white);
    font-size: var(--small);
}
.experiencesContent .image-container .title-and-subtitle .subtitle {
    color: var(--white);
    font-size: var(--small);
}
.experiencesContent .image-container a img {
    transform: scale(1);
    filter: brightness(0.6);
    transition: transform .3s ease;
}
.experiencesContent .image-container a:hover img {
    transform: scale(1.08);
}
@media (max-width: 1320px) {
    .experiencesContent .image-container {
        flex: 1 1 30%;
    }
}
@media (max-width: 768px) {
    .experiencesContent {
        margin-top: 50px;
        gap: 40px;
    }
    .experiencesContent .image-container {
        flex: 1 1 100%;
    }
}
/* EXPERIENCE INNER*/
.bottomCarousel.experiencesContent {
    margin-top: 0;
    gap: 0;
}
.bottomCarousel.experiencesContent .image-container img {
    filter: brightness(0.6);
}
/* RESTAURANT INNER */
.restaurantContent {
    display: flex;
    flex-wrap: wrap;
}
.restaurantContent .textSection {
    padding: 10px 90px;
    flex: 1 1 75%;
}
.restaurantContent .image-container {
    flex: 1 1 25%;
}
.restaurantContent .image-container img{
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .restaurantContent .image-container img{
    height: auto;
    width: 100%;
}
}
.quoteSection {
    display: flex;
    flex-wrap: wrap;
    background-color: var(--body-bg-color);
}
.quoteSection .image-container {
    flex: 1 1 50%;
}
.quoteSection .image-container img {
    height: 100%;
    object-fit: cover;
}
.quoteSection .quote {
    flex: 1 1 50%;
    padding: 110px 90px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quoteSection .quote .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quoteSection .quote .content .guestName {
    font-family: var(--header-font);
}
@media (max-width: 1200px) {
    .restaurantContent .textSection {
        padding: 0px 50px;
        flex: 1 1 60%;
    }
    .quoteSection .quote {
        padding: 50px 50px;
    }
}
@media (max-width: 768px) {
    .restaurantContent .textSection {
        flex: 1 1 100%;
    }
    .quoteSection {
        flex-direction: column-reverse;
    }
}
@media (max-width: 576px) {
    .restaurantContent .textSection {
        padding: 10px;
    }
    .quoteSection .quote {
        padding: 30px 10px;
    }
}
/* OFFERS PAGE */
.offersMain {
    margin-top: 100px;
}
.offersGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
    margin: 100px 0;
}
.offersGrid .offerItem {
    flex: 1 1 47%;
    max-width: 50%;
}
.offersGrid .offerItem .content {
    margin-top: 20px;
}
.offersGrid .offerItem .content h5 {
    margin-top: 15px;
    margin-bottom: 20px;
}
.offersGrid .offerItem .image-container {
    overflow: hidden;
}
.offersGrid .offerItem a .image-container img{
    transform: scale(1);
    transition: transform .3s ease;
    max-height: 390px;
    object-fit: cover;
}
.offersGrid .offerItem a:hover .image-container img {
    transform: scale(1.08);
}
@media (max-width: 1200px) {
    .offersGrid .offerItem {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .offersMain {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .offersGrid {
        gap: 50px;
        margin-top: 50px;
    }
}
/* ARTICLES */
.blogContent {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.articleItem {
    display: flex;
}
.articleItem .leftSide {
    width: 50%;
}
.articleItem .leftSide a{
    height: 100%;
    object-fit: cover;
}
.articleItem .rightSide {
    width: 50%;
    border-top: 1px solid var(--primary);
    border-right: 1px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.articleItem .rightSide > a {
    opacity: 1;
    transition: opacity .3s ease;
}
.articleItem .rightSide > a:hover {
    opacity: 0.6;
}
.articleItem .rightSide .underline-button {
    width: fit-content;
}
.articleItem.reverse {
    flex-direction: row-reverse;
}
.articleItem.reverse .rightSide {
    border-right: none;
    border-left: 1px solid var(--primary);
}
.articleItem .image-container{
    overflow: hidden;
    height: 100%;
}
.articleItem a .image-container img {
    transform: scale(1);
    transition: transform .3s ease;
    height: 100%;
    object-fit: cover;
}
.articleItem a:hover .image-container img {
    transform: scale(1.08);
}
@media (max-width: 768px) {
    .blogContent {
        margin-top: 50px;
        gap: 50px;
    }
    .articleItem, .articleItem.reverse {
        flex-direction: column;
    }
    .articleItem .leftSide,
    .articleItem .rightSide,
    .articleItem.reverse .leftSide,
    .articleItem.reverse .rightSide {
        width: 100%;
    }
    .articleItem .rightSide,
    .articleItem.reverse .rightSide {
        border-top: none;
        border-left: 1px solid var(--primary);
        border-right: 1px solid var(--primary);
    }
}
@media (max-width: 576px) {
    .articleItem .rightSide {
        padding: 20px 20px;
    }
}
/* GALLERY PAGE*/
.gallerySection {
    margin-top: 100px;
}
.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.filters .filter.active.filled-button-secondary {
    background-color: var(--secondary-darker);
}
.all-galleries{
    row-gap: 24px;
    opacity: 1;
    transition: opacity .15s ease-in-out;
}
.all-galleries.is-fading{
    opacity: 0;
    pointer-events: none; 
}

@media (max-width: 768px) {
    .gallerySection {
        margin-top: 50px;
    }
}
@media (max-width: 576px) {
    .all-galleries {
        row-gap: 20px;
    }
}

/*Why Book Through Our Website*/
.whyBookSection {
    margin-top: 100px;
}
.whyBookPanel {
    padding: 50px 0;
    background: none;
}

.whyBookPanel.withBackground {
    background: var(--primary);
}
.whyBookItems {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.whyBookItem {
    position: relative;
    flex: 1 1 20%;
    min-height: 120px;
}

.whyBookNumber {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100%, -60%);
    font-size: 150px;
    font-weight: 300;
    font-style: italic;
    line-height: 1;
    color: var(--primary);
    opacity: 0.9;
    pointer-events: none;
    z-index: 0;
}
.whyBookPanel.withBackground .whyBookNumber{
    color: var(--body-bg-color);
}
.whyBookText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, 10%);
    z-index: 1;
    font-size: 16px;
    font-weight: var(--medium);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: left;
}
@media (max-width: 992px) {
    .whyBookItems {
        row-gap: 20px;
    }
    .whyBookItem {
        flex: 1 1 45%;
    }
}
@media (max-width: 768px) {
    .whyBookItem {
        flex: 1 1 100%;
    }
    .whyBookSection {
        margin-top: 50px;
    }
}
/*Awards Section*/
.awardsSection {
    margin-top: 100px;
}
@media (max-width: 768px) {
    .awardsSection {
        margin-top: 50px;
    }
}