body.home main.site-main,
body.home main.page {
  padding-top: 0 !important;
}

.home-hero {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-hero {
    height: 100%;
  }
}
.home-hero-slider .slick-track {
  min-height: 100vh;
  max-height: 100vh;
}
@media (max-width: 992px) {
  .home-hero-slider .slick-track {
    min-height: 100%;
    max-height: 100%;
  }
}
.home-hero-slider__item {
  /* background-position: center top; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  .home-hero-slider__item {
    min-height: 100%;
    max-height: 100%;
    padding: 360px 0 0 0;
  }
}
@media (max-width: 575px) {
  .home-hero-slider__item {
    /* background-size: 140% 310px;
    background-position: center 70px; */
    background-size: auto;
    background-position: center;
  }
}
.home-hero-slider__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-hero-slider__bg picture {
  height: 100%;
  display: flex;
}
.home-hero-slider__bg picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-hero-slider__content {
  height: calc(100vh + 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .home-hero-slider__content {
    height: 100%;
    flex-direction: column;
  }
  .home-hero-slider__content._container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home-hero-slider__content._container {
    padding: 0;
  }
  .home-hero-slider__content {
    align-items: flex-end;
  }
}
.home-hero-slider__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.home-hero-slider__wrapper {
  height: -moz-fit-content;
  height: fit-content;
  background-color: #faf7f5;
  border-radius: 24px;
  padding: 48px 40px;
  border: 1px solid #012527;
  display: flex;
  flex-direction: column;
  max-width: 438px;
  width: 100%;
  max-height: 555px;
  min-height: 555px;
  position: relative;
}
@media (max-width: 992px) {
  .home-hero-slider__wrapper {
    border-radius: 24px 24px 0 0;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
}
.home-hero-slider__top {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.home-hero-slider__top.live_emergency .home-hero-slider__label {
  background-color: #df240c;
}
.home-hero-slider__top.urgent_crisis .home-hero-slider__label {
  background: linear-gradient(90deg, rgb(223, 36, 12) 0%, rgb(0, 76, 81) 65%);
}
.home-hero-slider__top.mission_possible .home-hero-slider__label {
  border: 1px solid #131415;
  color: #131415;
  background-color: #deca3c;
}
.home-hero-slider__top.event .home-hero-slider__label {
  background-color: #052fff;
  color: #fff;
}
.home-hero-slider__top.eid_gifts .home-hero-slider__label {
  background-color: #deca3c;
  color: #012527;
}
.home-hero-slider__label {
  padding: 7px 12px;
  border-radius: 4px;
  background-color: #004c51;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.home-hero-slider__sublabel {
  padding: 7px 12px;
  border-radius: 0 1000px 1000px 0;
  border: 1px solid #deca3c;
  position: relative;
  left: -2px;
  background-color: #faf8db;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 100%;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
}
.home-hero-slider__sublabel.is-sadaqah {
  background-color: #d4f4ee;
  border-color: #1a8a93;
}
.home-hero-slider__title {
  font-size: 40px;
}
@media (max-width: 1232px) {
  .home-hero-slider__title {
    font-size: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.home-hero-slider__title {
  line-height: 48px;
}
@media (max-width: 1232px) {
  .home-hero-slider__title {
    line-height: calc(40px + 8 * (100vw - 360px) / 872);
  }
}
.home-hero-slider__title {
  color: #012527;
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 1232px) {
  .home-hero-slider__title {
    margin-top: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.home-hero-slider__title {
  text-transform: uppercase;
}
.home-hero-slider__text {
  margin-top: 40px;
}
@media (max-width: 1232px) {
  .home-hero-slider__text {
    margin-top: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.home-hero-slider__text {
  font-family: "Karla", sans-serif;
  font-size: 18px;
}
@media (max-width: 1232px) {
  .home-hero-slider__text {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-hero-slider__text {
  line-height: 32px;
  font-weight: 500;
}
.home-hero-slider__btn {
  margin-top: 40px;
}
@media (max-width: 1232px) {
  .home-hero-slider__btn {
    margin-top: calc(16px + 24 * (100vw - 360px) / 872);
  }
}
.home-hero-slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 1000px;
  gap: 12px;
  transition: all 0.3s ease 0s;
  background-color: #004c51;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
}
.home-hero-slider__btn svg path {
  transition: all 0.3s ease 0s;
}
.home-hero-slider__btn:hover {
  background-color: #deca3c;
  color: #012527;
}
.home-hero-slider__btn:hover svg path {
  fill: #012527;
}
.home-hero-slider__btn.live_emergency, .home-hero-slider__btn.urgent_crisis {
  background-color: #df240c;
}
.home-hero-slider__btn.live_emergency:hover, .home-hero-slider__btn.urgent_crisis:hover {
  background-color: #004c51;
  color: #fff;
}
.home-hero-slider__btn.live_emergency:hover svg path, .home-hero-slider__btn.urgent_crisis:hover svg path {
  fill: #fff;
}
.home-hero-slider__dots {
  /* margin: 32px 0 0 auto; */
  position: absolute;
  bottom: 32px;
  right: 40px;
}
.home-hero-slider__dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-hero-slider__dots .slick-dots li.slick-active button {
  border-radius: 100px 100px 0 0;
  background-color: #004c51;
}
.home-hero-slider__dots .slick-dots li button {
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 1000px;
  background-color: #97cec3;
  transition: all 0.3s ease 0s;
}
.home-hero-slider__dots .slick-dots li button:hover {
  border-radius: 100px 100px 0 0;
  background-color: #004c51;
}
@media (max-width: 992px) {
  .home-hero-slider__dots .slick-dots li button {
    background-color: #fff;
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 992px) {
  .home-hero-slider__dots {
    bottom: auto;
    right: auto;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.home-hero-slider__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .home-hero-slider__buttons {
    display: none;
  }
}
.home-hero-slider__next {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 0 100px 100px 0;
  transition: all 0.3s ease 0s;
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
  cursor: pointer;
}
.home-hero-slider__next:hover {
  background-color: #004c51;
  border-color: #004c51;
}
.home-hero-slider__prev {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100px 0 0 100px;
  transition: all 0.3s ease 0s;
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
  cursor: pointer;
}
.home-hero-slider__prev:hover {
  background-color: #004c51;
  border-color: #004c51;
}/*# sourceMappingURL=style.css.map */






.hero-home {
  /* min-height: calc(100vh - 80px);
  max-height: calc(100vh - 80px); */
  min-height: 840px;
  max-height: 840px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-home {
    min-height: 0;
    max-height: none;
  }
}
.hero-home__container {
  flex: 1 1 auto;
}
.hero-home__body {
  position: relative;
  display: block;
}
.hero-home__slider {
  position: relative;
  width: 100%;
  /* min-height: calc(100vh - 80px);
  max-height: calc(100vh - 80px); */
  min-height: 840px;
  max-height: 840px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero-home__slider {
    min-height: 725px;
    height: auto;
    max-height: none;
  }
}
.hero-home__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}
@media (max-width: 767px) {
  .hero-home__slide {
    top: 70px;
  }
  .hero-home__slide:first-child {
    position: relative;
    height: auto;
  }
}
.hero-home__slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}
.hero-home__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* min-height: calc(100vh - 80px);
  max-height: calc(100vh - 80px); */
  min-height: 840px;
  max-height: 840px;
  overflow: hidden;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .hero-home__media {
    min-height: 320px;
    max-height: 320px;
  }
}
.hero-home__media .hero-home__image {
  width: 100%;
  min-height: 840px;
  max-height: 840px;
}
.hero-home__media .hero-home__image img {
  width: 100%;
  height: -webkit-fill-available;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .hero-home__media .hero-home__image {
    min-height: 320px;
    max-height: 320px;
  }
  .hero-home__media .hero-home__image img {
    min-height: 320px;
    max-height: 320px;
  }
}
.hero-home__image--desktop {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .hero-home__image--desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-home__image--mobile {
    display: none;
  }
}
.hero-home__wrapper {
  width: 100%;
  /* height: 100%; */
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  /*  min-height: calc(100vh - 80px);
  max-height: calc(100vh - 80px); */
}
@media (max-width: 767px) {
  .hero-home__wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .hero-home__wrapper {
    /* min-height: calc(100vh - 80px);
    max-height: calc(100vh - 80px); */
    min-height: 400px;
    max-height: 400px;
  }
  .hero-home__wrapper._container {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
}
.hero-home__content {
  position: relative;
  /* left: 0; */
  z-index: 2;
  max-width: 460px;
  min-height: 555px;
  max-height: 555px;
  background-color: #faf7f5;
  border-radius: 24px;
  padding: 48px 40px;
  border: 1px solid #012527;
  display: flex;
  flex-direction: column;
  /* margin-left: 64px; */
}
@media (max-width: 1200px) {
  .hero-home__content {
    margin-left: 32px;
  }
}
@media (max-width: 991px) {
  .hero-home__content {
    max-width: 100%;
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hero-home__content {
    position: absolute;
    top: 264px;
    left: 0;
    width: 100%;
    border-radius: 24px 24px 0 0;
    padding: 40px 24px;
    min-height: 400px;
    max-height: 420px;
  }
}
.hero-home__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 30;
}
@media (max-width: 767px) {
  .hero-home__buttons {
    display: none !important;
  }
}
.hero-home__labels {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.hero-home__label {
  padding: 0px 12px;
  border-radius: 4px;
  background-color: #004c51;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-home__label--primary {
  background-color: #004c51;
}
.hero-home__label--gradient {
  background: linear-gradient(90deg, rgb(223, 36, 12) 0%, rgb(0, 76, 81) 65%);
}
.hero-home__label--green {
  background-color: #004c51;
}
.hero-home__label--red {
  background-color: #df240c;
}
.hero-home__label--yellow {
  background-color: #deca3c;
  color: #012527;
}
.hero-home__label--blue {
  background-color: #052fff;
  color: #fff;
}
.hero-home__sublabel {
  padding: 0px 12px;
  border-radius: 1000px;
  border: 1px solid #deca3c;
  background-color: #faf8db;
  font-size: 12px;
  line-height: 1;
  color: #012527;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 8px 0 40px;
  border-radius: 0 100px 100px 0;
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  left: -20px;
}
.hero-home__sublabel--one {
  background-color: #deca3c;
  background-image: url("/wp-content/themes/islamichelp/assets/images/moon-02.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: #faf8db;
}
.hero-home__sublabel--two {
  background-image: url("/wp-content/themes/islamichelp/assets/images/moon-01.svg");
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 12px;
  border-color: #1a8a93;
  background-color: #d4f4ee;
}
.hero-home__title {
  margin-top: 32px;
}
@media (max-width: 1232px) {
  .hero-home__title {
    margin-top: calc(24px + 8 * (100vw - 360px) / 872);
  }
}
.hero-home__title {
  font-size: 40px;
}
@media (max-width: 1232px) {
  .hero-home__title {
    font-size: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.hero-home__title {
  line-height: 48px;
}
@media (max-width: 1232px) {
  .hero-home__title {
    line-height: calc(40px + 8 * (100vw - 360px) / 872);
  }
}
.hero-home__title {
  font-weight: 700;
  text-transform: uppercase;
  color: #012527;
}
.hero-home__text {
  margin-top: 24px;
}
@media (max-width: 1232px) {
  .hero-home__text {
    margin-top: calc(16px + 8 * (100vw - 360px) / 872);
  }
}
.hero-home__text {
  font-family: "Karla", sans-serif;
  font-size: 18px;
}
@media (max-width: 1232px) {
  .hero-home__text {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.hero-home__text {
  line-height: 1.777;
  font-weight: 500;
  color: #012527;
}
.hero-home__link {
  margin: 32px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 1000px;
  background-color: #004c51;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.hero-home__link svg path {
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .hero-home__link {
    margin: 32px 0 0 0;
  }
}
.hero-home__link--red {
  background-color: #df240c;
}
.hero-home__link--green {
  background-color: #004c51;
}
.hero-home__link--ghost {
  background-color: transparent;
  border: 1px solid #004c51;
  color: #004c51;
}
.hero-home__link:hover {
  background-color: #deca3c;
  color: #012527;
}
.hero-home__link:hover svg path {
  fill: #012527;
}
.hero-home__dots {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .hero-home__dots {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
  }
}
.hero-home__dot {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: none;
  padding: 0;
  background-color: #97cec3;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero-home__dot.is-active {
  background-color: #004c51;
  border-radius: 100px 100px 0 0;
}
.hero-home__dot:hover {
  background-color: #004c51;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 767px) {
  .hero-home__dot {
    background-color: #faf7f5;
    width: 12px;
    height: 12px;
  }
}/*# sourceMappingURL=style.css.map */