*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100vw;
  min-height: 100vh;
  color: #121312;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none outside none;
}

/* Header */
.page__header {
  width: 100vw;
  padding: 5.333vw 3.2vw 0;
  background-color: #fff;
}

.page__header--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #D63378;
  height: 11.733vw;
  font-size: 1.6vw;
}

.logo {
  /* width: 21.6vw; */
  font-family: impact;
  font-size: 5.8vw;
}

.logo a {
  display: block;
}

.logo img {
  max-width: 70%;
  height: auto;
}

.button__download--app {
  display: inline-flex;
  min-width: 32vw;
  justify-content: center;
  align-items: center;
  background-color: #D63378;
  border: 0 none;
  border-radius: 0.73vw;
  font-size: 3.2vw;
  font-weight: 700;
  min-height: 7.46667vw;
  text-transform: uppercase;
  color: #fff;
}

/*banner*/
.banner {
  position: relative;
  width: 100vw;
}

.banner__media {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__media img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner_download {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  bottom: -12.8vw;
}

.button__download--banner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90.6667vw;
  min-height: 12.8vw;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 10rem;
  font-size: 5.06667vw;
  background-image: linear-gradient(to top,
      rgb(8, 164, 4) 0%,
      rgb(84, 223, 6) 100%),
    linear-gradient(to top, rgb(8, 164, 4) 0%, rgb(84, 223, 6) 100%);
  background-clip: border-box, padding-box;
  background-origin: border-box, padding-box;
  box-shadow: inset 0 1px 2px #f3eeeea8, 0 0.8vw 1.6vw 0 rgb(0 0 0 / 10%);
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}

.button__download--banner::before,
.button__download--banner::after {
  content: "";
  display: inline-flex;
  justify-content: center;
  align-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.button__download--banner::before {
  background-image: url("../images/android.png");
  width: 4.93333vw;
  height: 5.3333vw;
  margin-right: 9.3333vw;
}

.button__download--banner::after {
  background-image: url("../images/download.png");
  width: 3.6vw;
  height: 4.5333vw;
  margin-left: 9.3333vw;
}

.download__des {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 57.0667vw;
  min-height: 6.1333vw;
  color: #fff;
  font-size: 3.733vw;
  background: #D63378;
  box-shadow: 0 0.8vw 1.6vw 0 rgb(0 0 0 / 10%);
  border: 1px solid #be192b;
  border-radius: 0 0 10rem 10rem;
}

.download__des strong {
  margin-left: 3vw;
}

.partners {
  padding: 21.4vw 8vw 9.4vw;
  background-color: #fff;
  /*border-bottom: 1px solid #cecece;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.733vw;
  color: #000;
}

.partners__title {
  font-size: 5.86667vw;
  font-weight: 700;
  margin-bottom: 3.2vw;
}

.partners__lists {
  margin-top: 3.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.partners__lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners__lists .media__object {
  width: 20vw;
  height: 13.8667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners__lists .media__object img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.partners__lists .media__body h3 {
  text-align: center;
  font-size: 3.2vw;
  font-weight: normal;
  white-space: nowrap;
}

.swiper__card--crore {
  padding: 8.5333vw 0;
  background-color: #f8f8f8;
}

.swiper__card--crore .title {
  text-align: center;
  font-size: 5.86667vw;
  font-weight: 700;
  margin-bottom: 5.3333vw;
}

.swiper__card--crore .media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper__card--crore .media__object {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20.8vw;
  height: 20.8vw;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: -10.4vw;
}

.swiper__card--crore .media__object img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper__card--crore .media__body {
  border-radius: 1.6vw;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0.8vw 1.6vw 0 rgba(0, 0, 0, 0.03);

  width: 46.933333vw;
  padding: 12.8vw 2.666667vw 4vw;
  position: relative;
  z-index: 1;
  min-height: 68vw;
}

.media__ranking {
  margin: 0 auto;
  height: 2.6666667vw;
  width: 13.33333vw;
  background: url("../images/start.png") repeat-x;
  background-size: 2.6667vw 2.6667vw;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.media__ranking--track {
  height: 2.6666667vw;
  width: 0;
  background: url("../images/start-active.png") repeat-x;
  background-size: 2.6667vw 2.6667vw;
}

.swiper__card--crore .media__title {
  font-size: 3.7333vw;
  font-weight: 600;
  text-align: center;
  margin-top: 0.5333vw;
  margin-bottom: 2.6667vw;
}

.swiper__card--crore .media__subtitle {
  margin-bottom: 3.2vw;
  text-align: center;
  height: 14vw;
  color: #AA5800;
  font-size: 3.73vw;
}

.swiper__card--crore .meida__content {
  font-size: 2.5333vw;
  text-align: center;
  line-height: 1.475;
}

.swiper__card--crore .meida__content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.swiper__install {
  padding-top: 8vw;
  padding-bottom: 16.53333vw;
  background: #fff;
}

.card__install {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card__install .title {
  font-size: 4.9333vw;
  font-weight: 900;
  margin-bottom: 1.333vw;
}

.card__install .subtitle {
  font-size: 3.733vw;
  margin-bottom: 5.33vw;
}

.card__install .card__meida {
  width: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.1333vw;
}

.card__install .card__meida img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__install .content {
  font-size: 3.7333vw;
  padding-left: 12vw;
  padding-right: 12vw;
  text-align: center;
}

#swiper__install--pagination {
  position: static;
  width: 100vw;
  display: flex;
  justify-content: center;
  margin-top: 4.8vw;
}

#swiper__install--pagination .swiper-pagination-bullet {
  display: block;
  width: 2.6667vw;
  height: 2.6667vw;
  background-color: rgb(193, 193, 193);
  margin: 0 0.8vw;
  opacity: 1;
}

#swiper__install--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(95, 95, 95);
}

.top__games {
  background: #f8f8f8;
  padding: 8.5333vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.7333vw;
}

.top__games--heading {
  width: 100%;
  text-align: center;
  margin-bottom: 5.3333vw;
}

.top__games--title {
  font-size: 5.066667vw;
  font-weight: 700;
  margin-bottom: 2.4vw;
}

.faqtext__top__games--title {
  font-size: 5.066667vw;
  font-weight: 700;
  margin-bottom: 2.4vw;
  text-align: center;
}

.top__games--body {
  width: 100%;
}

.game__lists {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.game__lists li {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4.4vw;
}

.game__lists .media__object {
  width: 15.7333vw;
  height: 15.7333vw;
  margin-bottom: 2.1333vw;
}

.game__lists h4 {
  font-size: 3vw;
  white-space: nowrap;
  font-weight: 300;
}

.win__games {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8.5333vw 0 1.3999667vw;
}

.win__games .top__games--title {
  margin-bottom: 6vw;
}

.top__games--body {
  width: 100%;
}

.win__games .game__lists {
  flex-wrap: nowrap;
}

.win__games .media__object {
  width: 15.2vw;
  height: 15.2vw;
  border-radius: 50%;
  border: 0.66667vw solid rgb(210 40 58 / 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #D63378;
}

.win__games .media__object img {
  height: auto;
}

.win__games li:nth-child(1) .media__object img {
  width: 7.6vw;
}

.win__games li:nth-child(2) .media__object img {
  width: 6vw;
}

.win__games li:nth-child(3) .media__object img {
  width: 7.7333vw;
}

.win__games li:nth-child(4) .media__object img {
  width: 8.1333vw;
}

.win__games .media__body h4 {
  font-size: 3.733vw;
  width: 100%;
  text-align: center;
  color: #AA5800;
  margin-top: 3.733vw;
  margin-bottom: 2.66667vw;
}

.win__games .media__body p {
  text-align: center;
  font-size: 3.2vw;
  font-weight: normal;
  white-space: nowrap;
}

.faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0 0 36.3999667vw;
  /* background: #f8f8f8; */
}

.faq ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 3.2vw;
  display: block;
  width: 93.6vw;
  height: 1px;
  background: #ccc;
}

