@font-face {
    font-family: 'BonaNova';
    src: url('../fonts/MaisonNeueExtendedBold.ttf'),
}

:root {
    --scrollbar-bg: #4b3833;
    --scrollbar-thumb: #5e2f23;
    --scrollbar-thumb-hover: #662515;
}

html,
body {
    background-size: cover;
    background-color: #292929;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow-x: hidden;
    min-height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'BonaNova';
    padding: unset !important;
}

.ggl-roc-floating {
    position: fixed;
    max-width: 267px;
    width: 15vw;
    top: 8%;
    right: 2%;
    z-index: 10;
    cursor: pointer;
    animation: pulse 1.5s infinite ease-in-out;
}

@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);
    }
}

.fix-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

/* .nav-img-1 {
    max-width: 169px;
    width: 169px;
}

.nav-img-2 {
    max-width: 169px;
    width: 169px;
} */

/* #btn-prereg {
    position: absolute;
    bottom: 148px;
    left: 224px;
}

#btn-rules {
    position: absolute;
    bottom: 206px;
    left: 108px;
}

#btn-prizepool {
    position: absolute;
    bottom: 148px;
}

#btn-schedule {
    position: absolute;
    bottom: 7px;
    left: 226px;
}

#btn-bracket {
    position: absolute;
    left: 108px;
    bottom: 6px;
} */

/* .hex-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1030;
    width: 200px;
    height: 200px;
}

.hex-item {
    position: absolute;
    width: 80px;
    transition: transform 0.3s;
}

a.hex-item.img-1 img {
    width: 169%;
}

a.hex-item.img-2 img {
    width: 169%;
}

.hex-item.center {
    top: 60px;
    left: 60px;
}

.hex-item:nth-child(1) {
    top: 35px;
    left: 0px;
}

.hex-item:nth-child(2) {
    top: -106px;
    left: 0;
}

.hex-item:nth-child(3) {
    top: -106px;
    left: 91px;
}

.hex-item:nth-child(4) {
    top: -106px;
    left: 182px;
}

.hex-item:nth-child(5) {
    top: 35px;
    left: 182px;
}

.hex-item:nth-child(6) {
    top: 105px;
    left: 91px;
}

.hex-item:hover {
    transform: scale(1.1);
} */

.hex-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1030;
    width: 200px;
    height: 200px;
}

.hex-item {
    position: absolute;
    width: 80px;
    transition: all 0.4s ease;
}

/* ukuran gambar */
a.hex-item.img-1 img {
    width: 169%;
}

a.hex-item.img-2 img {
    width: 202%;
}

/* =========================
   DEFAULT: SEMUA KETUTUP
========================= */
.hex-item:not(:first-child) {
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
}

