body{
  overflow-x: hidden;
}html{
  overflow-x: hidden;
}html {
  scroll-behavior: smooth;
}
.submenu-mmnew {
list-style: none;
margin: 0;
padding: 0;
display: none; /* Initially hidden */
}

.submenu-mmnew li {
margin-top: 1rem;
}

.submenu-mmnew li a {
color: #f3d4a2;
text-decoration: none;
font-size: 1.7rem;
}
#unique-main-container {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
/* height: 120vh; */
}

.unique-availability-container {

  background-color:#6a5724ff ;
  /* border-radius: 10px; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 90%;

  max-width: 400px;
}

.unique-availability-container h1 {
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.unique-button-pair {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.unique-availability-btn {
  flex: 1;
  padding: 10px;
  font-size: 0.9rem;
  text-align: center;
  border: 2px solid #cbef69;
  border-radius: 10px;
  background-color: #e8ef69;
  color: #2c5c07;
  cursor: pointer;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.unique-availability-btn input[type="date"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.unique-availability-btn:hover {
  background-color: #dff1b3;
  transform: scale(1.05);
}

.unique-input-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.unique-input-group input {
  padding: 10px;
  font-size: 14px;
  color: black;
  border: 1px solid #ccc;
  background-color: #ad8b3aff;
  border-radius: 5px;
  width: 95%;
}

.unique-availability-btn-new {
  /* padding-top: 15%; */
  background-color: #ad8b3aff;
  color: #fff;
  padding: 10px;
  border: 1px solid #ad8b3aff;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  /* width: 50%; */
}

.unique-availability-btn-new:hover {
  background-color: rgb(205, 150, 23);
}


@media (min-width: 768px) {
  #unique-main-container {
    display: none; /* Hide section on desktops */
  }#h2-only-phn{
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .unique-availability-container {
    padding: 20px;
    width: 100%;
  }

  .unique-availability-btn {
    font-size: 0.8rem;
  }
}


 
  .availability-container {
      background-color: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      padding: 20px;
      text-align: center;
      width: 100%;
      margin: 0 auto;
      display: block;
  }
  .availability-container h1 {
      font-size: 24px;
      color: #bfa268;
      margin-bottom: 20px;
      text-transform: lowercase;
  }
  .availability-form-group {
      margin-bottom: 15px;
      text-align: left;
  }
  .availability-form-group label {
      display: block;
      font-size: 14px;
      color: #333;
      margin-bottom: 5px;
  }
  .availability-form-group input {
      width: 100%;
      padding: 10px;
      font-size: 14px;
      border: 1px solid #ccc;
      border-radius: 5px;
  }
  .availability-form-group .promo-code {
      color: #ccc;
  }
  .availability-form-group .guest-selection {
      display: flex;
      align-items: center;
  }
  .availability-form-group .guest-selection i {
      margin-right: 10px;
  }
  .availability-form-group .guest-selection select {
      border: none;
      font-size: 14px;
      color: #333;
      background: none;
      cursor: pointer;
  }
  .availability-btn-new {
      background-color: #8aa62f;
      color: #fff;
      padding: 10px;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      cursor: pointer;
      width: 100%;
  }

  /* Hidden calendar input */
  .availability-checkin-checkout {
      cursor: pointer;
  }

  /* Hide the availability container on larger screens and show it on mobile */
  @media (min-width: 768px) {
      .availability-container {
          display: none;
      }
  }

  /* Ensure full width and visibility on mobile */
  @media (max-width: 767px) {
      #main-availability-container {
          display: flex;
          justify-content: center;
          align-items: center;
width: 100%;
          margin: 0;
      }
      .availability-container {
          width: 100%;
          /* max-width: 400px; */
          padding: 40px;
          border-radius: 10px;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          text-align: center;
          /* margin: 0 20px; */
      } 

  }
  #swimming-pool-video {
    margin-left: 10%;
    margin-right: 10%;
width: 80%; /* Make the video stretch horizontally */
object-fit: cover; /* Scale the video proportionally to fill the container */
border-radius: 10px; /* Optional: Add rounded corners */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Optional: Add a shadow for better aesthetics */
}


  .rooms-section {
    text-align: center;
    padding: 2rem;
    /* background-color: #ffffff; */
  }


  .rooms-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 2rem;
    cursor: pointer;
    justify-content: center;
  }

  .room {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 2px solid #ddd;
  }

  .room img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }.fas{
    color: rgb(220, 220, 7);;
  }

  .room h3 {
    margin: 1rem 0;
    font-size: 1.5rem;
    color: #333;
  }

  /* Button placed in the corner of the image */
  .book-now {
position: absolute;
bottom: 10px;
right: 10px;
background: linear-gradient(135deg, #064e3b, #0b8261);
color: #fff;
font-size: 1rem;
font-weight: bold;
padding: 0.8rem 1.8rem;
border: none;
border-radius: 30px;
cursor: pointer;
display: flex;
align-items: center;
gap: 0.5rem; /* Space between icon and text */
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.book-now:hover {
transform: translateY(-5px) scale(1.1); /* Lift and scale effect */
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); /* Enhanced shadow */
background: linear-gradient(135deg, #021c19, #056043);
}

.book-now i {
font-size: 1.2rem; /* Size of the icon */
}

.book-now:active {
transform: scale(0.95); /* Slight scale down on click */
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); /* Reduced shadow */
}


  @media (max-width: 768px) {
   
    #revome-phone{
      display: none;
    }
   
    .new-mmm-container{
      display: none;
    }
    .rooms-container {
      grid-template-columns: 1fr;
      gap: 1.5rem;
    }
  }
  @media screen and (max-width: 768px) {
  #swwwinh {

width: 100%;
text-align: center;
}
body, html {
    font-size: 14px;
}
.background {
    background-size: cover;
    height: 100vh;
    color: white;
}
.header {
    display: flex;
    justify-content: space-between; /* Ensures logo and menu are on opposite sides */
    align-items: center;
    padding: 10px;
    z-index: 2900;
    flex-direction: row; /* Ensures the elements stay in a row */
}

