@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Allura&family=Amethysta&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: "Cormorant Garamond", serif;

  color: rgb(0, 0, 0);

}
h1{font-size: 50px !important;}
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:  black;

  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(255, 255, 255) !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: #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);
}
#main-header {
  position: relative; /* Ensure it's positioned relative to its normal position */
  background: url('../photos/img3.jpg') no-repeat right;
  background-size: 65%;
  background-blend-mode: multiply;
  background-color: transparent; /* Make sure the background color is transparent */
  animation: animatedBackground 2.5s ease-in forwards;
  height: 850px;
  padding-left: 20px;
  padding: 300px 300px 0px 40px;
  z-index: 10; /* Ensure it has a higher z-index */
}
#main-header h1 {
 
  text-shadow: 4px 4px 4px #C2B5A2;

  font-size: 70px !important;
  font-weight: 200 !important;
}

#main-header h6 {
  margin-bottom: 30px;
  font-family: "Inconsolata", monospace;
text-transform: uppercase;
  font-size: 20px !important;
  letter-spacing: 9px !important;
  font-weight: 300;

}


@media only screen and (max-width: 600px) {
  #main-header {
    margin: 0;
    height: 750px;
  }
}

@keyframes animatedBackground {
  from {
     
      opacity: 0;
    }
    to {
      
      opacity: 1;
  }
}

@media only screen and (max-width: 687px) {
  #main-header {
    background-size: 100%;
    background: url('../photos/img3.jpg')rgba(0, 0, 0, 0.5)!important;
   background-size: cover!important;
   background-blend-mode: multiply;
   padding: 200px 200px 0px 20px;
   color: white;
  }
  #home-banner{
    padding: 50px!important;
  }
  .room-1,.room-2,.room-3{
    margin: 35px 0!important;
  }
  #restaurant{
    background: none!important;
  }
  #main-header h1 {
 
    text-shadow: 4px 4px 4px #C2B5A2;
  
    font-size: 40px !important;
    font-weight: 200 !important;
  }
  
  #main-header h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 16px !important;
    letter-spacing: 9px !important;
    font-weight: 100;
    color: white !important;
  
  }
}

.life-button{
  animation-name: slideInRight;
  animation-duration: 2.5s;
  animation-timing-function:ease ;
  animation-delay: 0;
}

/* CSS */
.button-39 {
  background-color: #CEC2AA;
  border: 1px solid rgb(209,213,219);
  border-radius: 0rem;
  box-sizing: border-box;
  color: #111827;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-39:hover {
  background-color: rgb(249,250,251);
}

.button-39:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button-39:focus-visible {
  box-shadow: none;
}
.row1{
  position: relative;
  z-index: 100;
}
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #868781;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000000;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: black;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #868781;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.checkin{
  padding: 20px;
  background: white;
  box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
}
.rooms-section{
  background: url('../photos/bg.png');
  background-size: 50%;
  background-position:left;
background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 100px;
}
.facilities{
  padding-bottom: 100px;
}
.facility-box{
  padding: 30px;
  background: white;
  border: 1px solid #C2B5A2;
  transition: 0.3s ease-in-out;
}
.facility-box:hover{
  background: #E0D8CA;
  transition: 0.3s ease-in-out;
}
.gallery-section{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #cfc3ada3;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #000000;
}


.swiper-pagination-bullet-active 
  {
background: #000000;
}
.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: 100%;
  width: 100%;
font-size: 20px !important;
}

.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.slide .quote-icon {
  font-size: 30px;
  color: #000000;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}


.testimonial{
  background: url('../photos/bg-pattent2.jpg') #E0D8CA;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

/*rooms.html*/
.section-background{
  background: url('../photos/569340659.jpg')  rgba(20, 19, 19, 0.462);
  background-position: center 55%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.rooms-content{
  padding: 30px;
}

/*aboutus.html*/
.section-background1{
  background: url('../photos/img5.jpg')  rgba(20, 19, 19, 0.462);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.cover-bg{
  background: url('../photos/img3.jpg')  rgba(20, 19, 19, 0.462);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
/*gallery.html*/
.section-background2{
  background: url('../photos/img6.jpg')  rgba(20, 19, 19, 0.462);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
/*contact.html*/
.section-background3{
  background: url('../photos/img5.jpg')  rgba(20, 19, 19, 0.462);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
}
.contact-box{
  padding: 30px;
  background: #C2B5A2;
  transition: 0.3s ease-in-out;
}
.contact-box:hover{
  padding: 30px;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
.contact-box:hover h1 i{
  color: #C2B5A2 !important;
}
@media(max-width:1024px){
      nav.navbar{
    height: auto;
  }
  #main-header {
    position: relative; /* Ensure it's positioned relative to its normal position */
    background: url('../photos/img3.jpg') no-repeat right;
    background-size: 65%;
    background-blend-mode: multiply;
    background-color: transparent; /* Make sure the background color is transparent */
    animation: animatedBackground 2.5s ease-in forwards;
    height: 700px;
    padding-left: 20px;
    padding: 200px 0px 0px 20px;
    z-index: 10; /* Ensure it has a higher z-index */
  }
  #main-header h1 {
   
    text-shadow: 4px 4px 4px #C2B5A2;
  
    font-size: 70px !important;
    font-weight: 200 !important;
  }
  
  #main-header h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 9px !important;
    font-weight: 300;
  
  }

}
@media(max-width:991px){
  #main-header {
    position: relative; /* Ensure it's positioned relative to its normal position */
    background: url('../photos/img3.jpg') no-repeat right;
    background-size: 100%;
    background-color: #00000081 !important;
    background-blend-mode: multiply;
    background-color: transparent; /* Make sure the background color is transparent */
    animation: animatedBackground 2.5s ease-in forwards;
    height: 700px;
    padding-left: 20px;
    padding: 200px 0px 0px 20px;
    z-index: 10; /* Ensure it has a higher z-index */
  }
  #main-header h1 {
   
    text-shadow: 4px 4px 4px #C2B5A2;
  color: white !important;
    font-size: 70px !important;
    font-weight: 200 !important;
  }
  
  #main-header h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 9px !important;
    font-weight: 300;
  color: white !important;
  }
}
@media(max-width:990px){
  .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;
}