@import url("https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}
html,
body {
  overflow-x: hidden;
}

header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
  height:100px !important;
}
.logo {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
}
.logo1 {
  font-size: 1.5em;
  color: #fff;
  font-weight: bold;
  visibility: hidden;
}
.logo-img {
  /* position: absolute; */
  top: 0;
  /* right: 430px; */
}
.Sabari {
  position: relative;
  /* right: 510px; */

  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  color:#880808;
}
.slogan {
  font-size: 18px;

  left: 25px;
  position: absolute;
  top: 10;
}

.logo {
  display: flex;
  align-items: center;
  text-align: center;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #444; */
  padding: 10px 20px;
  position: relative;
  margin-top: 50px;
  background-color: rgb(89, 121, 121);
  height: 13vh;
}
.navs {
  background-color: white;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin: 0 35px;
  position: relative;
  left: 0px;
}

.nav-links a {
  text-decoration: none;
  color: white;
  font-size: 1.6em;
  transition: color 0.3s ease;
  font-weight: 600;
}

.nav-links a:hover {
  color: #ff6347;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: #0a0a0a;
  margin: 4px 0;
}

/* Dropdown menu styling */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  min-width: 360px;
  z-index: 1;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown-content li {
  margin: 0;
  list-style: none;
}

.dropdown-content a {
  padding: 10px 15px;
  color: rgb(11, 11, 11);
  text-decoration: none;
  display: block;
  font-size: 18px;
}

.dropdown-content a:hover {
  background-color: #555;
}

/* Show the dropdown on hover */
.nav-links li.dropdown:hover .dropdown-content {
  display: block;
}

/* Hamburger menu styling for responsiveness */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 3px;
  background-color: black;
  margin: 4px 0;
}
/* Responsive Styles */
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 60px;
    left: -100%;
    width: 100%;
    background-color: white;
    transition: left 0.3s ease;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .nav-links li {
    margin: 0;
    width: 100%;
  }
  .nav-links a {
    color: black;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
  }

  .hamburger {
    display: flex;
  }
}

/* When a link is clicked, close the navbar (for mobile view) */
.nav-links li a {
  padding: 10px 20px;
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  header {
    display: visible;
    height: 0px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
  }

  .navbar {
    justify-content: space-between;
    /* position: relative; */
    background-color: rgb(72, 139, 139);
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    /* position:relative; */
    position: absolute;
    left: -100%;
    top: 160px;
    flex-direction: column;
    width: 100%;
    background-color: white !important;
    transition: left 0.3s ease;
    /* z-index: 99; */
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
  }
}

@media (max-width: 568px) {
  header {
    display: visible;
    height: 0px;
    position: relative;
    left: 0px;
    top: 0px;
  }
  .Sabari {
    font-size: 23px;
  }
  .slogan {
    font-size: 12px;
  }

  .navbar {
    justify-content: space-between;
    top: -20px;
  }

  .logo {
    order: 3;
    margin-left: auto;
  }

  .logo1 {
    order: 3;
    margin-left: auto;
    visibility: hidden;
  }

  .nav-links {
    position: absolute;
    left: -100%;
    top: 120px;
    flex-direction: column;
    width: 100%;
    background-color: #444;
    transition: left 0.3s ease;
    z-index: 99;
  }

  .nav-links li {
    text-align: center;
    margin: 15px 0;
  }

  .navbar.active .nav-links {
    left: 0;
  }

  .hamburger {
    display: flex;
  }
}

/* .facilities {
    background-color: #fff;
    padding: 50px 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
} */
.Facilities-Sections1 {
  /* background-color: rgb(148, 190, 191) ; */
  position: relative;
  top: -50px;
  height:80vh ;
}
.colur-bg {
  background-color: rgb(148, 190, 191);
  height:80vh;
}
.facilities h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* Animation: Fade in effect */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Initial state of content before animation */
/* .facilities .content-box,
.facilities .facility-image {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.facilities .content-box.animated,
.facilities .facility-image.animated {
    opacity: 1;
    transform: translateY(0);
    animation: fadeInUp 0.6s ease-out;
} */

