.logocontainer {
  width: 150px;
  padding: 10px;
  margin-bottom: -80px;
  margin-top: -20px;
  height: 150px;
  overflow: hidden;
}

.topnav {
  background-color: #321200;
  width: 100%;
  overflow: hidden;
}

.form-switch label {
  color: white;
}

.nav-link:hover {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  transition: color 0.3s ease;
}
.nav-link:hover .fa {
  transform: scale(1.5);
  transition: transform 0.3s ease;
}

body[data-bs-theme=light] .loginform {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.6);
}

body[data-bs-theme=dark] .loginform {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
}

.footer-link {
  color: white;
}
.footer-link:hover {
  color: yellow;
}
.footer-link:hover i {
  transform: translateX(5px);
  transition: transform 0.3s ease;
}

.footer-hotel {
  background-color: #321200;
  width: 100%;
}

.contact a {
  color: white;
}
.contact a:hover {
  color: yellow;
}

.footer-player {
  border-radius: 5px;
}

.social-media i {
  font-size: 25px;
  margin-right: 10px;
  transition: font-size 0.3s ease;
}
.social-media a {
  color: white;
  margin-right: 20px;
  transition: color 0.3s ease;
}
.social-media a:hover {
  color: yellow;
}
.social-media a:hover i {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.bg-red {
  background-color: rgb(185, 28, 28);
}

body[data-bs-theme=dark] .loading-modal {
  background: rgba(255, 255, 255, 0.3);
  /* Lighter background */
}

body[data-bs-theme=light] .loading-modal {
  background: rgba(0, 0, 0, 0.5);
}

.loading-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Dimmed background */
  z-index: 1050;
  /* Above other elements */
}

/* Spinner animation */
.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.25rem;
}/*# sourceMappingURL=style.css.map */