@charset "UTF-8";


:root {
    --main-background: linear-gradient(117.05deg, #f2ecec -12%, #f2ecec 20%, #e3a2ca 100%);
    --color: #5dfbfea8;
    --white: #ffecec;
    --main-gradient: linear-gradient(117.05deg, #094dc2 -12%, #6d9eff 20%, #5dfbfe 100%);
    --main-shadow: 0px 0px 50px 2px #5dfbfea8;
    --text-color: #ffffff;
}


* {
    box-sizing: border-box
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

abbr,
fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 700
}

ul li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 700;
    text-align: center
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}

.desktop,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

button,
input,
textarea {
    border: unset;
    background: 0 0;
    font-family: Prompt, sans-serif
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
    outline: 0
}

a {
    text-decoration: none
}

.mobile,
.tablet {
    display: none
}

.container {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.container--no-padding {
    padding-left: 0;
    padding-right: 0
}

body {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: var(--text-color);
    font-family: Prompt, sans-serif;
    background: url(../images/new/bg.webp);
    background-position: top;
    background-size: contain;
    /* background-color: var(--white); */
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%
}

.highlighted {
    background: var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.section {
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 30px 0
}

.privacy_body,
.terms_body {
    background: #242424;
}

.privacy {
    max-width: 1100px;
    margin: auto;
    background: #000000a3;
    border-radius: 5px;

    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

.privacy .important {
    background-color: #fff;
    color: #000;
    padding: 2rem;
    border-radius: 5px;
    text-align: center;
}

.terms {
    max-width: 1100px;
    margin: auto;
    background: #000000a3;
    border-radius: 5px;

    padding: 1rem 2rem;
    margin-bottom: 2rem;
}

.terms .important {
    background-color: #fff;
    color: #000;
    padding: 2rem;
    border-radius: 5px;
    text-align: center;
}

.terms__title {
    font-size: 2rem;
    padding: 2rem 0;
    position: relative;
}

.terms p {
    margin-bottom: 1rem;
}

.terms h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}


.privacy p {
    margin-bottom: 1rem;
}

.privacy h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}



.section_wrap {
    flex-wrap: wrap;
}

.privacy__title {
    font-size: 2rem;
    padding: 2rem 0;
    position: relative;
}


.section_no-padding {
    padding: unset
}

.section_last {
    margin-top: 2rem;
    margin-bottom: 1rem;

    background: var(--main-gradient);
    border-radius: 30px;
    padding: 40px 80px !important;
    box-shadow: var(--main-shadow);
    animation: heartbeat 5s ease-in-out infinite both;
    position: relative;
}

.section_last h3 {
    text-align: center;
    color: var(--white);
}

.section_last p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--white);
}

.section__btn {}

.section__btn_fill {
    background: var(--main-gradient);
    border-radius: 40px;
    padding: 16px 30px 16px 30px;
    transition: .3s;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    color: #fff;
    position: relative;
    border: 1px solid var(--white);

}

/* .section__btn_fill:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 36px;
    background: url(../images/new/btn.webp) no-repeat;
    width: 23px;
    height: 26px;
    transition: .3s;
} */

.section__btn_fill:hover {
    cursor: pointer;
    color: var(--color);
    background: #fff;
    border: 1px solid var(--color);
    transition: .3s;
}

.gradient-border {
    position: relative;
    border-radius: 30px
}

/* .gradient-border::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 5px solid transparent;
    background: linear-gradient(117.05deg, #f6f719 -2.52%, #ee547b 51.32%, #af12eb 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
} */

h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 30px;
    width: 100%
}

.full-width {
    width: 100%
}

.visually-hidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0)
}


.main {
    /* background: url(../images/new/bg.jpg) center 10%; */
    background-size: cover;
    position: relative;
}

/* .main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-background);
} */


.section_header {
    padding: 32px 0 90px;
    flex-direction: row;
    justify-content: space-between
}

.section_header .logo {
    color: #fff;
    font-size: 34px;
    width: 250px;
    line-height: 26px;
    font-weight: 600
}

