/* program page hero section */
.event-hero-sec {
  background-image: url(../assets/hero.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}
.event-hero-sec .hero-para {
  width: 547px;
}

.event-hero-sec .hero-head {
  font-family: "Bebas", sans-serif;
  font-size: 89.69px;
  line-height: 86%;
  letter-spacing: 5%;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  padding-top: 69px;
}

.event-hero-sec .hero-head::after {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-flex;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 3px;
}
.event-hero-sec .hero-para {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
  margin-top: 8px;
}
.event-hero-sec .breadcrumb {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid #464646;
  max-width: 547px;
}
.bread-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
}
.bread-text.fade {
  color: #b8b8b8;
}
.bread-arrow img {
  height: 10px;
  width: 10px;
}
.bread-icon img {
  height: 12px;
  width: 12px;
}
.breadcrumb-list {
  list-style: none;
  display: flex;
  gap: 4px;
}
.breadcrumb-itmes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* programs and activities section */
.about-nizami-section .container {
  margin-top: 62px;
  display: flex;
  gap: 63px;
  padding-bottom: 90px;
}
.who-we-are {
  font-family: Bebas;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #0a7544;
}
.about-nizami-section .about {
  min-width: 450px;
}
.sub-container2 {
  width: 100%;
  max-width: 610px;
  aspect-ratio: 610 / 385;
  display: flex;
  flex-direction: column;
  gap: 17px;
  overflow: hidden;
}
.sub-container2 .image {
  background-image: url("../assets/memorial.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.about .heading2 {
  gap: 24px;
  line-height: 120%;
  margin-top: 4px;
}
.about {
  gap: 22px;
}
.about-nizami-section .container {
  align-items: center;
  padding-bottom: 88px;
}

/* key highlights section */
.key-highlight-section {
  background-color: #ededed;
}
.key-highlight-section .container {
  padding-top: 50px;
  padding-bottom: 49px;
}
.key-highlight-section .head {
  margin-top: 0;
}
.highlight-cards-wrap {
  margin-top: 41px;
  display: flex;
  gap: 26px;
}
.highlight-card {
  padding: 15px 18px 27px 18px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 292px;
}
.highlight-heading {
  font-family: Bebas;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #0a7544;
  margin-top: 17px;
}
.key-highlight-section .description {
  color: #000;
  margin-top: 3px;
  text-align: center;
}

/* training and mentorship section */
.training-mentorship-section .container {
  padding-top: 95px;
  display: flex;
  gap: 15px;
}
.training-image {
  width: 100%;
  max-width: 465px;
  aspect-ratio: 465 / 422;
  background-image: url("../assets/training.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.training-content .heading2 {
  display: flex;
  align-items: center;
  gap: 19px;
  padding-left: 11px;
}
.training-content .about-detail {
  max-width: 754px;
  padding-left: 15px;
}
.benefit-cards-wrap {
  display: flex;
  gap: 10px;
  margin-top: 38px;
}
.benefit-cards-wrap .description {
  color: #000;
  text-align: center;
  padding: 0 24px 0 24px;
}
.benefit-cards-wrap .highlight-heading {
  padding: 0 24px 0 24px;
}
.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 249.33px;
}
.benefit-card:nth-child(2) .description {
  padding: 0 16px 0 16px;
}
.benefit-card:nth-child(3) .description {
  padding: 0 19px 0 19px;
}

/* community engagement section */
.community-section .container {
  margin-top: 97px;
  display: flex;
  gap: 60px;
  padding-bottom: 127px;
}
.community-section .sub-container2 {
  aspect-ratio: 610 / 570;
  max-height: 570px;
}
.community-section .sub-container2 .image {
  background-position: center;
}
.community-section .about {
  gap: 30px;
}
.community-benefit-wrap {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.community-benefit {
  display: flex;
  gap: 13px;
}
.community-section .highlight-heading {
  text-align: start;
  margin-top: 0;
}
.community-section .description {
  color: #000;
}

/* responsive design */
@media (max-width: 1024px) {
  .event-hero-sec .hero-head {
    font-size: 50px;
  }
  .about-nizami-section .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .sub-container1 {
    width: 100%;
  }
  .highlight-cards-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .training-mentorship-section .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .training-content {
    width: 100%;
  }
  .community-section .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .benefit-cards-wrap {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .event-hero-sec .hero-para {
    font-size: 12px;
  }
  .event-hero-sec {
    background-position: center;
  }
  .event-hero-sec .hero-para {
    width: 300px;
  }
  .about-nizami-section .about {
    min-width: 0;
  }
  .benefit-cards-wrap {
    justify-content: center;
    gap: 30px;
  }
}
