body, html {
    font-family: BuloRounded-Regular;
    height: 100%;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'BuloRounded-Regular';
    src: url('src/BuloRounded-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
        url('src/BuloRounded-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

body {
    background-image: url("src/bc-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}

.none {
    display: none;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

/* ========================================================= */
/* ========================== main ========================= */
/* ========================================================= */

.main {
    position: relative;
    height: 100%;
    width: 100%;
}

.unity-frame img {
    background-position: center;
    background-repeat: no-repeat;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    z-index: 2;
    /* Using media queries here to change the size: */
    width: 1280px;
    height: 720px;
}

    .unity-frame > .webgl-content {
        z-index: 4;
    }

    .unity-frame > .webgl-content canvas {
        border-radius: 10px;
    }

.paypal-purchase-bg {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 32px;
}

#paypal-button-container {
    width: 30%;
    padding-left: 35%;
    margin-top: -20px;
}

#paypal-window {
    margin: auto;
}

#paypal-window > .close-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin-top: -165px;
    margin-left: 345px;
}

#paypal-window-bg {
    width: 818px;
    height: 309px;
    z-index: 10;
}

#paypal-window-close-img {
    width: 86px;
    height: 86px;
    z-index: 10;
    margin-top: 0px;
}

#paypal-window-close-btn {
    outline: none;
    background-color: transparent;
    color: transparent;
    border: none;
    cursor: pointer;
    z-index: 11;
    padding: 42px;
    position: absolute;
}

#app-loader-img {
    width: 1244px;
    height: 685px;
    border-radius: 10px;
    z-index: 5;
}

#app-loader-logo {
    width: 288px;
    height: 403px;
    bottom: 120px;
    z-index: 5;
}

#app-loader-dots {
    width: 238px;
    height: 109px;
    top: 298px;
    z-index: 6;
}

#app-loader-text {
    position: relative;
    display: inline-block;
    width: 100%;
}

#app-loader-text h1 {
    color: white;
    font-size: 36px;
    position: absolute;
    z-index: 5;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 1144px;
}

.unity-frame-content img {
    z-index: 1;
    /* Using media queries here to change the size: */
    width: 1260px;
    height: 700px;
}

    .unity-frame-content > .btn-area img {
        /* Using media queries here to change the size: */
        padding-top: 435px;
        width: 345px;
        height: 88px;
    }

    .unity-frame-content > .btn-area button {
        position: absolute;
        outline: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: transparent;
        color: transparent;
        border: none;
        cursor: pointer;
        border-radius: 60px;
        z-index: 3;
        /* Using media queries here to change the size: */
        padding: 45px 171px;
        margin-top: 216px;
    }

.logo-area img {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 690px;
    margin: auto;
    z-index: 0;
    /* Using media queries here to change the size: */
    width: 442px;
    height: 170px;
}

    .logo-area > .logo img {
        z-index: 2;
        /* Using media queries here to change the size: */
        padding-bottom: 120px;
        width: 226px;
        height: 119px;
    }

.store-area img {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 0;
    /* Using media queries here to change the size: */
    right: 1070px;
    bottom: 880px;
    width: 91px;
    height: 16px;
}

    .store-area > .store-btn img {
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        right: 1070px;
        bottom: 795px;
        margin: auto;
        z-index: 0;
        /* Using media queries here to change the size: */
        width: 153px;
        height: 63px;
    }

    .store-area > .store-btn button {
        position: absolute;
        outline: none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background-color: transparent;
        color: transparent;
        border: none;
        cursor: pointer;
        border-radius: 20px;
        z-index: 3;
        /* Using media queries here to change the size: */
        padding: 30px 73px;
        margin-top: -398px;
        margin-left: -535px;
    }

        .store-btn #android-img {
            position: fixed;
            padding-bottom: 3px;
            /* Using media queries here to change the size: */
            width: 24px;
            height: 30px;
            padding-left: 64px;
        }

        .store-btn #apple-img {
            position: fixed;
            padding-bottom: 3px;
            /* Using media queries here to change the size: */
            width: 23px;
            height: 28px;
            padding-right: 62px;
        }

