@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",serif;
background:#ffffff;
  color: rgb(0, 0, 0);

}
p{
  font-family: 'Jost', sans-serif;
  color: #777777;
  line-height: 26px;
}
h4{
  font-family: "Cormorant Garamond",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: #000000 !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color:  rgb(202, 202, 202) !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;
}

.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1.1em;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-bottom: 1px solid black;
  font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.top-bar{
  background: #1C2C34;
  padding: 10px;
  color: white !important;
  z-index: 1000 !important;
}

#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;

  
     }
     .text-with-line {
      display: flex;
      align-items: center; /* Vertically aligns the text and line */
      position: relative;
    }
    
    .text-with-line::before,
    .text-with-line::after {
      content: '';
      flex: 1;
      height: 1px; /* Thickness of the line */
      background-color: #AA998A; /* Color of the line */
    }
    
    .text-with-line::before {
      margin-right: 10px; /* Space between the line and the text */
    }
    
    .text-with-line::after {
      margin-left: 10px; /* Space between the line and the text */
    }
    
    .text-with-line1 {
      display: flex;
      align-items: center; /* Vertically aligns the text and line */
      position: relative;
      width: 200px;
    }
    
    .text-with-line1::before {
      content: '';
      flex: 1;
      height: 1px; /* Thickness of the line */
      background-color: #AA998A; /* Color of the line */
    }
    
    .text-with-line1::before {
      margin-right: 10px !important; /* Space between the line and the text */
    }
    
  
    
    @keyframes scale {
      100% {
        transform: scale(1);
      }
    }
    
    span {
      display: inline-block;
      opacity: 0;
      filter: blur(4px);
    }
    
    span:nth-child(1) {
      animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }
    
    span:nth-child(2) {
      animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }
    
    span:nth-child(3) {
      animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
    }
    
    
    
    @keyframes fade-in {
      100% {
        opacity: 1;
        filter: blur(0);
      }
    }

  


/* CSS */
.button-59 {
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  fill: #000;
  font-size: 16px;
  font-family: 'Jost', sans-serif;

  height: 48px;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: 
  #AA998A;
  color: 
  #AA998A;
  fill: 
  #AA998A;
}

.button-59:active {
  border-color: 
  #AA998A;
  color: 
  #AA998A;
  fill: 
  #AA998A;
}
.button-div:hover{
  border-bottom:1px solid #AA998A !important;
  
  transition: all .3s;
}

.button-59:after {
  background-color: #000000;
  
}

.button-60 {
  align-items: center;
  background-color: #ffffff00;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: #ffffff;
  font-size: 16px;
  font-family: 'Jost', sans-serif;

  height: 48px;
  justify-content: center;
  letter-spacing: 0.15em;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-60:focus {
  color: #ffffff;
}

.button-60:hover {
  border-color: 
  #AA998A;
  color: 
  #AA998A;
  fill: 
  #AA998A;
}

.button-60:active {
  border-color: 
  #AA998A;
  color: 
  #AA998A;
  fill: 
  #AA998A;
}
.button-div1:hover{
  border-bottom:1px solid #AA998A !important;
  width: auto;
  transition: all .3s;
}

.button-60:after {
  background-color: #ffffff;
  
}
@media (min-width: 768px) {
  .button-60 {
    min-width: 170px;
  }
}

.rooms-section{
  background: url('../photos/h6-layer1.png');
  background-color: #F1EFED;
  background-position: left;
  background-size: 50%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.title{
  color: #111111;
  font-size:50px;
  font-weight: 700;
  line-height: 60px;
}
.room-box{
  position: relative;
  display: grid;

  justify-content: center;
  justify-items: center;
  text-align: center;
  align-items: center;
}
.room-info{
  position: absolute;
  display: none;
  bottom: 20px !important;

 background: #1C2C34;
 color: white;
 padding: 10px;
width: 95%;

}

.item.active-center .room-info {
  display: block; /* Show the room-info when the item is centered */
}

.owl-carousel .item {
  overflow: hidden; /* Prevents overflow of images */
  text-align: center;
}

.owl-carousel .item img {
  width: 100%; /* Ensure images scale properly */
  object-fit: cover; /* Ensures images are cropped evenly if necessary */
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-stage {
  display: flex; /* Ensures items align properly */
}

.owl-carousel .owl-stage-outer {
  overflow: hidden; /* Hides items outside the visible area */
}
.tour-card {
  position: relative;
height: 550px;
  
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.552);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: border 0.4s ease-in-out;

}
.tour-card:hover{
  border: 8px solid white;
transition: border 0.4s ease-in-out;


}
.tour-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.397);
}

