.section-give-page {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/helping-hands.jpg);
  background-size: cover;
  height: 70vh;
  background-position: center;
  color: #f0f4f8;
}

.give-page {
  padding: 9.6rem 0;
  text-align: center;
  width: 40%;
  transform: translateY(10rem);
}
.give-page-heading span {
  font-size: 6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #a1d6e2;
}

.give-page-heading {
  font-size: 4.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.give-page-text {
  font-size: 2rem;
  color: #c0c3c6;
  margin-bottom: 5rem;
}

/*
////////////////////////////////////////////////////////////////////////////////
WAYS TO GIVE PAGE 

////////////////////////////////////////////////////////////////////////////////
 */

.section-way-to-give {
  padding: 6rem 0 15rem 0;
}

.ways-give {
  width: 40%;
  text-align: center;
}

.ways-heading {
  font-size: 6.2rem;
  font-weight: 500;

  font-style: italic;
  text-transform: uppercase;
  color: #003b73;
  margin-bottom: 1.2rem;
}

.ways-texts {
  font-size: 2rem;
  color: #909295;
  margin-bottom: 2rem;
}

.accounts {
  background: linear-gradient(to right, #002b3f, #003b73, #1a5e3b);

  padding: 8rem;
  border-radius: 1rem;
}

.accounts-heading {
  font-size: 3.2rem;
  font-weight: 500;
  color: #f0f4f8;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
}

.accounts-main,
.accounts-building,
.accounts-rent,
.accounts-tithes {
  display: flex;
  justify-content: space-between;
  align-items: center;

  margin-bottom: 3.2rem;
  cursor: pointer;
}

.account-type {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.acc-img {
  width: 4rem;
  height: 4rem;
}

.main {
  font-size: 2rem;
  font-weight: 500;
  color: #d8dcdf;
  text-transform: uppercase;
}

.acc-number {
  font-size: 1.6rem;
  font-weight: 600;
  color: #c0c3c6;
  transition: all 0.3s ease-in;
}

.acc-number:hover {
  transform: scale(2.05);
}

/*
////////////////////////////////////////////////////////////////////////////////
CONTACT US PAGE 

////////////////////////////////////////////////////////////////////////////////
 */

.contact {
  padding: 6rem 0 12rem 0;
  text-align: center;
}

.contact-heading {
  font-size: 5.2rem;
  font-weight: 500;
  color: #487e62;
  text-transform: uppercase;
  margin-bottom: 3.2rem;
  margin-top: 8rem;
}

.contact-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}

.contact-links i {
  font-size: 4.2rem;
  color: #474747;
  margin-bottom: 1.2rem;
  transition: all 0.3s ease-in;
}

.contact-links i:hover {
  color: #c2255c;
}

.contact-links a:link,
.contact-links a:visited {
  text-decoration: none;
}

.contact-name {
  font-size: 2.4rem;
  font-weight: 500;
  color: #5c5c5c;
  margin-bottom: 8rem;
}

/*
////////////////////////////////////////////////////////////////////////////////
SERMONS PAGE 

////////////////////////////////////////////////////////////////////////////////
 */

.section-sermon {
  padding: 9.6rem 0;
  background-color: #e6e6e6;
}

.sermon {
  width: 50%;
  text-align: center;
}

.sermon-heading {
  font-size: 5.2rem;
  font-weight: 500;
  color: #003b73;
  text-transform: uppercase;
  padding-top: 3rem;
  margin-bottom: 1rem;
}

.sermon-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3.2rem;
  color: #666666;
}

.sermon-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4rem;
  row-gap: 4rem;
  cursor: pointer;
}

.sermon-img-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.sermon-img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.sermon-title {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  margin-top: 1rem;
}

.sermon-title:last-child {
  margin: 0;
}

.sermon-link:hover .sermon-img {
  transform: scale(1.1);
}

.sermon-link:hover .play-icon {
  opacity: 1;
}

.see-more-container {
  margin: 0 auto;
  margin-top: 2rem;
}

.see-more:link,
.see-more:visited {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  color: #f0f4f8;
  text-transform: uppercase;
  font-style: italic;
  background-color: #003b73;
  padding: 0.6rem 1.2rem;
  transition: all 0.3s ease-in;
}

.see-more:hover,
.see-more:active {
  background-color: #c2255c;
}

/*
////////////////////////////////////////////////////////////////////////////////
MANDATE PAGE 

////////////////////////////////////////////////////////////////////////////////
 */

.section-mandate {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/give-img.jpg);
  background-size: cover;
  background-position: center;
  height: 50vh;
  position: relative;
}

.mandate {
  /* margin-top: 10rem; */
  text-align: center;
  width: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 10rem;
}

.mandate-heading {
  font-size: 4.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #f0f4f8;
  padding-top: 4rem;
  margin-bottom: 2rem;
}

.mandate-subtext {
  font-size: 2rem;
  font-weight: 400;
  color: #d8dcdf;
  line-height: 1.8;
}

.submandate {
  padding: 6rem 0;
}

.submandate-heading {
  font-size: 3.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #003b73;
  margin-bottom: 1rem;
}

.submandate-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

.section-vision {
  padding: 6rem 0;
  background: linear-gradient(to right, #f0f4f8, #a1d6e2);
}

.vision-heading {
  font-size: 3.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #003b73;
  margin-bottom: 3.2rem;
  text-align: center;
}

.vision-list {
  list-style: none;
}

.vision-list li {
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
  font-size: 2rem;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: #333;
}

.vision-list li:last-child {
  margin-bottom: 4rem;
}

.vision-list i {
  margin-right: 1rem;
  color: #1a5e3b;
}

.vision-btn:link,
.vision-btn:visited {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 500;
  color: #f0f4f8;
  background-color: #002b5c;
  padding: 1.6rem 3.2rem;
  border: 1px solid #c2255c;
  border-radius: 1rem;

  transition: all 0.3s ease-in;
  display: inline-block;
  text-align: center;
  margin-right: 4rem;

  margin-bottom: 8rem;
}

.vision-btn:hover,
.vision-btn:active {
  background-color: #c2255c;
  border: 1px solid #002b5c;
}
