@import url('https://fonts.googleapis.com/css2?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=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Lora", sans-serif;
  font-family: "Playfair Display", serif;
background:#f9f4f1;
  color: rgb(0, 0, 0);

}
p{
  font-family: "Jost", sans-serif;
}
h6{
    font-family: "Playfair Display", serif;
    font-weight: 500;
font-size: 14px !important;
color: #555555;
letter-spacing: 2px;
line-height: 24px;
}
h4{
  font-family: "Lora", sans-serif;
}
h2{
  font-family: "Lora", sans-serif;
  letter-spacing: 2px;
}
h1
{
  font-family: "Lora", sans-serif;

}
a{
  color: initial !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
  background: #FFFFFF !important;
}
footer{
  background: #222222 !important;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #000000;
  font-size: 1em; 
   font-family: "Jost", sans-serif;


}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-bottom: 1px solid black;
  font-size: 1em;
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}
.top-bar{
  background:#ffffff;
  padding: 10px;
  color: white !important;
  border-bottom: 1px solid #00191C;
}

.carousel1{
  background: url('../photos/img5.jpg') rgba(0, 0, 0, 0.417);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
 height: 85vh;
}
.carousel2{
  background: url('../photos/img4.jpg') rgba(0, 0, 0, 0.396);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
 height: 85vh;
}
.carousel3{
  background: url('../photos/img1.jpg') rgba(0, 0, 0, 0.366);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
 height: 85vh;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 21.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
  font-size: 66px;
    font-weight: 500;
    color: #ffffff;
    line-height: 95px;
    font-family: "Lora", sans-serif;
}
/* From Uiverse.io by SujitAdroja */ 
.btn {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #968440;
    background-color: #968440;
    border-radius: 0px !important;
    padding: 10px 25px;
    font-size: 15px;
    cursor: pointer;
    font-weight: normal;
    font-family: "Jost", sans-serif !important;

    position: relative;
    transition: all 1s;
    overflow: hidden;
  }
  
  .btn:hover {
    color: white;
  }
  
  .btn::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    top: 0;
    left: -40px;
    transform: skewX(45deg);
    background-color: #00191C !important;
    z-index: -1;
    transition: all 1s;
  }
  
  .btn:hover::before {
    width: 160%;
  }
  h1.number{
    font-size: 70px !important;
  }

  .container1{
    width: 90%;
    background-color: white;
    padding: 40px;
  }
.room-box{
    border: #00000028 1px solid;
}
  .room-info{
    position: absolute;
  border-radius:0px;
    bottom: 10px;
     right: 10px;
  text-align: center;
  align-items: center;
   background: #968440dc;
   color: white;
   padding: 5px 20px;
  }
  .room-card{
    border-radius: 0px;
    position: relative;
  }
  .room-content{
    padding: 20px;
  }
  .facilities-section{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .facility-box{
    position: relative;
    padding: 47px;
    border: 1px dashed #6b6b6b8b;
    border-radius: 5px;
    transition: 0.4s ease-in-out;
  }
  .facility-box:hover{
    border: 1px dashed #aa8453;
  
    transition: 0.4s ease-in-out;
  }
  .cover-bg{
     background: url('../photos/img9.jpg') rgba(0, 0, 0, 0.641);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-blend-mode: multiply;
     padding-top: 100px;
     padding-bottom: 100px;
  }

  .testimonial-item{
    padding: 30px;
    background: white;
  }
  .quotes{
    position: relative;
    justify-content: center;
    text-align: center;
    margin-bottom: -40px;
  }

  /*rooms.html*/
  .section-bg{
    background: url('../photos/bedroom.jpg') rgba(0, 0, 0, 0.641);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: white;
 }


 
  /*about.html*/
  .section-bg1{
    background: url('../photos/img7.jpg') rgba(0, 0, 0, 0.641);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: white;
 }


  /*contact.html*/
  .section-bg2{
    background: url('../photos/img9.jpg') rgba(0, 0, 0, 0.641);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    color: white;
 }


 
 .contact-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 40px;
  background: white;
}
.icon{
  position: relative;
  justify-content: end;
  text-align: end;
  margin-bottom: -60px;
  margin-right: -20px;
}
.br-tag{
  display: none;
}
 @media(max-width:1000px){
  .footer-links {
    display: flex;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
  .br-tag{
    display: block !important;
  }
  .footer-title{
  font-size: 24px !important;
  }
  .hr-line{
    display: none;
  }
  h1.number {
    font-size: 50px !important;
}
  .carousel-caption h1 {
    font-size: 46px;
    font-weight: 500;
    color: #ffffff;
    line-height: 45px;
    font-family: "Lora", sans-serif;
}
  .copyright {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
  .text h2 {
    font-size: 2rem;
    font-weight: light;
    font-family: "Playfair Display", serif;

} 
.text p {
  font-size: 1rem;
  margin-top: 10px;
}
 }