.section_header .section {
    padding: 15px 15px 15px 30px;
    background: rgba(45, 7, 56, .2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 30px
}

.section__btn.login {
    padding: 10px 30px;
    color: #fff;
    transition: .5s;
    border-radius: 30px;
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    background: var(--main-gradient);
    /* background: -webkit-linear-gradient(17.05deg, #f6f719 -2.52%, #ee547b 51.32%, #af12eb 100%); */
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent */
}

.section__btn.login:hover {
    cursor: pointer
}

.logo {
    width: 157px;
    height: 16px
}

.section_hero {
    gap: 45px;


}

.section_hero__img {

    position: relative;
}

.section_hero__text {
    text-align: left;
    position: relative;
}

.section_equal .section_hero__text {
    color: var(--white);
}

.section_equal__img {
    min-width: 50%
}

.section__title_main {
    font-family: Prompt, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    text-align: left
}

.section__desc {
    max-width: 430px !important;
    margin-bottom: 15px;
    color: #f9008d9e;
    font-weight: 700;
}

.feature {
    background-color: #fff;
    padding: 40px;
    gap: 15px;
    align-items: start;
    margin: 60px auto 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    color: #fff;
    background: var(--main-gradient);
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 50px 2px var(--color);
    -moz-box-shadow: 0px 0px 50px 2px var(--color);
    box-shadow: 0px 0px 50px 2px var(--color);
    animation: heartbeat 5s ease-in-out infinite both;
}


@-webkit-keyframes heartbeat {
    from {
        -webkit-box-shadow: 0px 0px 50px 2px var(--color);
        -moz-box-shadow: 0px 0px 50px 2px var(--color);
        box-shadow: 0px 0px 50px 2px var(--color);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-box-shadow: 0px 0px 60px 7px var(--color);
        -moz-box-shadow: 0px 0px 60px 7px var(--color);
        box-shadow: 0px 0px 60px 7px var(--color);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-box-shadow: 0px 0px 70px 12px var(--color);
        -moz-box-shadow: 0px 0px 70px 12px var(--color);
        box-shadow: 0px 0px 70px 12px var(--color);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-box-shadow: 0px 0px 80px 15px var(--color);
        -moz-box-shadow: 0px 0px 80px 15px var(--color);
        box-shadow: 0px 0px 80px 15px var(--color);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-box-shadow: 0px 0px 90px 20px var(--color);
        -moz-box-shadow: 0px 0px 90px 20px var(--color);
        box-shadow: 0px 0px 90px 20px var(--color);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}



.feature__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center
}

.feature__item i {
    margin: 0 auto 16px;
    color: var(--white);
    font-size: 35px;
}

.feature__item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: var(--white);
}

.section_equal {
    background: rgb(0, 0, 0);
    border-radius: 30px;
    padding: 76px 100px !important;
    position: relative
}

.section_equal .section__title_main {
    flex-direction: column;
    text-align: left;
    font-weight: 600;
    font-size: 60px;
    line-height: 120%;
    color: var(--white);
}

.section_equal img {
    border-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.section_seo {
    position: relative;
    background: var(--main-gradient);
    border-radius: 30px;
    padding: 60px 100px 40px !important;
    gap: 0 !important;
    flex-direction: column;
    color: var(--white);
    margin: 30px auto;
    box-shadow: 0px 0px 50px 2px var(--color);
    animation: heartbeat 5s ease-in-out infinite both;
}

.section_seo h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #1f1f1f
}

.section_seo .section__title_main {
    font-size: 30px;
    color: var(--white);
}

.section-both {}

.section_seo .section__desc {
    max-width: 100% !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: var(--white);
    margin-bottom: 20px;

}

.section_seo .section_seo__text {
    max-width: 100%
}

.section_popular_games {
    align-items: inherit;
    position: relative;
}

.section_popular_games .section__game-title {
    min-height: auto !important
}

.section_popular_games .section__rating-star {
    width: 16px;
    height: 16px
}

