@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.plus-100 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 100;
}

.plus-200 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 200;
}

.plus-300 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 300;
}

.plus-400 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}

.plus-500 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.plus-600 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
}

.plus-700 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

.plus-800 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}

.inter-400 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.inter-700 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.roboto-100 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.roboto-300 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.roboto-400 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.roboto-500 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.roboto-700 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.roboto-900 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.5);
  pointer-events: none;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
  background-image: linear-gradient(rgba(12, 69, 33, 0.8), rgba(12, 69, 33, 0.8));
}

.img-overlay {
  position: absolute;
  width: 100%;
  height: 38%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.trees {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}

.recipient-input::-moz-placeholder {
  color: #858C9A;
}

.recipient-input::placeholder {
  color: #858C9A;
}

.sender-input {
  background: none;
}

.sender-input::-moz-placeholder {
  color: #579060;
}

.sender-input::placeholder {
  color: #579060;
}

.pay-btn {
  box-shadow: 0px 10px 32px 0px rgba(218, 154, 66, 0.3490196078);
}

.steps-wrapper {
  background-image: url("/assets/img/png/bg-1.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.step-text {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.home-hero-section {
  background-image: url("/assets/img/svg/home-hero-bg.svg");
  background-size: cover;
  position: relative;
  z-index: 20;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .step-text {
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .step-text {
    font-weight: 400;
  }
}
@media screen and (max-width: 400px) {
  .step-text {
    font-weight: 600;
  }
}
#about-us #about-us-submenu {
  display: none;
}
#about-us #about-us-submenu #company-submenu {
  display: none;
}
#about-us #about-us-submenu:hover #company-submenu {
  display: flex;
}
#about-us:hover #about-us-submenu {
  display: block;
}

#greeting #greeting-sub-menu {
  display: none;
}
#greeting:hover #greeting-sub-menu {
  display: block;
}

#resources #resources-sub-menu {
  display: none;
}
#resources:hover #resources-sub-menu {
  display: block;
}

.subscribe-input::-moz-placeholder {
  color: #A0A0A0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.subscribe-input::placeholder {
  color: #A0A0A0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.review-slide {
  width: 85%;
}

.swiper-scrollbar {
  position: relative !important;
  margin-top: 4rem !important;
  margin-right: auto !important;
  width: 70% !important;
  margin-left: auto !important;
}

.swiper-scrollbar-drag {
  background-color: #00AB86 !important;
}

.review-card-shadow {
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 576px) {
  .review-slide {
    width: 100%;
  }
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

#mobile-nav {
  height: 100vh;
  background-color: rgb(241, 245, 249);
  position: fixed;
  right: 0;
  overflow-y: auto;
  top: 0;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s linear;
}

.overlay {
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 999;
  left: 0;
}

.overlay.active {
  visibility: visible;
}

#mobile-nav.active {
  transform: translateX(0) !important;
}

@media screen and (max-width: 992px) {
  .organization-logo {
    aspect-ratio: 3/2;
    -o-object-fit: contain;
       object-fit: contain;
    mix-blend-mode: color-burn;
  }
}
.toast-message-box {
  box-shadow: 0px 1.8636363745px 3.7272727489px 0px rgba(17, 24, 39, 0.0784313725);
}

.festival-img-wrapper {
  background-image: url("/assets/img/png/hero.png");
  background-size: cover;
}

@media screen and (max-width: 992px) {
  .festival-img-wrapper {
    background-image: none;
  }
}/*# sourceMappingURL=style.css.map */