* {
  font-family: "Poppins", sans-serif;
}

.h-font {
  font-family: "Merienda", cursive;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

.custom-bg {
  background-color: #2ec1ac;
}

.custom-bg:hover {
  background-color: #279e8c;
}

.h-line {
  width: 150px;
  height: 1.7px;
  margin: 0 auto;
}

.custom-alert {
  position: fixed;
  top: 80px;
  right: 25px;
  z-index: 1111;
}

.nav-item a {
  border: 1px solid transparent; /* Set a transparent border initially */
  padding: 1rem;
  transition: border 0.3s ease; /* Add a transition for a smoother effect */
}

.nav-item a:hover {
  border: 1px solid white; /* Change only the color and width on hover */
  background-color: white;
  color: black !important;
}


.slide img {
  height: 590px; /* Adjust the height as per your requirement */
  width: 100%;   /* Ensure the image takes the full width of the container */
  object-fit: cover; /* Maintain aspect ratio and cover the container */
}


.privacypolicy{
  padding: 3rem;
}

.privacypolicy h4{
  color:#cc7900;
}


.refundpolicy{
  padding: 3rem;
  padding-bottom: 5rem;
}

.refundpolicy h4{
  color:#cc7900;
}

.termsofservice{
  padding: 3rem;
}

.termsofservice h4{
  color:#cc7900;
}

.reservationpolicy {
  padding: 3rem;
padding-bottom: 23rem;
}

.reservationpolicy h4{
  color:#cc7900;
}

/* gallery design */

.container.gallery-container {
  padding: 3rem;
  padding-bottom: 1rem;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .lightbox img {
  width: 100%;
  margin-bottom: 30px;
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

/* home design */

.homesection4 {
  display: flex;
  flex-direction: row;
  padding: 3rem;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  align-items: center;
  justify-content: space-around;
}

.homesection4 .homesection4content {
  width: 50%;
}

.homesection4 img {
  width: 40%;
  border-top-left-radius: 85px;
}

.homesection4 .homesection4content h4 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.homesection4 .homesection4content p {
  font-family: "Times New Roman", Times, serif;
  color: black;
}



@media only screen and (min-width: 300px) and (max-width: 767px) {

  .nav-item a {
    border: 1px solid transparent; /* Set a transparent border initially */
    border-top-left-radius: 0%;
    border-bottom-right-radius: 0%;
    padding: 0.5rem;
    transition: border 0.3s ease; /* Add a transition for a smoother effect */
  }
  
  .nav-item a:hover {
    border: 1px solid white; /* Change only the color and width on hover */
    background-color: white;
    color: black !important;
  }

  /* home design */

  .homesection4 {
    flex-direction: column;
    padding: 2rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .homesection4 .homesection4content {
    width: 100%;
    text-align: center;
  }

  .homesection4 img {
    width: 100%;
  }

  .slide img {
    height: 250px; /* Adjust the height as per your requirement */
    width: 100%;   /* Ensure the image takes the full width of the container */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
  }

  .container.gallery-container {
    padding: 1rem !important;
    padding-bottom: 1rem;
  }

}






