html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #333333;
    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;
    font-family: 'Literata', serif;
    font-family: 'Barlow', sans-serif;
    font-family: 'Gilda Display', serif;
    color: rgb(255, 255, 255);
  
  }
  
  ::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: #ffffff;
  
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
  
    font-family: 'Literata', 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:#c5a46d !important;
    transform: scale(1.05);
    border-bottom: 1px #ffffff solid !important;
    background-color: transparent;
  
  }
  
  
  .dropdown-menu {
    background-color: rgb(255, 255, 255) !important;
    color: #000000;
    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(0, 0, 0);
    text-align: left;
  }
  
  .dropdown-menu .dropdown-item:hover {
    background-color: #ffffff;
    border: 1px solid #252525;
    transform: scale(1.02);
    color: rgb(0, 0, 0);
  }
  
  #carouselExampleFade {
    margin-top: -150px;
    position: relative;
  }
  
  .carousel1 {
    background: url('../photos/Photo-19.jpg') rgba(20, 19, 19, 0.336);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 900px;
  }
  
  .carousel2 {
    background: url('../photos/Photo-8.jpg') rgba(20, 19, 19, 0.452) ;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 900px;
  }
  
  .carousel3 {
    background: url('../photos/img15.jpg') rgba(20, 19, 19, 0.493) ;
    background-attachment: fixed;
    background-position: center;
    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: 'Gilda Display', serif;
    text-transform: uppercase;
    font-size: 100px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: 'Barlow', sans-serif !important;
    font-style: italic;
    font-size: 20px;
    letter-spacing: 7px;
    font-weight: 100;
  
  }

  .button {
    height: 50px;
    width: 200px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #252525;
    overflow: hidden;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
  }
  
  .btn-txt {
    z-index: 1;
    font-weight: 800;
    letter-spacing: 4px;
  }
  
  .type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #333;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
  }
  
  .button:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #fff;
    border: none;
  }
  
  .type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }

  .about-section{
    margin-top: 100px;
  }

  .about-wrapper{
    padding: 50px;
    position: relative;
    background: #333333;
    margin-right: -70px;
  }

  .rooms-section{
    margin-top: 150px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Style for the icon */
  .icon {
    width: 24px; /* Adjust the width as needed */
    height: 24px; /* Adjust the height as needed */
    margin-right: 8px; /* Adjust the spacing between icon and line */
  }

  /* Style for the horizontal line */
  .line {
    width: 100px; /* Adjust the width as needed */
    height: 1px; /* Adjust the height as needed */
    background-color: #B8A680; /* Adjust the color as needed */
  }

  .room-box{
    padding: 20px;
    text-align: left !important;
    border: 1px solid  white;
    border-top: none;
  }
  a.butoni h3{
    padding: 10px;
    background: white;
    color:black ;
    font-size: 15px  !important;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
  }
  a.butoni:hover h3{
    background: #000000;
    color: #fff;
    transition: background 0.4s ease-in-out;
  }

  .section-background{
    background: url('../photos/img2.jpg')  rgba(20, 19, 19, 0.493) ;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 400px;
    margin-top: 100px;
  }
  .section-text{
    padding-top: 7%;
  }

  .facilities-section{
    margin-top: 100px;
  }
.facility-box{
  padding: 30px;
  border: 1px solid #AE9555;
  background: #00000050;
}
.facility-box:hover{
  background: #333333;
  transform: scale(1.04);
  transition: background 0.5s ease-in-out;
  transition: transform 0.5s ease;
}
  .gallery-section{
    margin-top: 100px;
  }

  .testimonial-section{
    background: url('../photos/Photo-10-2.jpg')  #333333;
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

    margin-top: 100px;
    margin-bottom: 0px;
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .testimonial-box{
    padding: 50px;
    border: 2px solid white;
    border-radius: 5px;
  }
  .testimonial-box:hover{
    background: #333333;
    transform:translateY(-15px);
    transition: background 0.5s ease-in-out;
    transition: transform 0.5s ease;
  }

  .divider{
    background: url('../photos/gall-back.png') #33333386;
background-size: contain;
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 10px;

  }

  /*Rooms.html*/
  .section-background1{
    background: url('../photos/Photo-9-5.jpg')  rgba(20, 19, 19, 0.699);
   
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 450px;
    margin-bottom: 100px;
  }
  .section-title h1{
    text-align: center;
    padding-top: 9%;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Barlow', sans-serif;

  }
  .room-info{
    position: relative;
    margin-left: -70px;
    z-index: 10;
    padding: 40px;
    background-color: #333333;
    border-radius: 5px;
  }
  .room-row{
    margin-bottom: 70px !important;
  }
  .room-info1{
    position: relative;
    margin-right: -70px;
    z-index: 10;
    padding: 40px;
    background-color: #333333;
    border-radius: 5px;
    text-align: right;
  }


  /*Aboutus.html*/
  .section-background2{
    background: url('../photos/Photo-8.jpg')  rgba(20, 19, 19, 0.699);
   
    background-attachment: fixed;
    background-position:bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 450px;
    margin-bottom: 100px;
  }
  .about-background{
    background: url('../photos/Photo-9-5.jpg')  rgba(20, 19, 19, 0);
       
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 400px;
  }
  .section-caption h1{
padding-top: 150px;
color: #F7E3B8;
  }

  /*Contact.html*/
  .section-background3{
    background: url('../photos/Photo-19.jpg')  rgba(20, 19, 19, 0.699);
   
    background-attachment: fixed;
    background-position:top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 450px;
    margin-bottom: 100px;
  }
  .contact-box{
    border: 1px solid white;
    padding: 50px;
    border-radius: 5px;

    background: url('../photos/Photo-15-2.jpg') rgba(20, 19, 19, 0.747);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  }

  /*Gallery.html*/
  .section-background4{
    background: url('../photos/gallery-img.jpg')  rgba(20, 19, 19, 0.699);
   
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 450px;
    margin-bottom: 100px;
  }

  @media(max-width:990px){
    nav.navbar{
      height: auto;
    }
    .facility-text{
      position: relative;
      margin-left: 40px !important;
    }
    .row1{
      margin-top: 0px !important;
      width: 100% !important;

      margin-right: 0px !important;
      padding-right: 0px !important;
    }
    .col1{
      width: 100% !important;
   
    }
 
    .about-wrapper{
      margin-right: 0px !important;
      padding: 20px !important;
    }
    .section-text h5{
      padding-top: 27% !important;
    }
    .carousel1, .carousel2, .carousel3{
      height: 850px;
      background-attachment: scroll !important;
    } 
    .carousel-caption {
      margin-bottom: 44%;
      text-align: center;
      
    }
    
    .carousel-caption h1 {
    
      font-family: 'Gilda Display', serif;
      text-transform: uppercase;
      font-size: 50px !important;
      font-weight: 500;
    }
    .room-info{
      margin-left: 0px !important;
      padding: 20px !important;
    }
    .room-info1{
      margin-right: 0px !important;
      padding: 20px !important;
    }

  .contact-box, .about-background, .testimonial-section, .divider, .section-background, .section-background1, .section-background2, .section-background3, .section-background4{
      background-attachment: scroll !important;
    }
    .section-title h1{
      font-size: 50px !important;
      padding-top: 40%;
    }

  }

@media(max-width:1024px){
  nav.navbar{
    height: auto;
  }

}

  /*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;
}