@font-face {
    font-family: Inter;
    src: url(/assets/fonts/Inter/Inter-Regular.ttf);
}

@font-face {
    font-family: Bayon;
    src: url(/assets/fonts/Bayon/Bayon-Regular.ttf);
}

@font-face {
    font-family: BeVietnam;
    src: url(/assets/fonts/BeVietnam/BeVietnamPro-Regular.ttf);
}

@font-face {
    font-family: Archivo;
    src: url(/assets/fonts/Archivo/Archivo-Bold.ttf);
}

@font-face {
    font-family: ArchivoThin;
    src: url(/assets/fonts/Archivo/ArchivoThin.ttf);
}

@font-face {
    font-family: Gabriel;
    src: url(/assets/fonts/Gabriel/GABRWFFR.TTF);
}



html,
body {
    margin: 0;
    height: 100%;
    overflow: hidden;

    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */

    background-color: black;
}

.loading {
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background-color: black; */

    background-image: linear-gradient(#000000, #141414, #4b4b4b);
    z-index: 999999999999;
}

.transtition-red {
    width: 100%;
    height: 100%;
    background-color: red;
}

.scene-3d {
    position: absolute;
    z-index: -100;
}

.mask-3d {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;

    mask-image: url(/assets/svg/triangle-bottom.svg), url(/assets/svg/rectangle.svg), url(/assets/svg/triangle-top.svg);
    mask-size: 110% 10%, 100% 81%, 110% 10%;
    mask-position: 0% 100%, 0% 53%, 50% 1%;
    mask-repeat: no-repeat, no-repeat, no-repeat;
    mask-composite: add;

    -webkit-mask-image: url(/assets/svg/triangle-bottom.svg), url(/assets/svg/triangle-top.svg), url(/assets/svg/rectangle.svg);
    -webkit-mask-size: 100% 10%, 100% 10%, 100% 80.1%;
    -webkit-mask-position: 0% 100%, 0% 0%, 0% 50%;
    -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
    -webkit-mask-composite: add;
}

.mask-3d.top {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;

    mask-image: url(/assets/svg/triangle-bottom.svg), url(/assets/svg/rectangle.svg);
    mask-size: 100% 10%, 100% 90.11%;
    mask-position: 0% 100%, 0% 0%;
    mask-repeat: no-repeat;
    mask-composite: add;

    -webkit-mask-image: url(/assets/svg/triangle-bottom.svg), url(/assets/svg/rectangle.svg);
    -webkit-mask-size: 100% 10%, 100% 90.11%;
    -webkit-mask-position: 50% 100%, 0% 0%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: add;
}

.mask-3d.bottom {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;

    mask-image: url(/assets/svg/rectangle.svg), url(/assets/svg/triangle-top.svg);
    mask-size: 100% 81%, 110% 10%;
    mask-position: 0% 53%, 50% 1%;
    mask-repeat: no-repeat, no-repeat;
    mask-composite: add;

    -webkit-mask-image: url(/assets/svg/triangle-top.svg), url(/assets/svg/rectangle.svg);
    -webkit-mask-size: 100% 10%, 100% 80.1%;
    -webkit-mask-position: 0% 0%, 0% 50%;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-composite: add;
}

.mask-3d.nocap {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;

    mask-image: url(/assets/svg/rectangle.svg);
    mask-size: 100% 100%;
    mask-position: 0% 0%;
    mask-repeat: no-repeat;
    mask-composite: add;

    -webkit-mask-image: url(/assets/svg/rectangle.svg);
    -webkit-mask-size: 100% 100%;
    -webkit-mask-position: 0% 0%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-composite: add;
}


.fixed-position {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.normal-screen-size {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
}

.page-position-top {
    position: absolute;
    width: 100%;
    height: 10%;
    z-index: 99999999;
    top: 0%;
    /* background-color: aliceblue; */
    pointer-events: none;
}

.page-position-top.zero {
    top: 0%;
}

.page-position-bottom {
    position: absolute;
    width: 100%;
    height: 10%;
    z-index: 99999999;
    bottom: 0%;

    /* background-color: aqua; */
    pointer-events: none;
}

.page-position-bottom.zero {
    bottom: 0%;
}

.loading-age-warning {
    position: absolute;
    color: white;
    font-family: Archivo;
    font-size: min(10vh, 13px);

    text-align: center;
    padding: 10px;
    width: 330px;

    border: solid;
    border-width: 2px;
    border-radius: 10px;

    left: 50%;
    bottom: 2%;

    transform: translate(-50%);
}

.loading-bar-background {
    height: 10px;
    width: 300px;
    background-color: white;

    border-radius: 5px;

    position: absolute;
    left: 50%;
    bottom: -20px;

    transform: translateX(-50%) scale(0.8);
}

.loading-bar {
    position: absolute;
    left: 0.5%;
    top: 10%;
    height: 80%;
    width: 0%;
    background-color: #FF2424;

    border-radius: 5px;

    transition: width;
    transition-duration: 200ms;
}

.loading-black {
    position: absolute;

    height: 130px;
    width: 300px;


    left: 50%;
    top: 0px;
    transform: translateX(-50%) translateY(-30%);

    background-image: url(/assets/svg/BLCK_base.svg);
    background-size: 100%;
    background-position-x: -10px;
    background-position-y: 30%;
    background-repeat: no-repeat;

    display: none;
}

.loading-black-background {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-image: url(/assets/svg/BLCK_base.svg);
    background-size: 100%;
    background-position-x: -10px;
    background-position-y: 30%;
    background-repeat: no-repeat;
}

.loading-b {
    position: absolute;
    bottom: 0px;
    height: 10%;
    width: 53px;
    background-color: white;
    left: 2px;
    display: none;

    transition: height;
    transition-duration: 600ms;
}

.loading-l {
    position: absolute;
    bottom: 0px;
    height: 10%;
    width: 40px;
    background-color: white;
    display: none;
    left: 56px;

    transition: height;
    transition-duration: 600ms;
}

.loading-c {
    position: absolute;
    bottom: 0px;
    height: 10%;
    width: 45px;
    background-color: white;
    display: none;
    left: 183px;

    transition: height;
    transition-duration: 600ms;
}

.loading-k {
    position: absolute;
    bottom: 0px;
    height: 10%;
    width: 50px;
    background-color: white;
    display: none;

    left: 230px;

    transition: height;
    transition-duration: 600ms;
}

.loading-triangle {
    position: absolute;
    left: calc(50% - 10px);
    bottom: -25px;
    transform: translateX(-50%);

    width: 120px;
    z-index: 0;
}

.fade {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;

    display: none;

    z-index: 99999999;
    background-color: black;
}

.page-top {
    position: absolute;
    z-index: 99999999999999999;
    background-color: white;

    top: 0px;
    left: 100px;
}


.page-bottom {
    position: absolute;
    z-index: 99999999999999999;
    background-color: white;

    bottom: 0px;
    left: 100px;
}

.fix-size {}

.language-toggle {
    position: absolute;
    top: 10px;
    left: 50%;

    transform: translateX(-50%);

    width: auto;
    color: rgb(129, 129, 129);

    font-family: ArchivoThin;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    white-space: nowrap;

    background-color: rgba(0, 0, 0, 0.75);

    display: inline-flex;

    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;

    border-radius: 50px;

    pointer-events: all;

    z-index: 999999999999999999999;
}

.language-space {
    margin-left: 10px;
    margin-right: 10px;
    height: 80%;
    width: 2px;

    background-color: white;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: all;
}

.language-text {
    position: relative;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: all;
}

.language-text.active {
    color: white;
    pointer-events: all;
}

.loading-next-button {
    position: absolute;
    padding: 10px;
    padding-left: 40px;
    padding-right: 55px;
    background-color: rgba(255, 255, 255);

    height: fit-content;

    bottom: 9%;
    left: 50%;

    color: black;
    border-radius: 20px;

    font-family: ArchivoThin;
    font-weight: bold;

    display: none;

    cursor: pointer;

    white-space: nowrap;

    transform: translate(-50%, -50%);
}

.loading-video-container {
    position: absolute;
    height: 82%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.loading-video-container {
    
}

.loading-video{
    display: none;
}

.loading-dot-animation-1 {
    animation-name: dot-animation;
    animation-duration: 400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.loading-dot-animation-2 {
    animation-name: dot-animation;
    animation-duration: 400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 200ms;
}

.loading-dot-animation-3 {
    animation-name: dot-animation;
    animation-duration: 400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 400ms;
}

.loading-video-bar-background{
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: white;
    bottom: 0px;
}

.loading-video-bar{
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: red;
}

@keyframes dot-animaiton {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 800px) {

    .language-text {
        font-size: 10px;
    }

    .loading-age-warning {
        transform: translate(-50%) scale(0.7);
    }

    .loading-black {
        transform: translateX(-50%) translateY(-30%) scale(0.8);
    }

    .loading-next-button {
        font-size: 10px;

        bottom: 9%;
    }

}

.loading-arrow {
    position: absolute;
    top: 50%;
    right: 20px;

    width: 20px;
    height: 20px;

    background-image: url(/assets/svg/arrow-next.svg);
    background-repeat: space;
    background-position: 50% 50%;
    /* background-size: 20px 20px; */

    transform: translate(0, -50%);

    animation-name: arrow-animaiton;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes arrow-animaiton {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }

    40% {
        opacity: 1;
        background-position: 50% 50%;
    }

    60% {
        opacity: 1;
        background-position: 50% 50%;
    }

    100% {
        opacity: 0;
        background-position: 150% 50%;
    }
}

.loading-next-button-outline {
    position: absolute;
    left: 50%;
    top: 50%;

    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);

    background-color: #4b4b4b00;
    border-radius: 20px;
    border: solid;
    border-width: 2px;
    border-color: white;

    animation-name: box-animaiton;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


@keyframes box-animaiton {
    0% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scaleX(1.05) scaleY(1.2);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scaleX(1) scaleY(1);
    }
}

.loading-mute-unmute-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;

    background-size: contain;
    background-position: center;

    pointer-events: all;

    cursor: pointer;
}

.loading-mute{
    background-image: url(/assets/images/mute.png);
}

.loading-unmute{
    background-image: url(/assets/images/unmute.png);
    display: none;
}

.video-overlay{
    position: absolute;
    width: 100%;
    aspect-ratio: 16/9;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    pointer-events: none;
}

.loading-rotate{
    position: absolute;
    width: 100px;
    height: 100px;

    left:  50%;
    top: 50%;

    transform: translate(-50%, -50%);
    animation-name: loading-rotate-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    background-image: url(/assets/images/loading.png);
    background-size: contain;
}

@keyframes loading-rotate-animation {
    0%{
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100%{
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.intro-play-video-button{
    position: absolute;
    width: 100px;
    height: 100px;

    left:  50%;
    top: 50%;

    transform: translate(-50%, -50%);

    background-image: url(/assets/images/play.png);
    background-size: contain;
    
    pointer-events: none;
}

.djarum-black-logo{
    height: 100px;
    width: 100%;

    background-image: url(/assets/images/djarum_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 98%;
    margin-bottom: 20px;
    
    position: relative;
}