html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color: #ffffff;

    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: white !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(0, 0, 0) !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(0, 0, 0) !important;
    transform: scale(1.05);
    border-bottom: 1px #061E1D 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/carousel1.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;
  
  }

  .button {
    padding: 1em 2em;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: white;
    transition: all 1000ms;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    outline: 2px solid #061E1D;
    background: transparent;
    box-shadow: 4px 5px 17px -4px #061E1D;
  }
  
  button:hover {
    color: #ffffff !important;
    transform: scale(1.1);
    outline: 2px solid #061E1D;
    box-shadow: 4px 5px 17px -4px #061E1D;
  }
  
  button::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #061E1D;
    transform: skewX(45deg);
    z-index: -1;
    transition: width 1000ms;
  }
  
  button:hover::before {
    width: 250%;
  }

  .rooms-section{
    margin-top: 200px;
    margin-bottom: 100px;
  }

  .info-wrapper h2{
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .rooms-row{
    margin-top: 200px;
  }
  .size{
    background-color: white;
    padding: 20px;
  
    position: relative;
    justify-content: right;
    align-items: end;
    width: 130px;
    margin-left: 290px;
    margin-top: -68px;
  }
  .white-box{
    background-color: white;
    padding: 10px;
  text-align: center;
    position: relative;
    justify-content: right;
    align-items: end;
    width: 130px;
    margin-bottom: -70px;
    margin-left: 20px;
    border-radius: 2px;
    z-index: 10;
   
  }
  .info-wrapper h6{
    line-height: 32px;
    margin-bottom: 20px;
  }

  .section-background{
    background: url('../photos/section-bg.jpg')  rgba(20, 19, 19, 0.678) ;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 500px;
    justify-content: center;
    align-items: center;
    text-align:  center;
    padding-top: 200px;
  }

  .section-text{
    width: 500px;
    justify-content: center;
    text-align: center;
    background: #061e1d8e;
    color: white;
    padding: 30px;
    outline: 1px solid goldenrod;
    align-items: center;
    position: relative;
    margin-left: 400px;
    text-transform: capitalize;
    letter-spacing: 7px;
 font-family: 'Nothing You Could Do', cursive;
  }

  .facilities-section{
    margin-top: 100px;
  }




  .gallery-section{
    margin-top: 180px;
    background-image: linear-gradient(to right, #061E1D , #061e1dbb);
    color: #ffffff;
    padding-top: 70px;
  }
    @keyframes scroll {
      0% {
        transform: translateX(0);
     }
      100% {
        transform: translateX(calc(-250px * 7));
     }
   }
    .slider {
      background: #061e1d00;
      height: 400px;
      margin: auto;
      overflow: hidden;
      position: relative;
   }
    .slider::before, .slider::after {
      content: "";
      height: 400px;
      position: absolute;
      width: 400px;
      z-index: 2;
   }
    .slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
   }
    .slider::before {
      left: 0;
      top: 0;
   }
    .slider .slide-track {
      animation: scroll 60s linear infinite;
      display: flex;
   }
    .slider .slide {
      height: 400px;
      width: 400px;
   }
    /*gallery slider end*/


    .testimonials-bg{ 
      background-image: linear-gradient(to right, #061E1D , #061e1dbb);
      height: 600px;
      margin-top: -252px;
    }

    .testimonials-row{
      text-align: center;
      padding-top: 250px;
      color: #ffffff;
    }

    .testimonial-card{
      position: relative;
      height: 470px;
      padding: 50px;
      color: white;
      background: #1F231C;
    }
.background-image{
  opacity: 1;

  height: 70px;
  position: relative;
  justify-content: right;
  align-items: end;
  text-align: right;
}
.background-image1{
  opacity: 1;

  height: 70px;
  position: relative;
  justify-content: left;
  align-items: end;
  text-align: left;
}

.facility-box{
  background: #061e1d4d;
  padding: 20px;
  border: #AE9555 1px solid;
}
.facility-box:hover{
  transform: scale(1.2);
}

/*Rooms.html*/
.section-background1{
  background: url('../photos/room1.1.jpg')  rgba(20, 19, 19, 0.678) ;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 300px;
}

.section-title h1{
  color: white;
  padding-top: 5%;
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
 
}
.rooms{
  margin-top: 100px;
  margin-bottom: 100px;
}
.rooms h5{
  font-family: 'Nothing You Could Do', cursive;
  color: #061E1D;
}
.room-col{
  border: 1px solid #061E1D;
  
  padding: 22px;
}
.room-row{
  margin-top: 70px;

}

/*Aboutus.html*/

.section-background2{
  background: url('../photos/carousel2.jpg')  rgba(20, 19, 19, 0.678) ;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}
 
.about-section{
  margin-top: 100px;
  
}

/*Gallery.html*/
.section-background3{
  background: url('../photos/about3.jpg')  rgba(20, 19, 19, 0.678) ;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 300px;
}

/*Contact.html*/
.section-background4{
  background: url('../photos/carousel3.jpg')  rgba(20, 19, 19, 0.678) ;
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 300px;
}

.contact-section{
  margin-top: 100px;
}
.contact-box{
  background: #061e1d77;
  padding: 30px;
  border: 1px solid #AE9555;
}



/*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;
}
    @media(max-width:990px){
      nav.navbar{
        height: auto;
      }
      .gallery-section{
        margin-top: -50px;
        background-image: linear-gradient(to right, #061E1D , #061e1dbb);
        color: #ffffff;
        padding-top: 70px;
      }
      .size{
        background-color: white;
        padding: 20px;
      
        position: relative;
        justify-content: right;
        align-items: end;
        width: 130px;
        margin-left: 270px;
        margin-top: -68px;
      }
      .section-background{
        height: 300px;
        padding-top: 100px;
        background-attachment: scroll !important;
      }
      .section-text{
        width: 375px;
        justify-content: center;
        text-align: center;
        background: #061e1d8e;
        color: white;
        padding: 20px;
        outline: 1px solid goldenrod;
        align-items: center;
        position: relative;
        margin-left: 0px;
        text-transform: capitalize;
        letter-spacing: 7px;
     font-family: 'Nothing You Could Do', cursive;
      }
      .carousel-caption {
        margin-bottom: 35%;
        text-align: center;
        
      }
      
      .carousel1, .carousel2, .carousel3{
        height: 800px;
      }
      .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: 15px;
        letter-spacing: 7px;
      
      }
      .testimonials-bg{
        height: auto !important;
      }
      .testimonial-content{
        padding-bottom: 50px;
      }
      .testimonial-card{
        height: 520px;
      }
      .section-background1, .section-background2, .section-background3, .section-background4{
        background-attachment: scroll !important;

      }
      .section-title h1{
        font-size: 50px;
        padding-top: 30%;
      }
.testimonial-content{
  margin-bottom: 0px !important;
}
.index-footer{
  margin-top: 0px !important;
}
    }