.header .header-logo img {
    width: 150px !important;
    height: 50px !important;
}

#logo-header .bg-one {
    background-color: #ea9114 !important;
}
/* page beranda */

.title-containerbox1 {
    color: #000000;
    font-size: 46px;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
}

.title-containerbox2 {
    color: #000000;
    font-size: 46px;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
}

.btn-text {
    font-family: "Lexend", sans-serif;
}

#wrapper
    > div
    > div
    > section.section-featured-listings.background-featured
    > div
    > div
    > div
    > div.heading-section.text-center.mb-48
    > p
    > div {
    color: #fff;
    font-size: 18px;
    font-family: "Lexend", sans-serif;
    font-weight: 700;
}

.price-event {
    background-color: #142d5f;
    border-radius: 10px;
    width: auto;
}

.price-event > h5 {
    color: #ffffff;
    font-size: 14px;
}

.corner-label {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: medium;
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #08a400;
    /* warna merah transparan */
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid white;
    z-index: 2;
}

.background-featured {
    background-image: url("image/background banner.png");
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-box {
    font-family: "Lexend", sans-serif;
    font-size: 30px;
    font-weight: 700;
    word-break: break-word;
    max-width: 300px;
    line-height: 30px;
}

.location {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.image-wrap {
    position: relative;
    overflow: hidden;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s ease;
    padding: 20px;
    color: #fff;
    pointer-events: none;
}

.hover-text {
    transform: translateY(20px);
    transition: all 0.4s ease;
    text-align: left;
    width: 100%;
}

.hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* CUKUP INI SAJA */
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.box-house:hover .hover-overlay {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.box-house:hover .hover-text {
    transform: translateY(0);
}

.box-house:hover .hover-icon {
    opacity: 1;
    /* JANGAN TAMBAH transform lagi di sini */
}

.btn-see {
    width: 300px;
    height: 60px;
    font-size: 30px;
}

.banner-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.banner-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.498);
    /* <- ini yang bikin menggelap */
    z-index: 1;
    border-radius: 10px;
}

.bacground-best {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.container-best {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    padding: 20px;
    z-index: 2;
}

.teks-best {
    font-family: "Lexend", sans-serif;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8),
        0 0 6px rgba(255, 255, 255, 0.6), 0 0 12px rgba(255, 255, 255, 0.4);
}

.teks-get {
    font-family: "Lexend", sans-serif;
    padding-bottom: 6px;
    font-size: 15px;
    color: #e8e5e5;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.8),
        0 0 6px rgba(255, 255, 255, 0.6), 0 0 12px rgba(255, 255, 255, 0.4);
}

.button-get {
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    width: 236px;
    height: 53px;
    border-radius: 15px;
    /* Tengah secara horizontal */
}

.button-see {
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    width: 236px;
    height: 53px;
    border-radius: 15px;
    /* Tengah secara horizontal */
}

@media (max-width: 767px) {
    .background-best {
        background-image: url("image/bannerr dance.png");
        width: 100%;
        height: 200px;
        border-radius: 10px;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container-best > div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 18px;
        text-align: center;
    }

    .teks-best {
        margin: 3px;
        font-size: 15px;
    }

    .teks-get {
        margin: 5px auto;
        font-size: 12px;
        color: #e8e5e5;
        max-width: 300px;
        line-height: 1.4;
        word-break: break-word;
        text-align: center;
    }

    .button-get {
        font-size: 14px;
        width: 136px;
        height: 33px;
        border-radius: 7px;
        margin: 0 auto;
    }
}

.section-testimonials.style-4 .wrap::after {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        #ececec 100%
    );
}

.section-testimonials.style-4 .wrap::before {
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        #ececec 100%
    );
}

.wrap-partners.logo {
    display: flex;
    gap: 24px;
    /* jarak antar blok logo */
}

.wrap-partners.logo .logo-item {
    width: 120px;
    height: 80px;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.wrap-partners.logo .logo-item img {
    max-width: 80%;
    max-height: 60px;
    object-fit: contain;
}

.wrap-container {
    width: 300px;
    height: 450px;
}

.title-hover {
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    color: #fff;
}

.deskripsi-hover {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

/* page penutup beranda */

/* page event */

/* .tf-container {
    width: 1600px !important;
} */

#swiper-wrapper-5c37cd2c7b16ac1b > div.swiper-slide.swiper-slide-next > div {
    width: 100px !important;
}

#swiper-category-event {
    padding-left: 0px;
}

