@font-face {
  font-family: Calibri;
  src: url(./fonts/calibri.ttf);
}
@font-face {
  font-family: Calibrib;
  src: url(./fonts/calibrib.ttf);
}
@font-face {
  font-family: Calibril;
  src: url(./fonts/calibril.ttf);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Calibri;
}
.game-page {
  width: 100%;
  height: 100dvh;
  background-image: url("./images/bg-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 1.875vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-page-wrapper {
  padding: 1vw 16.91vw 1vw 20.61vw;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
ul {
  padding-left: 1vw;
}
ul li {
  list-style: none;
  position: relative;
}
ul li::before {
  content: "";
  width: 0.6vw;
  height: 0.6vw;
  background-color: #ffffff;
  position: absolute;
  top: 0.8vw;
  left: -1.2vw;
  transform: rotate(45deg);
}
ul li.first-li {
  margin-bottom: 2vw;
  width: 70%;
}
ul li.second-li {
  margin-bottom: 6vw;
}
ul li.third-li {
  margin-bottom: 4vw;
  width: 55%;
}
.game-page-wrapper p {
  margin: 1vw 0 5vw;
  font-size: 2.5vw;
  font-weight: 700;
  max-width: 50vw;
  text-align: center;
}

.game-page-wrapper p span {
  color: #84DA1A;
}

.game-page-wrapper .click {
  color: #7bdffc;
  text-decoration: none;
}
.game-page-wrapper .click:hover {
  text-decoration: underline;
}
.phone-image {
  /* position: absolute; */
  max-width: 22vw;
  width: 100%;
  /* top: 4vw;
  right: 17.91vw; */
}
.ss-image {
  position: absolute;
  top: 18.61vw;
  right: 17.91vw;
  display: flex;
  align-items: center;
  gap: 0.5vw;
}
.ss-image img {
  max-width: 11vw;
}
.phone-image img,
.ss-image img {
  width: 100%;
  height: auto;
}

.play-btn {
  display: flex;
  justify-content: center;
}

.play-btn .btn-link {
  background-color: transparent;
  border: none;
  outline: none;
  width: 18vw;
  padding: 0;
  cursor: pointer;
}

.play-btn .btn-link img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .game-page-wrapper {
    padding-top: 1vw;
  }

  .ss-image {
    top: 15.61vw;
  }
}
