a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;

  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;

  min-height: 100vh;

  display: flex;

  align-items: center;

  flex-direction: column;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-spacing: 0;

  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

@font-face {
  font-display: swap;
  font-family: SF Pro Display;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/SF-Pro-Display-BlackItalic.ttf) format("ttf");
}

@font-face {
  font-display: swap;
  font-family: SF Pro Display;
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/SF-Pro-Display-HeavyItalic.ttf) format("ttf");
}

@font-face {
  font-family: SF Pro Display;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/SF-Pro-Display-RegularItalic.ttf) format("ttf");
}

@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/SFProDisplay-Medium.woff2) format("woff2"),
    url(../fonts/SFProDisplay-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/SFProDisplay-Bold.woff2) format("woff2"),
    url(../fonts/SFProDisplay-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
}

body {
  font-family: SF Pro Display;
}

header {
  width: 100%;
  height: 90px;
  background: #fff;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo__text {
  color: #363636;
  font-family: "SF Pro Display";
  /* font-size: 25.737px;*/
  font-size: 12px;
  text-align: center; 
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (min-width: 1900px) {
  header {
    height: 107px;
    box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.25);
    align-items: flex-start;
    padding: 0 92px;
  }
}

.big {
  display: none;
}

.hero {
  width: 100vw;
  background: #2d0c40ff;
  /* padding: 30px 30px 0 30px; */
  /* background: linear-gradient(22deg, #19278Bff 27.04%, #1F0B4Cff 73.49%); */
  /* background: #0D0F59ff; */
  position: relative;
  overflow: hidden;

  display: flex;
  justify-content: center;
}

.main-banner {
  width: 100%;
  height: auto;
}

.hero h1 {
  max-width: 430px;
  margin: 0 auto 20px;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 59px;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
}

.hero__title-numbers {
  color: #65caff;
  font-size: 43px;
}

.hero__title-big {
  font-size: 43px;
}

.hero__title-small {
  font-size: 43px;
  text-transform: none;
}

.button,
.button-extra {
  border: none;
  display: flex;
  max-width: 335px;
  width: 100%;
  height: 50px;
  width: 55%;
  height: 40px;
  padding: 2px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 0px 23px;
  background: #4ac1ff;
  box-shadow: 6px 8px 37px 0px rgba(0, 133, 203, 0.4);
  margin: 0 auto 15px;
  color: #010d1b;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.13;
  text-transform: uppercase;

  cursor: pointer;
  transition: background-color 0.3s ease;

  position: relative;
  z-index: 15;
}

.flex {
  position: absolute;
  bottom: 5%;
  left: 5px;
}

.button:hover,
.button:focus,
.button-extra:hover,
.button-extra:focus {
  background: #2d95ea;
}

.hero__text {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 12.213px;
  font-weight: 700;
  margin: 0 auto 280px;
  width: 280px;
  line-height: 1.3;

  position: relative;
  z-index: 15;
}

@media screen and (min-width: 390px) {
  .hero {
    display: block;
  }

  .hero h1 {
    font-size: 68px;
  }

  .hero__text {
    margin: 0 auto 450px;
  }

  .hero__title-numbers,
  .hero__title-big,
  .hero__title-small {
    font-size: 49px;
  }

  .flex {
    bottom: 4%;
    width: 46%;
    height: 52px;
    font-size: 14px;
    left: 15px;
  }
}

@media screen and (min-width: 550px) {
  .flex {
    bottom: 7%;
    width: 40%;
    height: 15%;
    font-size: 16px;
    left: 5%;
  }

  .main-banner {
    margin: 0 auto;
    width: auto;
    max-height: 75vh;
    /* width: 100%;
    height: auto;
    max-height: 55vh; */
  }
}

@media screen and (min-width: 768px) {
  .small {
    display: none;
  }

  .big {
    display: block;
  }

  .hero h1 {
    font-size: 68px;
    margin: 0 0 20px;
    max-width: 337px;
  }

  .button {
    margin: 0 0 15px;
  }

  .hero__text {
    margin: 0 0 45px;
  }

  .hero__title-numbers,
  .hero__title-big,
  .hero__title-small {
    font-size: 49px;
  }

  /* .button, */
  .flex {
    bottom: 7%;
    width: auto;
    height: 60px;
    max-width: none;
    font-size: 16px;
    left: 50%;
    transform: translateX(-350px);
  }
}

@media screen and (min-width: 850px) {
  .flex {
    font-size: 26px;
    transform: translateX(-400px);
  }
}

