@import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}

/* events section */
#events-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* blogs section */
#blogs-section {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

#blogs {
  margin-top: 50px;
}

#toggle-events {
  width: 40%;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
  /*border: 2px solid green;*/
  justify-content: center;
  align-items: center;
  text-align: center;
}

#upcoming-h3,
#past-h3 {
  font-size: 15px;
  padding: 7px;
  border-radius: 7px;
  cursor: pointer;
  letter-spacing: 1px;
  word-spacing: 1px;
}

#upcoming-h3 {
  background-color: #ff029b;
  color: white;
  border: none;
}

#past-h3 {
  background-color: black;
  color: white;
  border: none;
}

#past-h3:hover {
  background-color: #ff029b;
}

#events {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px;
  padding-top: 20px;
}

#upcoming-events {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px;
  padding-top: 20px;
}

#past-events {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 30px;
  padding-top: 20px;
}

.event {
  width: 29%;
  border-radius: 7px;
  background-color: rgb(251, 248, 248);
}

.event-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 7px;
  z-index: -9999;
  position: inherit;
  margin-top: -19.2px;
}

#e-time {
  border: 1px solid #ff029b;
  background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.7));
  padding: 6px;
  position: relative;
  right: -10px;
  z-index: 9999;
  top: 0px;
  color: white;
  letter-spacing: 0.5px;
  word-spacing: 0.7px;
  border-radius: 6px;
}

.e-words {
  padding-top: 5px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  line-height: 25px;
  letter-spacing: 0.5px;
  word-spacing: 0.7px;
}

.e-title {
  font-size: 15px;
}

.e-para {
  font-size: 15px;
}

.e-list {
  list-style: none;
  color: #ff029b;
}

.e-icon {
  color: #e7ab29;
}

@keyframes move {
  from {
    margin-right: 5px;
  }
  to {
    margin-right: 15px;
  }
}
.read-more {
  margin-top: 20px;

  padding: 10px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  letter-spacing: 1px;
  word-spacing: 1px;
  border-radius: 7px;
}

.read-more:hover {
  background-color: #ff029b;
  color: white;
  cursor: pointer;
  border: 2px solid white;
}

#view-all-events {
  text-align: center;
  font-size: 18px;
  color: #e7ab29;
  margin-top: 30px;
  animation: move 1s infinite;
}

.all-anc {
  color: #e7ab29;
  text-decoration: none;
}

.all-anc:visited {
  color: #e7ab29;
}

.all-anc:hover {
  color: black;
}

.all-icon {
  color: #ff029b;
}

#vol-success {
  background-color: green;
  color: white;
  padding: 15px;
  position: fixed;
  top: 5px;
  border-radius: 7px;
  left: 5px;
  z-index: 9999;
}

#vol-error {
  background-color: red;
  color: white;
  padding: 15px;
  position: fixed;
  top: 5px;
  border-radius: 7px;
  left: 5px;
  z-index: 9999;
}

#close-success {
  display: block;
  position: absolute;
  right: 6px;
  top: 12px;
  font-size: 12px;
}

#close-success:hover {
  cursor: pointer;
}
#close-upload-error {
  margin-left: 20px;
  display: block;
  position: absolute;
  right: 6px;
  top: 12px;
  font-size: 14px;
}
#close-upload-error:hover {
  cursor: pointer;
}

#h-ani {
  width: 100%;
}

#ani-img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

#ani-bg {
  width: 100%;
  height: 800px;
  position: absolute;
  top: 0px;
  /*background-color: rgb(255, 2, 155, 0.5);*/
}

#ani-words {
  margin-top: 370px;
  margin-left: 70px;
  color: white !important;
  line-height: 45px;
  background-color: rgb(255, 2, 155, 0.8);
  width: 90%;
  padding-left: 10px;
  border-radius: 7px;
}

#ani-header {
  letter-spacing: 1.5px;
  word-spacing: 1px;
  font-size: 32px;
}

#ani-para {
  letter-spacing: 1.5px;
  word-spacing: 1px;
  font-size: 22px;
}

header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background-color: white !important;
  position: fixed;
  top: 10px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  border-radius: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

#logo-holder {
  width: 7%;
  z-index: 9999;
  height: 70px;
  margin-top: 5px;
  object-fit: contain;
}

#logo {
  width: 100%;
  margin-top: 5px;
}

#nav1 ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  list-style: none;
}

#nav2 ul {
  display: flex;
  list-style: none;
}

.nav-anchor {
  text-decoration: none;
  color: black;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 14.5px;
}

.nav-anchor:hover {
  color: #ff029b;
  border-bottom: 2px solid black !important;
}

.b {
  background-color: black;
  padding: 10px;
  color: white;
  border-radius: 7px;
}

