body {
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial,
    sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
}

footer {
  font-weight: bold;
}

.bagian-atas {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  background-color: #330a0e;
  border-bottom: 1px red solid;
  color: #fbfaf6;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  z-index: 1;
}

.userpas input {
  border-radius: 5px;
}

.bagian-button-atas {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.bagian-button-atas a {
  text-decoration: none;
}

.bagian-button-atas button {
  background-color: #980707;
  border-radius: 10px;
  border: 3px solid black;
  color: #fbfaf6;
  font-weight: bold;
  width: 150px;
  height: 40px;
  cursor: pointer;
}

.bagian-button-masuk:hover button {
  color: #ff9c00;
}

.bagian-button-daftar:hover button {
  color: #ff9c00;
}

.bagian-game {
  background-color: #980707;
  color: #fbfaf6;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.atur-isi-bagian-game {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 13px;
  padding-top: 70px;
  font-weight: bold;
}

.isi-bagian-game {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  color: white;
}

.isi-bagian-game img {
  width: 40px;
  height: 40px;
  max-width: unset;
  height: unset;
}

.isi-bagian-game:hover .nama-bagian-game {
  color: #ff9c00;
}

.container-utama {
  width: 1210px;
  margin: 0px auto;
  background-color: #330a0e;
  display: grid;
  grid-template-rows: repeat(9, auto);
  grid-template-columns: repeat(6, 1fr);
  padding: 20px;
  margin-top: 7px;
  gap: 8px;
}

.text-berjalan {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  background-color: #ed0e21;
  color: #fbfaf6;
  border-radius: 5px;
  padding: 5px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 30px;
}

.text-running {
  white-space: nowrap;
  padding-left: 10px;
  animation: scrollText 35s linear infinite;
}

@keyframes scrollText {
  0% {
    transform: translateX(110%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.slide-kiri {
  grid-column: 1 / 5;
  grid-row: 2 / 3;
  display: block;
  min-height: 200px;
}

.slide-kiri img {
  width: 100%;
  border-radius: 7px;
}

.foto-kanan {
  grid-column: 5 / 7;
  grid-row: 2 / 4;
  background-color: blueviolet;
  min-height: 200px;
}

.foto-kanan img {
  width: 100%;
  height: 450px;
  border: 2px #ff9c00 solid;
  display: block;
}

.button-bawah-slide {
  grid-column: 1 / 5;
  display: flex;
  justify-content: space-between;
  min-height: 30px;
}

.button-bawah-slide button {
  width: 250px;
  height: 35px;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.button-rtp-slot,
.button-daftar,
.button-prediksi-lotto {
  background-color: #ed0e21;
}

.button-rtp-slot:hover,
.button-daftar:hover,
.button-prediksi-lotto:hover {
  color: #ff9c00;
  background-color: black;
}

.text-pilihan-game {
  grid-column: 1 / -1;
  display: flex;
  gap: 30px;
  padding-left: 10px;
  font-size: medium;
  font-weight: bold;
}

.text-pilihan-game a {
  color: #fbfaf6;
  text-decoration: none;
  font-weight: 600;
  font-size: small;
}

.text-pilihan-game a:hover {
  color: #ff9c00;
}

.provider-game {
  grid-column: 1 / -1;
  background-color: #ed0e21;
  border-radius: 5px;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
}

.isi-provider-game {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding: 15px;
  gap: 10px;
}

.isi-provider-game a {
  text-decoration: none;
  color: #fbfaf6;
  font-weight: bold;
}

.isi-provider-game:hover a {
  color: #ff9c00;
  cursor: pointer;
}

.list-provider {
  margin-top: 5px;
  gap: 40px;
  display: flex;
}

.hot {
  display: flex;
  flex-direction: column;
  background-color: #330a0e;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.hot span {
  white-space: nowrap;
  color: #fbfaf6;
  font-size: small;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.hot:hover .hot-efek {
  color: #ff9c00;
}

.lihat-semua a {
  color: #fbfaf6;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}

.lihat-semua {
  display: flex;
  justify-content: center;
  background-color: #330a0e;
  border-radius: 10px;
  width: 100px;
}

.container-lihat-semua {
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.isi-game-slot {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 5px;
}

.isi-game-slot img {
  width: 100%;
  height: auto;
}

.row-game-slot {
  grid-column: 1 / -1;
  min-height: 300px;
}

.kotak-game {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.kotak-game img {
  width: 100%;
  height: 120px;
}

.foto-game {
  cursor: pointer;
}

.nama-game {
  color: #fbfaf6;
  font-size: smaller;
  font-weight: bold;
  cursor: pointer;
}

.nama-game img:hover {
  color: #ff9c00;
}

.kotak-game:hover .nama-game {
  color: #ff9c00;
}

.new-slots {
  grid-column: 1 / -1;
  background-color: #ed0e21;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.bagian-new-slots {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 15px;
}

.bagian-new-slots a {
  text-decoration: none;
  color: #fbfaf6;
  font-weight: bold;
}

.row-new-slots {
  grid-column: 1 / -1;
}

.bagian-casino {
  grid-column: 1 / 5;
  background-color: #ed0e21;
  border-radius: 5px;
  padding: 15px;
}

.foto-lihatsemua {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

.bagian-foto-lihatsemua {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.bagian-foto-lihatsemua a {
  text-decoration: none;
  color: #fbfaf6;
  font-weight: bold;
}

.bagian-foto-lihatsemua:hover a {
  color: #ff9c00;
}

.container-lihat-semua-bawah {
  display: flex;
  align-items: center;
}

.lihat-semua-bawah {
  background-color: #330a0e;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100px;
  height: auto;
}

.lihat-semua-bawah a {
  color: #fbfaf6;
  text-decoration: none;
  font-size: 14px;
}

.isi-casino {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.isi-casino img {
  width: 180px;
  aspect-ratio: 9 / 14;
  object-fit: cover;
  height: auto;
  border: 3px solid black;
  background-color: #980707;
  border-radius: 5px;
  box-shadow: inset 0px -50px 20px rgba(0, 0, 0, 0.4);
}

.bagian-casino-button {
  display: flex;
  justify-content: center;
}

.bagian-casino-button button {
  border: none;
  width: 300px;
  height: 35px;
  background-color: #ff9c00;
  color: #fbfaf6;
  font-weight: bold;
  border-radius: 3px;
}

.bagian-sports,
.bagian-fishing {
  grid-column: 5 / 7;
  background-color: #ed0e21;
  border-radius: 5px;
  padding: 15px;
}

.bagian-lotto {
  grid-column: 1 / 3;
  background-color: #ed0e21;
  border-radius: 5px;
  padding: 15px;
}

.bagian-poker {
  grid-column: 3 / 5;
  background-color: #ed0e21;
  border-radius: 5px;
  padding: 15px;
}

.isi-sports img,
.isi-lotto img,
.isi-poker img,
.isi-fishing img {
  width: 100%;
  height: 290px;
  margin-bottom: 10px;
  border: 3px solid black;
  border-radius: 5px;
}

.bagian-sports-button,
.bagian-lotto-button,
.bagian-poker-button,
.bagian-fishing-button {
  display: flex;
  justify-content: center;
}

.button-bermain:hover button {
  color: #ff9c00;
  background-color: black;
  cursor: pointer;
}

.bagian-sports-button button,
.bagian-lotto-button button,
.bagian-poker-button button,
.bagian-fishing-button button {
  border: none;
  width: 300px;
  height: 35px;
  background-color: #ff9c00;
  color: #fbfaf6;
  font-weight: bold;
  border-radius: 3px;
}

.bagian-article {
  background-color: #980707;
  width: 1210px;
  margin-top: 10px;
  margin: 0px auto;
  color: #fbfaf6;
  padding: 20px;
}

.isi-article {
  width: 1210px;
  margin: 0px auto;
  padding: 20px;
}

.isi-article h1 {
  font-size: 24px;
}

section h1 {
  font-size: 24px;
}

.isi-article h2 {
  font-size: 20px;
}

.isi-article h3 {
  font-size: 18px;
}

.card-body {
  background-color: transparent !important;
  border-color: transparent !important;
}

.card-body p,
.card-body li {
  font-size: small;
}

.baca-lebih {
  display: flex !important;
  justify-content: center !important;
}

.baca-lebih a {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #ff9c00 !important;
}

.bagian-footer {
  background-color: #980707;
  width: 100%;
  color: #fbfaf6;
}

.bagi-footer {
  width: 1210px;
  margin: 0px auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.bagian-footer ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 15px;
}

.bagian-footer ul li a {
  text-decoration: none;
  color: #ca9698;
}

.bagian-footer ul li a:hover {
  color: #ff9c00;
}

.footer-quick-links a {
  display: inline-block;
  padding: 3px 3px;
  font-size: 16px;
}

.footer-stay-connected i {
  font-size: medium;
}

.footer-copyright {
  text-align: center;
  justify-content: center;
  justify-items: center;
}
