@import url('https://fonts.googleapis.com/css2?family=Lora&family=Permanent+Marker&family=Poppins:wght@700&family=Roboto&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    color: #333;
}

img {
   max-width: 100%;
}

nav {
    position: sticky;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    font-family: 'Roboto', sans-serif;
    padding: 0 5%;
    height: 100px;
}

nav.sticky {
    background: #fff;

    box-shadow: 0 5px 20px rbga(0,0,0,0.05);
    opacity: 0.95;
}

nav.sticky .links {
    color: #fff;
}

nav.sticky .toggle {
    filter: invert(1);
}
nav .logo {
    float: left;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Permanent Marker', sans-serif;
    font-size: 2em;
    color: #0f52ba;
}

nav .logo span {
    color: #ce2029;
}

nav .links {
    float: right;
    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: 1em;
    font-size: 14px;
    font-weight: bold;
    color: #0f52ba;
    text-decoration: none;
    position: relative;
}

nav .links a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #ce2029;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }
  
  nav .links a:hover::before {
    transform-origin: right;
    transform: scaleX(1);
  }

  nav a.active {
    color: #333333; 

  }

#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: 5px;
    background-color: #0f52ba;
    margin: 5px;
    border-radius: 3px;
    transition: all .3s ease-in-out;
}

.banner {
    position: relative;
    width: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    padding: 40px 100px;
    text-align: center;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(27, 41, 232, 0) 0%, #0a42db93 100%);
}

video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.text {
    position: relative;
    z-index: 1;
}

.text h2 {
    font-family: 'Permanent Marker', sans-serif;
    font-size: 5em;
    color: #fff;
    margin-bottom: 0px;
}

.text p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: #fff;

}

.text a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
    letter-spacing: 2px;
    border: solid white;
    border-radius: 10px;
    margin: 0 auto;
}

.text a:hover, a:focus {
    opacity: 0.75;
}

.paragraph {
    text-align: center;
}

.container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}

.row {
    display: flex;
}

#rcorners1 {
    border-radius: 25px;
    background: #e7e5e5;
    padding: 20px;  
}

.blockquote5 {
  text-align: center;
  background: #fff;
  font-size: 20px;
  margin-top: 3em;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  quotes: "\201C""\201D""\2018""\2019";
}

.blockquote5:after {
  color: #ccc;
  font-family: Source Sans Pro;
  content: open-quote;
  font-size: 80px;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 20px);
  background: #fff;
  height: 55px;
  width: 55px;
  line-height: normal;
  text-align: center;
  transform: translateX(-50%);
}

.blockquote5 p {
  padding: 20px;
}

section {
    padding: 4em 0;
}

.col {
    width: 100%;
}

.col + .col {
    margin-left: 5em;
}

.section-one h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3em;
    line-height: 1;
}

.section-one, .section-about p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  line-height: 1.5;

}

.btn {
    display: inline-block;
    text-decoration: none;
    font-family: "Poppins", Sans-serif;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.7px;
    background-color: #0f52ba;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 40px 15px 40px;
    color: #fff;
    margin-top: 2em;
}

.btn:hover,
.btn:focus {
    opacity: 0.75;
}


.waviy {
    position: relative;
    display: flex;
}

.waviy span {
    position: relative;
    display: inline-block;
    font-size: 2.5em;
    color: #ce2029;
/*    animation: flip 12s infinite;
    -webkit-animation: flip 12s infinite;
    -ms-animation: flip 12s infinite;
     animation-delay: calc(.2s * var(--i));
    -webkit-animation-delay: calc(.2s * var(--i));
    -ms-animation-delay: calc(.2s * var(--i))*/
 }

