@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.contactPage {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.button {
    padding: 12px 16px;
    background: linear-gradient(#e0d10e, #9e7307);
    border: solid 1px #222;
    border-radius: 8px;
    color: #000 !important;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    font-weight: 800;
}

.button:hover {
    border: solid 1px lime;
}

a {
    text-decoration: none;
    color: #dcdcdc;
}

a:hover {
    text-decoration: underline;
}

hr {
    border-color: #4e4e4e;
}

li {
    list-style-type: none;
    display: inline-block;
}

html,
body {
    height: 100%;
}

b,
strong {
    color: #df1645;
}

body {
    background-color: gray;
    background-image: url(https://jatgame.com:9000/upload/public_asset/bg4k.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
}


.backgroundCover {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -999;
    background-color: #00000057;
}

.clearfix {
    clear: both;
}

.wrapper {
    margin-bottom: -65px;
    width: 1160px;
    margin: 0 auto;
}

.content {
    box-shadow: 0 0 2px black;
}

.content__title {
    text-align: center;
    margin-bottom: 20px;
}

.content__title a {
    color: #fff;
}

.content__banner {
    position: relative;
    width: 100%;
    border: solid 1px #333;
    background: #111;
    background-size: cover;
    border-radius: 20px;
    padding: 10px 20px;
}

.content__bannerCover {
    opacity: 0.66;
    #background: #0f0a48;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
}

.content__bannerImageWrapper {
    font-size: 96px;
    z-index: 1;
    display: flex;
    align-items: center;
}

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

.content__bannerText {
    z-index: 1;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.flex {
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    column-gap: 16px;
}

.content__inner {
    padding: 20px;
}

.content__inner--dark {
    background-image: linear-gradient(#161616, #1a1a1a);
}

.content__inner--light {
    background-image: linear-gradient(#1f1f1f, #1f1f1f);
}

.image-radius {
    border-radius: 20px;
}

.scroll-view {
    padding: 5px;
    overflow: auto;
    max-height: 500px;
}

.scroll-view p {
    margin-bottom: 20px;
}

.scroll-view h2 {
    font-size: 18px;
}

h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.scroll-view ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.state__info {
    display: flex;
    margin: 4px 0;
    font-size: 14px;
    color: #cdcdcd;
}

.state__info span {
    font-weight: 700;
    margin: 0 4px;
}

.state__info div {
    margin: 0 6px;
    text-align: center;
}

.state__info div:nth-child(1) span {
    color: #ffd60c;
}

.state__info div:nth-child(2) span {
    color: lime;
}

.container {
    z-index: 999;
    width: 1160px;
    margin: 0 auto;
    color: white;
}

.header-space {
    height: 60px;
    width: 100%;
}

nav {
    background-image: linear-gradient(#1b1b1b, #1d1d1d);
    border-bottom: solid 1px black;
    box-shadow: 0 0 8px black;
    padding: 5px 0;
}

.header {
    color: white;
    font-size: 0;
    height: 75px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: linear-gradient(#161616, #131313);
    box-shadow: 0 0 14px black;
}

.header__logo {
    position: relative;
    margin-top: -75px;
}

.header__flex {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    padding: 0 16px;
}

.header__socials {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 28px;
}

.header__socials:last-child {
    justify-self: end;
}

.header__social--html5:hover {
    color: #E44D26;
}

.header__social--apple:hover {
    color: gray;
}

.header__social--tiktok:hover {
    color: gold;
}

.header__social--discord:hover {
    color: #5865f2;
}

.header__social--youtube:hover {
    color: #ff0033;
}

.header__social--android:hover {
    color: #3DDC84;
}

.common-inner {
    background: #333;
    padding: 15px 10px;
}

.header__socials img:hover {
    opacity: 1;
}

.text-center {
    text-align: center;
}

.footer {
    max-width: 1160px;
    margin: 0 auto;
    border-top: solid 1px black;
    padding: 20px 10px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 8px black;
    background-image: linear-gradient(#161616, #131313);
    margin-bottom: 60px;
}

.footer__menu {
    margin-top: 10px;
}

.footer__item::after {
    color: white;
    content: " | ";
}

.footer__item:last-child::after {
    content: "";
}

.playerWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    overflow: hidden;
}

.playerWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid 1px #333;
    border-radius: 16px;
}

.playerWrapper__toolbar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 16px;
    margin-right: 8px;
    gap: 8px;
}

.playerWrapper__toolbar i {
    margin-right: 8px;
}

.playerWrapper__toolbar a {
    color: lightblue;
}

@media (max-width: 1160px) {
    .wrapper {
        width: calc(100% - 10px);
    }

    .footer {
        max-width: 100%;
        width: calc(100% - 10px);
    }

    .container {
        width: 100%;
    }

    .nftMarketWindow__content {
        transform: translate(-50%, 0%);
        height: calc(100%);
    }
}

@media (max-width: 460px) {
    .flex {
        flex-direction: column;
    }

    .header__socials {
        justify-self: center !important;
    }

    .header__socials i {
        font-size: 20px;
    }

    .content__bannerText {
        margin: 10px 0px;
        font-size: 14px;
        line-height: 18px;
    }

    .content__bannerImageWrapper {
        height: 72px;
        min-width: 72px;
        width: 72px;
    }

    .content__bannerCover,
    .content__banner {
        border-radius: 25px;
    }

    .content__title {
        margin-bottom: 15px;
    }

    .content__inner {
        padding: 10px;
    }

    .content__inner {
        text-align: center;
    }

    .header__flex {
        padding: 4px;
    }

    .header {
        height: inherit;
        margin-top: 5px;
    }

    .footer {
        padding: 10px 5px;
        height: auto;
    }

    .header__logo {
        margin-top: inherit;
    }

    .header__logo img {
        height: 100px;
        margin-top: -35px;
    }

    .header-space {
        height: 15px;
    }
}