@import url("https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");

* {
    box-sizing:border-box
}

body,html {
    background:black;
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    scroll-behavior:smooth
}

.goldtext {
    background:url("../../img/mobile_download/bg/gold.jpg");
    background-size:100% 100%;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent
}

.row {
    display:flex;
    align-items:center
}

.col {
    display:flex;
    flex-direction:column;
    align-items:center
}

.login_info {
    font-family:'Titillium Web', sans-serif;
    background:linear-gradient(#efde77, #eef470, #efde77);
    padding:4px 20px;
    white-space:nowrap;
    border-radius:5px;
    color:rgba(0,0,0,0.6);
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
    text-decoration:none;
    transform:skewX(-8deg);
    text-align:center;
    border:outset 2px #f4e636;
    text-transform: uppercase;
}

.login_modal{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.login_modal_content{
    position: absolute;
    width: 100%;
    max-width: 350px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 465px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    color: white;
    background: black;
    opacity: 0.95;
}

.close{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.kisspop_content{
    margin:20px 0;
    display:flex;
    flex-direction: column;
}

.kisspop_header{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}

.kisspop_header>span {
    font-size: 15px;
    color: yellow;
}

.kisspop_steps{
    display:flex;
    flex-direction: column;
    padding:15px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.1);
    margin-bottom:10px;
}

.kisspop_subheader{
    color:yellow;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
}

.kiss_login{
    display:flex;
    flex-direction: column;
    padding:5px;
    margin:15px 0;
    box-sizing: border-box;
    border-radius: 5px;
}

.kiss_login input {
    color: #fff;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    border: 1px solid yellow;
    border-radius: 5px;
    text-align: center;
    padding: 2px 5px;
    font-size: 15px;
}

.kiss_login_password,.kiss_login_username{
    display:flex;
    align-items: center;
    margin:5px 0;
}

.kiss_login_password>span , .kiss_login_username>span{
    flex:1;
    margin-right: 5px;
    white-space: nowrap;
}

.copy_btn{
    background: none !important;
    padding: 0 8px !important;
    width: 38px !important;
    cursor: pointer;
}

.download_btn {
    font-family:'Titillium Web', sans-serif;
    background:linear-gradient(#00aeef, #4ac8f4, #00aeef);
    padding:8px 20px;
    white-space:nowrap;
    border-radius:5px;
    color:rgba(0,0,0,0.6);
    font-weight:bold;
    font-size:14px;
    cursor:pointer;
    text-decoration:none;
    transform:skewX(-8deg);
    text-align:center;
    border:outset 2px #4ac8f4;
    text-transform: uppercase;
}

.download_btn:hover {
    background:#2b4664;
    color:#ffde97
}

.scrolldown {
    position:fixed;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    z-index:999;
    padding-bottom:2vmin;
    font-size:11px;
    color:rgba(255,255,255,0.8);
    font-style:italic
}

.scrolldown img {
    width:30px;
    margin-bottom:8px
}

.header {
    position:fixed;
    left:0;
    top:0;
    z-index:999;
    padding:2vmin;
    width:100%
}

.header .logo {
    max-width:200px;
    width:22vmin
}

.header .header_btn {
    margin:0 1%
}

.header .header_btn img {
    max-width:40px;
    width:4vmin
}

.header_color {
    background:linear-gradient(rgba(0,0,0,0.5), transparent);
    backdrop-filter:blur(10px)
}

.container {
    position:relative;
    justify-content:center;
    width:100%;
    height:100%;
    overflow-x:hidden
}

section {
    width:100%;
    height:100%;
    padding:12vmin 20px;
    border-top:solid 8px #060c17
}

section .section_title {
    color:white;
    font-size:clamp(30px, 5vmin, 50px);
    font-family:'Audiowide', cursive;
    margin-bottom:5vmin
}

section:first-child {
    border:none
}

.android_section {
    background:url("../../img/mobile_download/bg/android_bg.jpg");
    background-size:cover
}

.ios_section {
    background:url("../../img/mobile_download/bg/ios_bg.jpg");
    background-size:cover;
    background-position:bottom center
}

.guide_section {
    background:url("../../img/mobile_download/bg/guide_bg.jpg");
    background-size:cover;
    background-position:center
}

.banner_section {
    background:url("../../img/mobile_download/bg/banner_bg.jpg");
    background-size:cover;
    justify-content:center;
    min-height:100vh
}

.banner_section .banner_text {
    font-family:'Titillium Web', sans-serif;
    align-items:flex-start;
    white-space:nowrap
}

.banner_section .banner_text h1 {
    color:#fdd803;
    font-size:clamp(35px, 7vmin, 100px);
    margin:0;
    font-family:'Audiowide', cursive
}

.banner_section .banner_text h2 {
    font-weight:normal;
    color:#fdd803;
    font-size:clamp(25px, 5vmin, 45px);
    margin:0;
    text-align:center
}

.banner_section .banner_text ::marker {
    content:"\2713"
}

.banner_section .banner_text ol {
    color:white;
    padding-left:5%
}

.banner_section .banner_text ol li {
    padding-left:10px;
    font-size:clamp(12px, 2vmin, 20px);
    margin-bottom:5px;
    font-style:italic
}

.banner_section .banner_text .download_section .qr {
    width:20vmin;
    max-width:180px;
    min-width:135px;
    margin:0 20px
}

#appQR img,canvas {
    display: block;
    width: 130px;
    padding: 10px;
    background: white;
}

.banner_section .banner_text .download_section .download {
    align-items:stretch
}

.banner_section .banner_text .download_section .download .download_btn {
    position:relative;
    padding-left:60px;
    margin:12px 0
}

.banner_section .banner_text .download_section .download .download_btn img {
    position:absolute;
    left:0;
    width:42px;
    padding:5px 8px;
    border-radius:5px;
    transform:scale(1.2);
    background:#2b4664;
    border:outset 2px #4ac8f4
}

.banner_section .model {
    width:65vmin;
    height:68vmin;
    position:relative;
    align-items:center
}

.banner_section .model img {
    position:absolute;
    left:0%;
    width:100%;
    -webkit-animation:puff-in-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
    animation:puff-in-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both
}

.banner_section .model img:nth-child(1) {
    animation-delay:.2s
}

.banner_section .model img:nth-child(2) {
    animation-delay:.4s
}

.banner_section .model img:nth-child(3) {
    animation-delay:.6s
}

.banner_section .model img:nth-child(4) {
    animation-delay:.8s
}

.banner_section .model img:nth-child(5) {
    animation-delay:1s
}

.games_section .games {
    display:grid;
    grid-template-columns:repeat(auto-fit, 310px);
    width:100%;
    max-width:1500px;
    justify-content:center
}

.games_section .games .game {
    margin:20px
}

.games_section .games .game .game_model {
    width:120px
}

.games_section .games .game .game_info {
    font-family:'Titillium Web', sans-serif
}

.games_section .games .game .game_info .game_type {
    text-align:left;
    color:white;
    font-weight:bold;
    font-size:12px;
    width:130px;
    text-transform: uppercase;
}

.games_section .games .game .game_info a {
    width:150px
}

.games_section .games .game .game_info img {
    width:130px;
    background:linear-gradient(#898d90, #d4ecf8, #898d90);
    padding:10px
}

.guide_section .guide_nav {
    background:rgba(255,255,255,0.1);
    border-radius:5px;
    position:relative;
    overflow:hidden;
    width:300px;
    height:50px;
    transform:skewX(-10deg);
    cursor:pointer;
    padding:5px
}

.guide_section .guide_nav .guide_nav_bg {
    background:linear-gradient(#00aeef, #4ac8f4, #00aeef);
    background-size:100% 100%;
    z-index:2;
    height:100%;
    width:50%;
    border-radius:3px;
    transition:0.2s;
    margin-left:0
}

.guide_section .guide_nav .guide_nav_content {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%
}

.guide_section .guide_nav .guide_nav_item {
    flex:1;
    position:relative;
    z-index:3;
    color:white;
    justify-content:center;
    padding:10px;
    opacity:0.6;
    font-size:14px
}

.guide_section .guide_nav .guide_nav_item img {
    width:20px;
    margin-right:10px;
    filter:drop-shadow(1px 1px 0px black)
}

.guide_section .guide_nav .guide_nav_item span {
    padding-top:5px
}

.guide_section .guide_nav .guide_nav_item:hover {
    opacity:1
}

.guide_section .guide_nav .guide_nav_active {
    opacity:1;
    color:black
}

.guide_section .guides {
    width:90%;
    max-width:1500px;
    margin-top:100px;
    font-family:'Titillium Web', sans-serif
}

.guide_section .guides button {
    transform:skewX(-10deg)
}

.guide_section .guides button:hover {
    background:transparent !important
}

.guide_section .guides .nav-button {
    width:100px;
    background:#4ac8f4 !important;
    padding:10px !important;
    color:black !important;
    font-weight:bold
}

.guide_section .guides .nav-button:hover {
    background:#2b4664 !important;
    color:#ffde97 !important
}

.guide_section .guides .step {
    color:white
}

.guide_section .guides .step h1 {
    font-size:18px;
    margin:0;
    margin-left:20%;
    text-align:left;
    align-self:flex-start;
    background:linear-gradient(#ffde97, #fdd803);
    color:black;
    padding:5px 20px;
    transform:skewX(-10deg);
    border-radius:3px
}

.guide_section .guides .step p {
    margin:10px 0;
    font-size:13px;
    width:250px
}

.guide_section .guides .step img {
    width:250px
}

@media only screen and (max-width: 800px) {
    .banner_section .model {
        display:none
    }
    .banner_section .banner_text {
        width:100%;
        align-items:center
    }
    .banner_section .banner_text .download {
        justify-content:center;
        width:100%
    }
}

@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform:scale(1.5);
        transform:scale(1.5);
        -webkit-filter:blur(4px);
        filter:blur(4px);
        opacity:0
    }

    100% {
        -webkit-transform:scale(1);
        transform:scale(1);
        -webkit-filter:blur(0px);
        filter:blur(0px);
        opacity:1
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform:scale(1.5);
        transform:scale(1.5);
        -webkit-filter:blur(4px);
        filter:blur(4px);
        opacity:0
    }

    100% {
        -webkit-transform:scale(1);
        transform:scale(1);
        -webkit-filter:blur(0px);
        filter:blur(0px);
        opacity:1
    }
}

/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,.owl-carousel .owl-item {
    -webkit-tap-highlight-color:transparent;
    position:relative
}

.owl-carousel {
    display:none;
    width:100%;
    z-index:1
}

.owl-carousel .owl-stage {
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}

.owl-carousel .owl-stage:after {
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}

.owl-carousel .owl-stage-outer {
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item {
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}

.owl-carousel .owl-item img {
    display:block;
    width:100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display:none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display:block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
    background:0 0;
    color:inherit;
    border:none;
    padding:0!important;
    font:inherit
}

.owl-carousel.owl-loading {
    opacity:0;
    display:block
}

.owl-carousel.owl-hidden {
    opacity:0
}

.owl-carousel.owl-refresh .owl-item {
    visibility:hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}

.owl-carousel.owl-grab {
    cursor:move;
    cursor:grab
}

.owl-carousel.owl-rtl {
    direction:rtl
}

.owl-carousel.owl-rtl .owl-item {
    float:right
}

.owl-carousel .animated {
    animation-duration:1s;
    animation-fill-mode:both
}

.owl-carousel .owl-animated-in {
    z-index:0
}

.owl-carousel .owl-animated-out {
    z-index:1
}

.owl-carousel .fadeOut {
    animation-name:fadeOut
}

@keyframes fadeOut {
    0% {
        opacity:1
    }

    100% {
        opacity:0
    }
}

.owl-height {
    transition:height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity:0;
    transition:opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height:0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style:preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position:relative;
    height:100%;
    background:#000
}

.owl-carousel .owl-video-play-icon {
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display:none
}

.owl-carousel .owl-video-tn {
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align:center;
    -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-nav {
    margin-top:10px
}

.owl-theme .owl-nav [class*=owl-] {
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background:#869791;
    color:#FFF;
    text-decoration:none
}

.owl-theme .owl-nav .disabled {
    opacity:.5;
    cursor:default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top:10px
}

.owl-theme .owl-dots .owl-dot {
    display:inline-block;
    zoom:1
}

.owl-theme .owl-dots .owl-dot span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background:#869791
}