html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: 'Barlow', sans-serif;
  font-family: 'Bonheur Royale', cursive;
  font-family: 'DM Sans', sans-serif;
  font-family: 'Forum', serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Inconsolata', monospace;
  font-family: 'Italiana', sans-serif;
  font-family: 'Italianno', cursive;
  font-family: 'Literata', serif;

  font-family: 'Nova Square', sans-serif;
  font-family: 'Marcellus', serif;
  
  font-family: 'Gilda Display', serif;
  
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Jost', sans-serif;
  font-family: 'Lexend', sans-serif;
  color: #000000;

}


::selection {
  color: #ffffff;
  background: black;
}



nav.navbar {
  background: #2C0B19;

  backdrop-filter: blur(0px) !important;
  transition: background 0.5s !important;

  font-family: 'Marcellus', serif;
  line-height:27.0001px;
  text-transform: uppercase;
font-weight: 100 !important;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: sticky;
display: flex;
font-size: 17px !important;

}

.navbar-scrolled .nav-link {
  color:whitesmoke;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:whitesmoke;
      }
    }

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
justify-content: center;
font-family: 'Marcellus', serif;
  line-height:27.0001px;
  text-transform: uppercase;
font-weight: 100 !important;
font-size: 14px !important;

}

.nav-item {
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);
  text-decoration: none;

}

.navbar li a.active {
  color: #cf9439!important;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #cf9439 1px solid !important;

}


.dropdown-menu {
  background-color: #ffffff !important;
  color: #ffffff;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #490e0e;
  font-family: 'Josefin Sans', sans-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: #D2CBBF;

  transform: scale(1.02);
  color: rgb(43, 43, 43);
}

.carousel1 {
  background: url('../photos/Photo\ \(87\).jpg')  rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 700px;
}

.carousel2 {
  background: url('../photos/Photo\ \(99\).jpg')  rgba(20, 19, 19, 0.493) ;
  
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 700px;
}

.carousel3 {
  background: url('../photos/Photo\ \(119\).jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 700px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
}

.carousel-caption h1 {
  font-family: 'Gilda Display', serif;
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 90px !important;
font-weight: 100;
  color: #ffffff;
}

.carousel-caption h6 {
  margin-bottom: 0px;
  font-family: 'Lexend', sans-serif !important;
  font-size:22px;
  letter-spacing:1.2px !important;

color: #cf9439 !important;
  font-weight: 300 !important;

}

a{
  text-decoration: none;
}



.button {
  padding: 0.8em 1.8em;
  border: 2px solid #ffffff;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: .3s;
  z-index: 1;
  font-family: inherit;
  color: #ffffff;
 }
 
 .button::before {
  content: '';
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #ffffffac;
  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .button:hover::before {
  width: 105%;
 }
 
 .button:hover {
  color: #111;
 }

 .about-section{
  padding-top: 100px;
  padding-bottom: 100px;
 }



 .button1 {
  padding: 0.8em 1.8em;
  border: 2px solid #cf9439;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: .3s;
  z-index: 1;
  font-family: inherit;
  color: #cf9439;
 }
 
 .button1::before {
  content: '';
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #cf9339b5;
  transition: .5s ease;
  display: block;
  z-index: -1;
 }
 
 .button1:hover::before {
  width: 105%;
 }
 
 .button1:hover {
  color: #2C0B19;
 }

 .img{
  position: relative;
  margin-top: -40px;
  margin-left: 50px;
 }
 .img1{
  position: relative;
  margin-left: -100px;
  margin-top: 50px;
  
 }

 .img2{
  position: relative;
  margin-top: -200px;
 }
 .text-row{
  z-index: 10;
 }


 .rooms-section{
  background: #F9F9F9;
  padding-bottom: 100px;
  padding-top: 100px;
 }


 .underline-text {
  text-decoration: underline;
  color: #cf9439;


}

.room-info{
  padding: 30px;
  background: white;
}


.image-container {
  position: relative;
  display: inline-block;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none; /* Allows clicks to go through the overlay to the image */
}

.gradient-overlay h6{
 margin-top: 59%;
 margin-left: 4%;
}

.gradient-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none; /* Allows clicks to go through the overlay to the image */
}

.gradient-overlay1 h6{
 margin-top: 43%;
 margin-left: 4%;
}

.facilities{
  background: url('../photos/Photo\ \(84\).jpg')  rgba(20, 19, 19, 0.759) ;
 background-attachment: fixed; 
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}

.facility-box{
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 30px;
  color: #cf9439;
  border: 1px solid #cf9439;
  background: rgba(255, 255, 255, 0.751);
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery-section{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F9F9F9;
}

.gallery-wrapper{
  padding: 40px;
  height: 425px;
}



.testimonial-section {

  margin-top: 0px;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mySwiper {
  text-align: center;
  justify-content: center;
 
}


.testimonial {
  position: relative;
  align-self: center;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;

}

.testimonial .image {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  row-gap: 30px;
  height: 500px;
  width: 90%;
font-size: 20px !important;
}


.carousel--caption1{
  width: 600px !important;
}

#image-caption{
  padding: 0 160px;
  text-align: center;
}
.slide img{
  padding: 0 160px;
  text-align: center;
  justify-content: center;
}
.slide h6{
  padding: 0 160px;
  text-align: center;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

.testimonials{
  padding-top:100px;
  padding-bottom:100px;
}
.testimonial-box{
  padding:40px;
  border: 1px solid black;
}

/*Rooms.html*/
.section-background{
  background: url('../photos/Photo\ \(104\).jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 500px;
}

.section-title h1{
  padding-top: 10%;
  text-align: center;
  font-weight: 100 !important;
  font-size: 60px;
  color: #ffffff;
  font-family: 'Gilda Display', serif;
}

.rooms-card{
background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.381)), url('../photos/bg-shape.png') center/cover no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  padding: 68px;

  position: relative;

  color: #ffffff;
}
.rooms-card1{
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.381)), url('../photos/pattern_2.png') center/cover no-repeat;
  padding: 102px;

  position: relative;

  color: #ffffff;
}
.rooms-card1 h6{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  border-radius: 10px;
  line-height: 30px;
}
.rooms-card h2{
  font-family: 'Italiana', sans-serif;
  font-weight: 400;
}
.rooms-card1 h2{
  font-family: 'Italiana', sans-serif;
}
.rooms-card h6{
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  border-radius: 10px;
}

