/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    font-weight: 500;
    background-color: #fff;
}

.site-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.logo-container img {
    max-height: 82px;
}


nav {
    z-index: 10;
    font-family: 'Montserrat', 'sans-serif';
    height: 100px;
    background-color: #000;
    padding: 0 5%;

}
nav .logo { 
    float: left;
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #fff;
}
nav .logo a img {
    height: 80px;
}
nav .links {
    float: left;
    padding: 0;
    margin: 0;
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
nav .links li {
    list-style: none;
}
nav .links a {
    display: block;
    padding: 0.5em;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    position: relative;
}
nav .links a:hover {
    color: white;
}
nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
}
#nav-toggle {
     position: absolute;
     top: -100px;
}
nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}
nav .icon-burger .line {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 5px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}
a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Header Styles */
header {
    background-color: #000;
    position: relative;
    width: 100%;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px;
    max-width: 1850px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.logo-container {
    display: flex;
    align-items: center;
}

.logo-text {
    color: #3498db;
    font-weight: 900;
    line-height: 0.9;
    text-transform: uppercase;
}

.the {
    font-size: 14px;
    letter-spacing: 1px;
}

.uri {
    font-size: 28px;
    letter-spacing: 1px;
}

.movement {
    font-size: 14px;
    letter-spacing: 1px;
}

nav ul {
    display: flex;
    gap: 100px;
}

nav ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.3s;
    letter-spacing: 0.5px;
}

nav ul li a:hover, nav ul li a.active {
    color: #3498db;
}

.built-on {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 10px;
    color: #999;
}

/* Hero Section */
.hero {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 170px 20px 130px;
    background: url(../images/main-banner.jpg) no-repeat;
    background-size: 100% 100%;
}

.hero-content {
    max-width: 800px;
    z-index: 2;
    position: relative;
}

.hero h1 {
    font-family: 'Anton', sans-serif;
    font-size: 7.5rem;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 0.9;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.faith {
    color: #fff;
}

.purpose {
    color: #000;
}

.hero p {
    font-size: 1.4rem;
    margin-bottom: 40px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    letter-spacing: 0em;
    line-height: 1.6;
}
.cta-button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 24px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s;
    font-size: 18px;
    letter-spacing: 0.5px;
    max-width: 420px;
    width: 100%;
    transition: all 0.3s ease-in-out 0s, visibility 0s;
    --transition: all 0.3s ease-in-out 0s, visibility 0s;
}
.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: #308bc6;
}
.cta-button.dark {
    background-color: #000;
    color: #fff;
    font-size: 17px;
}

.cta-button.yellow {
    background-color: #efe200;
    color: #000;
    width: 363px;
    padding: 19px 20px;
}
.cta-button.yellow:hover {
    background-color: #000;
    color: #efe200;
}

/* Marquee Animation */
.marquee-container {
    background-color: #000;
    overflow: hidden;
    width: 100%;
    height: 55px;
    position: relative;
}

.marquee {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    position: absolute;
    width: max-content;
    height: 100%;
    animation: marquee 20s linear infinite;
}

.marquee-content span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-weight: 900;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: -0.08em;
    white-space: nowrap;
}

.marquee-content span.yellow {
    color: #f1c40f;
}

.marquee-content span.blue {
    color: #3498db;
}

