.wwd-hero {
  position: relative;
}

.wwd-nawadya-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-overlay {
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}

.image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.round-image {
  border-radius: 30px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.wwd-content {
  margin-top: 70px;
}

.wwd_c-action {
  margin-bottom: -40px;
}

.wwd_c {
  margin-top: -70px;
  position: relative;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.521);
  border-radius: 30px;
}

.wwd_c:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.modal-content {
  border-radius: 25px;
}

/* Misi Kami */
.our-project {
  /* box-shadow: inset 0px 0px 15px -1px #040909; */
  border-radius: 45px;
  padding-bottom: 30px;
}

.prj-item {
  transition: transform 250ms ease;
}

.prj-item:hover {
  transform: scale(1.05);
}

@media (max-width: 767.98px) {
  .our-project {
    border-radius: 35px;
  }
}

.image-container-project {
  width: 100%;
  height: 375px;
  overflow: hidden;
}

.image-container-project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
