@font-face {
    font-family: 'Ghotam';
    src: url('../fonts/Gotham-Medium.otf'),
}

@font-face {
    font-family: 'Din Alternate';
    src: url('../fonts/DINAlternate-Bold.woff') format('woff')
}

@font-face {
    font-family: 'Cooldex';
    src: url('../fonts/Cooldex.ttf') format('truetype'),
        url('../fonts/Cooldex.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* max-width: 1920px;
    width: 100vw;
    position: absolute;
    margin-top: 0vw; */

.mfp-bg.mfp-fade.mfp-ready {
    height: 100% !important;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
    border: 0 !important;
    border-radius: 0px !important;
}

/* ------------------------------------------------ UNIVERSAL CSS ------------------------------------------------- */

html {
    /* font-size: 62.5%; */
    /* -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
    /* scroll-behavior: smooth; */
}

body {
    height: 100% !important;
    /* font-family: 'Optimus' !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    -webkit-font-feature-settings: "palt"1 !important;
    font-feature-settings: "palt"1 !important;
    color: #ffffff !important;
    background: #000000 !important;  */
    line-height: 1.75 !important;
    letter-spacing: 0.1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    -webkit-box-sizing: border-box !important;
    line-height: 1.5;
    box-sizing: border-box !important;
    min-height: 100vh;
}

img {
    opacity: 1;
    -webkit-transition: all 480ms;
    transition: all 480ms;
    display: block;
    max-width: 100%;
    vertical-align: bottom !important;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: #333;
    text-decoration: none !important;
    outline: none !important;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

.BG,
.BGM {
    width: 100% !important;
}

.comingsoon {
    position: relative !important;
    width: 74% !important;
    margin-left: -4% !important;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.4rem !important;
    }
}

/* ------------------------------------------------       KEYFRAMES       ------------------------------------------------- */
@keyframes blinkFade {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes revealMask {
    to {
        -webkit-mask-size: 100% 100%;
    }
}

@keyframes revealMask2 {
    to {
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
}

@keyframes lightning {

    0%,
    85%,
    100% {
        filter: contrast(1.5) brightness(1.2);
        opacity: 0.8;
    }

    /* mulai kilat (lebih telat) */
    90% {
        filter: contrast(3) brightness(2);
        opacity: 1;
    }

    92% {
        opacity: .5;
    }

    /* flicker 1 */
    94% {
        filter: contrast(5) brightness(4) drop-shadow(0 0 30px #fff);
        opacity: 1;
    }

    95% {
        opacity: .3;
    }

    /* peak */
    97% {
        filter: contrast(8) brightness(6) drop-shadow(0 0 60px #fff);
        opacity: 1;
    }
}

@keyframes baphoIdle {

    0%,
    100% {
        transform: scale(var(--hover-scale)) translateX(0) translateY(0);
    }

    50% {
        transform: scale(var(--hover-scale)) translateX(10px) translateY(-6px);
    }
}

@keyframes eddgaIdle {

    0%,
    100% {
        transform: scale(var(--hover-scale)) translateX(0) translateY(0);
    }

    50% {
        transform: scale(var(--hover-scale)) translateX(-10px) translateY(-6px);
    }
}

@keyframes floatSoft {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* ------------------------------------------------ FLOATING ------------------------------------------------- */
#floating {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 20px;
    position: absolute;
    margin-left: -89%;
    padding: 1rem 1rem;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    margin-top: 5%;
}

#floating .float-btn {
    position: relative;
    height: auto;
    width: 10%;
    display: block;
}

#floating .float-btn img,
#floating .float-btn video {
    width: 100%;
    height: auto;
}

/* ------------------------------------------------ NAVBAR ------------------------------------------------- */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;

}

.nav-brand>img {
    width: 9vw;
}

.nav-left,
.nav-right {
    flex: 1;
}

.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar.custom-navbar {
    position: fixed;
    max-width: 100vw;
    width: 100%;
    z-index: 1030;
}

.nav-link {
    margin: 0 42px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    transition-duration: 0.3s;

}

.nav-link:hover {
    color: #11ffd3;
    text-shadow: 1px 1px 1px #000000;
}

.nav-side {
    border: rgb(255, 255, 255) 2px solid;
    border-radius: 40px;
    transition: color 0.3s ease;

}

.nav-side::before,
.nav-side::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #312b2a5c;
    z-index: -1;
    transition: width 0.5s ease-out;
    border-radius: 40px;
}

.nav-side::before {
    left: 0;
}

.nav-side::after {
    right: 0;
}

.nav-side.scrolled::before,
.nav-side.scrolled::after {
    width: 100%;
}

@media (min-width: 1920px) {
    .nav-link {
        margin: 0 60px;
        /* Tambah jarak antar link */
        font-size: 1.1rem;
        /* Perbesar font sedikit */
    }

    .nav-brand>img {
        width: 7vw;
        /* Lebih proporsional untuk resolusi besar */
    }
}

@media (max-width: 1000px) {
    .navbar-nav {
        display: none !important;
    }

    .nav-brand>img {
        width: 21vw !important;
        /* Lebih proporsional untuk resolusi besar */
    }

    .custom-navbar {
        top: 0;
        width: 0%;
        background-color: #312b2a5c;
        position: absolute;
        margin-top: 0 !important;
        overflow: hidden;
        transition: width 0.5s ease;
    }


    .navbar.custom-navbar {
        position: fixed;
        max-width: 100vw;
        z-index: 1030;
    }

    .navbar.custom-navbar.active {
        width: 100% !important;

    }
}

@media (max-width: 1266px) {
    .navbar.custom-navbar {
        padding: 10px 24px;
    }

    .nav-brand>img {
        width: 12vw;
        /* lebih kecil dari desktop */
    }

    .nav-link {
        margin: 1px 24px;
        font-size: 0.8rem;
    }

    .nav-side {
        border-width: 1.5px;
        padding: 4px 10px;
    }
}

/* ------------------------------------------------ BACK TO TOP ------------------------------------------------- */

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
    color: #00a0e9;
}

.back-to-top:hover {
    color: #0074aa;
}

/* ------------------------------------------------ CURSOR HOVER ------------------------------------------------- */

#cursor-hover {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 9px 59px;
    font-size: 22px;
    font-weight: bold;
    background: rgb(34 65 53 / 70%);
    color: #ffffff;
    border-radius: 0px 34px;
    filter: drop-shadow(2px 4px 6px #000314);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
    transition: opacity 0.15s ease, transform 0.15s ease;
    z-index: 9999;
    letter-spacing: 1px;
}

/* pas muncul */
.show-cursor-hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* ------------------------------------------------ SECTION 1 ------------------------------------------------- */

.WINNER-BANNER {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#FIRST {
    position: relative;
    overflow: hidden;
}

#FIRST .BG {
    display: block;
}

