/* General Styling */
* {
  box-sizing: border-box;
}

body {
  /* background:url("img/spa-symbol2.png"); */
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #5dafbe8e;
  background-size:cover;
  background-repeat:no-repeat;
  height: 300px;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: rgb(93, 163, 142);
  background-color: rgba(184, 255, 231, 0.808), 0.24;


}
.blue p{
  color:#006666;
  font-weight: bolder; 
  font-size: 1.2em !important;
  
}

.bluep {
  color:#006666;
  font-weight: bolder; 
  color: linear-gradient(to bottom, #004c4c, #006666, #008080, #66b2b2, #083b3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: linear-gradient(to bottom, #004c4c, #006666, #008080, #66b2b2, #083b3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;;
}

html {
  margin: 0;
  padding: 0;
  color: rgba(124, 168, 155, 0.479);

}
/* DROPDOWN MENU  ENDE*/
.gradient-text {
  background: linear-gradient(to bottom, #004c4c, #006666, #008080, #66b2b2, #083b3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* CAROUSEL TEXT IN ABOUT SECTION */
/* Carousel container */
.carousel-text {
  position: relative;
  height: 6em; /* Set to fit three lines comfortably */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  font-size: 1.0em !important;
  color: linear-gradient(to bottom, 
  #004c4c, /* Darkest */
  #006666, 
  #008080, 
  #66b2b2, 
  #b2d8d8 /* Lightest */
);  padding: 20px;
  z-index: 7000;
}

/* Carousel item */
.carousel-item {
  z-index: 7000;
  color: linear-gradient(to bottom, 
  #004c4c, /* Darkest */
  #006666, 
  #008080, 
  #66b2b2, 
  #b2d8d8 /* Lightest */
);

  margin: 0px auto;
  font-size: 2.4em;
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  /* Start with opacity 0 */
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
  height: 60px;
  -webkit-transition: transform 2s ease-in-out, opacity 2s ease-in-out, font-size 2s ease-in-out;
  -moz-transition: transform 2s ease-in-out, opacity 2s ease-in-out, font-size 2s ease-in-out;
  -ms-transition: transform 2s ease-in-out, opacity 2s ease-in-out, font-size 2s ease-in-out;
  -o-transition: transform 2s ease-in-out, opacity 2s ease-in-out, font-size 2s ease-in-out;
}

.hohe-index {
  z-index: 8000;
}

header {
  background-size: cover;
  color: white;
  height: 400px;

  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0;
  top: 0;
  z-index: 2;
}



header {
  background:url("img/hero-video.mp4");
  background-size: cover;
  color: white;
  height: 300px;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0;
  top: 0;
  z-index: 2;
}

header {
  position: relative;
  height: 700px;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0;
  top: 0;
  z-index: 2;
  overflow: hidden;
}

.hero-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 700px;
  object-fit: cover;
  z-index: 1; /* Behind the content */

}

header.animate {
  position: relative;
  height: 700px;
  margin: 0 auto;
  overflow: hidden; /* Ensure video doesn't overflow the header */
}

.hero-video video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; /* Behind the content */
  height: 700px;

}

.hero-content {
  position: relative;
  z-index: 2000; /* Above the video */
  color: white;
  height: 200px;

}



#navbar {
  position:fixed;
  top: 0;
  width: 100%;
  /* box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.504); */
  z-index: 1000;
  transition: top 0.3s;
  background-color: transparent;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
  align-items: center;
  /* text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.986); */

}

nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding:20px;
  margin: 0 auto;
  list-style-type: none;
  background-color: rgba(69, 167, 153, 0.521);


}

nav ul li a {
  color: rgba(47, 100, 78, 0.911);
  text-decoration: none;
  font-size: 20px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  display: block;
  font-weight: bolder;
}

nav ul li a:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

nav ul li{
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}

nav ul li:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}


.list-container h1  { 
	list-style-type:none;
  font-weight: bolder; 
  font-size: 22px !important;
  text-align:center;
  padding: 10px;
}
.list-container li { 
	list-style-type:none;
  color:#1b727e;
  font-weight: bolder; 
  padding: 0px;
  text-align:center;
}

.list-container i { 
	list-style-type:none;
  color:#47B0D2;
  font-weight: bolder; 
  padding: 10px;
  font-size: 12px;
  
}

.flex-header {
  display: flex;
  align-items: center;
}

.logo2 {
  margin: 10px;
}

.logo-link {
  margin-right: 15px;
  text-decoration: none;
}
.logo-link-small {
  margin-right: 15px;
  text-decoration: none;
  display: none;
}

