﻿.text-gold {
        background: linear-gradient(180deg, #4a2412 0%, #6a492b 45%, #4a2412 100%);
    -webkit-background-clip: text;
    color: transparent;
    /*-webkit-text-stroke: 1px #d0b659;*/
}
.text-gold2 {
    background: linear-gradient(
        0deg,
        #fff2dc,
        #fff2dc,
        #fff2dc
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.text-blue
{
    color: #689ab6;
}
.text-gold3
{
    background:
linear-gradient(
    180deg,
    #4b2412 0%,
    #2a1208 45%,
    #120603 100%
);
border:1px solid rgba(255,210,120,.28);
    
    }



.social-icons{

    display:flex;
    align-items:center;
    gap:16px;
}

.social-icons a{

    position:relative;

    width:38px;
    height:38px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;

    color:#d9b89a;

    background:
    linear-gradient(
        145deg,
        #241914 0%,
        #1a1310 55%,
        #120d0b 100%
    );

    border:1px solid rgba(181,138,103,.16);

    box-shadow:
        0 6px 16px rgba(0,0,0,.35),
        0 0 12px rgba(181,138,103,.05),
        inset 0 1px 1px rgba(255,255,255,.03);

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        color .35s ease,
        border .35s ease;
}

/* SOFT GLOW */

.social-icons a::before{

    content:"";

    position:absolute;
    inset:0;

    border-radius:50%;

    background:
    radial-gradient(
        circle,
        rgba(181,138,103,.12),
        transparent 72%
    );

    opacity:.8;
}

/* ICON */

.social-icons i{

    position:relative;
    z-index:2;

    font-size:13px;
}

/* HOVER */

.social-icons a:hover{

    transform:
        translateY(-3px)
        scale(1.08);

    color:#f5e6d8;

    border:1px solid rgba(181,138,103,.28);

    background:
    linear-gradient(
        145deg,
        #31211a 0%,
        #221813 55%,
        #17110e 100%
    );

    box-shadow:
        0 10px 24px rgba(0,0,0,.42),
        0 0 18px rgba(181,138,103,.12),
        inset 0 1px 1px rgba(255,255,255,.04);
}



.bg-nude
{
    background: #a6dbed;
    border-top:
    1px solid rgba(181,138,103,.08);
}
.line-height1
{
    line-height: 1;
}
.text-image {
    background: url('images/bg-slider.webp') center/cover no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.bg-text {
    -webkit-background-clip: text;
    background-clip: text;
    background-image: url(../images/bg-text.webp);
    color: transparent;
}
.topbanner {
    text-shadow: -0.02em -0.03em 0.01em #cea749;
    animation: rise 2s ease-in-out 0.5s forwards;
}
.bg-text {
    animation: bg-animation 30s cubic-bezier(0.3, 0, 0.7, 1) infinite;
}
@keyframes bg-animation {
  0% {background-position: 0% 0%;}
  50% {background-position: 100% 100%;}
  100% {background-position: 0% 0%;}
}
.leNFxl {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    width: fit-content;
    position: relative;
    border-radius: inherit;
    cursor: pointer;
    color: rgb(255, 255, 255)!important;
    z-index: 99999999999999;
}
.UZVjZ.UZVjZ.UZVjZ img, .UZVjZ svg {
    transition: fill 0.2s;
    display: block;
    object-fit: contain;
    width: 12px;
    height: 12px;
    fill: rgb(255 255 255)!important;
}
.text-brown
{
    color: #3f2d21;
}
.border-brown{
    border: 1px solid #3f2d21;
}
.bg-gold {
    background: linear-gradient(to bottom right, #c19346, #d5b069, #eed996, #b78842, #c99f55);
}
.text-edit
{
    color:#3f2d21;
    text-shadow: 0 0 8px rgba(255,255,255,0.08);
}
.text-edit2
{
    color:#3f2d21;
    text-shadow: 0 0 8px rgba(255,255,255,0.08);
}
.header-top{
  background: #f3eae1;
}
.fw-500{
  font-weight: 500;
}
.text-green
{
    color: #012a18;
}
.bg-green{
  background: #012a18;
}
.bg-page{
    background: #f3eae1;
}
.bg-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(255, 220, 170, .35), transparent 40%), radial-gradient(circle at bottom right, rgba(255, 220, 170, .22), transparent 35%);
    pointer-events: none;
}
.promotion-img img{
    margin: 0px auto;
}
#mobile-overlay{
    margin-top: 86px;
}
#menu-toggle{
    display: none;
}
.text-capitalize{
    text-transform: capitalize;
}
#notification
{
    width:100%;
    background: linear-gradient(180deg, #4a2412 0%, #6a492b 45%, #92765e 100%);
    position: fixed;
    top: 0;
    z-index:9999999;
    text-align:center;
    color:#fff8cf;
    font-weight:600;
    line-height:1.5em;
    font-size:15pt;
    display:none;
    padding:8px 10px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}

/* button */
.notificationtop a
{
    color:#fff;
    text-decoration:none;
    background: #7cb7d7;
    padding:5px 12px;
    font-size:11pt;
    font-weight:600;

    border-radius:30px;

    margin-left:10px;

    cursor:pointer;

    transition:0.3s ease;

    box-shadow:
        0 4px 12px rgba(70,40,20,0.18);
}

.notificationtop a:hover
{
    background:
        linear-gradient(
            135deg,
            #5a3b2d,
            #835f4c
        );

    transform:translateY(-1px);
}
/* Notification */
#subbar {
    /*position: fixed;
    z-index: 9999999;
    right: 0px;
    top: 30%;
    cursor: pointer;
    opacity: 1.0;
    background-image: linear-gradient(to bottom right, #c19346, #d5b069, #eed996, #b78842, #c99f55);
    text-align: center;
    padding: 5px 15px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(241, 241, 241, 0.4);
    border-radius: 50px;*/
}
#subbar span, #subbar i{
    /*background: -webkit-linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
#subbar {
   /* transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    right: -44px;
    top: 30%;*/
}
#subbar:hover {
    /*background-image: linear-gradient(45deg, #d0b659, #cda548, #f5e5bb, #d0b659);*/
}
#book_online {
    position: fixed;
    z-index: 9999999;
    right: 0px;
    top: 50%;
    cursor: pointer;
    opacity: 1.0;
    background-image: linear-gradient(to bottom right, #c19346, #d5b069, #eed996, #b78842, #c99f55);
    text-align: center;
    padding: 6px 12px;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(241, 241, 241, 0.4);
    border-radius: 50px;
    letter-spacing:0px;
    display: none;
}
#book_online span, #book_online i{
    background: -webkit-linear-gradient(#000, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#book_online {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    right: -60px;
    top: 50%;
}
#book_online:hover {
    background-image: linear-gradient(45deg, #d0b659, #cda548, #f5e5bb, #d0b659);
}

