.home-zakat {
  padding-top: 40px;
  padding-bottom: 40px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(250, 248, 219) 100%);
}
@media (max-width: 1232px) {
  .home-zakat {
    padding-top: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-zakat {
    padding-bottom: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.home-zakat__body {
  border: 1px solid #012527;
  border-radius: 24px;
}
.home-zakat__row-01 {
  height: 402px;
  position: relative;
  border-radius: 24px 24px 0 0;
}
.home-zakat__title {
  position: absolute;
  bottom: 56px;
  left: 56px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 800;
  color: #fff;
  max-width: 467px;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 1232px) {
  .home-zakat__title {
    font-size: calc(20px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-zakat__title {
    line-height: calc(28px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 767px) {
  .home-zakat__title {
    bottom: 24px;
    left: 24px;
  }
}
.home-zakat__video {
  height: 100%;
}
.home-zakat__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px 24px 0 0;
}
.home-zakat__overlay {
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-zakat__btn-play {
  width: 48px;
  height: 48px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 56px;
  right: 56px;
}
.home-zakat__btn-play svg path {
  transition: all 0.3s ease 0s;
}
.home-zakat__btn-play:hover {
  background-color: #012527;
}
.home-zakat__btn-play:hover svg path {
  fill: #deca3c;
}
@media (max-width: 1024px) {
  .home-zakat__btn-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-zakat__row-02 {
  background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-05.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #004c51;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 55px;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 767px) {
  .home-zakat__row-02 {
    padding: 24px;
  }
}
.home-zakat__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  padding: 16px 24px;
  background-color: #004c51;
  font-size: 18px;
  line-height: 100%;
  font-weight: 800;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.3s ease 0s;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 1232px) {
  .home-zakat__link {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-zakat__link:hover {
  background-color: #deca3c;
  border-color: #deca3c;
  color: #004c51;
}/*# sourceMappingURL=style.css.map */