* {
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: whitesmoke;
}

html {
  color: whitesmoke;
  padding: 0;
  margin: 0;
  background: url(bg.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

body{
    background-color: rgba(184,0,0,0.7);
    margin: 0px;
    padding: 0px;
    position: absolute;

}

#img{
  width: 100%;
}

img {
  max-width: 100%;
}

section{
  margin-bottom: 150px;
}

#bodywrapper {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}


.daftarlogin {
  margin: 1%;
}
.daftarlogin img {
  max-width: 48%;
}

.navbar {
  display: flex;
  box-sizing: border-box;
  background-color: #1b1b1b;
  margin: 30px 0;
  padding: 10px 0;
}

.provider {
  display: flex;
  flex-grow: 1;
  overflow: auto;
  justify-content: space-between;
  scroll-behavior: smooth;
}
.provider a {
  display: flex;
  min-width: 130px;
  flex-basis: 16.6666666667%;
  flex-direction: column;
  scroll-behavior: smooth;
  padding-top: 20px;
  margin: 0 10px;
  background-color: #0A0A0A;
}

.provider::-webkit-scrollbar {
  width: 0;
}

.navbar [type=button] {
  background-color: #1b1b1b;
  border: 0;
  color: white;
  font-weight: bold;
}

.percent {
  height: 27px;
  display: flex;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  left: 0px;
  border-right: thin solid #dadada;
}
.percent p {
  z-index: 15;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  transform: translateY(14px);
  color: black;
}

.imgslot{
    width:200px; 
    height:200px;
}

.hovercard {
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.1s ease-in-out;
  z-index: 10;
  width: 91%;
  height: 49%;
}

.hovercard:hover {
  opacity: 100%;
}

.maincard {
  font-size: 15px;
  text-decoration: none;
  color: white;
  text-align: center;
  align-items: center;
  margin: 33% 30px;
  color: #fff;
  transition: all 0.3s ease;
}

.maincardm {
  font-size: 12px;
  color: white;
  text-align: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease;
  width: 100%;
  float: left;
  position: absolute;
}

.main {
  background: linear-gradient(to bottom, #000 0%, #0d6efd 88%);
  padding: 8px;
  display: block;
  margin: 5px 0;
}

.main1 {
  margin: 42% 30px 42% 30px;
}

.main:hover {
  background: linear-gradient(to top, #fff095 0%, #0d6efd 88%);
  color: black;
}

.mainm, .demom {
  background: linear-gradient(to bottom, #fff095 0%, #0d6efd 88%);
  display: none;
  color: #0A0A0A;
}

.mainm {
  margin: 5px 0;
  padding: 3px 0;
}

.demom {
  padding: 8px;
  margin: 0 11px;
}

.percent-bar {
  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: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: transparent;
  text-align: center;
  white-space: nowrap;
  /* background-color: #007bff; */
  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);
  transition: width 0.6s ease;
  animation: progress-bar-stripes 1s linear infinite;
  background-size: 1rem 1rem;
  /* animation: ; */
  z-index: 10;
}

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

.yellow {
  background-color: rgb(255, 193, 7);
}

.red {
  background-color: red;
}

.wrapslot {
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.card {
  background-color: #b80000;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  position: relative;
  float: left;
  width: 18%;
  padding: 10px;
  margin-bottom: 30px;
}

.wrapslot {
  position: relative;
  display: flex;
  width: 100%;
  float: left;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px;
}

.jam {
  width: 100%;
  float: left;
}

.jamgacor {
  width: 100%;
  float: left;
}

.pola {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}



.slot h1, .slot h2, .slot h3, .slot h4, .slot h5, .slot h6 {
  margin: 0.5rem;
}

@media (max-width: 950px) {
  .imgslot{
    width:100%; 
    height:auto; 
  }
  .card {
    width: 32%;
    margin: 1px;
  }
  .jam {
    width: 100%;
    word-wrap: wrap;
    font-size: 12px;
  }
  .jamgacor {
    top: -25px;
    clear: left;
  }
  .pola.jamBg {
    height: 85px;
    top: -25px;
  }
  .hovercard {
    display: none;
  }
  .main {
    display: none;
  }
  .mainm {
    opacity: 0.8;
    font-weight: bold;
  }
  .mainm, .demom {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
    top: -80px;
    left: -5px;
  }
  .demom {
    width: 100%;
    float: left;
    left: -16px;
  }
  .percent {
    margin-top: -20px;
  }
}


.fixed-footer{
  position: fixed;
  bottom: 0px;
  background: linear-gradient(to bottom, #000 0%, #b80000 88%);
  width: 100%;
  z-index: 999999;
}
.fixed-footer a{
  width: 20%;
  float: left;
  text-align: center;
  font-size: 10px;
  padding: 10px;
}
.fixed-footer a .fa{
  font-size: 25px;
}


.title{
  padding: 90px 0px 0px 0px;
}

.next-btn {
  width: 15%;
}

.mySlides {
  display: none;
}

.next-btn {
  background-color: #292a2b;
  border: none;
  color: #fff;
}
.slot-sidebar {
  padding-right: 10px;
  padding-left: 0;
  margin-top: 5px;
  float: left !important;
  width: 100% !important;
  flex: none !important;
  max-width: 100% !important;
  padding-right: 0 !important;
}

.btn-provider img {
  filter: brightness(0) invert(1);
}

.btn-provider:hover img {
  filter: brightness(1) invert(0);
}

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

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

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

.enter {
  display: none;
}

.btn-provider span {
  position: unset;
}

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


@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;
  }
.hover-btn {
    display: none;
  }
  .hover-btn:hover ~ .img-zoom {
    transform: scale(1);
    position: relative;
  }
  .btn-provider {
    text-align: center;
    display: block;
  }
  .img-provider{
    height: 30px;
  }
  .enter {
    display: block;
  }
  .btn-provider span {
    position: unset;
  }
  .btn-provider i {
    margin: 0;
  }
  .slot-sidebar-nav li {
    border-bottom: none;
  }
  .slot-sidebar-nav li a p {
    font-size: 5px;
  }
}