.h2-header {
  margin: 5px;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.504);

}

.h1-header {
  margin: 0 auto;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.504);
  text-align: center;


}


.section {
  padding: 0px;
  text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* Section Styling */
.section-container {
  max-width: 90%;
  padding: 10px;
  text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}

/* Section Styling */
.list-container {
width: 100%;
padding: 0px;
text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}

.list-container li {
  margin: 10 auto;
  padding: 10px;
}

.content h1 {
  font-size: 28px;
  color: #004a77;
  text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}

.content p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}


/* Image Styling */
.section-container img {
  max-width: 70%;
  min-width: 50%;
  height: auto;
  border-radius: 8px;
  text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}

/* Map Styling */
.map-container {
  margin: 40px 0;
}

/* Footer Styling */
footer {
  background-color: #004a77;
  color: white;
  text-align: center;
  padding: 20px;
}

footer p {
  margin: 0;
  padding: 5px 0;
}

/* Animations */
/* Animations */
.animate,
.animate1,
.animate2,
.animate3 {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Smooth transition for opacity and transform */
}

.animate.fade-left {
  transform: translateX(-0);
  -webkit-transform: translateX(-0);
  -moz-transform: translateX(-0);
  -ms-transform: translateX(-0);
  -o-transform: translateX(-0);
}

.animate.fade-right {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.animate.fade-up {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.visible {
  opacity: 1; /* Make the element visible */
  transform: translateX(0) translateY(0); /* Reset transform */
}

/* Specific styles for each animation to keep their properties */
.animate1.visible {
  font-size: 0.9em !important;
  margin: 20px auto;
}

.animate2.visible {
  font-size: 1.0em !important;
  margin: 20px auto;
}

.animate3.visible {
  font-size: 1.2em !important;
  margin: 20px auto;
}
 

/* ANIMATIONS ENDE */


/* Sticky Navigation styling */
nav {
  position: fixed; /* Keeps the navbar at the top */
  top: 0;
  width: 100%;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* Ensure navbar is above other elements */
  transition: top 0.3s; /* Smooth transition for hide/show */
  background-color: transparent; /* Semi-transparent background */
  margin: 0 auto;
  margin-left: 10%;
  margin-right: 10%;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);

}


/* Popup styling */
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px; /* Set a fixed width */
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1); /* Softer shadow */
    z-index: 1000;
    animation: fadeIn 0.3s ease; /* Fade in effect */
}

.popup.active {
    display: block;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Darker overlay */
    z-index: 999;
}

.popup-overlay.active {
    display: block;
}

.close-btn {
    float: right;
    cursor: pointer;
    font-size: 24px; /* Bigger close button */
    color: #e74c3c; /* Red color for visibility */
    transition: color 0.3s; /* Smooth color transition */
}

.close-btn:hover {
    color: #c0392b; /* Darker red on hover */
}

h2 {
    margin-top: 0;
    color: #333; /* Darker title color */
    font-family: 'Arial', sans-serif; /* Font style */
}

label {
    font-weight: bold; /* Bold labels */
    margin-top: 10px; /* Spacing above labels */
    display: block; /* Block display for labels */
}

input[type="text"],
input[type="email"],
input[type="date"],
select {
    width: calc(100% - 20px); /* Full width with padding */
    padding: 10px; /* Padding for inputs */
    margin: 5px 0 15px 0; /* Spacing between inputs */
    border: 1px solid #ddd; /* Light border */
    border-radius: 4px; /* Rounded corners for inputs */
    font-size: 16px; /* Font size */
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
select:focus {
    border-color: #3498db; /* Highlight border on focus */
    outline: none; /* Remove default outline */
}

button {
    background-color: #3498db; /* Primary button color */
    color: white; /* Text color */
    padding: 10px 15px; /* Button padding */
    border: none; /* Remove border */
    border-radius: 4px; /* Rounded corners for button */
    font-size: 16px; /* Font size */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s; /* Smooth background transition */
}

button:hover {
    background-color: #2980b9; /* Darker shade on hover */
}

@keyframes fadeIn {
    from {
        opacity: 0; /* Start transparent */
    }
    to {
        opacity: 1; /* End fully visible */
    }
}
/* Popup styling ENDE*/


  /* Gallery styling */
  .hotel-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
  }

  .hotel-card {
      flex-basis: 30%;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      text-align: center;
      background-color: white;
  }

  .hotel-card img {
      width: 100%;
      height: auto;
      margin-bottom: 15px;
  }

  .hotel-card h3 {
      margin: 10px 0;
      font-size: 18px;
  }

  .hotel-card p {
      margin: 5px 0;
  }

  /* Gallery styling ENDE*/


  /* FOOTER */

