@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media screen and (min-width: 540px) {
  p {
    font-size: 0.813rem !important;
  }
}
section {
  margin-top: 60px;
}
@media screen and (max-width: 540px) {
  section {
    margin: 10px;
  }
}

.post-type-heading {
  padding: 1rem;
  text-transform: uppercase;
}
.post-type-heading h1, .post-type-heading h2 {
  font-size: 1.5rem;
  color: #A21E62;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .post-type-heading h1, .post-type-heading h2 {
    font-size: 1.5rem;
  }
}
.post-type-heading h2 {
  font-size: 1.5rem;
}
.post-type-heading hr {
  border: 0.1px solid #A21E62;
}

.topNav {
  position: sticky;
  top: 0;
  height: 5rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-self: center;
  justify-content: space-between;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.938);
}
@media screen and (max-width: 820px) {
  .topNav {
    justify-content: space-between;
  }
}

.logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #A21E62;
  font-family: "poppins", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.logo a .logo-img {
  height: 5rem;
}
.logo a .logo-img img {
  height: inherit;
  display: block;
  width: auto;
}
.logo a .org-name {
  text-transform: capitalize;
}
@media screen and (max-width: 1109px) {
  .logo a .org-name {
    display: none;
  }
}

.navLink-donor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  flex: 1;
  gap: 5%;
}
@media screen and (max-width: 820px) {
  .navLink-donor {
    flex-direction: row-reverse;
    flex: unset;
    gap: 0%;
  }
}
.navLink-donor #navToggle {
  display: none;
}
.navLink-donor #navToggle:checked ~ ul {
  left: 0;
}
.navLink-donor .nav-sm {
  display: none;
}
@media screen and (max-width: 820px) {
  .navLink-donor .nav-sm {
    display: block;
    margin-left: 1rem;
  }
}
.navLink-donor .nav-sm svg {
  width: 2rem;
  height: 2rem;
  fill: #444444;
}
.navLink-donor ul {
  flex: 1;
  list-style: none;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 820px) {
  .navLink-donor ul {
    position: fixed;
    top: 5rem;
    width: 80%;
    margin: 0px;
    background: #A21E62;
    height: calc(100dvh - 5rem);
    flex-direction: column;
    text-align: left;
    left: -80%;
    padding-top: 1rem;
    transition: 0.8s ease-in;
  }
}
.navLink-donor ul li {
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 820px) {
  .navLink-donor ul li {
    display: block;
    margin-top: 1rem;
  }
}
.navLink-donor ul li a {
  text-decoration: none;
  padding: 0 1rem;
  font-weight: 600;
  font-size: 14px;
  color: #444444;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 820px) {
  .navLink-donor ul li a {
    color: #ffffff;
  }
}