.faq .faq__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.faq p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5.546vw 1.733vw 0;
  text-align: center;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.475;
}

.faq ul {
  margin-top: 3.733vw;
}

.faq ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.733vw;
  text-align: center;
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1.475;
}

.faqtext {
  display: flex;
  flex-direction: column;
  padding-left: 3.2vw;
  padding-right: 3.2vw;
}

.faqtext p {
  display: flex;
  margin-top: 1.733vw;
  text-align: left;
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1.475;
}

.page__footer--fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 999;
  padding: 4.53vw 4.2666vw;
}

.footer_download {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_download .download__des {
  border-radius: 10rem 10rem 0 0;
  margin-bottom: -2px;
}

@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --safe-area-inset-bottom: constant(safe-area-inset-bottom);
    --safe-area-inset-top: constant(safe-area-inset-top);
  }

  .page__header {
    padding-top: calc(var(--safe-area-inset-top) + 1.333vw);
  }

  .page__footer--fixed {
    padding-bottom: calc(var(--safe-area-inset-bottom) + 4.53vw);
  }

  /*.win__games {*/
  /*  padding-bottom: calc(var(--safe-area-inset-bottom) + 1.3999667vw);*/
  /*}*/
  .faq {
    padding-bottom: calc(var(--safe-area-inset-bottom) + 35.3999667vw);
  }
}

@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
  }

  .page__header {
    padding-top: calc(var(--safe-area-inset-top) + 1.333vw);
  }

  .page__footer--fixed {
    padding-bottom: calc(var(--safe-area-inset-bottom) + 4.53vw);
  }

  /*.win__games {*/
  /*  padding-bottom: calc(var(--safe-area-inset-bottom) + 1.3999667vw);*/
  /*}*/

  .faq {
    padding-bottom: calc(var(--safe-area-inset-bottom) + 35.3999667vw);
  }
}

a {
  text-decoration: none
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #000000;
}

a:active {
  color: #000000;
}
