html, body {
  width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 

}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/*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;
}

.fadein{
opacity: 0;
}
/* End Animations*/
nav.navbar {
  width: 100%;
  background-color: #7B7963;
  transition:all .5s ease-in-out;
  padding: 20px;
  }
.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-link {
  font-size: 24px !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 .navbar-toggler{
  background-color: #F5F0E1;
  border: none;
}

.footer{
  background-color: #F5F0E1;
}
    /*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;
}   
h1{
  font-family: Mazius-Regular;
  color: black;
}
h6{
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 10px;
  color: black;
}
p{
  font-family: BastardoGroteskish-Regular;
    letter-spacing:1px;
  color: rgb(76, 75, 75);
  font-size: 18px;
}
h5{
  color: black;
}
h4{
  font-family: 'Hanken Grotesk', sans-serif;
  color: rgb(90, 90, 90);
}
/* End Animations*/

/*index styles*/
.carousel-1{
  background: url('../images/out1-modified.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-2{
  background: url('../images/new-hall.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 900px;
}
.carousel-3{
  background: url('../images/img12.jpg');
  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;

}
.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;
 }
 
 .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);
 }
 .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 #7B7963;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
 }
 
 .nav-btn1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #7B7963;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 
 .nav-btn1:hover::before {
  transform: translateX(0);
 }
 #home-about{
  background-color: #F5F0E1;
  padding: 100px;
 }

.home-text{
 padding: 100px;
}
.gall-text{
  padding-left: 100px;
  padding-top: 200px;
}
@media (max-width: 576px) {
  #home-about{
    padding:0!important;
   }
   .home-text{
    padding: 50px!important;
   }
   .home-img{
  padding-right: 180px!important;
   }
   .home-rooms{
    padding: 30px!important;

   }
   .room-section{
    padding: 0!important;
   }
   .item {
    width: 350px!important;
   }
   #gallery{

    padding: 10px!important;
  }
 
 #home-gallery{
  padding-top: 10px!important;

  padding-bottom: 50px!important;
 }

  .content-column{
    padding: 20px!important;
    margin-top: 10px!important;
  }
  .carousel-caption{

  margin-left: 0;
  margin-right: 0;
  }

  .top-image{
    width: 300px;
    float: none!important;
      }
      .center-image{
      width: 300px;
      margin-top: 5px!important;
      }
      .gall-text{
        padding-left: 30px;
        padding-top: 20px;
      }
     
}

.home-rooms{
 background: url('../images/Patterrnn.png');
  background-color: #7B7963;
  padding-left: 100px;
  padding-top: 50px;
}
/* -------- rooms carousel ------- */

 .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
 .item {
  margin: 0 15px 60px;
  width: 600px;
  height: 600px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
 .item.active {
  width: 800px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
 .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
 .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
 .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.owl-theme.custom-carousel .owl-dots {
  margin-top: -20px;
  position: relative;
  z-index: 5;
}
.room-section{
  padding-left: 200px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h2 {
    margin-bottom: 32px;
  }
  h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
.item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .item.active {
    width: 400px;
  }
.item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }

}
button {

  margin: 0;
  border: none;
  background: none;
 
}


/*facilities section*/

#amenities{
  padding-top: 80px;
  background-color: #F5F0E1;
 
}
#home-gallery{
  padding-top: 150px;
  background-color: #F5F0E1;
  padding-bottom: 100px;
}
.top-image{
  float: right;

  }
.right-image{
float: right;
margin-top: 200px;
margin-right: 50px;
}
.center-image{
  float: right;
  margin-top: 50px;
 margin-left: 200px;
}

/*testimonial section*/
#testimonials{
padding-top: 100px;

  padding-bottom: 50px;

  background: url('../images/Patterrnn.png');
  background-color: #7B7963;
 }
 @media (max-width: 576px) {
  #testimonials{
    padding-top: 50px;
     }
 }
.testimonial-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}
.testimonials-wrapper {
  width: 95%;
  max-width: 500px;
  margin: 0 auto
}
.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
}

/*about page*/
#about{
  background: url('../images/new-room5.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 650px;
}
#gallery-header{
  background: url('../images/img12.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 650px;

}
/*contact-page*/
#contact-header{
  background: url('../images/img6.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 650px;

}
#contact{
  background-color: #F5F0E1;
  padding-top: 50px;
}
.vertical-line{
  border-left: 1px solid #CCB363;
  height:30px;
  position: relative;
  text-align: center;
  margin-top: 1%;
  left: 50%;
  margin-left: -3px;
  top: 0;
  z-index: 100;
}
#gallery{
  background:url('../images/pattern_2.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #F5F0E1;
  padding-left: 150px;
  padding-right: 150px;
  padding-top: 150px;
  padding-bottom: 30px;
}

/*rooms page*/
#rooms-header{
  background: url('../images/new-room3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 650px;
}
.header-text{
  padding-top: 300px;
}
#rooms{
  background: url('../images/Patterrnn.png');

padding-top: 100px;
background-color: #F5F0E1;


}
.rm-img{
border: 1px solid #AA8453 ;
padding: 5px;
width: 800px;
}
.content-column{
  background-color: #F5F0E1;
  margin-right: -50px;
  z-index: 100;
  margin-top: 70px;
height: 450px;
  padding-left: 50px;
  padding-right: 50px;


}
.room-button{
  text-transform: uppercase;
  background-color: #AA8453;
  color: black;
  padding: 10px 20px;
  border: none;
  transition: background-color 0.3s ease;
  text-decoration: none;
  max-width: 160px!important;
  justify-content: center!important;
  text-align: center;
  transition: all ease 0.2s;

}
@font-face {
  font-family: Mazius-Regular;
  src: url("/css/Mazius-Regular.otf") format("opentype");
}
@font-face {
  font-family: BastardoGroteskish-Regular;
  src: url("/css/Mazius-Regular.otf") format("opentype");
}