/* .bookmark-area img {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 620px;
    right: 0;
    bottom: 555px;
    margin: auto;
    z-index: 0;
    width: 259px;
    height: 96px;
}

    .bookmark-area > .bookmark-btn img {
        z-index: 1;
        padding-bottom: 15px;
        width: 222px;
        height: 50px;
    }

        .bookmark-btn > .bookmark-txt img {
            z-index: 2;
            padding-bottom: 15px;
            width: 166px;
            height: 20px;
        }

            .bookmark-txt > .stars img {
                z-index: 2;
                padding-bottom: 60px;
                padding-right: 200px;
                width: 73px;
                height: 55px;
            } */

/* ========================================================= */
/* ========================= footer ======================== */
/* ========================================================= */

a {
    cursor: pointer;
    text-decoration: none;
    color: white;
}

a:hover {
    color: #ff47ff;
    text-decoration: underline;
}

a:active {
    color: #940a94;
}

.footer {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 360px;
    margin-left: -400px;
    width: 800px;
}

    .footer div {
        text-align: center;
    }

/* .cookies-text {
    font-size: 10px;
    padding: 0 5px;
} */

.rights-text {
    font-size: 12px;
    padding-top: 15px;
}

.tabs-container {
    width: 750px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.tabs {
    display: flex;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 15px;
}

    .tabs div {
        margin: 0 5px;
    }

.game-text {
    color: gray;
    font-size: 12px;
}

/* ========================================================= */
/* ===================== media queries ===================== */
/* ========================================================= */

@media screen and (max-width: 1300px), screen and (max-height: 935px) {
    .unity-frame img {
        width: 878px;
        height: 509px;
    }
    .unity-frame-content img {
        width: 858px;
        height: 489px;
    }
    .unity-frame-content > .btn-area img {
        padding-top: 290px;
        width: 230px;
        height: 58.6px;
    }
    .unity-frame-content > .btn-area button {
        padding: 30px 114px;
        margin-top: 144px;
    }
    #paypal-window-bg {
        width: 584px;
        height: 221px;
    }
    #paypal-window > .close-btn {
        margin-top: -123px;
        margin-left: 243px;
    }
    #paypal-window-close-img {
        width: 62px;
        height: 62px;
    }
    #paypal-window-close-btn {
        padding: 31px;
    }
    #app-loader-img {
        width: 854px;
        height: 486px;
    }
    #app-loader-logo {
        width: 206px;
        height: 288px;
        bottom: 80px;
    }
    #app-loader-dots {
        width: 175px;
        height: 80px;
        top: 210px;
    }
    #app-loader-text h1 {
        width: 754px;
        font-size: 25px;
    }
    .logo-area img {
        bottom: 485px;
        width: 354px;
        height: 138px;
    }
    .logo-area > .logo img {
        padding-bottom: 100px;
        width: 188px;
        height: 99px;
    }
    .store-area img {
        right: 720px;
        bottom: 640px;
        width: 73px;
        height: 13px;
    }
    .store-area > .store-btn img {
        right: 720px;
        bottom: 570px;
        width: 122px;
        height: 50px;
    }
    .store-area > .store-btn button {
        padding: 26px 62px;
        margin-top: -285px;
        margin-left: -360px;
    }
    .store-btn #android-img {
        width: 19px;
        height: 23px;
        padding-left: 53px;
    }
    .store-btn #apple-img {
        width: 18px;
        height: 23px;
        padding-right: 53px;
    }
    .footer {
        margin-top: 260px;
        margin-left: -400px;
        width: 800px;
    }
    /* .cookies-text {
        font-size: 9px;
        padding: 0 4px;
    } */
    .rights-text {
        font-size: 12px;
        padding-top: 15px;
    }
    .tabs-container {
        width: 750px;
    }
    .tabs {
        font-size: 12px;
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .tabs div {
        margin: 0 5px;
    }
    .game-text {
        font-size: 12px;
    }
    /* .bookmark-area img {
        left: 450px;
        bottom: 395px;
        width: 189px;
        height: 70px;
    }
    .bookmark-area > .bookmark-btn img {
        padding-bottom: 10px;
        width: 162px;
        height: 36.5px;
    }
    .bookmark-btn > .bookmark-txt img {
        padding-bottom: 11px;
        width: 121px;
        height: 14.5px;
    }
    .bookmark-txt > .stars img {
        padding-bottom: 44px;
        padding-right: 146px;
        width: 53.5px;
        height: 40px;
    } */
}