/* =========================
   SAAT OPEN
========================= */
.hex-nav.open .hex-item {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

/* POSISI (tetap punyamu) */
.hex-item:nth-child(1) {
    top: 35px;
    left: 0px;
}

.hex-item:nth-child(2) {
    top: -106px;
    left: 0;
}

.hex-item:nth-child(3) {
    top: -109px;
    left: 86px;
}

.hex-item:nth-child(4) {
    top: -106px;
    left: 198px;
}

.hex-item:nth-child(5) {
    top: 35px;
    left: 199px;
}

.hex-item:nth-child(6) {
    top: 94px;
    left: 86px;
}

.hex-item.open:hover {
    transform: scale(1.1);
}

.hex-nav.open .hex-item:nth-child(1) {
    transition-delay: 0s;
}

.hex-nav.open .hex-item:nth-child(2) {
    transition-delay: 0.1s;
}

.hex-nav.open .hex-item:nth-child(3) {
    transition-delay: 0.2s;
}

.hex-nav.open .hex-item:nth-child(4) {
    transition-delay: 0.3s;
}

.hex-nav.open .hex-item:nth-child(5) {
    transition-delay: 0.4s;
}

.hex-nav.open .hex-item:nth-child(6) {
    transition-delay: 0.5s;
}

.hex-nav:not(.open) .hex-item:nth-child(1) {
    transition-delay: 0.5s;
}

.hex-nav:not(.open) .hex-item:nth-child(2) {
    transition-delay: 0.4s;
}

.hex-nav:not(.open) .hex-item:nth-child(3) {
    transition-delay: 0.3s;
}

.hex-nav:not(.open) .hex-item:nth-child(4) {
    transition-delay: 0.2s;
}

.hex-nav:not(.open) .hex-item:nth-child(5) {
    transition-delay: 0.1s;
}

.hex-nav:not(.open) .hex-item:nth-child(6) {
    transition-delay: 0s;
}

/* .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.nav-brand>img {
    opacity: 0;
    width: 9vw;
}

.nav-brand {
    pointer-events: none;
}

.nav-roc>img {
    max-width: 150px;
    width: 6vw;
}

.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;
    height: 50px;
}

.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: #133b76;
    text-shadow: 1px 1px 1px #000000;
}

.nav-link.active {
    color: #133b76;
    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;
        font-size: 1.1rem;
    }

    .nav-brand>img {
        width: 7vw;
    }
}

@media (max-width: 1000px) {
    .navbar-nav {
        display: none !important;
    }

    .nav-brand>img {
        width: 21vw !important;
    }

    .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;
        width: 0 !important;
        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;
    }

    .nav-link {
        margin: 1px 24px;
        font-size: 0.8rem;
    }

    .nav-side {
        border-width: 1.5px;
        padding: 4px 10px;
    }
}

@media (max-width: 767px) {
    .nav-brand>img {
        opacity: 1;
    }

    .nav-brand {
        pointer-events: all;
    }
} */

/* SECTION 1 */
.main-bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ggl-roc-section-1 {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    height: 55vw;
    overflow: hidden;
}

/* .ggl-roc-section-1-bg-d {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-1-bg-m {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
} */

.ggl-roc-section-1-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.logo {
    transform: scale(1.2);
}

.logo-float {
    position: relative;
    top: 2vw;
    /* animation: floatLogo 4s ease-in-out infinite; */
}

.ggl-roc-section-1-logopvp {
    position: absolute;
    max-width: 999px;
    width: 49vw;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

/* .ggl-roc-section-1-logopvp::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(4, 0, 255, 0.678) 0%, rgba(0, 60, 255, 0) 70%);
    filter: blur(40px);
    animation: auraBlue 7s ease-in-out infinite;
    z-index: -1;
} */

.ggl-roc-section-1-logopvp img {
    width: 70%;
    display: block;
}

.ggl-roc-section-1-roclogo {
    opacity: 2;
    position: fixed;
    z-index: -1;
    max-width: 1918px;
    width: 22vw;
    top: 4vw;
    filter: drop-shadow(2px 4px 0px black);
    transition: all 0.4s ease;
}

body.scrolled .ggl-roc-section-1-roclogo {
    opacity: 0;
    transform: translateY(0);
}

.ggl-roc-section-1-tagline {
    position: absolute;
    max-width: 898px;
    width: 30vw;
    top: 87%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(2px 4px 0px white);
}

.ggl-roc-section-1-date {
    position: absolute;
    max-width: 1920px;
    width: 100%;
    top: 78%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: drop-shadow(2px 4px 0px black);
    z-index: 1;
}

/* .char-container {
    position: absolute;
    width: 38vw;
    top: 1vw;
    z-index: 1;
} */

/* @keyframes floatLogo {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(0.5deg);
    }

} */

/* .char1 {
    left: -5vw;
}

.char2 {
    right: -5vw;
} */

/* Gambar karakter */
/* .char-container img {
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.8s ease;
} */

/* .char-container img:hover {
    transform: scale(1.07);
}

.char1::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 217, 0, 0.6) 0%, rgba(255, 251, 0, 0) 70%);
    filter: blur(40px);
    animation: auraYellow 7s ease-in-out infinite;
    z-index: 0;
} */

/* Aura karakter kanan (merah) */
/* .char2::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 77, 0, 0.6) 0%, rgba(255, 77, 0, 0) 70%);
    filter: blur(40px);
    animation: auraRed 7s ease-in-out infinite;
    z-index: 0;
} */

/* @keyframes auraYellow {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes auraRed {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.25);
    }
}

@keyframes auraBlue {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.25);
    }
} */
@media (min-width: 2560px) {
    .ggl-roc-section-1-date {
        transform: translate(-50%, -50%) scale(1.4);
    }
}

@media (max-width: 767px) {
    .ggl-roc-floating {
        position: absolute;
        width: 40vw;
        top: 1%;
        right: 4%;
    }

    .ggl-roc-section-1 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        height: auto;
        margin-top: 0 !important;
    }

    .ggl-roc-section-1-content {
        position: relative;
        z-index: 2;
        height: 177vw;
    }

    .ggl-roc-section-1-roclogo {
        width: 44vw;
        top: 36vw;
        transition: all 0.4s ease;
    }

    .logo {
        transform: scale(1.1);
    }

    .logo-float {
        top: 0vw;
    }

    .ggl-roc-section-1-logopvp {
        max-width: 999px;
        width: 77vw;
        top: 73%;
    }

    .ggl-roc-section-1-date {
        top: 87%;
        transform: translate(-50%, -50%) scale(1.5);
    }
}

/* Section 2.2 */
.ggl-roc-section-2 {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    height: 55.2vw;
    overflow: hidden;
}

.ggl-roc-section-2-bg {
    /* filter: drop-shadow(1px 6px 0px black); */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-2-char {
    position: absolute;
    max-width: 1008px;
    top: 0;
    right: 0;
    width: 53vw;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-2-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: -2vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ggl-roc-section-2-title {
    position: absolute;
    max-width: 814px;
    width: 34vw;
    left: 8vw;
    top: 8vw;
}

.milestone-desktop {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 4vw;
    flex-wrap: wrap;
    margin-top: 17vw;
}

.milestone-mobile {
    display: none !important;
    justify-content: center;
    align-items: flex-end;
    gap: 13vw;
    flex-wrap: wrap;
}

.milestone {
    transition: transform 0.3s ease;
}

.milestone-1,
.milestone-2,
.milestone-3 {
    max-width: 548px;
    width: 25vw;
}

.milestone:hover {
    transform: scale(1.1);
}

.ggl-roc-section-2-prereg-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 47px;
    margin-top: 65px;
    /* jarak antar elemen */
}

.ggl-roc-section-2-btn-prereg {
    max-width: 370px;
    width: 19vw;
    transition: all 1s ease;
    cursor: pointer;
    animation: btnBounce 3s ease infinite;
}

.ggl-roc-section-2-btn-prereg:hover {
    transform: scale(1.1);
}

.ggl-roc-section-2-arrow.left,
.ggl-roc-section-2-arrow.right {
    max-width: 90px;
    width: 4.8vw;
    animation: arrowBounce 1s ease infinite;
}

.ggl-roc-section-2-arrow.right {
    transform: rotate(0deg) scalex(-1)
}

@media (max-width: 358px) {
    .ggl-roc-section-3-btn-back {
        top: 21px;
        left: 23px;
        width: 75px;
        height: 17px;
    }
}

@media (min-width: 2560px) {
    .ggl-roc-section-2-btn-more {
        bottom: 16vw;
        left: 16.3vw;
    }

    .milestone-desktop {
        margin-top: 5vw;
    }
}

@media (max-width: 767px) {
    .ggl-roc-section-2 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        min-height: auto;
        height: auto;
        margin-top: 0 !important;
    }

    .ggl-roc-section-2-title {
        width: 69vw;
        left: 8vw;
        top: 8vw;
    }

    .ggl-roc-section-2-content {
        position: relative;
        z-index: 2;
        height: 177vw;
    }

    .ggl-roc-section-2-bg {
        top: 15%;
        left: 8%;
        width: 79%;
    }

    .ggl-roc-section-2-char {
        width: 77vw;
    }

    .ggl-roc-section-2-detail {
        width: 78vw;
        left: 11vw;
        top: 7vw;
    }

    .ggl-roc-section-2-btn-more {
        width: 40vw;
        bottom: 80vw;
        left: 29vw;
    }

    .milestone-desktop {
        gap: 3vw;
        margin-top: 15%;
    }

    .milestone-1,
    .milestone-2,
    .milestone-3 {
        width: 60vw;
    }

    .ggl-roc-section-2-prereg-btn-wrapper {
        gap: 36px;
        margin-top: 23px;
    }

    .ggl-roc-section-2-btn-prereg {
        width: 41vw;
    }

    .ggl-roc-section-2-arrow.left,
    .ggl-roc-section-2-arrow.right {
        max-width: 90px;
        width: 10.8vw;
        /* animation: arrowBounce 1s ease infinite; */
    }
}


/* Section 3 */
.ggl-roc-section-3 {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    height: 55.2vw;
    overflow: hidden;
}

.ggl-roc-section-3-bg {
    /* filter: drop-shadow(1px 6px 0px black); */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-3-title {
    position: absolute;
    max-width: 814px;
    width: 34vw;
    left: 8vw;
    top: 8vw;
}

.ggl-roc-section-3-char {
    position: absolute;
    max-width: 1008px;
    top: 0;
    right: 0;
    width: 53vw;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-3-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: -2vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ggl-roc-section-3-rules {
    position: absolute;
    max-width: 814px;
    width: 34vw;
    left: 8vw;
    top: 16vw;
}

.ggl-roc-section-3-arrow {
    max-width: 70px;
    width: 5vw;
    position: absolute;
    bottom: 6vw;
    cursor: pointer;
}

.ggl-roc-section-3-btn-news {
    max-width: 350px;
    width: 14vw;
    position: absolute;
    left: 8vw;
    bottom: 6vw;
    cursor: pointer;
    transition: filter 0.3s ease;
}

.ggl-roc-section-3-btn-news:hover {
    filter: drop-shadow(2px 4px 6px rgb(214, 160, 61));
}

.ggl-roc-section-3-arrow.left {
    left: 33vw;
    transform: scaleX(-1);
}

.ggl-roc-section-3-arrow.right {
    left: 38vw;
}

.rules-slider-wrapper {
    position: relative;
}

.ggl-roc-section-3-rules {
    transition: opacity 0.4s ease;
}

.fade-out {
    opacity: 0 !important;
}

.fade-in {
    opacity: 1;
}


@media (min-width: 2560px) {
    .ggl-roc-section-3-btn-more {
        bottom: 16vw;
        left: 16.3vw;
    }

    .ggl-roc-section-3-char {
        top: 4vw;
    }
}

@media (max-width: 767px) {
    .ggl-roc-section-3 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        min-height: auto;
        height: auto;
        margin-top: 0 !important;
    }

    .ggl-roc-section-3-bg {
        top: 13%;
        left: 8%;
        width: 85%;
    }

    .ggl-roc-section-3-content {
        position: relative;
        z-index: 2;
        height: 177vw;
    }

    .ggl-roc-section-3-title {
        width: 69vw;
        left: 8vw;
        top: 11vw;
    }

    .ggl-roc-section-3-char {
        top: 13%;
        right: 20%;
        width: 64vw;
    }

    .ggl-roc-section-3-rules {
        width: 71vw;
        left: 13vw;
        top: 100vw;
    }

    .ggl-roc-section-3-arrow {
        width: 9vw;
        bottom: 6vw;
    }

    .ggl-roc-section-3-arrow.left {
        left: 31vw;
        transform: scaleX(-1);
    }

    .ggl-roc-section-3-arrow.right {
        left: 59vw;
    }

    .ggl-roc-section-3-btn-news {
        width: 38vw;
        left: 30vw;
        bottom: 83vw;
    }

    .ggl-roc-section-6 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        height: 177vw !important;
        min-height: auto;
        margin-top: 0 !important;
    }

    .ggl-roc-section-6-content {
        position: relative;
        z-index: 2;
        height: 177vw !important;
    }

    .ggl-roc-section-6-final-banner-wrapper {
        width: 86vw;
        max-width: none;
    }

    .ggl-roc-section-6-bracket-img.final-banner {
        width: 171vw;
    }
}

/* Section 4 */
.ggl-roc-section-4 {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    height: 55.7vw;
    overflow: hidden;
    /* z-index: 1; */
}

.ggl-roc-section-4-bg {
    /* filter: drop-shadow(1px 6px 0px black); */
    width: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-4-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-4-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: -2.6vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ggl-roc-section-4-title {
    position: absolute;
    max-width: 641vw;
    width: 37vw;
    top: 14%;
    left: 33%;
    padding-bottom: 5vw;
}

.ggl-roc-section-4-j-bg {
    /* filter: drop-shadow(1px 6px 0px black); */
    position: absolute;
    width: 39%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    transition: filter 0.3s ease;
}

.ggl-roc-section-4-j-bg.hovered {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.26));
}

