* {
  margin: auto;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;

}

body {
  display: flex !important;
  flex-direction: column;
  background-color: #fefbec;
  width: 100%;
}

@media (max-width : 768px) {
  body {
    zoom: 0.6;
  }
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

.overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  z-index: 1
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  max-height: 3900px;
  max-width: 1600px;
  background-image: url('../img/background.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width : 470px) {
  .content{
    background-image: url('../img/background.webp');
    background-size: contain;
    background-size: 200%;
    background-clip: inherit;
    background-attachment: fixed;
  }
}

.content:after {
  content: "";
  background-image: url("1k_Dissolve_Noise_Texture.webp");
  height: 300%;
  width: 300%;
  position: fixed;
  opacity: 0.1;
  animation: animateGrain 5s steps(10) infinite;
  overflow:inherit;
}

@keyframes animateGrain {

  0%,
  100% {
    transform: translate(0, 0)
  }

  10% {
    transform: translate(-5%, -10%)
  }

  20% {
    transform: translate(-15%, -20%)
  }

  30% {
    transform: translate(-5%, -10%)
  }

  40% {
    transform: translate(-15%, -20%)
  }

  50% {
    transform: translate(-5%, -10%)
  }

  60% {
    transform: translate(-15%, -20%)
  }

  70% {
    transform: translate(-5%, -10%)
  }

  80% {
    transform: translate(-15%, -20%)
  }

  90% {
    transform: translate(-5%, -10%)
  }

  100% {
    transform: translate(-15%, -20%)
  }

}

.float-header {
  display: flex;
  justify-content: top;
  align-items: center;
  position: absolute;
  left: calc(50% - 220px);
  z-index: 10;
}

.float-container {
  text-align: center;
  padding: 20px;
  width: 80%;
}

.float-child {
  width: 20%;
  float: left;
  padding-right: 10px;
  z-index: 10;
  cursor: pointer;
  text-decoration: underline;
  font-size: 20px;
}

@media (max-width: 425px) {
  .float-child {
    font-size: 25px;
    padding-right: 20px;
    width: 20%
  }
  .float-header{
    left: calc(50% - 250px);
  }
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  cursor: pointer !important;
  color: black;
}

a:active {
  text-decoration: none;
  color: black;
}

.links {
  position: absolute;
  font-size: calc(15px + 0.8vw + 0.8vh);
  width: calc(10% + 10px);
  transition: opacity 0.2s, visibility 0.2s;
}

@media (min-width: 1200px) {
  .links {
    font-size: 30px;
    width: 150px;
  }
}

.line {
  height: 1px;
  background-color: black;
}

.link1 {
  width: calc(200% + 50px);
  position: relative;
  left: 50px;
  top: -50px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s, visibility 0.2s;
}

.link2 {
  width: calc(200% + 50px);
  position: relative;
  left: 0;
  top: -20px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s, visibility 0.2s;
}

.link3 {
  width: calc(200% + 50px);
  position: relative;
  left: 00px;
  top: 10px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s, visibility 0.2s;
}

.link4 {
  position: relative;
  width: calc(200% + 150px);
  left: -50px;
  top: 40px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s, visibility 0.2s;
}

.link5 {
  position: relative;
  width: calc(300% + 150px);
  left: -80px;
  top: 70px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s, visibility 0.2s;
}

.link6 {
  position: relative;
  width: calc(300% + 150px);
  left: -100px;
  top: 100px;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s, visibility 0.2s;
}

.content-desc {
  position: absolute;
  z-index: 10;
  transition: opacity 0.2s, visibility 0.2s;
  width: 100%;
  margin-left: 20%;
}

@media (max-width : 500px) {
  .content-desc{
    margin-left: 0%;
  }
}

.pricing-content {
  position: absolute;
  width: 70%;
  max-width: 500px;
  left: 20px;
  top: -250px;
  margin-left: 15%;
  font-size: 30px;
  background-color: rgba(245, 245, 220, 0.322);
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 1%;
  margin-right: 20%;
  overflow-y: auto;
  height: 600px;
}

.pricing-content::-webkit-scrollbar {
  width: 12px;
}

.pricing-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #95a5a600;
  border: transparent;
}

.pricing-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: hsla(0, 0%, 81%, 0.5);
}


.location-content {
  position: absolute;
  min-width: 250px;
  width: 17vw;
  left: 30%;
  top: -20vh;
  font-size: 20px;
  background-color: rgba(245, 245, 220, 0.322);
  backdrop-filter: blur(10px);
  overflow: hi;
}

@media (max-width : 768px) {
  .location-content {
    width: 380px;
    font-size: 30px;
    left: 20%;
  }
  .link1{
    width: 250px;
  }
}

.about-content {
  position: absolute;
  width: 70%;
  max-width: 500px;
  left: 0px;
  top: calc(100% + -250px);
  margin-left: 15%;
  font-size: 30px;
  background-color: rgba(245, 245, 220, 0.322);
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 1%;
  overflow-y: scroll;
  height: 600px;
}

.about-content::-webkit-scrollbar {
  width: 12px;
}

.about-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #95a5a600;
  border: transparent;
}

.about-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: hsla(0, 0%, 81%, 0.5);
}

.gallery-content {
  position: absolute;
  width: 90%;
  left: -20%;
  top: calc(100% + -250px);
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}


@media (max-width : 500px) {
  .gallery-content{
    left: -5%;
  }
}

.booking-content {
  position: absolute;
  width: 90%;
  left: -20%;
  top: calc(100% + -250px);
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}


@media (max-width : 500px) {
  .booking-content{
    left: -5%;
  }
}



.faq-content {
  position: absolute;
  width: 70%;
  max-width: 500px;
  left: 20px;
  top: calc(100% + -250px);
  margin-left: 15%;
  font-size: 30px;
  background-color: rgba(245, 245, 220, 0.322);
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 1%;
  overflow-y: scroll;
  height: 600px;
}

.faq-content::-webkit-scrollbar {
  width: 12px;
}

.faq-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #95a5a600;
  border: transparent;
}

.faq-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: hsla(0, 0%, 81%, 0.5);
}

.hidden-buttons{
  color: #fefbec;
  display: flex;
  align-items: center;
  opacity: 1;

}

.hidden-buttons a{
  color: #fdf6c293;
  margin-left: 10px;
}


.section-divider {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%; /* Adjust as needed */
  height: 1px; /* Adjust thickness of the line */
  background-color: black; /* Color of the line */
  margin: 20px 0; /* Adjust top and bottom spacing */
  left: 40%;
}

.section-divider::before {
  margin-right: 15px; /* Adjust spacing between circle and stars */
}

.section-divider::after {
  margin-left: 15px; /* Adjust spacing between stars and circle */
}