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

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

body {
  --linear-star-color: #05061C;
    --linear-stop-color: #0c1c38;
    background: linear-gradient(to bottom, var(--linear-star-color), var(--linear-stop-color));
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

/* Header */
.page__header {
  width: 100vw;
  padding: 0 3.2vw 0;
  background-color: #05061B;
  min-height: 12.533vw;
}

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

.logo {
  width: 36.66667vw;
  font-family: impact;
  font-size:5.8vw;
  display: flex;
  align-items: center;
}

.logo a {
  display: block;
}

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

.button__download--app {
  display: inline-flex;
  min-width: 32vw;
  justify-content: center;
  align-items: center;
  border: 0.266667vw solid transparent;
  background-image: linear-gradient( to bottom, #4BD707, #11842D ), linear-gradient(to bottom, #B2FF20, #289A49 );
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  border-radius: 0.5333vw;
  font-size: 3.2vw;
  font-weight: 700;
  min-height: 7.46667vw;
  text-transform: uppercase;
  color: #fff;
}

/*banner*/
.banner {
  position: relative;
  width: 100vw;
  background-color: #05061B;
  margin-bottom: -18.26667vw;
}

.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: 24.533333vw;

}

.button__download--banner {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90.6667vw;
  min-height: 13.8vw;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 5.06667vw;
  border: 0.266667vw solid transparent;
  background-image: linear-gradient( to bottom, #4BD707, #11842D ), linear-gradient(to bottom, #B2FF20, #289A49 );
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  /* box-shadow: inset 0 1px 2px #f3eeeea8, 0 0.8vw 1.6vw 0 rgb(0 0 0 / 10%); */
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.button__download--banner span {
  position: relative;
  z-index: 2;
}

.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;
  position: relative;
    z-index: 9;
}

.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;
}

.button__download--banner .sprite {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgb(255 255 255 / .3), rgb(255 255 255 / .3)), linear-gradient(to bottom, rgb(0 0 0 / 0), rgb(0 0 0 / 0)), linear-gradient(to bottom, rgb(255 255 255 / .3), rgb(255 255 255 / .3));
  background-repeat:no-repeat ;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14.6667vw;
  height: 100%;
  transform: skew(-30deg);
  background-size: 10.1333vw 100%, 1.3333vw 100%, 3.2vw 100%;
  background-position: 0 0, 10.1333vw 0, 11.466667vw 0;
  animation: move 3s linear both infinite;
  transform-origin: left center;
  z-index: 1;
}

@keyframes move {
  from {
    transform:  skew(-30deg) translate3d(-26.66667vw, 0, 0);
  }
  to {
    transform: skew(-30deg)  translate3d(90vw, 0 , 0);
  }
}

.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: #d2283a;
  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 {
  width: 89.86667vw;
  padding: 6.13333vw 4vw;
  background: #26214A url('../images/bg-partners.png') no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.2vw;
  color: #E38865;
  border: 0.2666667vw solid #817344;
  border-radius: 1.33333vw;
  position: relative;
}

.partners__title {
  font-size: 5.066667vw;
  font-weight: 700;
  margin-bottom: 3.2vw;
  color: #FFD76A;
}

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

}

.partners__lists li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23.46667vw;
  height: 21.86667vw;
  border-radius: 1.333333vw;
  background-color: #fff;
  padding:4.53333vw 1.86667vw;
  justify-content: center;
}

.partners__lists .media__object {
  
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.4vw;
  padding: 0 1.2vw;
  min-height: 8vw;
}

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

.partners__lists .media__body h3 {
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  color: #2A2A2A;
  font-size: 2.93333vw;
}

.swiper__card--crore {
  width: 89.86667vw;
  color: #FFD76A;
  margin-top: 8vw;
}

.swiper__card--crore .title, .swiper__install h2.title, .swiper__features h2.title{
  text-align: center;
  font-size: 5.0666667vw;
  font-weight: 700;
  margin-bottom: 5.3333vw;
}
.swiper__install h2.title{
  text-align: center;
  font-size: 5.0666667vw;
  font-weight: 700;
  margin-bottom: 5.3333vw;
  color: #FFD76A;
}

.swiper__card--crore .swiper-container {
  padding-bottom: 16vw;
}

.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: 22.66667vw;
  height: 22.66667vw;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 0.4vw solid #fff;
  margin-bottom: -11.3333vw;
}

.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.3333vw;
  background: #782424 url('../images/bg-card--crore.png') no-repeat center;
  background-size: cover;
  width: 89.86667vw;
  padding: 12.8vw 4vw 4vw;
  position: relative;
  z-index: 1;
  min-height: 63.1333vw;
  border: 0.26666vw solid #FFCB2D;
  display: flex;
    flex-direction: column;
    align-items: center;
}

.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); */
  display: flex;
  justify-content: cen;
  align-items: center;
  gap:2.133vw;
}

.media__ranking span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.73333vw;
  height: 3.73333vw;
}

.media__ranking img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.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.46667vw;
  font-weight: 700;
  text-align: center;
  margin-top: 1.33333vw;
  margin-bottom: 1.86666vw;
  color: #fff;
}

