@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Text&display=swap');

body {
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    background: url("/assets/images/section_common_background.jpg") repeat-x top;
}

a {
    color: #00bbff;
}

p {
    line-height: 20px;
    margin: 10px 0;
}

div,
section {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Big Shoulders Text', cursive;
    text-transform: uppercase;
    font-weight: normal;
    margin: 20px 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

@media only screen and (min-width: 1281px) {
    .content {
        width: 1200px;
    }
}

@media only screen and (min-width: 1681px) {
    .content {
        width: 1600px;
    }
}

@font-face {
    font-family: lilita_one;
    src: url(../fonts/LilitaOne-Regular.ttf);
}

/* Navigation */

.top-navigation {
    background-color: #000000;
    height: 60px;
    border-radius: 0;
    z-index: 1;
}

@media only screen and (min-width: 1281px) {
    .top-navigation {
        margin: 10px auto;
        border-radius: 10px;
    }
}

.top-navigation .logo {
    padding: 14px;
}

.top-navigation .logo img {
    width: 30px;
}

.top-navigation a,
.top-navigation button {
    font-size: 14px;
    color: #999;
    height: 60px;
    line-height: 20px;
}

.top-navigation a {
    float: left;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    box-sizing: border-box;
}

.top-navigation .icon {
    display: none;
}

.drop-down {
    float: left;
    overflow: hidden;
}

.drop-down .drop-down-button {
    border: none;
    outline: none;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.drop-down-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.drop-down-content a {
    float: none;
    color: black;
    text-decoration: none;
    display: block;
    text-align: left;
}

.drop-down-content img {
    border-radius: 8px;
    width: 30px;
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.top-navigation a:hover,
.drop-down:hover .drop-down-button {
    background-color: #555;
    color: white;
}

.drop-down-content a:hover {
    background-color: #ddd;
    color: black;
}

.drop-down:hover .drop-down-content {
    display: block;
}

@media screen and (max-width: 600px) {

    .top-navigation a:not(:first-child),
    .drop-down .drop-down-button {
        display: none;
    }

    .top-navigation a.icon {
        float: right;
        display: block;
        margin-top: -5px;
        font-size: 40px;
        height: 65px;
    }
}

@media screen and (max-width: 600px) {
    .top-navigation.responsive {
        position: relative;
        overflow: visible;
    }

    .top-navigation.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .top-navigation.responsive a {
        float: none;
        display: block;
        text-align: left;
        background: #000;
        color: #ddd;
        box-shadow: 0 0 10px #00000059;
    }

    .top-navigation.responsive .drop-down {
        float: none;
        background: #000;
    }

    .top-navigation.responsive .drop-down-content {
        position: relative;
    }

    .top-navigation.responsive .drop-down .drop-down-button {
        display: block;
        width: 100%;
        text-align: left;
    }
}

/* Footer */

.footer {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    padding: 50px 50px 200px;
}

.footer-body {
    padding: 0 20px;
}

.footer .copyright {
    color: #666;
    text-align: center;
    margin: 50px 0;
}

.footer .logo {
    position: absolute;
    right: 0;
    top: 50px;
}

.footer .logo img {
    width: 150px;
}

.footer a {
    color: #fff;
}

.footer .follow img {
    height: 20px;
}

.footer .links {
    margin: 50px 0;
}

.footer .links a {
    margin-right: 10px;
}

.footer .stores {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}

.footer .stores img {
    margin-left: 5px;
    height: 34px;
}

@media screen and (max-width: 600px) {
    .footer {
        padding: 50px 20px 200px;
        text-align: center;
    }

    .footer .logo {
        position: static;
    }

    .footer .stores {
        position: static;
    }
}

.download_container {
    text-align: center;
}

.download_button {
    background-color: #fc000d;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.download_button:hover {
    background-color: #fc000d;
}

body.home {
    background: url("/assets/images/home_background.jpg") top no-repeat;
    background-size: auto;
}

.home-header {
    text-align: center;
    max-width: 500px;
    padding: 50px 0;
    box-sizing: border-box;
    min-height: 550px;
}

.home-header .logo {
    width: 250px;
    margin: 20px 0;
}

.home-header .title {
    margin: 20px 0;
    font-style: italic;
}

.home-header p {
    margin: 10px 0;
    line-height: 22px;
    font-size: 16px;
    color: #666;
}

@media screen and (max-width: 600px) {
    .home-header {
        width: 100%;
        padding: 0 20px;
    }
}

.our-games {
    background: url("/assets/images/section_common_background.jpg") repeat-x top;
    text-align: center;
    padding: 20px 0;
}

.our-games h2 {
    padding: 20px 0;
}

.featured-games {
    display: flex;
    flex-direction: row;
    width: 100%;
    border-collapse: collapse;
    justify-content: center;
    flex-wrap: wrap;
}

.featured-game {
    position: relative;
    margin: 20px 20px 90px;
    cursor: pointer;
}

.featured-game .featured_image {
    border-radius: 20px;
    border: 1px #000 solid;
    width: 550px;
}

.featured-game .icon {
    border-radius: 20px;
    border: 1px #000 solid;
    width: 100px;
    position: absolute;
    bottom: -70px;
    left: 20px;
    box-sizing: border-box;
}

.featured-game .text {
    position: absolute;
    bottom: -50px;
    left: 140px;
    color: #999;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

.featured-game .text h3 {
    font-size: 20px;
    color: #505050;
    margin: 0;
    line-height: 18px;
}

@media screen and (max-width: 600px) {
    .our-games h2 {
        padding: 0;
    }

    .featured-game {
        margin: 0 0 30px;
    }

    .featured-game .featured_image {
        width: 100%;
        border-radius: 0;
        border-width: 0;
    }

    .featured-game .icon {
        width: 60px;
        bottom: 0;
        border-radius: 15px;
        float: left;
        position: relative;
        left: 0;
        margin: -17px 10px 20px;
    }

    .featured-game .text {
        left: 0;
        font-size: 11px;
        bottom: 0;
        position: relative;
        margin-top: 5px;
    }

    .featured-game .text h3 {
        font-size: 16px;
        text-decoration: none;
    }
}

/* Game */

.game-header {
    max-width: 800px;
    display: flex;
    align-items: flex-start;
    padding: 50px 0;
}

.game-header .subtitle {
    text-transform: none;
    color: #999;
    margin-top: -14px;
}

.game-header .game-logo {
    width: 400px;
}

.game-header .badges {
    display: flex;
    margin: 20px 0;
}

.game-header .badges img {
    height: 50px;
    margin-right: 10px;
}

@media screen and (max-width: 780px) {
    .game-header {
        display: block;
        text-align: center;
        padding: 0 20px;
    }

    .game-header .badges {
        justify-content: center;
    }

    .game-header .badges img {
        height: 12vw;
    }

    .game-header .game-logo {
        width: 75%;
    }
}

.game-video {
    background: url("/assets/images/section_common_background.jpg") repeat-x top;
    padding: 70px 0;
}

.game-video .content {
    max-width: 1080px;
    text-align: center;
}

.game-illustration {
    position: absolute;
    right: 0;
    display: none;
}

@media only screen and (min-width: 1281px) {
    .game-illustration {
        display: block;
        width: 400px;
    }

    .game-video .content {
        text-align: inherit;
    }
}

.game-video .video {
    position: relative;
    width: 600px;
    display: inline-block;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 40px;
    height: 338px;
    box-shadow: 0px 8px 12px 0px #00000059;
}

.game-video .video .thumbnail {
    width: 100%;
}

.game-video .video .youtube {
    width: 100%;
}

.game-video .video .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 600px) {
    .game-video {
        padding: 20px 0;
    }

    .game-video .video {
        width: 100%;
        border-radius: 0;
        border: 0;
        height: inherit;
    }
}

.screenshots {
    background: url("/assets/images/section_common_background_short.jpg") repeat-x top;
    padding: 70px 0;
}

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

.screenshot-container {
    position: relative;
}

.screenshot-container .phone-bezels {
    position: absolute;
}

.landscape-orientation .screenshot-container .phone-bezels {
    top: -19px;
    left: -53px;
}

.portrait-orientation .screenshot-container .phone-bezels {
    top: -34px;
    left: -42px;
}

.screenshot-container .screenshot-mask {
    -webkit-mask-image: url(/assets/images/phone_mask_landscape.png);
    mask-image: url(/assets/images/phone_mask_landscape.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.portrait-orientation .screenshot-mask {
    -webkit-mask-image: url(/assets/images/phone_mask_portrait.png);
    mask-image: url(/assets/images/phone_mask_portrait.png);
}

.screenshot-container .screenshot {
    position: relative;
}

.landscape-orientation .screenshot-container .screenshot {
    top: -30px;
}

.portrait-orientation .screenshot-container .screenshot {
    left: -30px;
}

@media screen and (min-width: 781px) {
    .screenshots {
        margin-bottom: 200px;
    }

    .screenshots.portrait-orientation {
        margin-bottom: 300px;
    }

    .landscape-orientation .screenshot-container {
        left: 15px;
        height: 270px;
    }

    .portrait-orientation .screenshot-container {
        left: 15px;
        height: 330px;
    }

    .landscape-orientation .screenshot-container:nth-child(even) {
        left: -70px;
    }

    .landscape-orientation .screenshot-container:nth-child(odd) {
        left: 30px;
    }

    .portrait-orientation .screenshot-container:nth-child(even) {
        left: -130px;
    }

    .portrait-orientation .screenshot-container:nth-child(odd) {
        left: 190px;
    }
}

@media only screen and (min-width: 1281px) {
    .screenshot-container:nth-child(even) {
        left: -230px;
    }

    .screenshot-container:nth-child(odd) {
        left: 270px;
    }
}

@media screen and (max-width: 780px) {
    .screenshots {
        padding: 20px 0;
    }

    .screenshots .content {
        align-items: inherit;
    }

    .screenshot-container {
        position: inherit;
        margin-top: 20px;
    }

    .screenshot-container .phone-bezels {
        display: none;
    }

    .screenshot-container .screenshot-mask {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .screenshot-container .screenshot {
        width: 100%;
        position: inherit;
    }
}

/* Privacy Policy */

.privacy-policy {
    max-width: 1080px;
    padding: 0 20px;
}

/* Contact Us */

.contact-us {
    min-height: 1000px;
}