body {
    margin: 0;
    padding: 0;
    font-family: "SukhumvitSet", "Kanit", sans-serif;
    overflow-x: hidden;
    background-color: #5C2929;
}

/* Fade on scroll animations */
.fade-in {
    opacity: 0;
}

.fade-in.active {
    opacity: 1;
}

.bg-section-1 {
    background: url('../image/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    /* position: relative; */
    /* overflow: hidden; */
    padding: 3rem 0 0 0;
}


.img-promo {
    position: absolute;
    bottom: 0;
    width: 115%;
    right: 0;
}

@media (max-width: 991px) {
    .img-promo {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .img-promo {
        position: relative;
        margin-top: 1.25rem;
        width: 100%;
    }
}

.menu-sticky {
    position: fixed;
    right: 10%;
    top: 0;
    z-index: 999;
    display: inline-block;
    width: fit-content;
}

.menu-link {
    position: absolute;
    right: 16%;
    top: 20%;
    display: flex;
    gap: 1.25rem;
}

@media screen and (max-width: 767px) {
    .menu-sticky {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1001;
        width: fit-content;
        max-width: 100%;
    }

    .menu-link {
        right: 15%;
        top: 20%;
        max-width: 70%;
    }
}

.menu-link a {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.menu-link a:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 0.3125rem #fff) drop-shadow(0 0 0.625rem #00d2ff) drop-shadow(0 0 1.25rem #00d2ff);
}

.active {
    color: #FAD27A !important;
}

.menu-bar {
    background: url(../image/Secondary-Header-Image.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    transition: all 0.3s ease;
}

.menu-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.3);
}

@media screen and (max-width:1024px) {
    .menu-bar {
        display: none;

    }
}

.group-menu {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.group-menu a {
    padding: 0 0.625rem;
    color: white;
    text-decoration: none;
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    font-weight: 700;
}

.bg-section-2 {
    background: url('../image/Secondary-Header-Container.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 6.25rem;
}

.section-title {
    margin: 5rem 0;
}

.section-2-gutter {
    --bs-gutter-x: 3.75rem;
}

@media screen and (max-width: 768px) {
    .section-2-gutter {
        --bs-gutter-x: 0;
    }
}

.highlight-box-1-outline,
.highlight-box-2-outline,
.highlight-box-3-outline {
    width: 100%;
    height: 100%;
    min-height: 30rem;
    /* Ensure equal starting height */
    position: relative;
    padding: 0.625rem;
    border-radius: 1.5625rem;
    backdrop-filter: blur(0.484375rem);
    border: 0.25rem solid #FFFC9F;
    display: flex;
    flex-direction: column;
}

.highlight-box-1,
.highlight-box-2,
.highlight-box-3 {
    width: 100%;
    height: 100%;
    padding: 1rem;
    flex: 1;
    border-radius: 1.5rem;
    border: 0.0625rem solid rgba(243, 109, 255, 0.4);
    background: linear-gradient(145deg,
            rgba(243, 109, 255, 0.1) 0%,
            rgba(0, 20, 30, 0.6) 100%);
    backdrop-filter: blur(1.25rem) saturate(180%);
    -webkit-backdrop-filter: blur(1.25rem) saturate(180%);
    box-shadow:
        0 0 1.25rem 0 rgba(243, 109, 255, 0.2),
        inset 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.3),
        inset 0 -0.0625rem 1.25rem rgba(0, 0, 0, 0.5);
}

/* .highlight-box-1 {
    width: 100%;
    height: 100%;
    padding: 16px;
    border-radius: 17px;
    border: 7px solid #F36DFF;
    background: linear-gradient(180deg, rgba(0, 16, 27, 0.57) 0%, rgba(0, 29, 37, 0.57) 100%);
    box-shadow: 0 0 11.5px 0 #F36DFF, 0 0 13.3px 0 rgba(0, 0, 0, 0.98) inset, 0 4px 13.6px 3px rgba(0, 0, 0, 0.25);
    flex: 1;
} */

.highlight-box-1-outline {
    box-shadow: 0 0 0.71875rem 0 #FFFC9F, 0 0 0.83125rem 0 rgba(0, 0, 0, 0.98) inset, 0 0.25rem 0.85rem 0.1875rem rgba(0, 0, 0, 0.25);
}

.highlight-box-2-outline {
    box-shadow: 0 0 0.71875rem 0 #FF006F, 0 0 0.83125rem 0 rgba(0, 0, 0, 0.98) inset, 0 0.25rem 0.85rem 0.1875rem rgba(0, 0, 0, 0.25);
}

/* .highlight-box-2 {
    width: 100%;
    height: 100%;
    padding: 16px;
    border-radius: 17px;
    border: 7px solid #FFDB63;
    background: linear-gradient(180deg, rgba(0, 16, 27, 0.57) 0%, rgba(0, 29, 37, 0.57) 100%);
    box-shadow: 0 0 11.5px 0 #FFDB63, 0 0 13.3px 0 rgba(0, 0, 0, 0.98) inset, 0 4px 13.6px 3px rgba(0, 0, 0, 0.25);
    flex: 1;
   
} */

.highlight-box-3-outline {
    box-shadow: 0 0 0.71875rem 0 #FF006F, 0 0 0.83125rem 0 rgba(0, 0, 0, 0.98) inset, 0 0.25rem 0.85rem 0.1875rem rgba(0, 0, 0, 0.25);
}

/* Bubble Animation Styles */
#bubble-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.bubble {
    position: absolute;
    opacity: 0;
    will-change: transform, opacity;
    filter: drop-shadow(0 0.125rem 0.5rem rgba(0, 0, 0, 0.1));
}

/* .highlight-box-3 {
    width: 100%;
    height: 100%;
    padding: 16px;
    border-radius: 17px;
    border: 7px solid #82FFA7;
    background: linear-gradient(180deg, rgba(0, 16, 27, 0.57) 0%, rgba(0, 29, 37, 0.57) 100%);
    box-shadow: 0 0 11.5px 0 #82FFA7, 0 0 13.3px 0 rgba(0, 0, 0, 0.98) inset, 0 4px 13.6px 3px rgba(0, 0, 0, 0.25);
    flex: 1;
} */

.highlight-box-1,
.highlight-box-2,
.highlight-box-3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.highlight-box-1 p,
.highlight-box-2 p,
.highlight-box-3 p {
    color: #FFF;
    text-shadow: 0 0.25rem 0.3625rem #000;
    font-size: clamp(0.875rem, 1.2vw + 0.5rem, 1rem);
    font-weight: 500;
}

.water {
    position: absolute;
    top: -8%;
    left: -7%;
    width: 8rem;
}

.event {
    position: absolute;
    top: -3%;
    right: 0;
}

.gun {
    position: absolute;
    bottom: -9%;
    left: -13%;
    width: 8rem;
}

.water-bt {
    position: absolute;
    bottom: -7%;
    right: -2.75rem;
    z-index: 1;
    width: 10rem;
}

.light {
    position: absolute;
    top: 5%;
    left: 18%;
    z-index: 1;
    animation: slow-spin 5s linear infinite;
}

@keyframes slow-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.image-border {
    z-index: 9;
    position: relative;
}

.bg-section-3 {
    background: url('../image/Footer-Info-Container.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.block-img-gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.block-img-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.9375rem;
}

.bg-section-4 {
    background: url('../image/Footer-Info-Container.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.text-subtitle {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0.25rem 0.3625rem #000;
    font-size: clamp(1.125rem, 2vw + 0.75rem, 1.5rem);
    font-weight: 500;
}

.box-social {
    width: 58.125rem;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .box-social {
        width: auto;
    }
}


.social img {
    transition: all 0.3s ease-in-out;
}

.social :hover {
    transform: translateY(-0.625rem);
    /* transform: scale(1.05); */
    /* filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #00d2ff) drop-shadow(0 0 20px #00d2ff); */
}

footer {
    background-color: #000;
}