* {
  font-family: sans-serif;
  box-sizing: border-box;
}

body {
  background: #000000 url(../img/background.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
}

h1 {
  text-align: center;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.adv {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.img {
  vertical-align: middle;
  border-style: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: linear-gradient(#1b1b1b 0%, #000000 80%);
  background-position: top center;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: 5px #D8297A solid;
}

.banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: cover !important;
}

.adv {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.announcement {
  width: 100%;
  padding: 7px;
  color: white;
  position: relative;
  display: flex;
}

.link-container {
  display: flex;
  justify-content: center;
  font-size: var(--x-large-font);
  padding: 0;
}

.link-container a {
  width: 50%;
  text-align: center;
  padding: 15px 20px;
  text-transform: uppercase;
}

.register-button {
  background: linear-gradient(#e51978 0%, #e31173 100%);
  color: #000000;
  background-color: initial;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #000000;
  text-decoration: none;
  border: 1px #ffff00 solid;
}
.login-button {
  background: linear-gradient(#e51978 0%, #e31173 100%);
  color: #000000;
  background-color: initial;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #000000;
  text-decoration: none;
  border: 1px #ffff00 solid;
}

.register-button:hover {
  color: #000000;
  background: linear-gradient(#e31173 0%, #e51978 100%);
  border: 1px #ffff00 solid;
}

.login-button:hover {
  color: #000000;
  background: linear-gradient(#e31173 0%, #e51978 100%);
  border: 1px #ffff00 solid;
}

.title {
  display: flex;
  justify-content: center;
}

.title-text {
  color: white;
  font-size: 2.5rem;
}

.slot {
  display: block;
}

.slot .slot-sidebar {
  float: left;
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 10px;
  padding-left: 0;
  margin-top: 5px;
  background: #202020;
}

.slot-sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.slot-sidebar-nav > li {
  border-bottom: 1px solid #D8297A;
  width: 100%;
  position: relative;
  display: block;
}

.slot-sidebar-nav > li > a {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px;
  display: block;
}

.btn-provider i {
  margin-right: 5px;
}

.enter {
  display: none;
}

.btn-provider span {
  position: absolute;
  transform: translateY(10px);
}

.pragma-logo {
  background-image: url(../img/pp.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.gmw-logo {
  background-image: url(../img/gmw.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.micro-logo {
  background-image: url(../img/microgaming.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.pg-logo {
  background-image: url(../img/pg.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.ttg-logo {
  background-image: url(../img/ttg.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.haba-logo {
  background-image: url(../img/habanero.svg);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.nolimit-logo {
  background-image: url(../img/nolimit.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.idnslot-logo {
  background-image: url(../img/idnslot.png);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  height: 30px;
  width: 32px;
  background-size: 20px;
}

.active {
  background-color: #ff0084;
}

.slot .content {
  float: right;
  width: 80%;
  padding: 0;
  flex: 0 0 80%;
  max-width: 80%;
}

.wrapper {
  width: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.card {
  float: left;
  width: 20%;
  background: transparent;
  border: none;
  text-align: center;
  position: relative;
}

.card-content {
  background: #174d00;
  margin: 5px;
  color: #fff;
  font-size: 12px;
  border: none;
  overflow: hidden;
  position: relative;
}

.percent {
  height: 27px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  /* border-radius: .25rem; */
  position: relative;
  z-index: 1;
}

.percent p {
  z-index: 15;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  transform: translateY(14px);
  color: black;
}

.percent-bar {
  /* background-color: #ffc107; */
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  /* background-color: #007bff; */
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
  /* animation: ; */
  z-index: 10;
}

.yellow {
  background-color: #ffc107;
}

.green {
  background-color: #28a745;
}

.red {
  background-color: #dc3545;
}

.hover-btn {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.play-btn {
  font-size: 15px;
  text-decoration: none;
  color: white;
  text-align: center;
  align-items: center;
  width: 100%;
  margin: 25% auto;
  padding: 8px;
  background-color: #ff0084;
}

/*POP-UP LIHAT POLA*/

.popup-container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background-color: #000000b0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-ads {
  width: 347px;
  height: 0;
  margin: 5% auto;
  margin-top: 15%;
  background: none;
  border-radius: 18px 18px 18px 18px;
  color: white;
}

.popup-body {
  width: 347px;
  margin: 10% auto;
  background: radial-gradient(closest-side, #ff0084 0, #000000 150%);
  border-radius: 18px 18px 18px 18px;
  color: rgb(0, 0, 0);
}

@media (max-width: 512px) {
  .popup-body {
    width: 310px;
    margin: 10% auto;
  }
}

.popup-img {
  width: 450px;
  height: 555px;
  margin: 8% auto;
}

.popup-img-close {
  text-align: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: white;
  color: black;
  float: right;
  padding: 5px;
  border-radius: 100px;
  position: absolute;
  margin-left: -7px;
  margin-top: -20px;
}

@media (min-width: 993px) {
  .popup-img-close {
    margin-left: 42px;
    margin-top: -12px;
  }
}

.popup-header {
  height: auto;
  width: 100%;
  margin-top: 0%;
  background: linear-gradient(to top, #e31173 0%, #e51978 80%);
  border-radius: 18px 18px 0px 0px;
  float: left;
}

.popup-header h6 {
  margin: 13px;
}

.popup-content {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 10px 39px;
  float: left;
  font-size: 14px;
  background: black;
  color: rgb(255, 255, 255);
}

.popup-pakai {
  width: 100%;
  height: 4%;
  float: left;
  background: #ffffff;
  padding: 0px 5px;
  font-size: 12px;
}

.popup-label {
  width: 100%;
  height: 7.5%;
  float: left;
  background: #222222;
  padding: 1.5px 15px;
  font-size: 12px;
}

.popup-close {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: red;
  color: rgb(255, 255, 255);
  float: right;
  padding: 5px;
  border-radius: 100px;
  position: absolute;
  margin-top: -10px;
  margin-left: -9px;
}

.bg-popup-close:hover {
  color: rgb(0, 0, 0);
  background: red;
}

.bg-main-button {
  background: linear-gradient(to top, #e31173 0%, #e51978 80%);
  border-radius: 0px 0px 18px 0px;
  text-decoration: none;
}

.bg-daftar-button {
  background: linear-gradient(to top, #e31173 0%, #e51978 80%);
  border-radius: 0px 0px 0px 18px;
  text-decoration: none;
}

.popip-button {
  cursor: pointer;
  width: 50%;
  float: left;
  height: 35px;
  padding: 1.5%;
  color: rgb(0, 0, 0);
  font-size: 15px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 2px;
  position: unset;
}

.popip-button:hover {
  background: linear-gradient(to top, #e51978 0%, #e31173 80%);
  color: #000000;
}

/*POP-UP LIHAT POLA*/

/*STYLE BUTTON*/
.btn {
  background: radial-gradient(closest-side, #000000, #000000 250%);
  /* WARNA BACKGROUND SLIDER TEXT */
  display: inline-block;
  padding: 0px 0px;
  border: 1px solid transparent;
  border-radius: 5px;
  font: 400 22px arial;
  text-shadow: #000000;
  width: 99%;
  color: rgb(255, 255, 255);
  letter-spacing: 1.5px;
  margin-top: 0px;
}
/*END STYLE BUTTON*/

/*---------------------------------------------*/

/*BLINK PENGUMUMAN*/
.btn-announce {
  animation: blinking 0.7s infinite;
  transition: all 1s;
  border-radius: 5px;
}

@media (min-width: 100px) {
  .btn-announce {
    width: auto;
    max-width: 420px;
  }
}

@media (min-width: 420px) {
  .btn-announce {
    width: auto;
    max-width: 580px;
  }
}

@media (min-width: 768px) {
  .btn-announce {
    width: 665px;
    max-width: 991px;
  }
}

@media (min-width: 800px) {
  .btn-announce {
    width: 660px;
    max-width: 1200px;
  }
}

@media (min-width: 990px) {
  .btn-announce {
    width: 905px;
    max-width: 1200px;
  }
}

@media (min-width: 1200px) {
  .btn-announce {
    width: 1080px;
    max-width: 1200px;
  }
}

@keyframes blinking {
  0% {
    border: 2px solid #8a001e;
  }
  100% {
    border: 2px solid rgb(231, 177, 0);
  }
}

.blink-me {
  animation-name: blinker;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/*END BLINK PENGUMUMAN*/

.img-zoom {
  transition: all 0.45s ease-in-out;
}

.hover-btn:hover {
  opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
  transform: scale(1.2);
  position: relative;
}

.next-btn {
  display: none;
  width: 30%;
}

.mySlides {
  display: none;
}

.next-btn {
  background-color: #ff0084;
  border: none;
  color: #fff;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .slot-sidebar-nav {
    flex-wrap: nowrap;
  }
  .slot-sidebar {
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  .content {
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
  }
  .card {
    width: 33.3% !important;
  }
  .hover-btn:hover {
    opacity: 0;
  }

  .hover-btn:hover ~ .img-zoom {
    transform: scale(1);
    position: relative;
  }

  .btn-provider {
    text-align: center;
    display: block;
  }
  .slot-sidebar-nav > li > a {
    height: 70px;
  }
  .enter {
    display: block;
  }
  .btn-provider span {
    position: unset;
  }
  .btn-provider i {
    margin: 0;
  }
  .slot-sidebar-nav li {
    border-left: 0.2px solid #656565;
    border-right: 0.2px solid #656565;
    border-bottom: none;
  }
  .img-zoom {
    height: auto;
  }
  .next-btn {
    display: block;
  }
  .res-bar {
    display: none;
  }
}

.footer {
  color: #fff;
}