/* reveal  12/9/24 */
.reveal {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.5s ease-out;
}

.reveal.left {
  transform: translateX(-400px);
}

.reveal.right {
  transform: translateX(200px);
}
.reveal.zoom {
  transform: translatez(200px);
}

.reveal.active {
  opacity: 1;
  transform: translateX(0);
}

.box {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease-out, transform 0.5s ease-in-out;
  /* transition-delay: calc(var(--delay) * 2s); */
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/* end */

/* Additional styling */
.facilities .content-box {
  padding: 20px;
  /* background-color: #19869e; */
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.facilities h2 {
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.facilities p {
  font-family: "Battambang", system-ui;
  font-size: 20px;
  color: black;
  line-height: 2;
}

.facilities .facility-image {
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  max-height: 450px;
  /* height: 900px; */
}
.Straw {
  height: 900px;
}
/* .container{
    position: relative;
    top:-145px;
    
} */

.facilities-header {
  height: 45vh;
  position: relative;
  text-align: center;
  color: white;
  padding: 100px 0;
  background-image: url("path/to/your/background-image.jpg"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0 0; /* Rounded corners for the top */
}

.facilities-header::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Optional: Adds a dark overlay for better text visibility */
  border-radius: 8px 8px 0 0; /* Same rounded corners */
}

.facilities-header h1 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}
.Towel {
  height: 550px;
  width: 450px;
}
.Gallery {
  font-family: "Inknut Antiqua", serif;
  font-weight: 700;
  font-size: 35px;
}
.facilities {
  background-color: #fff;
  padding: 50px 0;
  /* border: 1px solid #dee2e6; */
  border-radius: 8px;
  margin-top: -8px; /* Adjust margin to blend the header with the facilities section */
}
.align-items-center {
  /* background-color: rgb(148, 190, 191) ; */
  height: 70vh;
}
.flex-md-row-reverse {
  /* background-color: #102cc7; */
  height: 70vh;
}
@media (max-width: 767px) {
  .facilities .facility-image {
    margin-bottom: 20px;
  }
  .align-items-center {
    /* background-color: #ff6347; */
    height: 80vh;
  }
  .flex-md-row-reverse {
    /* background-color: #102cc7; */
    height: 80vh;
  }
  .Facilities-Sections1,
  .Facilities-Sections {
    background-color: rgb(148, 190, 191);
    height: 155vh;
    top: 20px;
  }

  .bath-towel {
    height: 185vh;
  }
  .align-items-center {
    /* background-color: #ff6347; */
    height: 90vh;
  }
  .flex-md-row-reverse {
    /* background-color: #102cc7; */
    height: 90vh;
  }
}
/*whatsapp*/
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #1DA851;
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
}


/* footer */
.footer {
  background-color: #333;
  color: #fff;
  padding: 30px 0;
}

.footer h4 {
  margin-bottom: 20px;
  color: #fff;
}

.footer p {
  margin: 0;
  color: #ccc;
}

.footer .form-group input,
.footer .form-group textarea {
  background-color: #444;
  border: 1px solid #555;
  color: #fff;
}

.footer .form-group input::placeholder,
.footer .form-group textarea::placeholder {
  color: #ccc;
}

.footer .btn-primary {
  background-color: #ff9000;
  border-color: #ff9000;
}

.footer .btn-primary:hover {
  background-color: #e87e00;
  border-color: #e87e00;
}

.footer .map-container iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.footer .fa-phone,
.footer .fa-envelope {
  margin-right: 10px;
}

/* animations */

/* reveal  24/7/24 */
.reveal {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.5s ease-out;
}

.reveal.left {
  transform: translateX(-400px);
}

.reveal.right {
  transform: translateX(200px);
}

.reveal.active {
  opacity: 1;
  transform: translateX(0);
}

.box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.1s ease-out;
  /* transition-delay: calc(var(--delay) * 2s); */
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/* end */