/* FOOTER */

.footer {
  background-color: #2C3E50;
  color: #ECF0F1;
  padding: 40px 20px;
  text-align: left;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* Similar spacing as hotel-gallery */
  max-width: 100%; /* To center-align content with a max width */
  margin: 0 auto;
  justify-content: center;
}

.footer-section {
  flex-basis: 24%;
  /*Setapercentageforflexiblewidths*/min-width: 400px;
  /*Minimumwidthtomaintainlayoutonsmallerscreens*/padding: 20px;
  background-color: #34495E;
  /*Optional:;
  backgroundsimilartocards*/border-radius: 8px;
  /*Optional:;
  roundedcornersforacard-likeeffect*/box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  /*Lightshadowsimilartohotel-card*/text-align: left;
   /* Center content for visual consistency */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

/* Footer social media section */
.footer-section .social-media a {
  margin: 10px auto;
  color: #ECF0F1;
  font-size: 18px;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ECF0F1;
  font-size: 14px;
  width: 100%;
}

.container-right {
  text-align: right !important;

}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-section p {
    margin-bottom: 10px;
}

.social-media {
    display: flex;
    gap: 15px;
    
}

.social-media a {
    color: #ECF0F1; /* Icon color */
    font-size: 24px; /* Icon size */
    transition: color 0.3s ease;
}

.social-media a:hover {
    color: #f39c12; /* Hover color */
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.footer-bottom a {
    color: #ECF0F1;
    text-decoration: underline;
}

  /* FOOTER ENDE */


  .justify { text-align: justify;}



  /* ROOM TYPES  */

  .room-item {
    cursor: pointer;
    position: relative; /* For hover effect */
    margin: 10px 0;
}

.room-item:hover img {
    transform: scale(1.1); /* Zoom effect */
    transition: transform 0.3s ease;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 800px;
    padding: 20px;
    background-color: white;
    border: 2px solid #ddd;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.popup.active {
    display: block;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup-overlay.active {
    display: block;
}

.room-gallery {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.room-gallery img {
    width: 200px; /* Thumbnail size */
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.room-gallery img:hover {
    transform: scale(1.1); /* Zoom effect on gallery images */
}



/* HOTEL GALLERY */

/* Hotel Gallery Styles */
.hotel-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}

.hotel-card {
  flex: 1 1 calc(33.333% - 20px);
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.hotel-card:hover {
  transform: scale(1.05);
}

.hotel-card h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.hotel-card p {
  margin-bottom: 10px;
}

.hotel-card iframe {
  border: none;
  border-radius: 10px;
}

/* Responsive Design for Hotel Cards */
@media (max-width: 768px) {
  .hotel-card {
      flex: 1 1 calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .hotel-card {
      flex: 1 1 100%;
  }
}

/* Photo Gallery Section */
.photo-gallery {
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}

.photo-gallery h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #333;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 20px;
}

.gallery-item {
  position: relative; /* Required for positioning the popup */
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.gallery-item img:hover {
  opacity: 0.9;
}

/* Gallery Popup styles */
.gallery-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed positioning */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Dark background */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Higher than other elements */
  margin: 20px auto;
  padding: 20px;
}

.popup-image {
  max-width: 90%; /* Limit the image width */
  max-height: 90%; /* Limit the image height */
  object-fit: contain;
  margin: 20px auto;
  display:block;
  align-self: center;
  justify-content: center;
}

/* Close button styles */
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

/* Show popup when needed */
.gallery-popup.active {
  display: flex; /* Use flexbox to center the image */
}

/* Responsive Design */
@media (max-width: 768px) {
  .gallery-grid {
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}


.gallery-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed positioning */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Dark background */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Higher than other elements */
}

.popup-image {
  max-width: 90%; /* Limit the image width */
  max-height: 90%; /* Limit the image height */
  object-fit: contain;
}

.gallery-popup.active {
  display: flex; /* Show popup when active */
}

.gallery-popup {
  /* Existing styles */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none; /* Initially hidden */
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}

.gallery-popup.active {
  display: block; /* Show when active */
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  cursor: pointer;
  margin: 20px;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  margin: 20px;
}


/* HOTEL GALLERY ENDE */

/* DROPDOWN MENU */

/* Default Navbar Styles */
#navbar ul {
  display: flex;
  list-style-type: none;
}

/* Dropdown Button Styling */
.dropdown-btn {
  display: none;
  background-color: transparent;
  font-size: 24px;
  border: none;
  cursor: pointer;

}

/* Responsive styles for screens smaller than 1300px */
@media (max-width: 1300px) {
  #navbar ul {
      display: none; /* Hide menu by default */
      flex-direction: column; /* Stack menu items vertically */
      text-align: left;
      justify-content:left;

  }
  .dropdown-btn {
      display: block; /* Show the dropdown button */
      text-align: left;
      justify-content:left;
      background-color:rgba(56, 156, 123, 0.315);
  }
  #navbar ul.show {
      display: flex; /* Show menu when 'show' class is added */
      text-align: left;
      justify-content:left;
      align-items: flex-start;
      margin: 5px;
      padding: 5px;
  }

  .logo-link {
    display: none;
    margin-right: 15px;
  }

  .logo-link-small {
    margin: 15px;
    text-decoration: none;
    display: block;
  }

  nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 5px;
    margin: 5px;
  }

  nav ul li{
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 5px;
    margin: 5px;
  }

  .logo-link-small{
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
  }
  
  .logo-link-small:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }

  header {
    background:url("img/hero-video.mp4");
    background-size: cover;
    color: white;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0;
    top: 0;
    z-index: 2;
    height: 300px;

  }

  header {
    position: relative;
    height: 700px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
  }
  
  .hero-video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 700px;
    object-fit: contain;
    z-index: 1; /* Behind the content */

  }

  header.animate {
    position: relative;
    height: 300px;
    margin: 0 auto;
    overflow: hidden; /* Ensure video doesn't overflow the header */
 
  }

  .hero-video video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 1000px;
    object-fit:contain;
    z-index: 1; /* Behind the content */
   
  }
  
  .hero-content {
    position: relative;
    z-index: 2; /* Above the video */
    color: white;
  }
  

  .section-container img {
    max-width: 90%;
    min-width: 300px;
    height: auto;
    border-radius: 8px;
    text-align: center;
    margin: 0 auto;
    display: block;
    align-items: center;
    justify-content: center;
  }

  .section-container {
    width: 100%;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
    align-items: center;
    justify-content: center;
  }

  .room-item {
    cursor: pointer;
    position: relative; /* For hover effect */
    margin: 0 auto;
}