.hero-wrapper {
  height: 70dvh;
  border: 1px solid black;
  width: 100%;
  background-image: url("../imgs/jesus-cross.jpg");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #000000;
  z-index: -1;
}
@media screen and (max-width: 820px) {
  .hero-wrapper {
    background-position: top;
    background-size: cover;
  }
}
@media screen and (max-width: 540px) {
  .hero-wrapper {
    height: calc(100dvh - 5rem);
    overflow: hidden;
  }
}
@media screen and (max-width: 840px) and (orientation: landscape) {
  .hero-wrapper {
    height: 100dvh;
    background-position: top;
    background-size: cover;
  }
}
.hero-wrapper::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  z-index: -1;
}
.hero-wrapper .hero-content {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-start;
  height: 100%;
  padding: 2rem;
  font-family: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
@media screen and (max-width: 540px) {
  .hero-wrapper .hero-content {
    padding: 0rem 0.5rem;
    align-items: bottom;
  }
}
.hero-wrapper .hero-content h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 4rem;
}
.hero-wrapper .hero-content h1 span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  .hero-wrapper .hero-content h1 span {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 540px) {
  .hero-wrapper .hero-content h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 820px) and (orientation: landscape) {
  .hero-wrapper .hero-content h1 {
    font-size: 2rem;
  }
}
.hero-wrapper .hero-content .hero-quote {
  width: 40%;
  font-size: 1.1rem;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .hero-wrapper .hero-content .hero-quote {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 540px) {
  .hero-wrapper .hero-content .hero-quote {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 820px) and (orientation: landscape) {
  .hero-wrapper .hero-content .hero-quote {
    font-size: 0.8rem;
  }
}
.hero-wrapper .hero-content .hero-quote cite {
  font-weight: 700;
  text-align: right;
  display: block;
}

.fl-row-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.oneln {
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .oneln {
    flex-direction: column;
    width: 100%;
  }
}

.abt-logo {
  height: 200px;
}
.abt-logo img {
  display: block;
  height: inherit;
  width: auto;
}

.abt-description {
  color: #777777;
}
.abt-description p {
  padding: 0.3rem;
  word-spacing: 0.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 520px) {
  .abt-description p {
    font-size: 0.813rem;
    margin: 0.5rem;
  }
}
.abt-description ol li {
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}

.about-summary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  place-items: center;
  width: 100%;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .about-summary {
    display: flex;
    flex-direction: column;
  }
}
.about-summary .summary {
  grid-column: 1;
  padding: 2rem;
}
.about-summary .summary .headings {
  margin-bottom: 15px;
}
.about-summary .summary .headings .heading-sm-note h4 {
  font-weight: 600;
  font-family: "Montserrat";
}
.about-summary .summary .headings .heading-text {
  margin-bottom: 0rem;
}
.about-summary .summary .headings .heading-text h1, .about-summary .summary .headings .heading-text span {
  font-family: "Gilda display", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 540px) {
  .about-summary .summary .headings .heading-text h1, .about-summary .summary .headings .heading-text span {
    font-size: 1.25rem;
  }
}
.about-summary .summary h4 {
  font-family: "Gilda display";
  text-align: center;
  font-weight: 300;
  color: #F93A9C;
  margin: 1rem;
}
.about-summary .summary p {
  color: #777777;
}
.about-summary .logo_slogan {
  background-color: #f8f8f8;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  .about-summary .logo_slogan {
    background-color: #ffffff;
  }
}
.about-summary .logo_slogan .logo {
  height: 300px;
}
@media screen and (max-width: 540px) {
  .about-summary .logo_slogan .logo {
    height: 200px;
  }
}
.about-summary .logo_slogan .logo img {
  display: block;
  height: inherit;
}
@media screen and (max-width: 540px) {
  .about-summary .logo_slogan .logo img {
    width: 100%;
  }
}
.about-summary .logo_slogan .slogan {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .about-summary .logo_slogan .slogan {
    font-size: 1.2rem;
    padding-bottom: 1rem;
  }
}
.about-summary .logo_slogan .slogan h2 {
  font-family: "Gilda display";
  font-weight: 300;
}
.about-summary .missionVision {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.about-summary .missionVision .mission {
  background-color: #f8f8f8;
}
.about-summary .missionVision .mission, .about-summary .missionVision .vision {
  box-shadow: 1px 1px 3px rgba(75, 75, 75, 0.216);
  padding: 1rem;
}
.about-summary .missionVision .mission h4, .about-summary .missionVision .vision h4 {
  text-align: center;
  color: #F93A9C;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 1rem;
}
.about-summary .missionVision .mission p, .about-summary .missionVision .vision p {
  color: #777777;
}
@media screen and (max-width: 540px) {
  .about-summary .missionVision .mission p, .about-summary .missionVision .vision p {
    text-align: center;
  }
}
.about-summary .missionVision ul li {
  margin: 0.5rem;
  text-transform: lowercase;
  color: #777777;
}

.headings {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .headings {
    margin-bottom: 20px;
  }
}
.headings .heading-sm-note {
  color: #F93A9C;
  font-style: italic;
  margin-bottom: 0.5rem;
}
.headings .heading-sm-note h4 {
  font-weight: 550;
  text-transform: uppercase;
}
.headings span {
  display: block;
}
.headings .heading-text {
  margin-bottom: 0.5rem;
}
.headings .heading-text h1, .headings .heading-text span {
  font-family: "Gilda display", Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2.625rem;
}
@media screen and (max-width: 540px) {
  .headings .heading-text h1, .headings .heading-text span {
    font-size: 1.25rem;
  }
}
.headings hr {
  width: 6%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #00E8FF;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 820px) {
  .headings hr {
    width: 30%;
  }
}
.headings .sub-heading {
  color: #777777;
  font-weight: 500;
  font-size: 0.9rem;
}
@media screen and (max-width: 540px) {
  .headings .sub-heading {
    font-size: 0.8rem;
  }
}

.ht1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
}
.ht1 .headings {
  grid-column: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1366px) {
  .ht1 .headings {
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 520px) {
  .ht1 .headings {
    grid-column: 1/span 3;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1650px) {
  .ht1 .headings {
    grid-column: 1/span 3;
  }
}
.ht1 .headings .hr {
  text-align: right;
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 520px) {
  .ht1 .headings .hr {
    margin-right: auto;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1650px) {
  .ht1 .headings .hr {
    width: 50%;
    margin-right: auto;
  }
}
.ht1 .headings hr {
  width: 100%;
  margin-left: auto;
}
.ht1 .headings .heading-sm-note {
  text-align: center;
  font-style: normal;
}
.ht1 .headings .h1-bl1 {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .ht1 .headings .h1-bl1 {
    font-size: 1.5rem;
  }
}
.ht1 .headings .h1-bl2 {
  text-transform: uppercase;
  font-family: "Montserrat";
  text-indent: 25%;
  margin-top: 0;
}
@media screen and (max-width: 540px) {
  .ht1 .headings .h1-bl2 {
    font-size: 1.5rem;
  }
}

.ht2 .headings h1 {
  text-align: center;
  color: #0A8896;
}
.ht2 .headings p {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  color: #777777;
}
@media screen and (max-width: 520px) {
  .ht2 .headings p {
    width: 90%;
    font-size: 0.9rem;
  }
}
.ht2 .headings .hr {
  margin-top: 1rem;
}
.ht2 .headings hr {
  width: 12%;
  border: 1px solid #F93A9C;
}

.w90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .w90 {
    width: 100%;
  }
}

.w80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .w80 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1026px) {
  .w70 {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .w70 {
    width: 100%;
    font-size: 0.8rem;
    padding-left: 2rem;
  }
}

.w30 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .w30 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .w30 {
    width: unset;
  }
}

.our_team {
  padding: 1rem;
  position: relative;
}
.our_team a {
  display: block;
  width: 15%;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .our_team a {
    width: 30%;
  }
}
@media screen and (max-width: 540px) {
  .our_team a {
    gap: 0.2rem;
    width: 40%;
  }
}
@media screen and (max-width: 520px) {
  .our_team a {
    width: 100%;
  }
}
.our_team::before {
  content: "";
  width: 100%;
  background: #FBFBFB;
  height: 60%;
  position: relative;
  z-index: -1;
  top: 0;
}
@media screen and (max-width: 520px) {
  .our_team::before {
    background: unset;
    width: unset;
  }
}

.vol_ic {
  background: url("../imgs/volunteer.png");
  height: 5rem;
  width: 80%;
  margin-left: 9%;
  margin-right: auto;
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 540px) {
  .vol_ic {
    height: 4rem;
  }
}

.founder_hero {
  display: flex;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .founder_hero {
    gap: 0.2rem;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .founder_hero {
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
  }
}
.founder_hero .founder_img img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 540px) {
  .founder_hero .founder_img img {
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
  }
}
.founder_hero .founder_details {
  background: rgba(0, 0, 0, 0.526);
  color: white;
  padding: 1rem;
  position: relative;
  left: -1rem;
  top: 1rem;
}
@media screen and (max-width: 540px) {
  .founder_hero .founder_details {
    position: relative;
    left: unset;
    top: -1rem;
  }
  .founder_hero .founder_details p {
    font-size: 0.813rem;
  }
}
.founder_hero .founder_details a {
  color: blue;
}
.founder_hero .founder_details h2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  .founder_hero .founder_details h2 {
    font-size: 1.2rem;
  }
}

