@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 2000px;
    scroll-behavior: smooth;
    font-family: 'Open Sans', sans-serif;
    background: #000000;
    overflow: hidden;
}

#root {
    position: relative;
    height: auto;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin: 0 auto;
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.container {
    max-width: 1360px;
}

.btn-close {
    background: url(../imgs/btn-close.png) no-repeat;
    width: 55px;
    height: 55px;
    top: 0;
    right: -60px;
    background-size: 100% 100%;
    border: none;
    outline: none;
}

.btn-close:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.wrap-warning {
    left: 0;
    top: 0;
}

.logo-warning {
    top: 0;
    left: 0;
    z-index: 4;
}

.page {
    height: 100vh;
    max-width: 1920px;
}

.page .content {
    width: 100%;
    max-width: 1920px;
    height: 100%;
}

.landing-page header {
    background: transparent;
    padding: 25px 30px 25px 237px;
    z-index: 3;
    position: absolute;
}

.landing-page header .logo {
    display: block;
    width: 262px;
    height: 175px;
    background: url(../imgs/logo.png) no-repeat;
    background-size: 100% 100%;
}

.landing-page header .btn-login {
    background: url(../imgs/btn-login.png) top center no-repeat;
    height: 79px;
    display: block;
    width: 213px;
    background-size: 100% 200%;
}

.landing-page header .btn-login:hover {
    background-position: bottom center;
}

.group-page {
    background: url('../imgs/bg-1.jpg') top center no-repeat;
    background-size: 100% 100%;
    padding: 0;
    overflow: hidden;
    max-width: 1920px;
}

.login .wrap-login .user-info button.dropdown-toggle {
    background-color: #1fb4ff;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
    border-radius: 0;
    color: #fff;
    outline: none;
    border: none;
    width: 265px;
    height: 54px;
    font-size: 20px;
}

.login .user-info .btn-group ul {
    background-color: #292929;
    width: 100%;
    padding: 0;
    border-radius: 2px;
}

.login .user-info .btn-group ul li {
    border-bottom: 1px solid #5e5e5e;
    height: 44px;
}

.login .user-info ul li a {
    width: 100%;
    color: #fff;
    font-size: 18px;
}

.login .user-info .btn-group ul li:hover {
    background-color: #797979 !important;
}

@keyframes floatRightUpDown1 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(5px, -10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes floatRightUpDown2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(5px, 10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.page-1 .bg-blur {
    background: url(../imgs/bg-bottom.png) bottom center no-repeat;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% auto;
    width: 100%;
    height: 100%;
}

.landing-page .page-1 .luffy {
    top: 0px;
    right: 430px;
    z-index: 2;
    animation: floatRightUpDown1 3s ease-in-out infinite;
    height: auto;
    max-width: 100%;
}

.landing-page .page-1 .kaido {
    top: -65px;
    left: 689px;
    z-index: 1;
    animation: floatRightUpDown2 3s ease-in-out infinite;
    height: auto;
}

.landing-page .page-1 .text-group {
    z-index: 4;
    padding-bottom: 75px;
    z-index: 6;
}

.landing-page .page-1 .text-group .title-medium {
    display: none;
}

.slogan-img-wrapper .shine-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 999;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-image: url(../imgs/title-full.png);
    mask-image: url(../imgs/title-full.png)
}

.slogan-img-wrapper .shine-effect:before {
    content: "";
    z-index: 10;
    position: absolute;
    height: 200%;
    width: 200%;
    top: 120%;
    left: -120%;
    ;
    background: linear-gradient(transparent 0%,
            rgba(255, 255, 255, 0.1) 45%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0.1) 55%,
            transparent 100%);
    transition: all 2s;
    transform: rotate(45deg);
    animation: shine 4s infinite forwards;
}

@keyframes shine {
    0% {
        top: 120%;
        left: -120%;
    }

    100% {
        top: -100%;
        left: 100%;
    }

}


.landing-page .page-1 .text-group .play-video {
    width: 300px;
    height: 303px;
    background: url(../imgs/btn-play-video.png) no-repeat;
    border: none;
    right: -230px;
    top: -30px;
    animation: rotateButton 0.5s ease-in-out infinite alternate;
    background-size: 100%;
}

@keyframes rotateButton {
    0% {
        transform: rotate(-20deg);
    }

    100% {
        transform: rotate(20deg);
    }
}

.landing-page .page-1 .text-group .info-group {
    padding-right: 90px;
    background: transparent;
}

@keyframes blink-bg {
    0% {
        background-position: top center;
    }

    50% {
        background-position: bottom center;
    }

    100% {
        background-position: top center;
    }
}

