html, body {
  margin: 0;
  padding: 0;
  font-family: monospace;
  overflow-y: scroll;
  width: 100% !important;
  height: 100% !important;
}

::-webkit-scrollbar {
  width: 12%;
}

::-webkit-scrollbar-thumb {
  background-color: #fcfcfc;
  border-radius: 10%;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

a {
  text-decoration: none;
  color: #fff !important;
}

a:hover {
  text-decoration: underline;
  color: #ffffffb3 !important;
}

#bg-container {
  z-index: -1;
  pointer-events: none;
  background-image: url("Still-04.fadc3187.png");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#menu {
  z-index: 100;
  pointer-events: auto;
  width: auto;
  position: fixed;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

#menu ul {
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

#menu li {
  color: #fff;
  cursor: pointer;
  background: none;
  border-radius: 6px;
  padding: 10px 15px;
  font-family: Calibri, sans-serif;
  font-size: 2vw;
  font-weight: bold;
  transition: background .3s, transform .2s;
}

#menu li:hover {
  background: #ffffff4d;
  transform: scale(1.1);
}

#text-overlay {
  z-index: 10;
  color: #fff;
  text-align: left;
  pointer-events: auto;
  background: none;
  border-radius: 8px;
  max-width: 80%;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#three-canvas {
  z-index: 1;
  pointer-events: none;
  width: 40vw;
  height: 40vh;
  position: absolute;
  top: 0;
  right: 0;
}

.topright {
  z-index: 100;
  padding: 5px;
  font-size: 18px;
  position: absolute;
  top: 16px;
  right: 20px;
}
/*# sourceMappingURL=booking.1e04dbe0.css.map */
