@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body
{
    background: #030303;
    min-height: 100vh;
    
}
@keyframes shadowHeader {
    to {
      box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
      height: 120px;
    }
  }
header
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    transition: 1s;
    padding-bottom: 15px;
    padding-left: 20px;
    z-index: 1000;
    animation: shadowHeader linear forwards;
    animation-timeline: scroll();
    animation-range: 5% auto;
}

header.sticky
{
    background: #fff;
    height: 120px;
    opacity: 1;
}
header ul
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.scroll-watcher
{
    animation: scroll-watcher linear;
    animation-timeline: scroll() ;
    animation-range: 0% 50%;
}
@keyframes scroll-watcher
{
    0% {
        opacity: 0;
      }
      100% {
        opacity: 1;
      }
}

header ul li
{
    position: relative;
    list-style: none;
}
header ul li a
{
    position: relative;
    margin:  10px 10px;
    transition: 1s;
}
.BG1
{
    z-index: -1;
    background: url(/IMAGES/bg1.jpg);
    background-size: cover;
    background-position: center ;
    width: 100%;
    height: 900px;
}
.BG2
{
    position: relative;
    object-position: top;
    background-image: url(/IMAGES/NDS-wideshot-alpha2.gif);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    padding-top: 100px;
    padding-bottom: 50px;
    z-index: 1;
}
.fillers
{
    position: relative;
    height: 5px;
    background-color: rgba(255, 0, 0, 0.379);
} 

.info-1
{
    position: absolute;
    color: #fff;
    background-color: #43664cdc;
    text-shadow: 1px 1px 10px black;
    text-align: center;
    padding-top: 300px;
    padding-left: 10%;
    padding-right: 10%;
    margin-right: 0px;
    font-size: clamp(10px, 3vw, 20px);
    text-align: center;
    height: 900px;
}
.title1
{
    position: relative;
    justify-content: center;
    font-size: clamp(12px, 2vw, 20px);
    text-align: center;
    color: white;
    margin-top: 150px;
}
.title2
{
    position: relative;
    text-align: center;
    color: white;
    font-size: clamp(10px, 3vw, 20px);
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}
.title2 p
{
    position: relative;
    justify-content: center;
    text-align: center;
    margin: 50px 50px;
    font-size: clamp(15px, 2vw, 20px);
}
.info-container
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px ;
    margin-bottom: 80px;
}
.card
{
    background: white;
    width: 450px;
    height: 700px;
    margin: 10px;
    text-align: center;
}
.card-image
{
    height: 200px;
    margin-bottom: 20px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
.card h1
{
    padding: 10px;
}
.card p
{
    padding: 10px;
}
.card:hover
{
    background-color: #888080;
    color: white;
    cursor: default;
}
.op-1
{
    background-image: url(/LOGO/god-centered.png);
}
.op-2
{
    background-image: url(/LOGO/servant-leader.png);
}
.op-3
{
    background-image: url(/LOGO/truth-seeker.png);
}
.op-4
{
    background-image: url(/LOGO/community-builder.png);
}
.event-container
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% ;
    padding-top: 50px;
    padding-bottom: 5px;
}
.img-galery
{
    background: rgba(245, 245, 245, 0.25);
    width: 400px;
    height: 400px;
    margin: 10px;
    text-align: center;
    border-radius: 100% 100%;
    margin-bottom: 100px;
}
.imageGalery
{
    height: 400px;
    width: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: solid;
    border-color: grey;
    border-radius: 100% 100%;
    transition: .2s ease-in-out;
}
.imageGalery:hover
{
    transform:scale(1.1);
}
.img-galery h1
{
    position: relative;
    bottom: 250px;
    opacity: 0;
    color:#fff;
    font-size:25px;
    pointer-events:none;
    z-index: 2;
    transition: .3s ease-in-out;
}
.img-galery:hover h1
{
    opacity: 1;
    animation: .3s linear;
    width:100%;
    z-index: 1000;
    -webkit-backdrop-filter: blur(5px) saturate(1.8);
    backdrop-filter: blur(5px) saturate(1.8);
    justify-content: center;
}
.ae-1
{
    background-image: url(/IMAGES/activities.gif);
    background-size: cover;
}
.ae-2
{
    background-image: url(/IMAGES/annoucement.gif);
    background-size: cover ;
}
.ae-3
{
    background-image: url(/IMAGES/promotion.gif
    );
    background-size: cover;
}
.ae-4
{
    background-image: url(/IMAGES/facilities.gif);
    background-size: cover;
}
@media(max-width: 1000px){
    .gallery {
      width: 100%;
  }
}
  @media(max-width: 375px){
    .gallery {
      width: 50%;
      height: 50%;
  }
}
.gallery {
    display: flex;
    overflow-x: scroll;
    align-items: center;
}
.gallery div{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    padding: 10px;
    flex: none; 
}

