.app-font {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

.app-banner {
    background-image: url(../img/Banner_landscape_ovr.png);
    width: 100%;
    aspect-ratio: 1920 / 1080;
    max-width: 1140px;
    background-size: cover;
    background-position: center
}

@media (max-width: 576px) {
    .app-banner {
        background-image: url(../img/Banner_Portrait_ovr.png);
        aspect-ratio: 576 / 1024
    }
}

.app-section {
    margin-bottom: 100px;
    padding-top: 100px;
    overflow: hidden
}

.app-category-10k {
    color: #1d468a;
    font-family: Good Times Rg, sans-serif;
    font-size: 64px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase
}

.app-category-5k {
    color: #3db6e8;
    font-family: Good Times Rg, sans-serif;
    font-size: 64px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase
}

.app-category-kid {
    color: #00adef;
    font-family: Good Times Rg, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase
}

.app-category-kid .text1 {
    font-size: 40px
}

.app-category-kid .text2 {
    font-size: 40px;
    margin: -24px 0 0 28px
}

.app-ticket-title {
    color: #014483;
    position: absolute;
    top: 148px;
    left: 50%;
    transform: translate(-50%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    text-align: center;
    line-height: 1.2
}

.app-ticket-title-community {
    color: #014483;
    position: absolute;
    top: 147px;
    left: 50%;
    transform: translate(-50%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    width: 200px;
    text-align: center;
    line-height: 1.2
}

.app-ticket-title-community-2 {
    color: #014483;
    position: absolute;
    top: 167px;
    left: 50%;
    transform: translate(-50%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    text-align: center;
    line-height: 1.2
}

.app-ticket-card {
    background-size: cover;
    background-position: center;
    height: 354px;
    width: 250px;
    position: relative
}

.app-ticket-card-featured {
    transform: scale(1.1)
}

.app-ticket-icon {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%);
    height: 60px
}

.app-ticket-category {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    color: white;
    top: 220px;
    left: 38%;
    position: absolute;
}

.app-ticket-category-comunity {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: white;
    top: 220px;
    left: 15%;
    position: absolute;
}

.app-ticket-category-comunity small {
    font-size: 70%; /* teks (min. 5) lebih kecil */
    font-weight: normal;
    opacity: 0.9; /* opsional: sedikit lebih lembut warnanya */
}

.app-ticket-price {
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    color: white;
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translate(calc(-50% + 8px));
    white-space: nowrap;
}

.app-ticket-price-group {
    color: #014483;
    position: absolute;
    top: 230px;
    left: 50%;
    transform: translate(-50%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.app-ticket-price-community {
    font-weight: 550;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    color: #014483;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap
}

.app-ticket-button {
    width: 180px;
    position: absolute;
    top: 275px;
    left: 35px
}

.app-ticket-button-community {
    width: 180px;
    position: absolute;
    top: 278px;
    left: 50%;
    transform: translate(-50%);
    font-size: 16px;
    text-align: center;
    color: #fff
}

.app-ticket-price-kids {
    top: 155px
}

.app-racepack-btn-1 {
    border-radius: 0 0 25px;
    padding: 6px 25px 6px 16px;
    transform: skew(-10deg);
    margin-left: 5px;
    --bs-btn-font-weight: 400;
    --bs-btn-color: white;
    --bs-btn-bg: #3db6e8;
    --bs-btn-border-color: #3db6e8;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #346aad;
    --bs-btn-hover-border-color: #346aad;
    --bs-btn-focus-shadow-rgb: white;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #346aad;
    --bs-btn-active-border-color: #346aad
}

.app-racepack-btn-2 {
    border-radius: 0 0 25px;
    padding: 6px 25px 6px 16px;
    transform: skew(-10deg);
    margin-left: 5px;
    --bs-btn-font-weight: 400;
    --bs-btn-color: white;
    --bs-btn-bg: #ffc63e;
    --bs-btn-border-color: #ffc63e;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #fc925d;
    --bs-btn-hover-border-color: #fc925d;
    --bs-btn-focus-shadow-rgb: white;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #fc925d;
    --bs-btn-active-border-color: #fc925d
}

.app-gallery-photo {
    background-size: cover;
    background-color: #000;
    height: 200px
}

.app-prize-10k-card {
    background-color: #3db6e8;
    border-color: #3db6e8;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase
}

.app-prize-10k-card .distance {
    font-family: Good Times Rg, sans-serif;
    font-size: 64px
}

.app-prize-10k-card .category {
    font-family: Bounded, sans-serif;
    font-size: 16px;
    margin-top: -20px
}

.app-prize-10k-title {
    color: #3db6e8;
    font-size: 14pt;
    font-weight: 700;
    margin-bottom: 5px
}

.app-prize-5k-card {
    background-color: #3db6e8;
    border-color: #3db6e8;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase
}

.app-prize-5k-card .distance {
    font-family: Good Times Rg, sans-serif;
    font-size: 64px
}

.app-prize-5k-card .category {
    font-family: Bounded, sans-serif;
    font-size: 16px;
    margin-top: -20px
}

.app-prize-5k-title {
    color: #3db6e8;
    font-size: 14pt;
    font-weight: 700;
    margin-bottom: 5px
}

.app-prize-kid-card {
    background-color: #00adef;
    border-color: #00adef;
    color: #fff;
    font-family: Good Times Rg, sans-serif;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase
}

.app-prize-kid-card .text1 {
    font-size: 40px
}

.app-prize-kid-card .text2 {
    font-size: 40px;
    margin: -24px 0 0 28px
}

.app-prize-kid-title {
    color: #00adef;
    font-size: 14pt;
    font-weight: 700;
    margin-bottom: 5px
}

a.nav-link.app-font.active {
    color: #ffc63e
}

.navbar-home {
    z-index: 100;
    background-color: transparent
}

.navbar-home.fixed {
    position: sticky;
    top: 0;
    left: 0;
    animation: fadeDown .5s ease forwards;
    background-color: #fff
}

@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .05rem #f46f27
}

section#home {
    margin-top: -4.5rem
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: -52px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.banner-background-cut {
    height: 35vh;
    width: calc(100% + 6px);
    overflow: hidden;
    margin-left: -6px;
    position: relative;
    left: 0;
    z-index: -1
}

.banner-background-cut:after {
    content: "";
    position: absolute;
    height: 300px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent
}

section#home {
    margin-top: 0
}

.nav-link.app-font {
    color: #014483
}

.nav-pills .nav-link.active {
    background-color: #ffc63e
}

.nav-pills .nav-link {
    color: #014483
}

button.accordion-button {
    font-weight: 700
}

.app-countdown-section {
    background-image: linear-gradient(105deg, #3db6e8 40%, #ffc63e 60%);
    width: 100%;
    max-width: 1140px
}

.custom-countdown-theme {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem
}

.custom-countdown-theme>.simply-section>div {
    display: flex;
    flex-direction: column;
    line-height: 1;
    align-items: center
}

.custom-countdown-theme>.simply-section .simply-amount,
.custom-countdown-theme>.simply-section .simply-word {
    color: #fff;
    text-transform: uppercase
}

.custom-countdown-theme>.simply-section .simply-amount {
    font-family: Good Times Rg, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em
}

.custom-countdown-theme>.simply-section .simply-word {
    font-family: Bounded, sans-serif;
    font-size: 12px;
    letter-spacing: .1em
}

#sponsorModal .modal-content {
    background-color: #fff0;
    border: 0px
}

.app-ticket-disabled {
  pointer-events: none; /* Nonaktifkan klik */
  opacity: 0.6;         /* Efek tampak nonaktif */
  cursor: not-allowed;  /* Tampilkan kursor dilarang */
  display: inline-block;
}

.app-ticket-disabled .app-ticket-button {
  transition: none;     /* Hilangkan animasi hover */
  filter: grayscale(80%); /* Opsional: efek abu-abu agar terlihat disable */
}

@font-face {
    font-family: Bounded;
    src: url(../fonts/assets-Bounded-Variable-79abee95.ttf) format("truetype-variations")
}