/* @keyframes flip {
    0%,80% {
      transform: rotateY(360deg); 
      -webkit-transform: rotateY(360deg); 
      -ms-transform: rotateY(360deg) 
    }
  }*/

  .section-two h3, .prophecynews h2 {
        font-family: 'Poppins', sans-serif;
        font-weight: 700;
        font-size: 2.5em;
        line-height: 1;
        color:#0f52ba;
  }

  .section-about h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2em;
    line-height: 1;
    color:#0f52ba;
}
  .section-contact {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    line-height: 1;
    color:#0f52ba;
    text-align: center;
  }


  .wrapper {
    width: 100%;
  }
  
  .wrapper .carousel {
    max-width: 800px;
    margin: auto;
    padding: 0 30px;
  }
  
  .carousel .card {
    background: #ce2029;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  }
    
  .owl-dots {
    text-align: center;
  }
  
  .owl-dot {
    height: 15px;
    width: 30px;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    margin: 0 5px;
    border: 2px solid #0f52ba!important;
    transition: all 0.3s ease;
  }
  
  .owl-dot:hover,
  .owl-active.hover {
    background: #4169e1!important;
  }
  
  #container {
    color:#333;
    font-size:36px;
    font-weight:bold;
    position:relative;
    width:100%;
    bottom:45%;
    display:block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
  }
  
  #flip {
    height:50px;
    overflow:hidden;
  }
  
  #flip > div > div {
    color:#fff;
    padding:4px 14px;
    height:50px;
    margin-bottom:45px;
    display:inline-block;
  }
  
  #flip div:first-child {
    animation: show 10s linear infinite;
  }
  
  #flip div div {
    background:#42c58a;
  }
  #flip div:first-child div {
    background:#4ec7f3;
  }
  #flip div:last-child div {
    background:#DC143C;
  }
  
  @keyframes show {
    0% {margin-top:-270px;}
    5% {margin-top:-180px;}
    33% {margin-top:-180px;}
    38% {margin-top:-90px;}
    66% {margin-top:-90px;}
    71% {margin-top:0px;}
    99.99% {margin-top:0px;}
    100% {margin-top:-270px;}
  }

  .videoBG {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  .hero__up {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    opacity: 0.90;
    background-image: linear-gradient(94deg, rgba(0,0,255,0.79), rgba(242,222,43,0.75)), url('../img/seeds.jpg'); 
    border-bottom-left-radius: 50% 50%;
    width: 100%;
    height: 70vh;
    background-size: cover; 
    text-align: center;
    color: #fff;
    padding: 20px;
  }

  .hero__sop {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    opacity: 0.90;
    background-image: linear-gradient(to bottom, rgba(255, 0, 98, 0.212), rgba(96, 43, 242, 0.75)), url('../img/bookshelves.jpg'); 
    width: 100%;
    height: 70vh;
    background-size: cover; 
    text-align: center;
    color: #fff;
    padding: 20px;
  }

  .sop {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
  }

  .hero__about {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    opacity: 0.9;
    background-image: linear-gradient(to top, rgba(33, 0, 153, 0.788), rgba(24, 127, 165, 0.438)), url('../img/landscape.jpg'); 
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 70vh;
    background-size: cover; 
    text-align: center;
    color: #fff;
    padding: 20px;
  }

  .hero__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #154d80;
    opacity: 0.5;
    background-image: linear-gradient(to top, rgba(136, 4, 148, 0.438), rgba(16, 175, 233, 0.288)), url('../img/keyboard.jpg'); 
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 70vh;
    background-size: cover; 
    text-align: center;
    color: #fff;
    padding: 20px;
  }


  .hero__godslaw {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    opacity: 0.9;
    background-image: linear-gradient(to left, rgba(6, 29, 240, 0.966), rgba(59, 29, 228, 0.205)), url('../img/Bible\ earth.jpg'); 
    width: 100%;
    height: 70vh;
    background-size: cover; 
    text-align: center;
    color: #fff;
    padding: 20px;
  }
  
  .hero__ministries {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    opacity: 0.9;
    background-image: linear-gradient(to top, rgba(78, 88, 146, 0.405), rgba(24, 127, 165, 0.438)), url('../img/Churches4.jpg');
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 70vh;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 20px;
}

  .hero__godslaw .title__heading {
    font-family: 'Permanent Marker', sans-serif;
    font-size: 4.06rem;;
  }

  .hero__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
  }
  
  .videoBG {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
  }
  
  .title__heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.06rem;
    padding: 0;
    text-align: center;
  }

  .title-content {
    font-family: 'Roboto', sans-serif; 
    font-size: 1.3rem;
  }
  
  .form-wrap {
    margin: auto;
  }

  .map {
    padding: 4em;
  }
  .footer {
    display: flex;
    background-color: #001c38;;
    color: white;
    font-size: .90rem;
    font-family: 'Roboto', sans-serif;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
  }
  
  .footer a {
    text-decoration: none;
    color: white;
  }

  .footer a:hover, a:focus {
    opacity: 0.75;
  }

  .heading {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #1a1a1a;
}

