@import "fontface.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; */
    /* font-smoothing: antialiased; */
    /* scroll-padding-top: var(--scroll-padding, 160px); */
}

body {
    height: 100% !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    -webkit-font-feature-settings: "palt" 1 !important;
    font-feature-settings: "palt" 1 !important;
    color: #313131 !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;
    box-sizing: border-box !important;

    min-height: 100vh;
}

body {
    /* scroll-behavior: smooth; */
    /* text-rendering: optimizeSpeed; */
    min-height: 100vh;
    line-height: 1.5;
}

body header, body .wrapper {
    opacity: 1;
    -webkit-transition: opacity 240ms;
    transition: opacity 240ms;
}

@media screen and (max-width: 768px) {

    body {
        font-size: 1.4rem !important;
    }

}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
    color: #00a0e9;
}

.back-to-top:hover {
    color: #0074aa;
}

img {
    opacity: 1;
    -webkit-transition: all 480ms;
    transition: all 480ms;
    display: block;
}

img {
    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;
}

body, h1, h2, h3, h4, h5, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

#facebox .close{
	top: -15px;
	right: -15px;
}

#facebox .btn-goHome{
	position: absolute;
	left: 35%;
    bottom: 5%;
}

.close{
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: unset; 
	filter: unset;
	opacity: unset; 
}

.close:focus, .close:hover{
	filter: unset;
	opacity: unset;
}

@media(max-width: 768px){

	#facebox .content{
		width: auto;
	}

	#facebox img{
		width: 100%;
	}

	#facebox .close{
		top: 15vh;
		right: 0px;
		width: 12%;
	}

	#facebox .btn-goHome{
		position: absolute;
		left: 12%;
	    top: 90vh;
	}

	#facebox .btn-goHome img{
		max-width: 80%;
	}
}

.floating-home {
    position: absolute;
    display: block;
    top: 0.5%;
    right: 1%;
    z-index: 99;

    transition: 0.5s linear 0.6s;
    animation: milestoneHighlight 2.5s infinite ease-in-out;
}

.floating-home:hover,
.floating-home:active {
    animation: jiggle-top 0.35s ease-out forwards;
}

.floating-home img {
    width: 11vw;
}

@media screen and (max-width: 768px){

    .floating-home img {
        width: 20vw;
    }

}

/* ------------------------------------------------- KEYFRAMES ------------------------------------------------ */

@keyframes jiggle-left {
    0%   { transform: translateX(0) scale(1); }
    40%  { transform: translateX(-22px) scale(1.1); filter: saturate(2);}
    65%  { transform: translateX(-14px) scale(1.05); filter: saturate(2);}
    85%  { transform: translateX(-18px) scale(1.08); filter: saturate(2);}
    100% { transform: translateX(-18px) scale(1.08); filter: saturate(2);}
}

@keyframes jiggle-right {
    0%   { transform: translateX(0) scale(1); }
    40%  { transform: translateX(22px) scale(1.1); filter: saturate(2);}
    65%  { transform: translateX(14px) scale(1.05); filter: saturate(2);}
    85%  { transform: translateX(18px) scale(1.08); filter: saturate(2);}
    100% { transform: translateX(18px) scale(1.08); filter: saturate(2);}
}

@keyframes jiggle-top {
    0%   { transform: translateY(0) scale(1); }
    40%  { transform: translateY(-22px) scale(1.1); filter: saturate(2);}
    65%  { transform: translateY(-14px) scale(1.05); filter: saturate(2);}
    85%  { transform: translateY(-18px) scale(1.08); filter: saturate(2);}
    100% { transform: translateY(-18px) scale(1.08); filter: saturate(2);}
}

@keyframes glitchBW {
    0% {
        filter: none;
        transform: translate(0);
    }

    4% {
        filter: grayscale(100%) contrast(200%);
        transform: translate(-1px, -1px);
    }

    20% {
        filter: grayscale(100%) contrast(200%);
        transform: translate(1px, 1px);
    }

    30% {
        filter: none;
        transform: translate(0);
    }

    100% {
        filter: none;
        transform: translate(0);
    }
}

@keyframes milestoneHighlight {
    0% {
        filter: brightness(1);
    }

    45% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.4) contrast(1.1) saturate(1.1);
    }

    60% {
        filter: brightness(1.1);
    }

    100% {
        filter: brightness(1);
    }
}

