html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color: #ffffff;
    font-family: 'Barlow', sans-serif;
    font-family: 'Bonheur Royale', cursive;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Forum', serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Inconsolata', monospace;
    font-family: 'Italiana', sans-serif;
    font-family: 'Italianno', cursive;
    font-family: 'Literata', serif;

    font-family: 'Nova Square', sans-serif;
    font-family: 'Marcellus', serif;
    
    font-family: 'Gilda Display', serif;
    
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Jost', sans-serif;
    color: #000000;
}


::selection {
    color: #ffffff;
    background: black;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }

  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  
  
  nav.navbar {
    background: #141410;
  
    backdrop-filter: blur(0px) !important;
    transition: background 0.5s !important;
  
    font-family: 'Marcellus', serif;
    line-height:27.0001px;
    text-transform: uppercase;
  font-weight: 100 !important;
    z-index: 1000;
    width: 100%;
    height: 100px;
    position: sticky;
display: flex;
  font-size: 17px !important;
  
  }


  li.nav-item a.nav-link {
    color: rgb(255, 255, 255) !important;
justify-content: center;
font-family: 'Marcellus', serif;
    line-height:27.0001px;
    text-transform: uppercase;
  font-weight: 100 !important;
  font-size: 14px !important;
  
  }
  
  .nav-item {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
  
  }
  
  a.nav-link:hover {
    transform: scale(1.07);
    text-decoration: none;
  
  }
  
  .navbar li a.active {
    color: #ffffff!important;
    transform: scale(1.05);
    background-color: transparent;
    border-bottom: #ffffff 1px solid !important;
  
  }
  
  
  .dropdown-menu {
    background-color: #ffffff !important;
    color: #ffffff;
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    border: 1px solid #490e0e;
    font-family: 'Josefin Sans', sans-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: #D2CBBF;
  
    transform: scale(1.02);
    color: rgb(43, 43, 43);
  }


  .carousel1 {
    background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.493) ;
    
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 800px;
  }

  .carousel2 {
    background: url('../photos/carousel2.jpg')  rgba(20, 19, 19, 0.493) ;
    
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 800px;
  }
  
  .carousel3 {
    background: url('../photos/carousel3.jpg') rgba(20, 19, 19, 0.493) ;
    
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 800px;
  }
  
  .carousel-caption {
    margin-bottom: 13%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .carousel-caption h1 {
    font-family: 'Gilda Display', serif;
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 100px !important;
 font-weight: 100;
    color: #ffffff;
  }
  
  .carousel-caption h6 {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size:12px;
    letter-spacing:1.2px !important;
    text-transform: uppercase;

    font-weight: 300 !important;
  
  }
  .fancy {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;

    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
   }
   
   .fancy::before {
    border-radius: 20px;
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: rgb(255, 255, 255);
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
   }
   
   .fancy .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
   }
   
   .fancy .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, left 0.3s ease-out;
   }
   
   .fancy .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, right 0.3s ease-out;
   }
   
   .fancy .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, right 0.3s ease-out;
   }
   
   .fancy:hover {
    border-radius: 20px;
    color: white;
    background: black;
   }
   
   .fancy:hover::before {
    border-radius: 20px;
    width: 0.9375rem;
    background: white;
   }
   
   .fancy:hover .text {
    color: white;
    padding-left: 1.5em;
   }
   
   .fancy:hover .top-key {
    left: -2px;
    width: 0px;
   }
   
   .fancy:hover .bottom-key-1,
    .fancy:hover .bottom-key-2 {
    right: 0;
    width: 0;
   }
  .about-section{
    margin-top: 100px;
  }

  .img1{
    border-radius: 20px;
  }


  .text-col{
    position: relative;
    margin-top: -60px;
  }

  .text-col h1{
    font-size: 70px;
    color: #122222;
    line-height: 90px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
  }

  .cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
   }
   
   .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #b1dae700;
    border: 1px solid black;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
   }
   
   .cta span {
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000000;
   }
   
   .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
   }
   
   .cta:hover:before {
    width: 100%;
    background: #b1dae700;
   }
   
   .cta:hover svg {
    transform: translateX(0);
   }
   
   .cta:active {
    transform: scale(0.95);
   }


   .cta1 {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
   }
   
   .cta1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #ffffff00;
    border: 1px solid rgb(255, 255, 255);
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
   }
   
   .cta1 span {
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #ffffff;
   }
   
   .cta1 svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #ffffff;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
   }
   
   .cta1:hover:before {
    width: 100%;
    background: #ffffff00;
   }
   
   .cta1:hover svg {
    transform: translateX(0);
   }
   
   .cta1:active {
    transform: scale(0.95);
   }

.ratings {
  margin-top: 70px;
  margin-bottom: -70px;
}
   .ratings h1{
font-size: 90px;
font-family: 'Cormorant Garamond', serif;
   }

