@import url('https://fonts.googleapis.com/css2?family=Allison&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
  
  margin: 0px;
  padding: 0px;
  
overflow-x: hidden !important;
font-family: "Allison", cursive;
font-family: "Barlow", sans-serif;
  font-family: "Marcellus", serif;

background: #ffffff;
  color: rgb(0, 0, 0);

}
p{
  font-family: 'Jost', sans-serif;
}
h6{
  font-family: 'Jost', sans-serif;
font-weight: 400;
}
a{
  color: initial !important;
}
#navigation{
  z-index: 10000;
  background: rgba(255, 255, 255, 0);
}
*, ::after, ::before {
  box-sizing:none;
}
#navbar{
  height: 80px;
  z-index: 1000 !important;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/navbar-toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}
li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
font-family: 'Jost', sans-serif;
font-weight: 500 !important;
transition: border-bottom 0.3s ease-in-out;

}

.page-title-home {
  position: relative;
  z-index: 6;
  content: '';
  width: 100%;
  height: 83px;
 top: -41px;
  left: 0;
  background-image: url('../photos/wave.png');
}

a.nav-link:hover {

  text-decoration: none;
  border-bottom: 1px solid white;

  transition: border-bottom 0.3s ease-in-out;
}

.navbar li a.active {
  color: #F9DABA!important;
  transform: scale(1.05);
  background-color: transparent;


}


.justify-content-end {
  justify-content: space-evenly!important;
}
.text-bg-dark {
  color: #fff!important;
  background-color: #111D22 !important;
}

a{
  text-decoration: none;
}

.navbar-brand img {
  width: 120px !important;
}
.navbar-nav {
  align-items: center;

  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar .navbar-nav .nav-link {
  color: #5c1b1b;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 1em;
}
a.nav-link.active{
  color: #C29F7B !important
  ;
}

.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: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-collapse{
  
  padding-left: 0px !important;
  margin-left: 0px !important;
}

button:focus:not(:focus-visible) {
  outline:transparent;
}
.sticky{
  position: fixed;
  top: 0;
  z-index: 100!important;
  background: #111D22!important;

  box-shadow: none!important;
  width: 100%;
}
.button{
  border: 1px solid white;
  width: fit-content;
  background: transparent;
  padding: 10px 30px 10px 30px;
}
.btn-txt{
  color: white;
}
#carouselExampleFade{
  position: relative;
  margin-top: -145px;
}