.header .logo {
    /* margin: 15px 10%; */
    right: 10%;
    top: 5%;
    position: fixed;
    z-index: 2100;
}
.header .logo img {
  top: 5%;
  position: fixed;
  right: 10%;
    width: 50px; /* Logo size */
    height: 50px;
    /* border-radius: 50%; */
}
.header .tagline {
  display: none;
    font-size: 12px;
}
.header .reservation {
  position: fixed;
    /* display: none; */
    font-size: 14px;
    bottom: 0;
    padding: 6px 12px;
    right: 1%;
    margin-right: 0;
}
.header .reservation:hover {
    transform: scale(1.1);
}.header .reservation .arrow {
  display: none;
  }
  

.availability {
    display: none;
    padding: 20px;
    border-radius: 20px;
    width: 90%;
}
.availability .input-group {
    width: 100%;
    margin-bottom: 10px;
}
.availability .input-group input,
.availability .input-group select,
.availability .input-group button {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    margin: 5px 0;
}
.availability .input-group button {
    padding: 10px;
    font-size: 16px;
}
}

#only-mobilegateway{
display: none;
}
@media screen and (max-width: 768px) {

#only-mobilegateway {
    display: block; /* Display the content on mobile */
    padding: 1rem;
    /* font-size: 1rem; */
    line-height: 1.5;
    text-align: center; /* Center-align text for better mobile readability */
}

#only-mobilegateway h1 {

    margin-bottom: 0.5rem;
}

#only-mobilegateway p {
    font-size:18px; /* Adjust paragraph font size */
    margin: 0;
}
}

.button-pair {
  display: flex;
  gap: 10px;
}

.availability-btn {
  width: 105px;
  height: 130px;
  padding: 10px;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  text-align: center;
  border: 2px solid #cbef69;
  border-radius: 30px;
  cursor: pointer;
  background-color: #cbef69;
  color: #2c5c07;
  white-space: pre-line;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.availability-btn:hover {
  background-color: #dff1b3;
  transform: scale(1.05);
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1024px) {
#check-in-date, #check-out-date {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
}



.rooms-section {
  text-align: center;
  padding: 2rem;
  /* background-color: #ffffff; */
}


.rooms-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  padding: 2rem;
  cursor: pointer;
  justify-content: center;
}

.room {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 2px solid #ddd;
}

.room img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.room h3 {
  margin: 1rem 0;
  font-size: 1.5rem;
  color: #333;
}

/* Button placed in the corner of the image */
.book-now {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #064e3b;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.book-now:hover {
  background-color: #021c19;
}



body, html {
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  
  /* height: 100vh; */
  overflow-x: hidden;
}
#swimming-pool-video {
margin-left: 10%;
margin-right: 10%;
width: 80%; /* Make the video stretch horizontally */
object-fit: cover; /* Scale the video proportionally to fill the container */
border-radius: 10px; /* Optional: Add rounded corners */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Optional: Add a shadow for better aesthetics */
}
#whatsapp-chat {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 1000;
}

.whatsapp-button {
width: 60px;
height: 60px;
background-color: #25D366;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: transform 0.2s;
}

.whatsapp-button:hover {
transform: scale(1.1);
}

.whatsapp-button img {
width: 35px;
height: 35px;
}

.chat-popup {
display: none;
position: absolute;
bottom: 80px;
right: 0;
width: 250px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
padding: 10px;
}

.chat-popup .chat-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 10px;
border-bottom: 1px solid #f0f0f0;
}

.chat-popup .chat-header span {
font-weight: bold;
font-size: 14px;
}

.chat-popup .chat-header button {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
}

.chat-popup p {
font-size: 13px;
margin: 10px 0;
color: #333;
}

.start-chat-btn {
display: block;
text-align: center;
background-color: #6a5724ff;
color: #fff;
text-decoration: none;
padding: 10px;
border-radius: 5px;
font-size: 14px;
transition: background-color 0.3s;
}

.start-chat-btn:hover {
background-color: rgb(156, 118, 14);
}
.background {
color: white;
  text-align: center;
position: relative;
height: 100vh;
overflow: hidden;
}
.background-image {
color: white;
  text-align: center;
position: relative;
height: 100vh;
overflow: hidden;
}
.background .bg-images {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: fadeZoom 10s infinite;
background-size: cover;
background-position: center;
will-change: transform, opacity;
opacity: 0;
z-index: 0;
transition: opacity 1s ease-in-out;
}.background-image .bg-imagess {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
animation: fadeZoom 10s infinite;
background-size: cover;
background-position: center;
will-change: transform, opacity;
opacity: 1;
z-index: 0;
transition: opacity 1s ease-in-out;
}
.background-image .bg-imagess.active {
opacity: 1;
}
.social-icons-wrapper{
padding: 5px;
background-color: #fcff5f;
}

