/* 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 {
  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.all_sublinks {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

div.body_of_members {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: rgb(237, 248, 248);
  margin-top: 10px;
  width: 95%;
  border-radius: 10px;
}

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);
  font-weight: 500;
}

.board_container div img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

div.board_container div.imag_contanier {
  width: 50%;
}
div.board_container div.imag_contanier div.all_board {
  width: 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;
  width: 50%;
  justify-content: center;
}

div.imag_contanier .all_board {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
}

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;
  background: #fff;
  height: 43px;
  width: 41px;
  border: 1px solid black;
  border-radius: 50%;
  margin: 2px;
}

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

div.social_net ul li a i {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 3%;
}

div.sublinks_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
}

div.wico_container {
  background: rgb(237, 248, 248);
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  width: 90%;
}

div.wico_container .heading {
  font-size: 80px;
  font-weight: bold;
  color: rgb(9, 80, 9);
  display: flex;
  justify-content: center;
  align-items: center;
}

div.wico_content p {
  font-size: medium;
  text-align: center;
}

div.wico_partners {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
div.wico_partners div.partners_logo {
  border-radius: 20px;
  width: 300px;
  height: 200px;
}
div.wico_partners div.partners_logo img {
  border-radius: 20px;
}

img {
  width: 300px;
  height: 200px;
  padding: 10px;
}

@media (max-width: 1024px) {
  div.all_sublinks {
    flex-direction: column;
    width: 100%;
  }
  div.board_container div.imag_contanier {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  div.board_container div.imag_contanier div.all_board {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  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: justify;
    align-items: center;
  }
  div.board_container div img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  div.body_of_members {
    border-radius: 10px;
    width: 100%;
  }
  .body_of_members div.boddy_title {
    font-size: medium;
    margin: auto;
  }
  div.wico_container {
    flex-direction: column;
    background: linear-gradient(to bottom, rgb(237, 248, 248), rgba(245, 244, 244, 0.493));
  }
  div.wico_container .heading {
    font-size: 30px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .board_container {
    flex-direction: column;
    width: 100%;
    justify-content: center;
  }
  div.wico_content {
    font-size: small;
    justify-content: center;
  }
  div.head_h1 {
    font-size: 10px;
    margin: auto;
    padding: 20px;
  }
  div.wico_partners {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (min-width: 550px) {
  div.body_of_members {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 5px;
  }
  div.imag_contanier {
    width: 100%;
  }
}/*# sourceMappingURL=sublinks.css.map */