@media screen and (max-width: 920px), screen and (max-height: 750px) {
    .unity-frame img {
        width: 640px;
        height: 360px;
    }
    .unity-frame-content img {
        width: 620px;
        height: 340px;
    }
    .unity-frame-content > .btn-area img {
        padding-top: 200px;
        width: 160px;
        height: 40px;
    }
    .unity-frame-content > .btn-area button {
        padding: 20px 81px;
        margin-top: 100px;
    }
    #paypal-window-bg {
        width: 417px;
        height: 158px;
    }
    #paypal-window > .close-btn {
        margin-top: -87px;
        margin-left: 174px;
    }
    #paypal-window-close-img {
        width: 44px;
        height: 44px;
    }
    #paypal-window-close-btn {
        padding: 22px;
    }
    #app-loader-img {
        width: 622px;
        height: 342px;
    }
    #app-loader-logo {
        width: 147px;
        height: 206px;
        bottom: 57px;
    }
    #app-loader-dots {
        width: 125px;
        height: 57px;
        top: 150px;
    }
    #app-loader-text h1 {
        width: 562px;
        font-size: 18px;
    }
    .logo-area img {
        bottom: 340px;
        width: 258px;
        height: 101px;
    }
    .logo-area > .logo img {
        padding-bottom: 95px;
        width: 167px;
        height: 88px;
    }
    .store-area img {
        right: 525px;
        bottom: 460px;
        width: 73px;
        height: 13px;
    }
    .store-area > .store-btn img {
        right: 525px;
        bottom: 405px;
        width: 89px;
        height: 36.5px;
    }
    .store-area > .store-btn button {
        padding: 19px 45px;
        margin-top: -203px;
        margin-left: -262px;
    }
    .store-btn #android-img {
        width: 14px;
        height: 18px;
        padding-left: 39px;
    }
    .store-btn #apple-img {
        width: 13px;
        height: 17px;
        padding-right: 39px;
    }
    .footer {
        margin-left: -325px;
        width: 650px;
        margin-top: 182px;
    }
    /* .cookies-text {
        font-size: 9px;
        padding: 0 4px;
    } */
    .rights-text {
        font-size: 11px;
        padding-top: 10px;
    }
    .tabs-container {
        width: 580px;
    }
    .tabs {
        font-size: 11px;
        padding-bottom: 10px;
        padding-top: 2px;
    }
    .tabs div {
        margin: 0 4px;
    }
    .game-text {
        font-size: 11px;
    }
    /* .bookmark-area img {
        left: 450px;
        bottom: 395px;
        width: 189px;
        height: 70px;
    }
    .bookmark-area > .bookmark-btn img {
        padding-bottom: 10px;
        width: 162px;
        height: 36.5px;
    }
    .bookmark-btn > .bookmark-txt img {
        padding-bottom: 11px;
        width: 121px;
        height: 14.5px;
    }
    .bookmark-txt > .stars img {
        padding-bottom: 44px;
        padding-right: 146px;
        width: 53.5px;
        height: 40px;
    } */
}