/*aboutus.html*/
.section-background1{
  background: url('../photos/Photo\ \(1\).jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 500px;
}
.cover-bg{
  background: url('../photos/Photo\ \(99\).jpg') rgba(20, 19, 19, 0.635) ;
  text-align: center;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
color: white;
}
/*gallery.html*/
.section-background2{
  background: url('../photos/Photo\ \(84\).jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 500px;
}

/*contact.html*/
.section-background3{
  background: url('../photos/Photo\ \(82\).jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 500px;
}

.contact-box{
  justify-content: center;
  text-align: center;
  align-items: center;
}

@media(max-width:1024px){
  nav.navbar{
    height: auto;
  }
}
@media(max-width:990px){
  .map-col{
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
  }
  .section-background, .section-background1, .section-background2, .section-background3{
    height: 400px;

  }
  .section-title h1{
    padding-top: 37%;
    font-size: 50px;
  }
  #image-caption{
    padding: 0 40px;
    text-align: center;
  }
  .slide img{
    padding: 0 40px;
    text-align: center;
    justify-content: center;
  }
  .slide h6{
    padding: 0 40px;
    text-align: center;
  }
  .slide p {
    text-align: center;
    padding: 0 40px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
  }
  .img{
    position: relative;
    margin-top: -40px;
    margin-left: 70px;
   }
   .img1{
    position: relative;
    margin-left: 0px;
    margin-top: 50px;
    
   }
  
   .img2{
    position: relative;
    margin-top: -200px;
   }
  .text-row{
  margin-bottom: 100px !important;
   }
  
  .carousel-caption {
    margin-bottom: 43%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .carousel-caption h1 {
    font-family: 'Gilda Display', serif;
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 70px !important;
  font-weight: 100;
    color: #ffffff;
  }
  
  .carousel-caption h6 {
    margin-bottom: 0px;
    font-family: 'Lexend', sans-serif !important;
    font-size:18px;
    letter-spacing:1.2px !important;
text-align: center !important;
justify-content: center;
align-items: center;
  color: #cf9439 !important;
    font-weight: 300 !important;
  
    padding-left: 0px;
    padding-right: 0px;
  margin-left: 0px;
  }
  
  nav.navbar{
    height: auto;
  }
  .rooms-card{
    background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.381)), url('../photos/bg-shape.png') center/cover no-repeat;
    padding: 40px !important;
  text-align: left !important;
    position: relative;
  
    color: #ffffff;
  }
  .rooms-card1{
    background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.381)), url('../photos/pattern_2.png') center/cover no-repeat;
    padding: 40px !important;
  text-align: left !important;
    position: relative;
  
    color: #ffffff;
  }
}