/* Fonts */
@font-face {
    font-family: 'ClashDisplay';
    src: url('../fonts/Clash/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplayVariable';
    src: url('../fonts/Clash/ClashDisplay-Variable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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


/* Responsive */
@media (max-width: 1165px) {
    .logo {
        width: 100%;
    }

    .logo2{
        width: 40%;
    }

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

    .clock{
        width: 60px;
        display: inline-block;
    }

    .blog-title{
        font-size: 25px !important;
    }

    /* .h-100vh{
        height: 100vh;
    }

    .h100per{
        height: 100%;
    }

    .h100vh{
        height: 100%;
    } */

    .h-booking{
        height: 100vh;
    }

    #ptTimeSelectCntr {
        transform: translate(-55%, -10%);
    }

    .ui-widget{
        font-size: 0.9em !important;
    }
    

}

@media (min-width: 577px) {
    .logo {
        width: 70%;
    }

    .logo2 {
        width: 50%;
    }
}

@media (min-width: 1166px) {
    .overlay-content2 {
        width: 50%;
    }

    .logo2{
        width: 30%;
    }

    .w-8{
        width: 4% !important;
    }

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

@media (max-width: 280px){
    html, body{
        overflow-x: hidden;
    }

    .hide-on-280{
        display: none;
    }

}

@media (max-width: 375px){
    /* .h-100vh{
        height: 100% !important;
    } */

    /* .h100vh{
        height: 100vh;
    } */

    .h-booking{
        height: 100%;
    }
}

@media screen and (min-height: 844px) and (max-height: 1368px) {
    .overlay-content{
        top: 30% !important;
    }
}

@media screen and (min-height: 600px) and (max-height: 800px) {

    .h-60vh {
        height: 170% !important;
    }

    .h-booking{
        height: 100%;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/* Slick */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

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

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

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



/* Modal */
.modal-backdrop.show{
    opacity: 0 !important;
}
  
.modal-content {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5) !important;
}
  
.modal-header{
    border-bottom: 0px !important;
}

.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EBC399' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
    opacity: 1.5 !important;
}

.modal-body{
    margin: 1rem;
}

.modal-body::-webkit-scrollbar {
    width: 2px; /* Set the width of the scrollbar */
}
  
.modal-body::-webkit-scrollbar-track {
    background: #888; /* Background color of the scrollbar track */
}
  
.modal-body::-webkit-scrollbar-thumb {
    background: #EBC399; /* Color of the scrollbar thumb */
    border-radius: 5px; /* Border radius of the thumb */
}
  
.modal-body::-webkit-scrollbar-thumb:hover {
    background: #EBC399; /* Color of the scrollbar thumb on hover */
}


/* ToolTip */
.custom-tooltip {
    position: relative;
    display: inline-block;
}
  
.custom-tooltip .custom-tooltiptext {
    visibility: hidden;
    font-family: "Satoshi", Sans-serif;
    width: 250px;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    text-align: left;
    padding: 5px 20px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
}
  
.custom-tooltip:hover .custom-tooltiptext {
    visibility: visible;
    opacity: 1;
}

.custom-tooltip .custom-tooltiptext::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 20%;
    transform: scaleY(-1);
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #B98230 transparent;
}

.tooltip-mobile{
    font-family: "Satoshi", Sans-serif;
    width: 245px;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 6px;
    border: 1px solid #fff;
    text-align: left;
    padding: 5px 20px;
}


/* Off Canvas */
.offcanvas-header{
    display: block !important;
}
.offcanvas{
    background-color: rgba(0, 0, 0, 0.7) !important;
}

/* General Classes */


.background-container {
    position: relative;
    width: 100vw;
    height: 100vh;
    background: url(../img/home-image.webp) center/cover no-repeat;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay-content2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text-gold {
    color: #EBC399 !important;
}

.light{
    color: #fff;
}

.light:hover{
    color: #EBC399;
}

.text-dark{
    color: #000;
}

.background-black{
    background-color: #111111;
}

.background-black-mobile::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111111;
    z-index: -1;
  }

.background-white{
    background-color: #ffffff;
}

.btn-enter{
    border: 1px solid #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
    letter-spacing: 10px;
    font-family: "Satoshi", Sans-serif;
}

.btn-enter:hover, .btn-menu:hover{
    color: rgba(0, 0, 0, 0.8) !important;
    background-color: #FACE8D;
}

.birthstone{
    font-family: "Birthstone", Sans-serif;
    font-size: 3rem;
    color: #FACE8D !important;
    font-weight: 100;
}

.clash{
    font-family: "ClashDisplay";
    font-size: 5rem;
    font-weight: bold;
}

.w-8{
    width: 8%;
}

.float-right{
    float: right;
}

.btn-menu{
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: "Satoshi", Sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.hide{
    display: none;
}

.show{
    display: block;
}

.vector-container:hover {
    transform: translateY(-5px);
}

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

.border-radius-5{
    border-radius: 5px;
}

.fa-clock{
    font-weight: 100;
    font-size: xx-large;
}

.clock{
    background-color: #B98230;
    color: #ffffff;
}

.fa-clock:hover{
    background-color: #B98230;
    color: #302923;
    font-weight: 900 !important;
}

.nav-border{
    border: 1px solid #EBC399;
    padding: 8px;
}

.satoshi{
    font-family: "Satoshi", Sans-serif;
    font-weight: bold;
}

.bottom-border::after {
    content: "";
    display: block;
    border-bottom: 1px solid #B98230;
    width: 10%;
    left: 50%;
    bottom: 0;
    position: absolute;
}

.bottom-border{
    display: inline-block;
    position: relative;
}


/* Mobile Version */
.btn-book-mobile{
    font-size: 15px;
    letter-spacing: 0px;
    border: 1px solid #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
}

.list-none{
    list-style: none;
}

.black-gradient{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    height: 200px;
}

.bottom-menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h-60vh{
    height: 200%;
}

.fa{
    line-height: 1.5 !important;
}

.fs-17{
    font-size: 17px;
}

.ml-30{
    margin-left: -30px !important;
}

.left-section {
    position: fixed;
    display: block;
    z-index: 200;
    padding: 25px;
    height: 100vh;
    float: left;
    right: 0px;
    width: 50%;
    left: 0px;
    top: 0px;
}

.right-section {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh;
    float: none;
    left: 50%;
    top: 0px;
    right: 0px;
    width: 50%;
}

.background-internal {
    background: url(../img/internal-image.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.background-internal2 {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9), transparent), url(../img/internal-image2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.9);
}

.active-nav{
    background-color: #EBC399;
}

.clash-font{
    font-family: "ClashDisplayVariable";
}

.background-opacity{
    background-color: rgba(0, 0, 0, 0.3);
}

.border-blog{
    border: 1px solid gray;
}

.border-radius-5{
    border-radius: 5px;
}

.blog-title{
    font-size: 35px;
    line-height: 1;
}

.w-70{
    width: 70%;
    margin-top: -40px;
}

.mb-40{
    margin-bottom: -40px;
}

.mt-7rem{
    margin-top: 7rem !important;
}

h1, h2, h3, h4, h5, h6{
    color: #fff !important;
}

.blog-link a, 
.blog-link a:hover, 
.text-success-custom {
    color: #B98230;
}

.btn-blog-home{
    font-size: 15px;
    letter-spacing: 0px;
    color: #000;
    background-color: #EBC399;
    border: 1px solid #fff;
}

.fs-40{
    font-size: 40px;
    font-weight: 900;
}

.map-body iframe{
    background-color: transparent;
    border-radius: 35px;
}

.form-control{
    background-color: transparent !important;
    border: 1px solid gray !important;
    border-radius: 5px !important;
    padding: 0.5rem !important;
}

.pr-9{
    padding-right: 9rem !important;
}

.booking-background {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.9), transparent), url(../img/booking.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 100%; */
    background-color: rgba(0, 0, 0, 0.9);
}

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


/* Accordion */
.accordion-item, .accordion-button, .border-bottom-accord{
    background-color: transparent !important;
    border: transparent !important;

    border-bottom: solid 0.5px #FACE8D !important;
}

.accordion-button:not(.collapsed){
    color: #FACE8D !important;
    
}

.accordion-button:focus{
    box-shadow: 0 0 0 0.25rem rgba(216, 19, 36, 0) !important;
}

.accordion-button{
    color: #FACE8D !important;
}

.fs-50{
    font-size: 50px !important;
}

.accordion-button::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23FACE8D'%3e%3crect width='20' height='20' rx='2' ry='2' stroke='%23FACE8D' stroke-width='2' fill='none'/%3e%3cpath d='M10 5V15M5 10H15' stroke='%23FACE8D' stroke-width='2'/%3e%3c/svg%3e") !important;
}

.accordion-body{
    border: solid 1px #FACE8D;
}

.with-shadow{
    box-shadow: -10px 10px 16px 2px rgba(250, 206, 141, 0.2);
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Style the video to cover the entire container */
#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.social-links-style1 li a i {
    position: relative;
    display: block;
    background: #FACE8D;
    border: 1px solid #FACE8D;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    transition: .5s;
}

.social-links-style1 li a i:hover {
    background: #000;
    border: 1px solid #000;
    color: #FACE8D;
}

.inline-list {
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove any default padding */
}

.inline-list li {
    display: inline-block; /* Display list items inline */
    margin-right: 10px; /* Add some spacing between the items (adjust as needed) */
}

.first-letter{
    font-size: 40px;
    font-weight: bold;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    text-align: center;
    white-space: nowrap;
    position: absolute;
    line-height: 4px;
    font-size: 5em;
    letter-spacing: 5px;
    font-weight: 500;
    font-family: "Birthstone", Sans-serif;
    color: #000;
    text-shadow: -3px 1px 1px #FACE8D;
}

.float{
    position: fixed;
    font-size: 30px;
    bottom: 60px;
    background-color: #FACE8D;
    color: #000;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 9999;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.float {
    right: 15px;
}
.float:hover {
    background-color: #000;
    color: #FACE8D;
}