/* GANTI WARNA DISINI AJA */
:root {
  --primary: #fde402;
  --secondary: #fff000;
  --light: #fde402;
  --dark-bg: #171c29;
  --dark-light: #2d3443;
  --gradient-1: linear-gradient(#fdf902, #959719);
  --gradient-2: linear-gradient(#fff000, #fbc734);
  --border-color-primary: #979519;
  --text-white: #f8f9fa;
  --text-dark-button: #171c29;
}

/* END */

@keyframes slide-in {
  0% {
    top: -100%;
  }

  100% {
    top: 50%;
  }
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

body {
  background: #000;
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  top: -12px;
}

body:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 1;
  z-index: -2;
  position: absolute;
  max-height: 700px;
  background-size: cover;
  background-image: url("https://www.winnavegas.com/wp-content/uploads/2020/08/Hero_Image_Slots-1.jpg");
  background-repeat: repeat-x;
  background-position: top;
}

body:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 1;
  z-index: -1;
  position: absolute;
  background: linear-gradient(180deg, rgba(2, 0, 36, 0) 18%, rgb(0 0 0) 100%),
    linear-gradient(360deg, rgba(2, 0, 36, 0) 10%, rgb(33 27 0) 100%);
  max-height: 700px;
  background-repeat: no-repeat;
  background-position: top;
}

a {
  color: var(--text-white);
}

a:hover,
b:hover {
  text-decoration: none;
  color: #f5c153;
}

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

.title {
  display: flex;
  justify-content: center;
}

.title-text {
  color: var(--text-white);
  font-size: 2.5rem;
}

.articel {
  padding-left: 10px;
  padding-right: 10px;
  color: var(--text-white);
}

.articel h2,
.articel h3,
.articel h4 {
  color: var(--primary);
  font-weight: 600;
  font-size: 1.4rem;
  padding: 15px 0;
}

.articel p {
  text-align: justify;
  font-size: .9rem;
  margin-bottom: 12px;
}

.slot {
  display: block;
}

.slot .slot-sidebar {
  padding-right: 10px;
  padding-left: 0;
  margin-top: -15px;
  background-color: black;
  float: none !important;
  width: 100% !important;
  flex: none !important;
  max-width: 100% !important;
  padding-right: 0 !important;
}

.btn-provider:hover {
  background-color: #644c1c;
}

.slot-sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.slot-sidebar-nav>li {
  border-bottom: 1px solid #0092b1;
  width: 100%;
  position: relative;
  display: block;
  border-bottom: none;
  padding: 6px;
  background: linear-gradient(to bottom, #00ffff 0%, #00ffff 46%, #00ffff 100%);
}

.slot-sidebar-nav>li>a {
  color: #fff;
  font-size: 13px;
  padding: 7px 10px;
  display: block;
  background-color: black;
}

.btn-provider {
  text-align: center;
  display: block;
}

.enter {
  display: none;
}

.btn-provider span {
  position: unset;
}

.active {
  background-color: #0092b1;
}

.slot .content {
  float: none;
  width: 100%;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #000000a8;
  border: 5px solid #00ffff;
}

.wrapper {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.card {
  float: left;
  width: 20%;
  background: transparent;
  border: none;
  text-align: center;
  position: relative;
}

.card-content {
  margin: 7px;
  color: #000;
  font-size: 12px;
  border: none;
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0px 4px 6px rgb(20 18 43 / 40%);
  background-color: #1c1c1c;
  opacity: 1;
  background-image: linear-gradient(135deg, #000000 25%, transparent 25%),
    linear-gradient(225deg, #000000 25%, transparent 25%),
    linear-gradient(45deg, #000000 25%, transparent 25%),
    linear-gradient(315deg, #000000 25%, #1c1c1c 25%);
  background-position: 10px 0, 10px 0, 0 0, 0 0;
  background-size: 10px 10px;
  background-repeat: repeat;
}

.percent {
  height: 20px;
  display: flex;
  overflow: hidden;
  line-height: 0.5;
  font-size: 1rem;
  background: #3a3a3a;
  background: repeating-linear-gradient(45deg,
      #b3b3b3,
      #d5d5d5 5px,
      #b5b5b5 5px,
      #ffffff 5px);
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  margin: 10px 5px;
}

.percent p {
  z-index: 15;
  position: absolute;
  text-align: left;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  transform: translateY(8px);
  font-size: 0.8rem;
  color: #000;
  margin-left: 9px !important;
}

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

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.yellow {
  background-color: #ffc107;
}

.green {
  background-color: #28a745;
}

.red {
  background-color: #dc3545;
}

.hover-btn {
  position: absolute;
  opacity: 0;
  background-color: rgb(0 0 0 / 70%);
  transition: all 0.45s ease-in-out;
  z-index: 10;
  width: 223px;
  height: 178px;
  border-radius: 5px;
}

.play-btn {
  font-size: 15px;
  text-decoration: none;
  color: #f8f9fa;
  font-weight: 500;
  text-align: center;
  align-items: center;
  width: 100px;
  margin: 20%;
  padding: 5px;
  margin-top: 73px;
  background-color: var(--primary);
  background-image: var(--gradient-1);
  border: 1px solid var(--border-color-primary);
  border-radius: 5px;
}

.register {
  margin-left: auto !important;
}

.play-btn-register {
  display: flex;
  text-align: center;
  align-content: center;
  text-decoration: none;
  color: var(--text-dark-button);
  font-weight: 600;
  padding: 5px;
  background-color: var(--primary);
  background-image: var(--gradient-2);
  border: 1px solid var(--border-color-primary);
  border-radius: 5px;
  font-size: 14px;
  justify-content: space-around;
}

.play-btn-register:hover {
  background-image: linear-gradient(to bottom, #fff 45%, #b6b6b6 78%);
  color: #352712;
}

.blink {
  animation: blink 1.2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 2.5;
  }

  50% {
    opacity: 0.8;
  }
}

@keyframes blinks {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.8;
  }
}

.img-zoom {
  transition: all 0.45s ease-in-out;
  height: 178px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.home .img-zoom {
  height: 474px !important;
}

.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: #292a2b;
  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: 1024px;
  }
}

@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: 25% !important;
  }

  .img-zoom {
    height: 155px;
  }

  .home .img-zoom {
    height: 328px !important;
  }

  /* .provider-canvas p {
    font-size: 0.8em !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;
  }

  .next-btn {
    display: block;
  }

  .res-bar {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .masuk {
    display: inline-block;
    background: #0175a8;
    outline: none;
    padding: 10px 12px !important;
    color: var(--text-white);
    border: 0;
    border-radius: 5px;
    font-size: 1em !important;
    margin: 0 5px;
  }

  .daftar {
    display: inline-block;
    background: #4fab48;
    outline: none;
    padding: 10px 12px !important;
    color: var(--text-white);
    border: 0;
    border-radius: 5px;
    font-size: 1em !important;
    margin: 0 5px;
  }

  .logoarguenmax {
    margin-top: 5px !important;
  }

  .provider-layout p {
    font-size: 0.4em !important;
    margin-bottom: 3px !important;
  }

  .slot-provider {
    padding: 0 7px;
    margin: 5px auto 15px auto !important;
  }

  .head-colum2 {
    margin-top: 0px !important;
  }

  hr {
    width: 40px !important;
    height: 3px !important;
    margin-top: 10px !important;
    margin-left: 5px !important;
    border-radius: 10px !important;
  }

  .img-zoom {
    height: 113px;
  }

  .home .img-zoom {
    height: 100% !important;
  }

  .card-content {
    font-size: 10px;
  }

  .cari {
    padding: 0 7px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .search-icon {
    left: 15px !important;
  }

  .coming-soon {
    padding: 0 0 10px 0 !important;
  }

  .coming-soon p {
    font-size: 0.4em !important;
  }

  .m-hide {
    font-size: 1.2em !important;
  }

  .pentaslot img {
    width: 100% !important;
  }
}

/* popup style*/

.popup-container {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  background: #080808b0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup-body {
  width: 347px;
  /* height: 600px; */
  margin: 1% auto;
  background: #2e2e2ee6;
  border-radius: 5px;
  color: #b8b8b8;
  overflow: hidden;
  margin: 110px auto;
}

@media (max-width: 512px) {
  .popup-body {
    width: 310px;
    margin: 10% auto;
  }

  .card {
    width: 33.33% !important;
  }

  .percent {
    height: 15px;
    margin: 10px 10px;
  }

  .percent p {
    transform: translateY(5px);
    font-size: 0.8rem;
  }
}

.popup-img {
  width: 450px;
  height: 555px;
  margin: 8% auto;
}

.popup-img-close {
  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: 60px;
  width: 100%;
  background: var(--secondary);
  float: left;
  color: #222222;
}

.popup-header h6 {
  margin: 13px;
}

.popup-content {
  width: 100%;
  height: auto;
  padding: 15px 39px;
  float: left;
  font-size: 12px;
  color: #fff;
}

.col2 {
  width: 50%;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.mrtop10 {
  margin-top: 10px;
}

.hr {
  width: 100%;
  height: 2px;
  background: #5e5e5e;
  float: left;
}

.popup-label {
  width: 100%;
  float: left;
  background: #1e7e34;
  padding: 10px 15px;
  font-size: 12px;
  color: #fff;
}

.popup-close {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: white;
  color: black;
  float: right;
  padding: 5px;
  border-radius: 100px;
  position: absolute;
  margin-top: -10px;
  margin-left: -9px;
}

.bg-blue-button {
  background: #ff0000;
}

.bg-black-button {
  background: #ffa900;
}

.popip-button:hover {
  filter: brightness(1.3);
}

.popip-button {
  cursor: pointer;
  width: 50%;
  float: left;
  height: 40px;
}

/* Slideshow container */

.slideshow-images-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 6px;
}

/* Hide the images by default */

.slideshow-images {
  display: none;
}

/* Next & previous buttons */

.prev-slideshow-images,
.next-slideshow-images {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -14px;
  padding: 16px;
  color: var(--text-white);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */

.next-slideshow-images {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev-slideshow-images:hover,
.next-slideshow-images:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

.text-slideshow-images {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */

.numbertext-slideshow-images {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
}

/* The dots/bullets/indicators */

.dot-slideshow-images {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active-slideshow-images,
.dot-slideshow-images:hover {
  background-color: #717171;
}

/* Fading animation */

.fade-slideshow-images {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.head-colum1 {
  float: left;
  width: 50%;
  padding: 10px 5px;
  text-align: left;
}

.head-colum2 {
  float: left;
  width: 50%;
  padding: 10px 5px;
  text-align: right;
  margin-top: 5px;
}

.tophead:after {
  content: "";
  display: table;
  clear: both;
}

.logoarguenmax {
  display: block;
  width: 125px;
  max-width: 100%;
}

.masuk {
  display: inline-block;
  background: #0175a8;
  outline: none;
  padding: 10px 20px;
  color: var(--text-white);
  border: 0;
  border-radius: 5px;
  font-size: 1.3em;
  margin: 0 5px;
  cursor: pointer;
}

.masuk:hover {
  filter: brightness(1.3);
  -webkit-filter: brightness(1.3);
}

.daftar {
  display: inline-block;
  background: #4fab48;
  outline: none;
  padding: 10px 20px;
  color: var(--text-white);
  border: 0;
  border-radius: 5px;
  font-size: 1.3em;
  margin: 0 5px;
  cursor: pointer;
}

.daftar:hover {
  filter: brightness(1.3);
  -webkit-filter: brightness(1.3);
}

.news {
  background-color: #215793;
  flex-wrap: nowrap !important;
  margin-bottom: 0 !important;
}

.navbar {
  background: rgba(32, 28, 3, 0.8);
  padding: 0.5rem 0.5rem;
  height: 50px;
}

.content {
  width: 100%;
}

.news img {
  width: 50px;
}

.slot-provider {
  width: 100%;
  display: flex;
  margin: 5px auto 20px auto;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.provider-colum>*:first-child {
  margin-left: 0px;
}

.provider-colum>*:last-child {
  margin-right: 0px;
}

.provider-layout {
  display: inline-block;
  padding: 5px;
  text-align: center;
  background: #282828;
  margin: 0 5px;
  border-radius: 5px;
}

.provider-layout:hover {
  background: #30466d;
}

.provider-layout img {
  display: block;
  width: 100%;
}

.provider-layout p {
  display: block;
  width: 100%;
  font-size: 1em;
  margin-bottom: 10px;
}

hr {
  position: absolute;
  width: 70px;
  height: 3px;
  margin-top: 13px;
  margin-left: 33px;
  background: #30466d;
  border: 1px solid #30466d;
  border-radius: 10px;
}

.api::before {
  content: "";
  background: url(../img/hot.gif) no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  margin-top: -35px;
  margin-left: 0px;
}

.provider-colum {
  float: left;
  /* width: 33%; */
  padding: 2px;
  text-align: center;
}

.provider-colum:hover {
  filter: drop-shadow(0 3px 2px #000);
  -webkit-filter: drop-shadow(0 3px 2px #000);
  transition: all 0.45s ease-in-out;
}

.provider-colum.active {
  background: transparent;
  filter: drop-shadow(0 3px 2px #000);
  -webkit-filter: drop-shadow(0 3px 2px #000);
}

.provider-pilihan:after {
  content: "";
  display: table;
  clear: both;
}

.provider-pilihan {
  display: flex;
  /* margin: 0 200px; */
}

.provider-canvas {
  background-color: var(--dark-light);
  border: 1px solid var(--light);
  border-radius: 10px;
}

.provider-canvas:hover {
  background: var(--dark-light);
  transition: all 0.45s ease-in-out;
}

.provider-canvas img {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 5%;
}

.provider-canvas img:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.provider-canvas p {
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-dark-button);
  font-family: "Oswald", sans-serif;
  text-align: center;
  white-space: nowrap;
  background-color: var(--light);
  padding: 3px 0;
  border-radius: 0 0 6px 6px;
}

.site-description .par {
  font-size: 1.1rem;
  color: var(--text-white);
  text-align: center;
  margin: 15px auto;
}

.coming-soon {
  background: #00cbb4;
  border-radius: 10px;
  padding: 0 0 10px 0;
}

.coming-soon img {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.coming-soon p {
  margin-bottom: 0;
  font-size: 0.8em;
  color: #000;
  font-weight: bold;
}

footer {
  text-align: center;
  color: black;
  width: 100%;
}

.cari {
  margin-bottom: 10px;
  padding: 0 7px;
}

.m-hide {
  font-size: 1.2em;
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  white-space: nowrap;
}

.footertext {
  margin-bottom: 2em;
  padding: 2em;
  width: 100%;
  border-radius: 5px;
  border-top: 3px solid var(--border-color-primary);
  color: #796e83;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #1c1c1c;
  opacity: 1;
  background-image: linear-gradient(#483f23 1px, transparent 1px),
    linear-gradient(to right, #483f23 1px, #1c1c1c 1px);
  background-size: 20px 20px;
}

h1 {
  font-size: 1.7em;
  margin: 2rem 0 0.8rem 0;
  color: var(--primary);
  text-align: center;
  font-weight: 900;
}

h2 {
  font-size: 1.7em;
  margin: 0.5em 0;
}

h3 {
  font-size: 1.5em;
  margin: 0.5em 0;
}

h4 {
  font-size: 1.4em;
  margin: 0.5em 0;
}

p {
  font-size: 1em;
}

ul {
  margin-inline-start: 1.5em;
  margin-block-end: 1em;
  color: black;
}

ul li {
  margin-bottom: 1rem;
}

ol {
  margin-inline-start: 1.5em;
  margin-block-end: 1em;
  color: black;
}

ol li {
  margin-bottom: 1rem;
}

.slide {
  width: 100%;
  border-radius: 4px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.w-100 {
  width: 100% !important;
}

.d-block {
  display: block !important;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.livechat {
  width: 100px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

.livechat:hover {
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
}

.livechat img {
  display: block;
  width: 100%;
  filter: drop-shadow(4px 6px 8px black);
}

input[type="text"],
input[type="number"],
textarea {
  font-size: 16px;
}

.sw303 {
  width: 100%;
  padding: 25px 0;
}

.sw303 img {
  display: block;
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}

.fixed-footer {
  display: flex;
  justify-content: space-around;
  position: fixed;
  background-color: var(--dark-bg);
  border-top: 2px solid var(--dark-light);
  border-radius: 10px 10px 0 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 0;
  z-index: 9999;
  box-shadow: 0px 0px 10px 5px #00000066;
  padding: 5px 0;
}

.fixed-footer a.active {
  color: #cfcfcf;
  background: transparent;
}

.fixed-footer a:hover {
  color: #fff;
  transition: all 0.45s ease-in-out;
}

.fixed-footer a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #cfcfcf;
  font-weight: 500;
  text-decoration: none;
  font-size: 12px;
  width: 100%;
  max-width: 65px;
}

.fixed-footer img {
  max-width: 80%;
  margin-top: -31px;
  margin-bottom: 5px;
}

.search-icon {
  position: absolute;
  top: 10px;
  left: 17px;
  width: 14px;
}

.search {
  border: 1px solid #354636;
  border-radius: 5px;
  height: 35px;
  width: 100%;
  padding: 2px 23px 2px 35px;
  outline: 0;
  background-color: #121212;
  color: #647c65;
}

.search::placeholder {
  color: #647c65;
}

input:focus::placeholder {
  color: transparent;
}

.colorwa {
  filter: sepia(100%);
  -webkit-filter: sepia(100%);
}

.game-item__provider[data-v-2f44a5da] {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.game-item__provider[data-v-2f44a5da] {
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 30px;
  filter: drop-shadow(0.1rem 0.1rem 0.1rem #000000);
  background-color: rgba(68, 68, 68, 0.9);
}

.game-item__provider {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.game-item__provider {
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 30px;
  filter: drop-shadow(0.1rem 0.1rem 0.1rem #000000);
  background-color: rgba(68, 68, 68, 0.9);
}

.game-item__provider div {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}

.game-item__provider div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 993px) {
  .numbertext-slideshow-images {
    top: 0;
  }
}

@media (max-width: 425px) {
  .popup-img {
    max-width: 93%;
    margin: 25% auto;
  }

  .provider-canvas p {
    font-size: .6rem;
  }
}

.header {
  width: 100%;
  height: 64px;
  margin-bottom: 6px;
  background: linear-gradient(#12283b, #06090f);
  position: fixed;
  z-index: 300;
}

.images-logo {
  padding: 2px;
  width: 230px;
  height: 60px;
  float: left;
}

.header .title {
  float: right;
  width: auto;
  height: auto;
  margin: 15px;
  border-radius: 42px;
}

.blue {
  background: #f7c200;
}

.header-buttom {
  color: var(--text-white);
  padding: 5px;
  height: 42px;
}

.header-button-text {
  font-size: 14px;
  margin: 7px;
  float: left;
}

@media (max-width: 992px) {
  .header .title {
    display: none;
  }

  .col {
    flex-basis: auto;
  }

  .header-button-text {
    font-size: 12px;
    margin: 9px;
  }

  .provider-pilihan {
    margin: 0;
  }
}

/* Menu Navigation Buttom */

.menu-bottom {
  display: none;
  height: 63px;
  width: 100vw;
  position: fixed;
  bottom: 0;
  background: black;
  border-top: 2px solid #707070;
}

.sub-menu-bottom {
  width: 25vw;
  height: 100%;
  float: left;
}

.sub-menu-bottom:hover {
  background: #525252;
}

.icon-menu {
  width: 4vw;
  height: auto;
  margin: 8px;
}

.text-menu {
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  color: var(--text-white);
}

@media (max-width: 992px) {
  .menu-bottom {
    display: block;
  }
}

@media (min-width: 768px) {
  .menu-bottom {
    height: 82px;
  }
}

.marquee-text {
  padding: 1px 0 6px 0;
  background-color: var(--dark-bg);
  border-radius: 5px;
  width: 90%;
  margin-right: 0 auto;
}

.marquee-text p {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 992px) {
  .marquee-text {
    width: 87%;
  }
}

@media (max-width: 768px) {
  .marquee-text {
    width: 82%;
  }
}

@media (max-width: 548px) {
  .marquee-text {
    width: 80%;
  }
}

@media (max-width: 496px) {
  .marquee-text {
    width: 74%;
    height: 28px;
    padding: 0 0 6px 0;
  }

  .marquee-text p {
    font-size: 14px;
  }

  .play-btn-register {
    font-size: 12px;
  }
}

.floating-wrapper {
  position: fixed;
  display: inline-block;
  z-index: 1000;
  bottom: 70px;
  right: 7px;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.button-backtotop img {
  background-color: #242424;
  width: 50px;
  padding: 4px;
  border-radius: 50%;
  border: 2px solid var(--light);
}

.floating-wrapper.show {
  opacity: 1;
  visibility: visible;
}

.home {
  width: 33.33% !important;
}

.fa-size-m {
  font-size: 1.7em;
  line-height: 1.3em;
  vertical-align: -0.0667em;
}

.fa-size-xl {
  font-size: 3.7em;
  line-height: 1.3em;
  vertical-align: -0.0667em;
}

.fa-gold {
  background-image: var(--gradient-2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fa-daftar {
  margin-top: -32px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotate-element {
  animation: rotate 4s infinite linear;
}