/********** Template CSS **********/
:root {
    --primary: #426351;
    --secondary: #8F12FD;
    --light: #F0F6FF;
    --dark: #262B47;
    --blueSecond: #0E2830;
    --secondLight: #E0B880 ;
    --backgroundMain: #fffdf5;
    --browMain:#905A37;
    --circle-review: #09260a;
    --header-mobile:#fffdf3;
}

html{
    overflow-x: hidden;
}

*{
    color: black;
}

/* font */
@font-face {
    font-family: caviarFont;
    src: url(../font-family/00056-UTM-Caviar.ttf);
 }

 @font-face {
    font-family: sinistreFont;
    src: url(../font-family/DFVN-Sinistre.otf);
 }

 @font-face {
    font-family: americanaFont;
    src: url(../font-family/UTM-Americana.ttf);
 }

 .underline{
    height: 5px;
    width: 200px;
    background-color: white;
 }

 .underline-signature{
    background-color: var(--primary) !important;
 }

 .font-sinistre {
    font-family: sinistreFont !important;
 }

 .font-caviar {
    font-family: caviarFont !important;
 }

 .font-americana {
    font-family: americanaFont !important;
 }

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

 .circle-review {
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(-270deg, var(--primary) 50%, white 50% ); 
    border-radius: 50%;
    border: 1px solid var(--primary);
    left: 45%;
    bottom: 5px;
 }

 .circle-review-level-1 {
    background: linear-gradient(270deg, var(--circle-review) 70%,  white 30% ) !important; 
 }

 .circle-review-full {
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(-270deg,  white 100% ); 
    border-radius: 50%;
    border: 1px solid var(--primary);
 }

    .hex {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 320px;
    height: 277.12px; /* width * 0.866 */
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    }
  
  .hex-background {
    position: absolute;
    background-color: orange; /*color of the main-background*/
    top: 2px; /* equal to border thickness */
    left: 2px; /* equal to border thickness */
    width: 316px; /* container height - (border thickness * 2) */
    height: 273.12px; /* container height - (border thickness * 2) */
    -webkit-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
    -moz-clip-path: polygon(0% 50%, 25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%);
  }
  
  .hex img {
    position: absolute;
    width: 100%; 
    height: auto; 
    top: -20px;
  }
  

.teamGroup {
    background-image:url("../img/99/bg-menu/bg-classic.png");
    background-position: center;
}

 .font-size-topic {
    font-size: 60px;
 }

 .menu-item-name {
    width: 265px;
 }

 .menu-item-price{
    width: 3rem;
    padding-top: 2px;
 }

 .icon-alcohol{
    right: 10%;
    top: -12px;
 }

/**!SECTION common
**/
.text-white{
    color: white;
}

.ml-auto{
    margin-left: auto;
}

.mr-auto{
    margin-right: auto;
}

.primary-title-color{
    color: var(--primary);
}

.blueSecond-title-color{
    color: var(--blueSecond);
}

.bg-item-custom{
    background-color: var(--circle-review) !important;
}

.color-title-secondLight{
    color: var(--secondLight);
}


/* booking */
.tittle-booking{
    top: 5%;
    
}

.tittle-booking-text{
    border-radius: 20px;
    padding: 1rem;
    background: rgb(161 161 161 / 34%);
}

.img-booking{
    border-radius: 20px;
    border: 5px solid white;
    width: fit-content;
    height: 72vh;
}

.booking-block{
    max-width: 100%;
    background: rgba(0,0,0, 0.6)url("../img/99/dscf7896-min.jpg");
    background-size:cover ;
    background-position: center;
    height: 100vh;
    background-blend-mode: darken;
}
/*** 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;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

.bg-custom{
    background-color: var(--circle-review);
}

.px-24{
    padding: 0 12px;
}

/* about-ust */
.shape-background{
    padding-top: 24px;
    background-color:  rgb(49 49 49 / 60%);
}

.text-content {
    z-index: 97;
    top: 15%;
    left: 15%;
}