.ggl-roc-section-4-j-bg-m {
    position: absolute;
    max-width: 1080px;
    width: 100%;
    z-index: -1;
}

.j2-bg {
    /* filter: drop-shadow(1px 6px 0px black); */
    left: 19%;
}

.j1-bg {
    /* filter: drop-shadow(1px 6px 0px black); */
    left: 51%;
}

.j3-bg {
    /* filter: drop-shadow(1px 6px 0px black); */
    right: -20%;
}

.ggl-roc-section-4-btn-detail {
    position: absolute;
    cursor: pointer;
    max-width: 330px;
    width: 16vw;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: filter 0.3s ease;
}

.ggl-roc-section-4-btn-detail:hover {
    filter: drop-shadow(2px 4px 6px rgb(214, 160, 61));
}

.ggl-roc-section-4-reward-container {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 33%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease;
}

.ggl-roc-section-4-reward-container.show {
    opacity: 1;
    visibility: visible;
}

/* wrapper yang membungkus popup dan tombol */
.ggl-roc-section-4-reward-popup-wrapper {
    position: relative;
    display: inline-block;
}

/* gambar popup */
.ggl-roc-section-4-reward-popup {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 16px;
    filter: drop-shadow(2px 4px 6px rgb(172, 104, 40));
    transition: transform 0.3s ease;
}