.team_cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 1rem;
  text-align: center;
  flex-direction:row-reverse;
}
@media screen and (max-width: 540px) {
  .team_cards {
    align-items: center;
    gap: 1rem;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 520px) {
  .team_cards {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

.team_img {
  height: 200px;
  width: 100%;
  background: url("../imgs/bls logo.png");
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.team_card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.0823529412);
  padding: 1rem;
}
.team_card h3 {
  color: #000;
  font-size: 1.2rem;
}
.team_card p {
  color: #777777;
  font-size: 0.813rem;
}
@media screen and (max-width: 540px) {
  .team_card p {
    height: 4rem;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.2;
  }
}

.card-01 {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-bottom: 1px solid #00E8FF;
  gap: 0.5rem;
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  .card-01 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 3rem 1fr;
    gap: 1rem;
  }
}
.card-01 .card-img {
  height: 250px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  .card-01 .card-img {
    grid-column: 1;
    grid-row: 1/span 2;
    align-self: last baseline;
  }
}
@media screen and (max-width: 1024px) {
  .card-01 .card-img {
    align-self: unset !important;
  }
}
.card-01 .card-img .bg-img-cover {
  height: inherit;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  transition: transform 2s;
}
.card-01 .card-img:hover .bg-img-cover {
  transform: scale(1.2);
}
.card-01 .title_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  .card-01 .title_link {
    grid-column: 2/span 2;
    grid-row: 1;
  }
}
.card-01 .title_link .title {
  text-transform: uppercase;
}
.card-01 .title_link .title p {
  font-weight: 600;
  font-family: "Gilda display", Georgia, "Times New Roman", Times, serif;
}
.card-01 .title_link .link a:hover svg {
  stroke: #0A8896;
}
.card-01 .title_link .link a:hover svg .rect {
  stroke: #0A8896;
}
.card-01 .title_link .link svg {
  stroke: #0d0d0d;
  width: 2rem;
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  .card-01 .description {
    grid-column: 2/span 2;
    grid-row: 2;
  }
}
.card-01 .description p {
  font-family: "Gilda display", Georgia, "Times New Roman", Times, serif;
  color: #777777;
}

