 @charset "utf-8";
    @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Teko:300,400,500");

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        background: url(img/bg.jpg) center / cover no-repeat;
        margin: 0;
        font-family: 'Teko';
    }

    .container {
        background: url(img/bg.jpg) no-repeat center center;
        background-size: cover;
        position: relative;
        margin: 0px auto;
        max-width: 400px;
        height: auto;
        border: 1px solid #000000;
    }

    .navbar {
        background: #000;
        width: 100%;
        height: 58px;
    }

    .navbar-logo {
        width: 28%;
        float: left;
        margin-top: 6px;
        margin-left: 11px;
    }

    .navbar-shop {
        width: 40px;
        margin-top: 10px;
        margin-right: 5px;
    }

    .navbar-language {
        width: 40px;
        margin-top: 10px;
        margin-right: 5px;
    }

    .navbar-menu {
        width: 40px;
        margin-top: 10px;
        margin-right: 5px;
    }

    .navbar-right {
        width: auto;
        float: right;
    }

    .navbar-download {
        background: #f8ac04;
        width: 65px;
        height: 100%;
        float: right;
    }

    .navbar-download img {
        width: 35px;
        margin: 15px;
    }

    .header {
    width: 100%;
    height: 210px;
    background: url(img/header.jpg)no-repeat center center;
    background-size: cover;
}



    .header img {
        width: 100%;
        height: auto;
    }

    .header video {
        width: 100%;
        height: auto;
    }

    .event-title {
        background: url(img/tittle.png) no-repeat center center;
        background-size: 105% 105%;
        width: 80%;
        height: 78px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .event-notification {
        background: url(img/titbg.png) no-repeat center center;
        background-size: 100% 100%;
        width: 90%;
        height: auto;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        padding: 6px;
        padding-left: 40px;
        color: #fff;
        font-size: 19px;
        font-family: Teko;
        font-weight: 550;
        text-align: left;
        border-radius: 16px 0 16px 0;
        display: block;
    }

    .event-notification-timer {
        margin-top: 2px;
        margin-right: 35px;
        float: right;
    }

    .event-notification i {
        padding-right: 5px;
        color: #fff;
        font-size: 19px;
    }

    .box {
        width: 95%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
        position: relative;
        border-radius: 5px;
        display: block;
    }

    .menu-wrapper-border {
        height: 11px;
    }

    .menu-wrapper {
        width: 94.3%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        display: block;
    }

    .menu-content {
        background: url(img/button-on.png) no-repeat center center;
        background-size: 100% 100%;
        width: 35%;
        height: auto;
        padding: 15px;
        color: #fff;
        font-size: 16px;
        font-family: 'Teko', sans-serif;
        font-weight: 500;
        text-align: center;
        border: none;
        cursor: pointer;
    }

    .menu-content-active {
        background: url(img/button-on.png) no-repeat center center;
        background-size: 100% 100%;
    }

    .scroll {
        overflow: scroll;
        position: relative;
        width: 100%;
        height: 500px;
        margin-top: 11px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        scrollbar-face-color: #ffbb40;
        scrollbar-shadow-color: #ffbb40;
        scrollbar-highlight-color: #ffbb40;
        scrollbar-3dlight-color: #ffbb40;
        scrollbar-darkshadow-color: #ffbb40;
        scrollbar-track-color: #ffbb40;
        scrollbar-arrow-color: #ffbb40;
    }

    .item {
        width: 28%;
        height: 100px;
        margin: 3px;
        margin-bottom: 38px;
        display: inline-block;
    }

    .item .item-nominal {
        padding-right: 6px;
        color: #fff;
        font-size: 25px;
        font-family: Teko;
        text-align: right;
        position: absolute;
        bottom: -71px;
    }

    .item img {
        width: 100%;
        height: 100%;
        border-bottom: 0px !important;
    }

    .item button {
        background: url(img/yes.png) no-repeat center center;
        margin-top: -5px;
        width: 100%;
        height: 32px;
        padding: 8px 0px;
        color: black;
        text-align: center;
        border: none;
        border-top: 0px !important;
        outline: none;
        background-size: cover;
    }

    .item img,
    .item button {
        border: 0px solid #E5E7E9;
    }

    .item button {
        border-bottom: 0px solid #E5E7E9;
    }

    .item div {
        width: 100%;
        height: 100%;
        border-radius: 3px 3px 0px 0px;
    }

    .item div:first-child {
        margin-left: 0;
    }

    .footer {
        background: #000;
        width: 100%;
        height: auto;
        padding: 15px;
    }

    .footer-txt-join {
        margin-bottom: 10px;
        color: #ffbe21;
        font-size: 35px;
        font-family: Teko;
        text-align: left;
        text-transform: uppercase;
    }

    .footer-copyright-icon {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 15px;
        display: block;
    }

    .footer-txt-copyright {
        color: #bdbdbd;
        font-size: 15px;
        font-family: Teko;
        text-align: center;
    }

    .popup {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .popup-box-wrapper {
        width: 390px;
        height: auto;
        position: relative;
        margin: 50px auto;
        margin-top: 15%;
        text-align: center;
        font-family: 'Teko';
        color: #fff;
    }

    .popup-box-navbar {
        background: url(img/popup-navbar2.png) no-repeat center center;
        background-size: 100% 100%;
        height: 43px;
        padding-bottom: 5px;
    }

    .popup-box-navbar img {
        width: 25px;
        height: 25px;
        margin-top: 7px;
        margin-right: 15px;
        float: right;
    }

    .popup-box-navbar-title {
        width: auto;
        padding-top: 5px;
        padding-bottom: 2px;
        color: #ebeaea;
        font-size: 25px;
        font-family: Teko;
        font-weight: 500;
        text-align: left;
        margin-left: 15px;
        text-transform: uppercase;
        display: inline-block;
    }

    .popup-box-bg {
        background: url(img/popup-box-bg2.png) no-repeat center center;
        background-size: 100% 100%;
        width: 100%;
    }

    .popup-box-alert {
        width: 95%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 5px;
        color: #ebeaea;
        font-size: 18px;
        font-family: Teko;
        font-weight: 300;
        text-align: center;
        line-height: 0px;
        display: block;
    }

    .popup-box-alert i {
        padding-top: 15px;
        padding-bottom: 15px;
        color: #ebeaea;
        font-size: 40px;
        text-align: center;
    }

    .popup-box-item {
        background-size: 100% 100%;
        width: 27%;
        height: 105px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        padding: 3px;
        text-align: right;
        display: block;
    }

    .popup-box-item img {
        width: 100%;
        height: 100%;
    }

    .popup-box-item span {
        color: #fff;
        font-size: 22px;
        font-family: Teko;
        text-align: right;
        position: absolute;
        left: 0;
        right: 2px;
        bottom: -5px;
    }

    .popup-box-form {
        width: 85%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .popup-box-form input {
        background-color: #8c8e8e;
        background-size: 110% 110%;
        width: 100%;
        height: auto;
        margin-bottom: 3px;
        padding: 4px;
        color: #000000;
        font-size: 17px;
        font-family: Teko;
        font-weight: 500;
        border: 1px solid #ffffff;
        position: relative;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .popup-box-form input::placeholder {
        color: #000000;
    }

    .popup-box-form select {
        background-color: #8c8e8e;
        background-size: 110% 110%;
        width: 100%;
        height: auto;
        margin-bottom: 3px;
        padding: 4px;
        padding-left: 4px;
        color: #000000;
        font-size: 17px;
        font-family: Teko;
        font-weight: 500;
        border: 1px solid #ffffff;
        position: relative;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .popup-box-footer {
        background-size: 100% 100%;
        margin-top: 20px;
        width: 100%;
        height: 45px;
    }

    .popup-box-footer button:nth-child(1) {
        background: url(img/yes.png) no-repeat center;
        background-size: 100% 100%;
        width: 36%;
        height: 30px;
        margin-top: -2px;
        padding: 5px;
        padding-left: 35px;
        padding-right: 35px;
        color: #000;
        font-size: 17px;
        font-family: teko;
        font-weight: 500;
        text-align: center;
        border: none;
        outline: none;
        background-size: cover;
    }

    .popup-box-form-footer {
        background-size: 100% 100%;
        width: 100%;
        height: 50px;
        margin-top: -17px;
    }

    .popup-box-form-footer button {
        background: url(img/yes.png) no-repeat center;
        background-size: 100% 100%;
        width: auto;
        height: auto;
        margin-top: -8px;
        padding: 5px;
        padding-left: 40px;
        padding-right: 40px;
        color: #000;
        font-size: 18px;
        font-family: Teko;
        font-weight: 500;
        text-align: center;
        border: none;
        outline: none;
        -webkit-text-stroke: 0 transparent;
    }

    .popup-btn-login-wrapper {
        background: url(img/popup-btn-login-content.png) no-repeat center;
        background-size: 110% 110%;
        width: 85%;
        height: 47px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        border: 0.7px solid #75ACBC;
        outline: none;
        display: block;
    }

    .popup-btn-login-wrapper-icon {
        width: 48px;
        height: 100%;
        float: left;
    }

    .popup-btn-login-wrapper-icon img {
        width: 100%;
        height: 100%;
        border-right: 0.7px solid #75ACBC;
        position: relative;
    }

    .popup-btn-login-txt {
        padding-top: 9px;
        color: #75ACBC;
        font-size: 18px;
        font-family: 'Teko';
        text-align: center;
    }

    .popup-box-gamecon {
        width: 52%;
        height: 65px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        display: block;
    }

    .popup-btn-login {
        width: 37%;
        height: 35px;
        padding: 6px;
        margin-top: 10px;
        margin-bottom: 25px;
        margin: 5px;
        color: #000;
        font-size: 18px;
        font-family: teko;
        border: none;
        border-radius: 3px;
        outline: none;
        margin-bottom: 45px;
        position: relative;
    }

    .popup-btn-login i {
        color: #fff;
        margin-top: -2px;
        font-size: 25px;
        float: left;
    }

    .popup-btn-facebook {
        background: #1778f2;
        color: #fff;
        margin-bottom: 45px;
    }

    .popup-btn-twitter {
        background: #198B96;
        margin-bottom: 3px;
        color: #fff;
    }

    .popup-login {
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .popup-box-login-fb {
        background: #ECEFF6;
        max-width: 330px;
        height: auto;
        position: relative;
        margin: 50px auto;
        margin-top: 1.9%;
        text-align: center;
        border-radius: 10px;
    }

    .popup-box-login-twitter {
        background: #fff;
        max-width: 330px;
        height: auto;
        position: relative;
        margin: 50px auto;
        margin-top: 10%;
        border-radius: 10px;
    }

    .close-fb {
        background: #3b5998;
        width: 25px;
        height: 25px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        top: -10px;
        right: -10px;
        position: absolute;
        display: block;
    }

    .close-fb i {
        padding-top: 3px;
    }

    .close-other {
        background: #fff;
        width: 25px;
        height: 25px;
        color: #000;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        top: -12px;
        right: -12px;
        position: absolute;
        z-index: 9999999;
        display: block;
    }

    .close-other i {
        color: #20px;
        padding-top: 3px;
    }

    .right {
        float: right;
    }

    .left {
        float: left;
    }

    .center {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .txt-center {
        padding-left: 0px !important;
        text-align: center;
    }

    .little-margin-top {
        margin-bottom: 10px;
    }

    .kanan {
        float: right;
    }

    .kiri {
        float: left;
    }

    .tengah {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    ::-webkit-scrollbar {
        display: none;
        width: 0px;
    }

    figure {
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .itemShine figure {
        position: relative;
    }

    .itemShine figure::before {
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
        width: 50%;
        height: 100%;
        top: 0;
        left: -75%;
        position: absolute;
        z-index: 2;
        content: '';
        display: block;
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .itemShine figure::before {
        -webkit-animation: shine 2s infinite;
        animation: shine 2s infinite;
    }

    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    @media only screen and (max-width:600px) {
        .container {
            width: 100%;
            height: auto;
            margin-top: 0px;
            margin-bottom: 0px;
            border: 1px solid #000;
            border-radius: 0px;
            padding: 0px;
        }

        .event-notification {
            padding-left: 27px;
        }

        .event-notification-timer {
            margin-right: 22px;
        }

        .box {
            width: 96%;
            height: auto;
        }

        .scroll {
            height: 400px;
        }

        .item {
            height: 95px;
        }

        .item .item-nominal {
            padding-right: 4px;
            bottom: -67px;
        }

        .footer {
            background-position-y: calc(180 / 640 * 100vw);
        }

        .popup-box-wrapper {
            width: 350px;
            margin-top: 60%;
        }

        .popup-box-item {
            width: 28%;
            height: 100px;
            padding: 2px;
        }

        .popup-box-verification {
            margin-top: 20%;
        }

        .popup-box-login-fb {
            margin-top: 4%;
        }

        .popup-box-login-twitter {
            margin-top: 25%;
        }
    }

    .parachute{
        position: absolute;
        right: -15px;
        top: 31%;
        width: 100px;
        height: 100px;
        transform: scaleX(-1);
        animation: upDown 5s linear infinite ;
    }

    @keyframes upDown {
        0%{
            top: 28%;
        }
        50%{
            top: 32%;
        }
        100%{
            top: 28%;
        }
    }
    .parachute2{
        position: absolute;
        left: -15px;
        top: 31%;
        width: 100px;
        height: 100px;
        transform: scaleX(1);
        animation: upDown 5s  linear infinite ;
    }
