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

.home-hero {
  height: 100vh;
}
@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-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;
  }
}
.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 {
    align-items: flex-end;
  }
  .home-hero-slider__content._container {
    padding: 0;
  }
}
.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;
  line-height: 48px;
  color: #012527;
  font-weight: 700;
  margin-top: 40px;
  text-transform: uppercase;
}
@media (max-width: 1232px) {
  .home-hero-slider__title {
    font-size: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-hero-slider__title {
    line-height: calc(40px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-hero-slider__title {
    margin-top: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
.home-hero-slider__text {
  margin-top: 40px;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
@media (max-width: 1232px) {
  .home-hero-slider__text {
    margin-top: calc(32px + 8 * (100vw - 360px) / 872);
  }
}
@media (max-width: 1232px) {
  .home-hero-slider__text {
    font-size: calc(16px + 2 * (100vw - 360px) / 872);
  }
}
.home-hero-slider__btn {
  margin-top: 40px;
  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;
}
@media (max-width: 1232px) {
  .home-hero-slider__btn {
    margin-top: calc(16px + 24 * (100vw - 360px) / 872);
  }
}
.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 */