@keyframes topicHighlight {
    0% {
        filter: saturate(1);
    }

    20% {
        filter: saturate(10) contrast(1.1);
    }

    80% {
        filter: saturate(1.1);
    }

    100% {
        filter: saturate(1);
    }
}

@keyframes Bounce {
    0% {
        transform: translateY(0);
        filter: saturate(1);
    }

    80% {
        transform: translateY(0);
        filter: saturate(1);
    }

    85% {
        transform: translateY(-6px);
        filter: saturate(3) contrast(1.1);
    }

    90% {
        transform: translateY(0);
        filter: saturate(3) contrast(1.1);
    }

    95% {
        transform: translateY(-3px);
        filter: saturate(1.5);
    }

    100% {
        transform: translateY(0);
        filter: saturate(1);
    }
}

/* -------------------------------------------------- MODAL ------------------------------------------------- */

.modal-pop {
    max-width: 60vw !important;
}

.modal-pop img {
    display: inline;
}

.POP {
    height: 35.6vw;
    border: none !important;
    background: transparent !important;
    display: block !important;
}

.POPMOBILE {
    display: none;
}

.modal-btn-close {
    max-width: 100%;
    width: 4.7%;
    position: absolute;
    right: 7%;
    top: -7%;
    cursor: pointer;
    filter: brightness(0);
    transition: transform 2s ease-in-out;
}

.modal-btn-close:hover {
    transform: rotate(360deg);
}

.modal-btn-close:not(:hover) {
    transform: rotate(-360deg);
}

.clickme {
    max-width: 100%;
    width: 30%;
    left: 35%;
    bottom: 1%;
    position: absolute;
    cursor: pointer;
    transition: 0.18s ease;
}

.clickme:hover {
    animation: jiggle-top 0.35s ease-out forwards;
}

.pop-up {
    width: 100%;
}

@media screen and (max-width: 768px) {

    .modal-pop {
        max-width: 100% !important;
        margin: 0 !important;
    }

    .POP {
        display: none;
    }

    .POPMOBILE {
        border: none !important;
        background: transparent !important;
        display: block;
    }

    .POPMOBILE .modal-body {
        padding: 0 !important;
    }

    .modal-btn-close {
        width: 7%;
        right: 45%;
        top: 2%;
        filter: brightness(100);
    }

    .clickme {
        width: 50%;
        left: 25%;
    }

    #POPPREREGMOBILE .modal-btn-close {
        right: 8% !important;
        top: 8% !important;
    }

}

/* ------------------------------------------------ REGISTER ------------------------------------------------ */

#POPPREREG .prize {
    position: absolute;
    width: 55%;
    bottom: 5%;
    right: 13%;
    z-index: 2;
    pointer-events: none;
}

#PREREG {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 570px;
    width: 100%;
    top: 39.5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#PREREG #LOGIN {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#PREREG #LOGIN .form-box {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

#PREREG #LOGIN .signin-booster {
    margin-top: 1%;
}

#PREREG #LOGIN .signin-booster .sign-btn {
    font-size: 1.6rem;
    color: #39241d;
    text-align: center;
}

input#uname, 
input#password {
    height: calc(2.25rem + 12px);
    padding: 1.375rem 1.75rem;
    font-size: 1.6rem;
}

#PREREG #LOGIN .form-box .row .row-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#PREREG #LOGIN .form-box .row .buttons-login {
    width: 100%;
    margin-bottom: 1%;
}

@media screen and (min-width: 1921px) {

    #PREREG {
        top: 40%;
    }

    #PREREG #LOGIN .signin-booster {
        margin-top: 3%;
    }

    #PREREG #LOGIN .signin-booster .sign-btn {
        font-size: 2rem;
    }
    
    input#uname, input#password {
        height: calc(2.25rem + 30px);
        font-size: 2rem;
    }

}

@media screen and (max-width: 1440px) {

    #PREREG {
        top: 41.5%;
    }

}

@media screen and (max-width: 1366px) {

    #PREREG {
        top: 42%;
    }

}

@media screen and (max-width: 1050px) {

    #PREREG {
        top: 44%;
    }

    #PREREG #LOGIN .form-box .row {
        width: 45vw;
    }

    #PREREG #LOGIN .signin-booster .sign-btn {
        font-size: 1rem;
    }

    input#uname, input#password {
        height: calc(2.25rem + 8px);
        font-size: 1.4rem;
    }

}