.img-carousel-main{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.logo-white{
    object-fit: contain;
}

/* booking */
.booking-title{
    text-decoration: none;
    color: var(--secondLight) !important;
}

.block-booking-img{ 
    width: 80%;
}

/* MENU */
.classic-menu{
    background-image: url("../img/99/bg-menu/bg-classic.png");
    background-position: center;
}

.signatuer-block{
    background: url("../img/99/bg-menu/bg-signature.png");
    background-position: center;
}
.img-sigature{
    left: 36%;
    top: 30%;
}

.class

/*** Gradient Text & BG ***/
.text-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-primary-gradient {
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}

.bg-secondary-gradient {
    background: linear-gradient(to bottom right, var(--secondary), var(--primary));
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient {
    position: relative;
    overflow: hidden;
    border: none;
    color: white;
    font-weight: 500;
    z-index: 1;
}

.btn.btn-primary-gradient::after,
.btn.btn-secondary-gradient::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.btn.btn-primary-gradient,
.btn.btn-secondary-gradient::after {
    background: var(--secondLight);
   
}

.btn.btn-secondary-gradient,
.btn.btn-primary-gradient::after {
    background: var(--secondLight);
}

.btn.btn-primary-gradient:hover::after,
.btn.btn-secondary-gradient:hover::after {
    opacity: 1;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    border: none;
    background:var(--secondLight);
    
}

.back-to-top > i {
    color: var(--primary ) !important;
}


/*** Navbar ***/
.navbar-nav {
    margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 2rem 0;
    font-family: caviarFont;
    font-weight: bold;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
    font-size: 1.15rem;    
}

.navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color:white !important;
}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
    top: 0;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    /* max-height: 45px; */
}

.navbar-light .navbar-toggler{
    color: white;
}

.navbar-toggler:focus{
    box-shadow: 0 0 0 0.1rem;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: white !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: white!important;
    }

    .navbar-light .navbar-brand h1 {
        background: var(--primary);
        font-weight: bold;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--primary);
    }

    .sticky-top.navbar-light .navbar-nav .nav-link::before {
        border-top-color: white;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        background:var(--blueSecond);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}


/*** Hero Header ***/
.hero-header {
    padding: 16rem 0 0 0;
    background: var(--primary);
    background-position:
        left 0px top 0px,
        right 0px top 50%,
        center bottom;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 0 0;
    }
    .bg-main{
        display: block !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991.98px){
    .snack-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: flex-end !important;
    }

    .snack-title-vi {
        font-size: 30px !important;
    }

    .snack-title-en {
        font-size: 24px !important;
    }
    
    .img-sigature{
        left: 30%;
        top: 32%;
    }
    
     .item-long{
        width: 210px;
    }

    .bg-header-mobile{
        background-image: url("../img/99/bg-menu/bg-signature.png");
        background-position: center;
        max-width: 100%;
    }

    .text-main-header{
        left: 4% !important;
    }
    .circle-review{
        left: 42%;
    }
    /* booking */
    .block-booking-img{
        width: 100%;
    }

    .img-booking{
        width: 100%;
        height: 65vh;
        object-fit: cover;
    }

    .testimonial-item{
        height: 350px;
    }
    .media-signature{
        height: fit-content;
        width: 100%;
    }

    .px-24{
        padding: 0 12px !important;
    }

    .bg-main{
        display: block !important;
    }

    .img-carousel-main{
        height: auto;
    }

    .about-us-block {
        background-image: none !important;
        height: auto !important;
    }

    .nav-bar-mobile-padding{
        padding-left: 12px !important;
        padding-right: 12px !important;
        background-color: var(--circle-review);
    }

    .signature-carousel .owl-nav, .signature-carousel .owl-nav {
        margin-top: 0 !important;
        position: relative;
        z-index: 99;
    }

    .bg-main-carousel{
        position: relative;
    }

    .text-content{
        position: relative !important;
        left: 0;
    }

    .about-us-title, .about-us-content {
        color: var(--primary) !important;
    }

    .shape-background{
        background: none;
    }

    .about-us-title{
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .item-long{
        width: 210px;
    }

    .img-sigature{
        left: 30%;
        top: 30%;
    }

    .bg-header-mobile{
        background-image: url("../img/99/bg-menu/bg-signature.png");
        background-position: center;
        max-width: 100%;
    }

    .circle-review{
        left: 42%;
        
    }
    /* about us */
    .about-us-block{
        background-image: none !important;
        height: auto !important;
    }

    .bg-main{
        display: block !important;
    }

    .about-us-title{
        text-align: center;
    }

    .about-us-title, .about-us-content {
        color: var(--primary) !important;
    }

    .nav-bar-mobile-padding{
        padding-left: 12px !important;
        padding-right: 12px !important;
        background-color: var(--circle-review);
    }

    .img-carousel-main{
        height: auto;
    }

    .px-24{
        padding: 0;
    }

    .shape-background{
        background: none;
    }


    .text-content{
        position: relative !important;
        left: 0;
    }

    /* booking */
    .block-booking-img{
        width: 100%;
    }

    .testimonial-item{
        height: 390px !important;
    }

    .media-signature{
        height: fit-content;
        width: 100%;
    }

    .signature-carousel .owl-nav, .signature-carousel .owl-nav {
        margin-top: 0 !important;
        position: relative;
        z-index: 99;
    }

}

