/*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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/


@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gilda+Display&family=IBM+Plex+Sans+JP&family=Jost:ital,wght@0,100..900;1,100..900&family=La+Belle+Aurore&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libertinus+Math&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
background-color: #FDFCFB;
}


nav.navbar {
  width: 100%;
  background-color:#F8F6F3 ;
 
  }


.navbar.scroll {
  background-color: #979595!important; 
  transition: background-color 0.2s ease-in-out;
  box-shadow: o 3px 10px rgb(0, 0, 0, 0.15);
}


.nav-link2 {
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.808);
}


.nav-link2.active {
  color: black !important; 
}

.nav-link2:hover {
  font-size: 24px !important;
  color: black;
}


.nav-link2.active:hover {
  color: black !important; 
}



.nav-link {
  font-size: 24px !important;
  color: black!important;
}


.nav-link.active {
  color: black !important; 
}

.nav-link:hover {
  font-size: 24px !important;
  color: #53624e!important;
}

.nav-link.active:hover {
  color: black !important; 
}

.navbar li {
  margin: 0 20px;
 color: black;
}

.small-text{
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 10px;
  font-style: italic;
  color: white;
  position: relative;
}

.navbar li a {
  font-family: 'Josefin Slab', serif; 
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: black;
}
.navbar li a:hover {
  color: #F5F0E1;
}
.navbar li a.active {
color: #F5F0E1!important;
}
.nav-item {
  position: relative;
  text-align: center;
}

.nav-item:hover {
  position: relative;
  text-align: center;
  color: black;
}
nav .navbar-toggler{
  background-color: black;
  border: none;
}


.nav-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  border-left: 3px solid #F5F0E1;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
  margin-bottom: 0px!important;
 }
 
.nav-btn:hover {
color: #000;
}

 .nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F0E1;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .nav-btn:hover::before {
  transform: translateX(0);
 }

.btn-left1{
  background-color:#6d7969 !important;
}



.footer{
  background-color: #ceba9e70;
}

.testimonials{
 margin-top: 100px!important;
 background-color: #6d796988;
}


    /*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;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}   


.nav-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  border-left: 3px solid #F5F0E1;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }


  .nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F0E1;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .nav-btn:hover::before {
  transform: translateX(0);
 }

 .carousel-1{
  background: url('../img/15.jpg')rgba(0, 0, 0, 0.544);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-2{
  background: url('../img/11.jpg')rgba(0, 0, 0, 0.544);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-3{
  background: url('../img/1.jpg')rgba(0, 0, 0, 0.544);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-control-prev-icon, .carousel-control-next-icon { 
color: white;
}


.carousel-caption{
  margin-bottom: 200px;
}

.img-logo{
  margin-left: 600px;
  margin-top: 50px;
  width: 100px;
}

.description{
  text-align: center;
  color: #53624e;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
margin-top: 15px;
  text-transform: uppercase;
}

.description-h1{
  text-align: center;
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
  color:#1A1B1A;
}
 

.text-center{
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  color: black;
  margin-top: 30px;
  font-size: 50px;
}

.text{
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
}
.description-p{
  text-align: center;
    font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
letter-spacing: 1px;
color:#333632 ;
margin-top: 15px;
margin-bottom: 20px;
}


.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  z-index: 10;
}

.carousel-control-prev {
  left: -20px;
}

.carousel-control-next {
  right: -20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
}


.gallery-h1{
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  color:#53624E;
  font-size: 30px;
  margin-top: 20px;
}

.room-button{
  color:white;
  border: 1px solid #b99d75;
  border-radius: 10px;
  background-color: #b99d75;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 230px;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-size: 15px;
}



.room-button:hover{
  color: white;
    background-color: #b99d75e1;
}


.section-title{
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 17px;
}

.rooms-h4{
  text-align:left;
  color: #53624e;
   font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  margin-top: 100px;
}

.rooms-h3{
    text-align: left;
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  color:#1A1B1A;
  margin-bottom: 50px;
}


/* Room Box */
.room-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.room-box:hover {
    transform: scale(1.05);
}

.room-box img {
    width: 100%;
    border-radius: 10px;
    transition: 0.3s;
    height:30vh;



}

.room-info {
    text-align: center;

    color: white;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(121, 116, 116, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);


}