#FIRST .BGM {
    display: none;
}

#FIRST .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#FIRST .inner:last-of-type {
    margin-bottom: 0px;
}

#FIRST .inner .innerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 0;
    margin-top: 0;
    margin-bottom: 1%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

#FIRST .inner .innerContent .main-bg-video {
    position: relative;
    width: 83%;
    margin-top: -4.5%;
    object-fit: cover;
}

#FIRST .inner .innerContent .title {
    display: none;
    position: relative;
    height: auto;
    width: 100%;
    margin-top: 7%;
    left: 4%;
}

#FIRST .inner .innerContent .logoRCC {
    display: none;
    position: absolute;
    height: auto;
    width: 52%;
    top: 16%;
}

#FIRST .inner .innerContent .timeline-d {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 60vw !important;
    animation: revealMask 3s ease forwards;
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    mask-size: 0% 100%;
    mask-repeat: no-repeat;
}

#FIRST .inner .innerContent .timeline-m {
    display: none;
    width: 45vw;
    margin-top: 9vw;
    animation: revealMask2 3s ease forwards;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    mask-size: 100% 0%;
    -webkit-mask-size: 100% 0%;
    mask-repeat: no-repeat;
}

@media screen and (max-width: 767px) {

    #FIRST {
        overflow: visible;
    }

    #FIRST .BG {
        display: none;
    }

    #FIRST .BGM {
        display: block;
    }

    #FIRST .inner {
        padding-top: 80px;
        height: 200%;
        z-index: 2;
    }

    #FIRST .inner .innerContent {
        gap: 10px;
    }

    #FIRST .inner .innerContent .main-bg-video {
        display: none;
    }

    #FIRST .inner .innerContent .title {
        display: block;
        margin-top: 0;
    }

    #FIRST .inner .innerContent .logoRCC {
        display: block;
    }

    #FIRST .inner .innerContent .timeline-d {
        display: none;
    }

    #FIRST .inner .innerContent .timeline-m {
        display: block;
        position: absolute;
        width: 41%;
        top: 91%;
    }
}

