@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter";
  background-color: #060e2a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  position: relative;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1rem;
}

.lock {
  overflow: hidden;
}
.header__wrap {
  padding: 4rem 0;
}

@media screen and (max-width: 799px) {
  .header__wrap {
    padding: 1rem 0;
  }
  .header__wrap img {
    width: 150px;
  }
}

.home__wrap {
  background: linear-gradient(90deg, #3236a2 0%, #241353 100%);
  border-radius: 20px;
  position: relative;
}
.home__coins {
  position: absolute;
  left: 0;
  top: 0;
}
.home__box {
  padding: 4rem 6rem 9rem 6rem;
  position: relative;
}
.home__images {
  position: absolute;
  right: -120px;
  bottom: 0;
}
.home__text {
  font-size: 4.7rem;
  line-height: 5.7rem;
  text-transform: uppercase;
}
.home__text span {
  color: #f6da24;
}
.home__text + .home__text {
  margin-top: 2.7rem;
}
.home__btn {
  display: inline-block;
  background: #e45809;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  color: #fff;
  border-radius: 60px;
  padding: 2rem 6rem;
  font-size: 3.2rem;
  line-height: 4rem;
  margin-top: 6rem;
  text-transform: uppercase;
}
.home__list {
  background-color: #141e42;
  padding: 3.5rem 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 3rem;
  border-radius: 0px 0px 20px 20px;
}
@media screen and (max-width: 799px) {
  .page {
    overflow: hidden;
  }
  .home__coins {
    width: 350px;
    top: 15px;
  }
  .home__box {
    padding: 2rem;
    min-height: 280px;
  }
  .home__images {
    width: 420px;
  }
  .home__text {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .home__text + .home__text {
    margin-top: 1rem;
  }
  .home__btn {
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 1rem 3rem;
  }
  .home__list {
    padding: 1rem 1.8rem;
    font-size: 0.7rem;
    line-height: 1rem;
  }
}

.games__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, auto));
  gap: 3rem;
  padding: 4rem 0 8rem 0;
}
.games__column {
  color: #fff;
}
.games__column p {
  font-size: 1.2rem;
  line-height: 2rem;
  margin-top: 1rem;
  font-weight: 400;
}

.footer__wrap {
  padding: 4rem 0;
  border-top: 1px solid #4f5388;
}
@media screen and (max-width: 799px) {
  .games__wrap {
    grid-template-columns: repeat(auto-fit, minmax(140px, auto));
    gap: 2rem;
    padding: 4rem 0;
  }
  .games__column img {
    width: 100%;
  }
  .footer__wrap {
    padding: 1rem 0;
  }
  .footer__wrap img {
    width: 150px;
  }
}