@media screen and (max-width: 1024px) {
  .oneL-3 {
    display: flex;
  }
}

.card-max-3 {
  width: 28.5714285714%;
}
@media screen and (max-width: 540px) {
  .card-max-3 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .card-max-3 {
    width: 100%;
  }
}

.banner {
  margin-top: 60px;
  display: flex;
  color: #ffffff;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.banner .tagline h4 {
  font-size: 1.5rem;
}
.banner .tagline p {
  font-size: 1.2rem;
  font-style: italic;
  margin-top: 0.2rem;
}
@media screen and (max-width: 540px) {
  .banner {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem;
  }
  .banner .tagline h4 {
    font-size: 1.3rem;
  }
  .banner .tagline p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  .banner {
    gap: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .banner .tagline h4 {
    font-size: 1.3rem;
  }
  .banner .tagline p {
    font-size: 0.9rem;
  }
}

.donation {
  background-color: #A21E62;
}
.donation img {
  position: relative;
  top: -5rem;
  width: auto;
  display: block;
  height: 10rem;
  animation: jarSwing 2s alternate infinite;
}
@media screen and (max-width: 540px) {
  .donation img {
    display: none;
  }
}

.volunteer-b {
  background-color: #0A8896;
  padding: 1rem;
  height: 6rem;
}
@media screen and (max-width: 540px) {
  .volunteer-b {
    height: 7rem;
  }
}
.volunteer-b::after {
  content: "";
  top: -4.5rem;
  right: 0rem;
  position: absolute;
  height: 7rem;
  width: 30%;
  background-image: url("../imgs/volunteer.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.abt_card {
  width: 40%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.0705882353);
}
.abt_card h4 {
  text-align: center;
  padding: 1rem;
  font-weight: 500;
}
.abt_card ul li {
  padding: 1rem;
  font-family: "Gilda";
  color: #777777;
}
.abt_card p {
  padding: 2rem;
  font-family: "Gilda";
  color: #777777;
  line-height: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .abt_card p {
    padding: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .abt_card {
    width: 45%;
  }
}
@media screen and (max-width: 820px) {
  .abt_card {
    width: 90%;
    margin-top: 60px;
  }
}

.hd-cyan {
  background-color: #0A8896;
  color: #ffffff;
}

.hd-pink {
  color: #ffffff;
  background-color: #A21E62;
}

.donate, .volunteer {
  display: block;
}
.donate button, .volunteer button {
  cursor: pointer;
  padding: 0.7rem 2.4rem;
  outline: none;
  border: 0;
  background: linear-gradient(55deg, #00E8FF, #F93A9C);
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  animation: donVol 1s alternate infinite;
}
@media screen and (max-width: 1109px) {
  .donate button, .volunteer button {
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
}
.donate:hover button, .volunteer:hover button {
  background: linear-gradient(100deg, #00E8FF, #F93A9C);
}

footer {
  width: 100%;
  background-color: #FBFBFB;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
footer .logo-img {
  height: 10rem;
  text-align: center;
}
footer .logo-img img {
  height: inherit;
  width: auto;
}
footer .org-name {
  text-transform: capitalize;
}
@media screen and (max-width: 540px) {
  footer .org-name h2 {
    font-size: 1rem;
  }
}
footer a {
  text-decoration: none;
  color: #A21E62;
  font-family: "Poppins", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
footer hr {
  background: #DEDEDE;
  border: 0.5px solid #DEDEDE;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
footer .footerLinks ul {
  list-style: none;
  text-align: center;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 540px) {
  footer .footerLinks ul {
    flex-direction: column;
    gap: 1rem;
  }
}
footer .footerLinks ul li {
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}
footer .footerLinks a {
  color: #444444;
  font-weight: 600;
}
@media screen and (max-width: 540px) {
  footer .footerLinks a {
    font-size: 1rem;
  }
}
footer .footerLinks a:focus, footer .footerLinks a:hover {
  color: #A21E62;
}
footer .footer-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgb(200, 200, 200);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  font-size: 0.7rem;
  width: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 540px) {
  footer .footer-foot {
    flex-direction: column;
    gap: 10px;
  }
}
footer .footer-foot .h00p5 {
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: right;
  flex: 1;
}
@media screen and (max-width: 540px) {
  footer .footer-foot .h00p5 {
    justify-content: center;
  }
}
footer .footer-foot .h00p5 img {
  width: 5%;
  height: auto;
}
@media screen and (max-width: 540px) {
  footer .footer-foot .h00p5 img {
    width: 30%;
  }
}

.event_card {
  padding: 1rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 540px) {
  .event_card {
    flex-direction: column-reverse;
  }
}
.event_card .event_card_img {
  height: 125px;
  border: 1px solid rgb(158, 158, 158);
  width: 300px;
}
.event_card .event_card_description .event_card_heading {
  margin-bottom: 0.5rem;
}
.event_card .event_card_description .event_card_excerpt p {
  color: #777777;
}
@media screen and (max-width: 540px) {
  .event_card .event_card_description .event_card_excerpt p {
    background: #ffffff;
  }
}

.pg .post-type-heading h2, .pg .post-type-heading h3 {
  color: #F93A9C;
}
.pg .post-type-heading hr {
  border: 0.1px solid #F93A9C;
}
@media screen and (max-width: 540px) {
  .pg .post-type-heading h2 {
    font-size: 1.5rem;
  }
}
.pg .sidebar_project {
  background: #FBFBFB;
}
@media screen and (max-width: 540px) {
  .pg .sidebar_project {
    width: 90%;
    background: #F9F9F9;
  }
}
@media screen and (min-width: 541px) and (max-width: 1024px) {
  .pg .sidebar_project {
    display: flex;
  }
}
.pg .sidebar_project .card-max-3 {
  width: 100% !important;
}
.pg p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 540px) {
  .pg p {
    line-height: 1.3;
    margin-bottom: 0.5rem;
    background: #F9F9F9;
  }
}

.post-link {
  text-decoration: none;
}
.post-link h3 {
  color: #323232;
}
.post-link:hover h3 {
  color: #F93A9C;
}

@keyframes jarSwing {
  100% {
    transform: scale(1.1);
  }
}
@keyframes donVol {
  25% {
    background: linear-gradient(25deg, #00E8FF, #F93A9C);
  }
  50% {
    background: linear-gradient(50deg, #00E8FF, #F93A9C);
  }
  75% {
    background: linear-gradient(75deg, #00E8FF, #F93A9C);
  }
  100% {
    background: linear-gradient(100deg, #00E8FF, #F93A9C);
  }
}
.flcap::first-letter {
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media screen and (max-width: 540px) {
  .flcap::first-letter {
    text-align: center;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .flcap {
    text-align: center;
  }
}

.wing-heading {
  text-align: center;
  font-family: "Gilda Display", "Times New Roman", Times, serif;
  margin-bottom: 1rem;
}
.wing-heading p {
  font-size: 1.3rem !important;
  font-weight: 700;
}
.wing-heading hr {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #00E8FF;
  background: #00E8FF;
}

.wing-card {
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.wing-card .title {
  display: inline-block;
  background: #A21E62;
  color: #FBFBFB;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Gilda Display", "Times New Roman", Times, serif;
}
@media screen and (max-width: 540px) {
  .wing-card .title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem;
  }
}
.wing-card h3 {
  display: inline;
}
.wing-card p {
  padding: 1rem;
}
.wing-card ul li {
  margin-top: 1rem;
}

.profile-cover {
  position: relative;
  display: flex;
  padding: 1rem 3rem;
  align-items: last baseline;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 540px) {
  .profile-cover {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.profile-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #A21E62;
}
.profile-cover .profile-pic {
  border: 5px solid rgb(255, 255, 255);
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgb(71, 71, 71);
  background-position: center !important;
  background-size: cover !important;
}
.profile-cover .bio {
  color: #ffffff;
  flex: 1;
}
.profile-cover .bio p {
  color: #ffffff;
  font-size: 1rem !important;
  margin-top: 0.5rem;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .profile-cover .bio p {
    background-color: unset;
  }
}

.asp_product_item {
  display: block;
  border: none !important;
  box-shadow: none !important;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px;
}

.asp-processing-cont, .asp_product_item_top, .asp_product_description {
  display: none !important;
}

.asp_product_buy_btn_container .asp_product_buy_btn.blue {
  background: linear-gradient(55deg, #00E8FF, #F93A9C);
  border-color: unset;
  color: inherit;
  border: 0;
  text-shadow: none;
}
.asp_product_buy_btn_container .asp_product_buy_btn.blue:hover {
  background: linear-gradient(55deg, #00E8FF, #F93A9C);
}
.asp_product_buy_btn_container .asp_product_buy_btn {
  border-radius: 0;
  height: inherit;
  cursor: pointer !important;
  padding: 0.7rem 2.4rem !important;
  outline: none;
  border: 0;
  background: linear-gradient(55deg, #00E8FF, #F93A9C);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  color: #ffffff;
  animation: donVol 1s alternate infinite;
}
@media screen and (max-width: 1109px) {
  .asp_product_buy_btn_container .asp_product_buy_btn {
    font-size: 1rem;
    padding: 0.5rem 2rem;
  }
}
@media screen and (max-width: 540px) {
  .asp_product_buy_btn_container .asp_product_buy_btn {
    font-size: 1rem;
    padding: 0.5rem 1rem !important;
  }
}
.asp_product_buy_btn_container .asp_product_buy_btn span {
  color: #fff !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 540px) {
  .asp_product_buy_btn_container .asp_product_buy_btn span {
    font-size: 0.8rem !important;
    padding: 0.5rem 1rem !important;
  }
}/*# sourceMappingURL=themestyle.css.map */