header {
  position: relative;
  padding: 25vh;
}

header::before {
  content: " ";
  background-image: url("../img/6.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

header .header-card {
  /* position: absolute; */
  padding: 5vh;
  background-color: rgba(255, 166, 0, 0.411);
  /* top: 10; */
  /* left: 55; */
  color: white;
  /* opacity: 1; */
  border-radius: 10px;
  width: 50%;
  margin-left: 25%;
}

@media (max-width: 991.98px) {
  header {
    padding: 8vh;
  }
}

@media (max-width: 767.98px) {
  header {
    padding: 3vh;
  }
  header .header-card {
    margin-top: 10vh;
    padding: 5vh;
    width: 100%;
    margin-left: 0%;
  }
}

#berita {
  margin-top: 5vh;
}
#berita .card {
  background-color: unset;
}
#berita input {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: unset;
}
#berita input:focus {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: unset;
}
#berita li {
  list-style: none;
  margin: 0;
}
#berita .gambar {
  position: relative;
  overflow: hidden;
}
#berita .gambar img {
  width: 100%;
}
#berita .gambar img:hover {
  transform: scale(1.1);
}
#berita .date {
  position: absolute;
  background-color: #002347be;
  bottom: 0;
  padding: 10px;
  margin: 10px;
  width: 15%;
  color: orange;
}
#berita a {
  color: rgb(204, 113, 8);
}
#berita a:hover {
  color: orange;
}

@media (max-width: 991.98px) {
  #berita .col,
  #berita .col-9 {
    flex: 0 0 auto;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
  }
  #berita .ms-4 {
    margin-left: 0 !important;
  }
  #berita .date {
    width: 20%;
  }
}
@media (max-width: 767.98px) {
  #berita .date {
    width: 35%;
  }
}
