@import url('https://fonts.googleapis.com/css2?family=Acme&family=Lobster&family=Noto+Sans+JP&family=Open+Sans&family=Raleway:wght@400;700&family=Roboto:wght@400;900&family=Yusei+Magic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Redressed&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    background: #f3f3f3;
    color: #000000;
}

.noSelect { 
    -webkit-touch-callout: none;
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
    -webkit-tap-highlight-color: transparent; 
}

/*----------------- LINKS ICONS AND BUTTONS --------------*/
li {
    list-style: none;
}
a, a:active, a:hover, a:focus {
    outline: 0; 
    border: none;
    padding: 0;
    background-color: transparent;
    background: none;
    text-decoration: none;
}

.showcase {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.top-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-height: 10vh;
    color: #ffffff;
    background-color: #f3f3f3;
    margin-top: 0;
    padding: 0px 10vw;
    opacity: 9;
    z-index: 111;

}
.logo img {
    width: 70px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    width: 380px;
}
.navbar li a{
    font-weight: 800;
    color: #000000;
    letter-spacing: 0;
}
.navbar li {
    font-size: 14px;
    letter-spacing: 0;
    transition: 0.1s ease;
}
.navbar .active-link{
    color: #000744;
    border-bottom: 3px solid #000744;
    overflow: hidden;
    padding-bottom: 4px;
}
.navbar li:hover{
    color: #000000;
    border-bottom: 3px solid #000000;
    overflow: hidden;
    padding-bottom: 4px;
    font-weight: 500;
}
.showcase-btn {
    transform: translateY(-2px);
}
.showcase-btn button {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    align-items: center;
    outline: none;
    border: 2px solid #000744;
    padding: 5px 20px;
    width: 130px;
    color: #000000;
    font-weight: 600;
    border-radius: 5px;
}
.showcase-btn button .iconify {
    font-size: 20px;
    margin-left: 2px;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.56), 0 0px 5px rgba(0, 0, 0, 0.53);
    background-image: url(./images/img-3.jpg);
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    width: 100vw;
    margin: auto;
    /* border-radius: 20px; */
    color: #f3f3f3;
}
.content h2 {
    font-family: 'Raleway', sans-serif; 
    font-size: 2rem;
    font-weight: 900;
}
.content p {
    font-size: 14px;
}
.content button {
    margin-top: 20px;
    outline: none;
    border: 2px solid #f3f3f3;
    align-items: center;
    padding: 10px 35px;
    background-color: transparent;
    color: #f3f3f3;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease-in;
}
.content button:hover {
    background-color: #f3f3f3;
    color: #000000;
    transform: scale(0.95);
}
.content .year {
    font-family: 'Acme', sans-serif;
    font-size: 24px;
    margin-top: 20px;

}
.sm-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    width: 160px;
    height: 10vh;
}
.sm-icon .iconify {
    font-size: 35px;
    padding: 5px;
    border-radius: 50%;
    background-color: #000744;
    border: 2px solid#000744;
    color: #fff;
    cursor: pointer;
}
.sm-icon .iconify:hover {
    background-color: transparent;
    color: #000000;
    transform: scale(0.9);
}
@media (max-width: 768px) {
    .logo img {
        position: absolute;
        top: 2px;
        left: 40px;
        height: 6.9vh;
    }
    .showcase-btn  {
        position: absolute;
        right: 50px;
        margin-right: 30px;
    }
    .content {
        width: 100vw;
        padding: 10px;
        margin-top: 10px;
        height: 84vh;    
    }
    .content h2 {
        font-size: 28px;
        line-height: 2rem;
        overflow: hidden;
    }
    .content p {
        font-size: 12px;
    }
    .sm-icon {
        height: 8vh;
    }
    .showcase-btn {
        display: none;
    }
    .top-bar {
        min-height: 7vh;
        height: fit-content;
    }

    .navbar{
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        transition: ease-in 1000ms;
        position: absolute;
        top: 0px;
        left: 0px;
        min-height: 80vh;
        width: 100%;
        background-color:#acacac;
        clip-path: circle(10px at 90% -10%);
        -webkit-clip-path: circle(10px at 90% -10%);
        overflow: hidden;
    }
    .line {
        width: 30px;
        height: 3px;
        background: #000000;
        margin: 6px;
    }
    .line2 {
        width: 25px;
    }
    .line3 {
        width: 18px;
    } 
    .hamburger {
        position: absolute;
        top: 5%;
        right: 40px;
        transform: translateY(-60%);
        cursor: pointer;
        z-index: 1;
        overflow: hidden;
    }
    .navbar.open {
        clip-path: circle(1100px at 90% -10%);
        -webkit-clip-path: circle(1100px at 90% -10%);
        pointer-events: all;
        transition: all 2s ease .2s;
    }
    .navbar li {
        opacity: 0;
        overflow: hidden;
        align-self: center;
        transition: ease 2s;
    }
    .navbar li a{
        font-size: 16px;
        color: #000744;
        font-weight: normal;
        overflow: hidden;
    }
    
    .navbar li:nth-child(1){
        margin-top: 50px;
        transition: all 0.5s ease 0.2s;
    }
    .navbar li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .navbar li:nth-child(3){
        transition: all 0.5s ease 0.8s;
    }
    .navbar li:nth-child(4) {
        transition: all 0.5s ease 1.2s;
    }
    .navbar li:nth-child(5) {
        transition: all 0.5s ease 1.6s;
    }
    .navbar li:nth-child(6) {
        transition: all 0.5s ease 2.0s;
    }
    
    li.fade {
    
        opacity: 3;
    }
    
    .toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
    width: 30px;
    }
    
    .toggle .line2{
    opacity: 0;
    }
    
    .toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
    width: 30px;
    }

}
@media (max-width: 1200px) {
    .top-bar {
        padding: 0 4rem;
    }
}
@media (min-width: 800px) {
    .smic p, .mic p { 
        padding: 10px 20px;
    } 
}
.ministers {
    display: flex;
    flex-direction: column;

}
.smic{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #000744;
    color: #fff;
    margin: 10px 40px 30px 40px;
    border-radius: 5px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.7);
}
.mic {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    color: #000000;
    margin: 10px 40px 20px 40px;
    border-radius: 5px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5), 0 0px 5px rgba(0, 0, 0, 0.741); 
}
.smic-qoute, .mic-qoute {
    margin: auto;
    flex-basis: 50%;
}
.smic p, .mic p {
    margin: auto;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.smic p .iconify, .mic p .iconify {
    margin: 5px 0;
    font-size: 40px;
    align-items: center;
}
.smic h3, .mic h3 {
    font-family: 'Redressed', cursive;
    font-size: 24px;
    letter-spacing: 1.5px;
    text-align: center;
}
.smic h4, .mic h4 {
    font-family: 'Redressed', cursive;
    font-size: 18px;
    text-align: center;
}
.smic-sm {
    display: flex;
    justify-content: space-between;
    width: 170px;
    margin: auto;
    padding: 10px 0;
    text-align: center;
    align-items: center;
}
.smic-sm .iconify {
    font-size: 26px;
    border-radius: 50%;
    padding: 3px;
    background-color: #f3f3f3;
    color: #000744;
    cursor: pointer;
    border: 2px solid #f3f3f3;
}
.mic-sm .iconify{
    background-color: #000;
    color: #f3f3f3;
    border: 2px solid #000;
    transition:  0.4s ease;
}
.smic-sm .iconify:hover {
    transform: scale(-0.9);
    background-color: transparent;
    color: #f3f3f3;
}
.mic-sm .iconify:hover {
    border: 2px solid #000;
    background-color: transparent;
    color: #000744;
}
.profile-link {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 11px;
}
.mic-profile-link {
    color: #000;
}
.profile-link i {
    font-size: 20px;
    transition: 0.4s ease;
}
.profile-link:hover {
    transform: scale(0.95);
}

.smic img, .mic img {
    flex-basis: 50%;
    max-width: 550px;
    width: 90%;
    height: 350px;
    margin-top: 10px;
    object-fit: cover;
    object-position: center center;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: multiply;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.56), 0 0px 5px rgba(0, 0, 0, 0.53);
}
.worship {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 25px 0;
    margin-bottom: 0;
}
.worship-text {
    margin: auto;
}
.worship-text h2 {
    font-family: 'Redressed', cursive;
    font-size: 2rem;
    text-align: center;
    padding: 10px 50px;
    margin-bottom: 20px;
}
.worship-text h2 span {
    font-weight: bolder;
    font-size: 3rem;
    transition: 1s ease-in;
}
.worship-text a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000744;
    background-color: transparent;
    border: 2px solid #000744;
    border-radius: 5px;
    width: 170px;
    align-items: center;
    padding: 5px 15px;
    transition: 0.5s ease-in;
}
.worship-text a:hover {
    transform: scale(0.95);
    background-color: transparent;
    color: #000000;
}
.worship-text a .iconify {
    font-size: 22px;
}
.worship-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    background-image: url(./images/masked.jpg);
    background-color: rgba(173, 176, 252, 0.7);
    background-blend-mode: multiply;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
    margin-top: 40px;
    color: #fff;
}
.worship-img h2 {
    font-size: 1.5rem;
    font-weight: 900;
    padding: 0 40px;
    margin-bottom: 20px;
}
.worship-img a {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    outline: none;
    border-radius: 5px;
    padding: 6px 30px;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    transition: 0.4s ease-in;
}
.worship-img a:hover, .watch-us span a:hover {
    transform: scale(0.95);
}
.services {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #000744;
    margin: 40px;
    align-content: center;
    text-align: center;
    height: 150px;
    width: 100;
    margin-top: 30px;
    padding: 20px 0;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.56), 0 0px 8px rgba(119, 119, 119, 0.53);
}
.services-time {
    display: flex;
    justify-content: space-between;
}
.services h2 {
    text-align: center;
    width: 100%;
    font-family: 'Redressed', cursive;
    font-size: 24px;
    overflow: hidden;
}
.services-time span {
    margin: auto;
}
.services-time h3 {
    font-size: 18px;
}
.services-time p  {
    font-size: 14px;
    margin: 5px;
}
@media (max-width: 768px) {
    .smic {
        flex-direction: column;
        margin: 15px 20px;
        margin-bottom: 0;
    }
    .mic {
        flex-direction: column-reverse ;
        margin: 10px 20px;
        margin-top: 40px;
    }
    .smic img, .mic img {
        min-width: 100%;
        max-height: 300px;
        border-radius: 0px;
        margin-top: 10px;
    }
    .smic p, .mic p {
        width: 90%;
    }
    .worship-text h2 {
        font-size: 1.5rem;
        padding: 10px 25px;
    }
    .worship-text h2 span {
        font-size: 1.8rem;
    }
    .worship-img { 
        height: 400px;
    }
    .worship-img h2 {
        padding: 0 30px;
    }
    .services {
        flex-direction: column;
        height: 400px;
        margin: 20px;
    }
    .services-time {
        flex-direction: column;
        height: 100%;
    }
}
.watch-us-live {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
    margin-top: 30px;
}
.watch-us {
    margin: 40px;
    display: flex;
    width: 95vw;
}
.watch-us iframe {
    align-items: center;
    min-width: 50%;
    height: 300px;
    border-radius: 10px;
    border: 2px solid #000744;
}
.watch-us span {
    margin: auto;
}
.watch-us span h3 {
    font-family: 'Redressed', cursive;
    font-size: 34px;
    padding: 0 30px;
    text-align: center;
}
.watch-us span a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #000744;
    background-color: transparent;
    border: 2px solid #000744;
    border-radius: 5px;
    width: 170px;
    align-items: center;
    padding: 5px 15px;
    transition: 0.5s ease-in;
}
@media (max-width: 786px) {
    .watch-us {
       flex-direction: column;
    }
    .watch-us iframe {
        margin: auto;
        align-items: center;
        min-width: 90%;
        height: 450px;
    }
    .watch-us span {
        margin: 20px;
    }
}
.blog {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    align-items: center;
    position: relative;
}
.blogs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.blog-post {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: 350px;
    width: 100%;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.56), 0 0px 5px rgba(0, 0, 0, 0.53);
    position: relative;
    padding-bottom: 100px;
}
.blog-post:hover {
    transition: 0.2s ease-in;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.56), 0 0px 10px rgba(0, 0, 0, 0.53);
}
.blog-post img {
    width: 100%;
}
.blog-post .blog-title {
    margin: 5px 0;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}