.dropdown-menu {
  display: none;
  position: absolute; 
  background-color: #d8d8d8;
  /* min-width: 250px; */
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 9999;
  border-radius: 20px;
  margin-top: 10px;
  right: 20px;
}

.dropdown-item {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 8px 0;
}

.dropdown-item:hover {
  color: #ff029b;
}

.nav-li:hover .dropdown-menu {
  display: block;
}

.b:hover {
  background-color: #ff029b;
  color: white;
  cursor: pointer;
}

.fa-bars {
  display: none;
}

.fa-close {
  display: none;
}

#bar-nav {
  display: none;
}

/* INTRODUCTION */
#intro {
  margin-top: 90px;
}

#intro-words {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#intro-header {
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 21px;
  margin-bottom: 10px;
  text-align: center;
  color: #e7ab29;
}

.intro-para {
  letter-spacing: 1px;
  word-spacing: 1px;

  line-height: 30px;

  line-height: 25px;

  font-size: 15px;
}
#abt-more {
  color: #e7ab29;
}

#abt-more:visited {
  color: #e7ab29;
}

#abt-more:hover {
  font-size: 19px;
}

/* CORE AREAS */
#core-areas {
  margin-top: 90px;
  padding-top: 50px;
  /* background-image: linear-gradient(to bottom, rgb(240, 236, 236), white, white); */
}

#areas {
  width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
}

.area {
  width: 35%;
  margin-bottom: 30px;
}

.core-img {
  width: 100%;
  border-radius: 50% 20% / 10% 40%;
  border: 1px solid #e7ab29;
  padding: 5px;
  height: 270px;

  height: 330px;

  object-fit: cover;
}

.core-words {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-weight: 600;
}

.journeyBorder {
  border-radius: 8px;
  padding: 15px;
  width: 105%;
  height: auto;
  background-color: #33333387;
}

/* ACHIEVEMENTS SO FAR */
#achievement {
  background: linear-gradient(
      to right,
      rgb(255, 2, 155, 0.6),
      rgb(255, 2, 155, 0.6)
    ),
    url("img/achievement.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white !important;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-top: 90px;
}

.ach-header {
  color: white !important;
}

#achieve {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  gap: 20px;
 
}

.a1{
  background-color: #e7ab29;
}

.a2 {
  background-color: #ff029b;
}

.a3 {
  background-color: #34a853;
}

.a4 {
  background-color: #4285f4;
}

.a5 {
  background-color: #fbbc05;
}

.a6 {
  background-color: #ea4335;
}

.a7 {
  background-color: #00c4cc;
}

.a8 {
  background-color: #9b51e0;
}

.achieve {
  width: 22%;
    padding: 20px 40px;
   
    border-radius: 50% 20% / 10% 40%;
    display: flex;
    align-items: center;
    /* text-align: center; */
    justify-content: center;
    border: 2px solid white;
}

.achieve div{
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  top: 0px;
  left: -20px;
  border-radius: 50%;
  text-align: center;
}

.a-w {
  font-size: 15px;
}

#volunteer {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 60px;
  padding: 10px;
  background-color: white;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid white;
  animation: jump-shaking 3s infinite;
  -webkit-animation: jump-shaking 3s infinite;
  border-radius: 7px;
}

@keyframes jump-shaking {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateY(-9px);
  }
  35% {
    transform: translateY(-9px) rotate(17deg);
  }
  55% {
    transform: translateY(-9px) rotate(-17deg);
  }
  65% {
    transform: translateY(-9px) rotate(17deg);
  }
  75% {
    transform: translateY(-9px) rotate(-17deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

#volunteer:hover {
  background-color: inherit;
  color: white;
  cursor: pointer;
  border: 2px solid white;
}

#v-anchor {
  color: #ff029b;
  text-decoration: none;
}

#v-anchor:hover {
  color: white;
}

#volunteer:hover {
  background-color: inherit;
  color: white;
  cursor: pointer;
  border: 2px solid white;
}

#v-anchor {
  color: #ff029b;
  text-decoration: none;
}

#v-anchor:hover {
  color: white;
}
/* video testimonials */
.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: rgba(255, 2, 155, 0.8);
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: black;
}

/* Caption text */
.text {
  color: white;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  width: 48%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  margin: 0 auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: rgba(255, 2, 155, 0.8);
  padding: 10px;
  width: 50px;
  border-bottom-right-radius: 50px;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: black;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}

/* FOOTER */
#footer {
  background-color: black;
  padding-bottom: 20px;
}

#footer-container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.footer {
  width: 31%;
  color: white;
  margin-top: 40px;
}

#footer-logo {
  width: 100px;
}

.footer-header {
  letter-spacing: 1px;
  letter-spacing: 1px;
}

.footer-para {
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 30px;
  padding: 5px;
}

