@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
font-family: "Cormorant Garamond";
background:#F5F3EC;
  color: rgb(0, 0, 0);

}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: azure !important;
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
p{
  font-family: 'Jost', sans-serif;
}
h6{
  font-family: 'Jost', sans-serif;
font-weight: 400;
font-size: 13px !important;
color: #555555;
letter-spacing: 1px;
line-height: 20px;
}
a{
  color: initial !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
footer{
  background: #0E1317 !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #ffffff !important;
  font-size: 1.1em;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: white(--bs-navbar-active-color);
  border-bottom: 1px solid rgb(255, 255, 255);
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #725656 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.top-bar{
  background: #0E1317;
  padding: 10px;
  color: white !important;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
  background-color: black;
}
.offcanvas-header {
  display: flex
;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  background-color: black;
}
.carousel1{
  background: url('../photos/slide1.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../photos/slide2.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel3{
  background: url('../photos/slide3.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel-caption {
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;

  justify-items: center !important;
  width: 100%; /* Optional: Set this if you want the caption to occupy full width */
 max-width: 90%;/* Optional: Adjust based on your design needs */
}

.carousel-caption h3{
  font-size: 72px;
  font-family: "Cormorant Garamond";

  line-height: 67.68px;
  letter-spacing: normal;
  font-weight: 700;
  font-stretch: 100% ;
}

.carousel-caption p{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: 100% ;
  font-family: 'Jost', sans-serif;

}
#header-video{
  padding: 0px !important;
    position: relative;
  background: #ffffff;

    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 800px;
  }
  

#video-background1 {

  top: 0;
  right: 0;
  bottom: 0;
  left:100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-blend-mode: multiply;
  z-index: 1;
  width: 100%;
  height: 90vh;

}

#video-background1 video {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.dark-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.05646008403361347) 0%, rgba(0, 0, 0, 0.843) 100%);
  
  z-index: 2; /* Place it above the video */
}

.video-content1 {
  z-index: 2 !important;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-30%, -50%);
  text-align: center;
  color: #ffffff;
  padding: 10px;
  display: grid !important;
justify-items: center !important; 
align-items: center;
  font-weight: bold;

}
.video-content h1{

   color: #FFFFFF;
   font-size: 100px !important;
   font-weight: 700;
   letter-spacing: 0.02em;


}



#video-background2 {

  top: 0;
  right: 0;
  bottom: 0;
  left:100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background-blend-mode: multiply;
  z-index: 1;
  width: 100%;
  height: 90vh;

}

#video-background2 video {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.dark-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0.05646008403361347) 0%, rgba(0, 0, 0, 0.843) 100%);
  
  z-index: 2; /* Place it above the video */
  
}


.suite{
  background-color: #ffffff;
  
  
   background-size: 70%;
   background-position:right;
   background-repeat: no-repeat;
   background-blend-mode: multiply;
  border-right: 1px solid #435876; 
  border-bottom: 1px solid #435876; 
  
   padding-top: 100px;
   padding-bottom:50px;
 }
 #video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 50vh;
}

video {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 50vh;*/
  background-color: rgba(0, 0, 0, 0.449);
  /* Adjust the alpha (last value) for opacity */
  z-index: 2;
  /* Place it above the video */
}

.video-content {
  z-index: 100 !important;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: 'Gilda Display', serif;
}
.video-content h1{ font-size: 80px; }

.room-container:hover .overlay {
  opacity: 1;
  transform: translateY(-30%);
} 
/* CSS */
.button-66 {
  background-color: #cc9655;
  border-radius: 4px;
  border: 0;
  box-shadow: #ad7a3c 0 -1px 3px 0 inset,#6e502c26 0 3px 6px 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inherit;
  font-family: "Space Grotesk",-apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 18px;
  font-weight:500;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  min-width: 120px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
}

.button-66:hover {
  background-color: #6E502C;
  color: white;
  transform: translateY(-2px);
}


.img1{
  border-top-left-radius: 48%;
  border-top-right-radius: 48%;
 

}

.rooms-section{
  background: #1C2C34;
  border-top:3px solid  #C4AB86;
  border-bottom:3px solid  #C4AB86;

  padding-top: 100px;
  padding-bottom: 100px;
}

