@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Satisfy", cursive;
  font-family: "EB Garamond", serif;
background:#0E1317;
  color: rgb(255, 255, 255);

}
p{
  font-family: "Montserrat", sans-serif;
}
h6{
  font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 13px !important;
color: #555555;
letter-spacing: 2px;
line-height: 24px;
}
h5{
  font-family: "Montserrat", sans-serif;
}
a{
  color: initial !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
footer{
  background: #000000 !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: #ffffff;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #ffffff !important;
  font-size: 1.1em;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-bottom: 1px solid black;
  font-size: 1.1em;
  border-bottom: 1px solid white;
}
.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;
}

.offcanvas{
  background-color: #0E1317;
}
.top-bar{
  background: #000000;
  padding: 10px;
  color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid white;
}
.carousel1{
  background: url('../photos/new_photos/img4.jpg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../photos/new_photos/img2.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel3{
  background: url('../photos/new_photos/img5.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel-caption {
  position: absolute;
  top:60%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;

  justify-items: center !important;
  width: 100%; /* Optional: Set this if you want the caption to occupy full width */
 max-width: 90%;/* Optional: Adjust based on your design needs */
}

.carousel-caption h3{
  font-size: 72px;
  font-family: "EB Garamond", serif;

  line-height: 67.68px;
  letter-spacing: normal;
  font-weight: 100;
  font-stretch: 100% ;
}

.carousel-caption p{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: 100% ;
  font-family: 'Jost', sans-serif;

}


/* CSS */
.button-6 {
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);

  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  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(0, 0, 0, 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(0, 0, 0, 0.65);
  transform: translateY(0);
}
.facility-box{
  padding: 50px;
  transition: 0.3s ease;
  background:#0E1317;
  color: white;
  transition: 0.2s ease;

}
.facility-box:hover{
transform:translateY(-20px);
  transition: 0.2s ease;

}
#example3{
	color: rgb(255, 255, 255);
	font-size: 34px;
	-webkit-text-stroke: 1px #BA9B62;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

.container1{
  width: 80%;
  background: white;
  padding: 100px;
}

.image-container1 {
  position: relative;

  overflow: hidden;
}

.image-container1 img {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 12%, rgba(255,255,255,0) 53%); /* Adjust the alpha value for darkness */
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.image-container1:hover .overlay1 {
  opacity: 0.9;
}
.image-container1:hover img {
  opacity: 0.9;
 scale: 1.02;
 transition: 0.5s ease-in-out;
}
.text2 {
font-family: "Cormorant Garamond"
serif !important;
  background: #00000000;
  position: absolute;
  width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  color: white;
  padding-bottom: 20px;
  font-size: 26px;
  letter-spacing: 2px;
  opacity: 1 !important; /* Ensure text remains fully visible */
}
.container2{
  width: 80%;
}

.cover-bg{
  background: url('../photos/new_photos/img3.jpg'), rgba(0, 0, 0, 0.709);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

/*rooms.html*/
.section-bg{
  background: url('../photos/img11.jpg'), rgba(0, 0, 0, 0.709);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.room-box{
  -webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.75);
background: white;
}
.room-content{
  padding: 40px;
}


/*about.html*/
.section-bg1{
  background: url('../photos/img5.jpg'), rgba(0, 0, 0, 0.709);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

/*contact.html*/
.section-bg3{
  background: url('../photos/img10.jpg'), rgba(0, 0, 0, 0.709);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.contact-box{
  background-color: #ffffff;
  padding: 50px;
  outline: 1px solid #cdcdcd9f;
  outline-offset: -20px;
  text-align: center;
  color: rgb(0, 0, 0);
}
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: white;
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.btn-close {
    --bs-btn-close-color: white;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity);
}
@media (max-width:1000px){
    .container1{
  width: 90%;
  background: white;
  padding: 20px;
  justify-content:center;
}
      .col1{
    display: none;
  }
  .row1{
    margin-top: 0px;
  }

  .facility-box{
width: 95%;
  }
  .row2{
    justify-content: center !important;
  }
  .text-box1{
    padding: 20px;

  }
  .text2{
    margin-left: 0px;
  }
     .carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-items: center !important;
    width: 100%;
    max-width: 90%;
}
.carousel-caption h3 {
  font-size: 40px;
  z-index: 100;
  line-height: normal;
  font-stretch: normal;
  margin-bottom: 20px !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;
  }