.marquee-content span.white {
    color: #fff;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Subscribe Section */
.subscribe {
    background-color: #000000;
    color: #fff;
    padding: 38px 0;
    background-image: url(../images/inner-banner_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.subscribe:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    left: 0;
    top: 0;
}
.subscribe-inner {
    max-width: 1850px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.subscribe-content {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
    max-width: 580px;
}
.subscribe h2 {
    font-family: 'Anton', sans-serif;
    font-size: 4.7rem;
    font-weight: 400;
    margin-bottom: 10px;
    color: #EFE200;
    line-height: 1;
    letter-spacing: 2px;
}

.subscribe p {
    font-size: 0.95rem;
    line-height: 1.9;
    font-weight: 400;
}

.subscribe-form {
    flex: 1;
    min-width: 300px;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.8rem;
}

.form-group input {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    height: 40px;
    border: 1px solid #fff;
}
.form-row .form-group {
    width: 20%;
}
.submit-btn {
    background-color: #3498db;
    color: #fff;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    height: 40px;
    margin-top: 24px;
    border-radius: 50px;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 16px;
}
.submit-btn:hover {
    background-color: #efe200;
    color: #000000;
} 
/* About Section */
.about-uri {
    background: url(../images/inner-banner_02.jpg) no-repeat;
    color: #fff;
    background-size: cover;
    position: relative;
}

.about-inner {
    max-width: 1850px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.about-content {
    flex: 3;
    padding: 20px 50px 80px;
    min-width: 300px;
}

.about h2 {
    font-family: 'Anton', sans-serif;
    font-size: 180px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.about h2 span {
    color: #f1c40f;
}

.about-intro {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    max-width: 600px;
    line-height: 1.4;
}
.about p {
    margin-bottom: 25px;
    max-width: 600px;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
}
.about p.about-intro {
    font-size: 22px;
    font-weight: 700;
    margin: 50px 0 30px;
}
section.about.get-involved p {
    font-size: 22px;
    min-width: 730px;
}
.about-image {
    flex: 2;
    min-width: 900px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0;
}
.about-uri:before {
    content: "";
    background: linear-gradient(122deg, #308BC6 0%, #6BC5FF 54.63214004248903%, #FFFFFF 91.69804087856359%);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
}
/* Events Section */
.events {
    position: relative;
    height: 500px;
    overflow: hidden;
    background: url(../images/inner-banner_01.jpg) no-repeat;
}

.events-inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.events-content {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
    display: none;
}

.events-content h2 {
    font-family: 'Anton', sans-serif;
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    line-height: 0.8;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.events-content h2 span {
    color: #f1c40f;
    display: block;
}

.events-overlay {
    position: relative;
    z-index: 2;
    text-align: center;
}
.about.get-involved h2 {
    color: #000;
    font-size: 150px;
}
.about.get-involved span {
    color: #EFE200;
}
.get-involved .about-image {
    min-width: 800px;
}
.about.get-involved p.about-intro {
    margin: 0px 0 20px;
    white-space: nowrap;
}
.about.get-involved p.about-intro.sub {
    color: #efe200;
}
section.contact-form {
    background: #000;
}
.d-flex {
    display: flex;
}
.inner-contact-form-form {
    width: 60%;
    padding-top: 60px;
}
.contact-wrapper {
    max-width: 1850px;
    padding: 0px 80px 0 0;
}
.form-column {
    width: 50%;
}
.inner-contact-form-form h4 {
    color: #EFE200;
    text-align: center;
    font-size: 18px;
}
.inner-contact-form-form p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 40px 0 50px;
}
textarea {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    border-radius: 0;
    height: 95px;
    border: 1px solid #fff;
    resize: none;
    color: #fff;
    font-size: 16px;
}
.form-column.full-width {
    width: 100%;
}
.form-column label {
    color: #fff;
    font-size: 16px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/***** Slide Left *****/
.slide-left {
  animation: 3s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
.event-slide-image {
    z-index: 9;
}
.slide-bottom {
  animation: 3s slide-bottom;
}
@keyframes slide-bottom {
  from {
    margin-bottom: -100%;
  }
  to {
    margin-bottom: 0%;
  }
}
.slide-right {
  animation: 3s slide-right;
}
@keyframes slide-right {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0%;
  }
}
.fade-in {
  animation: fadeIn ease 3s;
}
@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}


/* Event Page */

/* Event Hero Section */
.event-main-banner .hero {
    position: relative;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    padding: 0;
    background: none;
}

.event-main-banner .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background: linear-gradient(rgb(48, 139, 198) -25%, rgba(0, 0, 0, 0.7)), url(../images/event_banner.avif) no-repeat;
    background-size: cover;
}

.event-main-banner .hero-content {
    position: relative;
    z-index: 10;
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 30px 0 0px;
}

.event-main-banner .hero h1 {
    font-size: 7rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #000;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}

.event-main-banner .hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgb(0 0 0 / 0%) 75%, rgba(0, 0, 0, 0.7));
}

.event-main-banner .hero-title-top {
    display: block;
    margin-bottom: 0px;
    line-height: 1;
}

.event-main-banner .hero-title-bottom {
    display: block;
    color: #ffde00;
    line-height: 1;
}

.event-main-banner .hero-text {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 10;
    bottom: 35px;
    left: 50%;
    width: 100%;
    line-height: normal;
    transform: translate(-50%);
    padding: 0 10px;
}

/* Events Section */
.event-main-content {
    background-color: #000;
    font-family: montserrat, sans-serif;
}

.event-main-content .container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}
.event-main-content .events-section {
    padding: 80px 0;
}

.event-main-content .section-title {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: normal;
    color: #3498db;
    text-transform: uppercase;
}

.event-main-content .section-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    color: #fff;
}

.event-main-content .event-cards {
    display: flex;
    flex-direction: column;
}

.event-main-content .event-card {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.event-main-content .event-card:last-child {
    margin-bottom: 0;
}

.event-main-content .event-image {
    flex: 1;
    overflow: hidden;
}

.event-main-content .event-image {
    max-height: 515px;
}

.event-main-content .event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-main-content .event-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.event-main-content .event-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}
.event-main-content .event-description {
    margin-bottom: 20px;
}
.event-main-content .event-description, .event-main-content .event-details-text {
    margin-bottom: 15px;
    color: #fff;
}

.event-main-content .cta-button {
    display: inline-block;
    background-color: #3498db;
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    transition: background-color 0.3s ease;
    margin-top: 0;
    align-self: flex-start;
}

.event-main-content .cta-button:hover {
    background-color: #000;
    transform: none;
    color: #efe200;
}

/* Footer */
footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 0.8rem;
}

/* Animations */
@keyframes slideBg {
    0% {
        background-position: left center;
    }
    100% {
        background-position: right center;
    }
}

@keyframes panBackground {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 100% center;
    }
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .about h2, .event-main-content .section-title {
        font-size: 4rem;
    }
    .event-main-banner .hero {
        height: 60vh;
    }
    
    .hero h1, .event-main-banner .hero h1, .about.get-involved h2 {
        font-size: 4.5rem;
    }
    nav .logo { 
        width: 30%;
    }
    nav .links {
        width: 70%;
        gap: 30px;
        justify-content: end;
    }
    nav .links a {
        padding: 10px;
        font-size: 14px;
        font-weight: 400;
    }
    .get-involved .about-image {
        min-width: auto;
    }
}

