*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body{
    /* background: linear-gradient(270deg, rgba(251, 237, 112, 0.655), white); */
}
.navbar {
    height: 120px;
    width: 100vw;
    position: sticky;
    top: 0;
    background-color: transparent;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*justify-content: flex-end;*/
    z-index: 1000;
    background-color: white;
}

.navbar ul {
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /*justify-content: space-between;*/
    align-items: center;
    list-style-type: none;
    float: right;
}

.logo img {
    height: 110px;
    width: 150px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.7rem;
    color: aliceblue;
    margin-right: auto;
    font-weight: bolder;
}

.navbar li {
    display: inline-block;
    padding: 0px 30px
    }

.navbar li a {
    color: black;
    text-decoration: antiquewhite;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
    font-size: 1.2rem;
}

/* .navbar li:hover, */
.navbar li a:hover {
    transform: translate(-5.5px);
    color: rgb(47, 173, 131);
    transition: all 0.5s ease;
 
}
.hero{
    display: flex;
    background-color:#2c8e60;
    padding-top: 150px;
    height: auto;
    /* padding-top:5rem; */
}
.main-1{
    width: 50%;
    height: auto;
    padding-left:90px;
}
.sub-main{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:30px;
    display: flex;
}
.color{
    color:orange;
}
.main-2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 60px;
    margin-top:30px;
}
.sub-main2{
    margin-top: 20px;
    color: orange;
    margin-top:0px;
}
.sub-main3{
    width: 600px;
    color: white;
    font-size: 18px;
    margin-top: 10px;
}
.sub-main4{
    width: 350px;
    border: 2px;
    font-size: 20px;
    padding: 20px 60px;
    margin-top: 40px;
    background-color: orange;
    color: white;
    border-radius: 10px;
}
.img1 img{
    width: 500px;
    margin:3rem 0px;
}

.top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.button button {
    color: #f5a623;
    height: 40px;
    width: 150px;
    font-size: 1.1em;
    border-radius: 18px;
    background-color: #ffebd4;
    font-weight: bold;
    border: none;
    transition: all 0.3s;
}
.button button:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.text {
    font-size: 1.5em;
    font-weight: bold;
    color: gray;
}
.text-span {
    color: #f5a623;
}

.bottom {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}

.first_card {
    /* height: 300px; */
    width: 800px;
    border-radius: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.img img {
    max-width: 100%;
    border-radius: 10px;
}

.heading {
    font-size: 1.5em;
    margin: 10px 0;
}

.content {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 1em;
    line-height: 1.5;
}

.values-section {
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: white;
}

.values-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 20px;
    background-color: white;
}

.text-content {
    width: 50%;
}

.volunteer-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 20px;
}

.title {
    font-size: 2rem;
    font-weight: bold;
}

.highlight {
    color: #f47c20;
}

.description {
    font-size: 1rem;
    margin-bottom: 20px;
}

.value-item {
    display: flex;
    margin-bottom: 20px;
}

.icon {
    width: 50px;
    margin-right: 30px;
    margin-top: 14px;
}

.value-description {
    max-width: 400px;
}

.value-description h2 {
    font-size: 1.5rem;
    margin: 0;
}

.value-description p {
    font-size: 1rem;
}

.donate-button {
    background-color: #74aa3a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right:30px;
}

.images {
    margin-top: 160px;
    margin-left: 80px;
}

.image-top, .image-bottom {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    object-fit: cover;
}
.bh-container {
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
}

.bh-leadership-section {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 80px;
  margin-top:20px;
  /* flex-wrap: wrap; */
}

.shadow{
    box-shadow:0 4px 8px rgba(0,0,0,0.5);
}
.leaderName{
    font-size:28px;
}
.leaderDesignation{
    font-size:22px;
}
.leaderDescription{
    font-size:18px;
}
.missionAnimation{
    transition:all 0.3s;
}
.missionAnimation:hover{
    transform:scale(1.1);
}

.bh-leader-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 0 80px;
   /*width: 800px; */
   height:400px;
  text-align: center;
}