.restaurant-section{
  background: url('../photos/img7.jpg'), rgba(0, 0, 0, 0.445);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.restaurant-box{
background-color: rgba(255, 255, 255, 0.906);
padding: 40px;
}


.info-section{
  background: url('../photos/flower.png');
  background-color: #1C2C34;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

}
.text-col{
  padding: 40px;
}

@media (min-width: 768px) {
  .button-66 {
    padding: 16px 44px;
    min-width: 150px;
  }
}

footer{
  background: #111111;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white !important;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}
@keyframes fadeinnav {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade-in-nav{
  animation-name: fadeinnav;
  animation-duration: 0.9s;
}
.nav-hidden{
  display: none;
}
.nav-hidden1{
  display: block;
}


/*restaurant.html*/
.section-bg{
  background: url('../photos/img6.jpg'), rgba(0, 0, 0, 0.607);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
}

.section-bg h1{
  color: white;
  text-align: center;
  font-weight: 700;
}
.restaurant-box1{
  background: #0E1927;
  padding: 100px;
}

.title-text{
  margin-top: 80px;
}

/*rooms.html*/
.section-bg1{
  background: url('../photos/slide2.jpg'), rgba(0, 0, 0, 0.607);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
}

.section-bg1 h1{
  color: white;
  text-align: center;
  font-weight: 700;
}

.room-wrapper{
  position: relative;
  justify-content: center;
  text-align: center;
  
}
.info-box{
  position: absolute;

   top: 10px;
    left: 50%;
    transform: translateX(-50%);
  background: #0E1927;
  color: white;
  padding: 10px 20px;
}


/*about.html*/
.section-bg2{
  background: url('../photos/ABOUT1.jpg'), rgba(0, 0, 0, 0.607);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
}

.section-bg2 h1{
  color: white;
  text-align: center;
  font-weight: 700;
}

.testimonials-section{
background: #0E1317;
padding-top: 100px;
padding-bottom: 100px;
border-bottom: 2px solid #C4AB86;
}
.testimonials-section1{

  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 2px solid #C4AB86;
  }


  /*contact.html*/
.section-bg3{
  background: url('../photos/ABOUT1.jpg'), rgba(0, 0, 0, 0.607);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
}

.section-bg3 h1{
  color: white;
  text-align: center;
  font-weight: 700;
}

.contact-box{
  background-color: #0E1927;
  padding: 50px;
  outline: 1px solid #cdcdcd9f;
  outline-offset: -20px;
  text-align: center;
  color: white;
}
@media(max-width:1000px){
  .img1{
padding: 30px;
  }
  .loop-holder__text {
    animation: textLoop 48s linear infinite;
    font-size: 10vw;
    padding-right: .35em;
    color: #0000002f;
  }
  .img3{
    display:none;
  }
    .img1{
      display: block;
    }
    .img2{
      display: none;
    }
  
    .br-tag{
      display: block !important;
    }
    .facilities-box{
      margin: 15px;
    }
    .facility1{
      padding: 25px !important;
    }
    .container1{
      padding: 0px 20px 0px 20px;
      }
      .carousel-caption{
        bottom: 0%;
      }
  .carousel-caption h3{
    font-size: 40px;
    z-index: 100;
    line-height:normal;
    font-stretch: normal;
    margin-bottom: 20px !important;
  }
  .carousel-caption p{
    line-height: 20px;
    font-stretch: normal;
    margin-bottom: 20px !important;
  }
  }
  /*Animations*/
  .fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  
  .fadein{
  opacity: 0;
  }



  /* From Uiverse.io by Creatlydev */ 
.button {
  cursor: pointer;
  border: none;
  background: 
#C4AB86;
  color: #000000;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: grid;
  place-content: center;
  transition:
    background 300ms,
    transform 200ms;
  font-weight: 600;
}

.button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;

}
.button__text span{

    position: absolute;
    transform: rotate(calc(19deg * var(--index)));
    inset: 5px;
}
.button__circle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  color: #000000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover {
  background: #000;
  transform: scale(1.05);
}

.button:hover .button__icon {
  color: #000;
}

.button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}

@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}
