@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&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: "Bodoni Moda SC", serif;


  color: rgb(0, 0, 0);

}

h3, h2,  h1{
  font-family: "Bodoni Moda SC", serif !important;
}
h6{

  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: normal;

}
a{
  text-decoration: none;
  
}
::selection {
  color: #ffffff;
  background: #74685E;
}





nav.navbar {
  background-color: #0E1317;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  font-family: "Bodoni Moda SC", serif;
  text-transform: uppercase;
font-weight: 200;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 14px !important;




}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.02);

}

.navbar li a.active {
  color: #BA9B62 !important;
  transform: scale(1.05);
  border-bottom: 1px#BA9B62 solid !important;
  border-top: 1px #BA9B62 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: "Inconsolata", monospace;


  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 {
  margin-top: -150px;
  position: relative;
}

.carousel2 {
  background: url('../photos/img1.jpg') rgba(20, 19, 19, 0.653);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel1 {
  background: url('../photos/img2.jpg')  rgba(20, 19, 19, 0.471);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../photos/img3.jpg')   rgba(20, 19, 19, 0.653);
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 11%;
  text-align: center;

  padding: 50px;
  
}

.carousel-caption h1 {
 
  text-shadow: 4px 4px 4px #000000;
  font-family: "Bodoni Moda SC", serif;
  font-size: 110px !important;
  font-weight: 100 !important;
}

.carousel-caption h4 {
  margin-bottom: 30px;
  font-family: "Inconsolata", monospace;
text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  font-weight: 200;
  color: #AE9555 !important;

}
.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
    background: #AE9555;

  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #0E1317;
  border: 1px solid white;
  position: absolute;

  transition: all 0.4s ease-in-out;
  right: 0;
}

.button:hover::after {
  right: auto;
  
  left: 0;
  width: 100%;
}

.button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 0.77em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.button:hover span {
  color: #ffffff;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}


.about-section{
  padding-top: 100px;
  padding-bottom: 100px;
}

.check-box{
  padding: 30px;
  background: #0E1317;

}
.facilities{
  padding-top: 50px;
  padding-bottom: 100px;
}
.facility-box{
  padding: 50px;
  transition: 0.3s ease;
  background: #0E1317;
  color: white;
  transition: 0.2s ease;

}
.facility-box:hover{
transform:translateY(-20px);
  transition: 0.2s ease;

}
#example3{
	color: rgb(255, 255, 255);
	font-size: 34px;
	-webkit-text-stroke: 1px #BA9B62;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.image{
  position: relative;
  background: #000000;
}
.top-bar {
  position:absolute;
  top: 0;
  right: 0;
 /* Example background for visibility */
  color: white;          /* Example text color for visibility */
  padding: 10px 20px; 
  background: #ba9b62c2;        /* Example padding */
}
.number-box{
  border: none;
text-align: center;


}
.counter {
  animation-duration: 10s;
  animation-delay: 0s;
  font-size: 69px;
  font-weight: 500 ;
  color: white;
}

.room-card{
  position: relative;
  -webkit-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
  box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
}
.room-content{
  padding: 20px;
background: white;
}
.cover-bg{
  background: url('../photos/img2.jpg') rgba(0, 0, 0, 0.535);
  background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
/*restaurant.html*/
.section-bg{
  background: url('../photos/img3.jpg');
  background-position: bottom left;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}


/*rooms.html*/
.section-bg1{
  background: url('../photos/img4.png')rgba(0, 0, 0, 0.578);
  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;
}

/*aboutus.html*/
.section-bg2{
  background: url('../photos/img2.jpg') rgba(0, 0, 0, 0.578);
  background-position: center left;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}

.testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonial-slide{
  padding: 0px 100px 0px 100px;
}
/*gallery.html*/
.section-bg4{
  background: url('../photos/gallery/img15.jpg') rgba(0, 0, 0, 0.578);
  background-position: bottom;
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-bg3{
  background: url('../photos/contact-bg.png') rgba(0, 0, 0, 0.578);
  background-position: center left;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: white;
}

.contact-container{
  position: relative;
  margin-top: -100px;
  background: white;
}

.contact-box{
  padding: 40px;
}

@media(max-width:990px){
  .navbar-brand img{
    height: 60px !important;
  }
.testimonial-slide{
  padding: 0px 10px 0px 10px;
}

  .testimonial {
    position: relative;
    align-self: center;
    width:400px !important;
    width: 100%;
    padding: 50px 0px !important;
    overflow: hidden;
  
  }
  .info-col{
    margin: 0 30px 0 30px;
  }
  .carousel1, .carousel2, .carousel3, .cover-bg, .facilities-section{
    background-attachment:scroll !important;
  }
  
  .map-col{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  html, body{
    font-size: 85% !important;
  }
  nav.navbar{
    height: auto;
  }
  .carousel-caption {
    margin-bottom: 65%;
    text-align: center;
  
    padding: 0px;
    
  }
  
  .carousel-caption h1 {
   
  
  
    font-size: 80px !important;
    font-weight: 100 !important;


  }
  
  .carousel-caption h4 {
    margin-bottom: 30px;
  

    font-size: 18px !important;
    letter-spacing: 2px!important;
    
  
  }
.img2{
  display: none !important;
}
.about{padding-bottom: 0px !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;
}