.background .bg-images.active {
opacity: 1;
}

@keyframes fadeZoom {
0% {
transform: scale(1);
}
50% {
transform: scale(1.2);
}
100% {
transform: scale(1);
}
}.fa-facebook{
font-size: 35px;
color: #1877F2;
}.fa-instagram{
font-size: 35px;
background: linear-gradient(45deg, #E1306C, #C13584, #F56040, #FFC107);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.header .menu{
position: fixed;
  font-size: 30px;
  top: 5%;
  z-index: 2590;
  color: black;
  cursor: pointer;
}
.header .reservation {
  font-size: 20px;
  cursor: pointer;
}
.header .menu {
  margin-left: 10%;
}
.reservation {
display: none;
margin-right: 10%;
background-color: #ad8b3aff;
padding: 10px 20px;
border-radius: 5px;
display: inline-flex;
align-items: center;
transition: transform 0.3s ease;
}
.header .reservation .arrow {
margin-left: 25px;
padding-left: 5%;
transition: transform 0.3s ease;
}

.header .reservation:hover {
transform: scale(1.1); /* Zoom in the entire button */
}

.header .reservation:hover .arrow {
transform: translateX(5px); /* Move the arrow to the right */
}
.logo {
/* position: fixed; */
/* right: 30px; */
  text-align: center;
}
.logo img {
  width: 80%;
  height: 80%;
  
}
.tagline {
  font-size: 18px;
  margin-top: 5px;
}
.main-text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  font-weight: bold;
  width: 70%;
}
.availability {
position: absolute;
margin-top: -2%;
left: 50%;
text-shadow: 0px -4px 6px rgba(0, 0, 0, 0.5);
transform: translateX(-50%);
background-color: #6a5724ff;
padding: 50px;
border-radius: 44px;
display: flex;
align-items: center;
z-index: 1;
/* gap: 10%; */
justify-content: space-around;
width: 80%;
}

.availability .input-group {

  display: flex;
  flex-direction: column;
  align-items: center;
}
.availability .input-group input, .availability .input-group select, .availability .input-group button {
  margin: 5px 0;
  padding: 10px;
  border: none;
  /* border-radius: 5px; */
  font-size: 16px;
}
.availability .input-group input[type="date"] {
  background-color: #d4ff00;
  color: #ffecaaff;
}
.availability .input-group input[type="text"], .availability .input-group select {
  background-color: #ad8b3aff;
  color: #ffecaaff;
  border-radius: 24px;
}
.availability .input-group button {
  background-color: #ad8b3aff;
  color: #ffecaaff;
  cursor: pointer;
}

body {
         margin: 0;
         font-family: 'Playfair Display', serif;
         /* font-family: Arial, sans-serif; */
         background-color: #f0f0f0;
     }
     .container {
         display: flex;
         /* justify-content: space-between; */
         padding: 20px;
         gap: 4%;
         margin-top: 5%;
     }
     .left-section {
         width: 60%;
         text-align: center;
     }
     .left-section img {
         width: 100%;
         height: 80%;
     }
     .left-section h1 {
         /* font-size: 36px; */
         margin: 20px 0;
     }
     .left-section h2 {
         /* font-size: 24px; */
         margin: 20px 0;
     }
     .right-section {
         width: 100%;
         background-color: #6a5724ff;;
         color: white;
         padding: 50px;
         border-radius: 10px;
     }
     .right-section h2 {
       
         margin-bottom: 40px;
     }
     .amenities-list {
list-style: none; /* Removes default bullet points */
padding: 0; /* Removes default padding */
margin: 0; /* Removes default margin */
}

.amenities-list li {
display: flex;
align-items: center; /* Aligns icon and text vertically */
margin-bottom: 10px; /* Adds spacing between list items */
font-size: 20px;
}

.amenities-list li i {
margin-right: 10px; /* Adds spacing between icon and text */
font-size: 20px; /* Ensures icons have a consistent size */
width: 30px; /* Fixes width to align icons uniformly */
text-align: center; /* Centers icon within the allocated width */
}

.main-body {
margin-top: 10%;
margin-right: 10%;
margin-left: 10%;
}

.menu-container {
position: fixed;
top: 0;
left: 0;
width: 96%;
height: 100vh;
background-color: #6a5724ff;
display: none; /* Initially hidden */
color: #f3d4a2;
align-items: center;
z-index: 4000;
padding: 2rem;
justify-content: space-between;


}

  #only-on-mobile-img {
display: none; /* Hide by default */
}

@media (max-width: 767px) {
#only-on-mobile-img {
display: flex; /* Show only on mobile screens */
justify-content: center; /* Center the images horizontally */
align-items: center; /* Center the images vertically */
gap: 10px; /* Add spacing between images */
flex-wrap: wrap; /* Ensure images wrap if needed */
padding: 10px; /* Optional padding for aesthetics */
}