.section_popular_games .section__grid-block {
    margin-bottom: 16px !important
}

.section_popular_games .section__grid-block .section__rating-star {
    width: 23px;
    height: 23px
}

.section_popular_games button {
    background: var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    cursor: pointer
}

.section_popular_games button:hover {
    background-color: #fff;
    color: #fff;
    -webkit-text-fill-color: unset;
}

.section_popular_games button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 2px solid transparent;
    background: var(--main-gradient) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

@-moz-document url-prefix() {
    .section_popular_games button::before {
        mask-composite: add, add;
        -webkit-mask-composite: xor;
        mask-composite: exclude
    }
}

.section_popular_games button:hover:before {
    background: #fff;
    color: #fff;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

/* .section_popular_games button::after {
    content: '';
    position: absolute;
    background: url(../images/new/popular-play.svg) no-repeat;
    width: 24px;
    height: 24px;
    top: 14px;
    left: 75px
} */

.section__game-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    justify-content: space-between
}

.section__game-grid .section__grid-item {
    width: 270px
}

.section__game-grid .section__grid-item button {
    width: 100%
}

.section__game-grid .section__grid-block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0
}

.section__game-grid .section__grid-img {
    position: relative
}

.section__game-grid .section__grid-img img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 30px
}

.section__game-grid .section__grid-img .section__grid-hover {
    transition: .5s;
    border-radius: 30px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.section__game-grid .section__grid-img .section__grid-hover .section__btn_fill {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 16px 24px
}

.section__game-grid .section__grid-img:hover .section__grid-hover {
    opacity: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7));
    width: 101%;
    height: 101%;
    border-radius: 30px
}

.section__game-grid .section__game-title {
    margin: 10px 0 5px;
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    min-height: 63px;
}

.section__rating {
    width: 100%;
    margin-top: 30px
}

.section__rating-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #313131
}

.section__rating-row:last-of-type {
    border-bottom: none
}

.section__rating-row:first-of-type {
    padding: 0 0 15px
}

.section__rating-row .section__rating-stars {
    gap: 8px
}

.section__rating-container {
    display: flex;
    flex-direction: column;
    gap: 9px;
    align-items: center
}

.section__rating-number {
    width: 24px;
    margin-right: 15px
}

.section__rating-btn {
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    background: var(--main-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
    cursor: pointer;
}

.section__rating-btn:hover {
    background: transparent;
    -webkit-text-fill-color: #fff;
}

.section__rating-title {
    margin-right: 20px;
    width: calc(100% - 145px)
}

.section__rating-stars {
    gap: 5px;
    display: flex;
    align-items: center
}

.section__rating-stars span {
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 150%;
    color: var(--color)
}

.section__rating-star {
    background: var(--color);
    box-shadow: inset 0 1px 3px rgba(251, 244, 212, .5);
    -webkit-clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    display: inline-block;
    height: 24px;
    width: 24px
}

.section__game-grid.fullwidth {
    gap: 60px 30px;
    width: 100%
}

.section__game-grid.fullwidth .section__grid-item {
    width: 47%
}

.play-our-games {
    background: linear-gradient(98.09deg, #f2ae29 50.96%, #c260fe 100%);
    border-radius: 30px;
    padding: 60px 100px 40px !important
}

.play-our-games h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #1f1f1f;
    margin-bottom: 30px
}

.play-our-games p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #1f1f1f
}

.our-games {}

.section_our-games {
    padding-bottom: 32px !important;
    position: relative;
}

.section_our-games .section__btn_fill::before {
    left: 65px
}

.section__stages {
    gap: 30px
}

.section__stages-wrap {
    display: flex;
    justify-content: space-between
}

.section__stages h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    position: relative;
}

.stage {
    padding: 30px;
    display: flex;
    flex-direction: column;
    width: 31%;
    background: var(--main-gradient);
}

.stage img {
    max-width: 80px;
    margin: 0 auto 30px
}

.stage strong {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    color: #fff
}