.room-item li {
  cursor: pointer;
  position: relative; /* For hover effect */
  margin: 0 auto;
}


.animate1.visible {
  font-size: 0.7em !important;
  margin: 10px auto;
  width: 100%;
}

.animate2.visible {
  font-size: 0.9em !important;
  margin:10px auto;
}

.animate3.visible {
  font-size: 1.0em !important;
  margin: 10px auto;
}

.list-container {
  width: 100%;
  padding: 0px;
  text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}

.list-container ul{
  max-width: 100%;
  padding: 0px;
  text-align: center;
  margin: 0 auto;
  display: block;
  align-items: center;
  justify-content: center;
}


.carousel-text {
  padding: 40px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  font-weight: bolder;
  font-size: clamp(1.0em, 4vw, 3.0em) !important;
  color: white !important;
}


}
/* DROPDOWN MENU  ENDE*/
.gradient-box {
  color: linear-gradient(to bottom, 
  #004c4c, /* Darkest */
  #006666, 
  #008080, 
  #66b2b2, 
  #b2d8d8 /* Lightest */
);
}
/* CAROUSEL TEXT IN ABOUT SECTION */
/* Carousel container */
.carousel-text {
  position: relative;
  height: 6em; /* Set to fit three lines comfortably */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  font-size: 1.2em !important;
  
  color: linear-gradient(to bottom, 
  #004c4c, /* Darkest */
  #006666, 
  #008080, 
  #66b2b2, 
  #b2d8d8 /* Lightest */
);  padding: 20px;
  z-index: 7000;
}

/* Carousel item */
.carousel-item {
  z-index: 7000;
  color: linear-gradient(to bottom, 
  #004c4c, /* Darkest */
  #006666, 
  #008080, 
  #66b2b2, 
  #b2d8d8 /* Lightest */
);

  margin: 0px auto;
  font-size: 2.4em;
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  /* Start with opacity 0 */
  transition: transform 2s ease-in-out, opacity 2s ease-in-out;
  height: 40px;
  -webkit-transition: transform 2s ease-in-out, opacity 2s ease-in-out, font-size 2s ease-in-out;
  -moz-transition: transform 2s ease-in-out, opacity 2s ease-in-out, font-size 2s ease-in-out;
  -ms-transition: transform 2s ease-in-out, opacity 2s ease-in-out, font-size 2s ease-in-out;
  -o-transition: transform 2s ease-in-out, opacity 2s ease-in-out, font-size 2s ease-in-out;
}