#f-ul {
  line-height: 30px;
  padding: 5px;
}

.f-ul {
  list-style: none;
}

.f-para {
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14.5px;
  letter-spacing: 1px;
  word-spacing: 1px;
}

.f-anchor {
  color: white;
  text-decoration: none;
}

.f-anchor:hover {
  color: #ff029b;
}

#f-para {
  margin-top: 100px;
}

.em {
  border-bottom: 1px solid #e7ab29;
  text-decoration: none;
  color: black;
}

.em:visited {
  color: black;
}

.social {
  display: flex;
  align-items: start;
}

.s-icon {
  color: white;
  padding: 10px;
  font-size: 30px;
  color: #e7ab29;
}

.b-cloud {
  border-bottom: 1px solid #ff029b;
}

.cloud {
  margin-top: 30px;
}

/* ABOUT US PAGE */

#abt-ani {
  height: 400px;
  background-image: linear-gradient(
      to right,
      rgb(255, 2, 155, 0.5),
      rgb(255, 2, 155, 0.7)
    ),
    url("img/team.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white !important;
  height: 450px;
  /* padding-top: 50px;
    padding-bottom: 70px; */
}

#abt-ani-header {
  font-size: 30px;
  text-align: center;
  padding-top: 250px;
}

.imgs img {
  width: 100px;
}
.imgs {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}

#m-v {
  width: 85%;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  align-items: center;
}

.m-v {
  width: 45%;
}

/*  core values */
#core-values {
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}

#core-values h3 {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

#values {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.values {
  flex: 1 1 calc(25% - 20px);
  margin: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.values img {
  width: 100%;
  max-width: 150px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #e7ab29;
}

.dec {
  padding: 10px;
  text-align: center;
}

.core-words {
  font-size: 1rem;
}

.dec p {
  font-size: 0.8rem;
}

#board {
  margin-top: 90px;
}

#member {
  width: 80%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.member:nth-child(odd) {
  background-color: rgb(248, 244, 244);
}

.member {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  overflow: hidden;
  margin-bottom: 80px;
  padding-top: 20px;
  border: 0.2px solid #e7ab29;
  box-shadow: 2px 2px 2px 1px #e7ab29;
}

.b-img {
  width: 30%;
  height: 250px;
  padding: 5px;
  object-fit: contain;
  border-radius: 50% 20% / 10% 40%;
}

.b-words {
  width: 60%;
}
details {
  margin-top: -16px;
  margin-bottom: 20px;
}

summary {
  color: #e7ab29;
}

summary:hover {
  cursor: pointer;
}
.b-para {
  margin-bottom: 20px;
}

#team-section {
  margin-top: 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: linear-gradient(
      to right,
      rgb(255, 2, 155, 0.7),
      rgb(255, 2, 155, 0.7)
    ),
    url("img/team.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.team-header {
  color: white !important;
}

#team {
  width: 80%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
}

.team {
  width: 35%;
  padding: 5px;
  margin-bottom: 20px;
}

.team-img {
  width: 100%;
  height: 250px;
  object-fit: contain;
  border-radius: 50% 20% / 10% 40%;
}

.team-words {
  border-radius: 50% 20% / 10% 40%;
  border: 2px solid white;
  padding: 10px;
  /* background-color: white; */
  line-height: 25px;
}

.team-title {
  text-align: center;
  color: white;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 15px;
}

.team-name {
  text-align: center;
  color: white;
}

/* CONTACT US PAGE */
.contact-ani {
  background-image: linear-gradient(
      to right,
      rgb(255, 2, 155, 0.5),
      rgb(255, 2, 155, 0.7)
    ),
    url("img/contactbg.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact {
  padding-top: 90px;
}

#contact-container {
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  width: 100%;
}

.contact {
  width: 45%;
  padding-top: 40px;
  margin-bottom: 100px;
  box-shadow: 2px 2px 2px 1px #e7ab29;
  border: 0.1px solid #e7ab29;
}

.address {
  height: 650px;
  padding-left: 20px;
  /*padding-bottom: 50px;*/
}

.add-li {
  margin-bottom: 25px;
  margin-left: 5px;
  margin-right: 5px;
}

.dept-para {
  margin-bottom: 15px;
}
.dept-list {
  margin-left: 19px;
}

#contact-form {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.c-para {
  width: 90%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  letter-spacing: 1px;
  word-spacing: 1px;
}

.c-input {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 15px;
  background-color: rgb(248, 244, 244);
  border-radius: 10px;
}

textarea {
  height: 120px;
}

.submit-input {
  margin-top: 20px;
  margin-left: 50px;
  padding: 10px;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  letter-spacing: 1px;
  word-spacing: 1px;
  border-radius: 7px;
}

