.zakat-hero {
  background-color: #004c51;
  background-image: url("/wp-content/themes/islamichelp/assets/images/mega-menu-back.png");
  background-position: top center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1232px) {
  .zakat-hero {
    padding-top: calc(0px + 80 * (100vw - 360px) / 872);
    padding-bottom: calc(0px + 80 * (100vw - 360px) / 872);
  }
}
@media (max-width: 767px) {
  .zakat-hero {
    padding: 0;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .zakat-hero__container._container {
    padding: 0;
  }
}
.zakat-hero__body {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1232px) {
  .zakat-hero__body {
    gap: calc(47px + 33 * (100vw - 360px) / 872);
    padding-top: calc(0px + 80 * (100vw - 360px) / 872);
  }
}
@media (max-width: 992px) {
  .zakat-hero__body {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .zakat-hero__body {
    padding: 0;
    gap: 0;
  }
}
.zakat-hero__col-01 {
  /*position: absolute;
  top: 80px;
  left: 0; */
  margin-left: -120px;
  width: 100%;
  max-width: 720px;
  border-radius: 0 24px 24px 0;
  border: 1px solid #012527;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1441px) {
  .zakat-hero__col-01 {
    border-radius: 24px;
  }
}
@media (max-width: 1325px) {
  .zakat-hero__col-01 {
    /* position: relative;
    top: 0;
    left: 0; */
    border-radius: 24px;
  }
}
@media (max-width: 992px) {
  .zakat-hero__col-01 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .zakat-hero__col-01 {
    border-radius: 0;
    border-top: none;
  }
}
.zakat-hero__video {
  position: relative;
  min-height: 405px;
  max-height: 405px;
}
.zakat-hero__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 24px 24px 0;
  min-height: 405px;
  max-height: 405px;
}
@media (min-width: 1441px) {
  .zakat-hero__video {
    border-radius: 24px;
  }
  .zakat-hero__video iframe {
    border-radius: 24px;
  }
}
@media (max-width: 1325px) {
  .zakat-hero__video {
    border-radius: 24px;
  }
  .zakat-hero__video iframe {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .zakat-hero__video {
    border-radius: 0;
    min-height: 220px;
    max-height: 220px;
  }
  .zakat-hero__video iframe {
    border-radius: 0;
    min-height: 220px;
    max-height: 220px;
  }
}
.zakat-hero__overlay {
  width: 100%;
  min-height: 405px;
  max-height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 24px 24px 0;
}
@media (min-width: 1441px) {
  .zakat-hero__overlay {
    border-radius: 24px;
  }
}
@media (max-width: 1325px) {
  .zakat-hero__overlay {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .zakat-hero__overlay {
    border-radius: 0;
    min-height: 220px;
    max-height: 220px;
  }
}
.zakat-hero__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;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zakat-hero__btn-play svg path {
  transition: all 0.3s ease;
}
.zakat-hero__btn-play:hover {
  background-color: #012527;
}
.zakat-hero__btn-play:hover svg path {
  fill: #deca3c;
}
@media (max-width: 992px) {
  .zakat-hero__btn-play {
    top: auto;
    left: auto;
    transform: translate(0, 0);
    bottom: 24px;
    right: 24px;
  }
}
.zakat-hero__col-02 {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 992px) {
  .zakat-hero__col-02 {
    max-width: 100%;
    margin: 0;
    padding: 44px 0 64px 0;
  }
}
@media (max-width: 767px) {
  .zakat-hero__col-02 {
    padding: 44px 16px 64px 16px;
    background-image: url("/wp-content/themes/islamichelp/assets/images/img-back-06.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.zakat-hero__title {
  font-size: 40px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .zakat-hero__title {
    font-size: calc(24px + 16 * (100vw - 360px) / 872);
    line-height: calc(32px + 16 * (100vw - 360px) / 872);
  }
}
.zakat-hero__text {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
  font-family: "TestSohne-Buch", sans-serif;
  color: #fff;
}
@media (max-width: 1232px) {
  .zakat-hero__text {
    margin-top: calc(24px + 16 * (100vw - 360px) / 872);
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.zakat-hero__text p:not(:last-child) {
  margin-bottom: 20px;
}
.zakat-hero__text p strong {
  text-decoration: underline;
}
.zakat-hero__bottom {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1232px) {
  .zakat-hero__bottom {
    margin-top: calc(40px + 8 * (100vw - 360px) / 872);
  }
}
.zakat-hero__label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (max-width: 1232px) {
  .zakat-hero__label {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.zakat-hero__label:hover .text {
  color: #deca3c;
}
.zakat-hero__label .text {
  transition: all 0.3s ease;
}
.zakat-hero__label._active .icon .open {
  opacity: 0;
  visibility: hidden;
}
.zakat-hero__label._active .icon .close {
  opacity: 1;
  visibility: visible;
}
.zakat-hero__label .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 38px;
  max-height: 38px;
  min-height: 38px;
  min-width: 38px;
  border-radius: 1000px;
  background-color: #195e62;
}
.zakat-hero__label .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  transition: all 0.3s ease;
}
.zakat-hero__label .icon span.close {
  opacity: 0;
  visibility: hidden;
}
.zakat-hero__desc {
  display: none;
}
.zakat-hero__answer .wrapper {
  padding-top: 24px;
  font-size: 18px;
  line-height: 32px;
  font-family: "TestSohne-Buch", sans-serif;
  color: #fff;
}
@media (max-width: 1232px) {
  .zakat-hero__answer .wrapper {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.zakat-hero__answer .wrapper p:not(:last-child) {
  margin-bottom: 20px;
}
.zakat-hero__approved {
  display: flex;
  align-items: center;
  gap: 12px;
}
.zakat-hero__approved .icon {
  max-width: 38px;
  max-height: 38px;
  min-height: 38px;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #195e62;
}
.zakat-hero__approved .text {
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1232px) {
  .zakat-hero__approved .text {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.zakat-hero__approved .text strong {
  font-weight: 800;
}/*# sourceMappingURL=style.css.map */