/* Import font dari Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Lobster&display=swap");

body {
  background: url("../img/logins.jpeg") no-repeat center center fixed !important;
  background-size: cover !important;
}
#wrapper {
  background: transparent !important;
}

#content-wrapper {
  background: transparent !important;
}

.body {
  background: transparent !important;
}

.card-body {
  background: transparent !important;
}

.video-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Agar video tetap menyesuaikan ukuran kotak */
  border: 3px solid white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.justified-text {
  text-align: justify;
}

/* Judul SIMONAH */
.title-simonah {
  font-family: "Lobster", cursive;
  font-size: 48px;
  color: #1e90ff; /* Biru cerah */
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

/* Subjudul Sistem Informasi */
.subtitle-simonah {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

/* DeMO dan PertaNAHan */
.highlight {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #ff5733; /* Warna merah-oranye mencolok */
  text-transform: uppercase;
}

.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.video-container {
  border-radius: 8px;
  overflow: hidden;
}
.card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.card-footer {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