@media screen and (max-width: 768px) {

    #PREREG {
        top: 45%;
    }
    
    #PREREG #LOGIN .form-box .btn-group-mobile {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 1px;
    }
    
    #PREREG #LOGIN .form-box .btn-group-mobile .row-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60vw;
    }

    #POPPREREGMOBILE .prize {
        position: absolute;
        width: 90%;
        bottom: 3%;
        right: 2%;
        z-index: 2;
        pointer-events: none;
    }

}

/* ------------------------------------------------ WRAPPER ------------------------------------------------- */

.wrapper {
    padding-top: 0px;
    overflow: hidden;
}

@media screen and (max-width: 1050px) {

    .wrapper {
        padding-top: 0px;
    }

}

/* -------------------------------------------------- MAIN --------------------------------------------------- */

#Home {
    position: relative;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;

    background: url(../../assets/images/teaser/booster2026/main/bg.png);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 2;
}

#Home .HOME-VIDS-BG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    pointer-events: none;
}

#Home .inner {
    position: relative;
	top: 0;
	z-index: 110;
	width: 100%;
    padding-top: 0;
}

#Home .inner:last-of-type {
    margin-bottom: 0px;
}

#Home .inner .innerContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
    z-index: 110;
}

#Home .inner .innerContent .elm {
    position: absolute;
    height: auto;
    width: 80%;
    top: 10%;
    left: 8%;
    z-index: 5;
    pointer-events: none;
}

#Home .inner .innerContent .elm-mobile {
    display: none;
}

#Home .inner .innerContent .free {
    position: absolute;
    height: auto;
    width: 19%;
    top: 36%;
    left: 4.5%;
    z-index: 5;
    pointer-events: none;
}

#Home .inner .innerContent .char {
    position: relative;
    height: auto;
    width: 55%;
    margin-top: 4.5%;
    left: 1%;
    z-index: 2;
    pointer-events: none;
}

#Home .inner .innerContent .char-mobile {
    display: none;
}

#Home .inner .innerContent .date {
    position: absolute;
    height: auto;
    width: 26%;
    top: 1%;
    z-index: 2;
    pointer-events: none;

    animation: milestoneHighlight 2.5s infinite ease-in-out;
}

#Home .inner .innerContent .title {
    position: absolute;
    height: auto;
    width: 50%;
    bottom: 3.5%;
    left: 25%;
    z-index: 5;
    
    cursor: pointer;
    animation: glitchBW 1.5s infinite;
    animation-delay: 1.1s;
}

#Home .inner .innerContent .promo {
    position: absolute;
    height: auto;
    width: 35%;
    top: 5%;
    left: 9%;
    z-index: 1;
    
    cursor: pointer;
    transition: 0.5s linear 0.6s;
    animation: Bounce 2s infinite ease-in-out;
}

#Home .inner .innerContent .promo-mobile {
    display: none;
}

#Home .inner .innerContent .battlepass {
    position: absolute;
    height: auto;
    width: 26%;
    top: 28%;
    left: 19%;
    z-index: 4;

    cursor: pointer;
    transition: 0.6s linear 0.8s;
    animation: Bounce 2.5s infinite ease-in-out;
}

#Home .inner .innerContent .milestone {
    position: absolute;
    height: auto;
    width: 40%;
    top: 45.5%;
    left: 8%;
    z-index: 3;

    cursor: pointer;
    transition: 0.6s linear 0.8s;
    animation: milestoneHighlight 2.5s infinite ease-in-out;
}

#Home .inner .innerContent .battlepass:hover,
#Home .inner .innerContent .battlepass:active,
#Home .inner .innerContent .promo:hover, 
#Home .inner .innerContent .promo:active,
#Home .inner .innerContent .milestone:hover, 
#Home .inner .innerContent .milestone:active 
{
    animation: jiggle-left 0.35s ease-out forwards;
}

#Home .inner .innerContent .topic {
    position: absolute;
    height: auto;
    width: 30%;
    top: 1%;
    right: 18%;
    z-index: 1;

    animation: topicHighlight 2.5s infinite ease-in-out;
}

#Home .inner .innerContent .topic-mobile {
    display: none;
}

#Home .inner .innerContent .jumping {
    position: absolute;
    height: auto;
    width: 35%;
    top: 19.3%;
    right: 10%;
    z-index: 4;

    cursor: pointer;
    transition: 0.6s linear 0.8s;
    animation: Bounce 2.3s infinite ease-in-out;
}

