/* event hero */
.event-hero-sec {
  background-image: url("../assets/about-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 300px;
  width: 100%;
}
.event-hero-sec .hero-text-container {
  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: 33px;
  padding-top: 9px;
  border-top: 1px solid #464646;
}
.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;
}

/* about-nizami-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 / 545;
  display: flex;
  flex-direction: column;
  gap: 17px;
  overflow: hidden;
}
.sub-container2 .image {
  background-image: url("../assets/about-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-height: 395px;
  height: 100%;
}
.stats {
  background-color: #0a7544;
  width: 100%;
  display: flex;
  gap: 43px;
  justify-content: center;
  padding-top: 29px;
  padding-bottom: 22px;
}
.stats .impact-card img {
  width: 25.5px;
  height: 25.5px;
}
.stats .impact-card .number {
  font-size: 31.85px;
  margin-top: 5px;
  line-height: 100%;
}
.stats .impact-card .impact {
  font-size: 15.93px;
}

/* our mission and vision section */
.our-mission-vision {
  background-color: #ededed;
}
.our-mission-vision .head{
  margin-top: 0;
}
.our-mission-vision .container {
  padding-top: 50px;
  padding-bottom: 66px;
}
.cards {
  display: flex;
  gap: 26px;
  justify-content: center;
  margin-top: 28px;
}
.mission {
  background-color: #fff;
  display: flex;
  gap: 25px;
  align-items: center;
  max-width: 610px;
  width: 100%;
  padding: 25px 39px 23px 25px;
}
.cards h5 {
  color: #0a7544;
  font-family: Bebas;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.vision {
  background-color: #fff;
  display: flex;
  gap: 25px;
  align-items: center;
  width: 100%;
  max-width: 610px;
  padding: 25px 39px 23px 25px;
}
.mission-desc,
.vision-desc {
  margin-top: 6px;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

/* Team section */
.team .container {
  margin-top: 41px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team .head {
  margin-top: 0;
}
.team .who-we-are {
  text-align: center;
}
.team-members {
  margin-top: 71px;
  display: flex;
}
.team-members .title {
  color: #0a7544;
  font-family: Bebas;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.team-members .profile {
  max-width: 188px;
  width: 100%;
}
.member1 .profile {
  margin-top: 10px;
}
.member1 {
  padding-right: 66px;
}
.profile .picture {
  height: 189px;
}
.profile .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.profile-details h6 {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-top: 7px;
}
.bitu {
  font-weight: 400;
}
.designation {
  color: #f15b24;
  font-size: 16px;
  font-weight: 400;
}
.about-member {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-top: 12px;
}
.members-container {
  display: flex;
  gap: 24px;
  margin-top: 10px;
}
.other-members .members-container {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 63px;
  padding-right: 63px;
}
.other-members .title {
  padding-left: 63px;
}
.other-members2 {
  padding-left: 66px;
}

/* volunteers-members-section */
.volunteers-members-section {
  margin-top: 35px;
  margin-bottom: 107px;
}
.volunteers-members-section .container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.volunteer-heading {
  color: #0a7544;
  font-family: Bebas;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.volunteers-members-section .about-member {
  margin-top: 0;
}
.volunteer-container {
  max-width: 525px;
  width: 100%;
}
.member-container {
  background-color: #0a7544;
  width: 240px;
  padding: 23px 0 23px 32px;
}
.member-container ul {
  list-style: none;
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;
}

/* 1024px responsive */
@media (max-width: 1024px) {
    .event-hero-sec .hero-head {
    font-size: 50px;
  }
  .cards {
    flex-wrap: wrap;
  }
  .team-members {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .member1 {
    padding: 0;
  }
  .members-container {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .other-members .members-container {
    border: none;
    padding: 0;
  }
  .other-members .title {
    padding: 0;
  }
  .other-members2 {
    padding: 0;
  }
  .volunteers-members-section .container {
    flex-wrap: wrap;
    gap: 20px;
  }
  .about-nizami-section .container{
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* 767px screen size responsive */
@media (max-width: 767px) {
  .event-hero-sec .hero-text-container {
    width: auto;
}
  .cards h5 {
    font-size: 20px;
  }
  .event-hero-sec .hero-para {
        font-size: 12px;
    }
  .mission-desc {
    font-size: 12px;
    margin-top: 0;
  }

  .about-nizami-section .about {
    min-width: 0;
  }
  .stats .impact-card .number{
    font-size: 22px;
  }
  .stats .impact-card .impact{
    font-size: 12px;
  }
  .stats{
    gap: 20px;
  }
}
