.slick-slide {
  flex-direction: column;
}
.fa-angle-right {
  font-size: 48px;
}

.fa-angle-left {
  font-size: 48px;
}

.slick-dots li button {
  border-radius: 100%;
  border: 2px solid black;
}

.slick-dots li button:before {
  color: transparent;
  font-size: 20px;
}

.slick-dots {
  bottom: -50px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  border-radius: 100%;
  border: 2px solid #C7392F;
  background: #C7392F;
  color: #C7392F;
}

.kegiatan-slider {
  margin-top: 40px;
  display: flex;
  gap: 2rem;
  align-items: center;
}

.kegiatan-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.kegiatan-slide-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 15px;
}

.kegiatan-slide-text h1 {
  gap: 2rem;
  font-family: "Futura Md BT", serif;
  color: black;
  font-weight: bold;
  margin-top: 0;
}

.kegiatan-time-date {
  display: flex;
  gap: 1rem;
  font-size: 18px;
  color: black;
}

.kegiatan-slide-detail {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.kegiatan-slide-detail a {
  border: 1px solid black;
  color: black;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 18px;
  width: max-content;
}

.kegiatan-slide-detail p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.kegiatan-slide-text a:hover {
  color: #C7392F;
  border: 1px solid #C7392F;
}

.testimonial-slider {
  margin-top: 50px;
  display: flex;
  gap: 2rem;
  align-items: center;
}

/* .slick-slide img {
  width: 230px;
} */

.image-testi {
  width: 220px;
  height: 220px;
  background: white;
  object-fit: cover;
  border-left: 10px solid black;
  border-right: 10px solid #C7392F;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: black;
}

.testimonial-info h3, .kegiatan-slide-text h3 {
  font-family: "Futura Md BT", serif;
  font-weight: bold;
  color: black;
  margin-top: 0;
}

.testi-info-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.testi-info-wrap p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.testi-date-wrap {
  display: flex;
  gap: 1rem;
}

.read-more-testi {
  width: max-content;
  color: black;
  padding: 0.2rem 2rem;
  border: 1px solid black;
  border-radius: 1rem;
}

.read-more-testi:hover {
  color: white;
  background: #C7392F;
  border: 1px solid #C7392F;
}

.gallery-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.selected-video {
  display: flex;
  margin-top: 25px;
  gap: 3rem;
  flex-direction: column;
}

.selected-video .first-video {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
}

.selected-video .second-video {
  width: 100%;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid white;
}

.another-selected-video {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}

.video-title {
  color: white;
  text-align: center;
  font-size: 28px;
  padding-bottom: 10px;
}

.video-title-small {
  color: white;
  text-align: center;
  font-size: 20px;
}

.video-date {
  color: white;
  font-size: 14px;
  font-weight: normal;
  margin-top: 1rem;
  text-align: center;
}

.artikel-wrap {
  margin-top: 15px;
  margin-bottom: 50px;
}

.post-list {
  display: flex;
  justify-content: center;
  padding-inline-start: 0;
  row-gap: 2rem;
  list-style: none;
  flex-direction: column;
  margin-top: 40px;
  flex-wrap: wrap;
}

.artikel-date {
  color: #C7392F;
  margin-bottom: 1rem;
  font-size: 18px;
}

.artikel-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.artikel-item h3 {
  color: black;
  margin-top: 1rem;
  font-weight: bold;
  font-family: "Futura Md BT", serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.artikel-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  background: #E8E8E8;
  height: 350px;
}

.content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.read-more {
  width: max-content;
  color: black;
  padding: 1rem;
  border: 1px solid black;
  border-radius: 1rem;
}

.read-more:hover {
  background: #C7392F;
  color: white;
  border: 1px solid #C7392F;
}

@media only screen and (min-width: 600px) {
  .selected-video .first-video {
    min-height: 640px;
  }

    .post-list {
      flex-direction: row;
      gap: 16px;
    }

    .post-list li {
      width: 30%;
    }
}

@media only screen and (min-width: 768px) {
  .slick-slide {
    flex-direction: row;
  }

  .image-testi {
    margin: 0;
  }
  .testimonial-info {
    margin-left: 30px;
  }
    .kegiatan-wrapper {
      flex-direction: column;
    }

    .kegiatan-wrapper>img {
      max-width: 370px;
    }

    .selected-video {
      flex-direction: row;
    }
    .selected-video .first-video {
      padding-right: 30px;
      min-height: 680px;
      border-right: 1px solid white;
    }
    .another-selected-video {
      margin-top: 0;
    }
}

@media only screen and (min-width: 1024px) {
  .kegiatan-wrapper {
    flex-direction: row;
  }
}

@media only screen and (min-width: 860px) {
  .selected-video .first-video {
      padding-right: 30px;
      min-height: 720px;
  }
}
