html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #FFFFFF;
  font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;

  font-family: 'Cinzel', serif;
  font-family: "Inconsolata", monospace;
  font-family: 'Gilda Display', serif;
  color: rgb(0, 0, 0);

}
h6{

}
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);
  }
}

nav.navbar {
  background-color: #f1f0ed;

  backdrop-filter: blur(0px) !important;
  transition: 0.5s !important;

  font-family: "Inconsolata", monospace;

  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;
  letter-spacing: 3px;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.02);

}

.navbar li a.active {
  color: #462626 !important;
  transform: scale(1.05);
  border-bottom: 1px #ffffff solid !important;
  border-top: 1px #ffffff solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: 0.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;
}

.carousel1 {
  background: url('/img/jpeg-optimizer_2\ -\ Copy.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('/img/jpeg-optimizer_101.jpg') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;
  
}

.carousel-caption h1 {
 
  text-shadow: 7px 5px 5px rgba(175,162,120,0.6);
  text-transform: uppercase;
  font-size: 100px !important;
  font-weight: 200;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Inconsolata", monospace;
text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  font-weight: 100;
  color: #ffffff !important;

}




/* CSS */
.button-6 {
  align-items: center;
  background-color: #ffffff00;
  border: 1px solid rgb(255, 255, 255);

  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgb(8, 8, 8);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-7 {
  align-items: center;
  background-color: #ffffff00;
  border: 1px solid rgb(255, 255, 255);

  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgb(219, 173, 173);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgb(255, 255, 255);
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #1F1F1F;
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}
.about-section{
  background: #1F1F1F;
  padding-top: 100px;
  padding-bottom: 100px;
}
.image1{
  position: relative;
  margin-top: 130px;
}
.image2{
  position: relative;
  margin-top: 40px;
}
.row1{
  position: relative;
  margin-bottom: -120px !important;
  z-index: 10;
  margin-left: 50px;
}
.row2{
  position: relative;
  margin-top: -100px;
}


.card {
  position: relative;
  width: 100%;

  overflow: hidden;
  border-radius: 10px;
  margin: 20px;
}

.card img {


  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.card:hover img {
  transform: scale(1.2);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.card:hover .overlay {
  opacity: 1;
}

.overlay h2 {
  margin-bottom: 10px;
  color: #333;
}

.overlay p {
  color: #555;
}

.rooms-section{
  padding-top: 100px;
  padding-bottom: 100px;
}

.facilities-section{
  background:#1F1F1F;
  padding-top: 100px;
  padding-bottom: 100px;
}

.facility-card{
  padding: 40px;
  border: 1px solid #2f2f2f;
  justify-content: center;
  text-align: center;
  transition: 0.3s ease;
}
.facility-card:hover{

  border: 1px solid #AFA278;
  transition: 0.3s ease;

}


.testimonial-section{
  margin-top: 150px;
  margin-bottom: 100px;
}
.testimonial-box{
  padding: 40px;
  background: #704a4a00;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('../photos/bg-shape.png');
  background-position:bottom left;
  background-size: 30%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.first{
  display: none;
}

.gallery-section{
  background: url('/img/jpeg-optimizer_12.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 70px;
}
/*aboutus.html*/
.background-section{
  background: url('/img/jpeg-optimizer_5.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.gallery-1{
  padding-top: 50px;
  padding-bottom: 100px;
}
/*rooms.html*/
.background-section1{
  background: url('/img/jpeg-optimizer_1.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

/*contact.html*/
.background-section2{
  background: url('/img/jpeg-optimizer_1.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

/*gallery.html*/
.background-section3{
  background: url('/img/jpeg-optimizer_18.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
@media(max-width:990px){
.image1, .image2, .image4{
display: none !important;
}
    nav.navbar{
      height: auto;
    }
    .carousel-caption {
      margin-bottom: 53%;
      text-align: center;
      
    }
    .map-col{
      text-align: center !important;
      justify-content: center !important;
      align-items: center !important;
    }
    h1{
      font-size: 45px !important
    }
    
    .carousel-caption h1 {

      text-transform: uppercase;
      font-size: 60px !important;
      font-weight: 200;
    }
    
    .carousel-caption h6 {
      margin-bottom: 30px;
      font-family: "Inconsolata", monospace;
    text-transform: uppercase;
      font-size: 13px !important;
      letter-spacing: 9px !important;
      font-weight: 100;
      color: #ffffff !important;
    
    }
    .card {
      position: relative;
      width: 100%;
    
      overflow: hidden;
      border-radius: 10px;
      margin: 0px;
    }
    .second{
      display: none !important;
    }
    .first{
      display: block;
    }
  }


/*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;
}