.hero{
  /*background-color: rgb(133, 3, 3);*/
  /* width: 100%;
  height: 680px; */
}

.image-hero{
  width: 100%;
  height: 40vw;
  object-fit: contain;
}

.informasi{
  position: absolute;
  top: calc(40vw + 2rem);
  background-color: white;
  right: 10%;
  left: 10%;
  border-radius: 5px;
}

.sub-informasi{
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.sub-informasi p{
  font-size: 60px;
  font-weight: 700;
  color: #C40303;
  margin: 0px;
  margin-bottom: -10px;
}

.sub-informasi span{
  color: #8B8B8B;
  font-size: 20px;
}

.berita-baru{
  margin-top: 180px;
  padding-bottom: 100px;
}

.heading-content{
  text-align: center;
  margin-bottom: 30px;
}

.heading-content p {
  font-size: 32px;
  font-family: sans-serif;
  font-weight: 700;
  color: #C40303;
  text-decoration: underline;
}

.button-all-post{
  border: 1px solid #3e3e3e;
  border-radius: 20px;
  padding: 6px 15px 8px 15px;
}

.button-selengkapnya a{
  font-size: 15px;
  text-decoration: none;
  color: black;
  transition: color 0.3s;
}

.button-selengkapnya-small{
  background-image: linear-gradient(to right, #e80707 , #840f0f);
  border-radius: 20px;
  padding: 10px 0px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.button-selengkapnya-small a{
  font-size: 15px;
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}

.button-all-post:hover{
  color: white;
  background-image: linear-gradient(to right, #e80707 , #840f0f);
  border: none;
}

.cards-berita{
  background-color: white;
  padding: 2rem;
}

.tanggal-berita{
  color: #8e8e8e;
  font-size: 13px;
}

.thumbnail-berita{
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.judul-berita{
  font-size: 18px;
  margin-bottom: .5rem;
}

.preview-berita{
  font-size: 14px;
}

.button-baca{
  padding: 7px 15px;
  background-color: #C40303;
  border-radius: 50px;
  text-decoration: none;
  color: white;
  font-size: 15px;
  transition: all ease-in-out 0.2s;
}

.button-baca:hover{
  background-color: #ab0d0d;
}

.pelayanan{
  background-color: #3BABFC;
  padding-top: 50px;
  padding-bottom: 100px;
}

.box-pelayanan{
  margin-bottom: 15px;
}

.cards-pelayanan{
  background-color: white;
  padding: 40px 30px 40px 30px;
  height: 100%;
}

.icon-pelayanan{
  width: 50px;
  height: 50px;
}

.heading-pelayanan{
  font-size: 25px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
}

.cards-pelayanan span{
  font-weight: 500;
}

.keterangan-pelayanan{
  margin-top: 20px;
  color: #6F6F6F;
}

.artikel{
  margin-top: 100px;
  margin-bottom: 50px;
}

.cards-artikel{
  text-decoration: none;
}

.thumbnail-artikel{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
}

.tanggal-artikel{
  font-size: 12px;
  color: #8e8e8e;
  margin-top: 10px;
}

.judul-artikel{
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.cards-artikel:hover .judul-artikel{
  color: #C40303;
}

.berita-lainnya{
  margin-top: 7rem;
  margin-bottom: 5rem;
}

.cards-berita-lainnya{
  margin-top: 5rem;
}

.card-berita-lainnya{
  margin-bottom: 1rem;
  display: flex;
}

.image-berita-lainnya img{
  width: 220px;
  height: 120px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: .5rem;
  transition: transform 0.3s ease; /* Efek transisi saat hover */
}

.card-berita-lainnya:hover img {
  transform: scale(1.05); /* Skala gambar saat hover */
}


.judul-berita-lainnya{
  font-size: 17px;
  font-weight: 700;
  color: black;
  margin-bottom: 2px;
}

.tanggal-berita-lainnya{
  font-size: 13px;
  color: gray;
}

.text-berita-lainnya{
  display: flex;
  flex-direction: column;
  justify-content: center;
}





@media (max-width: 576px){
  .image-hero{
    height: 60vw;
  }

  .informasi{
    top: calc(60vw + 4rem);
    right: 5%;
    left: 5%;
  }

  .sub-informasi{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .sub-informasi p{
    font-size: 25px;
  }
  
  .sub-informasi span{
    font-size: 9px;
  }

  .berita-baru{
    margin-top: 90px;
    padding-bottom: 100px;
  }

  .heading-content p {
    font-size: 25px;
  }

  .heading-content {
    margin-bottom: 50px;
  } 

  .button-all-post{
    opacity: 0;
    position: absolute;
    left: 0;
    pointer-events: none;
  }

  .button-selengkapnya-small{
    opacity: 1;
    pointer-events: fill;
    position: inherit;
  }

  .pelayanan{
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .image-berita-lainnya img{
    width: 150px;
    height: 100px;
  }

  .judul-berita-lainnya{
    font-size: 15px;
    font-weight: 500;
  }
}
