* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
}

input,
textarea {
  outline: none;
}

.allgame-background {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  max-height: 2260px;
  display: flex;
  justify-content: center;
}
.toko-position {
  position: absolute;
  bottom: calc(100% * 2071 / 2260);
  left: 0;
  display: flex;
  width: calc(100% * 259 / 800);
  height: calc(100% * 68 / 2260);
  max-width: 259px;
  max-height: 68px;
  cursor: pointer;
}



.download-position {
  position: absolute;
  bottom: calc(100% * 2054 / 2260);
  left: calc(100% * 258 / 800);
  display: flex;
  width: calc(100% * 284 / 800);
  height: calc(100% * 88 / 2260);
  max-width: 284px;
  max-height: 88px;
  cursor: pointer;
}

.keuntungan-position {
  position: absolute;
  bottom: calc(100% * 2071 / 2260);
  left: calc(100% * 542 / 800);
  display: flex;
  width: calc(100% * 257 / 800);
  height: calc(100% * 68 / 2260);
  max-width: 257px;
  max-height: 68px;
  cursor: pointer;
}

.allgame-download {
  position: absolute;
  bottom: calc(100% * 1395 / 2260);
  left: calc(100% * 126 / 800);
  display: flex;
  width: calc(100% * 546 / 800);
  height: calc(100% * 116 / 2260);
  max-width: 546px;
  max-height: 116px;
}

.allgame-googleplay {
  position: absolute;
  bottom: calc(100% * 1042 / 1770);
  left: calc(100% * 438 / 720);
  display: flex;
  width: calc(100% * 158 / 720);
  height: calc(100% * 52 / 1770);
  max-width: 158px;
  max-height: 52px;
}

#keuntungan {
  position: absolute;
  bottom: calc(100% * 1002 / 2260);
  left: calc(100% * 78 / 800);
  display: flex;
  width: calc(100% * 645 / 800);
  height: calc(100% * 60 / 2260);
  max-width: 645px;
  max-height: 60px;
}

.mySwiper {
  position: absolute;
  bottom: 12.2%;
  z-index: 99;
  width: calc(100% * 688 / 800);
  height: calc(100% * 386 / 2260);
  left: calc(100% * 55 / 800);
  border-radius: 26px;
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 26px;
}

.allgame-facebook {
  position: absolute;
  bottom: calc(100% * 96 / 1770);
  left: calc(100% * 248 / 720);
  display: flex;
  width: calc(100% * 74 / 720);
  height: calc(100% * 79 / 1770);
  max-width: 74px;
  max-height: 79px;
}

.allgame-ins {
  position: absolute;
  bottom: calc(100% * 96 / 1770);
  left: calc(100% * 328 / 720);
  display: flex;
  width: calc(100% * 74 / 720);
  height: calc(100% * 79 / 1770);
  max-width: 74px;
  max-height: 79px;
}

.allgame-telegram {
  position: absolute;
  bottom: calc(100% * 96 / 1770);
  left: calc(100% * 407 / 720);
  display: flex;
  width: calc(100% * 74 / 720);
  height: calc(100% * 79 / 1770);
  max-width: 74px;
  max-height: 79px;
}

@media (max-width: 800px) {
  .mySwiper,
  .mySwiper .swiper-slide img {
    border-radius: 16px;
  }
}

@media (min-width: 800px) and (max-height: 800px) {
  .allgame-background {
    width: 40%;
  }
}
