/*---Hero---*/
#hero {
    margin-top: 5.8rem;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
  }
  
  #hero:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    background: linear-gradient(to right, rgba(221, 138, 50, 0.6), rgba(218, 145, 20, 0.582)), url("img/hand.png")center top no-repeat;
    /*image-size 1920H 1080W*/
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  }
  
  /* #hero:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 95%;
    background: linear-gradient(to right, rgba(221, 138, 50, 0.6), rgba(218, 145, 20, 0.582)), url("/assets/img/small.png")center top no-repeat;
    /* image-size 1920H 1080W 
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) rotate(0deg);
  } */
  
  #hero:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 130%;
    height: 96%;
    /* background: rgba(212, 189, 129, 0.8); */
    opacity: 0.3;
    z-index: 0;
    border-radius: 0 0 50% 50%;
    transform: translateX(-50%) translateY(18px) rotate(2deg);
  }
  
  #hero .carousel-container {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    z-index: 1;
    /* Ensure the text is above the pseudo-elements */
  }
  
  #hero h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 34px;
    font-weight: bold;
    font-family: var(--body-font);
  }
  
  #hero p {
    width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 23px;
  
    font-family: 'Andada Pro', sans-serif;
  }
  
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 10%;
  }
  
  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
  }
  
  #hero .hero-btn {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.5s;
    border: 2px solid #9ef596;
    font-family:  'Arbutus', sans-serif;;
  }
  
  #hero .hero-btn:hover {
    background: #1599db;
    color: #fff;
    text-decoration: none;
  }
  
  @media (min-width: 1024px) {
    #hero p {
      width: 60%;
    }
  
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
      width: 5%;
    }
  }
  
  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px;
    }
  
    #hero:after {
      width: 180%;
      height: 95%;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) rotate(0deg);
    }
  
    #hero:before {
      top: 0;
      width: 180%;
      height: 94%;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
  }
  
  @media (max-width: 575px) {
    #hero:after {
      left: 40%;
      top: 0;
      width: 200%;
      height: 95%;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) rotate(0deg);
    }
  
    #hero:before {
      left: 50%;
      top: 0;
      width: 200%;
      height: 94%;
      border-radius: 0 0 50% 50%;
      transform: translateX(-50%) translateY(20px) rotate(4deg);
    }
    
  #hero h3 {
    
    font-size: 30px;
    
  }
  
  #hero p {
    font-size: 15px;
   
  }
  #hero{
    margin-top: 2rem;
  
  }
  
  
  }
  
  /*--End of Hero---*/




   */
  
  
  

  
  
  
  .vision .content button:hover{
    letter-spacing: .2rem;
  }
  
  .vision .box-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .vision .box-container .box{
    height:27rem;
    width:20rem;
    background:#fff;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.5);
    margin: 2rem;
    cursor: pointer;
  }
  
  .vision .box-container .box i{
    height:6rem;
    width:6rem;
    line-height: 6rem;
    text-align: center;
    border-radius: 50%;
    color:#fff;
    background:#783F9E;
    font-size: 3rem;
    margin:2rem 0;
    transition: .2s;
  }
  
  .vision .box-container .box h3{
    font-size: 2rem;
    color:var(--pink);
    transition: .2s;
  }
  
  .vision .box-container .box p{
    font-size: 1rem;
    padding:.7rem 2rem;
    color:#666;
  }
  
  .vision .box-container .box:hover i{
    background:rgba(119, 63, 157, 0.608)
  }
  
  .vision .box-container .box:hover h3{
    color:rgb(119, 63, 157);
  }
  
  /* kind  */
  /* General Styles */
  /* General Styles */

.bg-section {
  background-color: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}

.heading-title {
  font-size: 2.5rem;
  color: #6a1b9a;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.heading-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #6a1b9a;
  margin: 10px auto 0;
}

/* Row layout */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Donate Box Styles */
.donate-box {
  /* background-color: #6a1b9a; */
  background-color: #ea9330cd;
  border-radius: 10px;
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 15px;
  color: #ffffff;
  height: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.donate-box:hover {
  transform: translateY(-10px);
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2);
}

.donate-box figure {
  margin-bottom: 15px;
}

.donate-box img {
  max-width: 60px;
  transition: transform 0.3s ease;
  filter: invert(100%);
}

.donate-box:hover img {
  transform: scale(1.1);
}

.lightDivider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 50px;
  margin: 15px auto;
}

.mission-text {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.last-center {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
  .donate-box {
      margin-bottom: 30px;
      max-width: 100%;
      height: auto; /* Allow height to be flexible on smaller screens */
  }
}

@media (max-width: 576px) {
  .heading-title {
      font-size: 2rem;
  }

  .donate-box img {
      max-width: 50px;
  }

  .mission-text {
      font-size: 1.1rem;
  }

  .last-center {
      font-size: 0.9rem;
  }
}
