* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.center {
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}

.top {
  padding-top: 196px;
  padding-bottom: 156px;
  background: url(./images/star1.svg) top 94px left 63px no-repeat, url(./images/star2.svg) top 69px left 156px no-repeat, url(./images/star3.svg) bottom 135px right 455px no-repeat, url(./images/star4.svg) bottom 59px right 344px no-repeat, url(./images/star5.svg) bottom -84px right -495px no-repeat;
  background-color: #E1FF8F;
}
.top__title {
  color: #202027;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
  max-width: 768px;
}
.top__text {
  color: #202027;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding-top: 24px;
  padding-bottom: 48px;
  max-width: 720px;
}
.top__text-link {
  font-weight: bold;
  color: #202027;
}
.top__button {
  box-sizing: border-box;
  border: 1px solid #202027;
  border-radius: 60px;
  background-color: #202027;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 141.69%;
  text-align: center;
  padding: 16px 65px;
  cursor: pointer;
  transition: 1s ease;
}
.top__button:hover {
  border: 1px solid #202027;
  background-color: transparent;
  color: #202027;
}

.stripe-wrapper {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #BCEC30;
}

.stripe {
  background-color: #BCEC30;
  padding: 27px 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 51px;
  align-items: center;
  animation-name: scroll-left;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.stripe:hover {
  animation-play-state: paused;
}
.stripe__text {
  color: #202027;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
  white-space: nowrap;
}

.about {
  padding-top: 94px;
  padding-bottom: 50px;
  background: url(./images/star-about-1.svg) top 108px right -142px no-repeat, url(./images/star-about-2.svg) top 770px left 25px no-repeat, url(./images/star-about-3.svg) top 822px left 40px no-repeat;
  background-color: #202027;
}
.about__title {
  color: #FFFFFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
}
.about__desc {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding-top: 24px;
  padding-bottom: 72px;
}
.about__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.card {
  background-color: #FFFFFF;
  max-width: 378px;
  border-radius: 30px;
  transition: 0.8s;
  height: 100%;
}
.card:hover {
  transform: scale(1.05);
}
.card__image {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.card__info {
  padding: 32px 32px 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.card__number {
  color: #202027;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: 52.58px;
  background-color: #F7F7F7;
  max-width: 108px;
}
.card__name {
  color: #202027;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  max-width: 300px;
}
.card_stretch {
  margin-top: -39px;
}

.games {
  padding-top: 46px;
  padding-bottom: 144px;
  background: url(./images/star-games-top-1.svg) top 93px right 124px no-repeat, url(./images/star-games-top-2.svg) top 126px right 45px no-repeat, url(./images/star-games-bottom-1.svg) bottom 65px right 52px no-repeat, url(./images/star-games-bottom-2.svg) bottom 45px right 150px no-repeat;
  background-color: #202027;
}
.games__title {
  color: #FFFFFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
}
.games__content {
  padding-top: 72px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
}

.game {
  background-color: #FFFFFF;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.game:nth-child(2n) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.game__info {
  padding-top: 48px;
  padding-left: 48px;
}
.game__name {
  color: #202027;
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  padding-bottom: 24px;
  max-width: 450px;
}
.game__desc {
  color: #202027;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  padding-bottom: 36px;
  max-width: 420px;
}
.game__desc_last {
  max-width: 496px;
}
.game__button {
  box-sizing: border-box;
  border: 1px solid #202027;
  border-radius: 60px;
  background-color: #202027;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: 141.69%;
  padding: 16px 75.5px;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}
.game__button:hover {
  border: 1px solid #202027;
  background-color: transparent;
  color: #202027;
}
.game__image {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  background-color: #BDED35;
  padding-top: 61px;
  padding-bottom: 60px;
}
.footer__text {
  color: #202027;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-align: center;
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-46%);
  }
}
@media (max-width: 767px) {
  .center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .top {
    padding-top: 147px;
    padding-bottom: 131px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: url(./images/star-mobile1.svg) top 91px left 37px no-repeat, url(./images/star-mobile2.svg) top 64px left 91px no-repeat, url(./images/star-mobile3.svg) bottom 74px right 86px no-repeat, url(./images/star-mobile4.svg) bottom 28px right 34px no-repeat, url(./images/star-mobile5.svg) top -84px right -92px no-repeat;
    background-color: #E1FF8F;
  }
  .top__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
    max-width: 262px;
  }
  .top__text {
    color: #202027;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 36px;
    text-align: center;
    max-width: 296px;
  }
  .top__button {
    padding: 16px 84px;
    font-size: 16px;
    font-weight: 600;
    line-height: 141.69%;
  }
  .stripe {
    padding: 17px 18px;
    gap: 27px;
  }
  .stripe__text {
    font-size: 16px;
  }
  .stripe__img {
    width: 20px;
  }
  .about {
    display: none;
  }
  .games {
    padding-top: 48px;
    padding-bottom: 10px;
    background: none;
    background-color: #202027;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
  }
  .games__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
  }
  .games__content {
    padding-top: 48px;
    gap: 24px;
  }
  .game {
    flex-direction: column-reverse;
    max-width: 343px;
  }
  .game:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .game__info {
    padding-top: 29px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 32.67px;
  }
  .game__name {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    padding-bottom: 16px;
  }
  .game__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 32px;
    max-width: 272px;
  }
  .game__desc_last {
    max-width: 244px;
  }
  .game__button {
    padding: 16px 110.5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 141.69%;
  }
  .game__image {
    border-radius: 30px;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer__text {
    color: #202027;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }
  @keyframes scroll-left {
    to {
      transform: translateX(-300%);
    }
  }
}
@media (min-width: 768px) and (max-width: 1214px) {
  .about__content {
    align-items: stretch;
  }
  .card_stretch {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1036px) {
  .game__info {
    padding-top: 29px;
    padding-left: 29px;
    padding-right: 29px;
    padding-bottom: 32.67px;
  }
  .game__name {
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    padding-bottom: 16px;
  }
  .game__button {
    font-weight: 600;
    line-height: 141.69%;
  }
}
@media (min-width: 768px) and (max-width: 836px) {
  .game__name_last {
    font-size: 24px;
  }
  .game__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 32px;
    max-width: 272px;
  }
  .game__desc_last {
    max-width: 244px;
  }
}/*# sourceMappingURL=styles.css.map */