
* {
  font-family: 'poppins', sans-serif;
}

:root {
  --purple: #781178; 
  --dark: #080808;
}

.bg-home-custom {
  background: linear-gradient(to bottom right , #000000,  #3a073a);
}

.hero-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.5) 100%),
              url('../img/himatif/main.webp');
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 768px) {
  .hero-section {
    background: linear-gradient(to top right, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.5) 100%),
    url('../img/himatif/main.webp');
    background-size: cover;
    background-position: center;
  }
  
}

.left-content span {
  color: var(--purple);
}

.right-content img {
  width: 100%; /* Pastikan gambar menyesuaikan */
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}



.image-visi img {
  width: 100%;
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
  /* border-radius: 10rem 0 0 10rem; */
}

.proker-himatif-wrapper {
  background-color: var(--dark);
}

.himatif-proker {
  columns: 2;
  gap: .6rem;
  padding-top: 1rem;
  z-index: -1;
}

.himatif-proker img {
  display: block;
  width: 100%;
  margin-bottom: .6rem;
}

.title-proker-himatif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.title-proker-himatif .proker-text {
  z-index: 99;
  color: aliceblue;
  font-size: 48px;
  font-weight: 700;
}

.title-proker-himatif .more-proker {
  border: none;
  outline: none;
  background-color: var(--purple);
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
}

.news-card-home {
  display: flex;
}

.card-news {
  width: 25rem;
  height: auto;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card-news img {
  width: 100%;
  transition: .2s all ease;
}

.card-news .news-information {
  position: absolute;
  bottom: -1%;
  background: linear-gradient(to top ,rgba(0,0,0, .9), rgba(0,0,0,0.7),rgba(0,0,0,0));
  width: 101%;
  text-align: left;
}

.card-news .news-information h5,
.videos-on-page .video-information h5 {
  font-size: 12px;
}

.card-news .news-information p,
.videos-on-page .card-video p {
  font-size: 11px;
}

.card-news:hover img{
  transform: scale(1.1);
}

.videos-on-page .card-video {
  background-color: #fff;
  width: 16rem;
  height: auto;
}

.about-me-wrap {
  background: linear-gradient(to bottom right , #000000,  #3a073a);
}

.title-proker-himatif .proker-dropdown {
  z-index: 999;
}


@media screen and (max-width: 720px) {
  .title-proker-himatif {
    width: 100%;
    z-index: 999;
  }

  .title-proker-himatif .proker-text {
    font-size: 24px;
  }

  .title-proker-himatif .more-proker {
    font-size: 12px;
    width: 7rem;
  }
}

@media screen and (max-width: 585px) {

  .title-proker-himatif {
    position: static;
    margin: auto;
    transform: translateX(0);
  }

  .news-card-home {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .card-news {
    width: 100%;
  }
}


main article.card figure img{
    width: 60% !important;
}