#groupnoti {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 99999;
    display: block;
}

#noti {
    width: 100%;
    overflow: hidden;
    max-width: 500px;
    margin: 0px auto;
    padding: 10px;
    margin-top: 130px;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

    #noti img {
        width: 100%;
        border: 1px solid #ccc;
    }

#closenoti {
    width: 100%;
    cursor: pointer;
    margin-bottom: 5px;
    color: #000;
    font-weight: bold;
    text-align: right;
}
.Counters {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    background: rgba(255,255,255,0.3);
    border-radius:16px;
    padding:16px;
    line-height:1.7;
    text-align:center;
    color:#3f2d21;
}
.nav-bottom
{
     display:none;  
}
/*Host-a-party*/
.party-page {
    text-align: center;
}
.party {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 50px;
}
.party span
{
    color: #fff;
}
.time-party span{
    color: #000;
}
#bSend {
    padding: 16px 30px;
    background: linear-gradient(180deg, #4a2412 0%, #6a492b 45%, #92765e 100%);
    color: #fff2dc;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#bSend:hover {
    background: #7cb7d7;
    color: #fff2dc;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
.contact-form2 {
    background: url(../img/dots.png) 0px 0px repeat #e4c78d;
}

#form2 {
    margin-bottom: 50px;
}

.contentparty {
    width: 70%;
    height: auto;
    margin: auto;
    margin-top: 20px;
}

.txt_hostparty {
    color: #333;
    font-size: 12pt;
    margin-bottom: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}

.formrowtext {
    text-align: left;
}

.img_hostparty {
    width: 96%;
    max-width: 700px;
    margin: 0px auto;
    margin-top: 20px;
}

    .img_hostparty img {
        width: 50%;
        float: left;
    }

    .img_hostparty img {
        padding-bottom: 15px;
        padding-right: 15px;
    }

.contact_r {
    max-width: 650px;
    width: 100%;
    margin: 0px auto;
    margin-top: 40px;
}

.contact_title {
    font-size: 15pt;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.form-group h5 {
    font-size: 12pt;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.logo-top
{
    padding:5px 0;
}
.logo-top img{
    width: 90px;
}
.logo-footer img{
    width: 140px;
}
.form-party{
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}
#Btn_Party {
    background: linear-gradient(180deg, #4a2412 0%, #6a492b 45%, #92765e 100%);
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    max-width: 120px;
    width: 100%;
    border-radius: 50px;
    padding: 10px 20px;
    font-family: "Work Sans", sans-serif;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

#Btn_Party:hover {
    background: #7cb7d7;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
}
/*End-Host-a-party*/
/*Contact form*/
.contact_r {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 1px 15px 0px rgb(62 65 159 / 10%);
}

#form {
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.txtbox {
    border: 1px solid #ccc;
    height: 30px;
    width: 90%;
}

.textarea {
    min-height: 100px;
}

.formrowtop {
    font-weight: bold;
}

.formrow {
    margin-bottom: 10px;
}

.buttonrow {
    text-align: center;
}

#formnotify, #formnotifyS {
    width: 90%;
    max-width: 400px;
    min-height: 160px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    padding: 10px;
    text-align: center;
    box-shadow: 2px 2px 5px #666;
    z-index: 999999999999999;
    display: none;
}

#formnotifycontent, #formnotifycontentS {
    font-size: 12pt;
    color: #666;
    margin-top: 30px;
}