#only-on-mobile-img img {
max-width: 100%; /* Ensure images fit within the container */
height: auto; /* Maintain aspect ratio */
border-radius: 5px; /* Optional: rounded corners */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: add a subtle shadow */
}
}

    .testimonial-body {
        /* font-family: 'Arial', sans-serif; */
        background-color: #f5f5f5;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .testimonial-container {
        display: flex;
        background-color: white;
        border: 1px solid #e0e0e0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 80%;
        max-width: 1200px;
        padding: 20px;
    }

    .testimonial-image-section {
        position: relative;
        width: 50%;
    }

    .testimonial-image {
        width: 100%;
        height: auto;
    }

    .testimonial-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 2em;
        font-weight: bold;
    }

    .overlay-text {
        margin-bottom: 20px;
    }

/* From Uiverse.io by alexmaracinaru */
.overlay-button {
cursor: pointer;
font-weight: 700;
transition: all 0.2s;
padding: 10px 20px;
border-radius: 100px; 
color: #ffecaaff ;
background: #ad8b3aff; 
border: 1px solid transparent;
display: flex;
align-items: center;
font-size: 15px;
}

.overlay-button:hover {
background: rgb(150, 112, 23); /* Slightly darker on hover */
}

.overlay-button > svg {
width: 34px;
margin-left: 10px; /* Space between text and icon */
transition: transform 0.3s ease-in-out;
}

.overlay-button:hover svg {
transform: translateX(5px); /* Subtle movement to the right */
}

.overlay-button:active {
transform: scale(0.95); /* Slight shrink effect when clicked */
}


    .testimonial-text-section {
        width: 50%;
        padding-left: 20px;
        /* padding: 20px; */
    }

    .testimonial-heading {
  
        margin-bottom: 20px;
    }

    .testimonial-description {
        font-size: 18px;
        /* line-height: 1.5; */
        margin-bottom: 20px;
    }

    .testimonial-author {
        font-size: 1em;
        font-style: italic;
    }

    .testimonial-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .testimonial-dot {
        width: 10px;
        height: 10px;
        background-color: green;
        border-radius: 50%;
        margin: 0 5px;
    }.rooms-paragraph{
        font-size: 20px;
        color: black;
    }#swmming-pool-img{
        width: 90%;
    }#swmming-pool-img-conti{
       /* margin-left: 10%; */
       margin-top: 8%;
       text-align: center;
    }#swmming-pool-img-conti h1{
      color: black;
    }

.rooms-header{
margin-top: 7%;
}
    .aqurercontainer {
        /* font-family: 'Arial', sans-serif; */
        background-color: #6a5724ff;
        color: white;
        text-align: center;
        margin-top: 5%;
        padding: 50px;
    }

    #activities-heading {
        text-align: center;
        /* font-size: 48px; */
        /* margin-left: 10%; */
    }

    #explore-heading {
        /* color: black; */
        text-align: center;
        font-size: 36px;
        /* margin: 10px 0; */
    }

    #activities-description {
        text-align: left;
        font-size: 20px;
        line-height: 1.6;
       margin-left: 8%;
    }

    .gallery {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 30px;
        transition: transform 3s ease;
    }
    .card-n-o-old {

      transition: transform 0.3s ease-in-out;
    }.card-n-o-old img {
      transition: transform 0.5s ease;
    }
    .card-n-o-old:hover img {
      transform: scale(1.1);
    }
    
    .card-n-o-old:hover {
      transform: translateY(-5px);
    }
    .gallery-item img {
        width: 300px;
        height: 200px;
        object-fit: cover;
        transition: transform 3s ease;
        border-radius: 10px;
    }  .gallery-item img:hover{
      cursor: pointer;
transform: scale(1.05); 
    }

    .gallery-caption {
        text-align: center;
        font-size: 20px;
        margin-top: 10px;
    }

    .dots {
        margin-top: 30px;
    }

    .dot {
        height: 15px;
        width: 15px;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
    }
    #your-gateway {
display: block; /* Default display */
}

@media (max-width: 767px) {
#your-gateway {
display: none; /* Hide on mobile screens */
}
}

  @media (max-width: 768px) {
    .overlay-text {
        margin-bottom: 18px;
    } 

.container {
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
    padding: 10px;
}

.left-section,
.right-section {
    width: 90%;
    text-align: center;
}

.left-section img {
    height: auto;
}



.right-section {
    margin-top: 20px;
    padding: 20px;
}

.right-section h2 {
  
    margin-bottom: 20px;
}

/* Make amenities list into two columns */
.amenities-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
}

.amenities-list li {
  font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.amenities-list li i {
    font-size: 1.2rem;
    margin-right: 2px;
}

.main-body {
    margin-top: 10%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}
}

@media (max-width: 480px) {





.amenities-list {
    gap: 5px;
}

.amenities-list li {
  font-size: 16px;
}

.amenities-list li i {
    font-size: 1rem;
}
}#main{
color: #bfa268;
font-size: 28px;
  text-transform: capitalize;
position: absolute;
top: 5px;
left: 8%;
}

    @media (max-width: 768px) {
    
  
      .main-body {
        margin-top: 10%;
        margin-left: 5%;
        margin-right: 5%;
      }
  
      .rooms-container {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
      }
  
      .room h3 {
        font-size: 1.25rem;
      }
  
      .book-now {
        font-size: 0.9rem;
        padding: 0.6rem 1rem;
        bottom: 5px;
        right: 5px;
      }
    }#para-popup{