.tour-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  z-index: 1;
  transition: bottom 0.3s ease, opacity 0.3s ease;

}

.room-number {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  z-index: 1;
  transition: bottom 0.3s ease, opacity 0.3s ease;

}
.room-number h1{
  font-size: 50px !important;
  color: #f8f5f000;
  -webkit-text-stroke:0.5px #ffffff;
}
.tour-content h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.tour-content p {
  font-size: 14px;
}

.tour-card .button2 {
  position: absolute;
  bottom: -50px;
  left:42%;
  padding-top: 30px;
background: transparent;
  color: #AA998A;

  font-size: 14px;
  font-weight: bold;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.tour-card:hover .button2 {
  transform: translateY(-80px);
  opacity: 1;
}
.tour-card:hover .tour-content{
  bottom: 50px;
  transition: bottom 0.3s ease, opacity 0.3s ease;

}
.cover-bg{
  background: url('../photos/img8.jpg'), rgba(0, 0, 0, 0.776);

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.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;
}

/*restaurant.html*/
.section-bg{
  background: url('../photos/img8.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: 60px;
}

.title-text{
  margin-top: 80px;
}
form {
  
    padding: 20px !important;
    background: url('../photos/restaurant.jpg'), rgba(0, 0, 0, 0.804);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 20px;
  height: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  label {
    display: block;
    margin-bottom: 8px;
    color: white;
  }
  input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    background: black;
    border: 1px solid 
    #AA998A;
    color: white !important;
  }
  .contact-button {
    background-color: 
    #AA998A!important;
    color: #fff !important;
    padding: 10px 15px;
    border: none;
  
    cursor: pointer;
    width: 100%;
  }
  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    background-color: black;
    background-clip: padding-box;
    border: var(--bs-border-width) solid 
    #AA998A!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
.title2{
  font-size: 80px;
  color: #AA998A;
}

/*rooms.html*/

.section-bg1{
  background: url('../photos/img2.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;
}
.rooms-bg{
  background: url('../photos/cover-bg1.png') rgba(0, 0, 0, 0.55);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-blend-mode: multiply;
  position: relative;
  z-index: -1;
  margin-top: -250px;
  padding-top: 450px;
  padding-bottom: 350px;
}
.room-info1{
  padding: 150px;
}


/*about.html*/

.section-bg2{
  background: url('../photos/img5.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: #1C2C34;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 2px solid #C4AB86;
  }
  .testimonials-section1{
  
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 2px solid #C4AB86;
    }

    /*conference-room.html*/

.section-bg3{
  background: url('../photos/conference-hall.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;
}

/*spa.html*/

.section-bg4{
  background: url('../photos/spa1.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-bg4 h1{
  color: white;
  text-align: center;
  font-weight: 700;
}
.spa-bg{
  background: url('../photos/h1-background-img-5-1.jpg');

  background-position: right;
  background-size:60%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.spa-box{
  padding: 30px;
  text-align: center;
  border: 1px solid #B78932 ;
  background: #ffffff;
  color: #B78932;
}


/*gallery.html*/

.section-bg5{
  background: url('../photos/img15.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-bg5 h1{
  color: white;
  text-align: center;
  font-weight: 700;
}

/*contact.html*/

.section-bg6{
  background: url('../photos/img7.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-bg6 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){
 .room-link{
    text-align: left !important;
  }
  .copyright{
    display: flex;
    justify-content: center;
    text-align: center ;
    align-items:center;
  }
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
}
  .br-tag{
    display: block !important;
  }
  .footer-title{
  font-size: 24px !important;
  }
  .hr-line{
    display: none;
  }
  .video-content1 {
    z-index: 2 !important;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-20%, -50%);
    text-align: center;
    color: #ffffff;
    padding: 10px;
    display: grid !important;
    justify-items: center !important;
    align-items: center;
    font-weight: bold;
}
.video-content1 h1{
  font-size: 35px !important;
}
.room-info{
  position: relative;
bottom: auto;

 background: #1C2C34;
 color: white;
 padding: 10px;
width: 100%;

}
.title{
  font-size: 33px;
}
.text-col{
  padding: 40px 20px;
}
}