@font-face {
  font-family: "TTFirsNeue";
  font-style: normal;
  font-weight: 400, 700;
  src: url("../fonts/TTFirsNeue-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "TTFirsNeue";
  font-weight: 700;
  src: url("../fonts/TTFirsNeue-Bold.woff2") format("woff2");
}
* {
  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 {
  background:
    url(../img/bc-home.webp) center no-repeat,
    #0e0a1e;
  background-size: cover;
  color: #fff;
  font-size: 10px;
  font-family: "TTFirsNeue";
}

.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* blocks */
.header {
  font-size: 1.7rem;
  line-height: 2rem;
  text-align: left;

  text-transform: uppercase;
  font-weight: 700;
}
.header__wrap {
  display: inline-block;
  border-radius: 0px 0px 20px 20px;
  background: rgba(54, 0, 99, 0.5);
  backdrop-filter: blur(2px);
  padding: 3rem 2rem 2rem;
}
.header__wrap a {
  color: #fff;
}
.header__wrap span {
  color: #ffb700;
  font-size: 1.6rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .header {
    font-size: 2rem;
  }
  .header__wrap {
    padding: 1rem 0.8rem;
    border-radius: 0px 0px 8px 8px;
  }
  .header__wrap span {
    display: block;
    font-size: 1.2rem;
  }
  .header-desc {
    display: none;
  }
}

.home__wrap {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.home__man {
  position: absolute;
  right: 0;
  bottom: -33px;
  z-index: -1;
}
.home__title {
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
}
.home__title span {
  display: block;
  color: #d54c29;
  font-weight: 700;
}
.home__item {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 1.2rem;
  line-height: 2rem;
}
.home__item img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .home__wrap {
    padding: 1.2rem 0;
    text-align: center;
  }
  .home__title {
    font-size: 2.3rem;
    line-height: 2rem;
  }
  .home__item {
    font-size: 0.8rem;
  }
  .home__man {
    width: 400px;
    right: -55px;
  }
  .home__item img {
    width: 30px;
  }
  .page {
    overflow: hidden;
  }
}

.about {
  font-size: 1.4rem;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.5);
  margin-top: 3rem;
  color: #a3a3a3;
}

.about__wrap {
  padding: 4rem 0;
}

.about__title {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2rem 0;
  color: #d8d8d8;
}

.about__text {
  margin: 1rem 0;
}

.about__item {
  margin-left: 2rem;
}
@media screen and (max-width: 999px) {
  .about__title {
    font-size: 2.3rem;
  }
}

.games__container {
  margin-bottom: 2rem;
}
.games__pay {
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem;
  color: #000;
  background-color: rgba(255, 183, 0, 0.9);
}
.games__boxes {
  border-radius: 10px;
  border: 0.5px solid #fff;
  background: rgba(39, 0, 71, 0.9);
  backdrop-filter: blur(2.5px);
}
.games__block {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1fr 0.8fr;
  align-content: center;
  text-align: center;
}
.games__col {
  width: 100%;
  padding: 2rem;
  border: 0.5px solid #fff;
  border-radius: 8px;
}
.games__col-rate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.games__rate {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
}
.games__rate span {
  font-size: 2.5rem;
  color: #ffb700;
}
.games__col-bonus {
  font-size: calc(14px + 10 * (100vw - 360px) / 1000);
  font-weight: 700;
  text-transform: uppercase;
}
.games__col-btn {
  align-content: center;
}
.games__img,
.games__left a {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
}
.games__stars {
  width: 80px;
}

.games__bottom {
  display: flex;
}
.games__bottom-left {
  width: 100%;
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.games__bottom-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
  padding: 1rem 0 1rem 2rem;
}
.games__bottom-right img {
  width: 58px;
}

.games__votes {
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #adadad;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
}

.games__btn {
  display: inline-block;

  animation: myAnim 4s ease-in-out 0s infinite normal forwards;
  transition: all 0.3s ease-in-out;
  border-radius: 21.12px;
  background: linear-gradient(218deg, #ff7d03 27.71%, #faff00 62.19%, #f19239 104.44%);
  box-shadow: 0px 0px 19.2px 0px #ffb700;
}
.games__btn span {
  white-space: nowrap;
  display: block;
  color: #240143;
  font-size: 2rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 21.12px;
  padding: 1rem 4rem;
  background: linear-gradient(218deg, #ff7d03 27.71%, #faff00 62.19%, #f19239 104.44%);
  box-shadow: 0px 0px 7.49px 0px rgba(0, 0, 0, 0.65);
}
.games__dep {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 0.5rem;
  color: #d54c29;
}
.games__text {
  font-size: 0.5rem;
  line-height: 0.8rem;
  font-weight: 400;
  color: #ffffffb2;
}
.games__text span {
  display: block;
  margin-top: 1rem;
}
.games__icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 30px));
  gap: 0.5rem;
  width: 100%;
  align-self: flex-start;
  margin: 1rem 0;
}
.games__icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.games__boxes {
  position: relative;
}
.games__details {
  background: none;
}
.games__read {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 96%;
  border-radius: 5px;
  border: 0.5px solid #fff;
  background: rgba(0, 0, 0, 0.9);
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  line-height: 1.3rem;
  padding: 2rem 1rem 1rem 1rem;
  transition: all 0.3s ease;
}
.games__read.read {
  z-index: 1;
}
.games__read-exit {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.games__read span {
  display: block;
  margin-top: 2rem;
  text-decoration: underline;
}

.games__read span a {
  color: rgba(255, 255, 255, 0.7);
}
@keyframes myAnim {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 786px) {
  .games__block {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "games__col-img games__col-bonus"
      "games__col-rate games__col-btn";
  }
  .games__col {
    padding: 0 1rem;
    border: none;
    border-radius: 0;
    align-content: center;
  }
  .games__col-img {
    grid-area: games__col-img;
    border-right: 1px solid #fff;
    border-top-right-radius: 8px;
    padding-top: 0.5rem;
  }
  .games__col-bonus {
    grid-area: games__col-bonus;
    border-left: 1px solid #fff;
    border-top-left-radius: 8px;
  }
  .games__col-rate {
    grid-area: games__col-rate;
    flex-direction: column-reverse;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .games__col-btn {
    grid-area: games__col-btn;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom-left-radius: 8px;
    padding-bottom: 0.5rem;
  }
  .games__bottom {
    flex-direction: row-reverse;
    min-height: 42px;
  }
  .games__stars {
    width: 60px;
  }
  .games__votes {
    font-size: 0.8rem;
  }
  .games__rate {
    font-size: 2.8rem;
  }
  .games__rate span {
    font-size: 1.5rem;
  }

  .games__dep {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .games__bottom-left {
    max-width: 120px;
  }
  .games__bottom-right {
    padding: 1.5rem;
    gap: 0.3rem;
  }
  .games__bottom-right img {
    width: 30px;
  }
  .games__contain {
    border-radius: 10px;
  }
  .games__pay {
    padding: 0.5rem;
    font-size: 1.2rem;
    line-height: normal;
    border-radius: 8px;
  }
  .games__btn img {
    width: 130px;
  }
  .games__img,
  .games__left a {
    height: 60px;
  }
}

.terms__wrap {
  padding: 8rem 0 5rem 0;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #a3a3a3;
}

.terms__wrap h2 {
  font-size: 3rem;
  line-height: 4.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
.terms__wrap h2:not(:first-child) {
  margin-top: 3rem;
  color: #d8d8d8;
}
.terms__wrap h4 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  margin-top: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #d8d8d8;
}
.terms__title {
  color: #d54c29;
}
.terms__wrap p {
  margin-top: 2rem;
}
.terms__wrap ul {
  padding-left: 2rem;
}
.terms__wrap span {
  font-weight: 700;
}
.terms__wrap a {
  color: #fff;
}

@media screen and (max-width: 599px) {
  .terms__wrap {
    padding: 3rem 0;
  }
  .terms__wrap-acces {
    height: auto;
  }
  .terms__wrap h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.footer {
  background: #000;
}

.footer__wrap {
  padding: 2rem 0;
  text-align: center;
}

.footer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 2rem;
}

.footer__link {
  color: inherit;
  font-size: 1.4rem;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__images {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.footer__images img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