/* tombol back */
.ggl-roc-section-4-reward-popup-btn-back {
    position: absolute;
    top: 28px;
    right: 22px;
    width: 17vw;
    z-index: 1;
    max-width: 169px;
    cursor: pointer;
    filter: drop-shadow(2px 4px 6px rgb(182, 131, 54));
    transition-duration: 0.3s;
}

.ggl-roc-section-4-reward-popup-btn-back:hover {
    transform: scale(0.9);
}

.trophy-desktop {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8vw;
    flex-wrap: wrap;
}

.trophy-mobile {
    display: none !important;
    justify-content: center;
    align-items: flex-end;
    gap: 13vw;
    flex-wrap: wrap;
}

.trophy {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.trophy-1 {
    max-width: 411px;
    width: 22vw;
}

.trophy-2,
.trophy-3 {
    max-width: 346px;
    width: 18vw;
}

.trophy:hover {
    transform: scale(1.1);
}

@media (min-width: 1242px) and (max-width: 1919px) {
    .ggl-roc-section-4-line2 {
        width: 15%;
        margin: 0 0vw !important;
    }
}

/* Di atas 1920px */
@media (min-width: 1920px) {
    .ggl-roc-section-4-line2 {
        width: 15%;
        margin: 0 0.5vw !important;
    }
}

@media (min-width: 992px) {
    .ggl-roc-section-4-trophy1 {
        width: 28%;
        /* Juara 1 lebih besar */
    }

    .ggl-roc-section-4-line2 {
        width: 15%;
        /* Juara 2-5 lebih besar dari sebelumnya */
        margin: 0 -0.5vw
    }
}

@media (max-width: 991px) {
    .ggl-roc-section-4-trophy1 {
        width: 60%;
        margin-bottom: 2vw;
    }

    .ggl-roc-section-4-line2 {
        width: 46%;
        margin: -3vw;
        margin: 0 -0.5vw;
    }
}

@media (max-width: 767px) {
    .trophy-desktop {
        display: none !important;
    }

    .trophy-mobile {
        display: flex !important;
        gap: 3vw;
    }

    .trophy-1 {
        grid-column: 1 / span 2;
    }

    .ggl-roc-section-4 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        height: 177vw !important;
        min-height: auto;
        margin-top: 0 !important;
    }

    .ggl-roc-section-4-bg {
        top: 13%;
        left: 8%;
        width: 85%;
    }

    .ggl-roc-section-4-content {
        position: relative;
        z-index: 2;
        height: 171vw !important;
    }

    .ggl-roc-section-4-title {
        width: 65vw;
        top: 7%;
        left: 18%;
    }

    .ggl-roc-section-4-btn-detail {
        width: 45vw;
        top: 95%;
        left: 50%;
    }

    .ggl-roc-section-4-line2 {
        margin: -2vw;
    }

    .trophy-1,
    .trophy-2,
    .trophy-3 {
        width: 43vw;
    }

    .ggl-roc-section-4-reward-popup-btn-back {
        top: 41px;
        left: -9px;
        width: 28vw;
    }
}

