/* CIPTIMS START */
/* CIPTIMS START */
#All-Event-properties a {
  text-decoration: none;
}

#All-Event-properties .btn-custom {
  background-color: orange!important;
}

#All-Event-properties a p {
  color: black;
}

#All-Event-properties {
  /* padding: 4rem 0; */
  padding-top: 10rem;
  padding-bottom: 8rem;
  background: #f5fafe;
}

#All-Event-properties h1 {
  color: #fff;
  position: relative;
  font-weight: bold;
}
#All-Event-properties .featured-section-top h1 {
  color: #fff;
  position: relative;
  font-weight: bold;
  font-size: 38px;
}

#All-Event-properties h1 .underline {
  width: 18%;
  height: 5px;
  background: #767676;
  border-radius: 3px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

#All-Event-properties h1 .underline span {
  width: 15px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: moving 2s linear infinite;
}

#All-Event-properties .featured-section-bottom {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2.5rem;
}
#All-Event-properties
  .featured-section-bottom
  .featured-item
  .featured-item-image {
  max-height: 252px;
  background-size: 50%;
  overflow: hidden;
}
#All-Event-properties .featured-section-bottom .featured-item {
  background: #ffffff;
  border-radius: 1rem 1rem;
}
#All-Event-properties .featured-section-bottom .featured-item .featured-img {
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
}
#All-Event-properties .featured-section-bottom .featured-item .content-wrapper {
  padding: 0.7rem;
}
#All-Event-properties
  .featured-section-bottom
  .featured-item
  .content-wrapper.text-light {
  padding: 1rem 0 0 0;
}
#All-Event-properties
  .featured-section-bottom
  .featured-item
  .content-wrapper
  .deatils-short {
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 563px) {
  #All-Event-properties
    .featured-section-bottom
    .featured-item
    .content-wrapper
    .deatils-short
    .container1 {
    gap: 1rem;
  }
}
#All-Event-properties
  .featured-section-bottom
  .featured-item
  .content-wrapper
  .deatils-short
  div {
  display: flex;
  gap: 1rem;
}
#All-Event-properties
  .featured-section-bottom
  .featured-item
  .content-wrapper
  .deatils-short
  div
  img {
  width: 1.8rem;
}

.layanan h1,
h2,
h3,
h4 {
  color: black !important;
  font-weight: bold;
}

.layanan li {
  list-style: decimal;
  color: black;
}
/* CIPTIMS END */
/* CIPTIMS END */

/* DETAIL START */
/* DETAIL START */
.detail-section {
  padding: 10rem 2rem 10rem 2rem;
  /* background-color: #e5e5e5; */
  align-content: center;
}
.detail-section .wrapper {
  padding: 0 5rem 0 5rem;
}

.detail-section .wrapper span{
  color: black;
  font-weight: bold;
}
.detail-section .wrapper p{
  color: black;
}

.detail-section .wrapper img {
  text-align: center;
}
.detail-section .wrapper h1 {
  text-align: center;
}
.detail-section .wrapper h1 {
  text-align: center;
}
@media (max-width: 426px) {
  .detail-section {
    padding: 10rem 1rem 10rem 1rem;
  }

  .detail-section .wrapper {
    padding: 0 1rem 0 1rem !important;
  }
}
/* DETAIL END */
/* DETAIL END */
