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

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-color: #dedede;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #b9b7b7;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

.slot {
  display: block;
}

.slot .content {
  float: none;
  width: 100%;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 50px;
}

.wrapper {
  width: 100%;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: #2a2a30;
}

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

.card-content {
  margin: 7px;
  color: #c2c2be;
  font-size: 12px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.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: 0.75rem;
  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: #000000e0;
  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%;
}

.play-btn {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  align-items: center;
  /* width: 100%; */
  margin-top: 42%;
  padding: 8px;
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  margin: 30% 30px 30% 30px;
  background: #9ae31c;
  border-radius: 18px;
  transition: all 0.3s ease;
}

.play-btn:hover {
  background: #b2e063;
  color: #000;
  font-weight: bold;
}

.img-zoom {
  transition: all 0.45s ease-in-out;
  height: 141px;
}

.hover-btn:hover {
  opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
  transform: scale(1.2);
  position: relative;
}

@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) {
  .content {
    float: none !important;
    width: 100% !important;
    flex: none !important;
    max-width: 100% !important;
    margin-bottom: 50px;
  }
  .card {
    width: 33.3% !important;
  }
  .hover-btn:hover {
    opacity: 0;
  }

  .hover-btn:hover ~ .img-zoom {
    transform: scale(1);
    position: relative;
  }
  body {
    background: #dedede;
  }
  .img-zoom {
    height: auto;
  }
}

.waktu {
  margin: 0 0 15px;
  font-size: 24px;
  color: #ffffff;
}
.waktu p,
.display-date,
.display-time {
  display: inline-block;
}
.waktu {
  text-align: center;
  padding: 5px 0;
  margin: 15px 0;
  font-weight: bold;
  font-size: 16px;
}
.scroll-text i {
  width: 3%;
  line-height: 1.5 !important;
}
.scroll-text marquee {
  width: 97%;
}
.scroll-text {
  line-height: 1.5;
  padding: 5px 10px;
  margin: 25px 0;
  color: #fff;
}
.color2 {
  background: #262626;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f912f',endColorstr='#51750e',GradientType=0);
}
.flex {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}

div#slider {
  overflow: hidden;
  margin-bottom: 10px;
}
div#slider figure img {
  width: 20%;
  height: auto;
  float: left;
}
div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite;
}

.adv {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
}

.bannergif {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.color {
  background: #2a2a30;
}

