﻿.text-gold {
    background-image: linear-gradient(
        180deg,
        #e2b987,
        #e9ca9e
    );
    -webkit-background-clip: text;
    color: transparent;
    /*-webkit-text-stroke: 1px #d0b659;*/
}
.text-gold2 {
    background: linear-gradient(
        0deg,
        #dfa96d,
        #dfa96d,
        #dfa96d
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.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:
linear-gradient(
180deg,
#1d1511 0%,
#120d0b 100%
);

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;
}
.bg-gold {
    background: linear-gradient(to bottom right, #c19346, #d5b069, #eed996, #b78842, #c99f55);
}
.text-edit
{
    color:#f1e4d2;
text-shadow: 0 0 8px rgba(255,255,255,0.08);
    }
    
    .text-edit2
{
    color:#d9a45c;
text-shadow: 0 0 8px rgba(255,255,255,0.08);
    }
    
.header-top{
  background:
  radial-gradient(
  circle at center,
  #241914 0%,
  #18110e 45%,
  #120d0b 100%
  );
}
.fw-500{
  font-weight: 500;
}
.text-green
{
    color: #012a18;
}
.bg-green{
  background: #012a18;
}
.bg-page{
    background: #fff;
}
.promotion-img img{
    margin: 0px auto;
}
#mobile-overlay{
    margin-top: 86px;
}
#menu-toggle{
    display: none;
}
.text-capitalize{
    text-transform: capitalize;
}
#notification
{
    width:100%;

    /* Soft luxury nude background */
    background:
        linear-gradient(
            135deg,
            #f7efe7 0%,
            #f1e3d5 35%,
            #ead6c2 70%,
            #e2c6ae 100%
        );

    border-bottom: 1px solid rgba(110,75,55,0.15);

    position: fixed;
    top: 0;
    z-index:9999999;

    text-align:center;

    color:#5a3d2c;

    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;

    box-shadow:
        0 4px 20px rgba(80,50,30,0.08);
}

/* button */
.notificationtop a
{
    color:#fff;
    text-decoration:none;

    background:
        linear-gradient(
            135deg,
            #6f4a38,
            #9b735d
        );

    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:
    linear-gradient(
    135deg,
    #241914 0%,
    #3a271d 50%,
    #221712 100%
    );

    border-radius:16px;

    padding:16px;

    line-height:1.7;
    text-align:center;

    color:#f5e6d8;

    border:
    1px solid rgba(200,155,115,.12);

    box-shadow:
    0 12px 30px rgba(0,0,0,.35);
}
.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(135deg, #8b5e3c, #b07a50, #d2a679, #9a6843);
    color: #fff;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}

#bSend:hover {
    background: linear-gradient(135deg, #b07a50, #d2a679, #c18b5f, #8b5e3c);
    color: #fff;
    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: 140px;
}
.logo-footer img{
    width: 140px;
}
.form-party{
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
}
#Btn_Party {
    background: linear-gradient(135deg, #6b4632, #8a6247, #b38966, #7a523c);
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    max-width: 120px;
    width: 100%;
    border-radius: 50px;
    padding: 10px 20px;
    font-family: "Work Sans", sans-serif;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 4px 15px rgba(0,0,0,0.25);
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

#Btn_Party:hover {
    background: linear-gradient(135deg, #9d7150, #c79d77, #b78660, #6b4632);
    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: 170px;
  padding-bottom:70px;
}
.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) 
{
    .menu-header a {
        display: none;
    }
    .head-top{
        margin-top: 180px;
    }
    .logo-top img
    {
        width:100px;
    }
    .bg-menu-mb{
        
        background:
        linear-gradient(
        rgba(18,13,11,.72),
        rgba(18,13,11,.78)
        ),
        url(../images/bg-banner.webp)
        center left no-repeat;

        background-size:cover;
    
    }
    .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;

    /* Brown dark luxury */
    background: linear-gradient(135deg, #4b3428, #6a4a3b, #3a2720);
    
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
    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: #d8b08c;
}

.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;
    }
}
@media(max-width: 400px) 
{
    #formnotify, #formnotifyS {
        margin-left: -170px;
    }
}
@media(max-width: 360px) 
{
    #formnotify, #formnotifyS {
        margin-left: -162px;
    }
}
@media(max-width: 360px) 
{
    #formnotify, #formnotifyS {
        margin-left: -155px;
    }
}