.blogger-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 30%;
}
.blogger-profile span {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    gap: 10px;
    color: #161616;
}
.blogger-profile .profile-name {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
}
.blogger-profile .profile-name .iconify {
    color: #000744;
    font-size: 14px;
    align-items: center;
    padding-top: 1px;
}
.blogger-profile span p {
    font-size: 14px;
    text-align: center;
}
.blogger-profile img {
    object-position: center;
    object-fit: cover;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.blogger-profile .date {
    font-weight: 300;
    align-self: center;
}
.blog-content {
    padding: 0 10px;
    align-items: center;
}
.blog-content p {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
}
.blog-content a {
   color: #000744;
   align-items: center;
   text-align: center;
   align-self: center;
   gap: 5px;
   font-size: 14px;
   display: flex;
}
.blog-content a .iconify {
    font-size: 30px;
}
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    color: #ffffff;
    background: #000;
}
.newsletter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px 0;
}
.newsletter h2 {
    font-size: 16px;
    font-weight: 700;
}
.newsletter input {

    margin: 0 10px;
    margin-top: 5px;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #ffffff;
}
.newsletter button {
    background-color: transparent;
    width: fit-content;
    margin: auto;
    padding: 7px 35px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1.5px solid #ffffff;
    outline: none;
    border-radius: 5px;
}
.fast-links {
    display: flex;
    width: 250px;
    justify-content: space-between;
    margin: 10px 0;
}
.fast-links a{
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}
.rights {
    font-size: 12px;
    font-weight: 4 00;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .blogs {
        flex-direction: column;
    }
}