.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

html {
  scroll-behavior: smooth;
}

.flicker-in-1 {
  -webkit-animation: flicker-in-1 2s linear both;
  animation: flicker-in-1 2s linear both;
}

/* ---------------------------------------------- * Generated by Animista on 2021-3-21 22:24:58 * Licensed under FreeBSD License. * See http://animista.net/license for more info.  * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */

/* * * ---------------------------------------- * @animation flicker-in-1 * ---------------------------------------- */

@keyframes flicker-in-1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.1% {
    opacity: 1;
  }
  10.2% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  20.1% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  30.1% {
    opacity: 1;
  }
  30.5% {
    opacity: 1;
  }
  30.6% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  45.1% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  55.1% {
    opacity: 0;
  }
  57% {
    opacity: 0;
  }
  57.1% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  60.1% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  65.1% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  75.1% {
    opacity: 0;
  }
  77% {
    opacity: 0;
  }
  77.1% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  85.1% {
    opacity: 0;
  }
  86% {
    opacity: 0;
  }
  86.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

a:hover {
  text-decoration: none;
}

.insert-coin {
  -webkit-animation: blink-1 1s linear infinite both;
  animation: blink-1 2.5s linear infinite both;
}

/* ---------------------------------------------- * Generated by Animista on 2021-3-21 22:26:54 * Licensed under FreeBSD License. * See http://animista.net/license for more info.  * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */

/* * * ---------------------------------------- * animation blink-1 * ---------------------------------------- */

@keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.insert-coin:hover {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

/* ---------------------------------------------- * Generated by Animista on 2021-3-21 22:40:39 * Licensed under FreeBSD License. * See http://animista.net/license for more info.  * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */

/* * * ---------------------------------------- * animation scale-up-center * ---------------------------------------- */

@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1400px;
  }
}

.flicker-in-2 {
  -webkit-animation: flicker-in-1 1s linear both;
  animation: flicker-in-1 1s linear both;
}

.game-name {
  max-width: 100%;
}

@media (max-width: 992px) {
  .heading {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .paragraph {
    margin: auto;
  }
}

@media (max-width: 992px) {
  .glow-bar {
    margin: auto;
  }
}

@media (max-width: 992px) {
  .glow-bar.blue {
    background: linear-gradient(90deg, #0c0621 0%, #194ec9 50%, #0c0621), white;
  }
}

@media (max-width: 992px) {
  .glow-bar.pink {
    background: linear-gradient(90deg, #0c0621 0%, #c200ab 50%, #0c0621), white;
  }
}

@media (max-width: 992px) {
  .p-5 {
    text-align: center!important;
  }
}

