html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color: #ffffff;
    font-family: 'Della Respira', serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Italiana', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Marcellus', serif;
    font-family: 'Marcellus SC', serif;
    font-family: 'Work Sans', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Lora', serif;
    font-family: 'Cormorant Garamond', serif;
  
    color: rgb(0, 0, 0);
  
  }
  
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  
  nav.navbar {
    background-color: #000000 !important;
  
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
  
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
  font-weight: 500;
    z-index: 1000;
    width: 100%;
    height: 100px;
    position: relative;
  
  
  }
  
  li.nav-item a.nav-link {
    color: rgb(255, 255, 255) !important;
    font-size: 15px !important;

  
  
  }
  
  .nav-item {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
  
  }
  
  a.nav-link:hover {
    transform: scale(1.07);
  
  }
  
  .navbar li a.active {
    color: rgb(255, 255, 255) !important;
    transform: scale(1.05);
    border-bottom: 1px #AE9555 solid !important;
    background-color: transparent;
  
  }
  
  
  .dropdown-menu {
    background-color: rgb(0, 0, 0) !important;
    color: #ffffff;
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    border: 1px solid #AE9555;
    font-family: 'Cormorant Garamond', serif;
  
    font-weight: 400;
    z-index: 100;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  
  .dropdown-menu .dropdown-item {
    color: rgb(255, 255, 255);
    text-align: left;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: #000000;
    border: 1px solid #AE9555;
    transform: scale(1.02);
    color: rgb(255, 255, 255);
  }
  
  #carouselExampleFade {
    margin-top: -150px;
    position: relative;
  }
  
  .carousel1 {
    background: url('../photos/img11.JPG') rgba(20, 19, 19, 0.479);
    
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 900px;
  }
  
  .carousel2 {
    background: url('../photos/carousel2.JPG') rgba(20, 19, 19, 0.493) ;
    
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 900px;
  }
  
  .carousel3 {
    background: url('../photos/carousel3.JPG') rgba(20, 19, 19, 0.493) ;
    
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 900px;
  }
  
  .carousel-caption {
    margin-bottom: 13%;
    text-align: center;
  }
  
  .carousel-caption h1 {
  
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 100px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    letter-spacing: 7px;
  
  }

  .button1 {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 0.7em 2em;
    border: 3px solid #AE9555;
    background: #AE9555;
    border-radius: 2px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    color: white;
    text-decoration: none;
    
    z-index: 1;
    font-family: 'Cormorant Garamond', serif;
  }
  
  .button1:before {
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: white;
    z-index: -1;
  }
  
  .button1:hover, .button:focus {
    color: #AE9555;
    background: white;
  }
  
  .button1:hover:before,  .button1:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .button1:active {
    transform: scale(0.9);
  }
  
  .about-section{
    margin-top: 100px;
  }

  .rooms-section{
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .owl-stage {
    margin: 15px 0;
    display: flex;
    display: -webkit-flex;
  }
   .item {
    margin: 0 10px 60px;
    width: 420px;
    height: 500px;
    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: 420px;
    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;
    color:#AE9555 !important;
  }
  .owl-dots .active span{
    background:#AE9555!important;
  }
  .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;
    }
    .room-section {
      padding: 50px 30px;
    }
  .item {
      margin: 0 12px 60px;
      width: auto;
      height: 360px;
    }
    .item.active {
      width: auto;
    }
  .item-desc {
      transform: translateY(calc(100% - 46px));
      -webkit-transform: translateY(calc(100% - 46px));
    }
    .item::after{
      width: 400px !important;
    }
  }

  .facility-card{
    border: 1px solid #ACACAC;
    padding: 20px;
    justify-content: center;
    text-align: center;
    transition: 0.5s ease all;
  }
  .vertical-line{
 
      border-left: 1px solid #AE9555;
      height:30px;
      position: relative;
      text-align: center;
      margin-top: 1%;
      left: 50%;
      margin-left: -3px;
      top: 0;
      z-index: 100;
    
  }
    .facility-card:before {
    transition: 0.5s all ease;
    position: absolute;
 
    opacity: 0;
    content: '';
    background-color: #272727;
    z-index: -1;
  }
  
  .facility-card:hover, .facility-card:focus {
    color: #AE9555;
    background: #272727;
  }
  
  .facility-card:hover:before,   .facility-card:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
  }
  
  .facility-card:active {
    transform: scale(0.9);
    color: black !important;
  }
.gallery-container{
  margin-top: -80px;
  position: relative;
  background-color: #ffffff;
}
.testimonials-section{
  background: url('../photos/img4.jpg') rgba(20, 19, 19, 0.493) ;
    background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}

.testimonial-carousel {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

.testimonials-wrapper {
  width: 95%;
  max-width: auto;
  margin: 0 auto;
  background: url('../photos/123-removebg-preview.png');
  padding: 48px;
}

.testimonials-wrapper h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  position: relative;
  padding: 30px;
  color: #000;
 


}

.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: #fff
}

.testimonials-blob {
  position: relative;
  left: 80%;
  width: 3px;
  height: 3px;
  transform: rotate(45deg)
}

@keyframes anim {
  0% {
    opacity: 0;
    box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff
  }
  50% {
    box-shadow: 0 15px 0 0 #fff, 0 0 0 0 #fff
  }
  100% {
    opacity: 1;
    background: #fff;
    box-shadow: 0 15px 0 4px #fff, 0 35px 0 6px #fff
  }
}

