a,
a:hover{
    text-decoration: none;
}

ul , 
ol{
    margin: 0;
    padding: 0;
}
ul{
    list-style-type:circle !important;
}
li{
    list-style-type: none;
}

html{
    scroll-behavior: smooth;
}

body{
    font-size: 100%;
    font-weight: 400;
    text-align: center;
    overflow-x: hidden
}
video{
    width: 100%;
    height: 100%;
}

h1{
    transition: transform .2s; /* Animation */
}
h1:hover{
    transform: scale(1.1);
}

/* Header */


header{
    position: sticky;
    top: 0%;
    background-color: white;
    z-index: 1030;
}

.mainLogo{
    transition: transform .2s; /* Animation */
}

.mainLogo:hover{
    transform: scale(1.1); 
}

.nav-link{
    color:black;
    font-weight: bold;
    text-transform: capitalize;
}
.nav-link::before{
    transform: scaleX(0);
  transform-origin: bottom right;
}
.nav-link:hover::before{
    transform: scaleX(1);
  transform-origin: bottom left;
}
.nav-link::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    inset: 0 0 0 0;
    background: #ff9742;
    z-index: -1;
    transition: transform .3s ease;
  }
  

.nav-item{
    border-radius: 2rem;
    margin: 0 0.5rem;
    padding: 0 0.5rem;
}

.navbar-brand{
    font-weight: bolder;
    color:black;
}
.navbar-brand:hover{
    color:#ff9742;
}
.nav-item a:hover{
    color: white;
}

/* Home Section 2 */
img{
    width: 100%;
    object-fit: cover;

}

#carouselExampleSlidesOnly img{
    height: 480px;
}

.bi-box-arrow-in-down{
    font-size: 3rem;
    color: #fa8907;
}

/* Impact */
.counter-section{
    background-color: #ff9742; ;
}

.counter-section p{
    color: white;
    text-transform: uppercase;
}

/* noticeBoardAndVideo */
#noticeBoardAndVideo{
    background-color: #dedbd7
}


.noticeBoard{
    background-color: #fcbc74;
    /* border-radius: 0.7rem; */

}


/* Footer */
footer{
    background-color: #474747;
}

.footer-p{
    color: white;
}


.footer-contact-links li{
    display: inline;
    margin: 0 1rem;

}


/* Memebers */

.nameIdentity{
    color: black;
}


/* donate */
.donate{
    background-color: #fcbc74;
    border-radius: 0.6rem;
}

form div{
    text-align: left;
    font-weight: bold;
}

/* News and Events */
.projects{
    background-color: #fcbc74;
    border-radius: 0.5rem;
}

/* Blog */

.card{
    border: 0;
    box-shadow: 0 5px 10px rgba(154,160,185,.05), 0 15px 40px rgba(166,173,201,.2);
    
}

.blogs{
    text-align: left;
}





/* Card Home */


.onCarousel{
    position: absolute; 
    z-index: 1000; 
    width: 100%; 
    height: 480px;
}

.container .cardHome .face{
    /* width: 300px; */
    height: 200px;
    transition: 0.5s;
}

.container .cardHome .face.face1{
    position: relative;
    background: #ff9742;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.container .cardHome:hover .face.face1{
    background: #333;
    transform: translateY(0);
}

.container .cardHomeHome .face.face1 .content{
    opacity: 0.2;
    transition: 0.5s;
}

.container .cardHome:hover .face.face1 .content{
    opacity: 1;
}

.container .cardHome .face.face1 .content img{
    max-width: 100px;
}

.container .cardHome .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.container .cardHome .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.container .cardHome:hover .face.face2{
    transform: translateY(0);
}

.container .cardHome .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.container .cardHome .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    /* border: 1px solid #333; */
}

.container .cardHome .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}


/* contact us */