@media (max-width: 358px) {
    .ggl-roc-section-4-btn-back {
        top: 21px;
        left: 23px;
        width: 75px;
        height: 17px;
    }
}

/* Section 5 */
.ggl-roc-section-5 {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    overflow: hidden;
    height: 55.8vw;
    /* margin-top: 9%; */
    /* z-index: 1; */
}

.ggl-roc-section-5-title {
    position: absolute;
    max-width: 1241px;
    width: 45vw;
    left: 27vw;
    top: 5vw;
}

.ggl-roc-section-5-bg-d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 0;
    z-index: -1;
}

.ggl-roc-section-5-bg {
    /* filter: drop-shadow(1px 6px 3px black); */
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-5-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 4vw;
    left: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    margin-top: -1vw;
}

.ggl-roc-section-5-point-select-wrapper {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ggl-roc-section-5-point {
    max-width: 1080px;
    width: 61vw;
    height: 4vw;
    background: url(../images/teaser/edl/page5/date/list1.png) no-repeat center;
    background-size: contain;
    color: rgba(0, 0, 0, 0);
    font-size: 27px;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}


.ggl-roc-section-5-point option {
    background-color: #ffda00;
    color: #000000;
    cursor: pointer;
    text-align: center;
}

.ggl-roc-section-5-point-img .ggl-roc-section-5-point-img-var {
    max-width: 626px;
    width: 27vw;
}

#ggl-roc-section-5-point-img-display {
    position: absolute;
    max-width: 878px;
    width: 37vw;
    bottom: 9vw;
}

