@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&display=swap');
@import "reset.css";

/* font-family: "Inter", sans-serif; */

/* tyselfieal */
html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background: #0C1936;
    background-attachment: fixed;
}

.container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

/* BTN */
.fa328ns8d-btn {
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 76px;
    padding: 5px;
    transition: all 0.5s ease-out;
    border: none;
    box-sizing: border-box;
    border-radius: 100px;
    color: #0C1936;
    border: 2px solid #FFB200;
    background: #FFB200;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.fa328ns8d-btn:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

/* Header */
.fa328ns8d-header {
    position: relative;
    padding: 20px;
}

.fa328ns8d-header::after {
    content: '';
    max-width: 1320px;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgb(0, 115, 255) 0%, rgba(0, 115, 255, 0.64) 100%);
}

.fa328ns8d-header--block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fa328ns8d-menu--list {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
    gap: 20px 40px;
}

.fa328ns8d-menu--point {
    position: relative;
    transition: .3s;
    text-align: center;
    padding: 2px;
}

.fa328ns8d-menu--point:first-child::before {
    content: none;
}

.fa328ns8d-menu--point:hover {
    color: #0073FF;
}

.fa328ns8d-menu--point.active {
    color: #0073FF;
}

.fa328ns8d-burger {
    position: absolute;
    z-index: 5;
    right: 20px;
    width: 25px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.fa328ns8d-burger .fa328ns8d-lines {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}

.toggle .lines1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .lines2 {
    display: none;
}

.toggle .lines3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}

.fa328ns8d-burger--block {
    display: flex;
    align-items: center;
}

/* CONTENT */
.fa328ns8d-structure {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    min-height: 100%;
}

.fa328ns8d-structure.menu-bg::after {
    content: '';
    background: rgb(28 7 71 / 60%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fa328ns8d-title {
    font-size: 64px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Jockey One", sans-serif;
    color: #FFB200;
    text-transform: uppercase;
}

.fa328ns8d-title span {
    color: #FFB200;
}

.fa328ns8d-subtitle {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 60px;
}

/* banner */

.fa328ns8d-banner--block {
    position: relative;
    padding: 100px 20px 110px;
}

.fa328ns8d-banner--block::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 115, 255, 0) 0%, rgba(0, 115, 255, 0.25) 100%);
    top: 0;
    pointer-events: none;
}

.fa328ns8d-banner--box {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px 60px;
    align-items: center;
    margin-bottom: 100px;
}

.fa328ns8d-btn--wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.fa328ns8d-banner--game {
    border: 10px solid #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

/* Discover */

.fa328ns8d-discover {
    padding: 100px 20px;
    background-image: url(../images/banner-2-fa328ns8d.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fa328ns8d-discover--box {
    max-width: 840px;
    width: 100%;
}

.fa328ns8d-discover--box p + p {
    margin-top: 32px;
}

/* choose */

.fa328ns8d-choose {
    position: relative;
    padding: 100px 20px 100px;
}

.fa328ns8d-choose::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 115, 255, 0) 0%, rgba(0, 115, 255, 0.25) 100%);
    top: 0;
    pointer-events: none;
}

.fa328ns8d-choose .fa328ns8d-title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 36px;
}

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

.fa328ns8d-choose--list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin: 36px 0;
}

.fa328ns8d-choose--point {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 10px;
}

.fa328ns8d-choose--title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

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

.fa328ns8d-choose--pic {
    position: relative;
    transition: .3s;
}

/* Testimonials */

.fa328ns8d-testimonials {
    position: relative;
    padding: 100px 20px;
}

.fa328ns8d-testimonials::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 115, 255, 0) 0%, rgba(0, 115, 255, 0.25) 100%);
    top: 0;
    pointer-events: none;
}

.fa328ns8d-testimonials .fa328ns8d-title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 36px;
}

.fa328ns8d-testimonials .fa328ns8d-choose--list {
    margin-bottom: 0;
}

/*  */

.fa328ns8d-games {
    position: relative;
    padding: 80px 20px;
}

.fa328ns8d-games::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 115, 255, 0) 0%, rgba(0, 115, 255, 0.25) 100%);
    top: 0;
    pointer-events: none;
}

.fa328ns8d-games--list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.fa328ns8d-games--point {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 18px;
    align-items: center;
}

.fa328ns8d-games--point:last-child {
    grid-template-columns: 120px 1fr 180px;
}

/* Information */
.fa328ns8d-information {
    position: relative;
    padding: 100px 20px 100px;
}

.fa328ns8d-information::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 115, 255, 0) 0%, rgba(0, 115, 255, 0.25) 100%);
    top: 0;
    pointer-events: none;
}

.fa328ns8d-information h1 {
    font-family: "Jockey One", sans-serif;
    font-size: 64px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 56px;
    text-align: center;
    text-transform: uppercase;
}

.fa328ns8d-information h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.fa328ns8d-information h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.fa328ns8d-information p {
    margin-bottom: 16px;
}

.fa328ns8d-information a {
    display: inline-block;
    color: #FFB200;
    font-weight: 700;
}

