
* {
tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;

}



:root {
    font-weight: 400;
font-style: normal;
    --body-font: "utile-display", sans-serif;
        --footer-font: "Montserrat", sans-serif;
}




body {
    --heading-font: "cormorant-garamond", serif;
    --heading-font-weight: 100;
    --heading-color: #111;
    --heading-line-height: 1.24;
    --bs-body-font-size: 18px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-background-color: #e4e4e4;
    --bs-body-color: #003366;
    --bs-body-color-rgb: 117, 117, 117;
    --bs-primary: #c5a992;
    --bs-secondary: #6c757d;
    --bs-link-color: #111;
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #111;
    --bs-link-hover-color-rgb: 17, 17, 17;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--heading-color);
    line-height: var(--heading-line-height);
}
h1,
.h1 {
    text-transform: uppercase;
    font-family: "utile-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #036;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 2.5rem;
}
.container-secondary {
    width: 45%;
    text-align: center;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
.container-last {
    width: 60%;
    text-align: center;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
.container-contact {
    width: 100%;
    text-align: center;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}
body {
    font-family: var(--body-font);
    font-size: 0.8rem;
    line-height: 1.8;
    background-color: var(--body-background-color);
    margin: 0;
}
body.no-scroll {
    overflow: hidden;
}
a {
    color: #111;
    text-decoration: none;
}
a:hover {
    color: #cb9865;
    text-decoration: none;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
}
ul li,
ol li {
    margin-bottom: 5px;
    outline: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}
img {
    display: inline-block;
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #036;
}
h1,
h2,
h3 {
    margin: 0 0 25px;
    text-transform: capitalize;
}
h5,
h6 {
    letter-spacing: 1px;
}
h1,
.h1 {
text-transform: uppercase;
 color: #cb9865;
    font-size: calc(1.5em + 1vw);
    line-height: 1.4;
    font-family: 'cormorant-garamond';
}

h9 {
text-transform: uppercase;
 color: #cb9865;
    font-size: calc(2em + 1vw);
    line-height: 1.4;
margin: 0 0 7rem;
   }

h2,
.h2 {
    font-size: 1.5em;
    line-height: 1.4;
}
h3,
.h3 {
    margin-bottom: 3rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #003366;
    font-size: 1.4em;
    line-height: 1.4;
    font-family: sans-serif;
}
h4,
.h4 {
    font-size: 1.1em;
    line-height: 1.4;
}
h5,
.h5 {
    font-size: 0.83em;
    line-height: 1.25;
}
h6,
.h6 {
    font-size: 0.67em;
    line-height: 1.1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}
p {
    color: #003366;
    margin: 0 0 20px 0;
}
p:empty {
    display: none;
}
small {
    font-size: 85%;
}
.align-left {
    float: left;
    text-align: left;
}
.align-right {
    float: right;
    text-align: right;
}
.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.container::after,
.row::after,
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lead {
	margin-bottom: 3.5rem;
    font-size: 135%;
    line-height: 1.4em;
    text-align: center;
}
.text-lead strong {
    font-size: 115%;
    font-weight: 500;
}
ul {
    list-style: circle inside;
}
ol {
    list-style: decimal inside;
}
ol,
ul {
    padding-left: 0;
    margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
}
li {
    margin-bottom: 1rem;
}
blockquote,
p,
ul,
ol {
    margin-bottom: 2.5rem;
}
hr {
width: 75%;  
  border-width: 0;
    border-top: 1px solid #cb9865;
}
.menu {
    display: flex;
    align-items: center;
    right: 1rem;
    top: -1rem;
    position: absolute;
    z-index: 1;
}

.menu.scrolled,
.main-logo.scrolled {
  filter: brightness(1) invert(0);
}

.menu,
.main-logo {
filter: brightness(0) invert(1);
}

.menu a {
    font-family: "playfair display", Georgia, serif;
    font-size: 5em;
    color: #fff;
    margin: 0 auto;
    transition: 0.5s all ease-out;
}
.menu-items {
line-height: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-weight: 500;
   font-family: var(--heading-font);
}
.main-logo {
    display: flex;
    align-items: center;
    transition: 0.5s all ease-out;
    padding: 1rem;
    width: 120px;
    position: absolute;
    z-index: 1;
}
.main-logo a {
    font-family: "playfair display", Georgia, serif;
    font-size: 5em;
    color: #fff;
    margin: 0 auto;
    transition: 0.5s all ease-out;
}
#cover {
    position: relative;
    
}

.section-header {
    position: relative;
}
.section-title {
position: relative;
    
}
.section-header .title span {
    font-size: 14px;
    color: #afafaf;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 30px;
    position: relative;
}
.section-header span:before {
    content: "";
    border-bottom: 2px solid var(--accent-color);
    position: absolute;
    top: 9px;
    left: 3px;
    width: 14px;
    align-items: center;
}
.padding-xsmall {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.padding-small {
    padding-top: 2em;
    padding-bottom: 2em;
}
.padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
}
.padding-large {
    padding-top: 9.5em !important;
    padding-bottom: 3.5em !important;
}
.padding-xlarge {
    padding-top: 4.5em;
    padding-bottom: 12.5em;
}
.padding-2xlarge {
    padding-top: 15em;
    padding-bottom: 15em;
}
@media only screen and (max-width: 768px) {
    .padding-xlarge {
        padding-top: 0;
        padding-bottom: 12.5em;
    }
    .padding-small,
    .padding-medium,
    .padding-large {
        padding-top: 2em;
        padding-bottom: 2em;
    }
}
.margin-small {
    margin-top: 3em;
    margin-bottom: 3em;
}
.margin-medium {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
}
.margin-large {
    margin-top: 12.5em;
    margin-bottom: 12.5em;
}
.margin-xlarge {
    margin-top: 7.5em;
    margin-bottom: 7.5em;
}
@media only screen and (max-width: 768px) {
    .margin-small,
    .margin-medium,
    .margin-large,
    .margin-xlarge {
        margin-top: 12em;
        margin-bottom: 12em;
    }
}
#footer-bottom {
    border-top: 1px solid #cb9865;
    padding-top: 1rem;
}
.parallax-main {
    background-image: url(images/213.webp);
    min-height: 100vh;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.parallax1 {
    background-image: url(images/ExecutiveSuite.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}

.parallax2 {
    background-image: url(images/premium.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax3 {
    background-image: url(images/wash5.webp);
    min-height: 45vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax4 {
    background-image: url(images/suite2.webp);
    min-height: 25vh;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5rem;
}

.parallax44 {
    background-image: url(images/dining.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}

.parallax5 {
    background-image: url(images/suite4.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax6 {
    background-image: url(images/suite6.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax7 {
    background-image: url(images/17.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax8 {
    background-image: url(images/21-18.webp);
    min-height: 75vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax9 {
    background-image: url(images/dining.webp);
    min-height: 25vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5rem;
}

.parallax91 {
    background-image: url(images/dining.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5rem;
}

.parallax10 {
    background-image: url(images/dining1.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax11 {
    background-image: url(images/dining2.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax12 {
    background-image: url(images/dining3.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax13 {
    background-image: url(images/suite4.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax14 {
    background-image: url(images/bar.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax15 {
    background-image: url(images/mice2.webp);
    min-height: 25vh;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5rem;
}
.parallax16 {
    background-image: url(images/14.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax17 {
    background-image: url(images/pre-function.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax18 {
    background-image: url(images/toilets.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax19 {
    background-image: url(images/olympiareception.webp);
    min-height: 25vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5rem;
}

.parallax55 {
    background-image: url(images/213.webp);
    min-height: 45vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}


.parallax66 {
    background-image: url(images/9.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}


.parallax20 {
    background-image: url(images/gym.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax21 {
    background-image: url(images/salon.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax22 {
    background-image: url(images/doublespa.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}
.parallax23 {
    background-image: url(images/spa2.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}

.parallax24 {
    background-image: url(images/salon1.webp);
    min-height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
}

.sidenav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-left: 0;
    text-align: left;
    height: 100%;
    width: 100%;
    opacity: 0;
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0; 
    background-size: cover; 
    background-repeat: repeat; 
    background-position: top left; 
    background-blend-mode: multiply;
    background-color: #ffffff;
    overflow: hidden;
    transition: 0.3s;
    padding: 1.25rem;
}

.sidenav a {
    
    text-transform: uppercase;
    font-size: calc(1em + 1vw);
    color: #003366;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #cb9865;
}

.sidenav .closebtn {
    font-weight: 100;
    margin-top: 1.5rem;
    font-family: emoji;
    position: absolute;
    top: -1rem;
    right: 1rem;
    font-size: 35px;
}

.social-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    padding: 1rem 0;
}

.social-media {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.social-media a {
    color: #003366;
    font-size: calc(.7em + 0.71vw);
    transition: 0.3s;
    margin-right: 1rem;
}

.social-media a:hover {
    color: #cb9865;
}

.hotline {
    color: #e5e5e5;
    font-size: calc(1em + 0.51vw);
    display: flex;
    align-items: center;
    margin-top: auto;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    width: 100%;
}
.row-cols-2 > * {
    width: 50%;
}
.row-cols-3 > * {
    width: 33.3333%;
}
.row-cols-4 > * {
    width: 25%;
}
.row-cols-5 > * {
    width: 20%;
}
.row-cols-6 > * {
    width: 16.6667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    width: 8.3333%;
}
.col-2 {
    width: 16.6667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333%;
}
.col-5 {
    width: 41.6667%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.3333%;
}
.col-8 {
    width: 66.6667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.3333%;
}
.col-11 {
    width: 91.6667%;
}
.col-12 {
    width: 100%;
}
@media (min-width: 320px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .col-sm-auto {
        width: auto;
    }
    .col-sm-1 {
        width: 8.3333%;
    }
    .col-sm-2 {
        width: 16.6667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.3333%;
    }
    .col-sm-5 {
        width: 41.6667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.3333%;
    }
    .col-sm-8 {
        width: 66.6667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.3333%;
    }
    .col-sm-11 {
        width: 91.6667%;
    }
    .col-sm-12 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .col-md-auto {
        width: auto;
    }
    .col-md-1 {
        width: 8.3333%;
    }
    .col-md-2 {
        width: 16.6667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.3333%;
    }
    .col-md-5 {
        width: 41.6667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.3333%;
    }
    .col-md-8 {
        width: 66.6667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.3333%;
    }
    .col-md-11 {
        width: 91.6667%;
    }
    .col-md-12 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .col-lg-auto {
        width: auto;
    }
    .col-lg-1 {
        width: 8.3333%;
    }
    .col-lg-2 {
        width: 16.6667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.3333%;
    }
    .col-lg-5 {
        width: 41.6667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.3333%;
    }
    .col-lg-8 {
        width: 66.6667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.3333%;
    }
    .col-lg-11 {
        width: 91.6667%;
    }
    .col-lg-12 {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .col-xl-auto {
        width: auto;
    }
    .col-xl-1 {
        width: 8.3333%;
    }
    .col-xl-2 {
        width: 16.6667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.3333%;
    }
    .col-xl-5 {
        width: 41.6667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.3333%;
    }
    .col-xl-8 {
        width: 66.6667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.3333%;
    }
    .col-xl-11 {
        width: 91.6667%;
    }
    .col-xl-12 {
        width: 100%;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .col-xxl-auto {
        width: auto;
    }
    .col-xxl-1 {
        width: 8.3333%;
    }
    .col-xxl-2 {
        width: 16.6667%;
    }
    .col-xxl-3 {
        width: 25%;
    }
    .col-xxl-4 {
        width: 33.3333%;
    }
    .col-xxl-5 {
        width: 41.6667%;
    }
    .col-xxl-6 {
        width: 50%;
    }
    .col-xxl-7 {
        width: 58.3333%;
    }
    .col-xxl-8 {
        width: 66.6667%;
    }
    .col-xxl-9 {
        width: 75%;
    }
    .col-xxl-10 {
        width: 83.3333%;
    }
    .col-xxl-11 {
        width: 91.6667%;
    }
    .col-xxl-12 {
        width: 100%;
    }
}
.container5 {
    padding: 0 1rem 0 1rem;
}
.copyright p {
    margin-bottom: 1rem;
    font-family: var(--footer-font);
}
.copyright a {
    margin-right: 0.5rem;
    font-family: var(--footer-font);
}
.margin-top-pos {
    margin-top: 5rem;
}
.margin-top-neg {
    margin-top: -5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.margin-bottom {
    margin-bottom: 5rem;
}
.padding-x-3 {
    padding-left: 3rem;
    padding-right: 3rem;
}
.vl {
    text-align: center;
    border-right: 2px solid #cb9865;
    height: 250px;
}
#navbar {
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.6s;
    box-shadow: 2px -10px 15px 5px #aaaaaa;
}
.navbar.transparent {
    background-color: #fff0;
}
.navbar.scrolled {
    height: 5rem;
    background-color: #ffffff;
   }
.header {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.2s ease-out;
}
.headerVisible {
    opacity: 1;
    transform: translateY(0);
}
.bg {
    background-color: #e4e4e4;
    opacity: 1;
    background-image: linear-gradient(45deg, #cb9865 50%, #e4e4e4 50%);
    background-size: 21px 21px;
}
.zoom {
height:45vh;
border: solid 1.5px #cb9865;   
 transition: transform 0.5s;
  }
@media (max-width: 768px) {
    .zoom {
height:25vh;
border: solid 1.5px #cb9865;   
 transition: transform 0.5s;
  }

}
@media screen and (min-width: 1025px) {
   .zoom {
height:75vh;
border: solid 1.5px #cb9865;   
 transition: transform 0.5s;
  }
}

.zoom:hover {
    transform: scale(1.01);
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
h1 span {
    font-family: roboto;
    color: #cb9865;
}
li span {
    font-family: roboto;
    font-weight: 300;
}
.table-responsive {
    position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive::-webkit-scrollbar {
    height: 2px;
}
.table-responsive::-webkit-scrollbar-track {
    background: rgb(200 200 200 / 0.3);
    border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #cb9865;
    border-radius: 10px;
}
.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 3rem;
    table-layout: auto;
    font-size: 16px;
    white-space: nowrap;
}
.table th {
    font-weight: 400;
    color: #003366;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}
.table th .header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.table th .header-content img.icon {
    height: 45px;
    margin-bottom: 5px;
}
.table tbody td {
    color: #003366;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
}
.table tbody td:first-child {
    text-align: left;
    padding-left: 10px;
}
.table tbody td:first-child span {
font-weight: 600;   
 font-size: 15px;
    color: #cb9865;
    display: block;
}

th, td {
    padding: 12px;
    text-align: center;
    border: 1px solid #cb9865;
}




thead {
        border-bottom: 2px solid #cb9865;
}

@media (max-width: 768px) {
    .table {
        width: auto;
        min-width: 600px;
    }
    .table th,
    .table tbody td {
        font-size: 14px;
        padding: 10px;
    }
}
p a {
    color: #003366;
}

.accommodation-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 20px;
    padding-top: 50px !important;
}

.accommodation-section {
    color: #cb9865;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 20px;
    max-width: 600px;
    width: 100%;
}

.accommodation-section2 {
    text-align: center;
    color: #003366;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    column-gap: 20px;
    max-width: 600px;
    width: 100%;
}

.room-type {
    text-align: left;
    font-size: 175%;
}

.room-type2 {
    text-align: center;
    font-size: 175%;
}

.room-size {
    text-align: right;
    font-size: 175%;
}

.custom-divider {
    display: flex;
    align-items: center; 
    justify-content: end; 
    width: 100%; 
    margin-top: 1vw; 
}

.divider-left,
.divider-right {
    flex: 1; 
    max-width: 30%;
    height: auto;
}

.divider-center {
margin-right: -1px;
    margin-left: -1px; 
   flex: 0;
    max-width: 3rem;
    height: auto;
}

@media (max-width: 768px) {
    .divider-left,
    .divider-right {
        max-width: 45%;
    }

    .divider-center {
        max-width: 1.5rem;
    }
}

.rev {

    flex-direction: row-reverse;

} 


.crs {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }
        .content {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            flex-wrap: wrap;
        }
        .content img {
            max-width: 60%;
            height: auto;

            
        }
        .text-content {
            max-width: 35%;
            text-align: justify;
            padding: calc(var(--bs-gutter-x) * 0.5);
            }
 .text-content p span {
            font-size: 1.2em;
    color: #cb9865;
font-weight: 500;
}
            
            

        
        .content:nth-child(even) {
            flex-direction: row-reverse;
        }

        
        @media (max-width: 768px) {
            .content {
                flex-direction: column;
            }
.content:nth-child(even) {
    flex-direction: column;
}
            .content img {
                max-width: 93%;
            }
.text-content {
                max-width: 100%;
            }

	   

        }





#image-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    overflow: hidden;
    padding: 2rem 0;
    background-color: #ffffff;
}
.carousel {
    display: flex;
    gap: 1rem; 
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0 2rem;
    cursor: pointer;
}
.carousel img {
    height: 50vh;
    width: auto;
    object-fit: cover;
    scroll-snap-align: center;
    
    transition: transform 0.3s ease;
}
.carousel img:hover {
    transform: scale(1.05); 
}


.carousel::-webkit-scrollbar {
    display: none;
}


@media (min-width: 768px) {
    #image-banner {
        height: 50vh;
        padding: 3rem 0;
    }
    .carousel img {
        height: 40vh;
        width: auto;
    }
}





#gallery {
    padding: 2rem;
    text-align: center;
    
}
#gallery h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    padding: 0 2rem;
}
.gallery-grid img {
    width: 100%;
    height: auto;
    
    cursor: pointer;
    transition: transform 0.3s ease;
}
.gallery-grid img:hover {
    transform: scale(1.05);
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.lightbox-slide {
    display: none;
    max-width: 80%;
    max-height: 80%;
    
}
.lightbox .close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #003366;
    font-size: 2rem;
    cursor: pointer;
}
.prev, .next {
    position: absolute;
    top: 50%;
    color: #036;
    font-size: 1rem;
    padding: 0.5rem;
    cursor: pointer;
    transform: translateY(-50%);
    user-select: none;
}
.prev {
    left: 10%;
}
.next {
    right: 10%;
}



.lightbox-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    max-height: 80vh;
    margin: auto;
}


.lightbox-content img {
    max-width: 100%;
    max-height: 60vh;
    object-fit: contain;
}


.thumbnail-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 1rem 0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;  
    scrollbar-width: none; 
}

.thumbnail-carousel::-webkit-scrollbar {
    display: none; 
}

.thumbnail-carousel img {
    width: 70px;
    height: 45px;
    
    cursor: pointer;
    transition: transform 0.3s ease;
    object-fit: cover;
}

.thumbnail-carousel img:hover {
    transform: scale(1.1);
}

.thumbnail-carousel img.active-thumbnail {
    border: 2px solid #fff;
    opacity: 0.8;
}

@media (min-width: 768px) {
    .thumbnail-carousel img {
        width: 90px;
        height: 55px;
    }
}


.home-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.outline-button {
  letter-spacing: 3px;
  padding: 9px 45px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.outline-button:hover {
  color: #fff;
 opacity: 0.75;
 }

@media (max-width: 768px) {
  .outline-button {
    padding: 10px 42px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .outline-button {
    padding: 8px 36px;
    font-size: 12px;
  }
}


.about-button {
  letter-spacing: 3px;
  padding: 9px 25px;
  font-size: 12px;
  color: #003366;
  text-decoration: none;
  border-bottom: 1px solid #003366;
  background: transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.about-button:hover {
  color: #fff;
  background-color: #003366;
  border-color: #cb9865;
}

@media (max-width: 768px) {
  .about-button {
    padding: 10px 42px;
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .about-button {
    padding: 8px 36px;
    font-size: 9px;
  }
}


.block:nth-child(1) .block-image {
    background-image: url('images/executive-room.webp');
}

.block:nth-child(2) .block-image {
    background-image: url('images/suite.webp');
}

.block:nth-child(3) .block-image {
    background-image: url('images/juniorsuite.webp');
}

.block:nth-child(4) .block-image {
    background-image: url('images/gardenvilla.webp');
}
.block:nth-child(5) .block-image {
    background-image: url('images/PremiumRoom.webp');
}



.containercard {
    display: flex;
    gap: 24px;
    padding: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth; 
    -webkit-overflow-scrolling: touch;
}


.containercard::-webkit-scrollbar {
    display: none;
}


.block {
    min-width: 25vw;
    max-width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, width 0.5s ease;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.block.landscape {
    min-width: 75%;
    max-width: 75%;
}

.block-image {
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: bottom;
}

@media (max-width: 768px) {
  .block-image {
    width: 100%;
    height: 25vh;
    background-size: cover;
    background-position: bottom;
}


}
@media screen and (min-width: 1025px) {
   .block-image {
    width: 100%;
    height: 45vh;
    background-size: cover;
    background-position: bottom;
}

}

.block-content {
    text-align: left;
    width: 100%;
    padding-top: 35px;
    position: relative;
}

.block-content h2 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #cb9865;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.toggle-arrow {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.content-text {
    font-size: 1.25em;
    color: #003366;
    line-height: 1.2;
    opacity: 1;
}
.block-content p {
    font-size: 1.25em;
    color: #003366;
    line-height: 1.2;
}

.toggle-arrow {
     font-size: 2rem;
    font-weight: 100;
    transition: transform 0.3s ease;
}

.link {
    display: inline-block;
    margin-top: 16px;
    font-weight: bold;
    color: #0077cc;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .containercard {
        justify-content: start;
    }
    .block {
        flex: 0 0 85%;
    }
}

@media (min-width: 1025px) {
    .containercard {
        justify-content: space-between;
    }
    .block {
        flex: 1 0 45%;
    }
}

      
      .navbar-title {
position: fixed;
         top: 0;
         width: 100%;
         color: #cb9865;
         padding: 25px 20px;
         display: flex;
         justify-content: center;
         align-items: center;
         font-size: 10px;
	text-transform: uppercase; 
      }


.scroll-indicator {
         position: absolute;
         bottom: 20px;
         left: 50%;
         transform: translateX(-50%);
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 16px;
         color: #fff;
         text-transform: uppercase;
         font-family: Arial, sans-serif;
         opacity: 1;
      }

      .scroll-text {
         writing-mode: vertical-rl;
         text-orientation: mixed;
         margin-bottom: 10px;
         font-size: 16px;
         text-transform: uppercase;
         letter-spacing: 2px;
      }

            .arrow-down {
         position: absolute;
         bottom: 3rem;
	 width: 15px;
         height: 15px;
         border-left: 2px solid #fff;
         border-bottom: 2px solid #fff;
         transform: rotate(-45deg);
      }

      
      @keyframes bounce {
         0%, 100% {
            transform: translateY(0);
         }
         50% {
            transform: translateY(-5px);
         }
      }
.line-container {
         display: flex;
         flex-direction: column;
         align-items: center;
         animation: bounce 1.5s ease-in-out infinite;
      }

 .line {
         width: 2px;
         height: 3rem;
         background-color: #fff;
         border-radius: 2px;
      }

.d-none {
display: none;
}

 .cover-text {
         position: fixed;
         top: 50%; 
         transform: translateY(-50%); 
         font-size: 1rem;
         text-align: center;

      }

#changingWord {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
@keyframes fadeWord {
  0% { opacity: 1; }
  33% { opacity: 0; }
  50% { opacity: 0; }
  66% { opacity: 1; }
  100% { opacity: 1; }
}

.hidden {
         opacity: 0;
         pointer-events: none;
      }

.catalog {
    flex-wrap: nowrap;
    flex-direction: row;
position: relative;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


.catalog::-webkit-scrollbar {
    display: none;
}


/*
.catalog::-webkit-scrollbar {
    height: 2px;
}
.catalog::-webkit-scrollbar-track {
    background: rgb(200 200 200 / 0.3);
    border-radius: 10px;
}
.catalog::-webkit-scrollbar-thumb {
    background: #cb9865;
    border-radius: 10px;
}
*/

.home-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); 
    }

.room-row {
            display: flex;
            justify-content: space-between;
            margin: 10px 0;
        }
        .room-row div {
            flex: 1;
            text-align: center;
            padding: 5px 10px;
        }
        .room-row div:first-child {
	    font-size: 1rem;
            text-align: left;
        }
        .room-row div:last-child {
            font-size: 1rem;
            text-align: right;
        }
        .highlight {
            color: #cb9865;
            
        }
        .note {
            margin-bottom: 20px;
    font-size: 10px;
    color: #666;
    text-align: justify;
    margin-top: 10px;
        }