body {
    background: linear-gradient(to right, #feecdd, #d3f2f2);
    font-family: "Arial", sans-serif;
    margin: 0;
}
.pacifico-regular {
  font-family: "Pacifico", cursive !important;
  font-weight: 400;
  font-style: normal;
}
.amatic-sc-regular {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.upper {
    text-transform: uppercase;
}
.outline-text {
  color: black;
  text-shadow: 
     -2px -2px 0 white,
      2px -2px 0 white,
     -2px  2px 0 white,
      2px  2px 0 white;
}
.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 2rem;
    color: #fff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
    .hero {
        padding: 3rem 1rem;
    }
    .hero p {
        max-width: 600px;
        margin: 0 auto;
    }
}
.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}
.btn-footer {
    border: none;
    color: black!important;
    font-size: 1.25rem;
    text-shadow: none!important;
    text-decoration: none;
}
.hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
/* heading */
.hero-section {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.hero-section .carousel-item {
    height: 600px;
}
.carousel-item {
    transition: transform 1.5s ease-in-out, opacity 1.5s ease-in-out;
}
.hero-section .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding: 2rem;
    z-index: 10;
}
.hero-logo {
    max-width: 200px;
    margin-bottom: 1rem;
    background-color: rgb(255, 255, 255, 0.8);
    border-radius: 100px;
    padding: .5em;
}
.header-title {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.header-slogan {
    font-size: 5em;
    font-weight: 500;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .header-title {
        font-size: 2em;
        font-weight: bold;
        margin-bottom: 0.5rem;
    }
    .header-slogan {
        font-size: 3em;
        font-weight: 500;
        margin-bottom: 1rem;
    }
}
/* bookings override */
div.ibeng-spa .twng-backdrop-grayscale {
    --tw-backdrop-grayscale: 0 !important;
}
/* rick roll */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#overlay video {
    width: 70%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
}