/* ------------------------------------------------ SECTION 2 ------------------------------------------------- */

#INTRO {
    position: relative;
    overflow: hidden;
}

#INTRO .BG {
    display: block;
}

#INTRO .BGM {
    display: none;
}

#INTRO .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#INTRO .inner:last-of-type {
    margin-bottom: 0px;
}

#INTRO .inner .innerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 0;
    margin-top: 0;
    margin-bottom: 2%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
}

#INTRO .inner .innerContent .detail-d {
    position: relative;
    margin-top: 3%;
    width: 73%;
}

#INTRO .inner .innerContent .detail-m {
    display: none;
    position: relative;
    margin-top: 3%;
    width: 96%;
    filter: drop-shadow(2px 4px 6px #68bcaa);
}

@media screen and (max-width: 767px) {

    #INTRO {
        overflow: visible;
    }

    #INTRO .BG {
        display: none;
    }

    #INTRO .BGM {
        display: block;
    }

    #INTRO .inner {
        padding-top: 80px;
        height: 200%;
    }

    #INTRO .inner .innerContent {
        gap: 10px;
    }

    #INTRO .inner .innerContent .detail-d {
        display: none;
    }

    #INTRO .inner .innerContent .detail-m {
        display: block;
        transform: scale(1.1);
        margin-top: -10%;
        width: 100%;
    }
}

/* ------------------------------------------------ SECTION 3 ------------------------------------------------- */

#SERVER {
    position: relative;
    overflow: hidden;
}

#SERVER .BG {
    display: block;
}

#SERVER .BGM {
    display: none;
}

#SERVER .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#SERVER .inner:last-of-type {
    margin-bottom: 0px;
}

#SERVER .inner .innerContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

#SERVER .inner .innerContent .main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    margin-top: -4%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;

    opacity: 0;
    transform: translateY(20px) scale(.98);
    transition: opacity .8s ease, transform .8s ease;
}

#SERVER .inner .innerContent .server-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    margin-top: -2%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;

    opacity: 0;
    transform: translateY(20px) scale(.98);
    transition: opacity .8s ease, transform .8s ease;
}

#SERVER .inner .innerContent .show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

#SERVER .inner .innerContent .main .char-server {
    position: relative;
    width: 53%;
    cursor: pointer;
    animation: pulse 4s infinite ease-in-out;
    transition: transform .7s ease, filter .3s ease;
}

#SERVER .inner .innerContent .main p.click-here {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #0018256b;
    padding: 2% 3%;
    color: white;
    font-size: 1rem;
    border-radius: 20px;
    filter: drop-shadow(3px 4px 10px black);
    z-index: 1;
    pointer-events: none;
}

#SERVER .inner .innerContent .main .click-bapho {
    top: 75%;
}

#SERVER .inner .innerContent .main .click-eddga {
    top: 25%;
}

#SERVER .inner .innerContent .main .char-server:hover {
    transform: scale(1.06);
    filter: drop-shadow(2px 4px 6px #11ffd3);
}

#SERVER .inner .innerContent .main .slash {
    position: absolute;
    width: 24%;
    filter: contrast(0) brightness(1);

    animation: lightning 8s infinite;
}

#SERVER .inner .innerContent .detail .btn-close {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    left: 3%;
    top: 9%;
    transition: transform .9 ease;
}

#SERVER .inner .innerContent .detail .btn-close:hover {
    transform: scale(1.06);
    filter: drop-shadow(2px 4px 6px #11ffd3);
}

