*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img{
    height: auto;
    width: 100%;
}

header.site-header .blink-1{
    animation: blnking 1s linear infinite;
    background: #9abc20;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
}

header.site-header .blink-2 {
    color: #fefefe !important;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    animation: blnking 1s linear infinite;
    background: #840b4d;
}

header.site-header .blink-3{
    color: #fefefe !important;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 15px;
    animation: blnking 1s linear infinite;
    background: #f1530afa;
}

#navbarNav ul li .btn{
    animation: blnking 1s linear infinite;
    /* background: #5bc1ac; */
    background: #b4138cbb;
    color: #fff;
}

@keyframes blnking{
    50%{
        opacity: 0;
    }
}

.about-heading h1{
   text-align: center;
   text-decoration: none;
   text-transform: uppercase; 
   padding: 50px;
}

.about-heading{
    background: linear-gradient(0deg, #5bc1ac 0%, #e8f1f0 100%);
    margin-bottom: 2rem;
}

.donation{
    background: linear-gradient(0deg, #5b6ac1 0%, #e8eaf1 100%);
    /* background: linear-gradient(0deg, #c5159f 0%, #e791e0 100%); */
}

.about-heading h1{
    text-shadow: 4px 4px 4px #fff;
}

.wrapper , .section-row{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.framed-images{
    float: right !important;
}

.image-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.section-title:before {
    max-width: 150px;
    content: '\a0';
    flex-grow: 1;
    height: 2px;
    position: relative;
    top: 1rem;
    background-color: #5bc1ac;
    margin-right: 10px;
}

.section-title:after {
    max-width: 150px;
    content: '\a0';
    flex-grow: 1;
    height: 2px;
    position: relative;
    top: 1rem;
    background-color: #5bc1ac;
    margin-left: 10px;
}

.section-title{
    position: relative;
    font-weight: 800;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.dark-section{
    background: linear-gradient(0deg, #5bc1ac 0%, #e8f1f0 100%);;
    padding: 40px;
}

.sec-heading{
    text-align: center;
    font-weight: 800;
}

.sec-heading p{
    text-transform: uppercase;
}

.sec-heading span{
    color: #fff;
}

.section-row .button2{
    text-align: center;
}

.founder-row .fou-image img{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: inline-block;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .about-heading h1{
        padding: 20px;
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .dark-section{
        padding: 20px 0 !important;
        
    }
}

@media screen and (min-width: 321px) and (max-width: 480px){
    .framed-images {
        margin: 30px 0;
    }
}

@media screen and (min-width: 321px) and (max-width: 480px){
    .section-title {
        font-size: 21px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .board-image img{
        height: 300px;
        margin-top: 1rem;
        padding: 0 3rem;
    }
}

@media (min-width: 320px) and (max-width: 991px){
    .blink-1 {
        float: left !important;
    }
}

@media (min-width: 320px) and (max-width: 991px){
        .blink-2,.blink-3{
            float: left !important;
            padding: 10px 13px !important;
    }
} 

/* project file*/

 .project-section .project .hover-proj img{
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.project-section{
    background-color: #b6adad3d;
    margin-bottom: 2rem;
}

.col-md-4{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.project{
    margin-top: 1rem;
    background-color: #fff;
    padding: 11px 11px 11px 11px;
    min-height: 101px;
}

.project:hover{
    background-color: #5bc1ac;
}


.hover-proj {
    border: 1px solid #fff;
    padding: 3px 3px 0px 3px;
    min-height: 79px;
    display: block;
}

.proj-h{
    font-weight: 800;
    text-align: left;
    line-height: 27px;
    font-size: 18px;
    color: #222222;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-left: 15px;
}

.prj-p li{
    color: #333;
    padding: 0px 15px 0 30px;
    text-align: left;
}

.project .hover-proj ul{
    list-style: none;
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

.project .hover-proj ul li a:before{
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    left: -5px;
    width: 5px;
    height: 5px;
    background-color: #555;
    border-radius: 50%;
}

.project .hover-proj ul li{
	position: relative;
    padding-left: 7px;
    margin-bottom: 2px;
    font-size: 13px;
}

.project .hover-proj ul li a{
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
}

.project .hover-proj ul li a:hover{
    color: #fff;
}

.project .hover-proj .f-heading{
    text-align: center;
}

.donate-sec .donate-img img{
    max-width: 100%;
    height: auto;
    margin-bottom: 5rem;
}

.event .hover-event img{
    max-width: 100%;
    height: auto;
    margin-top: 2rem;
}

.event-section{
    margin-bottom: 2rem;
}


.achievement-section .achievement .hover-achievement img{
    max-width: 100%;
    height: auto;
    margin-top: 2rem;
}

.achievement-section{
    margin-bottom: 2rem;
}

.video-section .video .hover-video iframe{
    width: 100%;
    height: 315px;
    margin-top: 2rem;
}

.video-section{
    margin-bottom: 2rem;
}

.project-section .activities-img img{
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}

.project-section .activities-img a{
    text-align: center;
    
}

/* gallery */



.gallery {
    margin: 0 auto;
    font: inherit;
    display: grid;
    padding: 1rem;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    justify-content: center;
  }
  
  .item {
    display: block;
    width: 250px;
    height: 250px;
    height: auto;
    object-position: center;
    object-fit: contain;
    border-radius: 0.25rem;
  }
  
  .instructions {
    font-size: 0.75rem;
    font-weight: 700;
    text-align: center;
  }
  
  #fullpage {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: black;
  }


  


/* --------Bank Account Details----------- */


.Bank .account .account-heading h3{
    font-weight: 800;
    color: #5bc1ac;
    margin-bottom: 20px;
    margin-top: 4rem;
}

.Bank .account .account-subheading p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222222;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}

th,td{
    border: 1px solid black;
    text-align: center;
    padding: 5px;
}
  
.Bank .account .email p{
    margin-bottom: 20px;
    color: #222222;
}

.Bank .account .email p a{
    color: #5bc1ac;
}

.Bank .account .email .email-para{
    margin-bottom: 4rem;
}


/*========== Donate page========== */

.page .food{
    background-color: #d8f0eb57;
    border-top: 3px solid #5bc1ac;
    margin-top: 5rem;
    padding-bottom: 3rem;
}

.page .material{
    background-color: #d8f0eb57;
    border-bottom: 3px solid #5bc1ac;
    margin-top: 5rem;
    padding-bottom: 3rem;
}

.page .education .education-heading{
    text-align: center;
    padding: 3rem 0 !important;
}

.page .education .education-heading h4{
    color: #5bc1ac;
}

.page .education .education-image .donate-img img{
    max-width: 100%;
    height: auto;
}

.page .education .education-image .donate-img{
    
    background-color: #fff;
    padding: 11px;
    min-height: 101px;
}

.page .education .education-image .donate-img:hover{
    background-color: #5bc1ac;
    border-radius: 5px;
}

.page .education .education-image .donate-img .hover-img{
    border: 1px solid #fff;
    padding: 3px;
    min-height: 76px;
    display: block;
}

.board-image img{
    height: 300px;
    margin-top: 1rem;
}

.board-image h1{
    color: #5bc1ac;
    font-size: 25px;
    margin-top: 1rem;
    text-align: center;
}

.board-image h3{
    font-size: 20px;
    text-align: center;
}