* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100vw;
}


 body{
    font-size: 15px;
    overflow-x: hidden;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 1rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .carousel-caption-inner {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 1.2rem;
    border-radius: 10px;
    max-width: 90%;
    margin: 0 auto;
  }
  
  
  .carousel-caption h1.animation {
    font-size: 1rem;
    animation-fill-mode: both;
  }
  
  .carousel-caption h5 {
    font-size: 1.2rem;
    animation-fill-mode: both;
  }
  
  .carousel-caption p {
    font-size: 1rem;
    animation-fill-mode: both;
  }
  
  .carousel-button {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    margin-top: 1rem;
  }
  
  .carousel-button .btn {
    width: 100%;
    max-width: 250px;
    font-size: 1rem;
  }

.donation-section{
    max-width: 600px;
    width: 100%;
    position: relative;
}

.donation-card{
  align-items: center;
  justify-content: space-evenly;
  position: absolute;
  top: -40px;
}

.donation-card-content h3{
  font-size: 25px;
}

.donation-card-content p{
  font-size: 16px;
}

.causes-section{
  margin-top: 550px;
}

.line-break{
  display: inline-block;
}

.causes-card-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.causes-button{
  border-radius: 5px;
  padding: 6px 10px; 
  max-width: 100px;
  width: 100%;
  height: 40px;
  font-size: 12px;
}

.causes-card-content h3{
  font-size: 16px;
}

.causes-card-content p{
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.cause-icon{
  flex-direction: column !important;
  gap: 2px;
}

.cause-icon i{
  font-size: 14px;
}

.introduction-card-section {
  gap: 20px;
} 

.intro-card {
  padding: 15px;
  border: 2px dashed rgb(209, 209, 209);
}

.intro-card .profile-pic{
  margin-top: 20px;
  margin-bottom: 20px;
}

.intro-card h4{
  font-size: 22px;
  text-align: center;
}

.intro-card h6{
  font-size: 13px;
  text-align: center;
}

.intro-card p{
  font-size: 14px;
  text-align: center;
  line-height: 17px;
}

.intro-mission-card h4{
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.intro-mission-card p{
  font-size: 14px;
}

.intro-mission-card {
  transition: border 0.4s ease-in-out;
}

.intro-mission-card:hover {
  border: 2px dashed rgb(209, 209, 209); 
  padding: 10px;
}

.fea-video iframe{
    max-width: 250px;
    height: 200px;
}

.feature-content-section {
  gap: 30px;
  padding: 20px 20px;
}

.fea-content .fea-but {
  border-radius: 5px;
  padding:  6px 10px;
  max-width: 160px;
  width: 100%;
  height: 40px;
}

.fea-content h2 {
  font-size: 30px;
}

.fea-content p {
  font-size: 17px;
}

.volunter-card-section{
  flex-direction: column !important;
  gap: 50px;
}

.volunter-content{
  padding: 20px;
}

.volunter-content h3{
  font-size: 22px;
  line-height: 38px;
}

.volunter-content p{
  font-size: 17px;
}

.volunter-checklist li {
  font-size: 17px;
}

.event-card{
  flex-direction: column !important;
}

.event-card-image{
  width: 100%;
}

.event-card-content h3{
  font-size: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.event-icon{
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}


.event-icon p {
  text-align: left;
  font-size: 12px;
}

.event-icon i{
  margin-right: 10px;
}

.event-card-content .card-para{
  font-size: 18px;
}

.feedback-card p{
  text-align: left;
  font-size: 18px;
}

.feedback-card-content img {
  width: 50px;
  height: 50px;
}

.feedback-profile-identification h4{
  font-size: 16px;
  letter-spacing: 0.4px;
}

.feedback-profile-identification h6{
  font-size: 14px;
  letter-spacing: 0.3px;
}

.stories-card-section{
  gap: 20px;
  padding-right: 20px;  
}

.stories-card-content{
  padding: 50px 20px;
}

.stories-card-content h6{
  font-size: 12px;
}

.stories-card-content h6 i {
  font-size: 12px;
}

.stories-card-content h3{
  font-size: 14px;
  letter-spacing: 0.2px;
}

.stories-card-content p{
  font-size: 13px;
  text-align: left;
}

.logo-track img {
  height: 30px;
  margin: 0 30px;
}

.footer-main-card{
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.footer-logo-section p{
  font-size: 12px;
  line-height: 14px;
}

.footer-icon {
  gap: 10px;
  margin-top: 20px;
}

.footer-icon a {
  font-size: 15px;
}

.footer-navlinks-section h4{
  font-size: 20px;
}

.footer-navlinks{
  gap: 15px;
  margin-top: 20px;
}

.footer-navlinks a{
  font-size: 15px;
}

.footer-icon-contact{
  margin-top: 20px;
}

.footer-icon-contact li{
  font-size: 11px;
}

.footer-icon-contact i{
  margin-right: 5px;
  font-size: 12px;
}

.footer-legal-information{
  justify-content: space-between;
  align-items: center;
  padding: 50px 10px;
}

.footer-legal-information h6{
  font-size: 15px;
}

