@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Cinzel:wght@400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Grey+Qo&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #FFFFFF;
  font-family: "Grey Qo", cursive;
  font-family: "Playfair Display", serif;

  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
.navbar-toggler {

  border: none;

}
.navbar-toggler-icon {

  width: 3em;
  height: 3em;

  background-image: url('../photos/icons/toggler.png');

}
nav.navbar {
  background-color: #ffffff;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: "Playfair Display", serif;

font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 80px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color: #10416A !important;
  transform: scale(1.05);
  border-bottom: 1px  #10416A solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {

  position: relative;
display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.carousel-inner{
 border-radius: 0px;
width: 95%;
}

.carousel1 {
  background: url('../photos/img2.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584));
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 80vh;
}

.carousel2 {
  background: url('../photos/img4.jpg'), linear-gradient(rgba(0, 0, 0, 0.266), rgba(0, 0, 0, 0.683)) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 80vh;
}

.carousel3 {
  background: url('../photos/img5.jpg') , linear-gradient(rgba(0, 0, 0, 0.266), rgba(0, 0, 0, 0.683));
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 80vh;
}

.carousel-caption {
  margin-bottom: 12%;
  display: grid !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;

  padding: 70px;

}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
background-size: 90% !important;
background-position: center !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
background-repeat: no-repeat;
background-size: 90% !important;
background-position: center !important;
}


.carousel-caption h1 {
  
  font-family: "Playfair Display", serif !important;
  text-transform: capitalize;
  font-size: 90px !important;
  font-weight: 100 !important;
  max-width: 17ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@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);
  }
}




.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: 'Dancing Script', cursive !important;
  font-style: italic;
  font-size: 22px;
  letter-spacing: 7px;
  font-weight: 100;
  color: #EEC78C !important;

}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;

  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.514);
}


/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #AF9556;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 44px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  transition: 0,4s ease-in-out;
}

.button-17:hover {
  background: #F6F9FE;
  transition: 0,4s ease-in-out;

  color: #AF9556;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #AF9556;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.facilities-section{
  background: url('../photos/img7.jpg'), rgba(0, 0, 0, 0.661);
  background-attachment:scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-box {
  display: none; /* Hide text box by default */
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color:#0B1A2A;
  color: white;
  border-bottom: 5px solid #AE9555;
  border-left: 5px solid #AE9555;
  border-right: 5px solid #AE9555;
  padding: 30px 30px 10px 30px;
  border-radius: 0px;
  opacity: 0; /* Set initial opacity to 0 */
  transition: opacity 2.0s ease-in-out !important; /* Add transition for opacity */
}
.owl-item.active .text-box {
 display: block; /* Ensure it's displayed */
    opacity: 1; /* Fade in by changing opacity to 1 */
    transition: opacity 2.0s ease-in-out !important; /* Add transition for opacity */

}

.facilities{
  padding: 30px;
border: 1px solid #4a4a4a;
justify-content: center;
text-align: center;

}
.button-col{
  text-align: end;
}

/*rooms.html*/
.section-bg{
  background: url('../photos/img8.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584));
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}
.room-card{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;

}
.room-carousel{
  position: relative;
}
.room-content{
  background: white;
  padding: 40px;
  
}
.button-box{
  position:absolute;
  display:flex;
  width:200px;
  bottom: 0;
  left: 0;
  color: white;

z-index: 100;
  border-radius: 0px;


}
.room-card:hover .button1{
  background: #AE9555;
  color: #000000;
  transition: 0.3s ease-in-out;
}
.button1{
  background: #0B1A2A;
  padding: 10px 40px 10px 40px;
  color: white;
  border: none;
  transition: 0.3s ease-in-out;

}


/*about.html*/
.section-bg1{
  background: url('../photos/img6.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584));
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}


/*contact.html*/
.section-bg2{
  background: url('../photos/img9.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584));
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}

.contact-box{
  padding: 50px;
  background: #F8F6F3;
}
.contact-icon{
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: white;
  color: #AF9556;
}


/*gallery.html*/
.section-bg3{
  background: url('../photos/gallery-bg.jpg'), linear-gradient(rgba(0, 0, 0, 0.231), rgba(0, 0, 0, 0.584));
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}

@media(max-width:1000px){
  .button-col{
    text-align: center;
  }
  .slide p{
    padding: 0 0px;  
    font-size: 14px;
  }
  .restaurant-box{
    padding: 40px;
    margin-left: -100px;
    position: relative;
    background: white;
    background: url('../photos/parallax-5.jpg');
    background-attachment: scroll;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
  
  }
  .section-title{
    font-size: 40px;
  }
  .custom-shape-divider-bottom-1718193330{
    margin-top: -49px;
  }
  nav.navbar{
    height: auto;
  }
  .carousel1, .carousel2, .carousel3{
    background-attachment: scroll;
    height: 650px;
  }
  .room-card{
    margin: 20px 0px 20px 0px;
  }
  .restaurant{
    height: auto;
  }
  .restaurant-box{
    margin-left: 0px ;
  }
  .video-content{
    width: 90%;
  }
  .video-content h3{
    font-size: 35px !important;
  }
  .title{
    font-size: 40px;
  }
.carousel-caption {
  margin-bottom: 58%;
  display: grid !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;

  padding: 0px !important;

}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
background-size: 70% !important;
background-position: center !important;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
background-repeat: no-repeat;
background-size: 70% !important;
background-position: center !important;
}

.br-tag{
  display: none;
}
.carousel-caption h1 {
  

  text-transform: capitalize;
  font-size: 37px !important;
  font-weight: 300 !important;
  max-width: 57ch !important;
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.text-box {
  display: none; /* Hide text box by default */
  position: relative;
  bottom: 10px;
  left:0px;
  background-color:#0B1A2A;
  color: white;
  border-bottom: 5px solid #AE9555;
  border-left: 5px solid #AE9555;
  border-right: 5px solid #AE9555;
  padding: 30px 30px 10px 30px;
  border-radius: 0px;
  opacity: 0; /* Set initial opacity to 0 */
  transition: opacity 2.0s ease-in-out !important; /* Add transition for opacity */
}
.map-col{

  justify-content: center !important;
  align-items: center !important;
  text-align:center !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;
}