#SERVER .inner .innerContent .detail .server-detail {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {

    #SERVER {
        /* z-index: 1; */
    }

    #SERVER .BG {
        display: none;
    }

    #SERVER .BGM {
        display: block;
    }

    #SERVER .inner {
        padding-top: 80px;
        height: 200%;
    }

    #SERVER .inner .innerContent {
        gap: 10px;
    }

    #SERVER .inner .innerContent .main {
        flex-direction: column;
        margin-top: -25%;
    }

    #SERVER .inner .innerContent .main .slash {
        width: 61%;
        transform: rotate(44deg);
        TOP: 29%;
    }

    #SERVER .inner .innerContent .main .char-server {
        width: 100%;
    }

    #SERVER .inner .innerContent .detail .btn-close {
        top: -5%;
        left: 3%;
        width: 36%;
    }
}

/* ------------------------------------------------ SECTION 4 ------------------------------------------------- */

#PRIZEPOOL {
    position: relative;
    overflow: hidden;
}

#PRIZEPOOL .BG {
    display: block;
}

#PRIZEPOOL .BGM {
    display: none;
}

#PRIZEPOOL .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#PRIZEPOOL .inner:last-of-type {
    margin-bottom: 0px;
}

#PRIZEPOOL .inner .innerContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 9%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

#PRIZEPOOL .inner .innerContent .title {
    position: relative;
    width: 35%;
    margin-top: -3%;
}

#PRIZEPOOL .inner .innerContent .prizepool {
    position: relative;
    width: 48%;
    margin-top: -5%;
}

#PRIZEPOOL .inner .innerContent .trophyContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    margin-top: 0;
    margin-bottom: 1%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

#PRIZEPOOL .inner .innerContent .trophyContent .trophy-container {
    width: 20%;
}

#PRIZEPOOL .inner .innerContent .trophyContent .trophy-container img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform .9 ease;
}

#PRIZEPOOL .inner .innerContent .trophyContent .trophy-container img:hover {
    transform: scale(1.1);
    filter: drop-shadow(2px 4px 6px #11ffd3);
}

#PRIZEPOOL .inner .innerContent .btn-prize {
    position: relative;
    width: 16vw;
    cursor: pointer;
    transition: filter .9 ease;
    transition: transform .3s ease, opacity .3s ease, filter .3s ease;
}

#PRIZEPOOL .inner .innerContent .btn-prize:hover {
    transform: scale(1.06);
    filter: drop-shadow(2px 4px 6px #11ffd3);
}



#REWARDS {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 82%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

#REWARDS.active {
    opacity: 1;
    visibility: visible;
}

#REWARDS .reward-popup-wrapper {
    position: relative;
    display: inline-block;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

#REWARDS.active .reward-popup-wrapper {
    transform: scale(1);
}

#REWARDS .reward-popup-wrapper .popup {
    max-width: 90vw;
    max-height: 96vh;
    border-radius: 16px;
    filter: drop-shadow(2px 4px 6px black);
    transition: transform 0.3s ease;
}

#REWARDS .reward-popup-wrapper .btn-close {
    position: absolute;
    top: 10%;
    left: 0%;
    width: 20%;
    z-index: 1;
    max-width: 236px;
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px rgb(36, 105, 102));
    transition-duration: 0.3s;
}

#REWARDS .reward-popup-wrapper .btn-close:hover {
    transform: scale(0.9);
}

@media (min-width: 2560px) {
    #PRIZEPOOL .inner .innerContent {
        margin-bottom: 11%;
    }
}