margin-left: 5%;
margin-right: 5%;
    }
  
    @media (max-width: 480px) {
      
  
      .rooms-container {
        gap: 0.8rem;
      }
  
      .room h3 {
        font-size: 1rem;
      }
  
      .book-now {
        font-size: 0.8rem;
        padding: 0.5rem 0.8rem;
      }
    }


    @media (max-width: 768px) {
      #number-of-guest{
        font-size: 20px;
        padding-right: 5%;
        padding-left: 2%;
      }
      /* Testimonial Section */
      .testimonial-container {
        flex-direction: column;
        width: 90%;
        padding: 10px;
      }
  
      .testimonial-image-section,
      .testimonial-text-section {
        width: 100%;
        text-align: center;
      }
  
      .testimonial-heading {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;

}

  
      .testimonial-description {
        font-size: 16px;
        margin-right: 15%;
      }
  
      .testimonial-author {
        font-size: 18px;
      }
  
      .testimonial-dots {
        margin-top: 10px;
      }
  
      .testimonial-dot {
        width: 8px;
        height: 8px;
      }
  
      /* Rooms Section */
      .rooms-header {
        text-align: center;
        margin-top: 10%;
      }
  
      .rooms-paragraph {
        font-size: 18px;
        text-align: center;
      }
  
      #swmming-pool-img {
        width: 100%;
      }
  
      #swmming-pool-img-conti {
        margin: 0 auto;
        text-align: center;
      }
  
      /* Activities Section */
      .aqurercontainer {
        padding: 30px;
      }
  
      #activities-conti {
        margin: 0 auto;
      }
  
      #activities-heading,
      #explore-heading {
        text-align: center;
        /* font-size: 1.5em; */
      }
  
      #activities-description {
        text-align: center;
        font-size: 18px;
      }
  
      .gallery {
        flex-wrap: wrap;
        gap: 10px;
      }
  
      .gallery-item img {
        width: 100%;
        /* margin-bottom: 7%; */
        /* max-width: 250px; */
        height: auto;
      }
  
      .gallery-caption {
        font-size: 18px;
      }
  
      .dots {
        text-align: center;
        margin-top: 20px;
      }
  
      .dot {
        height: 10px;
        width: 10px;
      }
    }
  
    @media (max-width: 480px) {
      /* Further adjustments for very small screens */
      /* Further adjustments for very small screens */
.testimonial-heading {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;

}

  
      .testimonial-description {
        font-size: 16px;
      }
  
      .testimonial-author {
        font-size: 16px;
      }
  
      .testimonial-dot {
        width: 6px;
        height: 6px;
      }
  

  
      .gallery-item img {
        max-width: 100%;
      }.gallery-item{
        margin-bottom: 9%;
      }
  
      .gallery-caption {
        font-size: 18px;
      }
    }.image-container-your-get {
position: relative; /* Ensure the container is positioned for absolute positioning of text */
display: inline-block;
z-index: -1;
width: 100%; /* Adjust as needed */
}

#your-gateway {
/* margin-top: -8%; */
/* display: block; */
width: 100%; /* Make the image responsive */
height: auto;
}

.text-overlay-your-get {

position: absolute;
top: 40%; /* Position the text at the top of the image */
left: 25%;
transform: translateX(-50%); /* Center the text horizontally */
font-size: 1.2rem; /* Adjust font size as needed */
color: black;

font-weight: bold;
text-align: center;
padding: 0.5rem 1rem; /* Add padding if needed */
}.text-overlay-your-get p{
text-align: left;
font-size: 18px;
margin-left: 30%;
margin-right: 10%;
}.fa-bars{
color: white;
}#placeholder-styling input::placeholder {
color: #ffecaaff; 
/* font-weight: bold; */
padding-left: 5%;
font-family: 'Playfair Display', serif;

}



      #swwwinh {
/* font-size: 24px; */
width: 100%;
text-align: center;
}
      body, html {
               margin: 0;
               padding: 0;
               font-family: 'Playfair Display', serif;
           }
           .new-mmm-container {
               position: relative;
               text-align: center;
               color: white;
           }
           .background-image {
               width: 100%;
               height: 100vh;
               /* background: url('./pictures/backgroundImg.png') no-repeat center center/cover; */
           }
           .new-logo {
            z-index: 3000;
               position: absolute;
               top: 5%;
               left: 5%;
           }
           .new-logo img {
            cursor: pointer;
            /* background-position: center; */
               /* width: 100px; */
               width: 100px;
           }
           .nav {
               position: relative; 
               top: 8%;
               padding-top: 3%;
               right: 5%; 
               /* left: 5%; */
           }
           .nav a {
            position: relative; 
               color: white;
               text-decoration: none;
               left: 12%;
               font-size: 16px;
           }
           .nav a::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 2px; /* Thickness of the line */
background-color: #e8c15f; /* Line color */
transition: width 0.4s ease; /* Smooth hover animation */
}

.nav a:hover {
color: #e8c15f; /* Change the text color on hover */
}

