@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: "Cormorant Garamond";
font-family: "Playfair Display", serif;
background:#EBEEEC;
  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: "Playfair Display", serif;
}
h2{
    font-family: "Playfair Display", serif;
letter-spacing: 2px;
}
a{
  color: initial !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
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('/assets/photos/new/703580652.jpg' ), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel2{
  background: url('/assets/photos/new/703580682.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel3{
  background: url('/assets/photos/new/703580700.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff ;
  text-align: center;
}
.carousel-caption h1{
  font-family: 'Josefin Sans', sans-serif !important;

  font-weight: 400 !important;
  font-size: 80px !important;
  color: #ffffff !important;


}

/* Dark Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

/* Centered Text */
.text {
    position: relative;
    z-index: 2;
}

.text h2 {
    font-size: 5rem;
    font-weight: light;
    font-family: "Playfair Display", serif;

}

.text p {
    font-size: 1.5rem;
    margin-top: 10px;
}

/* From Uiverse.io by SujitAdroja */ 
.btn {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #365140;
    background-color: #365140;
    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: #365140dc;
   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/DHOMA\ 3\ c.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/deluxe-suite.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/img2.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/reception.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;
}
 @media(max-width:1000px){
  .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;
}
 }