#Home .inner .innerContent .register {
    position: absolute;
    height: auto;
    width: 25%;
    top: 54%;
    right: 10%;
    z-index: 6;

    cursor: pointer;
    transition: 0.7s linear 1s;
}

#Home .inner .innerContent .jumping:hover,
#Home .inner .innerContent .jumping:active,
#Home .inner .innerContent .register:hover,
#Home .inner .innerContent .register:active {
    animation: jiggle-right 0.35s ease-out forwards;
}

#Home .inner .innerContent .barcode {
    position: absolute;
    height: auto;
    width: 8%;
    bottom: 3.5%;
    left: 5%;
    z-index: 5;
    pointer-events: none;
}

#Home .inner .innerContent .logo {
    position: absolute;
    height: auto;
    width: 5%;
    bottom: 3.5%;
    right: 2%;
    z-index: 5;
    pointer-events: none;
}

@media screen and (max-width: 768px) {

    #Home {
        position: relative;
        overflow: hidden;

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5vw;

        background: url(../../assets/images/teaser/booster2026/main/Mbg.png);
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
    }

    #Home .HOME-VIDS-BG {
        display: none;
    }

    #Home .inner .innerContent {
        padding: 0;
    }

    #Home .inner .innerContent .elm {
        display: none;
    }

    #Home .inner .innerContent .elm-mobile {
        display: block;
        position: absolute;
        height: auto;
        width: 90%;
        top: 35%;
        left: 5%;
        z-index: 5;
        pointer-events: none;
    }

    #Home .inner .innerContent .free {
        width: 30%;
        top: 51.5%;
        left: 0%;
    }

    #Home .inner .innerContent .char {
        display: none;
    }

    #Home .inner .innerContent .char-mobile {
        display: block;
        position: relative;
        height: auto;
        width: 100%;
        margin-top: 40%;
        margin-bottom: 13%;
        left: 0;
        z-index: 2;
        pointer-events: none;
    }

    #Home .inner .innerContent .date {
        width: 60%;
        top: 4.5%;
    }

    #Home .inner .innerContent .title {
        width: 90%;
        bottom: 11%;
        left: 4%;
    }

    #Home .inner .innerContent .promo {
        display: none;
    }

    #Home .inner .innerContent .promo-mobile {
        display: block;
        position: absolute;
        height: auto;
        width: 50%;
        top: 12%;
        left: 1.7%;
        z-index: 1;
        
        cursor: pointer;
        transition: 0.5s linear 0.6s;
        animation: Bounce 2s infinite ease-in-out;
    }

    #Home .inner .innerContent .battlepass {
        width: 41%;
        top: 33%;
        left: 3%;
    }

    #Home .inner .innerContent .milestone {
        width: 65%;
        top: 56%;
        left: 2.5%;
    }

    #Home .inner .innerContent .topic {
        display: none;
    }

    #Home .inner .innerContent .topic-mobile {
        display: block;
        position: absolute;
        height: auto;
        width: 40%;
        top: 16.5%;
        right: 4%;
        z-index: 1;

        animation: topicHighlight 2.5s infinite ease-in-out;
    }

    #Home .inner .innerContent .jumping {
        width: 56%;
        top: 41.1%;
        right: 3%;
    }

    #Home .inner .innerContent .register {
        width: 40%;
        top: 64%;
        right: 0%;
    }

    #Home .inner .innerContent .barcode {
        width: 11%;
        bottom: 1%;
        left: 2%;
    }

    #Home .inner .innerContent .logo {
        width: 10%;
        bottom: 1%;
        right: 2%;
    }

}

/* ------------------------------------------------- FOOTER --------------------------------------------------- */

footer {
    background: #040707;
    background-size: cover;
    border-top: 3px solid #f9b246;
    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: #f49e3c;
}

.logo-footer {
    width: 10%;
    margin-bottom: 1%;
}

.text-footer {
    color: white;
    font-size: 1vw;
    margin-bottom: 1%;
}

.text-footer a {
    color: white;
}

.text-footer a:hover {
    color: #f49e3c;
}

@media screen and (max-width: 768px) {

    .sosmed {
        font-size: 4vw;
    }

    .logo-footer {
        width: 20%;
    }
    
    .text-footer {
        font-size: 2vw;
    }

}