@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Allison&family=Allura&family=Amethysta&family=Arya:wght@400;700&family=Bonheur+Royale&family=Cinzel:wght@400..900&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=DM+Serif+Text:ital@0;1&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=La+Belle+Aurore&family=Marcellus&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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&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: "DM Serif Text", serif;
  color: rgb(0, 0, 0);

}
h1{font-size: 50px !important;}
h3, h2, h4{

  font-weight: 300;
}
h5{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
}
h6{

  font-family: "Roboto", 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;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
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;

  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/about-bg.jpg'), linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel2 {
  background: url('../photos/img6.jpg') , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel3 {
  background: url('../photos/img4.png') , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;

  padding: 50px;
  
}

.carousel-caption h1 {
 
  text-shadow: 4px 4px 4px #C19B76;

  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;

}
.btn_center {
  display: table-cell;
  vertical-align: middle;
  border: none;
  background-color: transparent;
}

.btn_center {
  color: white;
  margin: auto;
  width: 150px;
  line-height: 50px;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #C19B76;
  box-shadow: 0px 15px 18px -6px #C19B76;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}

.btn_center:hover {
  background-color: #C19B76;
  box-shadow: 0px 22px 19px -8px #C19B76;
  transform: scale(1.02,1.02);
}

.btn_center:active {
  background-color: #C19B76;
  box-shadow: 0px 12px 18px -4px #C19B76;
  transform: scale(0.95,0.95);
  transition: all 0.4s -0.125s;
}

.relative-box{
  position: relative;
  background: #C19B76;
  padding: 30px;
  width: 90% !important;
  z-index: 10;
  margin-top: -80px;
-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);

}
.about-section{
padding-top: 100px;
padding-bottom: 100px;

}

.facilities{
  background: url('../photos/img4.png') , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.604) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment: scroll;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}


.image{
  position: relative;
}
.top-bar {
  position:absolute;
  top: 0;
  right: 0;
  background-color: #C19B76; /* Example background for visibility */
  color: white;          /* Example text color for visibility */
  padding: 10px;         /* Example padding */
}
.number-box{
  border: none;
text-align: center;


}
.counter {
  animation-duration: 10s;
  animation-delay: 0s;
  font-size: 69px;
  font-weight: 500 ;
  color: white;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
  height: 550px;
}
.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;

}

.amenities{
  background: url('../photos/bg-pattent2.jpg');
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
}
.facility-box{
  padding: 20px;

  justify-content: center;
  text-align: center;
  background: white;
  transition: 0.4s ease-in-out;

}
.facility-box:hover{
  transform: translateY(-20px);
  transition: 0.4s ease-in-out;
  -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);
}

.circle1 {
  position: relative;
  margin-bottom: -50px;
  width: 40px;  /* Example width */
  height: 40px; /* Example height */
  background-color: #C19B76; /* Example background color */
  border-radius: 50%; /* Makes the div a circle */
  display: flex !important;
  justify-content: center;
  align-items: center;
   /* Optional, if you use absolute positioning for the icon */
  transition: 0.3s ease-in-out;
}
.circle1:hover{
  transform: translateY(-10px);
  background: white;
  color: #C19B76;
}

/*aboutus.html*/
.section-background{
  background: url('../photos/about-bg.jpg') , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0, 0, 0, 0.824) 100%);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;

}
.img-1{
  position: relative;
 
  margin-left: -150px;
}
.testimonials{position: relative;background-repeat: no-repeat;background-size: cover;padding:50px 0;}
.testimonials::before{content:'';position: absolute;right:0;left:0;top:0;bottom:0;background: rgba(0, 0, 0, 0.7);}
.testimonials .title {text-align: center;margin-bottom: 50px;position: relative;padding: 20px 0;max-width: 600px;margin: 0 auto;}
.testimonials .title h5 {color: #ffffff;line-height: 1.2em;font-size: 18px;font-weight: 100;margin-bottom: -3px;}
.testimonials .title h2 {color: #ffffff;line-height: 1.2em;font-weight: 100;font-size: 41px;letter-spacing: -1px;margin:0}
.testimonials .title img {margin-top: -10px;}
.testimonials .title p {margin: 0 0 10px;margin-bottom: 0;color: #5A3733;}
.testimonials .testi .item {background: #fff;padding: 50px 30px;border-radius:15px;}
.testimonials .testi .item .profile {display:flex;padding-left: 15px;}
.testimonials .testi .item .profile img {border-radius: 100%;width:50px;height:50px;object-fit:cover}
.testimonials .testi .item .profile .information {padding-left:20px;margin-bottom:15px}
.testimonials .testi .item .profile .information .stars i {color:#C19B76}
.testimonials .testi .item .profile .information p {font-size: 24px;margin: 0px auto 0px;color: #5A3733;font-weight: 900;line-height: 1;}
.testimonials .testi .item .profile .information span {color: #B17F2C;font-weight: bold;margin-top: -4px;line-height: 1.6em;font-size: 14px;}
.testimonials .testi .item>p {margin-bottom: 15px;font-size: 16px;line-height: 1.6em;display: block;z-index: 2;font-style: italic;color: #5A3733;text-align: center;}
.testimonials .testi .item .icon {text-align: center;}
.testimonials .testi .item .icon i {font-size: 32px;color: #C19B76;}




/*rooms.html*/
.section-background1{
  background: url('../photos/img4.png') , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0, 0, 0, 0.824) 100%);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;

}
.room-card1 {
  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);
  transition: 0.4s ease-in-out;

}
.room-card1:hover{
  transform: translateY(-20px);
  transition: 0.4s ease-in-out;
}

/*contact.html*/
.section-background2{
  background: url('../photos/img6.jpg') , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0, 0, 0, 0.824) 100%);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;

}

.contact-box{
  border: 1px solid #AA8B5F;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media(max-width:990px){
  .carousel1, .carousel2, .carousel3{
    height: 800px;
  }
  .img-1{
    position: relative;
   
    margin-left: -50px;
  }
  .socials-row{
    justify-content: center !important;
  }
  .br{
    display: none !important;
  }
  .rooms-content{
    padding: 20px;
  }
  .slide p {
    padding: 0 20px;
  }
  .testimonial1 {
    position: relative;
    align-self: center;
    
    width: 100%;
    padding: 50px 0px !important;
    overflow: hidden;
  
  }
.row1{
  text-align: center;
  justify-content: center;
}
  .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;
  }
p{
  font-size: 16px !important;
}
  html, body{
    font-size: 85% !important;
  }
  .d-1{
    font-size: 30px !important;
  }
  nav.navbar{
    height: auto;
  }
  .carousel-caption {
    margin-bottom: 70%;
    text-align: center;
  
    padding: 0px;
    
  }
  
  .carousel-caption h1 {
   
    text-shadow: 4px 4px 4px #AE9555;
  
    font-size: 50px !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);
}
.fadein{
opacity: 0;
}