@import "blog-card.css";

.wrapper {
  overflow: auto;
  background-repeat: no-repeat;
  background-position: fit;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  object-fit: cover;
  width: 100%;
  height: 85vh;
  background-image: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    url("/assets/images/background-image.jpeg");
  display: flex;
  justify-content: left;
  align-items: center;
}
.wrapper .header {
  color: var(--white);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.wrapper .sub-header {
  color: var(--white);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: 1rem;
}
.wrapper .landing-page-container {
  margin-top: 15%;
  width: 60%;
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.wrapper .landing-page-container .select {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.overview {
  margin-bottom: 4rem;
  margin-top: 3rem;
}
.overview .title {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.overview .body {
  margin-top: 0.5rem;
  color: #475367;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.data-stat {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.data-stat .title {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.data-stat .data-flex {
  display: flex;
  justify-content: space-between;
  align-items: top;
  grid-gap: 2rem;
  margin-top: 1rem;
}
.data-stat .data-flex .body {
  color: #475367;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}
.data-stat .data-flex .right {
  width: 200px;
}
.data-stat .data-flex .right .submit-p {
  width: 200px;
  margin-top: -5px;
}
.data-stat .data-flex .right .submit-p button {
  padding: 10px 20px;
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: 10px;
}
.data-stat .stats-card-p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: top;
  grid-gap: 2rem;
  margin-top: 2rem;
}
.data-stat .stats-card-p .stats-card {
  border-radius: 1rem;
  border: 1px solid #cbcbcb;
  padding: 2rem;
}
.data-stat .stats-card-p .stats-card p {
  margin-top: 1rem;
  color: var(--black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.reason-volunteer {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.reason-volunteer .title {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.reason-volunteer .body {
  margin-top: 0.5rem;
  color: #475367;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.vision {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: auto;
  margin-bottom: 4rem;
}
.vision .vision2 {
  padding: 3.3rem;
  background: #111;
  display: flex;
  justify-content: left;
  align-items: center;
}
.vision .vision2 .title {
  color: var(--primary-color);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.vision .vision2 .body {
  margin-top: 10px;
  color: var(--white);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.vision .vision-image {
  width: 100%;
}
.vision .vision-image img {
  width: 100%;
  height: 100%;
}
.partners {
  margin-bottom: 4rem;
}
.partners .title {
  margin-bottom: 2rem;
  color: var(--black);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
.partners .images {
  display: flex;
  justify-content: left;
  align-items: center;
  white-space: nowrap;
  grid-gap: 2rem;
  padding: 1rem 1rem;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.partners .images a {
  width: 8rem;
  height: 6rem;
}
.partners .images img {
  width: 8rem;
  max-width: 8rem;
  height: 6rem;
  max-height: 6rem;
}

.trending {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  margin-bottom: 4rem;
  background: #ecf5f7;
  padding: 3rem;
}
.trending .news .title {
  color: var(--black);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 1rem;
}
.trending .news .cards .card-title {
  color: var(--black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}
.trending .news .cards hr {
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.trending .news .cards .card-sub-title {
  color: #475367;
  font-family: var(--inter);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.trending .news .view-more {
  color: var(--secondary-color);
  text-decoration: underline;
  font-size: 0.875rem;
}
.trending .images {
  background: var(--white);
  height: fit-content;
}
.trending .images .image-container {
  margin: 2rem;
}
.trending .images .image-container img {
  height: 14.9625rem;
  width: 100%;
}
.trending .images .image-container hr {
  margin-bottom: 2rem;
}
.trending .images .image-container .image-title {
  color: var(--primary-color);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
  margin-top: 1.56rem;
  cursor: pointer;
}
.trending .images .image-container .image-sub-title {
  margin-top: 10px;
  margin-bottom: 1rem;
  color: #475367;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1160px) {
  .wrapper .landing-page-container {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .overview {
    margin-bottom: 2rem;
  }
  .overview .body {
    font-size: unset;
  }
  .vision {
    margin-bottom: 2rem;
  }
  .vision .vision2 .body {
    font-size: unset;
  }
  .partners {
    margin-bottom: 2rem;
  }
  .trending {
    margin-bottom: 2rem;
  }
  .trending .news .cards .card-title {
    font-size: 1rem;
  }
  .trending .news .cards .card-sub-title {
    font-size: unset;
  }
  .trending .news .view-more {
    margin-top: 2rem;
    color: var(--secondary-color);
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-decoration-line: underline;
  }
  .trending .images .image-container img {
    height: 11rem;
  }
}
@media (max-width: 600px) {
  .wrapper .header {
    font-size: 2rem;
  }
  .wrapper .sub-header {
    font-size: 1rem;
  }
  .wrapper .landing-page-container {
    margin-left: 15px;
    margin-right: 15px;
  }
  .vision {
    grid-template-columns: repeat(1, 1fr);
  }
  .vision .vision2 {
    padding: 1.5rem;
  }
  .trending {
    grid-template-columns: repeat(1, 1fr);
    padding: 1rem;
  }
  .trending .images .image-container {
    margin: 1rem;
  }
  .data-stat .stats-card-p {
    grid-gap: 1rem;
  }
  .data-stat .title {
    margin-bottom: 1rem;
  }
  .data-stat .data-flex {
    display: unset;
  }
  .data-stat .data-flex .body {
    font-size: unset;
  }
  .data-stat .data-flex .right {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
}
