@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&family=Fugaz+One&family=Gugi&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Lilita+One&family=Merienda:wght@300..900&family=Playwrite+DE+Grund:wght@100..400&family=Uncial+Antiqua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Gabriela&display=swap');

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Gabriela", serif;
}

.head {
    font-family: "Uncial Antiqua", serif;
    text-align: center;
    padding: 20px;
    font-size: 70px;
    color: white;
    margin-top: 120px;
    
}

header {
    width: 100%;
    background-image: linear-gradient(to right, rgb(53, 10, 53), rgb(21, 21, 148));;
    color: white;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar {
    max-width: 1200px;
    margin: auto;
    padding: 1rem 0; ;
    display: flex;
    justify-content: space-between;
    align-items: center;
   /*  background-image: linear-gradient(to right, rgb(53, 10, 53), rgb(21, 21, 148));; */
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    animation: fadeInDown 1s ease-in-out;
    color: wheat;
}

/* Navigation Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
    transition: transform 0.3s ease;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    position: relative;
}

.nav-links a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.nav-links a:hover::after {
    width: 100%;
}


.nav-links a.active {
  color: #ffcc00;
  font-weight: bold;
  border-bottom: 2px solid #facc15;
}


/* Hamburger Menu (Mobile Only) */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: white;
    border-radius: 3px;
    transition: 0.3s;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hamburger {
        display: flex;
    }

    .logo {
        font-size: 1.2rem;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #003366;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.3s ease-out;
    }

    .nav-links.open {
        max-height: 500px; /* Arbitrary large number */
    }

    .nav-links li {
        padding: 1rem 0;
    }
}

/* Animation */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(8px);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-8px);
}




.about-animated-bg {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  overflow: hidden;

  /* The magic gradient */
  background: linear-gradient(-45deg, #330867, #0f0c29, #302b63, #24243e);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.about-content h2 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #FFD700; /* Gold or bright highlight */
  text-transform: uppercase;
  letter-spacing: 2px;
}

.about-content .subtitle {
  font-size: 22px;
  color: #cccccc;
  margin-bottom: 25px;
  font-style: italic;
}

.about-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #f0f0f0;
  font-family: "Hanken Grotesk", sans-serif;
}







#about-particles-bg {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #0f0c29;
}

.about-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  max-width: 800px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}

/* Canvas goes behind everything */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}
.about-animated-bg {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #0f0c29;
}
.about-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  max-width: 800px;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
}














.about-section {
  text-align: center;
  padding: 60px 20px;
  background: linear-gradient(to right, #fffaf0, #fdf6e3);
}

.about-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: #cc5500;
  position: relative;
  display: inline-block;
  animation: slideInFade 1.2s ease both;
}

.about-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #f4d03f;
  border-radius: 2px;
  animation: underlineGrow 1s ease 0.6s forwards;
  opacity: 0;
}

@keyframes slideInFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes underlineGrow {
  to {
    opacity: 1;
    width: 80px;
  }
}












.intro {
    padding: 20px;
    font-size: 25px;
    text-align: right;
}


.first {
    text-align: right;
    font-size: 25px;
    padding: 20px;
}

.b {
    display: inline;
    padding-inline: 20px;
}

.a {
    text-decoration: none;
    color: wheat;
    transition: 0.5s;
}

.a:hover {
    color: gold;
    cursor: cell;
}

.a:active {
    color: white;
}

.about-us-logo {
  text-align: center;
  margin: 40px 0;
  animation: fadeInUp 1.2s ease both;
}

.about-us-logo img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 5px solid #cc5500;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect */
.about-us-logo img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 25px rgba(204, 85, 0, 0.4);
}

/* Optional bounce animation when entering */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}






.mission-section {
  max-width: 950px;
  margin: 60px auto;
  padding: 40px 30px;
  border-radius: 15px;
  text-align: center;
  color: #222;
  background: linear-gradient(-45deg, #fff9ec, #fdebd0, #e0f7fa, #fffde7);
  background-size: 400% 400%;
  animation: moveGradient 12s ease infinite, fadeInUp 1.2s ease both;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}




@keyframes moveGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}







.mission-heading {
  font-size: 34px;
  color: #050A44;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.mission-heading::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 10px auto 0;
  background-color: #f4d03f;
  border-radius: 2px;
}

.mission-intro {
  font-size: 18px;
  font-weight: 400;
  color: #555;
  line-height: 1.8;
  background: #f1f3f9;
  padding: 20px;
  border-left: 5px solid #cc5500;
  margin-bottom: 30px;
  border-radius: 6px;
}

.mission-list {
  list-style-type: none;
  padding: 0;
}

.mission-list li {
  background: #eef3ff;
  padding: 20px;
  margin: 12px 0;
  border-left: 6px solid #050A44;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.mission-list li strong {
  font-size: 20px;
  color: #050A44;
  display: inline-block;
  margin-bottom: 8px;
}

.mission-list li p {
  font-size: 16px;
  color: #444;
  margin: 0;
  line-height: 1.6;
}