.nav a:hover::after {
width: 100%; /* Expand the line to full width */
}
           .reservation-button {
            /* position: absolute; */
            /* top: 155%; */
            /* margin-top: 55%; */
               background-color: #ad8b3aff;
               color: yellow;
               /* right: 0px; */
               padding: 10px 20px;
               text-decoration: none;
               font-size: 18px;
           }.reservation-button:hover{
color: black;
           }
           .content {
               position: absolute;
               top: 70%;
               left: 30%;
               transform: translate(-50%, -50%);
               text-align: left;
           }
           .content h1 {
            font-family: 'Playfair Display', serif;
               font-size: 60px;
               margin: 0;
           }
           .content h2 {
               font-family: 'Playfair Display', serif;
               font-size: 30px;
               margin: 0;
           }
           .booking-form {
               position: absolute;
               bottom: 0;
               width: 100%;
               background-color: rgba(255, 255, 0, 0.447);
               padding: 40px 0;
               display: flex;
               justify-content: center;
               align-items: center;
           }
           .booking-form input {
               padding: 10px;
               margin: 0 10px;
               font-size: 16px;
               border: none;
               width: 150px;
           }
           .booking-form .check-availability {
               background-color: black;
               color: yellow;
               padding: 30px 10px;
               font-size: 18px;
               border: none;
               cursor: pointer;
           }
           .booking-form .check-availability:hover {
               background-color: yellow;
               color: black;
           }
           /* Hide on desktop and show on mobile */
#main-heaser-of-mobilenew-page {
display: none; /* Default: hidden */
}

@media screen and (max-width: 768px) {
/* Show on screens smaller than 768px (mobile screens) */
#main-heaser-of-mobilenew-page {
display: block;
}#location-header-main #location-header {
margin-top: 15%;
/* margin-bottom: 10%; */
  /* margin-top: 50px; */
  text-align: center;
}
}


          #location-header-conti{
              text-align: center;
                      margin: 0;
                      padding: 0;
          
          }

                  .location-header {
                    margin-top: 8%;
                      /* margin-top: 50px; */
                      text-align: center;
                  }#location-header {
                    margin-top: 20%;
                      /* margin-top: 50px; */
                      text-align: center;
                  }
                 
                  .location-header h2 {
                      /* font-size: 24px; */
                      color: black;
                      margin: 0;
                  }
                  .locations {
                      display: flex;
                      justify-content: center;
                      align-items: center;
                      margin-top: 50px;
                  }#whatsapp-chat {
position: fixed;
bottom: 12%;
right: 20px;
z-index: 1000;
}

.whatsapp-button {
width: 60px;
height: 60px;
background-color: #25D366;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
cursor: pointer;
transition: transform 0.2s;
}

.whatsapp-button:hover {
transform: scale(1.1);
}

.whatsapp-button img {
width: 35px;
height: 35px;
}

.chat-popup {
display: none;
position: absolute;
bottom: 80px;
right: 0;
width: 250px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
padding: 10px;
}

.chat-popup .chat-header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 10px;
border-bottom: 1px solid #f0f0f0;
}

.chat-popup .chat-header span {
font-weight: bold;
font-size: 14px;
}

.chat-popup .chat-header button {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
}

.chat-popup p {
font-size: 13px;
margin: 10px 0;
color: #333;
}

.start-chat-btn {
display: block;
text-align: center;
background-color: #ad8b3aff;
color: #fff;
text-decoration: none;
padding: 10px;
border-radius: 5px;
font-size: 14px;
transition: background-color 0.3s;
}

.start-chat-btn:hover {
background-color: rgb(151, 114, 14);
}
                  .location {
                      width: 150px;
                      height: 150px;
                      display: flex;
                      flex-direction: column;
                      justify-content: center;
                      align-items: center;
                      margin: 0 20px;
                      /* border: 1px solid #000; */
                  }
                  .location:hover {
                    cursor: pointer;
                      background-color: #b38b00;
                      color: #fff;
                      border: none;
                  }.location:hover .icon {
/* background-color: #fff;  */
border: 2px solid #fff;  
}#check-out-btn{
font-size: 15px;
border: none;
padding: 5px;
/* font-weight: bold; */
}#check-in-btn{
margin-right: 10px;
font-size: 15px;
border: none;
padding: 5px;
/* font-weight: bold; */
}
                  .location p {
                    /* font-weight: bold; */
                      margin: 1px 0;
                  }
                  .location .icon {
                      width: 50px;
                      height: 50px;
                      border: 1px solid #000;
                      margin-bottom: 10px;
                  }
               
