@import url('https://fonts.googleapis.com/css2?family=Allison&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #F8F6F3;
  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: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  font-family: 'Cinzel', serif;
  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
a{
  text-decoration: none;
}
::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: #1E1E1E;

  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(255, 255, 255) !important;
  font-size: 13px !important;



}

.nav-item {

  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color:#B78932 !important;
  transform: scale(1.05);
  border-bottom: 1px #B78932 solid !important;
  background-color: transparent;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.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/img1.jpg'), linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel2 {
  background: url('../photos/img2.jpg') , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%) ;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel3 {
  background: url('../photos/img3.jpg')  , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
  background-attachment:scroll;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 950px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;
  
}

.carousel-caption h1 {

  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 80px !important;
  font-weight: 500;
}

.carousel-caption h6 {
  margin-bottom: 10px;
  font-family: "Cormorant Garamond", serif;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 7px;
  font-weight: 100;
  color: #ffffff !important;

}

.info-box{
  width: 400px;
  text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
  background: #C19D68;
  position: relative;
  margin-top: -20px;
  z-index: 10;
  margin-left: 100px;
  color: #ffffff;
}
.image2{
  position: relative;
  margin-top: -20px;
}


.about-text{
  margin-left: 100px;
}

.button1{

  background: #C19D68;
      position: relative;
      display: inline-block;
      color: rgb(255, 255, 255);
      font-size: 13px;
      line-height: 16px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 27px 60px 27px;
      border-radius: 0px;
      transition: all 500ms linear;
      transition-delay: 0.1s;
      font-family: 'Poppins', sans-serif;
      z-index: 1;
      border: none;
  
  
  }

  .relative-box{
    border-top: 2px solid #C19D68;
    position: relative;
    background: #1D1D1D;
    padding: 30px;
    color: white;
    width: 90% !important;
    z-index: 10;
    margin-top: -80px;
  -webkit-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
    box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
  
  }
  .room-card1 {
    position: relative;
    -webkit-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
    box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
    transition: 0.4s ease-in-out;
    background: white;
  
  }

  .room-content{
    padding: 20px;
  }
  .top-bar {
    position:absolute;
    top: 10px;
    right: 10px;
    background-color: #C19B76; /* Example background for visibility */
    color: white;          /* Example text color for visibility */
    padding: 10px;         /* Example padding */
  }


   button.learn-more {
    width: 12rem;
    height: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #C19D68;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #C19D68;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   button:hover .circle {
    width: 100%;
   }
   
   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   button:hover .button-text {
    color: #fff;
   }

   .icon-box {
    display: grid;
    padding: 15px;
    border: 1px solid #C19D68;
    justify-content: center;
    text-align: center;
    align-items: stretch;
    justify-items: center;
    background: white;
    -webkit-box-shadow: 10px 10px 54px -39px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 54px -39px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 54px -39px rgba(0,0,0,0.75);
}

.icon-box:hover {



}
   .vertical-line { 
    justify-content: center; 
    text-align: center;
    width: 1px;             /* Set the width of the line */
    height: 50px;     
   /* Set the height of the line */
    background-color: #C19D68; /* Set the color of the line */
          /* Optional: Add some margin */
  }
  .restaurant-section{
    position: relative;
    margin-top: -200px;
    padding-bottom: 100px;
  }

  .restaurant-text{
    padding: 30px;
  }

  .cover-bg{
    background: url('../photos/img7.jpg'), linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
    background-attachment:fixed;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply; 
    padding-top: 150px;
    padding-bottom: 150px;
  }

  /*restaurant.html*/
  .section-background {
    background: url('../photos/img3.jpg')  , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
    background-attachment:scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .page-title-home {
    position: relative;
    z-index: 6;
    content: '';
    width: 100%;
    height: 83px;
   top: -41px;
    left: 0;
    background-image: url('../photos/wave.png');
}


  /*rooms.html*/
  .section-background1 {
    background: url('../photos/room5.jpg')  , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
    background-attachment:scroll;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 200px;
    padding-bottom: 200px;
  }

    /*aboutus.html*/
    .section-background2 {
      background: url('../photos/img5.jpg')  , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
      background-attachment:scroll;
      background-position:center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding-top: 200px;
      padding-bottom: 200px;
    }

    .testimonials{
      background: url('../photos/img3.jpg')   rgba(20, 19, 19, 0.758);
      background-attachment: fixed;
      background-position: bottom;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
    
    }
    
    
    
    .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: 50px;
      width: 50px;
      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 100px;
      font-size: 20px;
      font-weight: 400;
      color: #ffffff;
    }
    
    .slide .quote-icon {
      font-size: 30px;
      color: #ffffff;
    }
    
    .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-next:after, .swiper-button-prev:after {
      font-family: swiper-icons;
      font-size: var(--swiper-navigation-size);
      text-transform: none!important;
      letter-spacing: 0;
      color: white;
      font-variant: initial;
      line-height: 1;
    }
    
    .swiper-pagination-bullet-active {
      opacity: var(--swiper-pagination-bullet-opacity, 1);
      background: #ffffff;
    }

    /*contact.html*/
    .section-background3 {
      background: url('../photos/img5.jpg')  , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
      background-attachment:scroll;
      background-position:center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding-top: 200px;
      padding-bottom: 200px;
    }

    .contact-box{
      padding: 20px;
      border: solid 1px #9B804E;
      -webkit-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
      box-shadow: 0px 24px 65px -29px rgba(0,0,0,0.75);
      transition: 0.4s ease-in-out;
    }
    .contact-box:hover{
      transform: scale(1.02);
      background: #D2CBBF;
  
      transition: 0.4s ease-in-out;

    }

    /*gallery.html*/
    .section-background4 {
      background: url('../photos/gallery/img2.jpg')  , linear-gradient(180deg, rgba(0,0,0,0) 0%,  rgba(0, 0, 0, 0.417) 50%, rgba(0,0,0,0.90) 100%);
      background-attachment:scroll;
      background-position:center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding-top: 200px;
      padding-bottom: 200px;
    }
  @media(max-width: 990px){
        .cover-bg{
            background-attachment:scroll !important;
        }
    .slide p {
      padding: 0 20px;
    }
    .testimonial1 {
      position: relative;
      align-self: center;
      
      width: 100%;
      padding: 50px 0px !important;
      overflow: hidden;
    
    }
    .restaurant-section{
      position: relative;
      margin-top: -200px;
      padding-bottom: 100px;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .section-background,  .section-background1,  .section-background2,  .section-background3,  .section-background4,  .section-background5, .gym-bg, .gym-bg1, .gym-bg2, .spa-bg  {
        background-attachment:scroll !important;
    }
  .carousel-caption {
    margin-bottom: 57%;
    text-align: center;
    
  }
  
  .carousel-caption h1 {

    font-size: 50px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {

    font-size: 17px;
  
  }
.info-box{
  width: 100%;
  height: 80px;
  background: #C19D68;
  position: relative;
  margin-top: -20px;
  z-index: 10;
  margin-left: 0px;
}
.image2{
  margin-left: 0px !important;
}
  .about-text{
    margin-left: 0px;
    text-align: center;
  }
  .container-fluid{
    padding: 30px;
  }

  nav.navbar{
    height: auto;
  }

  .map-col{
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
  }
 .image2{}
}





  /*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;
}