.submit-input:hover {
  background-color: #ff029b;
  color: white;
  cursor: pointer;
  border: 2px solid white;
}

/* VOLUNTEERS' REGISTRATION */

.material-header {
  margin-top: 100px;
}

#vol-logo-holder {
  width: 70px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
}

#vol-logo {
  width: 100%;
}

#vol {
  width: 60%;
  margin-top: 100px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 2px 1px #e7ab29;
  background-color: white;
  padding-top: 10px;
}

#vol2 {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 2px 2px 2px 1px #e7ab29;
  background-color: white;
  padding-top: 10px;
}

.vol-header {
  color: black;
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  word-spacing: 1px;
}

#vol-form {
  padding-top: 10px;
  padding-bottom: 10px;
}

#money-form {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;

  width: 40%;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.615);

  width: 45%;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.8);
}

.vol-para {
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  letter-spacing: 1px;
  word-spacing: 1px;
  color: black;
}

.vol-input {
  width: 100%;
  border: none;
  padding: 12px;
  border-radius: 10px;
  margin-top: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  background-color: rgb(248, 244, 244);
}

.textarea {
  height: 90px;
}

.vol-submit-input {
  width: 140px;
  margin-left: 65px;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  background-color: black;
  color: white;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 15px;
  border-radius: 7px;
}

.vol-submit-input:hover {
  background-color: #ff029b;
  color: white;
  cursor: pointer;
}
#vol-success {
  background-color: green;
  color: white;
  padding: 15px;
  position: fixed;
  top: 5px;
  border-radius: 7px;
  left: 5px;
  z-index: 9999;
}

#vol-error {
  background-color: red;
  color: white;
  padding: 15px;
  position: fixed;
  top: 5px;
  border-radius: 7px;
  left: 5px;
  z-index: 9999;
}

#close-success {
  display: block;
  position: absolute;
  right: 6px;
  top: 12px;
  font-size: 12px;
}

#close-success:hover {
  cursor: pointer;
}
#close-upload-error {
  margin-left: 20px;
  display: block;
  position: absolute;
  right: 6px;
  top: 12px;
  font-size: 14px;
}
#close-upload-error:hover {
  cursor: pointer;
}
/* DONATIONS */

/*#donation{*/
/*    background-color: white;*/
/*    width: 80%;*/
/*    margin-top: 120px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    padding-top: 30px;*/
/*    padding-bottom: 60px;*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/* display: none; */
/*}*/

.money-header {
  margin-top: 100px;
}


#Newsection {
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.5),
      rgba(252, 252, 252, 0.7)
    ),
    url("img/girl1.jpg") !important;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: left;
}

.NewsectionBTN a {
  text-decoration: none;
}

#Newsection h4 {
  color: #ffffff;
}

#how-donations {
  width: 80%;
  display: flex;
  gap: 15px;
  flex-flow: row wrap;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.how-donations {
  width: 31%;
  padding: 15px 25px;
  border: 1px solid lightgrey;
  border-radius: 8px;
  position: relative;
  border-radius: 50% 20% / 10% 40%;
}

.how-donations:nth-child(odd) {
  background-color: rgb(241, 238, 238);
}

.how-donations:hover {
  cursor: pointer;
  box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.5);
}

.how-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  top: 10px;
  padding: 10px;
}

.how-donations p {
  line-height: 25px;
  margin-top: 80px;
}

.will-words {
  text-align: center;
  margin-top: 10px;
  background-color: rgba(241, 238, 238, 0.8);
  border-radius: 50% 20% / 10% 40%;
  border: 1px solid lightgrey;
  padding: 20px 30px;
  cursor: pointer;
  top: -120px;
  /* z-index: 1; */
  position: relative;
  line-height: 25px;
}

.will-words p {
  margin-bottom: 10px;
}

.will-words:hover {
  box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.5);
}

.money-header {
  margin-top: 100px;
}

#money-donation {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.1)
    ),
    url("img/donate1.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 20px;
  padding: 40px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.don-heading {
  width: 45%;
  color: white !important;
  line-height: 45px;
}

#Newsection {
  background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.5),
      rgba(252, 252, 252, 0.7)
    ),
    url("img/girl1.jpg") !important;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  align-items: left;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
}

#Newsection h2 {
  color: #fff;
  font-size: 35px;
  width: 90%;
  margin-left: 60px;
}

.NewsectionBTN {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  flex-flow: row wrap;
}

.new {
  width: 25%;
  padding: 30px;
  color: black;
  line-height: 24px;
  letter-spacing: 0.7px;
  word-spacing: 0.8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50% 20% / 10% 40%;
}

.new p {
  margin-top: 20px;
}

.new .fa-quote-left {
  color: #ff029b;
  font-size: 20px;
}