.carousel1{
  background: url('../photos/img22.jpeg'), linear-gradient(0deg, rgba(252,252,252,0.3981967787114846) 0%, rgba(28,28,28,1) 88%);
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel2{
  background: url('../photos/gallery/img5.jpeg'), linear-gradient(0deg, rgba(252,252,252,0.3981967787114846) 0%, rgba(28,28,28,1) 88%);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel3{
  background: url('../photos/gallery/img6.jpeg'), linear-gradient(0deg, rgba(252,252,252,0.3981967787114846) 0%, rgba(28,28,28,1) 88%);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h2{
  font-size: 70px;
  letter-spacing: 4px;
}
.carousel-caption p{
  font-size: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  FONT-VARIANT: JIS04;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 10px !important;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  border-radius: 50%;
  border: 1px solid white;
}

.title{
  font-size: 40px;
}
footer{
  background: #111111;
  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;
}

@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;
}


.facilities-section{
  background: #111D22;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rooms-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.room-number{
  position: absolute;
  display: flex;
  top: 13px;
  left: 13px;
  background-color: white;

  border-bottom-right-radius: 13px !important;
  padding: 5px;

}
.img1{
  outline: 1px solid white;
  outline-offset: -10px;
  border-radius: 22px;

}
.centered-button {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 15px;
  width: 100px;
  height: 100px;
  color: #ffffff !important;
  border-radius: 50%;
  background-color: #111D22af;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  backdrop-filter: blur(5px); /* For the glass-like background */
}

.room-box:hover .centered-button {
  opacity: 1;
}
.restaurant-section{
  background: #F8F5F0;
  padding-bottom: 100px;
  padding-top: 100px;
}
.cover-bg{
  background: url('../photos/cover-bg.jpeg'), linear-gradient(0deg, rgba(252,252,252,0.3981967787114846) 0%, rgba(28,28,28,1) 88%);
  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;
}

/*tours.html*/
.video1 {

  position: relative;
  margin-top: -145px;
background: #ffffff;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 70vh;
}



#video-background {

     top: 0;
     right: 0;
     bottom: 0;
     left:100px;
     overflow: hidden;
     justify-content: center;
     align-items: center;
     z-index: 1;
     width: 100%;
     height: 70vh;
 
   }
 
   video {
     width: 100%;
     height: 70vh;
     object-fit: cover;
     text-align: right;
     justify-content: right;
     align-items: end;
   }
   .dark-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.522); /* 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:70%;
     transform: translate(-50%, -50%);
     text-align: center;
     color: #ffffff;
    
     font-weight: bold;

   }
   .video-content h1{
color: #ffffff;
   }

   .number-box{
    border: none;
  text-align: center;
  
  
  }
.tour-card{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border-radius: 20px;
  position: relative;
}
.tour-content{
  padding: 20px;
}
.tour-number{
  position: absolute;
  display: flex;
  top: 14px;
  left:14px;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
  padding: 10px;

}

/*restaurant.html*/
.section-bg1{
  background: url('../photos/res-new/image00060.jpeg'), linear-gradient(0deg, rgba(252, 252, 252, 0.496) 0%, rgba(28,28,28,1) 68%);
  background-attachment: scroll;
  background-position: center 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:300px;
  padding-bottom: 200px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: -145px;
}
.res-col{
  padding: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.img2{
  position: relative;
  margin-right: -180px;
  z-index: 2;
}

.img3{
  position: relative;
  margin-left: -180px;
  z-index: 2;

}

.text-col{
  padding: 100px;
  color: white;
  z-index: 1;
}

.menu-section{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ffffff;
  position: relative;
  margin-top: -150px;
}

/*Menu section*/
.Menu button {
  background-color: transparent !important;
  border: none !important;
}
.Menu h1{
  color: #000000cb !important;
  padding: 0 !important;
  margin-bottom: 0;
}
.Menu h2{
  font-size: 30px !important;
}
.Menu h6{
  color: #000000b4 !important;
 text-transform: capitalize;
}
.Menu-Icon-2 {
  display: none;
}

.Menu-Icon-1 {
  margin: 0;
  width: 50px;
}

.Menu-Button {
  background-color: transparent !important;
}

.Menu-Button:hover {
  color: #806147;
}

.Menu-Button:hover .Menu-Icon-1 {
  display: none;
}

.Menu-Button:hover .Menu-Icon-2 {
  border-radius: 30px;
  padding: 3px;
  background-color: #806147;
  display: block;
  margin: auto !important;
  width: 50px;
  animation: shake 0.5s;
}

.Menu-Icon {
  display: inline;
  background-color: transparent;
}

.Menu-element p {
  text-align: left;
}

.Menu-element {
  position: relative;
}

.Menu h1 {
  position: relative;
  background-color: white !important;
  z-index: 5 !important;
  font-size: 18px !important;
  padding: 0 10px !important;
}
.Menu p{
  font-size: 16px !important;
  text-transform: lowercase;
  margin-bottom: 0 !important;
  padding: 0 10px;
}
.Menu-element{
  position: relative;
  padding: 0 5px;
  background-color: white !important;
  z-index: 2 !important;
  font-size: 16px !important;
}
.Menu-element-border {
  position: relative;
}
.line-menu{
  position: absolute;
  border-bottom: #16171ba1 2px dotted;
  width: 95%;
  z-index: 0 !important;
  bottom: 10px;
}
.Menu-element-border h1{
text-transform: capitalize !important;
}
@media only screen and (max-width: 430px){
  .Menu h1 {
      position: relative;
      background-color: white !important;
      z-index: 5 !important;
      font-size: 16px !important;
      padding: 0 10px !important;
  }
}
@media only screen and (max-width: 575px) {
  
  .Menu-Button p {
      color: #292a2b;
  }

  .Menu-Button:hover {
      color: #806147;
  }

  .Menu-Button:hover p {
      color: #806147;
  }

  .Menu-Button:active {
      border-bottom: #806147 2px solid;
  }

  .Menu-Row .col-xl-2 {
      display: inline-block;
      width: 120px;
  }

}
@media only screen and (max-width: 375px) {
  
  .Menu-Button p {
      color: #292a2b;
  }

  .Menu-Button:hover {
      color: #806147;
  }

  .Menu-Button:hover p {
      color: #806147;
  }

  .Menu-Button:active {
      border-bottom: #806147 2px solid;
  }

  .Menu-Row .col-xl-2 {
      display: inline-block !important;
      width: 110px !important;
  }
  

}
.langu a{
  text-decoration: none;
}
.langu ul{
list-style: none;
}
.langu .language li{
  margin-right: 5px !important;
}

.langu .language li img{
  width: 50px;
}

/*rooms.html*/
.section-bg2{
  background: url('../photos/rooms-bg.jpg'), linear-gradient(0deg, rgba(252, 252, 252, 0.496) 0%, rgba(28,28,28,1) 88%);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:300px;
  padding-bottom: 200px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: -145px;
}


.room-box1{
  position: relative;
}
.room-number1{
  position: absolute;
  display: flex;
  top: 15px;
  left: 15px;
  background-color: white;

  padding: 5px;

}
.img1{
  outline: 1px solid rgba(255, 255, 255, 0.595);
  outline-offset: -15px;
  border-radius: 0px;

}
.centered-button {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 15px;
  width: 100px;
  height: 100px;
  color: #ffffff !important;
  border-radius: 50%;
  background-color: #111D22af;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  backdrop-filter: blur(5px); /* For the glass-like background */
}

.room-box1:hover .centered-button {
  opacity: 1;
}

/*about.html*/
.section-bg3{
  background: url('../photos/cover-bg.jpeg'), linear-gradient(0deg, rgba(252, 252, 252, 0.496) 0%, rgba(28,28,28,1) 88%);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:300px;
  padding-bottom: 200px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: -145px;
}
.number-box{
  border: none;
text-align: center;


}

.counter {
  animation-duration: 2s;
  animation-delay: 0s;
  font-size: 69px;
  font-weight: 400 ;
  color: #111D22;
}



/*contact.html*/
.section-bg6{
  background: url('../photos/img21.jpeg'), linear-gradient(0deg, rgba(252, 252, 252, 0.496) 0%, rgba(28,28,28,1) 88%);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:300px;
  padding-bottom: 200px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: -145px;
}

.contact-box{
  padding: 50px;
  border: 10px solid #122223;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  justify-content: center;
  text-align: center;

}

/*contact.html*/
.section-bg4{
  background: url('../photos/img3.jpg'), linear-gradient(0deg, rgba(252, 252, 252, 0.496) 0%, rgba(28,28,28,1) 88%);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:300px;
  padding-bottom: 200px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: -145px;
}

/*gallery.html*/
.section-bg5{
  background: url('../photos/gallery/img6.jpeg'), linear-gradient(0deg, rgba(252, 252, 252, 0.496) 0%, rgba(28,28,28,1) 88%);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top:300px;
  padding-bottom: 200px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: -145px;
}
@media(max-width:1000px){
  .img2{
    position: relative;
    margin-right: 0px;
    z-index: 2;
  }
  
  .img3{
    position: relative;
    margin-left:0px;
    z-index: 2;
  
  }
  .text-col{
    padding:50px;
    color: white;
  }
  .nav-link1{
    font-size: 24px !important;
    font-family: "Marcellus", serif !important;
    padding-left: 0px !important;
  }
  .nav-link1.active {
    color: #A9D1DB !important;
  }
  .nav-hidden1{
    display: none;
  }
  .nav-hidden{
    display: block;
  }
  .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;
  }
  .navbar-brand img {
    width: 80px;
  margin-left: 0%;
}
  .navbar-nav {

    align-items: start ;
  
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .top-bar{
    display: none;
  }

  .logo1{
    display: none !important;
    
  }
  .logo{
    display: block !important;
  }
  li.nav-item a.nav-link {
    color: rgb(255 255 255) !important;
    font-family: 'Jost', sans-serif;
    font-weight: 500 !important;
    transition: border-bottom 0.3s ease-in-out;
}

.hotel-content{
  width: 95%;
  padding: 20px;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 13.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h2{
  font-size: 40px;
}
.res-col{
  padding: 30px;
  margin-top:0px;
  margin-bottom:0px;
}

#video-background {

  top: 0;
  right: 0;
  bottom: 0;
  left:100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 80vh !important;

}
.tour-title{
  padding-top: 170px !important;
}
video {
  width: 100%;
  height:80vh !important;
  object-fit: cover;
  text-align: right;
  justify-content: right;
  align-items: end;
}
.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115% !important;
  background-color: rgba(0, 0, 0, 0.232); /* 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:70%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
 
  font-weight: bold;

}
.video-content h1{
color: #ffffff;
}
}
.languages{
  position: fixed;
  top: 10px;
right: 10px;
z-index: 1000;
}
/*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;
}