.stage p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    text-align: center;
}

.features {
    margin-bottom: 15px
}

.features .features__main-title {
    width: 100%;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #000c2f;
    margin-bottom: 15px
}

.features .features__left {
    margin-bottom: 15px;
    padding: 30px 15px 117px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background-image: url(../images/images/features.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 620px
}

.features .features__left:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 21.78%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.features .features__right .features__title {
    color: #282b2f
}

.features .features__right .features__text {
    color: #282b2f;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px
}

.features .features__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    color: #fff
}

.features .features__text {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 20px;
    z-index: 2;
    position: relative
}

.features .features__text:last-of-type {
    margin-bottom: 0
}

.features .features__text li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px
}

.features .features__text li:before {
    content: '💡';
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0
}

.features .features__text li:last-of-type {
    margin-bottom: 0
}

.features .features__desc {
    padding: 30px 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #282b2f;
    background: url(../images/svg/features/bg-mob.svg) no-repeat #fff;
    border-radius: 25px;
    background-size: cover
}

.features .features__desc span {
    word-break: break-all
}

.features .features__desc p {
    margin-bottom: 20px
}

.features .features__block {
    padding: 30px 20px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 15px
}

.features .features__block-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #052fad;
    margin-bottom: 15px
}

.features .features__block-text {
    font-size: 16px;
    line-height: 25px;
    color: #282b2f
}

.features .features__block-text_first {
    margin-bottom: 30px
}

.section__game-grid.fullwidth .section__game-title {
    margin: 15px 0 10px
}

.section__testimonials {
    gap: 30px;
    align-items: flex-start;
    padding: 80px 0 44px
}

.section__testimonials h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    position: relative;
    margin-bottom: 40px
}

.section__testimonials .testimonial {
    background: rgba(42, 40, 47, .7);
    border-radius: 16px;
    padding: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.section__testimonials .testimonial__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    text-transform: capitalize;
    color: #0180ff
}

.section__testimonials .testimonial__author {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #5c5c5c
}

.section__testimonials .testimonial__details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.slider {
    margin-bottom: 0;
    padding: 20px 0 !important;
}

.slider .swiper-slide {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* -webkit-box-shadow: 0px 0px 5px 1px rgba(9, 219, 23, 0.58);
    -moz-box-shadow: 0px 0px 5px 1px rgba(9, 219, 23, 0.58);
    box-shadow: 0px 0px 5px 1px rgba(9, 219, 23, 0.58); */
    background: var(--main-gradient);
    margin-top: 20px;
    color: #000;
}

.slider__title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 16px;

    color: var(--white);
}

.slider__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 16px
}

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

.slider__meta-author {
    font-weight: 400;
    font-size: 23px;
    line-height: 150%;
    text-transform: capitalize;
    color: var(--white);
}

.swiper-slide {
    height: auto
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 100%;
    position: relative
}

.swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;
    border: 1px solid transparent;
    background: var(--main-gradient) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    background: var(--main-gradient);
    opacity: 1
}

.swiper-pagination {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
    position: relative;
    bottom: 0 !important
}

.footer {
    background: #1d1c21;
    position: relative;
}

.footer .footer__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #5c5c5c
}

.footer .footer__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    gap: 30px
}

