@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Press+Start+2P&display=swap");
body {
  padding: 0;
  margin: 0;
  background: #08084d;
  color: #e6e6e6;
  position: relative;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h1,
h2,
.btn {
  font-family: "Press Start 2P";
  font-weight: 400;
  font-style: normal;
}
a {
  color: #fff;

  font-family: "Noto Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
h1 {
  color: #fff;
  margin-bottom: 13px;
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 32px;
  line-height: normal;
  line-height: 48px;
}
h1 span {
  background: linear-gradient(90deg, #00c2d7 0%, #8f009b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 108px;
}
h2,
.other .main h1 {
  color: #e6e6e6;

  text-align: center;
  font-size: 32px;
  line-height: normal;
}
.games h2 {
  text-align: left;
  margin-bottom: 46px;
}
.header-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  margin-top: -85px;
}
.header-wrapper p {
  font-size: 20px;
  line-height: 32px;
  margin: 14px 0 69px 0;
}
header {
  min-height: 46vw;
  background-image: url(../img/top-bg.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main {
  padding-top: 100px;
  position: relative;
}
.main::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 39px;
  top: -13px;
  left: calc(50% - 36px / 2);
  background-image: url(../img/arrows.png);
  background-position: center;
  background-size: contain;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
}
.header-wrapper .btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -62px;
  left: calc(50% - 72px / 2 + 105px);
  background-image: url(../img/item1.png);
  background-position: center;
  background-size: contain;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  z-index: -1;
}
.games .container::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: 0;
  left: calc(50% - 72px / 2 + 139px);
  background-image: url(../img/item1.png);
  background-position: center;
  background-size: contain;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  z-index: -1;
}
.btn {
  color: #000;
  font-size: 20px;
  line-height: 24px; /* 100% */
  border: 3px solid #000;
  position: relative;
  background: #eb00ff;
  display: flex;
  padding: 16px 28px;
  justify-content: center;
  align-items: center;
  width: 312px;
  height: 64px;
  box-sizing: border-box;
  text-decoration-line: none;
}
.btn:hover {
  background: #00c2d7;
}
.games {
  padding-top: 134px;
  overflow: hidden;
}
.games-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.games-card {
  position: relative;
  border-radius: 2px;
  background: #2b0e76;
  padding: 16px;
  box-sizing: border-box;
}
.games-card h3 {
  margin-top: 10px;
}
.games-card h3 a {
  color: #e6e6e6;

  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
  text-transform: capitalize;
  text-decoration-line: none;
}
.games-card .img {
  width: 100%;
  height: 127px;

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
}
.games-card .img1 {
  background-image: url(../img/cover.jpg);
}
.games-card .img2 {
  background-image: url(../img/cover1.jpg);
}
.games-card .img3 {
  background-image: url(../img/cover2.jpg);
}
.games-card .img4 {
  background-image: url(../img/cover3.jpg);
}
.games-card .img5 {
  background-image: url(../img/cover4.jpg);
}
.games-card .img6 {
  background-image: url(../img/cover5.jpg);
}
.games-card .img7 {
  background-image: url(../img/cover6.jpg);
}
.games-card .img8 {
  background-image: url(../img/cover7.jpg);
}
.games-card .btn {
  width: 171px;
  height: 48px;
  font-size: 16px;
  line-height: 16px; /* 100% */
}
.games-card-hover {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 76px;
  bottom: 0;
  left: 0;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background: #2b0e76;
}
.navigation-btn-wrapper {
  position: absolute;
  right: 0;
  top: 20px;
  width: 94px;
}
.games-card:hover .games-card-hover {
  opacity: 1;
}
.container {
  width: 892px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

p {
  font-size: 16px;
}
footer {
  background-image: url(../img/bottom-bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  padding: 13vw 0 32px 0;
  position: relative;
  z-index: 3;
}
footer h2 {
  color: #e6e6e6;
  text-align: center;
  font-size: 24px;
  line-height: normal;
}
footer p {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
  margin-bottom: 12px;
}
footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
br.mobile{
  display: none;
}
.game-wrapper iframe {
  position: relative;
  width: 100%;
  /* min-width: 730px; */
  min-width: auto;
  max-width: 100%;
  min-height: 560px;
  max-height: 100%;
  overflow: hidden;
}
.other header a {
  text-align: center;
  font-family: "Press Start 2P";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 150% */
  background: linear-gradient(90deg, #00c2d7 0%, #8f009b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.other header {
  min-height: 17vw;
  background-image: url(../img/top-bg-other.png);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.other .header-wrapper {
  padding-top: 30px;
  margin-top: 0;
}
.other h1 {
  font-size: 32px;
  margin-top: 26px;
}
.other .main {
  padding-top: 0;
  text-align: left;
}
.other .main::before {
  display: none;
}
.main h2 {
  color: #00c2d7;
  margin: 0 0 26px 0px;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.other .main h2 {
  text-align: left;
}
.other ol li {
  color: #00c2d7;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.other ol {
  padding: 0 20px;
}
.other .item4 {
  top: 494px;
  bottom: auto;
}
.other .item3 {
  top: 160px;
}
.other .item5,
.other .item6 {
  display: none;
}
.other footer {
  margin-top: 58px;
} 
.text-wrapper {
  background: #330d80;
  padding: 32px 48px;
  text-align: justify;
}
.swiper-button-next,
.swiper-button-prev {
  color: #eb00ff !important;
}

@media screen and (max-width: 1000px) {
  header {
    min-height: 541px;
  }
  .main {
    padding-top: 47px;
  }
  .games-wrapper {
    justify-content: space-evenly;
  }
  .btn-main {
    bottom: 76px;
  }

  .container {
    width: 666px;
  }
  h1 {
    font-size: 24px;
    line-height: 30px ;
}
h1 span{
  font-size:28px;
  line-height: 40px;
}
.text-wrapper {
  padding: 32px 24px;
}
  .games-card .img {
    width: 100%;
    max-width: 312px;
    height: 148px;
  }
  .games-card {
    position: relative;
    width: 100%;
    max-width: 312px;
  }
  footer {
    margin-top: 64px;
    background-image: url(../img/bottom-bg_1.png);
    padding: 33vw 0 32px 0;
  }
  .other header {
    min-height: 32vw;
    background-image: url(../img/top-bg-other_1.png);
  }
  .other .header-wrapper {
    padding-top: 9px;
    margin-top: 0;
}
.other header a {
  line-height: 20px;
  font-size: 16px;
}
}

@media screen and (max-width: 700px) {
  .bg {
    width: 100%;
    min-height: 168px;
    background-image: url(../img/header-bg1.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    z-index: -1;
  }
  .container {
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .other .item2,
  .other .item3,
  .other .item4 {
    display: none;
  }
}