.ggl-roc-section-5-wrap-arrow {
    position: absolute;
    top: 37vw;
    display: flex;
    justify-content: center;
    gap: 79vw;
}

@media (min-width: 2560px) {
    #ggl-roc-section-5-point-img-display {
        transform: scale(1.2);
    }
}

@media (max-width: 767px) {
    .ggl-roc-section-5-title {
        width: 86vw;
        left: 8vw;
        top: 15vw;
    }

    .ggl-roc-section-5 {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
        height: 177vw !important;
        min-height: auto;
        margin-top: 0 !important;
    }

    .ggl-roc-section-5-bg {
        top: 68%;
        left: 8%;
        width: 84%;
    }

    .ggl-roc-section-5-content {
        position: relative;
        z-index: 2;
        height: 177vw !important;
    }

    #ggl-roc-section-5-point-img-display {
        width: 89vw;
        bottom: 64vw;
    }

    .ggl-roc-section-5-point-select-wrapper {
        top: 18%;
    }

    .ggl-roc-section-5-point {
        padding: 1vw 7vw 1vw 6vw !important;
        font-size: 14px !important;
        width: 94vw;
        height: 19vw;
    }
}

/* Section 5 */
.ggl-roc-section-6 {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: none;
    width: 100%;
    height: 51vw;
    overflow: hidden;
}

