.appeal-fond {
  background: #fff;
  padding-bottom: 55px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .appeal-fond__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.appeal-fond__image-wrapper {
  height: 100%;
}
.appeal-fond__image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.appeal-fond__box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  height: 100%;
  min-height: 521px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  border: 1px solid #012527;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .appeal-fond__box {
    border-radius: 0;
    border: none;
  }
}
.appeal-fond__box-content {
  padding: 48px;
  width: 50%;
  background: #012527;
}
@media (max-width: 991px) {
  .appeal-fond__box-content {
    width: 100%;
    padding: 48px 32px;
    max-height: none;
    border-radius: 0;
    min-height: 531px;
  }
}
.appeal-fond__box-content p {
  color: #fff;
  font: 400 18px/1.8em "Karla", sans-serif;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .appeal-fond__box-content p {
    font: 400 16px/1.8em "Karla", sans-serif;
  }
}
.appeal-fond__title {
  color: #fff;
  text-transform: uppercase;
  font: 700 32px/1.2em "Antonio", sans-serif;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .appeal-fond__title {
    margin-bottom: 24px;
  }
}
.appeal-fond__media {
  width: 50%;
  position: relative;
  min-height: 521px;
}
@media (max-width: 991px) {
  .appeal-fond__media {
    display: none;
  }
}
.appeal-fond__video {
  position: relative;
  min-height: 521px;
  max-height: 100%;
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 0 24px 24px 0;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
.appeal-fond__video iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 24px 24px 0;
  min-height: 521px;
  max-height: 100%;
}
@media (max-width: 1325px) {
  .appeal-fond__video {
    border-radius: 24px;
  }
  .appeal-fond__video iframe {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .appeal-fond__video {
    border-radius: 0;
    min-height: 220px;
    max-height: 220px;
  }
  .appeal-fond__video iframe {
    border-radius: 0;
    min-height: 220px;
    max-height: 220px;
  }
}
.appeal-fond__overlay {
  width: 100%;
  min-height: 405px;
  max-height: 405px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 24px 24px 0;
}
@media (max-width: 1325px) {
  .appeal-fond__overlay {
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .appeal-fond__overlay {
    border-radius: 0;
    min-height: 220px;
    max-height: 220px;
  }
}
.appeal-fond__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;
}
.appeal-fond__btn-play svg path {
  transition: all 0.3s ease 0s;
}
.appeal-fond__btn-play:hover {
  background-color: #012527;
}
.appeal-fond__btn-play:hover svg path {
  fill: #deca3c;
}
@media (max-width: 992px) {
  .appeal-fond__btn-play {
    top: auto;
    left: auto;
    transform: translate(0, 0);
    bottom: 24px;
    right: 24px;
  }
}
.appeal-fond__shortcode {
  /* max-width: 400px; */
}
@media (max-width: 767px) {
  .appeal-fond__shortcode {
    max-width: 100%;
  }
}

.donate-appeal-category-country__country-wrap {
  margin-top: 4px;
}

.donate-appeal-category__variations {
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.donate-appeal-category__amounts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.donate-appeal-category__amount-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #fff;
  height: 48px;
  transition: all 0.3s ease 0s;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 800;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.donate-appeal-category__amount-btn.active {
  background-color: #fff;
  color: #012527;
}
.donate-appeal-category__amount-btn:hover {
  background-color: #fff;
  color: #012527;
}
.donate-appeal-category__text {
  background-color: #f6dcc2;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #012527;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .donate-appeal-category__text {
    padding: 16px;
    font-size: 14px;
  }
}
.donate-appeal-category__custom-amount {
  padding: 8px 16px;
  border-radius: 8px;
  height: 48px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
}
.donate-appeal-category__custom-amount::-moz-placeholder {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
}
.donate-appeal-category__custom-amount::placeholder {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
}
.donate-appeal-category__btn {
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 100px;
  padding: 8px 16px;
  height: 48px;
  background-color: #DF240C;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-family: "Work Sans", sans-serif;
}
.donate-appeal-category__btn:hover {
  background-color: #fff;
  color: #012527;
}

.quick-donate__select.dac-type-select {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid #fff;
  background-image: url("/wp-content/themes/islamichelp/assets/images/chevron-down-white.svg");
}
.quick-donate__current.dac-type-current {
  color: #fff;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.quick-donate__dropdown.dac-type-dropdown {
  border: 1px solid #fff;
  margin: 0 0 0 -1px;
  width: calc(100% + 2px);
}/*# sourceMappingURL=style.css.map */