@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;

  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}

.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem 0 2rem;
  background: linear-gradient(to right, #f0f4f8, #a1d6e2);
  /* height: 10rem; */
}

.sticky .section__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;

  background: #fff;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.06);
  z-index: 1000;
}

.sticky .section__hero {
  margin-top: 9.6rem;
}

.header-logo {
  width: 8%;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.nav-list li {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  list-style: none;
}

.nav-links:link,
.nav-links:visited {
  text-decoration: none;
  color: #003b73;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}

.nav-links:hover {
  color: #c2255c;
  border-bottom: 2px solid #003b73;
}

.nav-links.active {
  color: #c2255c;
  font-weight: 600;
}

/* MOBILE NAV */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
  z-index: 999999;
}

.btn-mobile-nav i {
  font-size: 4.8rem;
  color: #333;
}

.btn-mobile-nav .fa-xmark {
  display: none;
}

/*
////////////////////////////////////////////////////////////////////////////////
HERO SECTIONS

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

.section__hero {
  color: #003b73;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/darkone.jpg);
  height: 80vh;
  background-size: cover;

  color: #f0f4f8;
}

.hero__container {
  max-width: 130rem;
  margin: 0 auto;
  position: absolute;
}

.hero__container--inner {
  width: 50%;
  top: 5rem;
  left: 5rem;
  transform: translateY(15rem);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero__heading {
  font-size: 3.8rem;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

#arrow-down-icon {
  font-size: 2.4rem;
  transition: transform 0.3s ease;
  margin-bottom: 5rem;
  display: block;
}

#arrow-down-icon:hover {
  transform: scaleY(1.8);
}

.hero-btn:link,
.hero-btn:visited {
  font-size: 2rem;
  text-decoration: none;
  text-transform: uppercase;

  position: relative;
  display: inline-block;
  width: 25rem;
  height: 8rem;
  text-align: center;
  line-height: 8rem;
  color: #f0f4f8;

  border: 4px solid #003b73;
  letter-spacing: 3px;
  transition: all 0.5s;
  overflow: hidden;
}

.hero-btn:link::before,
.hero-btn:visited::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 4rem solid #003b73;
  border-bottom: 4rem solid #003b73;
  border-right: 4rem solid transparent;
  transition: all 0.5s;
  z-index: -1;
  transform: translateX(-100%);
}

.hero-btn:hover::before {
  transform: translateX(0%);
}

.hero-btn:link::after,
.hero-btn:visited::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 4rem solid #003b73;
  border-bottom: 4rem solid #003b73;
  border-left: 4rem solid transparent;
  transition: all 0.5s;
  z-index: -1;
  transform: translateX(100%);
}

.hero-btn:hover::after {
  transform: translateX(0%);
}

.hero-btn:hover,
.hero-btn:active {
  color: #c2255c;
  color: #f0f4f8;
}

/*
////////////////////////////////////////////////////////////////////////////////
WELCOME SECTIONS

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

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

.welcome {
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: center;
}

.welcome-heading {
  font-size: 4rem;
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  color: #002b5c;
  margin-bottom: 1rem;
}

.welcome-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5rem;
}

.welcome-btn:link,
.welcome-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;
}

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

.wel-con {
  width: 50%;
}

.slider {
  width: 100%;
  max-width: 60rem;
  height: 45rem;
  position: relative;
  margin: auto;
  overflow: hidden;
}

.slider img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fade 30s infinite;
}

.slider img:nth-child(1) {
  animation-delay: 0s;
}

.slider img:nth-child(2) {
  animation-delay: 10s;
}

.slider img:nth-child(3) {
  animation-delay: 20s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*
////////////////////////////////////////////////////////////////////////////////
ABOUT US SECTIONS

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

.section-about {
  background: linear-gradient(to right, #000000, #003b73, #1a1a1a);
  background-size: cover;
}

.about {
  padding: 9.6rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20rem;
  align-items: center;
}

.about-img {
  width: 100%;
}

.about-heading {
  font-size: 3.6rem;
  font-weight: 600;
  font-style: italic;
  color: #f0f4f8;
  margin-bottom: 2rem;
}

.about-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #d8dcdf;
  margin-bottom: 6rem;
}

/*
////////////////////////////////////////////////////////////////////////////////
COUNSELLING SECTIONS

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

.section-counsell {
  padding: 9.6rem 0 15rem 0;
}

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

.counsell-heading {
  font-size: 3.6rem;
  font-weight: 500;
  font-style: italic;
  color: #002b5c;
  text-transform: capitalize;
  margin-bottom: 1.2rem;
}

.counsell-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5rem;
}

/*
////////////////////////////////////////////////////////////////////////////////
GIVE SECTIONS

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

.give-container {
  background: linear-gradient(to right, #003b73, #245e96, #6ca6d1);

  padding: 8rem;
  border-radius: 1rem;
  text-align: center;

  transform: translateY(-6rem);
}

.heading-give {
  font-size: 6rem;
  font-weight: 600;
  font-style: italic;

  text-transform: uppercase;
  color: #f1f7fc;
  text-shadow: 1px 1px 3px #002b5c;
}

.give-text {
  font-size: 2rem;

  color: #d0e3f5;
  margin-bottom: 3.2rem;
}

.giving-links {
  display: inline-block;
  padding: 1.3rem 2.6rem;
}

.giving-list:link,
.giving-list:visited {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #002b5c;

  text-decoration: none;
  padding: 1.6rem 3.2rem;
  margin-right: 2rem;
  border-radius: 1rem;
  transition: all 0.5s;
}

.give-build:link,
.give-build:visited {
  background-color: #ff6b6b;
}

.give-build:hover,
.give-build:active {
  color: #002b5c;
  background-color: #d0e3f5;
}

.give-now:link,
.give-now:visited {
  background-color: #d0e3f5;
}

.give-now:hover,
.give-now:active {
  background-color: #ff6b6b;
}

/*
////////////////////////////////////////////////////////////////////////////////
NEWSLETTER SECTIONS

////////////////////////////////////////////////////////////////////////////////
 */
.section-newsletter {
  text-align: center;
  width: 50%;
}

.news-heading {
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  color: #f0f4f8;
  margin-bottom: 1rem;
}

.news-text {
  font-size: 1.6rem;
  color: #c0c3c6;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}

input[type="email"] {
  font-size: 1.4rem;
  color: #002b5c;
  font-family: inherit;
  padding: 1.6rem 3.2rem;
  margin-right: 4rem;
  cursor: pointer;
}

input[type="submit"] {
  font-size: 1.6rem;
  color: #f0f4f8;
  font-family: inherit;
  padding: 1.6rem 3.2rem;
  background-color: #002b5c;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 6rem;
}

input[type="submit"]:hover {
  background-color: #c2255c;
}

input[type="email"]:focus {
  border-color: #002b5c;
  outline: none;
}

footer {
  background: linear-gradient(to right, #b23c3c, #6b1f1f);
}

.section-footer {
  padding: 9.6rem 0 9.6rem 0;
}

.footer-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.logo img {
  width: 20%;
}

.footer-heading,
.weekly-prog {
  font-size: 1.4rem;
  font-style: italic;
  color: #c0c3c6;
  margin-bottom: 1.2rem;
}

.address,
.sunday,
.weekdays {
  font-size: 1.2rem;
  color: #f0f4f8;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.links:link,
.links:visited {
  text-decoration: none;
  font-size: 1.2rem;
  color: #f0f4f8;
  transition: all 0.3s;
}

.links:hover,
.links:active {
  color: #a1d6e2;
}

.conect-text {
  font-size: 1.2rem;
  color: #f0f4f8;
  margin-bottom: 2rem;
}

.contact-info {
  font-size: 1.2rem;
  color: #f0f4f8;
}

.contact-info a {
  color: inherit;
  text-decoration: none;
  margin-bottom: 2rem;
  display: block;
}

.social-links {
  display: flex;
  gap: 3.2rem;
}

.social-links a:link,
.social-links a:visited {
  font-size: 2.4rem;
  color: #f0f4f8;
  transition: all 0.3s;
}

.social-links a:hover,
.social-links a:active {
  color: #002b5c;
}

/* .social-links,
.facebook:link,
.social-links,
.facebook:visited,
.social-links,
.youtube:link,
.social-links,
.youtube:visited,
.social-links,
.instagram:link,
.social-links,
.instagram:visited,
.social-links,
.tiktok:link,
.social-links,
.tiktok:visited {
  font-size: 2.4rem;
  color: #f0f4f8;
  transition: all 0.3s;
}

.social-links,
.facebook:hover,
.social-links,
.facebook:active,
.social-links,
.youtube:hover,
.social-links,
.youtube:active,
.social-links,
.instagram:hover,
.social-links,
.instagram:active,
.social-links,
.tiktok:hover,
.social-links,
.tiktok:active {
  color: #002b5c;
} */
