html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color: #ffffff;
    font-family: 'Italianno', cursive;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Italiana' sans-serif;
font-family: 'Lora' serif;
font-family: 'Forum', serif;
    color: #000000;
}

::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: #AD976E;
  
    backdrop-filter: blur(0px) !important;
    transition: background 0.5s !important;
  
    font-family: 'Josefin Sans', sans-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: 'Josefin Sans', sans-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);
  }
  
  .button {
    --color: white;
    padding: 0.8em 1.7em;
    background-color: transparent;

    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    font-weight: 400;
    font-size: 17px;
    border: 2px solid;
    font-family: inherit;
    text-transform: uppercase;
    color: var(--color);
    z-index: 1;
   }
   
   .button::before, .button::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color);
    transition: 1s ease;
   }
   
   .button::before {
    top: -1em;
    left: -1em;
   }
   
   .button::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
   }
   
   .button:hover::before, .button:hover::after {
    height: 410px;
    width: 410px;
   }
   
   .button:hover {
    color: #9B804E;
   }
   
   .button:active {
    filter: brightness(.8);
   }
   
  .button1 {
    border: none;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0.7em 2.4em;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    color: #9B804E;
    z-index: 1;
    font-family: inherit;
    font-weight: 500;
  }
  
  .button1 span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    border: 4px solid #9B804E;
  }
  
  .button1 span::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 500%;
    background: var(--lightgray);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    transition: all 0.3s;
  }
  
  .button1:hover span::before {
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%;
    background: #9B804E;
  }
  
  .button1:hover {
    color: #ffffff;
  }
  
  .button1:active span::before {
    background: #9B804E;
  }

a {
    text-decoration: none !important;
}
#carouselExampleFade{
    margin-top: -200px;
}
  .carousel1 {
    background: url('../photos/WhatsApp\ Image\ 2023-11-22\ at\ 18.00.23\ \(2\).jpeg')  rgba(20, 19, 19, 0.493) ;
    
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }

  .carousel2 {
    background: url('../photos/carousel2.jpeg')  rgba(20, 19, 19, 0.493) ;
    
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }
  
  .carousel3 {
    background: url('../photos/carousel3.jpeg') rgba(20, 19, 19, 0.493) ;
    
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 950px;
  }
  
  .carousel-caption {
    margin-bottom: 15%;
    text-align: center;
  }
  
  .carousel-caption h1 {
  
    font-family: 'Forum', serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-size: 100px !important;
 font-weight: 100;
    color: #ffffff;
  }
  
  .carousel-caption h6 {
    margin-bottom: 0px;
font-family: 'Lora' serif;
    font-size: 20px;
    letter-spacing: 9px;
    color: #B88F40 !important;
    font-weight: 900 !important;
  
  }
.about-section{
    margin-top: 100px;
    margin-bottom: 100px;
}
     /* Some basic styles */
     .rotating-image {
        width: 200px; /* Adjust the size of the image as needed */
        height: 200px; /* Adjust the size of the image as needed */
        position: relative;
        margin-left: -100px;
        z-index: 10;
        animation: rotateImage 9s linear infinite; /* Change 5s to control the speed of rotation */
      }
  
      @keyframes rotateImage {
        0% {
          transform: rotateY(0deg);
        }
        100% {
          transform: rotateY(360deg);
        }
      }


      .moving-image {
     
        position: relative;
        border-radius: 30px;
        animation: moveUpDown 5s linear infinite; /* Change 2s to control the speed of movement */
      }
  
      @keyframes moveUpDown {
        0%, 100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-20px); /* Adjust the distance you want the image to move up */
        }
      }
      .moving-image1 {
     
        position: relative;
        margin-left: -100px !important;
        border-radius: 30px;
        animation: moveUpDown 5s linear infinite; /* Change 2s to control the speed of movement */
      }
      .text-col{
        position: inherit;
        margin-left: -320px;
      padding-left: 300px;
      }
      .text-col h6{
        color: #9B804E;
        letter-spacing: 5px;
      }
  
.cover-bg{
    background: url('../photos/cover-bg.jpeg')  rgba(20, 19, 19, 0.493) ;
    background-attachment: fixed;
    background-position:top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 500px;
}

.overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 150%;
    height: 500px;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the color and transparency */
    clip-path: circle(50% at 0 50%);
    z-index: 1; /* Ensure it's above the image */
  }

  .semi-circle {
    position: relative;
    top: 0;
    left: 0;
    width: 70%;
    height: 500px;
    background-color: transparent;
    clip-path: circle(50% at 0 50%);
    z-index: 2; /* Above the overlay */
  }

  .vertical-text {
    position: relative;
    height: 500px; /* Set the height of the container */
    overflow: hidden;
  }

  .moving-text {
    position: absolute;
    top: 100%; /* Position it initially at the bottom of the container */
    left: 0;
    transform: translateY(-100%);
    writing-mode: vertical-rl; /* Set vertical writing mode */
    animation: moveVertical 10s linear infinite; /* Adjust duration and timing */
    color: white;
    font-size: 3.9vw;
    letter-spacing: 15px;
  }

  @keyframes moveVertical {
    0% {
      top: 180%; /* Move from the bottom */
    }
    100% {
      top: 0; /* Move to the top */
    }
  }

  .facilities{
    position: relative;
    margin-left: -500px;
   margin-top: 100px;
  }
.facility-box{
  padding: 20px;
  border: 1px solid #9B804E;
  background: rgba(0, 0, 0, 0.658);
}
  .rooms{
    padding-top: 100px;
    padding-bottom: 100px;

    background: #AD976E;
 
  }
  .horizontal-line1 {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  
  .line1 {
    width: 50px; /* Adjust the width of the line */
    height: 1px; /* Height of the line */
    background-color: #ffffff; /* Color of the line */
    margin-right: 10px;
    margin-left: 10px; /* Adjust spacing between line and text */
  }
  
  .text1 h6{
    text-align: center;
    color: #000000;
    line-height: 1; /* Set line-height to 1 to align vertically with the line */
    margin: 0; /* Reset margin to avoid additional space */
    letter-spacing: 4px;
    font-family: 'Lora' serif !important;
  }
  
  :root {
    --font-principal: "Roboto";
    --gradient-bg: linear-gradient(30deg, rgba(0, 0, 0, .95) 50%, rgba(0, 0, 0, .9) 50.1%);
    --color-primary: #ffeba7;
    --color-light: #fff;
    --color-dark: #000;
  }
  .swiper {
    width: 100%;
    height: 600px;
    margin-right: 0;
    align-items: center;
 }
  .swiper-wrapper {
    display: flex;
    align-items: center;
    counter-reset: list-slider;
 }
  .swiper-slide {
    position: relative;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    counter-increment: list-slider;
    font-size: 18px;
    opacity: 1;
    transition: opacity 600ms ease;
 }
  .swiper-slide::before {
    content: "0" counter(list-slider);
    display: block;
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    font-size: 120px;
    font-weight: 600;
    line-height: 0.8;
    font-family: var(--font-principal);
    color: var(--color-dark);
    transform: scale(0.5);
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    transition: all 350ms ease;
 }
  .swiper-slide-active::before {
    opacity: 0.4;
    transform: scale(1);
 }
  .swiper-slide-active .c-swiper__text {
    opacity: 1;
 }
  .swiper-slide-active .c-swiper__text .c-swiper__title, .swiper-slide-active .c-swiper__text .c-swiper__link {
    transform: translateY(0);
 }
  .swiper-slide-prev {
    opacity: 0;
 }
  .swiper-slide-next {
    opacity: 0.5;
 }
  .c-swiper__text {
    opacity: 0;
    width: 300px;
    height: 250px;
    position: absolute;
    top: 25%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: opacity 350ms ease;
 }
  .c-swiper__text .c-swiper__title {
    max-height: 100%;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 2px var(--color-dark);
    text-align: left;
    pointer-events: none;
    transition: transform 500ms ease;
    color: #fff;
    transition-delay: 100ms;
    transform: translateY(-25%);
    z-index: 1;
 }
  .c-swiper__text .c-swiper__link {
    position: relative;
    max-width: 100px;
    margin-left: 24px;
    color: var(--color-light);
    font-size: 15px;
    text-decoration: none;
    transform: translateY(25%);
    transition: transform 500ms ease;
    transition-delay: 200ms;
 }
  .c-swiper__text .c-swiper__link::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    background-color: var(--color-light);
 }
  .c-swiper__image-container {
    width: 90%;
    height: 80%;
    overflow: hidden;
 }
  .c-swiper__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
 }
  .swiper-pagination-bullet {
    width: 36px;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 0;
 }

 .testimonial-section{
  margin-bottom: 100px;
 }
.testimonial-box{
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.562);
  border-radius: 10px;
  background: #FBF6E8;
}

.gallery-section{
  margin-top: 100px;
  margin-bottom: 100px;
}


