/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
* {
    box-sizing: border-box;
    font-weight: 400;
}
@font-face {
    font-family: Inter;
    font-style: normal;
    font-display: swap;
    src: url('') format('woff2');
}
@font-face {
    font-family: Unlock;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/social-Unlock-Regular.woff2') format('woff2');
}
html {
    scroll-behavior: smooth;
    min-height: 100vh;
    background: #f8fafc;
}
#root {
    font-family: Initer, sans-serif;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.pad {
    padding: 0 40px;
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.pad-top {
    padding-top: 80px;
    padding-bottom: 80px;
}
.social-flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
h1,
h2 {
    font-size: 38px;
    line-height: 44px;
    margin: 0;
    color: #1a2332;
    text-transform: uppercase;
    font-family: Unlock, sans-serif;
    letter-spacing: 8px;
    font-weight: 400;
}
p,
a,
li,
span,
label,
input {
    margin: 0;
    text-decoration: none;
    color: #1a2332;
    font-size: 16px;
    line-height: 19px;
}
.t-24 {
    font-size: 24px;
    line-height: 28px;
    font-family: Unlock, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.t-20 {
    font-size: 20px;
    line-height: 24px;
    font-family: Unlock, sans-serif;
}
.font-unlock {
    font-family: Unlock, sans-serif;
    text-transform: uppercase;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.text-center {
    text-align: center;
}
.upper {
    text-transform: uppercase;
}
.col-black {
    color: #1a2332;
}
.col-white {
    color: #fff;
}
.social-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}
.social-grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.social-grid-3 li {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.visualy-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}
@media (max-width: 1100px) {
    .pad {
        padding: 0 25px;
    }
    .pad-top {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .social-grid-2 {
        gap: 20px;
    }
}
@media (max-width: 749px) {
    .pad {
        padding: 0 16px;
    }
    .pad-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    p,
    a,
    li,
    span,
    label,
    input {
        font-size: 14px;
        line-height: 16px;
    }
    h1,
    h2 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 2px;
    }
    .social-grid-2,
    .social-grid-3 {
        grid-template-columns: 1fr;
    }
    .t-24 {
        font-size: 14px;
        line-height: 18px;
    }
    .social-grid-3 .t-24 {
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width: 330px) {
    .social-privacy h1,
    .social-privacy h2 {
        word-break: break-all;
    }
}
.social-list-dot-center {
    padding-left: 20px;
    list-style: disc;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.social-list-dot {
    padding-left: 20px;
    list-style: disc;
}
.social-middle__img {
    background: url('../images/middle-img-BYWjDBuk.webp') right / cover
        no-repeat;
    height: 400px;
}
.bg-brown {
    background-color: #1a2332;
}
.social-grid-img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-grid-text-part {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
}
.social-grid-img-part-2 {
    background: url('../game/assets/images/preloader_background_high.webp')
        center / cover no-repeat;
    border-radius: 10px;
    min-height: 400px;
}
.mg-top {
    margin-top: 16px;
}
.social-game__link {
    border: 1px solid #ffffff;
    color: #fff;
    font-family: Unlock, sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    width: 100%;
    max-width: 246px;
    height: 49px;
    cursor: pointer;
    transition: all 0.3s;
}
.social-game__link:hover {
    background-color: #fbbf24;
    color: #1a2332;
}
.social-about {
    display: flex;
    flex-direction: row-reverse;
    gap: 80px;
}
.social-about__img {
    background: url('../images/about-img-DPXf5cDX.webp') center / cover
        no-repeat;
    width: 296px;
    min-height: 277px;
    flex-shrink: 0;
}
.social-about .social-flex {
    justify-content: center;
}
@media (max-width: 1100px) {
    .social-hero__header {
        font-size: 40px;
        line-height: 50px;
    }
    .social-about {
        gap: 20px;
    }
}
@media (max-width: 749px) {
    .social-grid-text-part {
        gap: 16px;
    }
    .social-grid-img-part-2 {
        aspect-ratio: 328 / 250;
        min-height: auto;
    }
    .social-game__link {
        align-self: center;
        height: 33px;
        width: 100%;
        max-width: 350px;
    }
    .social-about {
        flex-direction: column;
    }
    .social-about__img {
        height: 385px;
        width: 100%;
        background-position: center;
    }
}
.social-hero {
    background: url('../images/main-cover-D4T5v4Kq.webp') center / cover
        no-repeat;
    padding: 24px 0;
    display: flex;
    align-items: center;
}
.social-hero-main {
    min-height: 720px;
    padding-top: 100px;
    align-items: start;
}
.social-hero-main .social-hero__body {
    max-width: 428px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.social-hero__body {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.social-hero__header {
    color: #fff;
    letter-spacing: 4px;
    font-size: 72px;
    line-height: 77px;
}
.social-hero-main .social-hero__header {
    font-size: 48px;
    line-height: 55px;
}
.social-hero__text {
    font-size: 20px;
    line-height: 24px;
}
@media (max-width: 749px) {
    .social-hero__header,
    .social-hero-main .social-hero__header {
        font-size: 30px;
        line-height: 34px;
        letter-spacing: 2px;
    }
    .social-hero__text {
        font-size: 16px;
        line-height: 18px;
        max-width: 60%;
    }
    .social-hero-main {
        min-height: 500px;
        padding-top: 20px;
    }
    .social-hero-main .social-hero__body {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .social-hero-main .social-hero__text {
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
    }
}
.social-header {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-header__body {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.social-header__logo {
    width: 193px;
    height: 32px;
    background: url('../images/favicon.svg') center / contain no-repeat;
}
.social-header__links-container {
    display: flex;
    gap: 41px;
    align-items: center;
}
.social-header__link {
    font-family: Unlock, sans-serif;
    font-size: 14px;
}
.social-header__arrow {
    background: url('../images/7e32e6ebff5d3ba900ba6f08147fea8b64cde842.svg')
        center / contain no-repeat;
    width: 24px;
    height: 24px;
}
.social-header__lang-container {
    display: flex;
    gap: 15px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    align-items: center;
}
.social-header__other-lang {
    background: #f8fafc;
    width: 75px;
    position: absolute;
    bottom: -54px;
    border-radius: 5px;
    padding: 10px;
    left: -16px;
}
.social-header__other-lang button {
    cursor: pointer;
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-family: Unlock, sans-serif;
}
.social-header__burger {
    width: 30px;
    height: 15px;
    background: url('../images/7aa223fc95e24dcd4766b8fdf1edafddf3374f28.svg')
        center / contain no-repeat;
    display: none;
    border: none;
    cursor: pointer;
}
.social-header__close-btn {
    display: none;
    width: 15px;
    height: 15px;
    background: url('../images/6f326125e15b517b5bfbf421ef0df938a2d71daf.svg')
        center / contain no-repeat;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    border: none;
}
.social-header__lang-mob {
    display: none;
}
@media (max-width: 749px) {
    .social-header {
        height: 40px;
    }
    .social-header__logo:before {
        width: 20px;
        height: 20px;
    }
    .social-header__links-container {
        gap: 5px;
    }
    .social-header__lang-container {
        display: none;
    }
    .social-header__links-container {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #f8fafc;
        transition: left 0.3s ease-in-out;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        z-index: 9999;
    }
    .social-header__links-container.active {
        left: 0;
    }
    .social-header__burger,
    .social-header__close-btn {
        display: block;
    }
    .social-header__lang-mob {
        display: flex;
        gap: 20px;
        align-items: center;
    }
    .social-header__lang-btn-mob {
        background: transparent;
        border: 1px solid #0f1419;
        color: #0f1419;
        padding: 5px 10px;
        text-transform: uppercase;
        cursor: pointer;
    }
}
.social-footer {
    background: #1a2332;
    padding: 40px 0;
}
.social-footer p,
.social-footer a {
    color: #fff;
}
.social-footer .font-unlock {
    text-transform: none;
}
.t-14 {
    font-size: 14px;
    line-height: 16px;
}
.social-logos {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.social-logos li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-logos img {
    max-width: 120px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.social-links {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
.social-age {
    background: url('../images/124975d94ffab43368ea1bf33acd5355238762a6.svg')
        center / contain no-repeat;
    width: 84px;
    height: 40px;
}
.social-footer__part {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.social-footer__copyright {
    color: #a1a1a1;
}
@media (max-width: 749px) {
    .social-logos,
    .social-links {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .social-logos {
        gap: 30px;
    }

    .social-logos img {
        max-width: 100px;
        max-height: 50px;
    }
}
.social-frame {
    width: 100%;
    aspect-ratio: 1240 / 720;
}
.pad-40 {
    padding-top: 40px;
}
.social-game-page__img {
    aspect-ratio: 800 / 400;
    width: 100%;
    max-width: 800px;
    align-self: center;
}
.social-terms__list {
    list-style: disc;
    padding-left: 20px;
}
.social-disclaimer__list {
    padding-left: 20px;
    list-style: decimal;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.social-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000c;
    top: 0;
    z-index: 1;
    display: flex;
    padding: 100px 20px;
    justify-content: center;
}
.social-modal__body {
    background: #f8fafc;
    max-width: 400px;
    width: fit-content;
    height: fit-content;
    padding: 40px;
}
.social-contact__form {
    width: 100%;
    max-width: 820px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 16px auto 0;
}
.social-contact__label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.social-form__input {
    background: transparent;
    min-height: 49px;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    color: #1a2332;
    width: 100%;
    border-radius: 10px;
}
.social-form__text {
    min-height: 100px;
}
.social-form__input::placeholder {
    color: #999;
    font-size: 16px;
    line-height: 18px;
}
.social-form__input:focus {
    outline: none;
}
.social-form__btn {
    background-color: #0f1419;
    width: 246px;
    height: 49px;
    border-radius: 100px;
    cursor: pointer;
    font-family: Unlock, sans-serif;
    color: #fff;
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
}

/* Popup Styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.popup-content {
    background: #f8fafc;
    border-radius: 15px;
    padding: 40px;
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

.popup-header h2 {
    color: #1a2332;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
    font-family: Unlock, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.popup-body {
    margin-bottom: 30px;
}

.popup-body p {
    color: #1a2332;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
}

.popup-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.popup-btn {
    padding: 12px 24px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-family: Unlock, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    min-width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-btn-primary {
    background-color: #1a2332;
    color: #fff;
}

.popup-btn-primary:hover {
    background-color: #0f1419;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(26, 35, 50, 0.3);
}

.popup-btn-secondary {
    background-color: transparent;
    color: #1a2332;
    border: 2px solid #1a2332;
}

.popup-btn-secondary:hover {
    background-color: #1a2332;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(26, 35, 50, 0.3);
}

.age-popup {
    border: 3px solid #e74c3c;
}

.age-popup .popup-header h2 {
    color: #e74c3c;
}

.cookie-popup {
    border: 3px solid #3498db;
}

.cookie-popup .popup-header h2 {
    color: #3498db;
}

/* Mobile Responsive */
@media (max-width: 749px) {
    .popup-content {
        padding: 30px 20px;
        margin: 20px;
        width: calc(100% - 40px);
    }

    .popup-header h2 {
        font-size: 22px;
        line-height: 26px;
        letter-spacing: 1px;
    }

    .popup-body p {
        font-size: 14px;
        line-height: 20px;
    }

    .popup-buttons {
        flex-direction: column;
        align-items: center;
    }

    .popup-btn {
        width: 100%;
        max-width: 250px;
        min-width: auto;
    }
}

@media (max-width: 330px) {
    .popup-content {
        padding: 20px 15px;
        margin: 15px;
        width: calc(100% - 30px);
    }

    .popup-header h2 {
        font-size: 18px;
        line-height: 22px;
    }
}
