/* Google Font CDN Link */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "poppins", sans-serif;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

div.header h3 {
  padding: 10px;
  height: 50px;
  color: rgb(9, 80, 9);
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: rgb(9, 80, 9);
  width: 0%;
}

div.wico1 {
  background-color: rgb(245, 250, 250);
}

div.wico_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
}

div.wico_container .heading {
  font-size: 80px;
  font-weight: bold;
  color: rgb(9, 80, 9);
}

div.wico_content {
  font-size: medium;
  margin-left: 10px;
  flex-wrap: wrap;
  text-align: justify;
  width: 50%;
}

div.wico_content h1 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 25px;
}

div.wico_image {
  background: linear-gradient(to left, rgba(18, 45, 61, 0.623), rgba(18, 45, 61, 0.623)), url(../images/tree1.jpg);
  position: relative;
  height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-position: center center;
}

div.wico_image .wico_image_text {
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  color: white;
  font-size: 90px;
  text-align: center;
}

div.founder_wico {
  font-weight: bold;
  font-size: small;
  color: rgb(9, 80, 9);
}

div.wico_about_main {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  background: white;
  padding: 25px;
}

div.wico_mission {
  width: 30%;
}

div.wico_vission {
  width: 30%;
}

div.wico_values {
  width: 30%;
}

div.wico_values ul li {
  list-style-type: disc;
}

div.body_of_members {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: rgb(237, 248, 248);
}

div.board_container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}

.body_of_members div.boddy_title {
  padding: 20px;
  font-size: xx-large;
  color: rgb(9, 80, 9);
}

.board_container div img {
  width: 80px;
  height: 80px;
  opacity: 0.9;
  border-radius: 50%;
}

.board_container div.imag_contanier:hover {
  opacity: 0.7;
  transform: scale(1.05);
  cursor: zoom-in;
  transition: 1s;
}

div.wico_people {
  font-size: large;
  font-weight: 600;
  color: rgb(9, 80, 9);
  padding: 10px;
  text-align: center;
}

div.imag_contanier {
  display: flex;
  margin: 3%;
  width: 25%;
}

div.imag_contanier .all_board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.imag_contanier .rank {
  display: block;
  justify-content: center;
  align-items: center;
}

div.rank {
  font-size: small;
  color: rgb(18, 54, 18);
  padding-left: 10px;
  padding-bottom: 10px;
  text-align: center;
}

div.social_net {
  display: flex;
  justify-content: center;
  align-items: center;
}

div.social_net ul li {
  display: inline-flex;
}

div.social_net ul li a {
  text-align: none;
  color: rgb(9, 80, 9);
  font-weight: bolder;
  margin: 8px;
  font-size: x-large;
}

div.wico_donation {
  background: linear-gradient(to left, rgba(243, 241, 241, 0.774), rgba(255, 255, 255, 0.822)), url(../images/tree2.jpg);
  padding: 10px;
  background-size: cover;
  backface-visibility: visible;
  background-attachment: fixed;
  background-position: center center;
}

div.donation_text {
  width: 100%;
  font-size: xx-large;
  font-weight: 600;
  display: flex;
  justify-content: center;
  padding: 20px;
  color: rgba(16, 48, 16, 0.89);
}

div.donation_content {
  display: flex;
  justify-content: center;
  justify-items: center;
  margin: auto;
  font-weight: bold;
  align-items: center;
  width: 50%;
  text-align: center;
  color: rgba(16, 48, 16, 0.89);
}

div.donate_now {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 3%;
}

div.donate_now a {
  background: rgb(66, 218, 66);
  padding: 10px;
  color: white;
  text-decoration: none;
}

div.additional_content div.core_areas {
  text-align: center;
  font-size: larger;
  font-weight: 800;
}
div.additional_content div.core {
  font-size: medium;
  width: 100%;
  padding: 30px;
}
div.additional_content div.core ul {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
div.additional_content div.core ul li {
  margin-top: 10px;
  list-style-type: square;
  font-size: medium;
  padding-left: 10px;
}

div.core_area2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
div.core_area2 div {
  text-align: center;
  margin-bottom: 20px;
  width: 80%;
  padding: 20px;
}
div.core_area2 div h2 {
  color: rgb(39, 39, 39);
  font-weight: 600;
  color: rgb(158, 90, 90);
}
div.core_area2 div:hover {
  transition: transform 0.5s ease-in-out;
  cursor: pointer;
  transform: scale(1.1);
}
div.core_area2 div:nth-child(1) {
  margin-bottom: none;
}
div.core_area2 div.core-title2 ul li {
  padding: 10px;
  list-style-type: square;
}

@media (max-width: 1024px) {
  div.wico_container {
    flex-direction: column;
  }
  div.wico_container .heading {
    font-size: 30px;
  }
  div.wico_content {
    width: 100%;
  }
  div.wico_image .wico_image_text {
    font-size: 40px;
  }
  div.imag_contanier {
    border-bottom: 1px solid rgb(221, 220, 220);
  }
  div.imag_contanier {
    width: 80%;
  }
  div.all_board {
    width: 100%;
  }
  div.imag_contanier .all_board .wico_people {
    font-weight: 800;
    font-size: medium;
    word-spacing: 1px;
    text-rendering: optimizeSpeed;
  }
  .board_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  div.board_container div img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
  }
  div.wico_about_main {
    flex-direction: column;
    width: 100%;
  }
  div.wico_mission {
    width: 100%;
    padding: 15px;
  }
  div.wico_vission {
    width: 100%;
    padding: 15px;
  }
  div.wico_values {
    width: 100%;
    padding: 15px;
  }
  div.wico_founder {
    flex-direction: column;
  }
  div.wico_founder_profile {
    width: 100%;
  }
  div.wico_image {
    background-position: 45% center;
    width: auto;
  }
  div.wico_image_text {
    font-size: xx-large;
    text-align: center;
  }
  div.wico_donation {
    background-position: center center;
  }
  div.donation_text {
    text-align: center;
  }
  div.donation_content {
    width: 100%;
  }
  div.body_of_members {
    padding: 10px;
  }
  .body_of_members div.boddy_title {
    font-size: medium;
    margin: auto;
  }
  div.additional_content div.core {
    text-align: center;
  }
  div.core_area2 div {
    width: 95%;
  }
  div.core_area2 div h2 {
    font-size: 18px;
  }
  div.core_area2 div:hover {
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
    transform: scale(1.03);
  }
}/*# sourceMappingURL=about.css.map */