.ggl-roc-section-6-title {
    position: absolute;
    max-width: 1241px;
    width: 45vw;
    left: 8vw;
    top: 4vw;
}

.ggl-roc-section-6-bg {
    /* filter: drop-shadow(1px 6px 0px black); */
    position: absolute;
    top: 0;
    left: 0;
    width: 69%;
    height: auto;
    object-fit: cover;
    z-index: 0;
}

.ggl-roc-section-6-content {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 2vw;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ggl-roc-section-7-guild-leaderboard-wrapper {
    position: relative;
    margin-bottom: 7vw;
    margin-top: 2vw;
}

.ggl-roc-section-7-guild-leaderboard-table-frame {
    height: 28.8vw;
    width: 84vw;
    overflow: auto;
    margin-left: 0vw;
    margin-top: 2vw;
    scrollbar-width: thin;
    scrollbar-color: #ae6600 #937b7bbf;
}

.ggl-roc-section-7-bracket-img {
    max-width: 1841px;
    width: 76vw;
}

.icon-rank {
    max-width: 649px;
    width: 93px;
    filter: brightness(0.1);
}

.table-hover {
    border-collapse: separate;
    border-spacing: 10px 0px;
    width: 100%;
    text-align: center;
    min-width: 600px;
}

.table-hover th,
.table-hover td {
    padding: 1vw 2vw;
    white-space: nowrap;
}

.table-hover th {
    background-color: #292929;
    color: #ffffff;
    font-weight: 500;
    padding: 10px;
    border: 2px solid rgb(255, 255, 255);
    font-size: 2rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-hover td {
    border: 2px solid rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 10px;
    /* background-color: rgba(0, 0, 0, 0.308); */
    font-size: 2rem;
}

.table thead th {
    border-bottom: none !important;
}

/* 
.ggl-roc-section-6-content p {
    letter-spacing: 1px;
    color: #1d3f78;
    font-size: 3rem;
    margin-top: -2vw;
}

.ggl-roc-section-6-bracket-wrapper {
    overflow: auto;
    margin-top: 11vw;
    width: 63%;
    height: 29vw;
    max-width: none;

    scrollbar-width: thin;
    scrollbar-color: #1a3569 #7b8593bf;
}

.ggl-roc-section-6-bracket-img {
    width: 100%;
} */

@media (max-width: 767px) {
    .ggl-roc-section-6-bg {
        top: 126vw;
        left: 8%;
    }

    .ggl-roc-section-6-title {
        width: 86vw;
        left: 8vw;
        top: 1vw;
    }

    .ggl-roc-section-6-bracket-wrapper {
        width: 86vw;
        height: 97%;
        margin-top: 30vw;
        max-width: none;
    }

    .ggl-roc-section-6-bracket-img {
        width: 170vw;
    }

    .ggl-roc-section-7-guild-leaderboard-table-frame {
        height: 102.4vw;
        width: 84vw;
        margin-top: -41vw;
    }
}

/* FOOTER */
.btn-to-top {
    text-align: right;
    cursor: pointer;
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    display: none;
    z-index: 999;
    /*padding-right: 1vw;*/
}

.btn-to-top img {
    width: 60%;
    max-width: 125px;
}

footer {
    background-color: #252525;
    border-top: 5px solid #ffd900;
    background-size: cover;
    position: relative;
    /* z-index: 3; */
}

.row-logo {
    padding-top: 2vw;
    padding-bottom: 3vw;
}

.sosmed a {
    color: #fff;
    font-size: 24pt;
    margin-right: 1vw;
    transition-duration: 0.3s;
}

.sosmed a:hover {
    color: #fa9e25;
}

.ggl-logo {
    margin-right: 2vw;
    padding-top: 1vw;
}

.ggl-info {
    padding-top: 2vw;
    font-weight: bold;
    color: #ffe;
}

@media (max-width: 768px) {
    .ggl-info {
        font-size: 0.9rem;
    }
}

.mecha-img {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
}

.mecha-img.show {
    animation: reveal 3s ease-out forwards, glitch 2s infinite;
    opacity: 1;
}

/* PREREG */
.prereg-wrap {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.prereg-wrap.active {
    display: flex;
}

.prereg-box {
    position: relative;
    width: min(90vw, 1200px);
    aspect-ratio: 16 / 9;
}

.prereg-frame,
.prereg-frame-m {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(1px 2px 15px #b76c00);
}

.btn-close {
    position: absolute;
    top: 8%;
    right: 8%;
    width: 50px;
    cursor: pointer;
    z-index: 5;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.prereg-form {
    position: relative;
    z-index: 3;
    width: 60%;
    margin: auto;
    top: 40%;
}

.form-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.form-label {
    background: #fff;
    text-align: center;
    padding: 12px;
    font-weight: bold;
}

.form-row input {
    height: 48px;
    font-size: 1rem;
}

.footer-text {
    margin-top: 16px;
    background: black;
    color: white;
    padding: 10px;
    text-align: center;
}

.btn-row {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.btn-log-d,
.btn-fpw,
.btn-email {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* ukuran gambar tombol */
.buttons-login {
    width: 100%;
    max-width: 260px;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.btn-close:hover,
.buttons-login:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.sweet-alert {
    background-color: #292929 !important;
    border: 6px solid #ffda00 !important;
}

.sweet-alert h2 {
    font-family: 'BonaNova' !important;
    color: white !important;
}

.sweet-alert button {
    background-color: #ff9600 !important;
    color: black !important;
}

@media (min-width: 2560px) {
    .ggl-roc-letter-login {
        position: absolute;
        z-index: -1;
        max-width: 1296px;
        width: 68vw;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@media (max-width: 1440px) {
    .ggl-roc-letter-login {
        position: absolute;
        z-index: -1;
        max-width: 1296px;
        width: 81vw;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1024px) {
    .ggl-roc-letter-login {
        width: 89vw;
        top: 33%;
    }
}

@media (max-width: 992px) {
    .form-row {
        grid-template-columns: 150px 1fr;
    }

    .form-label {
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .form-row {
        grid-template-columns: 1fr;
    }

    .form-label {
        display: none;
    }

    .form-control {
        width: 100%;
    }

    .prereg-box {
        aspect-ratio: 4 / 9;
    }

    .prereg-form {
        width: 86%;
    }

    .btn-close {
        position: absolute;
        top: 17%;
        right: 4%;
        width: 38px;
        cursor: pointer;
        z-index: 5;
    }

    .btn-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .btn-log-d {
        grid-column: 1 / 3;
        /* LOGIN ambil 2 kolom */
    }

    .buttons-login {
        max-width: 230px;
        /* penting: kecilin tombol di HP */
    }

    .footer-text {
        margin-top: 16px;
        background: black;
        border: 1px solid #fdd901;
        color: white;
        padding: 19px;
        text-align: center;
    }
}

@media (max-width: 425px) {
    .buttons-login {
        max-width: 177px;
    }
}

/* buka dari kiri ke kanan */
@keyframes reveal {
    from {
        clip-path: inset(0 100% 0 0);
    }

    to {
        clip-path: inset(0 0 0 0);
    }
}

/* glitch kecil */
@keyframes glitch {
    0% {
        filter: none;
    }

    50% {
        transform: translateX(2px);
    }

    100% {
        filter: none;
    }
}

/* arrowBounce kecil */
@keyframes arrowBounce {
    0% {
        margin-top: 0px;
    }

    50% {
        margin-top: 1px;
    }

    100% {
        margin-top: 0px;
    }
}

@keyframes btnBounce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
