*{
    font-family: math;
}

.navbar .nav-item .nav-link:hover {
    /*background-color: #ffb422; */
    color: #ffb422 ;
}

.dropdown-item:hover {
    color: #ffb422 !important;
}

.dropdown-menu {
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    z-index: 999; /* Ensure it's above other elements */
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.dropdown:hover > .dropdown-menu {
    display: block !important;
}

.NavigationMenu {
    font-size: 19px;
    font-weight: 700;
}
.nav-item{
    font-size: 20px;
    font-weight: bold;
    font-family: math;
}
.progress-bar{
    border:none !important;
}
.gallary, .gallary2, .gallary3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: auto;
}

@media (min-width: 1400px){
    .gallary, .gallary2, .gallary3 {
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 300px;
}

.homeimage {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

.largedesktop{
    margin:50px !important;
    padding:50px !important ;
    
}
    
    
}

.gallary {
    background-image: url(gallary-1.jpg);
}

.gallary2 {
    background-image: url(gallary-2.jpg);
}

.gallary3 {
    background-image: url(gallary-3.jpg);
}

/* .gallary4{
    content: "";
    background-image: url(Youtube\ Icon\ Background\ Image\ 2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;

} */
/* .youtubeIcon{
    position: relative;
    top: 29%;
    left: 41%;
    color: white;
    font-size: 28px;
    padding: 23px 26px;
    border: 4px solid #e6e6e6;
    border-radius: 50%;
    text-align: center;
} */

.btn2{
    border: 1px solid white;
    padding: 2px 20px;
    background-color: transparent;
    color: white;
    border-radius: 20px;
}
.btn2:hover{
    background-color: white;
    color: black;
    border: white;
}

.btn3{
    background-color: white;
    padding: 10px 27px;
    color: black;
    border: 2px solid white;
    border-radius: 25px;
    margin: 31px 0 16px;
}
.bac{
    content: "";
    background-image: url(Fundraising\ Plan\ \(2\).jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bac5{
    content: "";
    background-image: url(Fundraising\ Plan2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   

}
.bac6{
    content: "";
    background-image: url(Fundraising-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

/* Card section  */
.container1 {
    position: relative;
    /* width: 50%; */
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.4);
    overflow: hidden;
    width: 100%;
    height: 80px;
    transition: .5s ease;
  }
  
  /* .container1:hover .overlay {
    height: 35%;
  } */
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .btn4{
    background-color:#ffb422;
    border: 1px solid #ffb422;
    color: #fff;
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 600;
    padding: 5px 36px !important;
    font-size: 16px;
    line-height: 1.7em;
    border-radius: 5em;
    font-family: "Open Sans",sans-serif;
}
.btn4:hover{
    background-color:#ff0000b5;
	border-color: white;
    
}

/* Progress Bar */
/* Stylingthe last h2 tag by giving margin bottom */
.progress-bar-container:not(:last-child) {
    margin-bottom: 50px;
}

/* Styling the h2 tag by giving color, 
letter spacing, font-size etc.*/
.progress-bar-container h2 {
    font-family: Arial, Helvetica, sans-serif;
    /* color: #eee; */
    letter-spacing: 1px;
    font-size: 20px;
}

/* Styling the border and box
effect of the progress bar*/
.progress-bar {
    width: 100%;
    height: 5px;
    margin-top: 10px;
    border: 1px solid #565656;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(245, 159, 0);
}

/* Stylingthe background color of each 
animation and border radius */
.percentage {
    display: block;
    height: 100%;
    background-color: orange;
    border-radius: 5px;
    animation: progress 1500ms ease-in 1;
}

/* Assigning width of each column*/
.c {
    width: 55%;
}
.j {
    width: 10%;
}
.p {
    width: 40%;
}
/* Animating the progress bar by 
        initially starting from 0*/
        @keyframes progress {
            from {
                width: 0;
            }
        }
  

        /* Auto Counter */
        .bac2{
            background-image: url(Numberbackground.jpg);
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
       
        


/* Medical Aid Button */


/* css  for footer section */
.fa-brands{
    color: white;
    padding: 5px;
}