@media (max-width: 992px) {
    .hero h1, .event-main-banner .hero h1  {
        font-size: 4rem;
    }
    
    .about h2, .event-main-content .section-title, .about.get-involved h2 {
        font-size: 3.5rem;
    }
    
    .subscribe h2 {
        font-size: 3rem;
    }
    
    .about-inner {
        flex-direction: column;
    }
    
    .about {
        background: #3498db;
    }
    
    .about-image {
        width: 100%;
    }
    .about.get-involved p.about-intro {
        min-width: auto;
        white-space: pre-wrap;
        max-width: max-content;
    }
    section.about.get-involved p {
        min-width: auto;
        white-space: pre-wrap;
        max-width: max-content;
    }
    .about-image {
        min-width: 100%;
    }
}

@media (max-width: 767px) {

    nav{
        height: 65px;
    }
    nav .logo {
        float: none;
        width: auto;
        justify-content: center;
    }
    nav .logo a img {
        height: 60px;
    }
    nav .links {
        float: none;
        position: fixed;
        z-index: 29;
        bottom: 0;
        top: 65px;
        right: -100%;
        width: 65%;
        height: auto;
        flex-direction: column;
        background-color: rgba(0, 0, 0, .9);
        overflow: hidden;
        justify-content: flex-start;
        transition: all .5s ease-in-out;
        gap: 0;
        align-items: flex-start;
    }
    nav .links a {
        font-size: 16px;
        width: 100%;
    }
    nav :checked ~ .links {
        right: 0;
    }
    nav .icon-burger {
        display: block;
    }
    nav :checked ~ .icon-burger .line:nth-child(1) {
        transform: translateY(4px) rotate(225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(3) {
        transform: translateY(-10px) rotate(-225deg);
    }
    nav :checked ~ .icon-burger .line:nth-child(2) {
        opacity: 0;
    }

    .header-content {
        flex-direction: column;
        padding: 15px;
    }
    
    nav ul {
        margin-top: 15px;
        gap: 15px;
    }
    
    .hero h1, .event-main-banner .hero h1  {
        font-size: 3rem;
    }
    
    .subscribe-inner {
        flex-direction: column;
        padding: 20px;
    }
    
    .subscribe-content {
        padding-right: 0;
    }
    
    .form-row {
        flex-direction: column;
    }
    
    .about-content {
        padding: 40px 20px;
        flex: auto;
    }
    .event-main-banner .hero {
        height: 75vh;
        min-height: max-content;
    }
    .subscribe-form {
        min-width: 100%;
    }
    .form-row .form-group {
        width: 100%;
    }
    .contact-wrapper {
        flex-direction: column;
        padding: 10px;
    }
    .inner-contact-form-form {
        width: 100%;
    }
    .form-column {
        width: 100%;
    }
    .hero {
        min-height: 300px;
        padding: 40px 20px 40px;
    }
    .hero p {
        line-height: 20px;
        margin-bottom: 20px;
    }
    .cta-button {
        padding: 12px 20px;
    }
    .about p {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .about h2 {
        white-space: normal;
    }
    section.about.get-involved p {
        font-size: 16px;
        min-width: 100%;
    }
}

@media (max-width: 650px) {
    .event-main-banner .hero {
        height: 65vh;
    }
    .about.get-involved p.about-intro {
        margin: 0px 0 13px;
    }


}

@media (max-width: 576px) {
    .hero h1, .event-main-banner .hero h1  {
        font-size: 2.5rem;
    }
    
    .hero p, .event-main-banner .hero-text {
        font-size: 0.95rem;
    }
    
    .about h2, .event-main-content .section-title, .about.get-involved h2 {
        font-size: 1.9rem;
        margin: 0 0 20px;
    }
    
    .about-intro {
        font-size: 1.2rem;
    }
    
    .events {
        height: 400px;
    }
    
    .marquee-content span {
        font-size: 0.9rem;
    }
    .event-main-banner .hero {
        height: 400px;
    }
    .event-main-content .events-section {
        padding: 60px 0;
    }
    .event-main-content .event-title {
        font-size: 1.1rem;
    }
    .event-main-content .event-description, .event-main-content .event-details-text {
        font-size: 12px;
    }
    .event-main-content .event-card {
        gap: 15px;
    }
    .event-main-content .cta-button {
        padding: 10px;
        font-size: 8px;
    }
    .event-main-content .event-image {
        width: 40%;
        max-height: 250px;
        flex: inherit;
    }
    .event-main-content .event-details {
        width: 60%;
        flex: inherit;
    }
    .about p.about-intro {
        font-size: 18px;
        margin: 0px 0 20px;
        line-height: 24px;
    }
}

@media (max-width: 520px) {
    .event-main-banner .hero {
        height: 380px;
    }
        .event-main-content .events-section {
        padding: 40px 0;
    }
    .cta-button.dark, .cta-button.yellow, .cta-button {
        font-size: 14px;
    }
    .cta-button.yellow {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .event-main-banner .hero {
        height: 320px;
    }
}
@media (max-width: 350px) {
    .event-main-banner .hero {
        height: 250px;
    }
}