.new1 {
  /* margin-top: 50px; */
  position: relative;
  top: 20px;
}

.NewsectionBTN a {
  text-decoration: none;
}

/* padd a child */

.pad-para {
  border: 1px solid lightgrey;
  padding: 35px;
  margin-bottom: 10px;
  line-height: 25px;
  border-radius: 50% 20% / 10% 40%;
}

.pad-para:hover {
  cursor: pointer;
  box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.5);
}

.pad-para:nth-child(even) {
  background-color: rgb(241, 238, 238);
}

.faq-container {
  width: 80%;

  max-width: 600px; /* Adjust max-width as needed */

  /* max-width: 600px; Adjust max-width as needed */
}

.faq-item {
  margin-bottom: 10px;
}

.toggle {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.question {
  background-color: #d432b68e;
  padding: 10px;
  cursor: pointer;

  background-color: rgb(241, 238, 238);
  color: black !important;
  padding: 10px;
  cursor: pointer;
  border: 1px solid grey;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.text-muted {
  text-align: center;
}

.question:active {
  background-color: #f700ad;
}

.body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 100vh; */
  padding: 15px;
  flex-direction: column;
}

.answer {
  display: none;
  padding: 10px;
  font-style: oblique;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  border-top: 1px solid #ccc; /* Add border to the answer */
  flex: 1; /* Make the answer fill the remaining space */
}

.m-input {
  margin-left: 5px;
  margin-top: 5px;
}

#already {
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 15px;
  margin-top: 20px;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* SUBSCRIBE */

.subscribe {
  position: relative;
  height: auto;
  width: 240px;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}

/* .subscribe:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 18px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1a044e;
} */

.subscribe p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 28px;
}

.subscribe input {
  bottom: 30px;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px;
  width: 82%;
  background: transparent;
  transition: all 0.25s ease;
}

.subscribe input:focus {
  outline: none;
  border-bottom: 1px solid #ff029b;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    "sans-serif";
}

.subscribe .submit-btn {
  position: absolute;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #ff029b;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  right: -10px;
  bottom: -20px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
}

.subscribe .submit-btn:hover {
  background-color: #500331;
  box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
}

/* Download in contact page */

.authorized-reseller-api-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 1);
  padding: 0.625rem 0.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all 0.8s;
  text-decoration: none;
  width: auto;
}

.authorized-reseller-api-btn:hover {
  text-decoration: underline;
}

/* .authorized-reseller-api-btn:active {
      } */

.texts {
  margin-left: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-1 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact2 {
  width: auto;
  padding-top: 40px;
  height: auto;
  margin-bottom: 50px;
  box-shadow: 2px 2px 2px 1px #e7ab29;
  border: 0.1px solid #e7ab29;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.downloadItems {
  display: flex;

  gap: 10px;
}

/*Magic card*/
.card {
  width: 230px;
  height: 254px;
  background: #f5f5f5;
  overflow: visible;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #ff029b;
  border-radius: 10px;
}

.card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  padding: 0 1rem;
}

.card-img img {
  display: block;
  border-radius: 50%;
  margin-top: -5px;
}

.card-img {
  overflow: hidden;
  --size: 140px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  transform: translateY(-50%);
  background: #42caff;
  background: linear-gradient(to bottom, #42caff 0%, #e81aff 100%);
  position: relative;
  transition: all 0.3s ease-in-out;
}

.card-img::before {
  content: "";
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  border: 0.5rem solid #bcbcbc;
}

/*Text*/
.text-title {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #42caff;
  letter-spacing: 0.05rem;
}

.text-body {
  font-size: 0.8em;
  text-align: center;
  color: #6f6d78;
  font-weight: 400;
  font-style: italic;
}

/*Hover*/
.card:hover .card-img {
  --size: 110px;
  width: var(--size);
  height: var(--size);
}

.card:hover {
  cursor: pointer;
}

.testimonials {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin-top: 120px;
}

#intro-header2 {
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 26px;
  margin-bottom: 100px;
  text-align: center;
  color: #e7ab29;
}