#main-conti-cetei {
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 100vh; */
        margin: 0;
        /* background-color: #fff; */
    }
    .container-four-cetei {
        display: flex;
        margin-top: 5%;
        gap: 20px;
    }
    .card-four-cetei {
      cursor: pointer;
        position: relative;
        width: 280px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .card-four-cetei img {
      cursor: pointer;
        width: 100%;
        height: 100%;
    }
    .card-four-cetei .description-cetei {
        position: absolute;
        bottom: -20px;
        right: 0px;
        background-color: #fff;
        padding: 15px 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
               /* General container styling */
           .room-container {
             /* margin-top: -5%; */
             display: flex;
             align-items: stretch; /* Ensure equal height for all items */
             justify-content: space-between; /* Spread the items */
             flex-wrap: nowrap;
             gap: 0; /* Remove any gaps between cards */
             width: 100%; /* Ensure full width */
           }
           
           /* Individual card styling */
           .room-card {
             flex: 1; /* Allow equal distribution of width */
             display: flex;
             flex-direction: column;
             justify-content: space-between;
             align-items: center;
             text-align: center;
             height: 240px; /* Consistent height */
             position: relative;
             box-sizing: border-box; /* Includes padding and borders in dimensions */
           }
           
           .room-card.yellow {
             background-color: #d4a300;
             color: white;
           }
           
           .room-card.white {
             background-color: white;
             color: black;
             border: 1px solid #ddd;
           }
           
           /* Text section inside each card */
           .room-text h2 {
             /* top: 50%; */
             padding-top: 45%;
             font-size: 1.2rem;
             margin-bottom: 10px;
           }
           
           .room-text button {
             padding: 10px 20px;
             border: 2px solid currentColor;
             background: transparent;
             font-size: 1rem;
             cursor: pointer;
             transition: all 0.3s ease;
           }
           
           .room-text button:hover {
             background-color: white;
             color: yellow;
           }
           
           /* Image container */
           .room-image {
             flex: 1; /* Allow the image to take the same width as the card */
             height: 240px; /* Consistent height */
             overflow: hidden; /* Ensure no overflow */
             display: flex;
             justify-content: center;
             align-items: center;
             width: 100%; /* Full width of the container */
           }
           
           /* Image styling */
           .room-image img {
             width: 100%; /* Full width */
             height: 100%; /* Full height */
             object-fit: cover; /* Ensure the image covers the entire container */
           }
           
           /* Arrow between cards */
        #main-dive-photo-ming{
             margin-top: -9.1%;
           }@media only screen and (max-width: 768px) {
#main-dive-photo-ming{
display: none;
}.main-text {
    top: 50%;
    font-size: 50px;
    width: 90%;
} .header .menu {
    margin-right: 5px; /* Aligns the menu to the right */
    font-size: 40px;
}
}
/* Initial styles */
#main-container {
position: fixed;
top: 5%;
width: 100%;
background-color: transparent;
transition: background-color 0.3s ease, padding 0.3s ease;
z-index: 1000;
}

.new-logo img {
transition: width 0.3s ease, height 0.3s ease;
}

.nav a {
color: white;
text-decoration: none;
margin: 0 15px;
/* padding-top: 5%; */
transition: color 0.3s ease;
}

/* Scrolled styles */
.scrolled #main-container {
background-color: #6a5724ff; /* Adjust color as needed */
padding: 30px 0;
color: #ffecaaff;
}

.scrolled .new-logo img {
width: 70px; /* Decrease logo size */
/* height: 70px; */
padding-top: 14%;

}.scrolled #main-container {
top: 0;
}.scrolled .nav {
padding-top: 0;
}
#popup-container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
display: none; /* Ensure popup is hidden initially */
}

/* Hidden class to show the popup */
#popup-container.visible {
display: flex; /* Show popup when class 'visible' is added */
}

/* Popup Box */
#popup {
background-color: #b3924e;
width: 90%;
max-width: 600px;
padding: 20px;
border-radius: 10px;
text-align: center;
position: relative;
}

/* Close Button */
#close-popup {
position: absolute;
top: 10px;
right: 10px;
background-color: white;
border: none;
border-radius: 50%;
width: 30px;
height: 30px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
}

/* Headings and Text */
#popup h2 {
color: white;
margin-bottom: 10px;
}

#popup p {
color: white;
font-size: 14px;
margin-bottom: 20px;
}

#popup h3 {
color: white;
margin-bottom: 20px;
}

/* Popup Images */
.popup-images {
display: flex;
justify-content: center;
gap: 10px;
}

.popup-image {
flex: 1;
text-align: center;
}

.popup-image img {
width: 80%;
height: 80%;
border-radius: 10px;
}

.popup-image p {
color: white;
font-size: 12px;
margin-top: 5px;
}
.card-n-o-old img {

transition: transform 3s ease; /* Smooth transition */
}.card-four-cetei img{
transition: transform 3s ease; /* Smooth transition */
}
.card-four-cetei img:hover{
transform: scale(1.05); /* Scale up on hover */
}
.card-n-o-old img:hover {
cursor: pointer;
transform: scale(1.05); /* Slight zoom */
}

#new-lll-conti {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    .container-n-o-old {
        display: flex;
        gap: 50px;
    }
    .card-n-o-old {
        position: relative;
        width: 500px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background-color: #fff;
    }
    .card-n-o-old img {
        width: 100%;
        height: 100%;
        
    }
    .card-n-o-old-content {
        position: absolute;
        bottom: -20px;
        right: 0;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 30px 60px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    .card-n-o-old-content h3 {
        margin: 0;
        font-size: 18px;
        color: #333;
    }
    .card-n-o-old-content a {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        color: #d4a017;
        text-decoration: none;
    }       

    #conti-container-romm-new {
margin: 0;
padding: 0;
color: black;
overflow-x: hidden; /* Prevent horizontal scrolling */
}

