@font-face {
  font-family: "SFPro-Thin";
  font-weight: 400;
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}
@font-face {
  font-family: "SFPro-Regular";
  src: url("fonts/SanFranciscoProDisplay/SF-Pro-Display-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SFPro-Medium";
  src: url("fonts/SanFranciscoProDisplay/SF-Pro-Display-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SFPro-Bold";
  src: url("fonts/SanFranciscoProDisplay/SF-Pro-Display-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SFPro-Heavy";
  src: url("fonts/SanFranciscoProDisplay/SF-Pro-Display-Heavy.otf") format("opentype");
}
html {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

body {
  background-color: #000118;
  font-family: "SFPro-Thin";
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #ffffff;
  overflow-x: hidden;
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 500;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
body img {
  -o-object-fit: cover;
     object-fit: cover;
}
body section {
  overflow-x: hidden;
}
body label {
  font-family: "SFPro-Heavy";
}
body strong {
  font-family: "SFPro-Heavy";
}

.btn {
  height: 50px;
  border-radius: 8px;
  transition: all 0.5s ease-in-out !important;
}
.btn-pink {
  background-color: rgba(223, 48, 195, 0.6);
  border: 1px solid #DF30C3;
  transform: scale(1);
}
.btn-pink:hover {
  background-color: rgba(223, 48, 195, 0.6);
  border: 1px solid #DF30C3;
  transform: scale(1.2);
}

.text-white {
  color: #ffffff;
}

header {
  background: linear-gradient(180deg, #0524DD 0%, rgba(5, 36, 221, 0) 100%);
  height: 100px;
}

.idx-top .title img, .idx-popular .title img {
  height: auto;
  max-width: 400px;
}
.idx-top .title label, .idx-popular .title label {
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-shadow: 0px 0px 20px #00CBC3;
  -webkit-text-stroke: 1px #00CBC3;
}
.idx-top .title label strong, .idx-popular .title label strong {
  text-shadow: 0px 0px 20px #DF30C3;
  -webkit-text-stroke: 1px #DF30C3;
  font-size: 2rem;
}
.idx-top .title a, .idx-popular .title a {
  border-radius: 50px;
  animation: zoom-in-zoom-out 1s ease-out infinite;
}
.idx-top .title a span, .idx-popular .title a span {
  font-size: 1.2rem;
}
.idx-top .title a:hover, .idx-popular .title a:hover {
  opacity: 0.65;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.idx-top {
  background-image: url("./images/top/top-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./images/top/top-bg.webp") 1x);
  min-height: 80vh;
}
@media screen and (max-width: 768px) {
  .idx-top {
    align-items: center !important;
  }
}
.idx-popular {
  background-image: url("./images/popular/popular-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("./images/popular/popular-bg.webp") 1x);
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .idx-popular {
    background: none;
  }
}
.idx-popular .title label {
  font-size: 1.8rem;
}
.idx-popular .ranking img {
  -o-object-fit: contain;
     object-fit: contain;
}
.idx-provider label.rank {
  font-size: 1.6rem;
}
.idx-provider label.rtp {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .idx-provider label.rtp {
    font-size: 1.6rem;
  }
}
.idx-provider label.provider {
  font-size: 1.2rem;
}
.idx-provider .description .game {
  border-radius: 50px;
  font-size: 1.1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .idx-provider .image::before {
    content: " ";
    position: absolute;
    background-image: url("./images/popular/popular-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: -webkit-image-set(url("./images/popular/popular-bg.webp") 1x);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.idx-provider .image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.idx-provider .mobile-tag {
  background: #000118;
  z-index: 2;
}
.idx-provider .mobile-tag .tag {
  border-radius: 25px;
  min-width: 90px;
}
.idx-provider .mobile-tag .tag.green {
  border: 2px solid #00CBC3;
}
.idx-provider .mobile-tag .tag.pink {
  border: 2px solid #DF30C3;
}
.idx-provider > .green {
  background-color: rgba(0, 203, 195, 0.1);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .idx-provider > .green {
    background: none;
  }
}
.idx-provider > .green label.rtp {
  text-shadow: 0px 0px 20px #00CBC3;
  -webkit-text-stroke: 1px #00CBC3;
}
.idx-provider > .green label.provider {
  color: #00CBC3;
}
.idx-provider > .green .description .game {
  border: 2px solid #00CBC3;
}
.idx-provider > .green .description .game.pulse {
  --hover: #00CBC3;
}
.idx-provider > .green .description .game.pulse:hover {
  animation: pulse 1s;
  box-shadow: 0 0 0 1em transparent;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.idx-provider > .pink {
  background-color: rgba(223, 48, 195, 0.1);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .idx-provider > .pink {
    background: none;
  }
}
.idx-provider > .pink label.rtp {
  text-shadow: 0px 0px 20px #DF30C3;
  -webkit-text-stroke: 1px #DF30C3;
}
.idx-provider > .pink label.provider {
  color: #DF30C3;
}
.idx-provider > .pink .description .game {
  border: 2px solid #DF30C3;
}
.idx-provider > .pink .description .game.pulse {
  --hover: #DF30C3;
}
.idx-provider > .pink .description .game.pulse:hover {
  animation: pulse 1s;
  box-shadow: 0 0 0 1em transparent;
}

footer {
  background: linear-gradient(180deg, #000118 0%, #0524DD 100%);
}
footer label {
  font-family: "SFPro-Regular";
}
footer .line::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  left: -2px;
  top: 2px;
}
footer .logo {
  position: relative;
}
footer .logo .color {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
footer .logo:hover .color {
  display: inline;
}
footer .logo:hover .white {
  opacity: 0;
}
@media screen and (max-width: 575px) {
  footer .logo img {
    height: 20px;
  }
}

#topScroll {
  bottom: 1%;
  right: 6%;
  display: none;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  #topScroll {
    right: calc(50% - 30px);
  }
}
#topScroll button {
  border: none;
  outline: none;
  background-color: #0524DD;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 0px 40px 0px #0524DD;
  transition: all 0.5s ease-in-out !important;
}
#topScroll button svg {
  fill: #ffffff;
  font-size: 1.2rem;
}
#topScroll button:hover {
  transform: rotate(360deg);
}/*# sourceMappingURL=style.css.map */