/*Rooms.html*/
.section-bg{
  background: url('../photos/section-bg.jpeg')  rgba(20, 19, 19, 0.658) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
.section-text h1{
  text-align: center;
  padding-top: 8%;
  color: white;
  font-size: 70px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.rooms-section{
  margin-top: 100px;
}
.rooms-title{
  position: relative;
  margin-top: -70px;
  color: #AD976E;
}


/*Aboutus.html*/
.section-bg1{
  background: url('../photos/about-bg.jpeg')  rgba(20, 19, 19, 0.658) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
.facility-bg{
  background: url('../photos/about-bg.jpeg')  rgba(20, 19, 19, 0.658) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;

}
.facility-box1{
  padding: 40px;
  border: 1px solid #9B804E;
  background: rgba(0, 0, 0, 0.658);
}



/*Contact.html*/
.section-bg2{
  background: url('../photos/contact-bg.jpeg')  rgba(20, 19, 19, 0.658) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
.contact-box{
  padding: 20px;
  border: solid 1px #9B804E;
}
.contact-box:hover{
  transform: scale(1.02);
  background: #D2CBBF;
  transition: background 0.5s ease;
}

/*Gallery.html*/
.section-bg3{
  background: url('../photos/cover-bg.jpeg')  rgba(20, 19, 19, 0.658) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
@media(max-width:1025px){
  .carousel-caption{
    margin-bottom: 37%;
  }
  nav.navbar{
    height: auto;
  }
  .text-col{
    padding-left: 200px !important;
    margin-left: -265px !important;
    padding: 20px !important;
    margin-top: -50px !important;
    z-index: 10;
    background: rgba(255, 255, 255, 0.637);
  }
  .facilities{
    margin-left: -300px;
  }
  .facility-box{
    width: 150px !important;
  }
}

  @media(max-width:990px){
    .section-bg, .section-bg1, .section-bg2, .section-bg3, .facility-bg, .cover-bg{
      background-attachment: scroll !important;
    }
    .section-text h1{
      padding-top: 34%;
      font-size: 50px;
    }
    .facility-box{
      width: 200px !important;
    }
    .facility-box h6{
      position: relative;
      margin-left: 0px !important;
            z-index: 1000 !important;
    }
    .facility-box img{
      position: relative;
margin-left: 0px !important;
      z-index: 1000 !important;
    }
    nav.navbar{
      height: auto;
    }
    .carousel-caption {
      margin-bottom: 70%;
   
    }
    
    .carousel-caption h1 {
    
     
      font-size:60px !important;
 
    }
    
    .carousel-caption h6 {
  
      font-size: 15px;
      
    
    }
    .text-col{
      padding-left: 0px !important;
      margin-left: 0px !important;
      padding: 20px !important;
      margin-top: -50px !important;
    }
    .rotating-image{
      width: 100px;
      height: 100px;
      margin-left: -50px;
    }
    .moving-image1{
      margin-left: 210px !important;
      margin-top: -300px !important;
    }
    .c-swiper__text {
        width: 250px !important;
        height: 250px;
        position: absolute;
        top: 25%;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content:space-evenly !important;
        transition: opacity 350ms ease;
      }
      .c-swiper__text .c-swiper__title{
        font-size: 30px !important;
      }
  
      .c-swiper__image-container {
        width: 500px !important;
        height: 90%  !important;
        overflow: hidden !important;
        padding-top: 40px;
     }
      .c-swiper__image-container img {
        
        width: 400px !important;
        height: 90% !important;
        object-fit: cover !important;
     }
  .swiper-slide{
    padding: 20px !important;
  }
     
    .cover-bg{
        height: auto;
    }
    .overlay {
        position: relative;
        top: 0;
        left: 0;
        width: 150%;
        height: 800px;
        background-color: rgba(0, 0, 0, 0.7); /* Adjust the color and transparency */
        clip-path: circle(50% at 0 50%);
        z-index: 1; /* Ensure it's above the image */
      }
    
      .semi-circle {
        position: relative;
        top: 0;
        left: 0;
        width: 70%;
        height: auto;
        background-color: transparent;
        clip-path: circle(50% at 0 50%);
        z-index: 2; /* Above the overlay */
      }
      .vertical-text {
        position: relative;
        top: 30%;
        height: 500px; /* Set the height of the container */
        overflow: hidden;
      }
    
      .moving-text {
        position: absolute;
        top: 180%; /* Position it initially at the bottom of the container */
        left: 0;
        transform: translateY(-100%);
        writing-mode: vertical-rl; /* Set vertical writing mode */
        animation: moveVertical 10s linear infinite; /* Adjust duration and timing */
        color: white;
        font-size: 3.9vw;
        
    
  }
  .facilities{
    position: relative;
    margin-left:100px;
   margin-top: -300px;
  }
}


/*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;
}