.events-section {
  width: 80%;
  padding-top: 50px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.partners {
  padding: 10px;
  background-color: #ffffff46;
  margin-top: 80px;
}

@-webkit-keyframes slideleft {
  0% {
    background-position: 385000px;
  }

  100% {
    background-position: 0;
  }
}

@keyframes slideleft {
  0% {
    background-position: 385000px;
  }

  100% {
    background-position: 0;
  }
}

/*.partners-img-container {*/
/*  height: 100px;*/
/*  width: 100%;*/
/*  overflow: auto;*/
/*}*/

/*.partners-img-container::-webkit-scrollbar {*/
/*  width: 0 !important;*/
/*}*/

/* hide scrollbar in Chrome */
/*.partners-img-container {*/
/*  scrollbar-width: none;*/
/*}*/

/* hide scrollbar in mozilla */
/*.partners-img-container {*/
/*  -ms-overflow-style: none;*/
/*}*/

/* hide scrollbar in IE */

/*.partners-img-container .partners-img {*/
/*  height: 100%;*/
/*  width: 200%;*/
/*  background: transparent*/
/*    url(https://squeeze-pics.s3-us-west-2.amazonaws.com/v2/assets/Web+Assets/heroes/Auto-insurance/insurancelogos.jpg)*/
/*    repeat-x 50% 0;*/
/*  -webkit-animation: slideleft 5000s linear infinite;*/
/*  animation: slideleft 5000s linear infinite;*/
/*  cursor: grab;*/
/*}*/

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* SUBSCRIBE */

.subscribe {
  position: relative;
  height: auto;
  width: 240px;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}

.subscribe:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 18px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1a044e;
}

.subscribe p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 28px;
}

.subscribe input {
  bottom: 30px;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px;
  width: 82%;
  background: transparent;
  transition: all 0.25s ease;
}

.subscribe input:focus {
  outline: none;
  border-bottom: 1px solid #ff029b;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
    "sans-serif";
}

.subscribe .submit-btn {
  position: absolute;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #ff029b;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  right: -10px;
  bottom: -20px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
}

.subscribe .submit-btn:hover {
  background-color: #500331;
  box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
}

/* Download in contact page */

.authorized-reseller-api-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 1);
  padding: 0.625rem 0.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all 0.8s;
  text-decoration: none;
  width: auto;
}

.authorized-reseller-api-btn:hover {
  text-decoration: underline;
}

/* .authorized-reseller-api-btn:active {
} */

.texts {
  margin-left: 0.2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-1 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2 {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.contact2 {
  width: auto;
  padding-top: 40px;
  height: auto;
  margin-bottom: 50px;
  box-shadow: 2px 2px 2px 1px #e7ab29;
  border: 0.1px solid #e7ab29;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.downloadItems {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.downloadItems > * {
  flex-shrink: 0;
} 

/*Magic card*/
.card {
  width: 230px;
  height: 254px;
  background: #f5f5f5;
  overflow: visible;
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e81aff;
  border-radius: 10px;
}

.card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  padding: 0 1rem;
}

.card-img img {
  display: block;
  border-radius: 50%;
  margin-top: -5px;
}

.card-img {
  overflow: hidden;
  --size: 140px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  transform: translateY(-50%);
  background: #42caff;
  background: linear-gradient(to bottom, #42caff 0%, #e81aff 100%);
  position: relative;
  transition: all 0.3s ease-in-out;
}

.card-img::before {
  content: "";
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  transform: translate(-50%, -50%);
  border: 1rem solid #bcbcbc;
}

/*Text*/
.text-title {
  text-transform: uppercase;
  font-size: 0.75em;
  color: #42caff;
  letter-spacing: 0.05rem;
}

.text-body {
  font-size: 0.8em;
  text-align: center;
  color: #6f6d78;
  font-weight: 400;
  font-style: italic;
}

/*Hover*/
.card:hover .card-img {
  --size: 110px;
  width: var(--size);
  height: var(--size);
}

.testimonials {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#intro-header2 {
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 26px;
  margin-bottom: 100px;
  text-align: center;
  color: #e7ab29;
}

.events-section {
  width: 80%;
  padding-top: 50px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.partners h1 {
  word-spacing: 1px;
  font-size: 26px;
  padding: 20px;
  margin-bottom: 0px;
  text-align: center;
  color: #e7ab29;
}

.partners {
  padding: 10px;
  background-color: #ffffff46;
}

@-webkit-keyframes slideleft {
  0% {
    background-position: 385000px;
  }

  100% {
    background-position: 0;
  }
}

@keyframes slideleft {
  0% {
    background-position: 385000px;
  }

  100% {
    background-position: 0;
  }
}

.partners {
  overflow: hidden;
  /*background-color: #f8f8f8;*/
  padding: 10px;
 
  margin-top: 10px;
}

.partners-img-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
 
}

.partners-img {
  display: flex;
  /*animation: scroll-left 20s linear infinite;*/
 
  margin: 0 auto;
}

.partners-img img {
  margin-right: 50px;
  width: 200px; /* Adjust the width as needed */
  height: 150px;
}

/*@keyframes scroll-left {*/
/*  0% {*/
/*    transform: translateX(100%);*/
/*  }*/
/*  100% {*/
/*    transform: translateX(-100%);*/
/*  }*/
/*}*/
/* RESPONSIVE DESIGN */
@media (max-width: 1200px) {
  .values {
    flex: 1 1 calc(33.333% - 20px);
  }

  #core-values h3 {
    font-size: 1.2rem;
  }

  .core-words {
    font-size: 0.9rem;
  }

  .dec p {
    font-size: 0.7rem;
  }
}

@media (max-width: 1100px) {
  .dropdown-menu {
    right: 10px;
    margin-right: 10px;
  }
}


@media (max-width: 1000px) {
  .b {
    padding: 5px;
    font-size: 15px;
  }

  #team {
    width: 100%;
  }

  .team {
    width: 30%;
  }
}

