.bg-utama {
  background-image: url(../img/bgworld.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9rem 0 3rem 0;
}

.tebal {
  font-weight: 500;
}

section {
  background-color: #080808;
  padding: 0rem;
  color: #fff;
}

.promotions {
  border-top: 0px;
  border-radius: 10px 10px 10px 10px;
  margin-top: 0px;
}

.hr2 {
  background: rgb(255, 255, 255);
  height: 2px;
}

.hr2k {
  background-color: rgb(255, 200, 25);
  height: 2px;
}

.collapsible {
  color: #fff;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: 2px;
  text-align: left;
  outline: none;
  font-size: 20px;
  margin-bottom: 2px;
}

.active,
.collapsible:hover {
  color: #afafaf;
}

.isipromo {
  padding: 1rem;
  color: rgb(255, 255, 255);
}

.content {
  padding: 0px 10px;
  max-height: 0;
  overflow: hidden;
  margin: -2px 0px 2px 0px;
  transition: max-height 0.2s ease-out;
}

.gbrtut {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.dns {
  color: #ffcc00;
  font-weight: 600;
}

.kedip {
  animation: blink-three 1s infinite;
}

@keyframes blink-three {
  0% {
    color: red;
  }

  50% {
    color: green;
  }

  100% {
    color: yellow;
  }
}

.copy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: auto;
}


.fixed-footer {
  display: flex;
  justify-content: space-around;
  position: fixed;
  background-color: #0a1749;
  padding: 10px 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.fixed-footer a {
  flex-basis: calc((100% - 15px * 6) / 5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #999;
}

.fixed-footer a.active {
  color: #fbeb8f;
}

.fixed-footer {
  background-color: #1d1d1d;
}

.fixed-footer a {
  color: #fff;
  font-family: system-ui;
}

.fixed-footer a.active {
  color: #fbeb8f;
}

.fixed-footer img {
  max-width: 40%;
  margin-bottom: 5px;
}

.ikon-footer {
  width: 32px;
  height: 32px;
}
