@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --ff: "Montserrat",sans-serif;
}

*{
    margin:0;
    padding:0;
}

body{
    background-color: black;
}

li.logo img{
    height: 100%;
    width: 100%;
}

li.logo a{
    width: 300px;
}

nav{
    background-color: black;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

nav li{
    height: 70px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    font-family: var(--ff);
    font-weight: 600;
}

nav a:hover{
    color: rgb(110, 108, 108);
}

nav li.logo:last-child{
    margin-left: auto;
}

.sideBar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 300px;
    z-index: 999;
    background-color: rgba(135, 194, 253, 0.385);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sideBar li{
    width: 100%;
}

.sideBar a{
    width: 100%;
}

.sideBar a:hover{
    color: white;
}

.sideBar li:hover{
    background-color: gray;
}

li.close:hover{
    background-color: transparent;
    
}

li.close a:hover{
    cursor: default;
}

li.close svg:hover{
    cursor: pointer;
    fill: white;
}

li.menu svg:hover{
    cursor: pointer;
    fill: rgb(76, 76, 76);
}

.menu{
    display: none;
}

div.back{
    height: 1100px;
    width: 100%;
    background-image: url(./images/bw\ random.JPG);
    background-size: cover;
    background-position: center;
}

div.blur{
    height: 100%;
    width: 100%;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

h1{
    width:100%;
    position: absolute;
    transform: translateY(75%);
    color: #FFFFFF;
    font-family: var(--ff);
    text-align: center;
    font-size: 85px;
    z-index: 1;
    margin-top: 15px ;
}

h1.header{
    font-weight: 300;
}

span.header2{
    font-weight: bold;
}

div.bg{
    width: 100%;
    height: 300px;
    background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(./images/services\ bg.jpg);
}

div.section{
    width: 100%;
    height: 1085px;
}

div.part1 h2{
    color: #FFFFFF;
    font-family: var(--ff);
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    padding: 50px 40px;
}

div.section2{
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    margin: 50px 0px;
}

div.part2, div.part3{
    width: 100%;
    text-align: center;
    font-family: var(--ff);
    font-size: 30px;
    color: #FFFFFF;
    padding: 0;
}

h3{
    text-align: center;
    margin-bottom: 30px;
}

div.yt{
    margin: 120px 0;
    text-align: center;
    padding: 0 60px;
}

h2.soon{
    font-weight: 700;
    font-size: 30px;
    padding: 30px 0;
}

p.p {
    font-size: 25px;
    color: #fbf8f8;
    font-weight: 500;

}

p.p a{
    text-decoration: none;
    color: #238cee;
    font-weight: 700;
}

p.p a:hover{
    color: #08437a;
}



i{
    color: #FFFFFF;
    font-size: 20px;
}

button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

div.button1, div.button2{
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 20px;
    border: 2px solid #085297;
    background-color: #085297;
    position: relative;
    z-index: 1;
}


div.cont1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

div.cont2{
   display: inline-flex; 
   justify-content: center;
   align-items: center;
}

div.slideContainer{
    width: 520px;
    height: 500px;
    overflow: hidden;
}

div.card, .card2{
    width: 520px;
    height: 500px;
    transition: 1s;
}

div.card{
    background-image: url(./images/yc\ poster.JPG);
    background-size: contain;
    background-repeat: no-repeat;
}

div.card2{
    background-image: url(./images/prayer\ new.JPG);
    background-size: contain;
    background-repeat: no-repeat;
}

div.events{
    width: 100%;
    height: 650px;
}

div h2.slideHeader{
    text-align: center;
    margin: 30px 0;
    font-size: 40px;
    letter-spacing: 10px;
    font-weight: 600;
}

iframe{
    height: 450px;
    width: 600px;
}

.button1 i, .button2 i{
    font-size: 40px;
}

button{
    height: 30px;
    width: 30px;
}




footer{
    background-color: #292727;
    padding-top: 25px;
}

footer div{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.footerpages{
    text-decoration: none;
    color: #FFFFFF;
    font-family: var(--ff);
    font-size: 20px;
}

div.links ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 30px;
    
}

div.links ul{
    text-align: center;
}

h2{
    color: #FFFFFF;
    font-family: var(--ff);
    font-weight: 500;
}

.links ul li a:hover{
    color: #aaa;
}

.socials li{
    list-style: none;
    display: inline-block;
    margin: 25px 43px;
}

i{
    color: #FFFFFF;
    font-size: 50px;
}

div.socials li a i{
    text-align: center;
}
div.socials li a i:hover{
    color: #aaa;
}
div.bottom{
    background-color: #3c3b3b;
    margin-top: 20px;
}

.bottom p{
    color: #FFFFFF;
}

@media (max-width: 1180px) {
    .hideMobile{
        display: none;
    }
    
    .menu{
        display: block;
    }
}

@media (max-width:450px) {

    .sideBar{
        width: 100%;
    }

}

@media (max-width:1024px) {

    footer{
        background-color: #292727;
        padding-top: 25px;
    }
    
    footer div{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: start;
    }
    
    .footerpages{
        text-decoration: none;
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 20px;
    }
    
    div.links ul li{
        list-style: none;
        display: flex;
        flex-direction: column;
        margin: 10px 30px;
        
    }
    
    div.links ul{
        text-align: start;
    }
    
    h2{
        color: #FFFFFF;
        font-family: var(--ff);
        font-weight: 700;
        margin: 0 30px;
        font-size: 20px;
    }
    
    .links ul li a:hover{
        color: #aaa;
    }
    
    .socials li{
        list-style: none;
        display: inline-block;
        margin: 25px 20px;
    }
    
    i{
        color: #FFFFFF;
        font-size: 20px;
    }
    
    div.socials li a i{
        text-align: center;
    }
    div.socials li a i:hover{
        color: #aaa;
    }
    div.bottom{
        background-color: #3c3b3b;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .bottom p{
        color: #FFFFFF;
        font-size: 15px;

    }
    
}

@media (max-width:540px) {

    li.logo a{
        width: 220px;
    }

    div.back{
        height: 1100px;
        width: 100%;
        background-image: url(./images/bw\ random.JPG);
        background-size: cover;
        background-position: center;
    }
    
    div.blur{
        height: 100%;
        width: 100%;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
    
    h1{
        width:100%;
        position: absolute;
        transform: translateY(75%);
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 30px;
        z-index: 1;
        margin-top: 15px ;
    }
    
    h1.header{
        font-weight: 300;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    div.bg{
        width: 100%;
        height: 120px;
        background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(./images/services\ bg.jpg);
    }
    
    div.section{
        width: 100%;
        height: 2000px;
    }
    
    div.part1 h2{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        padding: 30px 20px;
    }
    
    div.section2{
        display: flex;
        justify-content: space-evenly;
        flex-direction: column-reverse;
        margin: 20px 0px;
    }
    
    div.part2, div.part3{
        width: 100%;
        text-align: center;
        font-family: var(--ff);
        font-size: 22px;
        color: #FFFFFF;
        padding: 5px 0;
    }
    
    h3{
        text-align: center;
        margin-bottom: 30px;
    }
    
    div.yt{
        margin: 20px 0;
        text-align: center;
        padding: 10px 30px;
    }
    
    h2.soon{
        font-weight: 700;
        font-size: 20px;
        padding: 30px 0;
    }
    
    p.p {
        font-size: 18px;
        color: #fbf8f8;
        font-weight: 500;
    
    }
    
    p.p a{
        text-decoration: none;
        color: #238cee;
        font-weight: 700;
    }
    
    p.p a:hover{
        color: #08437a;
    }
    
    iframe{
        height: 400px;
        width: 300px;
    }
    
    
    i{
        color: #FFFFFF;
        font-size: 20px;
    }
    
    button{
        border: none;
        background-color: transparent;
        cursor: none;
    }
    
    div.button1, div.button2{
        text-align: center;
        height: 40px;
        width: 40px;
        border-radius: 20px;
        border: 2px solid #085297;
        background-color: #085297;
    }
    
    div.slideContainer{
        width: 300px;
        height: 400px;
        overflow: hidden;
    }
    
    div.card, .card2{
        width: 300px;
        height: 400px;
        transition: 1s;
    }
    
    div.card{
        background-image: url(./images/yc\ poster.JPG);
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    div.card2{
        background-image: url(./images/prayer\ new.JPG);
        background-size: contain;
        background-repeat: no-repeat;
    }

    div.events{
        width: 100%;
        height: 650px;
    }
    
}

@media (min-width:768px) and (max-width:1024px) {

    div.back{
        height: 1500px;
        width: 100%;
        background-image: url(./images/bw\ random.JPG);
        background-size: cover;
        background-position: center;
    }
    
    div.blur{
        height: 100%;
        width: 100%;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
    
    h1{
        width:100%;
        position: absolute;
        transform: translateY(75%);
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 85px;
        z-index: 1;
        margin-top: 15px ;
    }
    
    h1.header{
        font-weight: 300;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    div.bg{
        width: 100%;
        height: 300px;
        background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(./images/services\ bg.jpg);
    }
    
    div.section{
        width: 100%;
        height: 1085px;
    }
    
    div.part1 h2{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 45px;
        font-weight: bold;
        text-align: center;
        padding: 50px 40px;
    }
    
    div.section2{
        display: flex;
        justify-content: space-evenly;
        flex-direction: column-reverse;
        margin: 50px 0px;
    }
    
    div.part2, div.part3{
        width: 100%;
        text-align: center;
        font-family: var(--ff);
        font-size: 30px;
        color: #FFFFFF;
        padding: 20px 0;
    }
    
    h3{
        text-align: center;
        margin-bottom: 30px;
    }
    
    div.yt{
        margin: 50px 0;
        text-align: center;
        padding: 0 60px;
    }
    
    h2.soon{
        font-weight: 700;
        font-size: 30px;
        padding: 30px 0;
    }
    
    p.p {
        font-size: 25px;
        color: #fbf8f8;
        font-weight: 500;
    
    }
    
    p.p a{
        text-decoration: none;
        color: #238cee;
        font-weight: 700;
    }
    
    p.p a:hover{
        color: #08437a;
    }
    
    
    
    i{
        color: #FFFFFF;
        font-size: 20px;
    }
    
    button{
        border: none;
        background-color: transparent;
        cursor: pointer;
    }
    
    div.button1, div.button2{
        text-align: center;
        height: 50px;
        width: 50px;
        border-radius: 20px;
        border: 2px solid #085297;
        background-color: #085297;
    }
    
    
    div.cont1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    div.cont2{
       display: inline-flex; 
       justify-content: center;
       align-items: center;
    }
    
    div.slideContainer{
        width: 520px;
        height: 500px;
        overflow: hidden;
    }
    
    div.card, .card2{
        width: 520px;
        height: 500px;
        transition: 1s;
    }
    
    div.events{
        width: 100%;
        height: 650px;
    }
    
    div h2.slideHeader{
        text-align: center;
        margin: 30px 0;
        font-size: 40px;
        letter-spacing: 10px;
        font-weight: 600;
    }

    iframe{
        height: 450px;
        width: 600px;
    }
    
}

@media (min-width:1180px) and (max-width:1180px) {

    div.back{
        height: 1100px;
        width: 100%;
        background-image: url(./images/bw\ random.JPG);
        background-size: cover;
        background-position: center;
    }
    
    div.blur{
        height: 100%;
        width: 100%;
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
    
    h1{
        width:100%;
        position: absolute;
        transform: translateY(75%);
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 85px;
        z-index: 1;
        margin-top: 15px ;
    }
    
    h1.header{
        font-weight: 300;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    div.bg{
        width: 100%;
        height: 300px;
        background-image: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)),url(./images/services\ bg.jpg);
    }
    
    div.section{
        width: 100%;
        height: 1085px;
    }
    
    div.part1 h2{
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        padding: 50px 40px;
    }
    
    div.section2{
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        margin: 50px 0px;
    }
    
    div.part2, div.part3{
        width: 100%;
        text-align: center;
        font-family: var(--ff);
        font-size: 30px;
        color: #FFFFFF;
    }
    
    h3{
        text-align: center;
        margin-bottom: 30px;
    }
    
    div.yt{
        margin: 120px 0;
        text-align: center;
        padding: 0 60px;
    }
    
    h2.soon{
        font-weight: 700;
        font-size: 30px;
        padding: 30px 0;
    }
    
    p.p {
        font-size: 25px;
        color: #fbf8f8;
        font-weight: 500;
    
    }
    
    p.p a{
        text-decoration: none;
        color: #238cee;
        font-weight: 700;
    }
    
    p.p a:hover{
        color: #08437a;
    }
    
    
    
    i{
        color: #FFFFFF;
        font-size: 20px;
    }
    
    button{
        border: none;
        background-color: transparent;
        cursor: pointer;
    }
    
    div.button1, div.button2{
        text-align: center;
        height: 50px;
        width: 50px;
        border-radius: 20px;
        border: 2px solid #085297;
        background-color: #085297;
    }
    
    
    div.cont1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    div.cont2{
       display: inline-flex; 
       justify-content: center;
       align-items: center;
    }
    
    div.slideContainer{
        width: 520px;
        height: 500px;
        overflow: hidden;
    }
    
    div.card{
        width: 520px;
        height: 500px;
        transition: 1s;
    }
    
    .card img{
       height: 100%;
       width: 100%;
    }
    
    div.events{
        width: 100%;
        height: 650px;
    }
    
    div h2.slideHeader{
        text-align: center;
        margin: 30px 0;
        font-size: 40px;
        letter-spacing: 10px;
        font-weight: 600;
    }

    iframe{
        height: 450px;
        width: 600px;
    }
    
}

@media (min-width:1025px) {

    nav a{
        height: 100%;
        padding: 0 20px;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: #aaa;
        font-family: var(--ff);
        font-weight: 600;
    }

    .nav ul li.hideMobile a:hover::after{
        width: 0;
    }
    
}