.swiper__card--crore .media__subtitle {
  margin-bottom: 1.86667vw;
  text-align: center;
  color: #FEFF00;
  font-size: 5.0666667vw;
  font-weight: 700;
}

.swiper__card--crore .media__content {
  font-size: 3.7333vw;
  text-align: center;
  line-height: 1.475;
  color: #fff;
}

.swiper__card--crore .media__content p{
  overflow: hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient: vertical;
  text-align: left;
  /* text-indent: 2vw; */
}

.swiper__install,  .swiper__features{
  /* padding-top: 8vw;
  padding-bottom: 16.53333vw;
  background: #fff; */
  width: 89.86667vw;
  color: #E38865;
  margin-top: 2.6667vw;
  font-size: 3.466667vw;
}

.swiper__features {
  margin-top: 8.8vw;
}

.swiper__features h2.title {
  text-align:center; 
  /* padding: 20px 0; */
  margin-bottom: 0;
  font-size: 5.0666667vw;
  font-weight: 700;
  margin-bottom: 5.3333vw;
  color: #FFD76A;
  /* background-color: #f8f8f8; */
}

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

.card__install .title {
  font-size: 5.066666vw;
  color: #FFD76A;
  font-weight: 700;
  margin-bottom: 1.333vw;
}

.card__install .subtitle {
  font-size: 3.2vw;
  margin-bottom: 5.33333vw;
}

.swiper__install .subtitle{
  font-size: 3.2vw;
  margin-bottom: 5.33333vw;
  text-align: center;
}

.card__install .card__media {
  /* width: 50vw; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.1333vw;
}
#js__swiper--3 .card__install .card__media {
  width: 100vw;
}

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

.card__install .content {
  font-size: 3.466667vw;
  text-align: center;
  color: #B8B8B8;
}

.card__feature {
  border: 0.266667vw solid #817344;
  border-radius: 2.1333vw;
  overflow: hidden;
}

#swiper__install--pagination0, #swiper__install--pagination, #swiper__install--pagination3 {
  position: static;
  /* width: 100vw; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4.8vw;
  gap: 1.86667vw;
}
/* 
#swiper__install--pagination3 {
  margin-top: -4vw;
} */

#swiper__install--pagination0 .swiper-pagination-bullet, #swiper__install--pagination .swiper-pagination-bullet , #swiper__install--pagination3 .swiper-pagination-bullet {
  display: block;
  width: 1.86667vw;
  height:1.86667vw;
  background-color:#8F93B2;
  margin: 0;
  opacity: 1;
}
#swiper__install--pagination0
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
#swiper__install--pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
  #swiper__install--pagination3
  .swiper-pagination-bullet.swiper-pagination-bullet-active  {
  background-color: #273572;
}

.top__games {
  background: #f8f8f8;
  padding: 8.5333vw 1.66667vw;
  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: 1 1 25%;
  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: 3.2vw;
  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: rgb(228 55 74);
}

.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: rgb(228 55 74);
  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;
}

.info {
  margin-top: 8vw;
  width: 89.86667vw;
  color: #8E95D7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.066667vw 0;
  border-top: 1px solid #1d2c47;
  text-align: center;
  font-size: 2.4vw;
}

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

.faq h4 {
  display: flex;
  align-items: center;
  gap: 1.333vw;
  font-size: 3.7333vw;
  color: #1d2c47;
  font-weight: 700;
  width: 100%;
}

.faq h4::before,
.faq h4::after {
  content: "";
  display: block;
  flex: 1 1 0%;
  min-width: 0;
  height: 1px;
  background-color: currentColor;
}

.faq .faq__links {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5.3333vw;
  row-gap: 4vw;
}

.faq__links li{
  flex: 1 1 calc(100% / 3);
  color: #B4D5FF;
  font-size: 3.2vw;
}

.faq__links a {
  display: block;
  color: #B4D5FF;
  font-size: 3.2vw;
  text-decoration: underline;
}


.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;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vw 3.2vw;
  color: #8287A5;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.6667vw;
}

.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.5);
  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;
}

.button__download--banner-gp {
  /*display: none;*/
  justify-content: center;
  align-items: center;
  width: 90.6667vw;
  min-height: 13.8vw;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 5.06667vw;
  border: 0.266667vw solid transparent;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.button__download--banner-gp a {
  width: 100%;
}
.button__download--banner-gp .sprite {
  content: "";
  display: block;
  background: linear-gradient(to bottom, rgb(255 255 255 / .3), rgb(255 255 255 / .3)), linear-gradient(to bottom, rgb(0 0 0 / 0), rgb(0 0 0 / 0)), linear-gradient(to bottom, rgb(255 255 255 / .3), rgb(255 255 255 / .3));
  background-repeat:no-repeat ;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14.6667vw;
  height: 100%;
  transform: skew(-30deg);
  background-size: 10.1333vw 100%, 1.3333vw 100%, 3.2vw 100%;
  background-position: 0 0, 10.1333vw 0, 11.466667vw 0;
  animation: move 3s linear both infinite;
  transform-origin: left center;
  z-index: 1;
}

@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);*/
  /*}*/
  footer{
    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);*/
  /*}*/

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