.facilities-section{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #122222;
}

   .rooms-section{
    margin-top: 70px;
    padding-top:70px;
    padding-bottom: 100px;
  
   }
.card img{
  border-top-right-radius: 20px !important;
  border-top-left-radius: 20px !important;
}
.card-content{
  background: #122222;
  border-bottom-right-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
  text-align: center;
  padding: 20px;
  font-family: 'Cormorant Garamond', serif;
}

.icon{
  position: relative;
  opacity: 0.3;
}
  .facility-row{

    position: relative;
  }
  .image-container {
    position: relative;
    display: inline-block;
  }
  
  .centered-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 15px;
    width: 100px;
    height: 100px;
    color: #ffffff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.39);
    border: #000000 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    backdrop-filter: blur(5px); /* For the glass-like background */
  }
  
  .image-container:hover .centered-button {
    opacity: 1;
  }
  
.bar{
  background: url('../photos/bar.jpg')  rgba(20, 19, 19, 0.493) ;
    background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-bottom: 70px;
padding-top: 70px;
}

.bar-text{
  background: #00000071;
  padding: 30px;
  padding-top: 90px;
  padding-bottom: 90px;
}


.testimonial-section {

  margin-top: 0px;
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center !important;
  padding-top: 100px;
  padding-bottom: 100px;
}

.mySwiper {
  text-align: center;
  justify-content: center;
 
}

.testimonial {
  position: relative;
  align-self: center;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;

}

.testimonial .image {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
font-size: 20px !important;
}

.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}

.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
}

/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
  background-color: #9C0402;
}

.testimonial-h6 {

  letter-spacing: 6px;
  font-family: Jost, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  text-transform: uppercase;
  font-weight: 600
}

.testimonial-h1 {


  font-family: Lora, serif;
  font-size: 49px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 400
}

.slider-wrapper {
  position: relative;
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  padding-left: 0px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
}


/*Rooms.html*/
.section-background{
  background: url('../photos/903B0874.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: 500px;
}
.section-title h1{
  padding-top: 10%;
  font-size: 5rem;
  text-align: center;
  color: white;
  font-family: 'Cormorant Garamond', serif;
}

.room-icon{
  position: relative;
 margin-bottom: -120px;
}

/*Aboutus.html*/
.section-background1{
  background: url('../photos/carousel3.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: 500px;
}

.gallery{
  margin-top: 100px;
}
.testimonial1 {
  position: relative;
  align-self: center;
  margin-bottom: 0px !important;
  width: 100%;
  padding: 50px 100px 50px 100px;
  overflow: hidden;

}

/*Contact.html*/
.section-background2{
  background: url('../photos/209683752.jpg')  rgba(20, 19, 19, 0.493) ;
    background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 500px;
}
.contact-box{
  background: #F9DABB;
  padding: 100px;
  font-family: 'Cormorant Garamond', serif;

}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }

  .nav-btn {
    display: none;
  }
}



   @media(max-width:990px){
    .image2{
      display: none !important;
    }
    .testimonial1 {
      position: relative;
      align-self: center;
      
      width: 100%;
      padding: 50px 0px !important;
      overflow: hidden;
    
    }
    nav.navbar{
        height: auto;
    }
    .img-col{
        padding:0px !important;
    }
    .text-col h1{
        font-size: 30px;
        color: #122222;
        line-height: 90px;
        font-family: 'Cormorant Garamond', serif;
        font-weight: 600;
      }
    .text-col h6{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .ratings h1{
      font-size: 30px;
      font-family: 'Cormorant Garamond', serif;
         }
         .ratings h6{
          font-size: 11px;
          font-family: 'Cormorant Garamond', serif;
          font-weight: normal;
             }
             .carousel-caption {
              margin-bottom: 50%;
              text-align: center;
              justify-content: center !important;
              align-items: center !important;
            }
            
            .carousel-caption h1 {
              font-family: 'Gilda Display', serif;
              text-transform: capitalize;
              letter-spacing: 6px;
              font-size: 50px !important;
           font-weight: 100;
              color: #ffffff;
            }
            
            .carousel-caption h6 {
              margin-bottom: 0px;
              font-family: 'Roboto', sans-serif;
              font-size:12px;
              letter-spacing:1.2px !important;
              text-transform: uppercase;
          
              font-weight: 300 !important;
            
            }
            .section-background, .section-background1, .section-background2 {
              background-attachment: scroll !important;
     height: 400px;
            }
            .section-title h1{
              font-size: 60px !important;
              padding-top: 33%;
            }
            .bar{
              background-attachment: scroll !important;
            }
            .map-col{
              justify-content: center !important;
              align-items: center !important;
              text-align: center !important;
            }
   }


   /*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;
}