.gallery div img {
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    transition: transform 0.5s;
    opacity: .7;
}

.gallery::-webkit-scrollbar {
    display: none;
}

.gallery-wrap{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10% auto;
}
.image-back {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: rgba(255, 0, 0, 0.379);
    z-index: 1;
}
#backBtn, #nextBtn {
    width: 50px;
    cursor: pointer;
    margin: 40px;
}

.gallery div img:hover{
   filter: grayscale(0);
   cursor: pointer;
   transform: scale(1.1);
   opacity: 1;
}
span h1
{
    position: relative;
    bottom: 250px;
    opacity: 0;
    color:#fff;
    font-size:25px;
    pointer-events:none;
    z-index: 2;
    transition: .3s ease-in-out;
}
span:hover h1
{
    opacity: 1;
    animation: .3s linear;
    width:100%;
    z-index: 1000;
    -webkit-backdrop-filter: blur(5px) saturate(1.8);
    backdrop-filter: blur(5px) saturate(1.8);
    justify-content: center;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.g-i-t{
    display: grid;
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.g-i-t form{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
form .g-inp{
    padding: .25rem .5rem;
    font-size: 16px;
}
.g-inp textarea{
    height: 150px;
    width: 300px;
}
.f-btn{
    padding: .25rem 1rem;
    background-color: rgba(255, 0, 0, 0.379);
    border-radius: .25rem;
    font-size: 16px;
    color: white;
    font-weight: 500;
}
.container{
	max-width: 1170px;
	margin:auto;
}
.row{
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: start;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 10px;
}
.footer-col{
   width: 25%;
   padding: 0px 25px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: rgba(255, 0, 0, 0.379);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 2px;
}
.footer-col p {
    color: #bbbbbb;
    line-height: 28px;
}
.footer-col .social-links a{
	display: inline-block;
    justify-content: center;
    align-items: center;
    object-fit: cover;
	height: 50px;
	width: 50px;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 50px;
	border-radius: 10%;
	color: #ffffff;
	transition: all 0.5s ease;
    filter: invert(1);
}
.footer-col .social-links a:hover{
	background-color: #ffffff;
    transform: scale(1.1);
}

@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
.bottom-info {
    position: relative;
    background-color: rgba(255, 0, 0, 0.379);
    margin-top: 40px; 
    padding: 20px;
    color: #ffffff;
    text-align: center;
}
@media(max-width: 1950px){
    .img-container{
      width: 100%;
  }
  }
  @media(max-width: 540px){
    .img-container{
      width: 50%;
  }
  }
img {
    max-height: 650px;
    align-items: center;
    object-fit: cover;
}  
.img-container {
    position: relative;
    margin:auto;
    max-width: 1000px;
    width: 100%;
    height: auto;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: 0px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.caption-container {
    text-align: center;
    background-color: #353232;
    padding: 2px 16px;
    color: rgb(253, 251, 251);
}
.row {
    margin-bottom: 10px;
}  
.row:after {
    content: "";
    display: table;
    clear: both;
}
.column {
    float: left;
    width: 11%;
}
.demo {
    opacity: 0.6;
}
.active,.demo:hover {
    opacity: 1;
}