.landing-page .page-1 .btn-download {
    background: url(../imgs/btn-download-2.png) top center no-repeat;
    width: 309px;
    height: 105px;
    border: none;
    animation: blink-bg 1s steps(1, end) infinite;
    background-size: 100% 200%;
    transition: transform 0.3s ease;
}

.landing-page .page-1 .btn-download:hover {
    background-position: bottom center;
    transform: scale(1.05);
    animation: none;
}


.page-2 .bg-blur {
    background: url(../imgs/bg-blur.png) top center no-repeat;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 125%;
    width: 115%;
    height: 100%;
    max-width: none;
}

.page-2 .content {
    width: 100%;
    max-width: 1330px;
    z-index: 4;
}

.page-2 .content .col-4 {
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform, filter;
}

.page-2.show .content .col-4 {
    /* opacity: 1; */
    /* transform: translateY(0); */
    /* filter: blur(0); */
}

/* Delay */
.page-2 .content .col-4:nth-child(1) {
    transition-delay: 0.1s;
}

.page-2 .content .col-4:nth-child(2) {
    transition-delay: 0.2s;
}

.page-2 .content .col-4:nth-child(3) {
    transition-delay: 0.3s;
}

.page-2 .content .col-4:nth-child(4) {
    transition-delay: 0.4s;
}

.page-2 .content .col-4:nth-child(5) {
    transition-delay: 0.5s;
}

.page-2 .content .col-4:nth-child(6) {
    transition-delay: 0.6s;
}

.page-2 .content .slide {
    width: calc(50% - 36px);
    height: 100%;
    margin-left: 5px;
}

.page-2 .content .tabs-post {
    width: calc(50% + 36px);
    height: 100%;
}

.page-2 .content .slide {
    height: 517px;
    background: url(../imgs/page2/slides/bg-slide.png);
    padding: 20px 24px 20px 66px;
}

.page-2 .content .slide .carousel-item {
    background-color: #fff;
    border: 1px solid #000;
    padding: 4px;
}

.page-2 .content .slide .carousel-indicators {
    justify-content: flex-end;
    margin-bottom: 10px;
    margin-right: 20px;
}

.page-2 .content .slide .carousel-indicators button {
    height: 24px;
    width: 33px;
    clip-path: polygon(30% 0%, 100% 0%, 70% 100%, 0% 100%);
    background-color: #fff;
    /* opacity: 1; */
}

.page-2 .content .slide .carousel-indicators button.active {
    width: 80px;
    background-color: #ffff66;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.page-2 .content .tabs-post {
    padding-left: 28px;
    padding-right: 55px;
}

.page-2 .content .tabs-post .nav-tabs,
.page-2 .content .tabs-post .nav-tabs {
    border: none;
}

.page-2 .content .tabs-post .nav-tabs button {
    width: 192px;
    height: 65px;
    border: none;
    outline: none;
}

.landing-page .page-2 {
    position: relative;
    z-index: 5;
}

.landing-page .page-2 .content {
    height: 412px;
    flex: 1;
    background-size: 100% 100%;
}


.landing-page .page-2 .content .col-4,
.landing-page .page-2 .content button {
    padding: 0;
    margin: 0;
    margin-right: 30px;
}

.landing-page .page-2 .content .champ,
.modal-content .card.champ {
    background: url(../imgs/champs.png) top center no-repeat;
    border: none;
    background-size: 100% 200%;
    width: 348px;
    height: calc(824px * 0.5);
}

.landing-page .page-2 .content .formation,
.modal-content .card.formation {
    background: url(../imgs/formation.png) top center no-repeat;
    border: none;
    background-size: 100% 200%;
    width: 324px;
    height: calc(790px * 0.5);
}

.landing-page .page-2 .content .feature,
.modal-content .card.feature {
    background: url(../imgs/feature.png) top center no-repeat;
    border: none;
    background-size: 100% 200%;
    width: 287px;
    height: calc(756px * 0.5);
}


.landing-page .page-2 .content .update,
.modal-content .card.update {
    background: url(../imgs/update.png) top center no-repeat;
    border: none;
    background-size: 100% 200%;
    width: 343px;
    height: calc(676px * 0.5);
}


.landing-page .page-2 .content .newbie,
.modal-content .card.newbie {
    background: url(../imgs/newbie.png) top center no-repeat;
    border: none;
    background-size: 100% 200%;
    width: 335px;
    height: calc(700px * 0.5);
}


.landing-page .page-2 .content .farming,
.modal-content .card.farming {
    background: url(../imgs/farming.png) top center no-repeat;
    border: none;
    background-size: 100% 200%;
    width: 304px;
    height: calc(710px * 0.5);
}

.landing-page .page-2 .content .col-4 {
    height: fit-content;
}

.landing-page .page-2 .content button:hover,
.modal-content .card:hover {
    background-position: bottom center;
}

.landing-page .page-2 .content button {
    border: none;
    outline: none;
}

