body {
  font-family: "Yanone Kaffeesatz", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Bebas Neue", cursive;
  font-size: 4em;
}

h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
}

header {
  position: relative;
  z-index: 1000;
}

button {
  box-shadow: none !important;
}

#home {
  position: relative;
  overflow: hidden;
}

#home .navbar {
  background-color: transparent;
}

#home header {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

#home .navbar-brand {
  color: #fff !important;
}

.navbar {
  background-color: transparent !important;
}

.navbar-brand {
  font-size: 1.5rem;
}

.navbar-nav .nav-link {
  color: #fff;
  margin: 0 15px;
  font-size: 1.2rem;
}

.logo {
  width: 5em;
}

#home {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}

#about {
  background-color: #f7f1e5;
}

footer {
  background-color: #0b2422 !important;
}

.bg-image {
  background: url("gallery/interior.jpeg") no-repeat center center fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.centered-text h2 {
  font-size: 3rem; 
  margin-bottom: 10px;
}

.centered-text p {
  font-size: 1.5rem; 
  margin-bottom: 20px;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.card-img-top {
  height: 200px; 
  object-fit: cover; 
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-body {
  flex-grow: 1;
}

.card-title {
  margin-bottom: 0.5rem;
}

#about.bg-booking {
  position: relative;
  background: url('gallery/20.jpeg') no-repeat center center fixed;
  background-size: cover;
  color: #fff; 
  padding: 50px 0; 
  background-attachment: fixed;
}

#about.bg-booking .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
}

#about.bg-booking .text-center {
  max-width: 600px; 
  margin: auto;
  position: relative; 
  z-index: 1; 
}

@media (max-width: 767px) {
  .mobile-text {
    width: 100%;
  }

  .bg-image {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }

  #about.bg-booking {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
}

.carousel-item:hover {
  cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
  border-radius: 50%; 
  background-color: rgba(255, 255, 255, 0.5); 
  width: 30px; 
  height: 30px; 
  margin-top: auto;
  margin-bottom: auto;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000; 
  border-radius: 50%; 
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.8); 
}

/* Modal styles */
.modal-dialog {
  max-width: 90%;
}

.rd-widget-content {
  overflow: hidden !important;
}
