.donate-banner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1232px) {
  .donate-banner {
    padding-top: calc(32px + 8 * (100vw - 360px) / 872);
    padding-bottom: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.donate-banner__body {
  border: 1px solid #012527;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .donate-banner__body {
    display: none;
  }
}
.donate-banner__row-01 {
  height: 402px;
  position: relative;
  border-radius: 24px 24px 0 0;
}
.donate-banner__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) {
  .donate-banner__title {
    font-size: calc(20px + 8 * (100vw - 360px) / 872);
    line-height: calc(28px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 767px) {
  .donate-banner__title {
    bottom: 24px;
    left: 24px;
  }
}
.donate-banner__video {
  height: 100%;
}
.donate-banner__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 24px 24px 0 0;
}
.donate-banner__overlay {
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.donate-banner__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;
}
.donate-banner__btn-play svg path {
  transition: all 0.3s ease 0s;
}
.donate-banner__btn-play:hover {
  background-color: #012527;
}
.donate-banner__btn-play:hover svg path {
  fill: #deca3c;
}
@media (max-width: 1024px) {
  .donate-banner__btn-play:hover svg path {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.donate-banner__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) {
  .donate-banner__row-02 {
    padding: 24px;
  }
}
.donate-banner__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) {
  .donate-banner__link {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.donate-banner__link:hover {
  background-color: #deca3c;
  border-color: #deca3c;
  color: #004c51;
}
.donate-banner__btn-donate {
  display: none;
}
@media (max-width: 767px) {
  .donate-banner__btn-donate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 16px;
    border: 1px solid #012527;
    border-radius: 24px;
    background-color: #004c51;
    background-image: url("/wp-content/themes/islamichelp/assets/images/donate-mobile-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.donate-banner__btn-donate-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  color: #fffdf6;
}
.donate-banner__btn-donate-text {
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 767px) {
  .page-template-donate-from-nav .donate-banner {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */