

@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');

                
body {
  color: rgb(var(--foreground-rgb));
  background: #1D1D1D;
  /* background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb)); */
}

html {
  scroll-behavior: smooth;
}

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('../font/SF-Pro-Display-Medium.woff');
  font-weight: normal;
  font-style: normal;

  font-family: 'SF Pro Display Regular';
  src: url('../font/SF-Pro-Display-Regular.woff');
  font-weight: 300;
  font-style: normal;
}

body {
  color: rgb(var(--foreground-rgb));
  background: #1D1D1D;
  /* background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb)); */
}
p{
  font-family: "Montserrat", sans-serif;
}

.resort li {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:hover {
  text-decoration: none !important;
  color: #C49A60 !important;
}

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}

.font-inter{
  font-family: "Inter", sans-serif;
}

.font-luxurious{
  font-family: "Luxurious Script", cursive;
}
.font-SF-Reg{
  font-family: 'SF Pro Display Regular', serif;
  font-weight: 300;
}

.playfair-display-sc-regular {
  font-family: "Playfair Display SC", serif;
  font-weight: 400;
  font-style: normal;
}

.playfair-display-sc-bold {
  font-family: "Playfair Display SC", serif;
  font-weight: 700;
  font-style: normal;
}

.bg-head{
  background: linear-gradient( #FFFFFF 0%, #F0F0F0 100%);
}

.bg-360{
  background: url(/img/home/cover.jpg) center center no-repeat;
  background-size: cover;
}
main{
  font-family: "SF Pro Display";
}
.bg-home {
  background: url(/img/home2.jpg) top 110px center no-repeat;
  background-size: cover;

}

.bg-header {
  background: url(/img/header2.jpg) bottom center no-repeat;
  background-size: cover;

}
.bg-service {
  background: url(/img/services.jpg) top center no-repeat;
  background-size: cover;

}

.bg-dining {
  background: url(/img/dining.jpg) top center no-repeat;
  background-size: cover;

}
.bg-review {
  background: url(/img/review.jpg) bottom center no-repeat;
  background-size: cover;
}

.btn-main{
  background-color: #333333;
  color: #C49A60;
  border: 1px solid #C49A60;
  border-radius: 0px ;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 7px 40px;
  width: auto;

  text-align: center;
  transition: all .5s ease-in-out ;

}

.btn-main2{
  background-color: #333333;
  color: #868686;
  border: 1px solid #868686;
  border-radius: 0px ;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 7px 40px;
  width: auto;

  text-align: center;
  transition: all .5s ease-in-out ;

}

.btn-main3{
  background-color: transparent;
  color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 0px ;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 7px 40px;
  width: auto;

  text-align: center;
  transition: all .5s ease-in-out ;

}

.btn-main:hover{
  color: #F0F0F0 !important; 
  background: #C49A60;
}
.btn-main2:hover{
  color: #333333 !important; 
  background: #868686;
}

.btn-main3:hover{
  color: #F0F0F0 !important; 
  background: #C49A60;
}

.btn-second{
  background-color: transparent;
  border: 1px solid #333333;
  color: #333333;
  font-family: "SF Pro Display";
  font-weight: 500;
  padding: 7px 10px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  font-weight: 500;
  border-radius: 0px 20px 20px 0px ;
}
@media not all and (min-width: 1024px) {
  .bg-home {
    background: url(/img/home2.jpg) top  center no-repeat;
    background-size: cover;
   
  
  }

}
@media not all and (min-width: 768px) {
  .bg-home {
    
    background-position: top center;
    background-size: cover;
   
  
  }

}

#heroVideo {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.menu-items a{
  color: #F0F0F0;
  padding: 10px;
  font-family: 'Helvetica Neue', sans-serif;
}

.menu-footer li a{
  font-family: 'Helvetica Neue', sans-serif;
 
  color: #f0f0f0;
}

.heading h1{
  font-family: 'SF Pro Display Regular', serif;
  font-weight: 500;
  font-size: 32px;
  
}
.heading p{
  font-family: 'SF Pro Display Regular', serif;
  font-weight: 400;
  font-size: 16px;
  
  letter-spacing: 3px;
  font-weight: 300;
}
.heading h1 span{
  font-family: "Luxurious Script", cursive;
  font-weight: normal;
  font-size: 52px;
}

.heading2 h1{
  font-family: "Playfair Display SC", serif;
  font-weight: 600;
  font-size: 32px;
  
}

.heading2 h1 span{
  font-family: "Luxurious Script", cursive;
  font-weight: normal;
  font-size: 60px;
}

@media not all and (min-width: 768px) {
  .heading h1{
    font-size: 18px;
  }
  .heading h1 span{
    
    font-size: 34px;
  }
  .heading p{
    
    font-size: 12px;
    
  }

}


.menu-btn {
  display: block;
  height: 26px;
  width: 32px;

  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-btn__burger{
  display: block;
  width: 100%;
  height: 5px;
  background: #C49A60;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);

  transition: all .5s ease-in-out;
  z-index: 99999;

}
.header-mobile .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
   border: none !important; 
  border-radius: 0;

 
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem !important;
}

