@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=Aladin&family=Fredoka:wght@300..700&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: 18px;
    font-weight: 400;
    line-height: 28px;
    background: #1F1327;
    background-attachment: fixed;
}

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

/* BTN */
.w44h1sb54-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: #1F1327;
    border: 2px solid #FF9B53;
    background: #FF9B53;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 320px;
    width: 100%;
    margin-top: 40px;
}

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

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

.w44h1sb54-header::after {
    content: '';
    max-width: 1320px;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FF9B53;
}

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

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

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

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

.w44h1sb54-menu--point:hover {
    color: #FF9B53;
}

.w44h1sb54-menu--point.active {
    color: #FF9B53;
}

.w44h1sb54-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%);
}

.w44h1sb54-burger .w44h1sb54-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);
}

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

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

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

.w44h1sb54-title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Fredoka", sans-serif;
    color: #FFB200;
    text-transform: uppercase;
}

.w44h1sb54-subtitle {
    font-family: "Fredoka", sans-serif;
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: #FFB200;
    text-transform: uppercase;
}

/* galaxy */

.w44h1sb54-galaxy--block {
    position: relative;
    padding: 85px 20px 105px;
}

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

.w44h1sb54-galaxy--box {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px 60px;
    align-items: center;
}

.w44h1sb54-galaxy--pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* match */

.w44h1sb54-match {
    padding: 100px 20px;
    background-image: url(../images/match-bg-w44h1sb54.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.w44h1sb54-match--box {
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap: 40px;
}

.w44h1sb54-match--info  p + p {
    margin-top: 32px;
}

.w44h1sb54-match--pic {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* choose */

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

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

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

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

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

.w44h1sb54-choose--point:nth-child(2n+1) .w44h1sb54-choose--title {
    color: #FFEA95;
}

.w44h1sb54-choose--point:nth-child(2n) .w44h1sb54-choose--title {
    color: #FFB0CF;
} 

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

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

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

/* Testimonials */

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

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

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

/*  */

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

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

.w44h1sb54-games .w44h1sb54-subtitle {
    margin-bottom: 20px;
}

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

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

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

.w44h1sb54-safe .w44h1sb54-subtitle {
    margin-bottom: 30px;
}

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

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

.w44h1sb54-information h1 {
    font-family: "Fredoka", sans-serif;
    font-size: 42px;
    line-height: 70px;
    font-weight: 600;
    margin-bottom: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #FF9B53;
}

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

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

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

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

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

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

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

.w44h1sb54-information .w44h1sb54-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: 1000px;
    width: 100%;
    margin: 0 auto;
}

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

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

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

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

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

/* FOOTER */
.w44h1sb54-footer {
    padding: 32px 20px;
    color: #ffffff;
    background: #1F1327;
}

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

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

.w44h1sb54-footer--list a {
    position: relative;
    padding: 2px;
    transition: .3s;
}

.w44h1sb54-footer--list a:hover {
    color: #FF9B53;
}

.w44h1sb54-footer--list a.active {
    color: #FF9B53;
}

.w44h1sb54-footer--text {
    border: 2px solid #FF9B53;
    border-radius: 20px;
    padding: 34px 20px;
    text-align: center;
    margin-bottom: 48px
}

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

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

.w44h1sb54-warning {
    font-family: "Fredoka", sans-serif;
    color: #FFB200;
    font-size: 64px;
    line-height: 64px;
    font-weight: 600;
}

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

.i15m6i36k-canvas--block {
    display: none;
    position: absolute !important;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%;
    background: rgba(31, 19, 39, 0.9);
}

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

.i15m6i36k-close {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    cursor: pointer;
}

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

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

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

    .w44h1sb54-burger {
        display: flex;
    }

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

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

    .w44h1sb54-galaxy--block {
        padding: 48px 20px 60px;
    }
}

@media (max-width: 860px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }

    header .w44h1sb54-brand img {
        width: 300px;
    }

    .w44h1sb54-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .w44h1sb54-subtitle {
        font-size: 24px;
        line-height: 36px;
    }

    .w44h1sb54-safe .w44h1sb54-subtitle {
        margin-bottom: 16px;
    }

    .w44h1sb54-galaxy--box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .w44h1sb54-match {
        padding: 60px 20px;
    }

    .w44h1sb54-match--box {
        grid-template-columns: 1fr;
    }

    .w44h1sb54-match--pic img {
        width: 300px;
    }

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

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

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

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

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

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

    .w44h1sb54-btn {
        font-size: 20px;
        line-height: 26px;
        height: 58px;
        margin: 28px auto 0;
    }

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

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

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

    .w44h1sb54-footer--text {
        font-size: 14px;
        line-height: 24px;
        padding: 24px 20px;
        margin-bottom: 32px;
    }

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

    .w44h1sb54-information {
        padding: 44px 20px 60px;
    }

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

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

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

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

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