@media screen and (max-width: 767px) {

    #PRIZEPOOL {
        /* z-index: 1; */
    }

    #PRIZEPOOL .BG {
        display: none;
    }

    #PRIZEPOOL .BGM {
        display: block;
    }

    #PRIZEPOOL .inner {
        padding-top: 80px;
        height: 200%;
    }

    #PRIZEPOOL .inner .innerContent {
        gap: 8px;
    }

    #PRIZEPOOL .inner .innerContent .title {
        width: 68%;
        margin-top: -25%;
    }

    #PRIZEPOOL .inner .innerContent .prizepool {
        width: 91%;
        margin-top: -14%;
    }

    #PRIZEPOOL .trophy-container {
        width: 100%;
        max-width: 248px;
    }

    #PRIZEPOOL .inner .innerContent .trophyContent .trophy-container {
        width: 70%;
    }

    #PRIZEPOOL .inner .innerContent .trophyContent .trophy-container img {
        width: 100%;
        height: auto;
        cursor: pointer;
        transition: transform .9 ease;
    }

    #PRIZEPOOL .inner .innerContent .trophyContent {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* penting */
        justify-items: center;
        align-items: center;
        gap: 0px;
    }

    #PRIZEPOOL .trophy-container:nth-child(1) {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    #PRIZEPOOL .trophy-container:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    #PRIZEPOOL .trophy-container:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

    #PRIZEPOOL .trophy-container:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    #PRIZEPOOL .trophy-container:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

    #PRIZEPOOL .inner .innerContent .btn-prize {
        width: 37vw;
        margin-top: -12%;
    }

    #REWARDS .reward-popup-wrapper .btn-close {
        position: absolute;
        top: -7%;
        left: 0%;
        width: 34%;
        z-index: 1;
        max-width: 236px;
        cursor: pointer;
        filter: drop-shadow(2px 4px 6px rgb(36, 105, 102));
        transition-duration: 0.3s;
    }
}

/* ------------------------------------------------ SECTION 4 ------------------------------------------------- */
#RULES {
    position: relative;
    overflow: hidden;
}

#RULES .BG {
    display: block;
}

#RULES .BGM {
    display: none;
}

#RULES .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#RULES .inner:last-of-type {
    margin-bottom: 0px;
}

#RULES .inner .innerContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 1%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
}

#RULES .inner .innerContent .title {
    position: relative;
    width: 57%;
    margin-top: -4%;
}

#RULES .inner .innerContent .main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 71px;
    margin-top: -8%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 4% 1rem;
    width: 100%;
}

#RULES .inner .innerContent .main .detail {
    position: relative;
    width: 16vw;
    cursor: pointer;
    transition: transform .3s ease, opacity .3s ease, filter .3s ease;
}

#RULES .inner .innerContent .main .detail:hover {
    transform: scale(1.06);
    filter: drop-shadow(2px 4px 6px #11ffd3);
}

#RULES .inner .innerContent .main .detail.dimmed {
    opacity: .4;
    filter: grayscale(100%);
}

@media screen and (max-width: 767px) {

    #RULES {
        overflow: visible;
        z-index: 1;
    }

    #RULES .BG {
        display: none;
    }

    #RULES .BGM {
        display: block;
    }

    #RULES .inner {
        padding-top: 80px;
        height: 200%;
    }

    #RULES .inner .innerContent {
        gap: 10px;
    }

    #RULES .inner .innerContent .title {
        width: 100%;
        margin-top: -23%;
    }

    #RULES .inner .innerContent .main {
        flex-direction: column;
        gap: 0;
        margin-top: -20%;
    }

    #RULES .inner .innerContent .main .detail {
        width: 25vw;
    }
}

/* ------------------------------------------------ SECTION 3 ------------------------------------------------- */
#SCHEDULE {
    position: relative;
    overflow: hidden;
}

#SCHEDULE .BG {
    display: block;
}

#SCHEDULE .BGM {
    display: none;
}

#SCHEDULE .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#SCHEDULE .inner:last-of-type {
    margin-bottom: 0px;
}

#SCHEDULE .inner .innerContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 3%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

#SCHEDULE .inner .innerContent .title {
    position: absolute;
    width: 36%;
    top: -10%;
}

#SCHEDULE .inner .innerContent .main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 7%;
    margin-top: 12%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
}

#SCHEDULE .inner .innerContent .main .slash {
    position: absolute;
    width: 15%;
}

#SCHEDULE .inner .innerContent .main img {
    position: relative;
    width: 100%;
    margin-top: 6%;
    cursor: pointer;
    transition: transform .3s ease, filter .3s ease;
}

#SCHEDULE .inner .innerContent .main .bapho-char:hover,
#SCHEDULE .inner .innerContent .main .eddga-char:hover {
    transform: scale(1.06);
    filter: drop-shadow(2px 4px 6px #11ffd3);
}

/* ------------------------------------------------ SECTION 4 ------------------------------------------------- */
.SCHEDULE-SERVER {
    position: relative;
    overflow: hidden;
}