@media screen and (max-width: 680px), screen and (max-height: 550px) {
    .unity-frame img {
        width: 480px;
        height: 270px;
    }
    .unity-frame-content img {
        width: 470px;
        height: 260px;
    }
    .unity-frame-content > .btn-area img {
        padding-top: 150px;
        width: 120px;
        height: 30px;
    }
    .unity-frame-content > .btn-area button {
        padding: 15px 60px;
        margin-top: 75px;
    }
    #paypal-window-bg {
        width: 314px;
        height: 119px;
    }
    #paypal-window > .close-btn {
        margin-top: -65px;
        margin-left: 132px;
    }
    #paypal-window-close-img {
        width: 33px;
        height: 33px;
    }
    #paypal-window-close-btn {
        padding: 16.5px;
    }
    #app-loader-img {
        width: 468px;
        height: 258px;
    }
    #app-loader-logo {
        width: 105px;
        height: 147px;
        bottom: 45px;
    }
    #app-loader-dots {
        width: 89px;
        height: 41px;
        top: 111px;
    }
    #app-loader-text h1 {
        width: 418px;
        font-size: 14px;
    }
    .logo-area img {
        bottom: 255px;
        width: 193.5px;
        height: 75px;
    }
    .logo-area > .logo img {
        padding-bottom: 75px;
        width: 134px;
        height: 70px;
    }
    .store-area img {
        right: 394px;
        bottom: 347px;
        width: 55px;
        height: 10px;
    }
    .store-area > .store-btn img {
        right: 394px;
        bottom: 304px;
        width: 67px;
        height: 27.5px;
    }
    .store-area > .store-btn button {
        padding: 15px 34px;
        margin-top: -152px;
        margin-left: -197px;
    }
    .store-btn #android-img {
        width: 12px;
        height: 15px;
        padding-left: 29px;
    }
    .store-btn #apple-img {
        width: 11px;
        height: 14px;
        padding-right: 29px;
    }
    .footer {
        margin-top: 138px;
        margin-left: -230px;
        width: 460px;
    }
    /* .cookies-text {
        font-size: 7px;
        padding: 0 4px;
    } */
    .rights-text {
        font-size: 9px;
        padding-top: 5px;
    }
    .tabs-container {
        width: 460px;
    }
    .tabs {
        font-size: 9px;
        padding-top: 1px;
        padding-bottom: 5px;
    }
    .tabs div {
        margin: 0 2px;
    }
    .game-text {
        font-size: 9px;
    }
    /* .bookmark-area img {
        left: 337.5px;
        bottom: 296px;
        width: 142px;
        height: 52.5px;
    }
    .bookmark-area > .bookmark-btn img {
        padding-bottom: 8px;
        width: 121.5px;
        height: 27.5px;
    }
    .bookmark-btn > .bookmark-txt img {
        padding-bottom: 9px;
        width: 91px;
        height: 11px;
    }
    .bookmark-txt > .stars img {
        padding-bottom: 33px;
        padding-right: 109.5px;
        width: 40px;
        height: 30px;
    } */
}