.navbar{
  z-index: 9999999;
}

.yel{
  background: #C49A60!important;
}

.menu-btn__burger1,
.menu-btn__burger2{

  display: block;
  width: 100%;
  height: 5px;
  background: #C49A60;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  
  transition: all .5s ease-in-out;
  z-index: 99999;
  
}

.menu-btn__burger1{
  transform-origin: 0% 0%;
}
.menu-btn__burger2{
  transform-origin: 0% 100%;
}

.menu-btn.open .menu-btn__burger{
  transform: translateX(-20px);
  background: transparent !important;
  box-shadow: none;
}

.menu-btn.open .menu-btn__burger1{
  transform: rotate(45deg);

}

.menu-btn.open .menu-btn__burger2{
  transform: rotate(-45deg);
}
.navbar-collapse.main-menu-item{
  width: 100%;
  
  height: 100%;
  
  position: fixed;
  z-index: 20;
  padding: 0;
  display: block !important;
  -webkit-transition:all .5s ease-in-out;
  -moz-transition:all .5s ease-in-out;
  -ms-transition:all .5s ease-in-out;
  -o-transition:all .5s ease-in-out;
  transition:all .5s ease-in-out;
  /* background: #000; */
  background: rgba(91, 91, 91, 0.1) 10%;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
  
  
  top: 0;
bottom:0;
justify-content: end;


overflow-y:scroll;
overflow-x:hidden;
  
  

}

.blur2{
 opacity: 0 !important;
 

}

.menu-mobile a{
  padding: 7px 0px;
  width: 100%;
  display: block;
}

.navbar-collapse.main-menu-item{

  right: -200% !important;
}
.navbar-collapse.main-menu-item.show{
  right: 0 !important;
}

.menu-con{
  background: #333333;
  width: 100%;
  max-width: 500px;
  height: 100%;
  position:absolute;
  right: 0;
  padding: 20px 50px;

}
.isi-menu{
  padding-top: 14vh;
}

.isi-menu .nav-item a {
  color: #7C613B;
  font-size: 18px;
  

}

.isi-menu .bhs a {
  color: #fff;
  font-size: 14px;
  

}
.isi-menu .nav-item a.active {
  color: #FFCD00;
  font-weight: 700;
  

}
.isi-menu .nav-item  {
  margin-bottom: 30px;
  

}

@media not all and (min-width: 768px) {
  .menu-btn__burger1,
  .menu-btn__burger2{

    
    height: 4px;
    
  }
  .menu-btn {
   
    height: 20px;
    width: 25px;
  
   
  }
  .menu-btn__burger{
    
    height: 4px;
    
  
  }
  .menu-con{
   
    padding: 10px 30px;
  
  }
  .isi-menu{
    padding-top: 70px;
  }

}

.pro-des::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.pro-des::-webkit-scrollbar-track {
  background-color: #C49A60;
  border-left: 2px solid #F0F0F0;
  border-right: 2px solid #F0F0F0;


 
}
 
/* Handle */
.pro-des::-webkit-scrollbar-thumb {
  background: #7C613B; 
}

/* Handle on hover */
.pro-des::-webkit-scrollbar-thumb:hover {
  background: #7C613B; 
}





.input-group-addon {
  padding: 3px 5px !important;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1;
  color: #929292 !important;
  text-align: center;
  background-color: none !important;
  border: none !important;
  border-radius: 4px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 3px 6px !important;
  font-size: 16px ;
  line-height: 1.42857143;
  color: #929292 !important;
  background-color: #333333 !important;
  background-image: none;
  border: none !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none !important;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control::placeholder {
  color: #929292 !important;
}


.mySwiper {
  width: 100%;
  height: 100%;
 /* Make sure this width is sufficient */
  margin: auto;
}
.swiper-wrapper{
  align-items: center;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  display: flex;
  justify-content: center;
  align-items: center;
 
}

.gale .swiper-slide img {
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  
  width: 87% !important;  /* Default width for non-centered slides */
}

.gale .swiper-slide-active img {
  width: 100% !important;  /* Full width for the centered slide */
}

.swiper-slide .des{
  display: none !important;
}

.swiper-slide-active .des{
  display: block !important;
}

.review-text{
  font-size: 14px !important;
}

@media not all and (min-width: 768px) {
  .review-text{
    font-size: 12px !important;
  }
  
}

.input-mail{
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #F0F0F0;
  transition: border ease-in-out .8s;
  
}

.input-mail:focus{
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #C49A60;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee {
  display: flex; /* Menjaga teks tetap satu baris */
  animation: marquee 10s linear infinite; /* Animasi berjalan mulus */
}

/* Mengatur panjang konten sesuai kebutuhan */
.animate-marquee > p {
  flex-shrink: 0; /* Mencegah teks mengecil */
}