#swiper-category-event {
    padding-left: 0px;
}

.teks-inner {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.form-booking {
    width: 100%;
    background: #fff;
    border: 1px solid #a1a1a1;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    outline: none;
    color: #000000;
    padding-left: 40px !important;
}

.form-booking input {
    width: 100%;
    height: 32px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

.form-booking::placeholder {
    color: gray;
    padding-left: 10px !important;
}

.dropdown-btn {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: #fff;
    color: #000000;
    border-radius: 10px;
    height: 100%;
}

.dropdown-toggle::after {
    margin-left: 20px !important;
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    height: 41.6px;
}

.swiper-slide-koe {
    width: auto !important;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.selectable-text {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 5px 33px;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.selectable-text:hover {
    background-color: #ea9114;
    font-weight: bold;
    color: #ffffff;
}

.selectable-text.active {
    background-color: #ea9114;
    font-weight: bold;
    color: #ffffff;
}

.swiper {
    padding: 20px 0;
}

.card-iklan {
    width: 800px;
    height: 300px;
    border-radius: 10px;
}

/* Media Query untuk handphone */
@media (max-width: 576px) {
    .card-iklan {
        width: 100%;
        /* Atur agar lebar mengikuti layar */
        height: auto;
        /* Biarkan tinggi menyesuaikan konten */
    }
}

@media (max-width: 576px) {
    .mobile-teksdate {
        padding-right: 33px;
    }

    .mobile-tekssort {
        padding-right: 13px;
    }
}

.txt-title {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.txt-btn {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

#wrapper
    > div
    > div
    > section.section-featured-listings.background-featured
    > div
    > div
    > div
    > div.widget-tabs.style-2
    > div
    > div.widget-content-inner.active
    > div.tf-grid-layout.lg-col-3.md-col-2.loadmore-item
    > div:nth-child(1) {
    height: 450px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #ffffff;
    box-sizing: border-box;
}

#swiper-category-event {
    padding-left: 40px;
}

.price-event {
    background-color: #142d5f;
    border-radius: 10px;
    width: auto;
}

.price-event > h5 {
    color: #ffffff;
    font-size: 14px;
}

.corner-label {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: medium;
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #08a400;
    /* warna merah transparan */
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid white;
    z-index: 2;
}

.background-featured {
    background-image: url("image/background banner.png");
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title-box {
    font-family: "Lexend", sans-serif;
    font-size: 25px;
    font-weight: 700;
    word-break: break-word;
    max-width: 300px;

    line-height: 30px;
}

.location {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.container-logo {
    padding-bottom: 10px;
}

.fullcard-iklan {
    width: 1600px;
    height: 300px;
    border-radius: 10px;
    object-fit: cover;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Media Query untuk handphone */
@media (max-width: 576px) {
    .fullcard-iklan {
        width: 100%;
        /* Atur agar lebar mengikuti layar */
        height: auto;
        /* Biarkan tinggi menyesuaikan konten */
    }
}

/* page event penutup */

/* page blog */

.blog-title {
    font-family: "Space Grotesk", sans-serif;
    font-size: 64px;
    font-weight: 700;
    color: #000000;
}

.blog-subtitle {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.title-container-blog {
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.subtitle-container-blog {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.garis-samping {
    width: 2px;
    height: 2em;
    background-color: black;
}

.card-img-overlay1 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
}

.card-secondry {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-secondry {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.title-blog-utama {
    font-family: "Lexend", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
}

.subtitle-blog-utama {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.title-blog-secondry {
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.subtitle-blog-secondry {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}

.icn-author-info {
    color: #2d2d2d;
    font-size: 1.5rem;
}

.text-author-info {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2d2d2d;
}

.card-explore {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-explore {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.title-blog-explore {
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.subtitle-blog-explore {
    font-family: "Lexend", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
}
.button-see {
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    width: 236px;
    height: 53px;
    border-radius: 15px;
    /* Tengah secara horizontal */
}
.btn-see {
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    width: 236px;
    height: 53px;
    border-radius: 15px;
    /* Tengah secara horizontal */
}

/* page penutup blog */

/* page help center */

.helpcenter-title {
    font-family: "Lexend", sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #000000;
}

.helpcenter-category-title {
    font-family: "Lexend", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
}
.helpcenter-category-subtitle {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.form-booking {
    width: 100%;
    background: #fff;
    border: 1px solid #a1a1a1;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    outline: none;
    color: #000000;
    padding-left: 40px !important;
}

.form-booking input {
    width: 100%;
    height: 32px;
    border: none;
    outline: none;
    padding-left: 10px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-left: 20px;
}

.form-booking::placeholder {
    color: gray;
    padding-left: 10px !important;
}

.swiper-slide-koe {
    width: auto !important;
    flex-shrink: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.selectable-text-helpcenter {
    font-family: "Lexend", sans-serif;
    width: 220px !important;
    height: 120px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

@media (max-width: 420px) {
    .selectable-text-helpcenter {
        width: 180px !important;
        height: 100px;
    }
}

@media (max-width: 390px) {
    .selectable-text-helpcenter {
        width: 170px !important;
        height: 90px;
    }
}

.selectable-text-helpcenter:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.selectable-text-helpcenter.active {
    background-color: #ea9114;
    font-weight: bold;
    color: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 12px;
}

.swiper {
    padding: 20px 0;
}

.accordion-button {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff !important;
    background-color: #142d5f !important;
}

.accordion-body {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #142d5f;
    background-color: #ffffff;
}

.accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
}

.continer-question {
    font-family: "Lexend", sans-serif;
    width: 320px !important;
    height: 150px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.continer-question:hover {
    background-color: #ea9114;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.qusetion-title {
    font-family: "Lexend", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}

.qusetion-subtitle {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

/* page help center penutup */

/* page detail event */

.background-event::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

@media (max-width: 768px) {
    .background-event::after {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        background-color: rgba(0, 0, 0, 0); /* tetap gelap tapi tanpa blur */
    }
}

.container-heroevent {
    position: relative;
    z-index: 2;
    maargin-top: -10px;
    margin: 0 auto;
    height: 100%;
    justify-content: space-between;
}

.container-teks-event {
    flex: 1;
    z-index: 2;
}

.title-detailevent {
    font-family: "Lexend", sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
}
.title-detailevent-mobile {
    font-family: "Lexend", sans-serif;
    font-size: 36px;
    line-height: 56px;
    color: #fff;
    font-weight: bold;
}

.container-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}

.icon-info-event {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.teks-infoevent {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.glass-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100px;
    height: 70px;
    border-radius: 16px;
    border: none;
    padding: 3px;

    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    color: white;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.glass-button i {
    font-size: 24px;
    margin-bottom: 5px;
}

.glass-button span {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

/* Hover effect - lebih ringan */
.glass-button:hover {
    background: linear-gradient(
        to left,
        rgba(255, 255, 255, 0.15),
        rgba(0, 0, 0, 0.15)
    );
    backdrop-filter: blur(6px);
    /* Blur sedikit dikurangi */
    -webkit-backdrop-filter: blur(6px);
}

.container-image-event {
    flex: 1;
    display: flex;
    justify-content: center; /* rata tengah horizontal */
    align-items: center; /* rata tengah vertikal */
    position: absolute;
    top: 290px;
    left: 0; /* pastikan mulai dari kiri */
    right: 0; /* agar lebar penuh */
    margin: 0 20px;
    z-index: 3;
}

.image-event-detail {
    border-radius: 16px;
    width: 1600px; /* batasi 1600 */
    height: 350px; /* biar proporsional */
    object-fit: cover;
    object-position: top;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1020px) {
    .image-event-detail {
        top: 10px;
        right: 20px;
    }

    .title-container-gua {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .title-container-gua {
        margin-top: 10px;
        line-height: 1em;
    }
    .title-container-gua1 {
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    .title-container-gua {
        margin-top: 200px;
    }
    .title-container-gua1 {
        margin-top: 280px;
    }
}

.container-detaileventinfo {
    width: 100%;

    background-color: #ffffff;
    border-radius: 10px;
}

.container-detaileventinfo1 {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
}

.btn-detail-event1 {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    width: 50%;
    font-weight: 500;
    color: #fff;
    background-color: #142d5f;
    padding: 10px 0px;
    border-radius: 10px;
}

.btn-detail-event2 {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 500;
    width: 50%;
    color: #142d5f;
    padding: 10px 0px;
    border-radius: 10px;
}

.btn-detail-event2:hover {
    color: #fff;
    background-color: #142d5f;
    border-radius: 10px;
}

.btn-detail-event1:hover {
    color: #fff;
    background-color: #142d5f;
    border-radius: 10px;
}

.deskripsi-event {
    font-family: "Lexend", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding-left: 20px;
}

.listevent::before {
    content: " •";
    font-weight: bold;
    color: #000000;
    padding-right: 2px;
    /* atau warna lain sesuai desain */
}

.deskirpsi-event {
    font-family: "Lexend", sans-serif;
    font-size: 118px !important;
    font-weight: 400;
    color: #000000;
    padding-left: 20px;
}

.title-container-performance {
    font-family: "Lexend", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    width: 100%;
    line-height: 3rem;
}

.img-flex-group {
    display: flex;
    width: 100%;
    overflow: hidden;
    gap: 8px;
}

.img-flex-wrapper {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: flex-grow 0.5s ease;
}

.img-flex {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
    z-index: 1;
}

.img-overlay1 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease;
    z-index: 1;
}

.img-text {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    opacity: 0;
    transition: all 0.5s ease;
    color: white;
    font-size: 18px;
    z-index: 2;
}

.img-flex-wrapper[data-side="left"]:hover .img-overlay {
    transform: scaleX(1);
    transform-origin: left;
}

.img-flex-wrapper[data-side="right"]:hover .img-overlay1 {
    transform: scaleX(1);
    transform-origin: right;
}

.img-flex-wrapper:hover .img-text {
    bottom: 50%;
    transform: translate(-50%, 50%);
    opacity: 1;
}

.full-container-perfomance {
    position: relative;
    width: 100%;
    height: 25%;
    border-radius: 10px;
}

.image-wrapper-perfomance {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    overflow: hidden;
}

.full-container-perfomance-img {
    width: 100%;
    height: 220px;
    transition: transform 0.5s ease;
    object-position: top center;
    object-fit: cover;
}

.image-wrapper-perfomance:hover .full-container-perfomance-img {
    transform: scale(1.1);
}

.hover-overlay-bg-perfomance {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: height 0.4s ease;
    z-index: 1;
    border-radius: inherit;
}

.image-wrapper-perfomance:hover .hover-overlay-bg-perfomance {
    height: 100%;
}

.hover-text-perfomance {
    font-family: "Lexend", sans-serif;
    font-size: 25px !important;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    color: white;
    font-size: 1.5rem;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    text-align: center;
    white-space: nowrap;
}

.image-wrapper-perfomance:hover .hover-text-perfomance {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 20px;
}

.accordion-button {
    background-color: #142d5f;

    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.accordion-title {
    font-family: "Lexend", sans-serif;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.accordion-subtitle {
    font-family: "Lexend", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/* .accordion-detail {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #f0f0f0;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 14px;
    color: #142d5f;
    transition: background-color 0.3s ease;
} */

.accordion-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.accordion-button.collapsed .accordion-arrow {
    transform: rotate(90deg);
    /* ▶ */
}

.accordion-button:not(.collapsed) .accordion-arrow {
    transform: rotate(270deg);
}

.title-ticket {
    font-family: "Lexend", sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}

.btn-mines {
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #ea9114;
    border-radius: 5px;
}

.number-input {
    display: flex;
    min-width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #142d5f;
    border-radius: 5px;
}

.btn-plus {
    width: 35px;
    height: 35px;
    color: #fff;
    background-color: #ea9114;
    border-radius: 5px;
}

.container-total {
    background-color: #ea9114;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    white-space: nowrap;
}

.container-buy {
    background-color: #00c632;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.container-buy:hover {
    background-color: #009b27;
}

.info-ticket {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.name-ticket {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ea9114;
}

.harga-total {
    font-family: "Lexend", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.harga1 {
    font-family: "Lexend", sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}

.harga2 {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.buy-ticket {
    font-family: "Lexend", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.timend-ticket {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.corner-label {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    font-weight: medium;
    width: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #08a400;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid white;
    z-index: 2;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #999;
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 999px;

    background: #ff5e00;
}