.SCHEDULE-SERVER .BG {
    display: block;
}

.SCHEDULE-SERVER .BGM {
    display: none;
}

.SCHEDULE-SERVER .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

.SCHEDULE-SERVER .inner:last-of-type {
    margin-bottom: 0px;
}

.SCHEDULE-SERVER .inner .innerContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    margin-top: 0;
    margin-bottom: 3%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.SCHEDULE-SERVER .inner .innerContent .main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 12%;
    padding: 0 1rem;
    width: 100%;
}

.SCHEDULE-SERVER .inner .innerContent .schedule-char {
    position: relative;
    width: 54%;
    transform: translateY(7%);
}

.SCHEDULE-SERVER .inner .innerContent .main .dropdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.SCHEDULE-SERVER .inner .innerContent .main .dropdown-wrapper .dropdown {
    appearance: none;
    background-color: #27e9b54d;
    color: #f2d9a2;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 1vw 6vw;
    border: 2px solid #f2d9a2;
    border-radius: 53px;
    display: block;
    margin: 0 auto;
    background-image: url(../images/teaser/rcc/page5/down.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 30px;
    width: 100%;
    cursor: pointer;
}

.SCHEDULE-SERVER .inner .innerContent .main .schedule-img {
    position: relative;
    width: 79%;
}

@media screen and (max-width: 767px) {

    #SCHEDULE {
        overflow: visible;
        z-index: 1;
    }

    #SCHEDULE .BG {
        display: none;
    }

    #SCHEDULE .BGM {
        display: block;
    }

    #SCHEDULE .inner {
        padding-top: 80px;
        height: 200%;
    }

    #SCHEDULE .inner .innerContent {
        gap: 10px;
    }

    #SCHEDULE .inner .innerContent .title {
        width: 69%;
        top: -29%;
    }

    .comingsoon {
        position: relative !important;
        width: 74% !important;
        margin-left: -4% !important;
        pointer-events: none;
    }
}

/* ----------------------------------------------- BRACKET -------------------------------------------------- */

#BRACKET {
    position: relative;
    overflow: hidden;
}

#BRACKET .BG {
    display: block;
}

#BRACKET .BGM {
    display: none;
}

#BRACKET .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#BRACKET .inner:last-of-type {
    margin-bottom: 0px;
}

#BRACKET .inner .innerContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 2.6%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

#BRACKET .inner .innerContent .title {
    position: relative;
    width: 28%;
    margin-top: -5%;
}

#BRACKET .inner .innerContent .buttonContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0;
    margin-top: -6%;
    margin-bottom: 0;
    margin-left: 0;
    padding: 2% 1rem;
    width: 100%;
    box-sizing: border-box;
}

#BRACKET .inner .innerContent .buttonContent .button-container {
    width: auto;
}

#BRACKET .inner .innerContent .buttonContent .button-container img {
    cursor: pointer;
}

#BRACKET .inner .innerContent .LEADERBOARD {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 1%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

#BRACKET .inner .innerContent .LEADERBOARD .bg-char {
    position: absolute;
    width: 100%;
    transform: scale(1.03);
    filter: grayscale(1);
    pointer-events: none;
}

#BRACKET .inner .innerContent .LEADERBOARD h2 {
    color: #fff;
    padding: 1%;
}

#BRACKET .inner .innerContent .LEADERBOARD .tableContent {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
    margin-top: 0;
    margin-bottom: 1%;
    margin-left: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
}

#BRACKET .inner .innerContent .LEADERBOARD .tableContent .tableContainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
    flex: 0 0 auto;
    min-width: 450px;
}

#BRACKET .inner .innerContent .LEADERBOARD .tableContent .tableContainer .title-table {
    font-family: 'Cooldex';
    color: #f2d99d;
}

#BRACKET .inner .innerContent .LEADERBOARD .tableContent .tableContainer .table {
    background-color: #00000038 !important;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    border-collapse: collapse;
}

#BRACKET .inner .innerContent .LEADERBOARD .tableContent .tableContainer .table th {
    padding: 1vw 5vw;
    background: #27e9b5;
    color: #000000f5;
    border-bottom: 1px solid #ffe3a5 !important;
}