#formnotifyok, #formnotifyokS {
    margin: 0px auto;
    margin-top: 20px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #df811e;
    cursor: pointer;
}

#formsign {
    margin-top: 30px;
}

#formnotifyok:hover {
    background: #be3024;
}

#formpwait, #formpwaitS {
    float: left;
    margin-left: 20px;
    display: none;
}

#formwait {
    display: none;
}
.fixed {
  position: fixed
}
.page-section{
    padding-top: 100px;
    padding-bottom: 30px;
}
.opacity-0 {
    opacity: 0;
}
/*Contact form*/
@media(max-width: 1200px) 
{
  .sm-gap-2{
        gap: 0.5rem
    }
}
@media(max-width: 1024px) 
{
  .menu-header a{
    font-size: 7pt;
  }
  
}
.video-gallery
{
    overflow:hidden;
    width:100%;
    margin-top:20px;
    text-align:center;
    margin-bottom:30px;
}
.video-gallery iframe
{
    width:100%;
    padding:5px;
    max-width:700px;
    height:400px;
    margin:0px auto;
}
@media(max-width:768px) 
{
    .title-luxury{
        display: flex;
    }
    .menu-header a {
        display: none;
    }
    .head-top{
        margin-top: 180px;
    }
    .logo-top img
    {
        width:70px;
    }
    .bg-menu-mb{
        background: linear-gradient(rgb(177 277 253 / 50%), rgb(177 277 253 / 50%)), url(../images/bg-banner.webp) center center no-repeat;
        background-size: cover;
    }
    .spa-title-home img {
        width: 30px;
        height: auto;
    }
    .services-header h2 {
        font-size: 38px;
    }
    .title-luxury img {
        max-width: 30px;
    }
    .about-left h2 {
        font-size: 37px;
    }
    .nav-bottom
{
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    z-index: 999;
    display: block!important;
}

.nav-bottom ul
{
    overflow: hidden;
    width: 60%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 5px;
    display: flex;
    background: linear-gradient(0deg, #4a2412 0%, #6a492b 45%, #92765e 100%);
    border-radius: 50px;
    backdrop-filter: blur(8px);
}

.nav-bottom ul li
{
    text-align: center;
    list-style-type: none;
    width: 30%;
    border-radius: 40px;
    transition: 0.3s ease;
}

.nav-bottom ul li:hover
{
    background: linear-gradient(135deg, #7a5a46, #9b7a63);
}

.nav-bottom ul li a
{
    color: #f4ede6;
    font-size: 11pt;
    text-decoration: none;
    display: block;
    padding: 6px 0;
}

.nav-bottom ul li a i
{
    color: #d09968;
}

.nav-bottom ul li a span
{
    display: block;
    margin-top: 2px;
}

#direction_m a
{
    color: #f4ede6;
    cursor: pointer;
}
    .icon-button i
    {
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50px;    
        color: #000;
        padding-top: 12px;
    }
    #menu-toggle{
        display: block;
    }
}
@media(max-width: 650px) 
{
    .nav-bottom ul {
        width: 90%;
    }
    .icon-button i {
        width: 30px;
        height: 30px;
        padding-top: 8px;
    }
    #formnotify, #formnotifyS {
        margin-left: -186px;
    }
    .services-header h2, .lux-promo-title {
        font-size: 30px;
    }
    .lux-mini-title {
        letter-spacing: 3px;
    }
    .about-luxury {
        background: url(../images/sea.webp) center bottom no-repeat #f3eae1;
        background-size: auto;
    }
    .nxn-gallery-sec {
        background: url(../images/wave.webp) left bottom no-repeat #bae3f0;
        background-size: auto;
    }
    .service-content {
        background: linear-gradient(rgba(194, 214, 225, .5), rgba(194, 214, 225, .5)), url(../images/bg-services-home-mb.webp) 100% bottom no-repeat;
        background-size: auto;
    }
}
@media(max-width: 400px) 
{
    #formnotify, #formnotifyS {
        margin-left: -170px;
    }
    .md\:text-3xl {
        font-size: 1rem;
    }
    .star-slider1, .star-slider2, .star-slider3, .star-slider4 {
        max-width: 30px;
    }
    .lg\:text-8xl {
        font-size: 3rem;
    }
    .services-header h2, .lux-promo-title {
        font-size: 28px;
    }
    .nxn-gallery-title {
        font-size: 35px;
    }
}
@media(max-width: 360px) 
{
    #formnotify, #formnotifyS {
        margin-left: -162px;
    }
}
@media(max-width: 350px) 
{
    #formnotify, #formnotifyS {
        margin-left: -155px;
    }
    .services-header h2, .lux-promo-title {
        font-size: 25px;
    }
}