html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    background-image: url(../img/bg.jpg);
    font-family: 'Roboto', sans-serif;
}

.container {
    max-width: 1200px;
    margin: auto;
    color: #3d3d3d;
    text-align: center;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    transition-duration: 0.4s;
}

.text-bonus {
    color: #8e2e00;
    font-size: 20px;
    text-decoration: underline;
}

h1 {
    line-height: 120%;
    margin: 30px 0;
}

.banner-main a {
    zoom: 1.3;
}

.btn:hover {
    background: rgb(32, 102, 32);
}

.custom-btn {
    background: #b31800;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 9px 20px 7px 20px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a {
    text-decoration: none;
    background: transparent;
    color: white;
}

h2 {
    line-height: 50px;
}

.banner__outer {
    background-image: linear-gradient(180deg, #0000002b, #00000024), url(../img/bg-main.png);
    background-size: cover;
    background-position: center;
    min-width: 250px;
    height: 600px;
    padding: 70px 0px;
}

.banner {
    position: relative;
}

.banner-main {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: black;
    font-size: 40px;
    width: fit-content;
    position: absolute;
    background-color: rgb(255 255 255 / 81%);
    border-radius: 20px;
    border: solid 5px #8f2900;
    text-align: center;
}

.info__outer {
    padding: 50px 0px;
}

.info__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.info-boxes {
    display: flex;
    background-color: white;
    border-radius: 20px;
}

.info-pic {
    padding-right: 30px;
}

.info-pic img {
    max-width: 200px;
}

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

.about__outer {
    padding: 50px 0px;
}

.about__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.about-main-title,
.rules-main-title,
.platforms-main-title {
    font-size: 40px;
    text-align: center;
    padding: 30px 30px;
}

.about-boxes {
    text-align: center;
    background-color: white;
    padding: 10px 10px;
}

.rules__outer {
    padding: 50px 0px;
}

.rules__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.rules-boxes {
    padding: 15px 15px;
}

.rules-boxes p {
    padding: 15px 0px;
}

.facts__outer {
    padding: 50px 0px;
}

.facts__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.facts-boxes {
    display: flex;
    background-color: white;
    border-radius: 20px;
    padding: 10px 10px;
}

.platforms__outer {
    padding: 50px 0px;
}

.platforms__inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.platforms-pic {
    background-size: cover;
    background-position: center;
    min-width: 150px;
    height: 400px;
}

.plt-pic-1 {
    background-image: url(../img/platforms-1.jpg);
}

.plt-pic-2 {
    background-image: url(../img/platforms-2.jpg);
}

.plt-pic-3 {
    background-image: url(../img/platforms-3.jpg);
}

.plt-pic-4 {
    background-image: url(../img/platforms-4.jpg);
}

.plt-pic-5 {
    background-image: url(../img/platforms-5.jpg);
}

.plt-pic-6 {
    background-image: url(../img/platforms-6.jpg);
}

.blog__outer {
    padding: 50px 0px;
}

.blog-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin: auto;
}

.blog-box {
    background-color: rgba(0, 0, 0, 0.507);
    border-radius: 20px;
}

.blog-pic img {
    max-width: 220px;
}

.faq__inner h2,
p {
    text-align: center;
}

li {
    font-size: 22px;
    line-height: 40px;
    padding-bottom: 20px;
}

ul {
    background-color: white;
    border-radius: 20px;
}

.faq-main-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    text-align: center;
}

.footer__outer {
    padding-top: 50px;
}

.footer-title {
    margin-bottom: 70px;
}

.footer-news-box input {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 787px;
    border: none;
    border-bottom: 2px solid #9b91a6;
    background: none;
    height: 63px;
    margin-right: 26px;
}

.footer-news-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-main {
    text-align: center;
    padding-top: 50px;
}

.footer-main img {
    max-width: 150px;
}

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

.footer-icons {
    display: flex;
    justify-content: center;
}

.footer-icons a {
    padding: 40px 40px;
}

.footer-btn {
    padding: 25px;
}

