@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
background:#ffffff !important;
  color: #292c33 !important;

}
p{
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
    font-weight: 400;
    font-style: normal;
}
.font01{
    color: #302e2e !important;
    font-family: "Jost", sans-serif;
   font-weight: 400;
}

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: white ;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
.bg{
    background-color:#ffffff !important;
}
.border-bottom{
    border-bottom: 1px solid black;
}

.container{
    max-width: 76%;
}
footer{
  background: #2C484C!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 #e0dada;
  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 !important;
  font-size: 1.1em;
}
.navbar .dropdown-item {
    color: #000000 !important;
    font-size: 1.1em;
  }
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: rgb(0, 0, 0);
  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:#2C484C;
  padding: 10px;
  color: white !important;
  border-bottom: 1px solid #f4f5f5;
}
.carousel1{
  background: url('../img/Screenshot 2025-02-03 114105.jpg'), rgba(0, 0, 0, 0.386);
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../img/638388679.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/638379606.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%; 
 max-width: 90%;
}

.carousel-caption h3{
  font-size: 82px;
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 67.68px;

  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;

}
.btn {
  color: #ffffff ;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #ffffff;
background-color: #cec4b8;
  border-radius: 4px !important;
  padding: 10px 25px;
  font-size: 17px;
  cursor: pointer;
  position: relative;
  transition: all 1s;
  overflow: hidden;

}
.btn:hover {
  color: rgb(5, 5, 5);
}
.btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #dbd4cb;
  z-index: -1;
  transition: all 1s;
}
.btn:hover::before {
  width: 160%;
}
/* about home  */
.tabel{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background: linear-gradient(to right, #ffffff 70%, #e7d6c0 30%);
}


.facilities-section{
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e7d6c0;
}
.facility-card{
  background-color: #ffffff;
  padding: 14px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.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, #0e131783 2%, #0e13173a 90%);
    background: -webkit-linear-gradient(top, transparent 0, #0e13175e 2%, #0e131770 90%);
    background: linear-gradient(to bottom, transparent 0, #0e131767 2%, #0e131759 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-family: "marcellus", serif;
    font-size: 24px;
    font-weight: 500;
    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;
}

.pre-footer{
  background: url('img/Screenshot 2025-02-03 114217.jpg')rgba(0, 0, 0, 0.6);
  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;
}

/*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;
}



#room-head{
  background: url('../img/638387400.jpg')rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: center;
}

#gallery-head{
  background: url('img/WhatsApp Image 2025-01-26 at 13.00.26 (1).jpeg')rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: center;
}
#contact-head{
  background: url('img/Screenshot 2025-02-03 114217.jpg')rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: center;
}

/* aboutus room */
#about-head{
  background: url('img/Screenshot 2025-02-03 113728.jpg')rgba(0, 0, 0, 0.5);
  background-position:bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: center;
}
.aboutus {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: justify;
}

.testimonials-section1{
  padding-top: 100px;
  padding-bottom: 100px;
}

.contactus{
  padding-top: 100px;
  padding-bottom: 100px;
}
.rooms{
  padding-top: 70px;
  padding-bottom: 70px;
}

.roomcard1{
  padding: 10px;
  background-color: #dfdfdf;
}
.room-content{
  padding: 10px;
  background-color: white;
}
.room-content h3{
  padding: 10px;
}
 
@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;
}

.testimonials-section1{
  padding-top: 50px;
  padding-bottom: 50px;
}
.carousel1 , .carousel2 , .carousel3 {
  height: 70vh;
}
}