.landing-page .page-3 {
    background: url(../imgs/bg-page-3.png) top center no-repeat;
    height: 621px;
    padding: 0;
    transform: translateY(-25px);
    margin: auto;
    width: 100%;
}

.landing-page .page-3 .content {
    padding: 0;
    margin: 0;
}

.page-3 .content>* {
    transition:
        opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform, filter;
}

.page-3.show .content>* {
    /* opacity: 1; */
    /* transform: translateY(0); */
    /* filter: blur(0); */
}

.page-3 .content>*:nth-child(1) {
    transition-delay: 0.1s;
}

.page-3 .content>*:nth-child(2) {
    transition-delay: 0.25s;
}

.page-3 .content>*:nth-child(3) {
    transition-delay: 0.4s;
}


.landing-page .page-3 .title {
    background: url(../imgs/title-page-3.png) no-repeat;
    height: 63px;
    width: 687px;
    overflow: hidden;
}

.landing-page .page-3 .loading {
    background: url(../imgs/loading.png) no-repeat;
    width: 979px;
    height: 81px;
    padding: 11px;
}

.loading::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.8),
            transparent);
    background-size: 200% 100%;
    animation: shineBorder 2s linear infinite;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 10;
    pointer-events: none;
    width: calc(100%);
}

@keyframes shineBorder {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.landing-page .page-3 .checkin {
    background: url(../imgs/checkin.png) no-repeat;
    width: 213px;
    height: 68px;
    border: none;
}

.landing-page .page-3 .checkin:hover {
    background: url(../imgs/checkin-hover.png) no-repeat;
    background-size: 100%;
}

.landing-page .page-3 .checkin.btn-joined {
    background: url(../imgs/btn-checkedin.png) no-repeat;
    background-size: 100%;
}

.landing-page .page-3 .checkin.btn-joined:hover {
    background: url(../imgs/btn-checkedin-hover.png) no-repeat;
    background-size: 100%;
}

.landing-page .page-3 .checkin.btn-joined {
    background: url(../imgs/btn-checkedin.png) no-repeat;
    background-size: 100%;
}

.landing-page .page-3 .checkin.btn-joined:hover {
    background: url(../imgs/btn-checkedin-hover.png) no-repeat;
    background-size: 100%;
}

.landing-page .page-3 .checkin.btn-retrieve-code {
    background: url(../imgs/btn-getgift.png) no-repeat;
    background-size: 100%;
}

.landing-page .page-3 .checkin.btn-retrieve-code:hover {
    background: url(../imgs/btn-getgift-hover.png) no-repeat;
    background-size: 100%;
}

.page-4 {
    width: 100%;
    height: 437px;
    background: url(../imgs/static_available_file/bg-lastpage.png) no-repeat;
    background-position: top center;
    margin: auto;
}

.landing-page .page-4 .social {
    margin-top: 0;
}


.page-4 .social {
    margin-top: 123px;
    width: 100%;
    justify-content: center;
    gap: 40px;
}

.page-4 .social a {
    height: 223px;
    width: 205px;
    transition: transform 0.3s ease-in-out;
}

.page-4 .social a.group {
    height: 223px;
}

.page-4 .social a.facebook {
    background: url(../imgs/static_available_file/facebook.png) no-repeat  0 0 / 100% 200%;
}

.page-4 .social a.tiktok {
    background: url(../imgs/static_available_file/tiktok.png) no-repeat  0 0 / 100% 200%;
}

.page-4 .social a.youtube {
    background: url(../imgs/static_available_file/youtube.png) no-repeat  0 0 / 100% 200%;
}

.page-4 .social a.group {
    background: url(../imgs/static_available_file/group.png) no-repeat  0 0 / 100% 200%;
}

.page-4 .social a.discord {
    background: url(../imgs/static_available_file/discord.png) no-repeat  0 0 / 100% 200%;
}

.page-4 .social a.zalo {
    background: url(../imgs/static_available_file/zalo.png) no-repeat  0 0 / 100% 200%;
}

.page-4 .social a:hover {
    transform: translateY(-4px);
    background-position: bottom center;
}

/*************************** FOOTER CSS ***************************/

footer {
    height: 250px;
    background-color: #000;
    width: 100%;
}

footer .wrap-content {
    height: 100%;
    padding: 25px 0;
    gap: 100px;
}

footer .logo {
    background: url(../imgs/logo.png) no-repeat;
    background-size: 100% 100%;
    width: 237px;
    height: 163px;
}

footer .info-group {
    color: #fff;
}

footer .info-group ul {
    margin-bottom: 20px;
}

footer .info-group ul li {
    padding: 0 15px;
}

footer .info-group ul a {
    font-size: 20px;
    color: #107bf3;
}

footer .info-group .item-terms {
    padding-left: 0;
}

footer .info-group .item-install {
    position: relative;
}

footer .info-group .item-install::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    /* transform: translateY(-50%); */
    width: 1px;
    height: 70%;
    background-color: #107bf3;
}