.room-details {
    font-size: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.owl-carousel .room-box {
    margin: 10px;
}


.room-card .card {
  width: 100%;
  border: none;
  height: 100%;
}

.room-card .card:hover {
  transform: translateY(-5px);
}

.room-card img {
  height: 350px;
  object-fit: cover;
}

.room-card .card-body {
  padding: 20px;
}

.card-title{
    font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  color: black;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;

}

.card-text{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  color: #333632;
}


.btn-primary{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  color: #53624e;
  border-bottom: 3px solid rgba(0, 0, 0, 0.699);
}



.btn-primary:hover{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
   font-size: 18px;
  color: #53624e;
  border-bottom: none;
}

.services-logo{
  width: 100px;

}

.services{
  margin-top: 120px;
  margin-left: 870px;
}


.facilities .fc-icons{
    padding: 20px;
    border: #5e6c5a 1px solid;
    transition-duration: 0.5s;
    background-color: #eee7de;
}


.facilities .fc-icons .icons i{
    padding: 20px;
    font-size: 25px;
    background-color: #E8E8E8;
    color: rgb(34, 34, 34);
    transition-duration: 0.5s;
}

.welcom-home{
margin-top:120px!important;
font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
}


.welcome-h5{
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
}


.carousel-caption {
  top: 150px !important;
  position: absolute;
}

.facilities .fc-icons:hover .icons i{
    padding: 20px;
    background-color:#c9c9c9;
    transition-duration: 0.5s;
}

.facilities .fc-icons .fc-text h4{
    font-size: 20px;
    margin-top: 10px;
    color: #000000f1;
    letter-spacing: 2px;
}

.facilities .fc-icons:hover{
    background-color:#5e6c5ada;
    transition-duration: 0.5s;
}
.facilities .fc-icons .fc-text p{
    font-size: 16px;
}

.facilities{
  margin-top: 200px;
  margin-bottom: 100px;

}

.services-tittle{
   font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
}

.services-h4{
   font-family: "Marcellus", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
}



.services-p{
  color: #1A1B1A;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#testimonials{
  padding-top: 100px;
  padding-bottom: 50px;
  background: url('../images/Patterrnn.png');
  background-color: #5e6c5ad3;
 }


 @media (max-width: 576px) {

.btn-primary{
  font-size: 16px;
}

 .rooms-h4, .rooms-h1 {
    text-align: center;
    font-size: 18px;
  }

 .room-button{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 30px!important;
}


  .card-title {
    font-size: 24px;
    text-align: left;
  }

  .card-text {
    font-size: 16px;
    text-align: left;
  }

  .room-card img {
    height: auto;
    max-height: 250px;
    object-fit: cover;
    width: 100%;
  }

  .owl-carousel .room-card {
    padding: 0 10px;
  }

  .owl-carousel .card {
    margin-bottom: 30px;
  }



  #testimonials{
    padding-top: 50px;
     }
 }


.testimonial-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
.testimonials-wrapper {
  width: 95%;
  max-width: 500px;
  margin: 0 auto
}

.testimonial-caption{
     font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
}



 .nav-btn1 {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  border-left: 3px solid #5e6c5a;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }

  .nav-btn1:hover {
color:black;
  }
 
 .nav-btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #5e6c5a;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .nav-btn1:hover::before {
  transform: translateX(0);
 }