@media screen and (min-width: 1000px) {
  .flex {
    transform: translateX(-450px);
  }
}

@media screen and (min-width: 1100px) {
  .hero {
    display: flex;
  }
}

@media screen and (min-width: 1900px) {
  .hero {
    padding: 152px 0 0 240px;
  }

  .hero h1 {
    max-width: 538px;
    font-size: 111px;
    margin: 0 0 50px 0;
  }

  .hero__title-numbers,
  .hero__title-big,
  .hero__title-small {
    font-size: 80px;
  }

  .button,
  .button-extra {
    max-width: 550px;
    height: 84px;
    padding: 3.77px 15.708px;
    border-radius: 0px 37.7px;
    border: 3px solid #fff;
    margin: 0 0 40px 0;
    font-size: 30px;
  }

  .hero__text {
    margin: 0 0 160px 40px;
    font-size: 20px;
    width: 470px;
    font-weight: 500;
  }
}

.hero__bcgr {
  background-image: url("../images/bcgr-min.jpeg");
  background-size: cover;
  width: 983.012px;
  height: 655.177px;
  transform: rotate(25.81deg);
  mix-blend-mode: color-dodge;
  position: absolute;
  right: -100px;
  top: 100px;
  z-index: 1;
}

.hero__cards {
  background-image: url("../images//cards-min.png");
  background-size: cover;
  width: 393.057px;
  height: 330.221px;
  width: 280px;
  height: 220px;
  position: absolute;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.hero__coins {
  background-image: url("../images/coins-min.png");
  background-size: cover;
  width: 373px;
  height: 295px;
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.hero__coin-top {
  background-image: url("../images/coin-min.png");
  background-size: cover;
  width: 144px;
  height: 117px;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-200%);
  z-index: 5;
}

.hero__coin {
  background-image: url("../images/coin-min.png");
  background-size: cover;
  width: 144px;
  height: 117px;
  position: absolute;
  bottom: 350px;
  left: 50%;
  transform: translateX(-94%);
  z-index: 5;
}

.hero_woman {
  background-image: url("../images/women-min.png");
  background-size: cover;
  width: 257px;
  height: 291px;
  width: 370px;
  height: 415px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media screen and (min-width: 390px) {
  .hero__cards {
    background-image: url("../images//cards-min.png");
    background-size: cover;
    width: 393.057px;
    height: 330.221px;
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }

  .hero__coins {
    background-image: url("../images/coins-min.png");
    background-size: cover;
    width: 373px;
    height: 295px;
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .hero__coin-top {
    background-image: url("../images/coin-min.png");
    background-size: cover;
    width: 144px;
    height: 117px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-200%);
    z-index: 5;
  }

  .hero__coin {
    background-image: url("../images/coin-min.png");
    background-size: cover;
    width: 144px;
    height: 117px;
    position: absolute;
    bottom: 350px;
    left: 50%;
    transform: translateX(-94%);
    z-index: 5;
  }

  .hero_woman {
    background-image: url("../images/women-min.png");
    background-size: cover;
    width: 370px;
    height: 415px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .hero__bcgr {
    top: 300px;
  }
}

@media screen and (min-width: 768px) {
  .hero_woman {
    left: 71%;
  }

  .hero__cards {
    left: 75%;
  }

  .hero__coins {
    left: 75%;
  }

  .hero__coin-top {
    left: 25%;
    top: -109px;
  }

  .hero__coin {
    left: 50%;
    top: 60px;
  }

  .hero__bcgr {
    width: 1200px;
    height: 750px;
    top: 70px;
    transform: rotate(0);
  }
}

@media screen and (min-width: 1050px) {
  .form-cont {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: fit-content;
  }

  .hero__bcgr {
    width: 2000px;
    height: 1333px;
    right: 50%;
    transform: translateX(50%);
    top: -200px;
  }

  .hero__cards {
    bottom: 10px;
    left: 85%;
    width: 440px;
    height: 370px;
  }

  .hero_woman {
    bottom: -45px;
    left: 85%;
  }

  .hero__coins {
    left: 85%;
    bottom: 0;
    width: 461px;
    height: 338px;
  }
}

@media screen and (min-width: 1900px) {
  .form-cont {
    width: 1700px;
    margin: 0 auto;
  }

  .hero__bcgr {
    width: 2000px;
    height: 1333px;
    transform: rotate(232deg);
    right: -420px;
    top: -226px;
  }

  .hero__bcgr2 {
    background-image: url("../images/bcgr-min.jpeg");
    background-size: cover;
    width: 2000px;
    height: 1333px;
    transform: rotate(136.821deg);
    mix-blend-mode: color-dodge;
    position: absolute;
    left: -1127px;
    top: -551px;
    z-index: 1;
  }

  .hero_woman {
    background-image: url("../images/women2-min.png");
    width: 800px;
    height: 800px;
    bottom: -160px;
    left: unset;
    right: -28%;
  }

  .hero__cards {
    width: 898.583px;
    height: 754.932px;
    bottom: 55px;
  }

  .hero__coin-top {
    background-image: url("../images/coins-min.png");
    width: 655px;
    height: 516px;
    top: -50px;
    left: -470px;
  }

  .hero__coins {
    width: 910.953px;
    height: 717.435px;
    transform: translateX(8%);
  }

  .hero__coin {
    background-image: url("../images/coins-min.png");
    width: 655px;
    height: 516px;
    bottom: -320px;
    left: 670px;
  }
}

.games {
  width: 100%;
  height: auto;
}

.banners {
  padding: 50px 30px;
}

.banners h2 {
  color: #010d1b;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 45px;
}

.banners h2 span {
  color: rgb(129, 11, 198);
  /* color: #4ac1ff; */
}

.banners__cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 auto 45px;
}

.banners__cont img {
  width: 120px;
  border-radius: 10px;
  height: auto;
}

.banners_text-cont {
  display: none;
}

.banners_text-title {
  color: #fff;
  font-family: "Proxima Nova";
  font-size: 27.659px;
  font-weight: 600;
  margin-bottom: 5px;
}

.banners_text-price {
  margin-bottom: 9px;
  color: #5176d6;
  font-family: "SF Pro Display";
  font-size: 27.659px;
  font-weight: 700;
}

.banners_text-rate {
  color: #9196a5;
  font-family: "Proxima Nova";
  font-size: 20.744px;
}

@media screen and (min-width: 390px) {
  .banners h2 {
    font-size: 34px;
  }

  .banners__cont {
    gap: 28px;
    max-width: 1100px;
  }

  .banners__cont img {
    width: 144px;
  }
}

@media screen and (min-width: 1900px) {
  .banners {
    padding: 120px 210px;
    position: relative;
  }

  .banners h2 {
    font-size: 56px;
    margin-bottom: 60px;
  }

  .banners__cont {
    gap: 35px;
    margin-bottom: 70px;
    max-width: 1600px;
  }

  .banners__cont li {
    border-radius: 10px;
    overflow: hidden;
    height: 416.03px;
    background: #1b252e;
    padding: 0 0 27px 0;
  }

  .banners__cont img {
    width: 345.732px;
    height: 254.689px;
    border-radius: 0;
  }

  .button-extra {
    margin: 0 auto;
    border: none;
  }

  .banners_text-cont {
    display: block;
    margin-left: 18px;
    margin-top: 27px;
  }

  .card-rigth {
    background-image: url("../images/card2-min.png");
    background-size: cover;
    width: 224px;
    height: 242.411px;
    position: absolute;
    right: -20px;
    top: 65px;
    z-index: 1;
  }

  .card-left {
    background-image: url("../images/card2-min.png");
    background-size: cover;
    position: absolute;
    width: 199.973px;
    height: 215.623px;
    transform: rotate(113.309deg);
    left: 0;
    bottom: 20px;
    z-index: 1;
  }
}

.form {
  padding: 50px 30px;
  overflow: hidden;
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(22deg, #000c1a 27.04%, #003b80 73.49%);
}

.form form {
  width: 100%;
  max-width: 340px;
}

.form__bcgr {
  background: url("../images/bcgr-min.jpeg") lightgray 50% / cover no-repeat;
  background-size: cover;
  mix-blend-mode: color-dodge;
  width: 821.526px;
  height: 547.684px;
  position: absolute;
  left: 50%;
  transform: translate(-50%) rotate(-90deg);
  z-index: 0;
}

.form__bcgr-grad {
  background: linear-gradient(22deg, #000c1a 27.04%, #003b80 73.49%);
  z-index: 1;
}

.form-coins {
  background-image: url("../images/coins-min.png");
  background-size: cover;
  width: 328px;
  height: 258px;
  position: absolute;
  top: -190px;
  z-index: 3;
}

.form h2,
.form input,
.form button {
  position: relative;
  z-index: 4;
}

.form h2 {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 14px;
  font-weight: 700;
  max-width: 280px;
  margin: 0 auto 36px;
  z-index: 10;
}

input[type="email"] {
  height: 50px;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(22px);
  width: 100%;
  color: #fff;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 30px;
}

input[type="email"]::placeholder {
  color: #fff;
  font-family: "SF Pro Display";
  font-size: 16px;
  font-weight: 700;
}

button[type="reset"] {
  border-radius: 10px;
  background: #4ac1ff;
  height: 50px;
  justify-content: center;
  align-items: center;
  color: #010d1b;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .form__bcgr {
    width: 1500px;
    height: 1000px;
  }
}

@media screen and (min-width: 1900px) {
  .form {
    height: 500px;
    padding: 120px 0 130px 0;
  }

  .form form {
    max-width: 400px;
  }

  .form__bcgr {
    width: 2203.445px;
    height: 1641px;
    transform: rotate(90deg);
    left: 200px;
  }

  .form__bcgr2 {
    background: url("../images/bcgr-min.jpeg") lightgray 50% / cover no-repeat;
    background-size: cover;
    mix-blend-mode: color-dodge;
    width: 2574.118px;
    height: 1715.65px;
    transform: rotate(115.244deg);
    position: absolute;
    left: -174px;
    z-index: 0;
  }

  .form h2 {
    font-size: 20px;
    max-width: 302px;
    margin: 0 auto 47px;
  }

  input[type="email"] {
    /* width: 355px; */
    padding: 15px 20px;
  }

  button[type="reset"] {
    /* width: 355px; */
  }

  .form-coins {
    left: 33px;
    top: 0;
    width: 579px;
    height: 456px;
  }

  .form-coins2 {
    background-image: url("../images/coins-min.png");
    background-size: cover;
    width: 655px;
    height: 516px;
    transform: rotate(124.193deg);
    position: absolute;
    top: -190px;
    right: -150px;
    z-index: 3;
  }
}

.politica {
  height: fit-content !important;
}

.politica .form__bcgr {
  background: url("../images/bcgr-min.jpeg") lightgray 50% / cover repeat;
  mix-blend-mode: color-dodge;
  width: 1900px;
  height: 900px;
  position: absolute;
  left: 50%;
  transform: translate(-50%) rotate(-90deg);
  z-index: 0;
}

.form.politica h1 {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 24px;
  font-weight: 700;
  max-width: 500px;
  margin: 0 auto 45px;
  z-index: 10;
}

.form.politica .item {
  max-width: 500px;
  width: 100%;
}

.form.politica h2 {
  font-size: 16px;
  margin: 0 auto 20px;
}

.form.politica p {
  color: #fff;
  text-align: left;
  font-family: "SF Pro Display";
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 auto 20px;
  z-index: 10;
}

.form.politica ul {
  margin-bottom: 20px;

  li {
    color: #fff;
    text-align: left;
    font-family: "SF Pro Display";
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 auto 10px;
    z-index: 10;
  }
}

footer {
  width: 100%;
  height: auto;
  padding: 60px 13px;
  background-color: #4ac1ff;
}

.footer__cont {
  max-width: 1566px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
}

.nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.nav a,
.nav p {
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 18px;
  font-weight: 700;
  line-height: 0%;
}

.nav p {
  margin-bottom: 10px;
}

.footer__details-text {
  max-width: 366px;
  color: #fff;
  text-align: center;
  font-family: "SF Pro Display";
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  footer {
    padding: 60px 30px;
  }

  .footer__cont {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: unset;
  }
}

@media screen and (min-width: 1900px) {
  footer {
    padding: 130px 180px;
  }

  .footer__details-text {
    max-width: 1195px;
  }

  .nav {
    gap: 6px;
    font-size: 18px;
  }

  .left,
  .right {
    display: flex;
    flex-direction: column;
  }

  .left {
    align-items: flex-start;
    margin: 0px 501px 0 620px;
  }

  .right {
    align-items: flex-end;
  }
}

.pseudo-btn {
  max-width: 400px;
  margin: 0 auto;
  height: 48px;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 32px;
  background-color: rgb(241, 44, 76);
  color: rgb(255, 255, 255);
  border-radius: 4px;
  padding: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SofiaPro", sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;

  transition: background-color 0.3s ease;
}

.pseudo-btn svg {
  margin-left: -6px;
  width: 50px;
  height: 23px;
  fill: white;
}