.fa328ns8d-information ul {
    list-style-type: disc;
    padding-left: 20px;
}

.fa328ns8d-information ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.fa328ns8d-information li {
    margin-bottom: 16px;
}

.fa328ns8d-information .fa328ns8d-social--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-start;
    list-style-type: none;
    padding-left: 0;
    gap: 20px 60px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.fa328ns8d-information .fa328ns8d-social--point {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 0;
    text-align: center;
}

.fa328ns8d-information .fa328ns8d-social--list h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.fa328ns8d-information .fa328ns8d-social--list p {
    margin: 0;
}

.fa328ns8d-information .fa328ns8d-social--list a {
    color: #ffffff;
    font-weight: 400;
}

.fa328ns8d-information .fa328ns8d-social--point:hover a {
    text-decoration: underline;
}

/* FOOTER */
.fa328ns8d-footer {
    padding: 32px 20px;
    color: #ffffff;
    background: #0C1936;
}

.fa328ns8d-footer--union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 32px;
}

.fa328ns8d-footer--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    gap: 20px 32px;
}

.fa328ns8d-footer--list a {
    position: relative;
    padding: 2px;
    line-height: 16px;
    transition: .3s;
}

.fa328ns8d-footer--list a:hover {
    color: #0073FF;
}

.fa328ns8d-footer--list a.active {
    color: #0073FF;
}

.fa328ns8d-footer--text {
    border: 10px solid #0073FF;
    border-radius: 20px;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 48px;
}

.fa328ns8d-footer--copyright {
    position: relative;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    padding: 24px 0 0;
}

.fa328ns8d-footer--copyright::before {
    content: '';
    max-width: 1320px;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #FFDF2A33;
}

.fa328ns8d-warning {
    font-family: "Jockey One", sans-serif;
    color: #FFB200;
    font-size: 64px;
    line-height: 64px;
    font-weight: 400;
}

/* Game */
body.is-visible {
    overflow: hidden;
}

#mb4f1k029-game--container {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease;

    position: absolute !important;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    padding: 0 10px;
    width: 100%;
    background: rgba(12, 25, 54, 0.9);
}

body.is-visible #mb4f1k029-game--container {
    opacity: 1;
    visibility: visible;
}

.mb4f1k029-game--close {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    margin-top: 20px;
    cursor: pointer;
}

.mb4f1k029-game--close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mb4f1k029-game--canvas canvas {
    outline: none;
}

@media (max-width: 1024px) {
    .fa328ns8d-menu--point {
        padding: 10px;
    }

    .fa328ns8d-burger {
        display: flex;
    }

    .fa328ns8d-burger--block {
        display: none;
        position: absolute;
        z-index: 2;
        top: 85px;
        right: 0;
        left: 0;
        width: 100%;
        background: #0C1936;
        flex-direction: column;
        gap: 20px;
        padding: 24px 20px;
    }

    .fa328ns8d-menu--list {
        flex-direction: column;
    }

    .fa328ns8d-banner--block {
        padding: 40px 20px 60px;
    }

    .fa328ns8d-banner--box {
        margin-bottom: 40px;
    }

}

@media (max-width: 860px) {
    .fa328ns8d-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .fa328ns8d-choose .fa328ns8d-title {
        margin-bottom: 24px;
    }

    .fa328ns8d-subtitle {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .fa328ns8d-banner--box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .fa328ns8d-discover {
        padding: 60px 20px;
    }

    .fa328ns8d-choose {
       padding: 40px 20px 60px; 
    }

    .fa328ns8d-choose--title {
        font-size: 20px;
        line-height: 26px;
    }

    .fa328ns8d-games {
        padding: 40px 20px 60px;
    }

    .fa328ns8d-games--block {
        padding: 40px 20px 60px;
    }

    .fa328ns8d-games--point {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .fa328ns8d-games--point:last-child {
        grid-template-columns: 1fr;
    }

    .fa328ns8d-games .fa328ns8d-banner--game {
        margin-top: 40px;
    }

    .fa328ns8d-btn {
        font-size: 20px;
        line-height: 26px;
        height: 58px;
        min-width: 240px;
    }

    .fa328ns8d-testimonials {
        padding: 40px 20px 60px;
    }

    .fa328ns8d-footer--union {
        flex-direction: column;
        margin-bottom: 24px;
        gap: 24px;
    }

    .fa328ns8d-footer--list {
        justify-content: center;
    }

    .fa328ns8d-footer--text {
        padding: 24px 20px;
    }

    .fa328ns8d-footer--copyright {
        font-size: 14px;
        line-height: 18px;
    }

    .fa328ns8d-information {
        padding: 40px 20px 60px;
    }

    .fa328ns8d-information h1 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .fa328ns8d-information h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .fa328ns8d-information .fa328ns8d-social--list {
        grid-template-columns: 1fr
    }

    .fa328ns8d-information .fa328ns8d-social--point img {
        width: 80px;
    }

    .fa328ns8d-information .fa328ns8d-social--list h3 {
        font-size: 20px;
        line-height: 26px;
    }
}