@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');


html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
font-family: "Cormorant Garamond";
background:#ffffff;
  color: rgb(0, 0, 0);

}
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: #555555 !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: 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;
}
.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('/img/5.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('/img/2.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('/img/36.jpg'), rgba(0, 0, 0, 0.445);
  background-position: bottom;
  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: #f3ecec;
  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: "Cormorant Garamond";

  line-height: 67.68px;
  letter-spacing: normal;
  font-weight: 700;
  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;

}
/* From Uiverse.io by SujitAdroja */ 
.btn {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #322F1C;
  background-color: #283842;
  border-radius: 0px !important;
  padding: 10px 25px;
  font-size: 17px;
  cursor: pointer;
  font-weight: bold;
 
  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;
  z-index: -1;
  transition: all 1s;
}

.btn:hover::before {
  width: 160%;
}
.section1{
  position: relative;
  margin-top: -80px;
}

.row1{
  position: relative;
  margin-top: -350px;
  z-index: 100;
  text-align: center;

}
.title1{
  font-size: 70px;
  background: rgba(255, 255, 255, 0.807);
  padding: 20px;
  color: #322F1C;
  font-weight: 700;
}

.item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0px;
}
.rooms .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.rooms .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}
.rooms .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.rooms .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;

    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #322F1C;
}
.rooms .item .category a,
.destination1 .item .category a {
    color: #fff;
}
.rooms .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}
.rooms .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(13, 51, 27, 0.1) 2%, rgba(15, 84, 37, 0.75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);
}
.rooms .item .con h6,
.rooms .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff !important;
    font-size: 13px;

    display: inline;
}
.rooms .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.rooms .item .con h5,
.rooms .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
.rooms .item .con p,
.destination1 .item .con p {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 0px;
}
.rooms .item .con span,
.destination1 .item .con span {
    color: #fff !important;
    font-size: 10px;
}
.rooms .item .con i,
.destination1 .item .con i {
    color: #fff !important;
}
.rooms .item .con i:hover,
.destination1 .item .con i:hover {
    color: #fff !important;
}
.rooms .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}
.rooms .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #322F1C;
}
/* line animation */
.rooms .item .line,
.destination1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.rooms .item:hover .line,
.destination1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
.facilities{
  background: url('/img/23.jpg'), rgba(0, 0, 0, 0.6);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}

.facility-box{
  background: white;
  padding: 20px;
}
.restaurant{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color:  #ebebeb;
}
.restaurant-section{
  padding-top: 100px;
  padding-bottom: 100px;
}

.vertical-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  height:700px; /* Adjust height as needed */


}
.vertical-text h3{
  font-optical-sizing: auto;
  color:  #322f1c67;
  font-size: 102px;
 line-height: 50.899px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  padding: 10px;

  font-family: "Cormorant Garamond";
}
.vertical-hr {
  width:2px;
  height:70px; /* Adjust height of the hr */
  border: none;
  background-color: black;
  margin: 0;
}
.testimonials-section1{

  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 2px solid #C4AB86;
  background: url('../photos/img23.jpg'), rgba(0, 0, 0, 0.645);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  }



  .pre-footer{
    background: url('/img/26.jpg')rgba(0, 0, 0, 0.4);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: auto;
    padding: 8em 0em;
   display: flex;
   align-items: center;
  }

  .pre-box{
   background: white;
   padding: 2em;
   color: black;
  }

  .pre-box p{
   color: black;
  }

  /*restaurant.html*/
  .section-bg{
    background: url('../photos/img25.jpg'), rgba(0, 0, 0, 0.386);
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  }

  .rest-bg{
    background: url('../photos/rest-bg.jpg');
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  }

  
  /*rooms.html*/
  .section-bg1{
    background: url('/img/36.jpg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  }
  
.room-box1{
  position: relative;
}
.room-number1{
  position: absolute;
  display: flex;
  top: 15px;
  left: 15px;
  background-color: white;

  padding: 5px;

}
.img1{
  outline: 1px solid rgba(255, 255, 255, 0.595);
  outline-offset: -15px;
  border-radius: 0px;

}
.centered-button {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 15px;
  width: 100px;
  height: 100px;
  color: #ffffff !important;
  border-radius: 50%;
  background-color: #111D22af;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  backdrop-filter: blur(5px); /* For the glass-like background */
}

.room-box1:hover .centered-button {
  opacity: 1;

}

  
  /*rooms.html*/
  .section-bg2{
    background: url('/img/29.jpg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  }

    
  /*contact.html*/
  .section-bg3{
    background: url('/img/26.jpg'), rgba(0, 0, 0, 0.386);;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
  }

  .contact-box{
    padding: 30px;
    background: #676977;
    color: rgb(255, 255, 255);
  }
  .row2{
    justify-content: space-between;
  }
  .col2{
    justify-content: end;
    text-align: end;
  }
@media(max-width:1000px){
  .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;
}
  .col2{
    justify-content: center;
    text-align: center;
  }
  .row2{
    text-align: center;
    justify-content: center !important;
  }
h1.title1{
  font-size: 40px !important;
}
  .img-2{
    display: none;
  }
  
  .img-3{
    display: none;
  }
  .col1{
    display: none;
  }
.vertical-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  height:400px; /* Adjust height as needed */


}
.vertical-text h3{
  font-optical-sizing: auto;
  color:  #322f1c67;
  font-size: 52px;
 line-height: 50.899px;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin: 0;
  padding: 10px;

  font-family: "Cormorant Garamond";
}
}
.prim-btn{
  color: #fff!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;
}