.header__outer {
    padding: 18px 0;
    position: fixed;
    width: 100%;
    z-index: 20;
}

.header__outer:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.733);
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    border-bottom: solid 1px rgba(192, 192, 192, 0.223);
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__block {
    display: flex;
    align-items: center;
    gap: 50px;
}

.header__logo {
    background: linear-gradient(269.18deg, #7fe776 -9.55%, #9bebd9 118.48%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 30px;
}

.header__logo img {
    width: 69px;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__burger {
    display: none;
}

.header__button {
    zoom: 0.8;
}

.header__link {
    font-size: 18px;
}

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

h1 {
    zoom: 0.8;
    margin-bottom: 27px;
    text-align: center;
}

.banner-main p {
    font-size: 25px;
    text-align: center;

}

.banner-main {
    padding: 40px 80px;
}

.banner-main div {
    text-align: center;
}

.banner-main .custom-btn {
    zoom: 1.2;
}

.header__lang-outer {
    background: black;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__lang-inner {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header__lang-list {
    position: absolute;
    top: 0px;
    color: white;
    left: -2px;
    background: black;
    padding-top: 43px;
    z-index: -1;
    padding-bottom: 3px;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}

.header__lang {
    color: white;
}

header .custom-btn {
    color: white !important;
}

.header__lang-list.active {
    opacity: 1;
    visibility: visible;
}

.header__lang-item {
    text-align: center;
    width: 40px;
    color: white;
    height: 30px;
}

.blog-date {
    font-size: 16px;
    opacity: 0.5;
    margin-bottom: 6px;
    color: white;
}


@media(max-width: 800px) {
    .header__outer {
        position: relative;
    }

    .header__menu {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        top: 75px;
        background: linear-gradient(269.18deg, #0f110f -9.55%, #101a17 118.48%);
        flex-direction: column;
        gap: 13px;
        padding: 20px 0;
        transform: translateY(-600px);
        //z-index: -50;
    }

    .header__menu.active {
        transform: translateY(0px);
        transition-duration: 0.5s;
    }

    .header__button {
        display: none;
    }

    .header__burger {
        display: block;
        margin-bottom: -5px;
    }

    .header__outer:before {
        background: black;
    }

    .header__block {
        gap: 10px;
    }
}

@media(max-width: 700px) {
    .container {
        padding: 0px 20px;
    }

    .info__inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .info-boxes {
        flex-direction: column;
    }

    .about__inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rules__inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .facts__inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .platforms__inner {
        display: grid;
        grid-template-columns: 1fr;
    }

    .blog-boxes {
        display: grid;
        grid-template-columns: 1fr;
    }

    .faq-main-box {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-news-box {
        grid-template-columns: 1fr;
    }

    .footer-news-box input {
        width: 100%;
        box-sizing: border-box;
    }

    .footer-btn {
        padding-top: 30px;
    }

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

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

    .rules-pic img {
        max-width: 300px;
    }

    .banner__outer {
        height: 400px;
        background-position: initial;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 26px;
        line-height: 120%;
    }

    .header__logo img {
        width: 39px;
    }

    .header__burger {
        zoom: 0.8;
        transform: translateY(3px);
    }

    .banner-main {
        padding: 40px 20px
        /* right: 0;
        bottom: 0;
        left: unset;
        top: unset; */
    }

    .fire-btn {
        width: 300px!important;
    }

    .footer-icons a {
        padding: 20px;
    }

    .footer-news-box input {
        border: solid grey;
    }
}

:root {
    --btn-w: 350px;
    --btn-h: 64px;
    --bg: #0f1115;
    --accent: #ff6a00;
    --accent-deep: #ff2d00;
    --glow: 0 8px 30px rgba(255, 106, 0, 0.18);
}

.fire-btn-wrap {
    display: inline-block;
    perspective: 800px;
}

.fire-btn {
    --translateY: 0px;
    width: var(--btn-w);
    height: var(--btn-h);
    display: inline-grid;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(180deg, #cd3a14 0%, #151619 100%);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: var(--glow);
    position: relative;
    overflow: visible;
    cursor: pointer;
    transform: translateY(var(--translateY));
    transition: transform 220ms cubic-bezier(.2, .9, .3, 1), box-shadow 220ms;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.fire-btn:focus {
    outline: none;
    box-shadow: 0 8px 40px rgba(255, 106, 0, 0.28);
}

.fire-btn__label {
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #fff;
    z-index: 5;
    text-transform: uppercase;
    font-size: 16px;
}

.flames {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    width: calc(var(--btn-w) * 0.9);
    height: 60px;
    pointer-events: none;
    z-index: 1;
    filter: blur(6px) saturate(120%);
}

.flame {
    position: absolute;
    bottom: 0;
    width: 22px;
    height: 40px;
    border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
    transform-origin: center bottom;
    opacity: 0.95;
    animation: flame-flicker 1.2s infinite ease-in-out;
    mix-blend-mode: screen;
}

.flame::before {
    content: "";
    position: absolute;
    inset: 6px 6px 10px 6px;
    border-radius: inherit;
    background: linear-gradient(180deg, var(--accent) 0%, var(--accent-deep) 70%);
    opacity: 0.85;
}

.flame.f1 {
    left: 8%;
    animation-duration: 1.1s;
    transform: translateY(6px) scaleX(.9);
}

.flame.f2 {
    left: 26%;
    animation-duration: 1.35s;
    animation-delay: 0.05s;
}

.flame.f3 {
    left: 44%;
    animation-duration: 1.05s;
    animation-delay: 0.02s;
    transform: scaleX(1.2);
}

.flame.f4 {
    left: 62%;
    animation-duration: 1.3s;
    animation-delay: 0.08s;
}

.flame.f5 {
    left: 80%;
    animation-duration: 1.15s;
    transform: translateY(4px) scaleX(.95);
}

@keyframes flame-flicker {
    0% {
        transform: translateY(0) scaleY(1) rotate(-2deg);
        opacity: .95
    }

    25% {
        transform: translateY(-6px) scaleY(1.12) rotate(2deg);
        opacity: 1
    }

    50% {
        transform: translateY(0) scaleY(.9) rotate(-1deg);
        opacity: .9
    }

    75% {
        transform: translateY(-4px) scaleY(1.06) rotate(1deg);
        opacity: 1
    }

    100% {
        transform: translateY(0) scaleY(1) rotate(-2deg);
        opacity: .95
    }
}

.glow-ring {
    position: absolute;
    inset: 0;
    border-radius: 12px;
    box-shadow: 0 6px 22px rgba(255, 106, 0, 0.12) inset;
    z-index: 2;
    pointer-events: none;
}

.fire-btn-wrap:hover .fire-btn,
.fire-btn:focus {
    transform: translateY(-14px) scale(1.03);
    box-shadow: 0 20px 60px rgba(255, 106, 0, 0.18);
}

.fire-btn:active {
    transform: translateY(-6px) scale(.995);
    transition: transform 50ms;
}

.embers {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -22px;
    width: 160px;
    height: 60px;
    pointer-events: none;
    z-index: 4;
}

.ember {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: .9;
    animation: ember 2s infinite;
}

.ember.e1 {
    left: 10%;
    top: 40%;
    background: var(--accent);
    animation-delay: 0s
}

.ember.e2 {
    left: 30%;
    top: 10%;
    background: #ffb35c;
    animation-delay: .2s
}

.ember.e3 {
    left: 55%;
    top: 0%;
    background: var(--accent-deep);
    animation-delay: .4s
}

.ember.e4 {
    left: 78%;
    top: 35%;
    background: #ffb35c;
    animation-delay: .1s
}

@keyframes ember {
    0% {
        transform: translateY(0) scale(.6);
        opacity: .9
    }

    50% {
        transform: translateY(-28px) scale(1);
        opacity: .6
    }

    100% {
        transform: translateY(-60px) scale(.2);
        opacity: 0
    }
}

@media (max-width:420px) {
    :root {
        --btn-w: 160px;
        --btn-h: 52px
    }
}