@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Allura&family=Amethysta&family=Bonheur+Royale&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Gotu&family=Great+Vibes&family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&family=Martel:wght@200;300;400;600;700;800;900&family=Montserrat+Alternates: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&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins: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&family=Pridi:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');




html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:#FFFFFF;


  font-family: "Jost", sans-serif;
  font-family: "Bonheur Royale", cursive;
  font-family: "Cormorant Garamond", serif;

  color: rgb(0, 0, 0);

}

h3, h2, h4{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
}
h5{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
}
h6{

  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;

}
a{
  text-decoration: none !important;
  
}
::selection {
  color: #ffffff;
  background: #74685E;
}





nav.navbar {
  background-color:  rgb(255, 255, 255);

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  font-family: 'Raleway', sans-serif;

  text-transform: uppercase;
font-weight: 200;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 14px !important;
  font-weight: 300 !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: #BC985A!important;
  transform: scale(1.05);
  border-bottom: 1px#BC985A 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;
}

.carousel1 {

  background: url('../photos/img1.png')   rgba(20, 19, 19, 0.509);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel2 {
  background: url('../photos/img7.png')    rgba(20, 19, 19, 0.509);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
}

.carousel3 {
  background: url('../photos/img4.png')   rgba(20, 19, 19, 0.509);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 800px;
} 

.carousel-caption {
  margin-bottom: 10%;
  text-align: center;

  padding: 50px;
  
}

.carousel-caption h1 {
 
  text-shadow: 4px 4px 4px #BC985A;

  font-size: 100px !important;
  font-weight: 100 !important;
}

.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: #BC985A;
  border: 1px solid #BC985A;

  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;

  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: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(255, 255, 255, 0.65);
}

.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(255, 255, 255, 0.65);
  transform: translateY(0);
}

.about-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
.row1{
  padding-top: 70px;
  padding-bottom: 70px;
  background: #FFEFD5;
  margin-bottom: 100px;

}
.rooms-section{
margin-bottom: 100px;
height: auto;

}
.room-box{
  border-radius: 20px;
}
.room-info{
  padding: 20px;
}
div .owl-nav{
  margin-top: 50px;
}

.relative-testimonial{
  position: relative;
  margin-bottom: -450px;
  z-index: 100;
background: rgba(255, 255, 255, 0.87);
padding: 30px;
border-bottom: 6px solid #BC985A;
height: 400px;
}
.testimonials{
  background: url('../photos/img2.png')   rgba(20, 19, 19, 0.509);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 200px;
  padding-bottom:200px;

}
.testimonial2{


background: rgba(255, 255, 255, 0.87);
padding: 30px;
border-bottom: 6px solid #BC985A;
}

.hidden-button{
  display: none;
}
/*rooms.html*/
.section-background{
  background: url('../photos/img10.png')   rgba(20, 19, 19, 0.646);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom:150px;
}
.room-text{
  padding: 30px;
  border-top: 6px solid #BC985A;
  border-right: 6px solid #BC985A;
  position: relative;
  margin-left: -100px;
  background: white;
}
.room-text1{
  padding: 30px;
  border-top: 6px solid #BC985A;
  border-left: 6px solid #BC985A;
  position: relative;
  margin-right: -100px;
  background: white;
}

/*aboutus.html*/
.section-background1{
  background: url('../photos/img1.png')   rgba(20, 19, 19, 0.646);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom:150px;
}
.cover-bg{
  background: url('../photos/img7.png')   rgba(20, 19, 19, 0.509);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom:100px;
}
/*contact.html*/
.section-background2{
  background: url('../photos/img8.png')   rgba(20, 19, 19, 0.646);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom:150px;
}
.contact-container{
  position: relative;
  margin-top: -100px;
  background: white;
}

.contact-box{
  padding: 40px;
}



/*gallery.html*/
.section-background3{
  background: url('../photos/img7.png')   rgba(19, 19, 20, 0.646);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom:150px;
}
@media(max-width:1024px){
  nav.navbar{
    height: auto;
  }
}
@media(max-width:990px){
  .contact-container{
    margin-top: 50px !important;
  }
  .img-2{
    display: none;
  }
  .hidden-button{
    display: block;
  }
  .hidden-button1{
    display: none;
  }
  .testimonial2{

margin-bottom: 340px;
    background: rgba(255, 255, 255, 0.87);
    padding: 30px;
    border-bottom: 6px solid #BC985A;
    }
  .room-text1{
    border-bottom: 6px solid #BC985A;
    border-right: 6px solid #BC985A;
    border-top: none;
    border-left: none;
    margin-left: 0px;
  }
.room-text{
  border-bottom: 6px solid #BC985A;
  border-left: 6px solid #BC985A;
  border-top: none;
  border-right: none;
  margin-left: 0px;
}

.hidden-text{
  display: none;
}
  .row2{
    justify-content: center;
    position: relative;
    margin-bottom: -350px;
    z-index: 100;
  background: rgba(255, 255, 255, 0);
  }
  .relative-testimonial{
margin: 12px;
border-bottom: 6px solid #BC985A;
background: white;
  }

  html, body{
    font-size: 88%;
  }
  
  .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;
  }

  nav.navbar{
    height: auto;
  }
  .carousel-caption {
    margin-bottom: 50%;
    text-align: center;
  
    padding: 0px;
    
  }
  
  .carousel-caption h1 {
   
    text-shadow: 4px 4px 4px #BC985A;
  
    font-size: 65px !important;
    font-weight: 100 !important;


  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 2px !important;
    font-weight: 100;
    color: #ffffff !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);
}
pad
.fadein{
opacity: 0;
}