footer .info-group p {
    margin-bottom: 10px;
    position: relative;
}

footer .info-group p::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 30%;
    /* transform: translateY(-50%); */
    width: 3px;
    height: 30%;
    background-color: #ff9966;
}

/* .menu-fixed {
    top: 313px;
    z-index: 7;
} */

.left-menu {
    left: 45px;
}

.left-menu li {
    margin-bottom: 7px;
}

.left-menu button {
    width: 212px;
    height: 78px;
    border: none;
    outline: none;
}

.left-menu li.active span {
    width: 133px;
    height: 40px;
    margin-left: 5px;
    display: block !important;
}

.left-menu .menu-page-1 button {
    background: url(../imgs/static_available_file/page-1.png) top center no-repeat;
}

.left-menu .menu-page-2 button {
    background: url(../imgs/static_available_file/page-2.png) top center no-repeat;
}

.left-menu .menu-page-3 button {
    background: url(../imgs/static_available_file/page-3.png) top center no-repeat;
}

.left-menu .menu-page-1 button:hover,
.left-menu .menu-page-1.active button {
    background-position: bottom center;
}

.left-menu .menu-page-2 button:hover,
.left-menu .menu-page-2.active button {
    background-position: bottom center;
}

.left-menu .menu-page-3 button:hover,
.left-menu .menu-page-3.active button {
    background-position: bottom center;
}

.modal.show {
    background: rgba(0, 0, 0, 0.8);
}

.modal-video .modal-dialog {
    max-width: 1920px;
    margin: auto;
}

.modal-video .modal-content {
    /* height: 100vh; */
    padding: 45px 15px;
    background: transparent;
    border: none !important;
    margin-top: 100px;
    /* padding-top: 100px; */
}


.modal-video .modal-body .col-7 {
    padding: 4px 24px 98px 15px;
}

.modal-video .modal-body .col-7 .video video {
    border: 3px solid #fff;
    height: 744px;
}

.loading .loading-current {
    height: 100%;
    width: 0;
    background: #196fe0;
    transition: width 0.6s ease;
    overflow: hidden;
}

.loading .loading-current .shine-effect {
    content: "";
    position: absolute;
    z-index: 10;
    height: 300%;
    width: 200%;
    top: 50%;
    left: -120%;
    background: linear-gradient(transparent 0%,
            rgba(255, 255, 255, 0.2) 45%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0.2) 55%,
            transparent 100%);
    transform: rotate(-45deg);
    animation: shineLoading 3s infinite;
}

@keyframes shineLoading {
    0% {
        left: -150%;
    }

    100% {
        left: 100%;
    }
}


.loading h6 {
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.text-slide {
    background-color: #6699ff;
    border: 4px solid #000;
    overflow: hidden;
    white-space: nowrap;
    height: 85px;
    max-width: 1920px;
    margin: auto;
    margin-top: -25px;
}

#sliderTrack {
    display: inline-flex;
    animation: scrollRight 5s linear infinite;
    white-space: nowrap;
}

#sliderTrack span {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-right: 30px;
    color: #fff;
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

#codeModal .modal-body {
    width: 490px;
    height: 256px;
    padding: 35px;
    padding-bottom: 0;
    background: url(../imgs/bg-popup.png) top center no-repeat;
}

#codeModal .modal-dialog {
    padding-left: 0;
    height: 100%;
}

#codeModal .modal-content {
    height: fit-content;
    background-color: unset;
}

#codeModal .btn-close.top {
    background: url(../imgs/btn-close-popup.png) top center no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    transform: translate(0px, -20px);
    border-radius: 0;
    right: -38px;
}

#codeModal .modal-content h1 {
    font-size: 20px;
    color: #9af0ff;
    font-weight: 400;
}

#codeModal .modal-content span {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding-top: 4px;
}

#codeModal .modal-content button {
    color: #fff22a;
    font-size: 20px;
    padding: 0;
}

#codeModal .modal-content .confirm {
    background: url(../imgs/btn-confirm.png) top center no-repeat;
    background-size: 100% 200%;
    width: 168px;
    height: 53px;
    border: none;
}

#codeModal .modal-content .confirm:hover {
    background-position: bottom center;
}


.floating {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100vh;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1920px;
    transform: translateX(-50%);
}

.floating .left-menu {
    position: absolute;
    top: 313px;
    left: 82px;
    pointer-events: all;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.modal-backdrop.show {
    display: none !important;
}

@media screen and (max-width: 1920px) {
    .floating .left-menu {
        left: 32px;
    }
}