@media only screen and (min-width: 375px) and (max-width: 767px) {
     .item-long{
        width: 210px;
    }

    .img-booking{
        width: 100%;
        height: 65vh;
        object-fit: cover;
    }
    .block-booking-img{
        width: 100%;
    }
    .booking-mobile {
        margin-top: 50px;    
        z-index: 99;
    }

    .snack-mobile {
        margin-left: 0 !important;
        margin-right: 0 !important;
        align-items: center !important;
    }

    .snack-column-reverse {
        flex-direction: column-reverse;
    }

    .snack-title-vi {
        font-size: 2rem !important;
    }

    .snack-title-en {
        font-size: 1.5rem !important;
    }
}




/*** Feature ***/
.feature-item {
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

/***!SECTION ***/
.about-us-block{
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.bg-main{
    display: none;
}

/*** Pricing ***/
.pricing .nav {
    padding: 2px;
}

.pricing .nav-link {
    padding: 12px 30px;
    font-weight: 500;
    color: var(--dark);
    background: #FFFFFF;
}

.pricing .nav-item:first-child .nav-link {
    border-radius: 30px 0 0 30px;
}

.pricing .nav-item:last-child .nav-link {
    border-radius: 0 30px 30px 0;
}

.pricing .nav-link.active {
    color: #FFFFFF;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
}


/*** Screenshot ***/
.screenshot-carousel {
    position: relative;
    width: 253px;
    height: 500px;
    padding: 15px;
    margin-right: 30px;
}

.screenshot-carousel::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 253px 500px;
    z-index: 1;
}

.screenshot-carousel .owl-item img {
    position: relative;
    width: 223px;
    height: 470px;
}

.screenshot-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.screenshot-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom right, var(--primary), var(--secondary));
    border-radius: 15px;
    transition: .5s;
}

.screenshot-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 5px;
    left: 5px;
    background: #FFFFFF;
    border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
    box-shadow: 0 0 10px var(--dark);
}


/*** Testimonial ***/
.testimonial-item{
    width: 100%;
    height: 450px;
}
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item h5,
.testimonial-carousel .owl-item.center .testimonial-item p {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav, .signature-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next,
.signature-carousel .owl-nav .owl-next,
.signature-carousel .owl-nav .owl-prev {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--primary) !important;
    border-radius: 60px;
    font-size: 18px;
    transition: .5s;
}

.owl-next > i, .owl-prev > i {
    color: white ;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondLight) !important;
}


/*** Footer ***/
.footer {
    margin-top: 0;
    background-position:
    left 0px bottom 0px,
    right 0px top 50%,
    center top;
    background-repeat: no-repeat;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.snack-title-vi {
    font-size: 50px;
}

.snack-title-en{
    font-size: 36px;;
}

.mr-3rem{
    margin-right: 3rem;
}

.ml-3rem{
    margin-left: 3rem;
}