@import url("media.css");
@import url("event.css");
@import url('https://fonts.googleapis.com/css2?family=Festive&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mea+Culpa&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus,
*:active {
    outline: none !important;
    -webkit-tap-highlight-color: transparent;
}



body {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
}



.container-fluid {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container {
    width: 100%;
    max-width: 1057px;
    margin: 0 auto;
    padding: 0 15px;
}

/* header start */
.bg-black-transparent {
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
}

.bg-black-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #b5a7d4;
    background: linear-gradient(180deg, rgb(156, 86, 135), transparent);
}

.header {
    border-bottom: 8px solid #2816cc;
}

.navbar-wrapper {
    padding: 13px 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.logo-img {
    height: 60px;
    width: auto;
}

.nav-toggle-btn {
    display: none;
    cursor: pointer;
}


.menu-link {
    color: #fcf3fe;
    padding: 14px 13px;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
}


.video-background {
    position: fixed;
    opacity: 0.8;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    /* Place behind other content */
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    position: absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: -2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}


.showcase {
    display: grid;
    padding: 5px;
    grid-area: showcase;
    width: 100%;
    align-content: start;

    margin: 0;
    padding: 0;

}

.intro {
    display: grid;
    grid-area: intro;
    color: #ffffff;
    width: 100%;
    font-family: "Mea Culpa", cursive;
    font-weight: 400;
    font-style: normal;
    z-index: 1;
}

.intro p {
    padding: 3.5rem 5px;
    font-style: inherit;
    font-size: 50px;
    text-shadow: 3px 6px rgb(24, 4, 4);
}



.main_wrapper {
    display: grid;
    width: 100%;
    height: auto;
    row-gap: 10px;
    gap: 10px;
    z-index: 1;
    grid-template-areas:
        "logo logo logo"
        "showcase intro intro "
        "vision mission values "
        "beliefs outreach involved"
        "page2 page2 page2"
        "footer footer footer ";

}

/* This section is for styling the box div*/

.box {
    display: grid;
    font-weight: 400;
    padding: 5px;
    font-size: 1.5em;
    font-style: inherit;
    text-align: center;
    gap: 5px;
    background-color: #692c5b;
    border-radius: 10%;
    border: #331b72 solid 1px;
    color: rgb(240, 233, 233);
    z-index: 10;
    cursor: pointer;

}

.box p {
    font-family: "Atkinson Hyperlegible Next", serif;
    font-size: 24px;
    float: left;
    text-shadow: 3px 4px black;
}

.box:hover {
    font-size: 35px;
    transition: 2.3ms ease-in-out;

}



.button {
    background-color: #331b72;
    /* Green */
    border: none;
    color: rgb(248, 248, 255);
    position: relative;
    margin-left: 30px;
    width: 90%;
    border-radius: 10px;
    bottom: 2px;
    margin-top: 10px;
    height: 60px;
    font-weight: 700;
    padding: 10px 5px;
    text-decoration: none;
    display: inline;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}








.intro h1 {
    text-align: left;
    text-shadow: 3px 3px 5px rgb(24, 4, 4);
    padding: 1.5rem 0;
    font-size: 54px;

}

#values {
    display: grid;
    grid-area: values;

}

#vision {
    display: grid;
    grid-area: vision;
}

#beliefs {
    display: grid;
    grid-area: beliefs;
}

#mission {
    display: grid;
    grid-area: mission;
}

#involved {
    display: grid;
    grid-area: involved;
}

#outreach {
    display: grid;
    grid-area: outreach;
}


#values h2 {
    text-align: center;
}

.page2 {
    display: grid;
    grid-area: page2;
    grid-template-columns: 1fr 1fr 1fr;
    z-index: 1;
    width: 100%;
    margin: 0;
}

.prayerBox {
    display: flex;
    flex-direction: column;
    margin: 15px 5px;
    background-color: #692c5b;
    ;
    background-position: left;
    border: #331b72 thin solid;
    width: 100%;
    border-radius: 15px;
}

.prayerBox h2 {
    font-size: 18px;
    color: white;
    text-align: center;

}

.prayerBox p {

    color: white;
    padding: 1.5rem 1.5rem;
    width: 100%;
    font-family: "Atkinson Hyperlegible Next", serif;
    font-size: 24px;
    float: left;
    display: flex;

}

.prayerBox img {
    object-fit: fill;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px auto;
    border-radius: 10%;
}




h2,
h3 {

    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    font-size: 35px;
    color: white;
    text-align: center;
    padding: 2px;
    width: 100%;
}




a {
    text-decoration: none;
    color: #c917da;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}



.header {
    border-bottom: 8px solid #b1953a;
}


.logo-img {
    height: 60px;
    width: auto;
}

.nav-toggle-btn {
    display: none;
    cursor: pointer;

}

.nav-toggle-btn svg {

    color: #9ebfd9;
}




.menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgb(161, 152, 201);
  
}



.menu-link:hover {

    background-color: rgb(72, 41, 75);
    color: rgb(161, 152, 201);
}

.request {
    font-family: "Mea Culpa", cursive;
    font-weight: 400;
    font-style: normal;
    width: 90%;
    font-size: xx-large;
    padding: 2em auto;
    margin-bottom: 30px;
    line-height: 2.8;
    color: white;
    text-shadow: 3px 3px 5px rgb(24, 4, 4);
}



input[type=submit] {
    background-color: #3b213b;
    border: none;
    text-transform: capitalize;
    color: white;
    padding: 16px 32px;
    width: 100%;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;


}

textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

input[type=text],
input[type=email] {
    background-color: #e7d3e6;
    color: white;
    width: 100%;
    height: 50px;
}

input[type=text]:focus {
    border: 3px solid #555;
}

/* Contact Container css */
.contact-container {
    display: grid;
    width: 100%;
    padding: 15px;
    grid-template-columns: repeat(3, 1fr);
    background-color: rgb(156, 86, 135);
}

.contact-container h3 {
    color: white;
}

.form_container {
    display: grid;
    background-color: rgb(156, 86, 135);
    padding: 15px;
    color: #ffffff;
    border-radius: 5%;
    border: white thin solid;
}

.about-container {
    background-color: rgb(156, 86, 135);
    color: white;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
}

.about-container h1 {
    color: gold;
    text-shadow: black 2px 2px;
}

.title-header {
    margin-bottom: 20px;
    margin-top: 100px;

}

.bio {
    padding: 50px;

}

.churchHours {
    display: grid;
    padding: 15px 23px 50px;
}

footer {
    background: linear-gradient(180deg, rgb(156, 86, 135), transparent);
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    grid-area: footer;
    z-index: -1;
    padding: 0.5rem 0;
}

footer p {
    display: grid;
    font-size: 30px;
    color: rgb(243, 224, 245);

}

#emblem {
    display: grid;
    position: relative;
    bottom: -50px;
    left: 250px;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(4, 70px);
    list-style: none;
}

.wrapper .icon {
    position: relative;
    background: #e1dbe7;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #412cb8;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #6d1d1d;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
    background: #1877F2;
    color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
    background: #1DA1F2;
    color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
    background: #E4405F;
    color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
    background: #333333;
    color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
    background: #CD201F;
    color: #ffffff;
}