.footer .footer__menu {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer .footer__menu a {
    color: var(--text-color)
}

.footer .footer__social {
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .footer__social li {
    margin: 0 15px 0 0
}

.footer .footer__social a {
    display: block;
    cursor: pointer
}

.footer .footer__social svg {
    width: 20px;
    height: 20px
}

.footer .section {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0
}

.popup .popup__login {
    background: #1d1c21;
    background-size: cover;
    display: flex;
    position: relative;
    width: 320px;
    height: 100vh;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s linear;
    border-radius: 30px;
    padding: 40px;
    text-align: center
}

.popup__login:before {
    content: '';
    position: absolute;
    background: url(../images/new/bg-popup.webp) no-repeat;
    top: 60px;
    right: 0;
    width: 36%;
    height: -webkit-fill-available
}

.popup__login-close {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.popup__login-input {
    position: relative;
    border-radius: 30px;
    padding: 1px;
    display: inline-block
}

.popup__login-input.filled input {
    padding: 25px 0 20px 20px
}

.popup__login-input.filled:before {
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #5c5c5c
}

.popup__login-input.invalid input {
    border: 1px solid #f33
}

.popup__login-input input {
    display: inline-block;
    padding: 20px 0 20px 20px;
    width: 290px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #313131;
    background: #1f1f1f;
    border: 1px solid #09DB17;
    border-radius: 30px
}

.popup__login-input input:focus {
    background: #313131;
    color: #fff;
    border: 1px solid #f2ae28
}

.popup__login-input_email.filled:before {
    content: 'Enter email'
}

.popup__login-input_password.filled:before {
    content: 'Enter password'
}

.popup__login-input_password.invalid:after {
    content: 'Email or password is not valid';
    position: absolute;
    bottom: -25px;
    left: 20px;
    color: red
}

.popup__login-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 100px
}

.popup__login form {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.popup {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: #00000091;
    transition: .2s linear;
    display: none;
    z-index: 10
}

.popup-close {
    position: absolute;
    right: 9%;
    top: 7%;
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.popup iframe {
    max-width: 80%;
    height: 80vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 500px) {
    .popup-close {
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
        right: 3%;
        top: 3%;
    }

    .popup iframe {
        max-width: 100%;
        height: 100vh;
    }
}

.popup .popup__login-btn {
    padding: 16px 30px
}

.popup .popup__login-btn:before {
    display: none
}

.popup__age {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    text-align: center;
    padding: 80px;
    transition: .2s linear;
    background: #0d1118;
    border-radius: 30px
}

.popup__age h3 {
    font-weight: 500;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px
}

.popup__age div {
    margin-bottom: 50px;
    font-size: 14px;
    color: #fff
}

.popup__age div input {
    margin-right: 10px
}

.popup__age div a {
    color: #fff;
    text-decoration: underline
}

.popup__age .btn {
    padding: 10px 30px;
    color: var(--text-color);
    transition: .5s;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%
}

.popup__age .green {
    border: 2px solid green;
    margin-right: 15px
}

.popup__age .green:hover {
    background: green
}

.popup__age .red {
    border: 2px solid #bb4848
}

.popup__age .red:hover {
    background: #bb4848
}

.popup__wrapper.invalid,
.popup__wrapper.invalid a {
    color: #bb4848
}

@media screen and (min-width:0) {
    .container {
        max-width: 100%
    }
}

@media screen and (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media screen and (min-width:760px) {
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:768px) {
    .container {
        max-width: 760px
    }

    body {
        background: url(../images/new/bg.webp);
        background-size: contain;
    }

    /* body::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1d02ea66;
    } */


    .section {
        width: calc(100% - 46px)
    }

    .section_last {
        margin-bottom: 30px !important
    }

    h3 {
        font-size: 50px
    }

    .logo {
        width: 190px;
        height: 20px
    }

    .section_hero {
        gap: 90px
    }



    .section__title_main {
        font-size: 60px;
        margin-bottom: 16px
    }

    .section__desc {
        margin-bottom: 40px;
        max-width: 520px
    }

    .feature__item {
        width: 48%
    }

    .section_seo .section__title_main {
        font-weight: 700;
        font-size: 40px;
        line-height: 120%
    }

    .section__rating-container {
        flex-direction: row;
        gap: 20px
    }

    .section__rating-title {
        width: calc(100% - 300px)
    }

    .section__game-grid.fullwidth .section__grid-item {
        width: 20%
    }

    .features {
        margin-bottom: 30px
    }

    .features .features__main-title {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 40px
    }

    .features .features__left {
        border-radius: 50px;
        margin-bottom: 30px;
        padding: 80px 40px 170px;
        height: 970px
    }

    .features .features__right .features__text {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px
    }

    .features .features__title {
        font-size: 40px;
        line-height: 50px
    }

    .features .features__text {
        font-size: 20px;
        line-height: 30px
    }

    .features .features__desc {
        padding: 50px 40px;
        font-size: 30px;
        line-height: 45px;
        border-radius: 50px;
        background-image: url(../images/svg/features/bg-tab.svg)
    }

    .features .features__block {
        padding: 50px 40px;
        margin-bottom: 30px
    }

    .features .features__block-title {
        font-size: 40px;
        line-height: 50px
    }

    .features .features__block-text {
        font-size: 20px;
        line-height: 30px
    }

    .footer {
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .footer .footer__info {
        align-items: center
    }

    .footer .footer__menu {
        flex-direction: row;
        gap: 24px
    }

    .footer .footer__social {
        margin-bottom: 0
    }

    .footer .footer__social li {
        margin: 0 15px
    }

    .popup__login {
        width: 685px;
        height: 816px;
        background: #1d1c21;
        background-size: cover;
        padding: 100px
    }

    .popup__login-close {
        top: 34px;
        right: 34px
    }

    .popup__login-input input {
        width: 485px
    }

    .popup__login-title {
        font-size: 60px
    }
}

@media screen and (min-width:992px) {
    .container {
        max-width: 960px
    }

    .section_header {
        padding: 15px 0 32px
    }
}

@media (min-width:1200px) {
    .section_popular_games button {
        padding-left: 40px
    }

    .section_popular_games button::after {
        left: 95px
    }
}

@media screen and (min-width:1440px) {
    .container {
        max-width: 1440px
    }



    .section {
        width: 1170px;
        flex-direction: row;
        justify-content: space-between;
        padding: 50px 0
    }

    .section_hero {
        gap: 30px
    }

    .section_seo__img {
        min-width: 470px
    }

    .section_seo__text {
        max-width: 570px
    }

    .feature {
        margin: 60px auto 30px;
        padding: 40px
    }

    .feature__item {
        width: 18%
    }

    .section__game-grid {
        width: 670px
    }

    .section__game-grid .section__grid-item {
        width: 320px
    }

    .section__rating {
        width: 470px;
        margin-top: unset
    }

    .section__game-grid.fullwidth .section__grid-item {
        width: 270px
    }

    .stage {
        width: 31%
    }

    .features .features__main-title {
        margin-bottom: 30px
    }

    .features .features__content {
        display: flex;
        align-items: stretch;
        justify-content: flex-start
    }

    .features .features__left {
        width: 685px;
        flex-shrink: 0;
        margin-right: 30px;
        margin-bottom: 0;
        padding: 80px 80px 170px;
        height: 715px
    }

    .features .features__desc {
        padding: 50px;
        background-image: url(../images/svg/features/bg-desc.svg)
    }

    .features .features__block {
        padding: 50px
    }

    .section__testimonials .testimonial {
        width: 31.5%;
        height: 354px;
        justify-content: space-between
    }

    .footer .footer__info {
        flex-direction: row;
        align-items: center;
        gap: unset
    }

    .popup__login {
        width: 885px;
        background: #1d1c21;
        background-size: cover
    }
}

@media screen and (max-width:1440px) {
    .section_header .section {
        justify-content: space-between;
        flex-direction: row
    }

    .section_hero {
        gap: 0;
        justify-content: normal;
        flex-direction: row
    }
}

@media (max-width:1440px) {

    .section__desc,
    .section_hero__text {
        text-align: left
    }

    .section__stages-wrap {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width:1200px) {
    .desktop {
        display: none
    }

    .tablet {
        display: block
    }

    .section_last {
        padding: 40px !important
    }

    .section_hero {
        padding-bottom: 140px;
        padding-top: 0 !important
    }



    .section__desc {
        max-width: 333px !important
    }

    .feature {
        margin-top: 0
    }

    .section_equal {
        padding: 60px !important;
        flex-direction: column;
        min-height: 904px;
        text-align: center;
        margin: 0 auto 40px
    }

    .section_equal .section__desc,
    .section_equal .section_hero__text {
        text-align: center
    }

    .section_equal img {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 540px;
        border-radius: 0 0 30px 30px
    }

    .section_seo {
        padding: 60px !important
    }

    .section__game-grid .section__grid-item {
        width: 47%
    }

    .section_our-games .section__btn_fill::before {
        left: 107px
    }

    .stage strong {
        font-size: 20px
    }
}

@media (max-width:1200px) and (max-width:767px) {
    .section_hero__img {
        top: 310px
    }
}

@media screen and (max-width:1170px) {
    .slider {
        margin-bottom: 0
    }
}

@media (max-width:992px) {
    .feature__item {
        width: 39%
    }

    .section_equal .section__desc {
        max-width: 100% !important
    }

    .section__testimonials {
        padding-bottom: 84px
    }
}

@media screen and (max-width:991px) {
    .section_header {
        padding: 15px 0 58px
    }
}

@media (max-width:767px) {
    .tablet {
        display: none
    }

    .mobile {
        display: block
    }

    .section_last {
        padding: 30px !important
    }

    .section_header {
        padding: 15px 0 48px
    }

    .section_header .logo {
        color: #fff;
        font-size: 20px;

        line-height: 15px
    }



    .section_hero {
        padding-bottom: 260px
    }

    .section_hero__text,
    .section_hero__text h1,
    .section_hero__text p {
        text-align: center
    }

    .section__desc {
        max-width: 100% !important
    }

    .feature {
        padding: 30px 30px 0
    }

    .feature__item {
        width: 100%;
        margin-bottom: 30px
    }

    .section_equal {
        padding: 20px !important;
        min-height: 680px
    }

    .section_equal .section__title_main {
        font-size: 40px;
        line-height: 120%;
        text-align: center
    }

    .section_equal img {
        height: 385px;
    }

    .section_seo {
        padding: 30px !important;
        margin: 30px auto
    }

    .section_popular_games .section__grid-block {
        margin-bottom: 10px !important
    }

    .section_popular_games button::after {
        left: 22%
    }

    .section__game-grid .section__grid-item {
        width: 100%
    }

    .section__rating-container {
        align-items: flex-start
    }

    .section__game-grid.fullwidth {
        gap: 30px
    }

    .section_our-games .section__btn_fill::before {
        left: 80px
    }

    .section__stages-wrap {
        flex-wrap: wrap
    }

    .section__stages h3 {
        font-size: 30px
    }

    .stage {
        width: 100%;
        margin-bottom: 30px
    }

    .stage strong {
        font-size: 30px
    }

    .section__testimonials h2 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .footer {
        text-align: center
    }

    .footer .footer__info {
        align-items: center
    }
}

@media screen and (max-width:767px) {
    .section_last h3 {
        font-size: 30px;
        margin-bottom: 10px
    }

    .slider .swiper-slide {
        padding: 30px
    }

    .slider__title {
        font-size: 20px
    }

    .section_header .logo {
        width: 200px;
    }

    .section__title_main {
        font-size: 25px;
    }

    .swiper-wrapper {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
        width: inherit
    }

    .section_hero__img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 20%);
        opacity: .8;
    }
}

@media screen and (max-width:425px) {
    .popup__age h3 {
        font-size: 20px
    }
}

@media screen and (min-width:768px) and (max-width:1439px) {
    .section_equal .section__title_main {
        text-align: center
    }

    .section_seo .section__desc {
        max-width: 100% !important
    }

    .section_seo.section_hero {
        gap: 50px
    }
}

/* @media screen and (max-width: 768px) {
    .section_hero__img img.mobile {
        top: -220px;
    }
} */


@media screen and (max-width: 530px) {
    .section_hero__img {
        display: none;
    }

    .section_hero {
        padding-bottom: 50px;
    }

    .section__game-grid {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section__game-grid.fullwidth .section__grid-item {
        width: 100%;
    }
}