.mission-list li:hover {
  background: #dde6ff;
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Entrance animation */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}



.vision-section {
    max-width: 1000px;
    margin: 40px auto;
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.vision-section h2 {
    font-size: 32px;
    color: #00163b;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.vision-intro {
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 20px;
    border-left: 4px solid #00163b;
    background: #f8f9fa;
}


.vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

/* Vision Card Styling */
.vision-card {
    background: #f0f5ff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, background 0.3s;
}

.vision-card h3 {
    font-size: 22px;
    color: #00163b;
    font-weight: 600;
}

.vision-card p {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
    line-height: 1.6;
}


.vision-card:hover {
    background: #dde7ff;
    transform: scale(1.05);
}


.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1; 
}


#bg-video {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(10px);
}


.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-family: "Arial", sans-serif;
}


.core-values {
    background: linear-gradient(to right, #00163b, #13293d);
    color: white;
    padding: 50px 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    margin: 40px auto;
}


.core-values h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: "Merienda", cursive;
    color: gold;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.core-values ul {
    list-style: none;
    padding: 0;
}


.core-values li {
    font-size: 1.2rem;
    padding: 15px;
    margin: 10px 0;
    background: rgba(255, 255, 255, 0.2);
    border-left: 5px solid gold;
    border-radius: 10px;
    font-family: "Hanken Grotesk", sans-serif;
    transition: transform 0.3s ease, background 0.3s ease;
}


.core-values li:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.4);
}


.church-video-section {
    text-align: center;
    padding: 50px 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    margin: 40px auto;
}


.church-video-section h2 {
    font-size: 2.2rem;
    font-family: "Merienda", cursive;
    color: #00163b;
    margin-bottom: 10px;
}

.church-video-section p {
    font-size: 1.2rem;
    color: #444;
    font-family: "Hanken Grotesk", sans-serif;
    margin-bottom: 20px;
}


.church-video-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


.church-video-container video {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.church-history {
    background-color: #f4f4f4; /* Light gray background */
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 40px auto;
}

.church-history h2 {
    font-family: "Merienda", cursive;
    font-size: 32px;
    text-align: center;
    color: #002855; /* Dark blue */
    margin-bottom: 20px;
}

.church-history p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    text-align: justify;
}

.vision-quote {
    font-style: italic;
    font-size: 20px;
    color: #555;
    text-align: center;
    margin: 20px 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-left: 5px solid #002855;
}

.streams-list {
    list-style: none;
    padding: 0;
}

.streams-list li {
    background: #002855;
    color: white;
    font-size: 18px;
    padding: 12px;
    margin: 10px 0;
    border-radius: 8px;
    transition: 0.3s;
}

.streams-list li:hover {
    background: #004aad;
    transform: scale(1.05);
}

.future-plan {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #d32f2f;
    margin-top: 20px;
}


.s-faith {
    background: linear-gradient(to right, #00163b, #002b5e); 
    color: white;
    padding: 40px 20px;
    border-radius: 15px;
    max-width: 900px;
    margin: 30px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.s-faith p {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    color: #fbc02d; /* Gold color */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.s-faith ul {
    list-style: none;
    padding: 0;
}

.s-faith li {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-left: 30px;
}


.s-faith li::before {
    content: "✝"; /* Cross Symbol */
    font-size: 18px;
    font-weight: bold;
    color: #fbc02d;
    position: absolute;
    left: 10px;
    top: 16px;
}


.s-faith li:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}


@media (max-width: 768px) {
    .s-faith {
        padding: 30px 15px;
    }

    .s-faith p {
        font-size: 22px;
    }

    .s-faith li {
        font-size: 15px;
        padding: 12px;
    }
}



.leadership-team {
    background-color: #f9f9f9;
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
}

.leadership-team h2 {
    font-size: 32px;
    color: #002855;
    font-family: "Merienda", cursive;
    margin-bottom: 15px;
}

.leadership-team p {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-align: justify;
}

.leadership-card {
    background: white;
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.leadership-card:hover {
    transform: scale(1.05);
}

.leadership-card h3 {
    font-size: 24px;
    color: #004aad;
    margin-bottom: 10px;
}

.leadership-card p {
    font-size: 16px;
    color: #555;
}


footer {
    background-color: #002244;
    color: white;
    padding: 3rem 2rem 1rem;
    font-size: 0.95rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 250px;
}

.footer-section h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    border-bottom: 2px solid #ffcc00;
    padding-bottom: 0.5rem;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin: 0.5rem 0;
}

.footer-section ul li a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-section ul li a:hover {
    color: #ffcc00;
}

.footer-section p {
    margin: 0.5rem 0;
}

.social-links a {
    display: inline-block;
    margin-right: 1rem;
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #ffcc00;
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    border-top: 1px solid #444;
    padding-top: 1rem;
    font-size: 0.85rem;
    color: #aaa;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .social-links a {
        margin: 0 0.5rem;
    }
}