/* Home page conntent styles */

/* Intro */
.page-content .intro {
  padding: 4.25rem 0 5rem;
  color: var(--text-color);
}

.page-content .intro .definition {
  width: 50%;
}

.page-content .intro .heading {
  font-size: 3em;
  line-height: 1.5;
}

.page-content .intro .description {
  margin: 2rem 0 2.5rem;
  font-size: 1.5em;
  line-height: 1.6;
}

.page-content .intro .readMore-btn,
.page-content .about .readMore-btn {
  background-color: var(--primary-color);
  text-decoration: none;
  color: white;
}

.page-content .intro figure > img {
  width: 34rem;
  height: 40rem;
  object-fit: contain;
  border-radius: 4.5rem;
}

.page-content .intro figure .title img {
  height: 5rem;
}

@media screen and (max-width: 991px) {
  .page-content .intro .definition {
    width: 100%;
  }

  .page-content .intro figure > img {
    width: 17rem;
    height: 20rem;
  }
}

/* ------------------------------------------- */
/* About */
.page-content .about,
.page-content .awqaf-partners {
  padding: 2.5rem 0 5rem;
  color: var(--text-color);
}

.page-content .about .content {
  gap: 4rem;
}

.page-content .about .heading {
  font-size: 2.5em;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.page-content .about .description {
  margin: 1.5rem 0 2.5rem;
  font-size: 1.5em;
  line-height: 2;
}

.page-content .about img {
  width: 50%;
  /* width: 40rem; */
  /* height: 30rem; */
  max-width: 100%;
  object-fit: cover;
  border-radius: 2.5rem;
}

@media screen and (max-width: 991px) {
  .page-content .about img {
    width: 30rem;
    height: 20rem;
  }
}

/* ------------------------------------------- */
/* Awqaf partners */
.page-content .awqaf-partners .title {
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.page-content .awqaf-partners .partners img {
  height: 5rem;
}

/* ------------------------------------------- */
/* Latest news */
.page-content .latest-news {
  padding: 2.5rem 0;
  color: var(--text-color);
}

.page-content .latest-news .head .title {
  line-height: 1.5;
}

.page-content .latest-news .swiper-slide {
  max-width: 50%;
}

.page-content .latest-news .swiper {
  height: 34rem;
}

.page-content .latest-news .swiper .card {
  height: 100%;
}

.page-content .latest-news .card .image {
  height: 16rem;
  margin-bottom: 1.5rem;
}

.page-content .latest-news .card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.page-content .latest-news .card .title {
  line-height: 1.5;
  font-size: 1.2em;
  color: var(--text-color);
  text-decoration: none;
}

.page-content .latest-news .card .title:hover {
  text-decoration: underline;
}

.page-content .latest-news .card .readMore-btn {
  background-color: #e5e7eb;
  text-decoration: none;
  color: black;
  width: fit-content;
  transition: 0.2s;
}

.page-content .latest-news .card .readMore-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

.page-content .latest-news .card .readMore-btn:hover path {
  stroke: #eef2f0;
}

.page-content .latest-news .swiper-navigators {
  filter: drop-shadow(0 0 1rem #ddd);
}

.page-content .latest-news .swiper-btn-next,
.page-content .latest-news .swiper-btn-prev {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  padding: 0.75rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-content .latest-news .swiper-btn-prev {
  background-color: white;
  border: 2px solid var(--grey-100, #eef2f0);
}

.page-content .latest-news .swiper-btn-next {
  background-color: var(--primary-color);
}

@media screen and (max-width: 767px) {
  .page-content .latest-news .swiper-slide {
    max-width: 100%;
  }
}