.bh-leader-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.bh-leader-card h3 {
  /*font-size: 1.2em;*/
  font-weight: bold;
  margin-bottom: 5px;
}

.bh-leader-card p {
  /*font-size: 0.9em;*/
  line-height: 1.5;
  margin-bottom: 10px;
}

.bh-leader-card.bh-social-links {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.bh-leader-card.bh-social-links a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: #eee;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.bh-leader-card.bh-social-links a:hover {
  background-color: #ddd;
}

.bh-arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ff9900;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}

.bh-arrow:hover {
  background-color: #ff8800;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background-color: #f5f5f5;
    
    */
}

.vision-section {
    display: flex;
    justify-content: center;
    padding: 40px;
    background-color: white;
}

.vision-container {
    max-width: 1200px;
    width: 100%;
    background-color: white;
}

.vision-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.vision-title {
    font-size: 2rem;
    font-weight: bold;
}

.vision-period {
    color: #f47c20;
}

.donate-button {
    background-color: #f47c20;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.program-cards {
    display: flex;
    gap: 20px;
}

.program-card {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 48%;
}

.program-icon img {
    width: 50px;
    height: 50px;
}

.program-content {
    margin-top: 10px;
}

.program-title {
    font-size: 1.5rem;
    margin: 10px 0;
}

.program-content p {
    margin: 10px 0;
}

.program-content ul {
    list-style-type: none;
    padding: 0;
}

.program-content ul li {
    margin: 5px 0;
}
.footer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    color: black;
    min-height: 320px;
    margin-top: 150px;
    font-family: "Oswald", sans-serif;
    border-top: 1px solid black;
}

.footer-box {
    width: 25%;
    height: 270px;
    min-width: 350px;
    padding: 30px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: box-shadow 0.3s ease-in-out;
    flex-direction: column;
    font-family: "Oswald", sans-serif;
}

.footer-box:nth-child(3) {
    display: block;
}

.footer-box:nth-child(5) {
    display: flex;
}

.footer_top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer_top img {
    height: 150px;
    width: 200px;
}

.footer_cname {
    font-size: 1.3rem;
    text-align: center;
    font-family: "Oswald";
    line-height: 27px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.footer_first_name {
    font-family: "Oswald";
    font-size: 2rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.footer_bottom {
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.Social_icons_Wrapper>i {
    margin: 3px;
    transition: 0.4s;
}

.header_Links,
.Contact_footer_header {
    font-size: 1.3rem;
    text-align: left;
    font-family: "Montserrat";
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.header_Links {
    margin: 0 0 10px 0;
}

.Contact_footer_header {
    margin: 5px 0 10px 10px;
}

.footer_links_Wrapper {
    margin: 10px 0;
}

.footer_links {
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-family: "poppins";
    color: black;
    text-decoration: none;
    transition: color 0.3s, transform 0.3s;
}

.footer_links:hover {
    color: var(--primary);
    transform: translateX(5px);
    /* Subtle movement on hover */
}

.links_arrow_container {
    font-size: 1rem;
    margin-right: 10px;
    /* Space between arrow and text */
}

.contact_info_wrapper,
.contact_info {
    font-family: "poppins";
    padding: 10px;
}

a {
    color: none;
    text-decoration: none;
}

.footer-box>p {
    font-family: 'poppins';
    text-wrap: balance;
    text-align: center;
}

.footer p,
.footer h5,
.footer .contact_info,
.footer .footer_links_Wrapper .footer_links,
.footer .Social_icons_Wrapper {
    font-family: "Oswald", sans-serif;
}



.fa-brands:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.fa-facebook:hover {
    color: #1877f2;
}

.fa-instagram:hover {
    background-image: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.fa-twitter:hover {
    color: #1da1f2;
}

.fa-linkedin:hover {
    color: #0077b5;
}

@media (max-width: 700px) {

    .footer-box,
    .footer_bottom {
        align-items: start;
        justify-content: start;
    }
}


.programs-shadow {
    box-shadow: 0px 12px 8px rgba(0, 0, 0, 0.2);
}