.testimonials-wrapper h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding: 30px;
  color: #000;
  border-radius: 5px;
  background: #F5F0E1;
  box-shadow: 5px 5px 5px 0 rgba(23, 23, 25, .3)
}
.testimonials-blob,
.testimonials-img {
  border-radius: 100%
}
.testimonials-img {
  position: relative;
  left: 50%;
  overflow: hidden!important;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-left: -50px;
  box-shadow: 0 0 0 5px #171719;
  transition: all ease-out .5s;
  transform: translateY(-30%);
  filter: brightness(2)
}
.testimonial-carousel .active .testimonials-img {
  transform: translateY(0);
  filter: brightness(1)
}
.testimonials-person-info {
  text-align: center;
  color: #000
}
.testimonials-blob {
  position: relative;
  left: 80%;
  width: 3px;
  height: 3px;
  transform: rotate(45deg)
}
@keyframes anim {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #000, 0 0 0 0 #000
  }
  50% {
    box-shadow: 0 15px 0 0 #000, 0 0 0 0 #000
  }
  100% {
    opacity: 1;
    background: #000;
    box-shadow: 0 15px 0 4px #000, 0 35px 0 6px #000
  }
}
.testimonial-carousel .active .testimonials-blob {
  transform-origin: 50% 50%;
  animation: anim linear .5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards
}
.testimonial-carousel {
  overflow: hidden;
  cursor: grab
}
.testimonial-carousel:active {
  cursor: grabbing
}
.testimonial-carousel .owl-item {
  overflow: hidden;
  transition: all ease-out .3s;
  transform: scale(.7);
  opacity: 0
}
.testimonial-carousel .owl-item.active {
  transform: scale(1);
  opacity: 1
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
  font-size: 13px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  padding: 0 10px;
  transition: all ease-out .25s;
  transform: translateY(-100%);
  opacity: 1;
  color: #fff;
  border-radius: 3px;
  background: #171719
}
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
  color: #fff;
  background: #615e6b
}
.testimonial-carousel .owl-prev {
  left: 0
}
.testimonial-carousel .owl-next {
  right: 0
}
.testimonial-carousel .owl-next.disabled,
.testimonial-carousel .owl-prev.disabled {
  opacity: 0
}


  .section-bg2{
    background: url('../img/studio3.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: 300px;
  padding-bottom: 250px;
  color: white;
  }


    .section-bg1{
    background: url('../img/img9.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: 300px;
  padding-bottom: 250px;
  color: white;
  }

    .section-bg6{
    background: url('../img/studio1.3.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: 300px;
  padding-bottom: 250px;
  color: white;
  }

  
    .section-bg5{
    background: url('../img/img6.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: 300px;
  padding-bottom: 250px;
  color: white;
  }



    .section-bg3{
    background: url('../img/studio2.4.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: 300px;
  padding-bottom: 250px;
  color: white;
  }



.section-bg1{
 background: url('../img/studio2.4.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: 300px;
  padding-bottom: 250px;
  color: white;
  }

  .room-name{
    color: black;
  }

  .room-title{
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  }

  .rooms-h1{
font-family: "Marcellus", serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  }

  
.Contact-head{
    background: url('../img/deluxe1-4.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.section-contact .inff{
    border: 1px solid #5e6c5ada;
    padding: 10px 15px;
    border-radius: 10px;
    transition-duration: 0.5s;
    
    }
    .section-contact .inff .icons{
        margin-right: 20px;
        margin-left: 10px;
    }
    .section-contact .inff .icons i{
        font-size: 30px;
        color: white !important;
        background-color:#5e6c5ada;
        padding: 20px;
        border-radius: 50%;
    }
    .section-contact .inff:hover{
        border: 1px solid #5e6c5ada;
        padding: 10px 15px;
        background-color: #5e6c5ada;
        transition-duration: 0.5s;
        }
     .section-contact .inff:hover .inff-text p{
        color: white !important;
        transition-duration: 0.5s;
     }
     .section-contact .inff:hover .inff-text h5{
        color: white !important;
        transition-duration: 0.5s;
     }

     .details{
      color: black;
        font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
     }

     @media (max-width: 768px) {
  .footer .container {
    text-align: left !important;
  }

  .footer .row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .footer .col-md-3,
  .footer .col-md-5,
  .footer .col-xl-3 {
    text-align: left !important;
    align-items: flex-start !important;
  }

  .footer ul.list-inline {
    text-align: left;
    padding-left: 0;
  }

  .footer ul.list-inline li {
    display: block;
    padding: 4px 0;
  }

  .footer .text-center {
    text-align: left !important;
  }

  .footer .nav-btn1 {
    display: inline-block;
    margin-left: 0;
  }

  .description{
  text-align: center;
  font-size: 15px;
margin-top: 10px;
}

.description-h1{
  text-align: left;
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  color:#1A1B1A;
}

.img-logo{
  margin-left: 130px;
  margin-top: 50px;
  width: 70px;
}

.description-p{
  text-align: left;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.gallery-h1{
  text-align: left;
  font-size: 20px;
  margin-top: 20px;
}


.facilities{
  margin-top: 10px;
  margin-bottom: 100px;

}

.services-tittle{
   font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}

.testimonial-caption{
     font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
}

.text-center{
  margin-top: 30px;
  font-size: 19px!important;
}

.rooms-h1{
  text-align: left;
  font-family: "Marcellus", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  margin-bottom: 50px;
}

nav .navbar-toggler{
  background-color: #5e6c5ada;
  border: none;
}


.rooms-h4{
  text-align:left;
  margin-top: 0px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 15px;
}

.rooms-h3{
  font-size: 35px;
  color:#1A1B1A;
  margin-bottom: 20px;
}

.room-card .card {
  width: 100%;
  border: none;
  height: 100%;
  margin-top: 50px;
}


}