@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-pro');

html, body, * {
    box-sizing: border-box;
}

* {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

body {
    margin: 0;
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    background-color: #0f0f0f;
    color: #ffffff;
    overflow: hidden;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
}

.logo {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    width: 100%;
}

.logo img {
    width: 22vw;
    margin: auto;
    margin-top: 13vh;
}

.bg {
    background: url(bg.png) 100% 100%;
    background-position-x: 50%;
    background-position-y: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.progress-2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9;
    transform: translateX(-1px);
}

.progress-2 .full-2 {
    margin: auto;
    margin-left: 0px;
    width: 100%;
    height: 58%;
    transform-origin: top right;
    background-image: url(loading-full2.png);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: translateX(-0.8vw);
}

.mask-2 {
    background-image: url(loading_full1.png);
    height: 58%;
    width: 4%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transform: translate(1px, 0.35vh);
    background-position: right;
}

#unity-loading-bar {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    touch-action: none;
    pointer-events: none;
}

#paypal-button-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%); /* Firefox */
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari and Chrome*/
    -o-transform: translate(-50%, -50%); /* Opera */
    transform: translate(-50%, -50%);
}

.loading-bar-2 {
    width: 37.1vw;
    height: 6vw;
    margin: auto;
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    left: 50%;
    transform: translate(-50%, 0px);
    background-image: url(loading-bar.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 1.2vw;
    padding-top: 1vw;
}

#fullScreenTapContainer {
    background: #000000;
    opacity: 0.0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    z-index: 2147483647;
    display: none;
}

#fullScreenSwipeContainer {
    width: 100%;
    height: 400vh;
    position: absolute;
    display: block;
    z-index: -1;
    overflow: hidden;
}

.scroll-helper {
    width: 100%;
    height: 200vh;
}

/*body.ios-full-screen #fullScreenSwipeContainer {
    z-index: 1000;
    overflow-y: auto;
}

body.android-full-screen #fullScreenTapContainer {
    display: block;
}
*/
@media (orientation: landscape) {
    .logo img {
        width: 87vh;
    }

    .loading-bar-2 {
        bottom: 15vh;
        width: 55.1vh;
        height: 10vh;
        padding-left: 1.9vh;
        padding-top: 2.618vh;
        padding-right: 1.9vh;
    }

    .progress-2 .full-2 {
        transform: translate(0vh, 0.2vh);
    }

    .mask-2 {
        transform: translate(0px, 0.26vh);
    }
}

@media (orientation: portrait) {
    .loading-bar-2 {
        bottom: calc(4rem + 15vw);
        width: 55.1vw;
        height: 10vw;
        padding-left: 1.9vw;
        padding-top: 2.618vw;
        padding-right: 1.9vw;
    }

    .logo img {
        width: 87vw;
    }

    .progress-2 .full-2 {
        transform: translate(-1px, 0.2vw)
    }

    .mask-2 {
        transform: translate(0px, 0.26vw);
    }
}

#mobile-container {
    position: fixed;
    background-color: #000000 !important;
    background: url(../images/Webgl_page/BG.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    /*-webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    padding: 0;
    margin: 0;
    text-align: center;*/
}

.mobile-bg {
	background: url(../images/Webgl_page/Frame.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: auto;
    margin-top: -10vw !important;
    width: 100vw !important;
    height: 90vw !important;
    position: relative;
    top: 95vw;
}

/*paypal container start*/
.checkout-dimmer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    display: none;
}

.checkout-panel {
    width: 1200px;
    height: 880px;
    background: url('Checkout/checkout_frame.png') no-repeat center center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    position: absolute;
    margin-bottom: 45px;
}

.checkout-close-button {
    position: absolute;
    top: 125px;
    right: 65px;
    width: 80px;
    height: 80px;
    background: url('Checkout/close-btn.png') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
}

.checkout-panel .checkout-text-info, .checkout-panel .checkout-price {
    font-family: 'Helvetica Neue LT Pro', sans-serif;
    color: #fff;
}

.checkout-panel .checkout-text-info {
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.checkout-panel .checkout-price {
    font-weight: bold;
    font-size: 70px;
}

.checkout-panel .paypal-button {
    margin-top: 187px;
    padding: 10px;
    width: 450px;
}
/*paypal container end*/