/* Circular motion keyframes */
@keyframes circularCarousel {
  0%, 20% {
      transform: translateY(0);  /* Center item */
      opacity: 1;
      font-size: 1.2em;
  }
  33%, 53% {
      transform: translateY(100%); /* Moves to bottom position */
      opacity: 0; /* Not visible */
      font-size: 1.2em;
  }
  66%, 86% {
      transform: translateY(-100%); /* Moves to top position */
      opacity: 0; /* Not visible */
      font-size: 1.2em;
  }
  100% {
      transform: translateY(0); /* Back to center */
      opacity: 1; /* Fully visible */
      font-size: 1.2em;
  }
}

/* Apply animation to all items with delays */
.carousel-item:nth-child(1) {
  animation: circularCarousel 12s infinite;
  animation-delay: 0s;
  -webkit-animation: circularCarousel 12s infinite;
}
.carousel-item:nth-child(2) {
  animation: circularCarousel 12s infinite;
  animation-delay: 4s; /* Offset by 1/3 cycle */
}
.carousel-item:nth-child(3) {
  animation: circularCarousel 12s infinite;
  animation-delay: 8s; /* Offset by 2/3 cycle */
}

.box-about {
  min-height: fit-content;
  height: 400px;
  padding: 20px;
  color: linear-gradient(to bottom, 
  #004c4c, /* Darkest */
  #006666, 
  #008080, 
  #66b2b2, 
  #b2d8d8 /* Lightest */
);  z-index: 7000;
}
/* CAROUSEL TEXT IN ABOUT SECTION ENDE */


nav.hidden {
  top: -7300px !important; /* Navigation hidden */
  display:none;
}

#navbar.hidden {
top: -7300px !important; /* Navigation hidden */

}

nav ul.hidden {

top: -7300px !important; /* Navigation hidden */


}

.hero-video {
  position: relative;
}

#hero-video {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  z-index: 2; /* Certifique-se de que o conteúdo fique acima do vídeo */
}

.carousel-text {
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  font-weight: bolder;
  font-size: clamp(0.7em, 4vw, 2.4em) !important;
  color: white !important;
  text-align:end;
  overflow: hidden; /* Prevent any overflow */

}



.carousel-text p{
 

  color: white ! important;
}

.list-container ul {
  font-size: 16px;

}



.list-container h1  { 
	list-style-type:none;
  font-weight: bolder; 
  font-size: calc(20px + 4vw) !important; /* Combines a base size with a viewport-relative size */
  text-align:center;
  padding: 10px;
}

/* Ensure the header stays in place and the video fills it */
.hero-video {
  position: relative;
  width: 100%; /* Full width */
  height: 900px;
  overflow: hidden; /* Prevent any overflow */

}

/* Style for the video to stay fixed at the top and cover the header */
.hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Stretch to fit the header width */
  height: 100%; /* Stretch to fit the header height */
  object-fit: cover; /* Cover the container while maintaining aspect ratio */
  z-index: 1; /* Keep it behind the content */
  overflow: hidden; /* Prevent any overflow */

}

/* Style for the hero content overlay */
.hero-content {
  position: relative;
  z-index: 2; /* Place above the video */
  text-align: center;
  color: white; /* Make text visible over the video */
  padding: 20px;
  top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  overflow: hidden; /* Prevent any overflow */

}


/* Handle smaller screen sizes */
@media (max-width: 1200px) {
  .hero-video {
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    overflow: hidden; /* Prevent any overflow */
    height: 900px;

  }

  .hero-video video {
    min-width: 1200px;
    overflow-x: hidden;
    height: auto; /* Keep video height fixed */
    top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: center;
    justify-content: center;
    text-align: center;
    align-items: center;
    


  }
}


@media screen and (max-width: 720px) {

  ul, li {
    justify-content: left !important;
    text-align: left !important;

  }



  .room-item {
    list-style: none; /* Remove default bullets */
    display: flex; /* Align icon and text inline */
    align-items: center;
  }
  
  .icon {
    margin-right: 10px; /* Adjust spacing between icon and text */
    font-size: 1.2em; /* Adjust icon size if needed */
  }

}


.carousel-item p {
  padding-top: 5vw;
}