/* HOME */
.sadar-risiko-section img {
  width: 100%;
}

.home-banner .banner-with-button {
  background-color: var(--light-grey);
  aspect-ratio: 1920/657;
}

.home-banner .banner-text,
.sadar-risiko-section .article-text-div .article-text {
  color: var(--white);
}

.home-banner .banner-with-button .background,
.home-banner .banner-with-button .foreground {
  position: absolute;
}

.home-banner .banner-with-button .foreground {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}


@media screen and (max-width: 991px) {
  .home-banner .banner-with-button {
    aspect-ratio: none;
  }

  .home-banner .banner-with-button .background,
  .home-banner .banner-with-button .foreground {
    position: relative;
  }

  .home-banner .banner-with-button .foreground {
    height: auto;
    display: block;
  }

  .home-banner .banner-text {
    color: var(--primary);
    padding: 1rem 2rem;
  }
  .home-banner .banner-text h1 {
    font-size: 1.5rem;
  }
  .home-banner .banner-text h5 {
    font-size: 1rem;
  }
}

.home-banner .banner-text h5 {
  font-family: "Raleway";
  font-weight: 400;
}

.sadar-risiko-section .sub-header {
  margin-bottom: 3rem;
}

.sadar-risiko-section .sub-header {
  text-align: center;
}

.sadar-risiko-section .container {
  border-bottom: 1px solid var(--primary);
}

.sadar-risiko-section .article-text-div,
.home-banner .banner-with-button {
  position: relative;
}

.sadar-risiko-section .article-text-div .read-more,
.home-banner .banner-with-button .read-more,
.acara-section .read-more {
  background-color: var(--secondary);
  padding: .75rem 1.5rem;
  border-radius: 10px;
  font-family: "Raleway";
  font-weight: 700;
  width: fit-content;
  margin-top: 3rem;
}

.acara-section .read-more-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.sadar-risiko-section .article-text-div .article-text {
  position: absolute;
  bottom: 2rem;
  left: 9.5%;
  width: 60%;
}

.home-banner .banner-with-button .read-more {
  bottom: 6rem;
  left: 9%;
}

.home-banner .slick-next,
.home-banner .slick-prev {
  width: 27px;
  height: 45px;
  z-index: 1;
}

.home-banner .slick-next {
  right: 2rem;
}

.home-banner .slick-prev {
  left: 2rem;
}

.subtitle-banner {
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .home-banner .slick-next,
  .home-banner .slick-prev {
    width: 9px;
    height: 15px;
    filter: brightness(0);
  }

  .home-banner .slick-next {
    right: 1rem;
  }

  .home-banner .slick-prev {
    left: 1rem;
  }
}

.home-top-articles {
  aspect-ratio: 1/1;
}

/*-------------------------*/