#BRACKET .inner .innerContent .LEADERBOARD .tableContent .tableContainer .table td {
    border-top: 1px solid #ffe3a5 !important;
}

#BRACKET .inner .innerContent .BRACKET {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 1%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
}

#BRACKET .inner .innerContent .BRACKET .bracketWrapper {
    display: flex;
    justify-content: center;
    width: 79vw;
    max-width: none;
    overflow: auto;
}

#BRACKET .inner .innerContent .BRACKET .bracketWrapper .bracket-img {
    width: 94%;
}

@media (max-width: 1440px) {
    #BRACKET .inner .innerContent .LEADERBOARD {
        padding: 0 1rem;
    }

    #BRACKET .inner .innerContent .LEADERBOARD .tableContent .tableContainer .table {
        font-size: 2vw;
    }

    #BRACKET .inner .innerContent .LEADERBOARD .tableContent {
        margin-bottom: 8%;
    }
}

@media (max-width: 1024px) {
    #BRACKET .inner .innerContent .LEADERBOARD .tableContent {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    #BRACKET .inner .innerContent .LEADERBOARD .tableContent .tableContainer {
        flex: 0 0 auto;
        min-width: 80%;
        /* atau 400px / 500px */
    }
}

@media screen and (max-width: 767px) {

    #BRACKET {
        overflow: visible;
        z-index: 1;
    }

    #BRACKET .BG {
        display: none;
    }

    #BRACKET .BGM {
        display: block;
    }

    #BRACKET .inner {
        padding-top: 80px;
        height: 200%;
    }

    #BRACKET .inner .innerContent {
        gap: 10px;
    }

    #BRACKET .inner .innerContent .LEADERBOARD h2 {
        font-size: 1rem;
    }

    #BRACKET .inner .innerContent .title {
        width: 63%;
        margin-top: -24%;
    }
}

@media (max-width: 425px) {
    #BRACKET .inner .innerContent .LEADERBOARD .tableContent .tableContainer .table {
        font-size: 4vw;
    }
}

/* ------------------------------------------------ LAST ------------------------------------------------- */
#LAST {
    position: relative;
    overflow: hidden;
}

#LAST .BG {
    display: block;
}

#LAST .BGM {
    display: none;
}

#LAST .inner {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
}

#LAST .inner:last-of-type {
    margin-bottom: 0px;
}

#LAST .inner .innerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    gap: 0;
    margin-top: 0;
    margin-bottom: 2%;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
}

#LAST .inner .innerContent .video {
    position: relative;
    margin-top: 5%;
    width: 66%;
    border: 4px solid #199c80;
}

@media screen and (max-width: 767px) {

    #LAST {
        overflow: visible;
        z-index: 1;
    }

    #LAST .BG {
        display: none;
    }

    #LAST .BGM {
        display: block;
    }

    #LAST .inner {
        padding-top: 80px;
        /* height: 200%; */
    }

    #LAST .inner .innerContent {
        gap: 10px;
    }

    #LAST .inner .innerContent .video {
        width: 83%;
        aspect-ratio: 9 / 16;
        object-fit: cover;
        margin-top: -14%;
    }
}

/* ----------------------------------------------- FOOTER -------------------------------------------------- */

footer {
    background: #000000;
    background-size: cover;
    border-top: 3px solid #fbd760;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.row-logo {
    padding-top: 1%;
    margin-bottom: 0.5%;
}

.sosmed {
    font-size: 1.7vw;
}

.sosmed a {
    color: white;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.sosmed a:hover {
    color: #fbd760;
}

.logo-footer {
    width: 10%;
    margin-bottom: 1%;
}

.text-footer {
    font-size: 1vw;
    color: white;
    margin-bottom: 1%;
}

.ggl-info {
    color: white;
}

@media screen and (max-width: 767px) {

    .sosmed {
        font-size: 4vw;
    }

    .logo-footer {
        width: 20%;
    }

    .text-footer {
        font-size: 2vw;
    }

}

/* ------------------------------------------------ THUNDER  ------------------------------------------------- */
#canvas {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
    pointer-events: none;
}

body {
    margin: 0px;
}

@media screen and (max-width: 767px) {

    #canvas {
        display: none;
    }
}