@media (max-width: 900px) {
  #vol2 {
    width: 70%;
    margin-top: 150px;
  }
}

@media (max-width: 750px) {
  header {
    width: 90%;
    padding-bottom: 80px;
  }

  #logo-holder {
    margin-top: 80px;
  }

  #ani-img {
    height: 770px;
  }

  #ani-bg {
    height: 770px;
  }

  #ani-header {
    font-size: 27px;
    margin-top: 500px;
    line-height: 25px;
    margin-left: 10px;
  }

  #ani-para {
    font-size: 25px;
    line-height: 25px;
    margin-left: 15px;
  }

  #logo-holder {
    width: 80px;
    position: absolute;
    left: 15px;
  }

  #nav1 {
    display: none;
  }

  #nav2 {
    display: none;
  }

  .fa-bars {
    color: #e7ab29;
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 35px;
    z-index: 9999;
    display: block;
  }

  .fa-close {
    color: #e7ab29;
    position: absolute;
    right: 30px;
    top: 25px;
    font-size: 35px;
    z-index: 9999;
    display: none;
  }

  .fa-bars:hover {
    cursor: pointer;
  }

  #bar-nav {
    position: fixed;
    top: 10px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
    padding-left: 40px;
    padding-top: 35px;
    padding-bottom: 50px;
    display: none;
    height: 500px;
    z-index: 9999;
  }

  #nav3 {
    margin-bottom: 20px;
  }

  #nav3 ul li {
    line-height: 35px;
    list-style: none;
  }

  .nav-anchor3 {
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 16px;
  }

  .nav-anchor3:hover {
    color: #ff029b;
    border-bottom: 2px solid white !important;
  }

  .b-li {
    line-height: 55px;
    list-style: none;
  }

  #navDropdown{
    margin-top: 40px;
  }

  .dropdown-menu{
    left: 40px;
  }
    .b {
      background-color: #ff029b;
      padding: 10px;
      color: white;
      border-radius: 7px;
    }
  /* INTRODUCTION */

  #intro-header {
    font-size: 16px;
    line-height: 34px;
  }

  .intro-para {
    font-size: 14px;
  }

  #abt-more:hover {
    font-size: 14.5px;
  }

  /* CORE AREAS */
  #core-areas {
    margin-top: 60px;
  }

  #areas {
    margin-top: 45px;
    flex-flow: column wrap;
    width: 70%;
  }

  .area {
    width: 100%;
  }
  .core-img {
    height: 380px;
  }

  /* ACHIEVEMENTS SO FAR */

  #achieve {
    width: 70%;
    flex-flow: column wrap;
  }

  .achieve {
    width: 100%;
    height: 250px;
  }
  
  .achieve div{
  padding: 6px;
  width: 40px;
  height: 40px;
  top: 0px;
  left: -10px;
}


  #volunteer {
    font-size: 15px;
    line-height: 28px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    border-radius: 7px;
  }

  /*events and blogs*/

  #toggle-events {
    width: 90%;
  }

  #upcoming-h3,
  #past-h3 {
    font-size: 14px;
    padding: 6px;
    letter-spacing: 0.7px;
    word-spacing: 0.5px;
  }

  #events {
    width: 80%;
    margin: auto;
    flex-flow: column nowrap;
  }

  #upcoming-events,
  #past-events {
    width: 80%;
    margin: auto;
    flex-flow: column nowrap;
  }

  .event {
    width: 100%;
  }

  .event-img {
    height: 310px;
  }

  #e-time {
    padding: 5px;
    font-size: 14px;
  }

  .e-words {
    line-height: 23px;
  }

  .e-title {
    font-size: 14px;
  }

  .e-para {
    font-size: 14px;
  }

  .e-list {
    font-size: 14px;
  }

  .e-icon {
    font-size: 14px;
  }

  #view-all-events {
    font-size: 14px;
  }

  .all-anc {
    font-size: 14px;
  }

  .all-icon {
    font-size: 14px;
  }

  /* FOOTER */

  #footer-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    flex-flow: column nowrap;
  }

  .footer {
    width: 100%;
  }

  .footer-para,
  .f-ul {
    font-size: 14px;
  }

  .s-icon {
    font-size: 25px;
  }

  .b-cloud {
    font-size: 13px;
  }
  /* ABOUT US PAGE */

  #abt-ani-header {
    font-size: 25px;
  }

  #m-v {
    width: 80%;
    flex-flow: column wrap;
  }

  .m-v {
    width: 100%;
    margin-bottom: 40px;
  }

  #ms {
    font-size: 16.5px;
  }

  #board {
    margin-top: 70px;
  }

  #member {
    width: 90%;
    margin-top: 60px;
  }

  .member {
    width: 100%;
    flex-flow: column wrap;
  }

  .b-img {
    width: 100%;
    height: 250px;
    padding: 5px;
    object-fit: contain;
    border-radius: 50% 20% / 10% 40%;
  }

  .b-words {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .b-para {
    font-size: 15px !important;
  }

  #team {
    width: 80%;
    flex-flow: column;
    margin: 0 auto;
  }

  .team {
    width: 100%;
    margin-bottom: 40px;
  }

  .team-words {
    width: 100%;
    margin: 0 auto;
  }

  #contact-container {
    flex-flow: column wrap;
    width: 90%;
  }

  .contact {
    width: 100%;
  }

  /* VOLUNTEERS' REGISTRATION */

  #board {
    margin-top: 70px;
  }

  #member {
    width: 90%;
    margin-top: 60px;
  }

  .member {
    width: 100%;
    flex-flow: column wrap;
  }

  .b-img {
    width: 100%;
    height: 250px;
    padding: 5px;
    object-fit: contain;
    border-radius: 50% 20% / 10% 40%;
  }

  .b-words {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .b-para {
    font-size: 15px !important;
  }

  #team {
    width: 80%;
    flex-flow: column;
    margin: 0 auto;
  }

  .team {
    width: 100%;
    margin-bottom: 40px;
  }

  .team-words {
    width: 100%;
    margin: 0 auto;
  }

  #contact-container {
    flex-flow: column wrap;
    width: 90%;
  }

  .contact {
    width: 100%;
  }
  
  #Newsection h2 {
  color: #fff;
  font-size: 35px;
  width: 90%;
  margin-left: 20px;
}

  /* VOLUNTEERS' REGISTRATION */

  #vol {
    width: 81%;
    margin-top: 70px;
    padding-bottom: 10px;
  }

  #vol2 {
    width: 81%;
    margin-top: 70px;
    padding-bottom: 10px;
  }

  .vol-header {
    font-size: 16px;
  }

  /* DONATIONS */

  #donation {
    width: 83%;
  }

  .don-header {
    font-size: 18px;
  }

  #don-container {
    width: 90%;
    flex-flow: columb wrap;
  }

  .donation {
    width: 100%;
  }

  #already {
    font-size: 14px;
  }

  /* how your doantions can */
  #how-donations {
    gap: 20px;
    flex-flow: column wrap;
    margin-top: 30px;
  }

  .how-donations {
    width: 100%;
    padding-bottom: 50px;
  }

  #money-donation {
    flex-flow: column wrap;

    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .don-heading {
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #money-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  /* footer */

  .subscribe {
    top: 30px;
  }

  #Newsection h2 {
    font-size: 30px;
  }

  .NewsectionBTN {
    width: 80%;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-right: auto;
    margin-left: auto;
    flex-flow: column wrap;
  }

  .new {
    width: 100%;
    padding-bottom: 70px;
  }

  .new p a {
    background-color: #000;
  }

  /* testimonials */
  .testimonials {
    gap: 100px;
    flex-flow: column wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .card {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  .card-info {
    margin-top: -30px;
  }
  
  .faq-container{
      width: 90%;
  }
}

@media (max-width: 650px) {
  #ani-words {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    padding-bottom: 10px;
  }

  #ani-header {
    padding-top: 10px;
    font-size: 17px;
  }

  #ani-para {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  #ani-header {
    margin-top: 500px;
  }

  .f-para {
    font-size: 13px;
    line-height: 35px;
  }

  .b-cloud {
    font-size: 13px;
  }

  .core-words {
    font-size: 0.7rem;
  }

  .dec p {
    font-size: 0.5rem;
  }

             .values {
               flex: 1 1 100%;
             }

  #core-values h3 {
    font-size: 1rem;
  }

  .core-words {
    font-size: 0.8rem;
  }

  .dec p {
    font-size: 0.6rem;
    text-align: center;
  }

}
@media(max-width:500px){
 
    .values {
      flex: 1 1 100%;
    }
}

@media (max-width: 450px) {
  header {
    width: 100%;
  }

  #vol2,
  #vol {
    width: 95%;
  }

  #money-donation {
    width: 100%;
  }

  #areas,
  #achieve {
    width: 90%;
  }

}

@media(max-width: 250px){
  .dropdown-menu {
      left: 10px;
      /* width: 100px; */
    }
}