.container-romm-new {
display: flex;
flex-wrap: wrap; /* Makes the layout responsive */
justify-content: center; /* Center-align the room-romm-news */
gap: 20px; /* Add spacing between the room-romm-news */
padding: 20px;
}

.room-romm-new {
width: 90%; /* Default width for smaller screens */
max-width: 800px; /* Restrict the maximum width */
border: 1px solid #ddd;
border-radius: 8px; /* Add rounded corners */
background-color: #fff; /* Clean white background */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
overflow: hidden; /* Crop overflowing content */
transition: transform 0.3s ease; /* Smooth scale effect */
}

.room-romm-new:hover {
transform: scale(1.05); /* Slight zoom on hover */
}

.room-romm-new img {
width: 100%;
height: 390px;
display: block;
border-bottom: 1px solid #ddd; /* Separate the image from content */
}

.room-romm-new-title {
font-size: 20px;
color: #3838ba;
margin: 15px 0 10px;
text-align: center; /* Center-align the title */
text-transform: uppercase; /* Make the title stand out */
letter-spacing: 1px; /* Slight spacing for elegance */
}

.room-romm-new-details {
display: grid;
grid-template-columns: repeat(2, 1fr); /* Arrange in two columns */
gap: 10px;
text-align: center;
margin-bottom: 15px;
font-size: 14px; /* Adjust size for better fit */
}

.room-romm-new-details div {
padding: 10px;
border: 1px solid #eee;
border-radius: 4px;
background-color: #f9f9f9; /* Subtle background for sections */
}

.room-romm-new-details div span {
display: block;
font-weight: bold;
color: black;
font-size: 15px; /* Smaller font for labels */
}

.room-romm-new-description {
font-size: 16px;
color: black;
padding-right: 3%;
padding-left: 5%;
/* text-align: justify; */
margin: 0 10px 15px;

}

.discover-button {
display: block;
margin: 0 auto 15px;
width: fit-content;
padding: 10px 20px;
border: 2px solid #ad8b3aff;
color: #ad8b3aff;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
font-size: 14px;
border-radius: 20px;
transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.discover-button:hover {
background-color: #ad8b3aff;
color: #fff;
transform: scale(1.1); /* Slight zoom on hover */
}

/* Responsive Design */
@media (min-width: 768px) {
.container-romm-new {
    flex-wrap: nowrap; /* Prevent wrapping on larger screens */
}

.room-romm-new {
    width: 45%; /* Adjust width for larger screens */
}
}

@media (max-width: 767px) {
.room-romm-new {
  max-width: 100%;
    width: 100%; /* Full width for smaller devices */
}.card-n-o-old {
 margin-bottom: 10%;
}

.room-romm-new-title {
    font-size: 18px; /* Adjust title size */
}


}.fa-angle-down{
/* margin-top: 2%;  */
font-size: 12px;
/* font-weight: lighter; */
}


@media screen and (max-width: 768px) {
.container-four-cetei {
    display: block;
}
.card-four-cetei {
    margin-bottom: 15%;
}
.container-n-o-old {
    display: block;
    margin-top: 20%;
}
.card-four-cetei {
  width: 100%;
  height: 100%;
  box-shadow: none;
}
.card-four-cetei img {
  width: 100%;
  height: 100%;
}
}
#main-conti-contact-container {

margin: 0;
padding: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.contact-container {
max-width: 1000px;
width: 100%;
padding: 20px;
}
.contact-heading {
font-size: 24px;
margin-bottom: 10px;
}
.contact-description {
font-size: 16px;
margin-bottom: 20px;
}
.contact-info {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
.contact-info div {
flex: 1;
padding: 0 10px;
}
.contact-info div:not(:last-child) {
border-right: 1px solid #ccc;
}
.contact-info-heading {
font-size: 18px;
margin-bottom: 10px;
}
.contact-info-text {
margin: 0;
}
.contact-map-and-image {
display: flex;
justify-content: space-between;
margin-bottom: 40px;
}
.contact-map {
width: 48%;
height: 300px;
border: 0;
}
.contact-yellow-box {
width: 48%;
height: 300px;
background-color: #6a5724ff;
}

@media (max-width: 600px) {
.contact-info {
    flex-direction: column;
    align-items: center;
}
.contact-info div {
    border-right: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.contact-info div:last-child {
    border-bottom: none;
}
.contact-map-and-image {
    flex-direction: column;
    align-items: center;
}
.contact-map, .contact-yellow-box {
    width: 100%;
    margin-bottom: 20px;
}
}
#mobile-only-section {
display: none;
}

/* Show the section only on mobile screens */
@media (max-width: 768px) {
#mobile-only-section {
    display: block;
    padding: 1rem; /* Add padding for better text alignment */
    text-align: center; /* Center-align text and image */
    width: 100%;
   margin-top: -18%;
    overflow-y: auto; /* Ensure content is scrollable if needed */
    box-sizing: border-box; /* Include padding and border in the width/height */
}

#mobile-only-section img {
    width: 100%; /* Ensure the image fits the container */
    height: auto; /* Maintain aspect ratio */
    margin-top: 1rem; /* Add spacing around the image */
}

#mobile-only-section p {
    font-size: 1rem; /* Adjust font size for readability */
    line-height: 1.5; /* Improve text spacing */
    color: #333; /* Optional: text color */
}
}