.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
}
.rooms-wrapper{
  padding: 20px;
}
.persons1{
  background: #AE9555;
  padding: 10px;
  color: white;
  position: relative;
  z-index: 10;
  width: 170px;
  font-size: 18px;
  margin-bottom: -47px;
  justify-content: right;
  text-align: right;
}
/*Rooms.html*/
.section-background{
  background: url('../photos/rooms/room2.jpg')  rgba(20, 19, 19, 0.678);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: bottom;
  height: 500px;
}
.section-text h1{
  font-family: 'Cormorant Garamond', serif;
  font-size: 70px !important;
  color: #AE9555;
  text-transform: uppercase;
  justify-content: center;
 padding-top: 9%;
}
.rooms{
  margin-top: 100px;
margin-bottom: 50px;
}
.rooms-card{

  padding: 30px;
}
.img-box {
  box-sizing: content-box;

  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}
.room-row{
  margin-bottom: 100px !important;
}
 .img-box:hover img { 
  transform: scale(1.1);
  transition: 1s;
  filter:brightness(0.7);
}

.rooms-text h5{
  letter-spacing: 5px;
  color: #AE9555;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
}

.rooms-text h6{
  letter-spacing: 2px;
  line-height: 23px;
  color: #000000;
  font-size: 15px;
  text-transform:capitalize;
  font-family: 'Lora', serif;
}
.persons{
  background: #AE9555;
  padding: 10px;
  color: white;
  position: relative;
  z-index: 10;
  width: 170px;
  font-size: 18px;
}

/*Aboutuss.html*/
.section-background1{
  background: url('../photos/img12.JPG')  rgba(20, 19, 19, 0.678);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: bottom;
  height: 500px;
}
.aboutus{
  margin-top: 100px;
  margin-bottom: 100px;
}
.img-col img{
  position: relative;
  border: white 6px solid;
  margin-left: -100px;

}
.section-background2{
  background: url('../photos/img2.jpg')  rgba(20, 19, 19, 0.678);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: top;
  height: 300px;
}
.section-quote{
  color: white;
  text-align: center;
  padding-top: 5%;
  letter-spacing: 4px;
  text-transform: uppercase;
}

/*Contact.html*/
.section-background3{
  background: url('../photos/img3.jpg')  rgba(20, 19, 19, 0.678);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: center;
  height: 500px;
}
.contact{
  margin-top: 100px;
  margin-bottom: 100px;
}
.contact-wrapper{
  padding-left: 30px;
  padding-top: 50px;
}
/*Gallery.html*/
.section-background4{
  background: url('../photos/img6.jpg')  rgba(20, 19, 19, 0.678);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: multiply;
  background-attachment: fixed;
  background-position: center;
  height: 500px;
}
@media(max-width:990px){
  nav.navbar{
    height: auto;
  }
  .carousel1, .carousel2, .carousel3{
    background-attachment: scroll !important;
    height: 600px !important;
  }
  #carouselExampleFade {
    margin-top: 0px;
    position: relative;
  }
  div.carousel-caption {
    margin-bottom: 42%;
padding: 0px !important;
  }
  
  .carousel-caption h1 {
  
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    font-size: 60px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 23px;
    letter-spacing: 7px;
  
  }
  .section-background, .section-background1, .section-background3, .section-background4{
    
    background-attachment: scroll !important;

    height: 400px;
  }
  .section-text h1{
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px !important;
    color: #AE9555;
    text-transform: uppercase;
    justify-content: center;
   padding-top: 35%;
  }
  .section-background2{
    background-attachment: scroll !important;

    height: 300px;
  }
  .section-quote h1{
    padding-top: 25%;
    font-size: 20px;
  }
  .game-section{
    width: 390px !important;
    overflow-x: hidden !important;
  }
  div.item{
    width: 390px !important;
    height: 300px;
  }
  .testimonials-wrapper {
   
    margin: 0 0;
    background: url('../photos/123-removebg-preview.png');
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-blend-mode: multiply;
    padding: 30px;
  }
  .ite
  div.owl-item{
    width: auto;
    height: 300px !important;
  }
  .item::after{
    width: auto !important;
  }
  div.item.active{
    width: 390px !important;
    height: 300px;
  }
  .item-desc{
    width: 350px;
    left: 50px;

  }
  .rooms-row{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .gallery-col{
    padding: 50px 0px 50px 0px;
  }
  }

  @media(max-width:1280px){
    nav.navbar{
      height: auto;
    }
  }

  /*Animations*/
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.fade-in-text {
  opacity: 0; /* Start with 0 opacity */
  animation: fadeIn 2s ease-in-out forwards; /* Apply the fadeIn animation */
}

@keyframes fadeIn {
  0% {
      opacity: 0; /* At the start, the text is invisible */
  }
  100% {
      opacity: 1; /* At the end of the animation, the text is fully visible */
  }
}

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
  }
  
  .js-scroll.scrolled {
  opacity: 1;
  }
  
  
  .scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
  }
  
  .scrolled.fade-in-top {
    animation: fade-in-top 1s ease-in-out both;
    }
    
  .scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
  }
  .scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
  
  }
  @keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
 
    
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  }
  
  @keyframes fade-in-top {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
   
      
    100% {
      transform: translateY(0);
      opacity: 1;
    }
    }

  @keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  }
  
  
  @keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  }

  .cssanimation, .cssanimation span {
    animation-duration: 2s;
    animation-fill-mode: both;
}

.cssanimation span { display: inline-block }

.fadeInBottom { animation-name: fadeInBottom }
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to { opacity: 1 }
}