.heading span {
	display: block;
}

.albums {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 20px;
}

.album {
  background: white;
  /* opacity: 0.5; */
  padding: 5%;
  box-shadow: 1px 3px 13px #cac9c9;
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
}

.album li {
  list-style: none;
}
.album a {
  text-decoration: none;
  transform: scale(1.07);
}

.album__artwork {
  transition: transform 400ms ease-out;
}

.album__artwork:hover {
	transform: scale(1.07);
}

.btn-bs:hover,
.btn-bs:focus {
    opacity: 0.75;
}

.tract, .contact, .bstudy p {
  font-family: 'Roboto', sans-serif;
}

ul.list-ways {
  column-count: 2;
  line-height: 1.5;
  padding: 2rem;
  margin: 0 auto;
  width: 100%;
  background-color: whitesmoke;
  color: #0d0c0c;
  font-family: 'Roboto', sans-serif;
}

.list-ways li {
  padding-right: 2rem;
}



@media screen and (max-width: 911px) {

    nav .logo {
        float: none;
        width: auto;

    }

    nav .links {
        float: none;
        position: fixed;
        z-index: 0;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: rgba(0, 52, 255, 0.94);
        overflow: hidden;
        box-sizing: border-box;
        transition: all .5s ease-in-out;
        line-height: .5em;
        font-size: .5em;

    }

    nav .links a {
        font-size: 20px;
        color: #fff;
    }

    nav :checked ~ .links {
        bottom: 0;
    }

    nav .icon-burger {
        display: block;
    }

    nav :checked ~ .icon-burger .line:nth-child(1) {
        transform: translateY(10px) 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;
    }

    .text h2 {
        font-size: 4em;
        margin-bottom: 0px;
        line-height: 1;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    .col {
        width: 100%;
    }

    .col + .col {
        margin: 0;
        margin-top: 3em;
    }

    .waviy {
      justify-content: center;
    }

    .btn {
      display: flex;
      justify-content: center;
    }

    .videoWrapperFull {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;       
    }

    .videoWrapperFull iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .videoBG {
      display: none;
    }

    .banner {
      background-image: linear-gradient(to right, rgba(27, 41, 232, 0) 0%, #0a42db93 100%), url('../img/galaxy-bg-img.JPG');
      background-repeat: no-repeat;
    }

    .hero__bottom {
        background-image: linear-gradient(rgba(0, 0, 0, 0.699), rgba(0, 0, 0, 0.5)), url('../img/bible-leaves.jpg');
    }

    .heading {
      font-size: 2rem;
      line-height: 1;
    }

    section {
      padding: 3em 0;
    }

    .section-one h2, .section-two h3, .section-about h2, .prophecynews h2 {
      font-size: 2em;
      text-align: center;
      margin-top: 0px;
    }

    .album {
      font-size: 1em;
      text-align: center;
    }

    .text h2 {
      font-size: 3.5em;
    }
    .title__heading {
      font-size: 2.5rem;
    }

    .sop {
      text-align: justify;
    }
    ul.list-ways {
      column-count: 1;
    }

    .footer {
      display: flex;
      flex-direction: column;
    }

}
    