@media screen and (max-width: 500px), screen and (max-height: 430px) {
    .unity-frame img {
        width: 320px;
        height: 180px;
    }
    .unity-frame-content img {
        width: 310px;
        height: 170px;
    }
    .unity-frame-content > .btn-area img {
        padding-top: 100px;
        width: 80px;
        height: 20px;
    }
    .unity-frame-content > .btn-area button {
        padding: 11px 40px;
        margin-top: 50px;
    }
    #app-loader-img {
        width: 310px;
        height: 172px;
        border-radius: 5px;
    }
    #app-loader-logo {
        width: 72px;
        height: 100px;
        bottom: 31px;
    }
    #app-loader-dots {
        width: 62px;
        height: 28px;
        top: 76px;
    }
    #app-loader-text h1 {
        width: 280px;
        font-size: 9px;
    }
    .logo-area img {
        bottom: 170px;
        width: 128px;
        height: 50px;
    }
    .logo-area > .logo img {
        padding-bottom: 50px;
        width: 75px;
        height: 49px;
    }
    .store-area img {
        right: 264px;
        bottom: 231.5px;
        width: 37px;
        height: 7px;
    }
    .store-area > .store-btn img {
        right: 264px;
        bottom: 203px;
        width: 45px;
        height: 18px;
    }
    .store-area > .store-btn button {
        padding: 11px 24px;
        margin-top: -102px;
        margin-left: -132px;
    }
    .store-btn #android-img {
        width: 7px;
        height: 10px;
        padding-left: 19px;
    }
    .store-btn #apple-img {
        width: 7px;
        height: 9px;
        padding-right: 19px;
    }
    .footer {
        margin-top: 92px;
        margin-left: -160px;
        width: 320px;
    }
    /* .cookies-text {
        font-size: 6px;
        padding: 0 3px;
    } */
    .rights-text {
        font-size: 8px;
        padding-top: 3px;
    }
    .tabs-container {
        width: 320px;
    }
    .tabs {
        font-size: 8px;
        padding-top: 0px;
        padding-bottom: 3px;
    }
    .tabs div {
        margin: 0 2px;
    }
    .game-text {
        font-size: 7px;
    }
    /* .bookmark-area img {
        left: 225px;
        bottom: 198px;
        width: 95px;
        height: 35px;
    }
    .bookmark-area > .bookmark-btn img {
        padding-bottom: 5px;
        width: 81px;
        height: 18px;
    }
    .bookmark-btn > .bookmark-txt img {
        padding-bottom: 6px;
        width: 60px;
        height: 7px;
    }
    .bookmark-txt > .stars img {
        padding-bottom: 22px;
        padding-right: 73px;
        width: 26.5px;
        height: 20px;
    } */
}

@media screen and (max-width: 350px), screen and (max-height: 320px) {
    .unity-frame img {
        width: 240px;
        height: 135px;
    }
    .unity-frame-content img {
        width: 235px;
        height: 130px;
    }
    .unity-frame-content > .btn-area img {
        padding-top: 75px;
        width: 60px;
        height: 15px;
    }
    .unity-frame-content > .btn-area button {
        padding: 10px 32px;
        margin-top: 37px;
    }
    #app-loader-img {
        width: 234px;
        height: 129px;
    }
    #app-loader-logo {
        width: 51px;
        height: 71px;
        bottom: 26px;
    }
    #app-loader-dots {
        width: 44px;
        height: 20px;
        top: 56px;
    }
    #app-loader-text h1 {
        width: 214px;
        font-size: 7px;
    }
    .logo-area img {
        bottom: 130px;
        width: 96px;
        height: 37.5px;
    }
    .logo-area > .logo img {
        padding-bottom: 40px;
        width: 60px;
        height: 39px;
    }
    .store-area img {
        right: 198px;
        bottom: 173.5px;
        width: 28px;
        height: 5px;
    }
    .store-area > .store-btn img {
        right: 198px;
        bottom: 152px;
        width: 34px;
        height: 13.5px;
    }
    .store-area > .store-btn button {
        padding: 9px 19px;
        margin-top: -76px;
        margin-left: -99px;
    }
    .store-btn #android-img {
        width: 5px;
        height: 7.5px;
        padding-left: 12px;
    }
    .store-btn #apple-img {
        width: 5px;
        height: 6px;
        padding-right: 12px;
    }
    .footer {
        margin-top: 68px;
        margin-left: -125px;
        width: 250px;
    }
    /* .cookies-text {
        font-size: 5px;
        padding: 0 2px;
    } */
    .rights-text {
        font-size: 6px;
    }
    .tabs-container {
        width: 250px;
    }
    .tabs {
        font-size: 6px;
    }
    .game-text {
        font-size: 6px;
    }
    /* .bookmark-area img {
        left: 169px;
        bottom: 148.5px;
        width: 71px;
        height: 26px;
    }
    .bookmark-area > .bookmark-btn img {
        padding-bottom: 3px;
        width: 60px;
        height: 13.5px;
    }
    .bookmark-btn > .bookmark-txt img {
        padding-bottom: 4.5px;
        width: 45px;
        height: 5px;
    }
    .bookmark-txt > .stars img {
        padding-bottom: 16.5px;
        padding-right: 55px;
        width: 20px;
        height: 15px;
    } */
}