@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  -webkit-tap-highlight-color: transparent;
}

div.sublinks {
  display: none;
}

div.about_us:hover div.sublinks {
  display: block;
  position: absolute;
  background: rgb(138, 223, 138);
  box-shadow: 2px 2px 2px 3px transparent;
  border-radius: 10px 10px 10px 10px;
  width: -moz-max-content;
  width: max-content;
  margin-right: 15px;
  margin-left: -15px;
}

div.about_us:hover div.sublinks ul {
  display: block;
  margin: 20px;
  transition: 0.5s;
}

div.sublinks ul li a {
  color: #fff;
}

div.about_us:hover div.sublinks ul li {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  text-align: left;
  list-style: none;
}

div.about_us:hover div.sublinks ul li:last-child {
  border-bottom: none;
}

div.about_us:hover div.sublinks ul li a {
  text-decoration: none;
  font-size: medium;
}

div.about_us:hover div.sublinks ul li a:hover {
  padding: 10px;
  color: black;
  transition: 0.5s;
}

.fa {
  margin: 2px;
}

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

div.header h3 {
  padding: 10px;
  height: 50px;
}

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

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 6px;
  width: 0%;
  background: linear-gradient(to right, #815c54, #8f7e49 5%, #74c483 10%, #53538d 15%, #a76353 20%, #635731 25%, #33FF57 30%, #6e6ea0 35%, #947d78 40%, rgba(165, 137, 45, 0.7607843137) 45%, rgba(51, 255, 88, 0.5490196078) 50%, #0000FF 55%, #d8330d 60%, #b19023 65%, #74b680 70%, #0000FF 75%, #b65843 80%, #796f50 85%, #2e5e36 90%, rgba(0, 0, 255, 0.6431372549) 95%, #8f240c 100%);
  transition: width 0.3s;
  background-size: 600% 100%;
  background-position: 100% 0;
  animation: colorFade 550s linear infinite;
}

@keyframes colorFade {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -500% 0;
  }
}
div.index_container_background::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  background-repeat: no-repeat;
}

div.index_container_background {
  height: 100vh;
  background: linear-gradient(to left, rgba(18, 45, 61, 0.623), rgba(18, 45, 61, 0.623)), url(../images/IMG-20220615-WA0008.jpg);
  min-height: 690px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

nav.navigations {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 60px;
}

nav.navigations div.logo_container img {
  width: 130px;
  height: 90px;
  border-radius: 10px;
}

div.logo_container {
  width: auto;
  padding: 15px;
}

div.link_container {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

div.link_container a {
  color: rgb(255, 255, 255);
  transition: all ease-in-out 0.3s;
  font-size: large;
}

div.link_container a:hover {
  color: rgb(187, 211, 187);
}

a {
  text-decoration: none;
}

div.link_container a.donate_now {
  background: rgb(138, 223, 138);
  padding: 15px;
  border-radius: 20px;
  margin: 20px;
  width: 200px;
}

div.link_container a.donate_now:hover {
  background: white;
  color: rgb(138, 223, 138);
}

div.wico_header_contain {
  display: flex;
  position: absolute;
  bottom: 0;
  padding: 10px;
  font-size: large;
  justify-content: space-between;
  color: white;
  width: 100%;
}

div.wico_encloser_header {
  display: flex;
  flex-direction: row;
  width: 80%;
  align-items: center;
}

span.wico_header {
  font-weight: 600;
  font-size: 50px;
  text-transform: uppercase;
  background: white;
  color: rgb(138, 223, 138);
  display: flex;
  justify-content: center;
  width: 250px;
  border-radius: 2px;
}

span.wico_descriptor {
  font-size: x-large;
  color: rgb(255, 255, 255);
  margin-left: 0.5%;
}

div.ceo_img img {
  width: 350px;
}

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

div.leaves_bg_container {
  background: linear-gradient(to left, rgba(248, 246, 246, 0.938), white), url(../images/leaves_bg.png);
  background-size: cover;
  padding: 20px;
  display: flex;
  background-position: 90% 10%;
}

.ceo_img span {
  font-size: 40px;
  padding: 10px;
  color: rgb(32, 83, 32);
  font-weight: 600;
}

div.together_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: rgb(32, 83, 32);
}

div.join_team {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}

div.join_team a {
  background: rgb(138, 223, 138);
  padding: 20px;
  display: flex;
  justify-content: center;
  width: 250px;
  color: white;
  border-radius: 30px;
}

div.join_team a:hover {
  transform: scale(0.9);
  transition-duration: 0.5s;
}

div.together_title {
  font-size: 40px;
  font-weight: 500;
}

div.volutia_container {
  display: flex;
  flex-direction: column;
  color: rgb(32, 83, 32);
  background: rgb(245, 250, 250);
  padding: 20px;
}

div.journey_head {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: large;
  padding: 20px;
  color: rgba(32, 83, 32, 0.699);
}

div.join_header {
  width: 100%;
  font-size: xx-large;
  font-weight: 600;
  display: flex;
  justify-content: center;
  padding: 20px;
}

div.women_container {
  display: flex;
  justify-content: center;
  margin: auto;
  align-items: center;
  padding: 10px;
}

div.be_part_container {
  display: flex;
  flex-direction: column;
  color: rgb(32, 83, 32);
}

div.be_part {
  display: flex;
  justify-content: center;
  width: 100%;
  color: rgba(32, 83, 32, 0.623);
  padding: 10px;
  font-size: large;
}

div.wico_content_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 20px;
  background: rgb(243, 243, 243);
}

div.inside_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  align-items: center;
  font-size: large;
  padding: 10px;
  width: 250px;
}

div.inside_container i {
  color: rgb(9, 80, 9);
  font-size: 80px;
}

div.inside_container div.number {
  font-weight: bolder;
  font-size: medium;
  margin: 10px;
  padding: 10px;
}

div.inside_container p {
  font-size: large;
  font-weight: 900;
  color: rgb(138, 223, 138);
  text-align: center;
}

div.help_container {
  background: linear-gradient(to left, rgba(146, 144, 144, 0.774), rgba(143, 140, 140, 0.822)), url(../images/tree2.jpg);
  padding: 10px;
  height: 300px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

div.help_container .join_header {
  color: rgba(16, 48, 16, 0.89);
}

div.women_container {
  color: rgba(16, 48, 16, 0.89);
  text-align: center;
}

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;
  margin-left: 3%;
}

div.main_footer_encloser {
  display: flex;
  justify-content: space-evenly;
  padding: 30px;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgb(233, 244, 245);
}

div.main_footer_encloser a {
  text-decoration: none;
  color: black;
  font-weight: bolder;
}

div.subscription_contanier {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: auto;
}

div.subscription_contanier form input[type=email] {
  width: 100%;
}

div.subscibe_social {
  padding: 20px;
  font-size: x-large;
  color: rgba(16, 48, 16, 0.89);
  width: -moz-max-content;
  width: max-content;
}

div.quick_links_container {
  display: flex;
  padding: 20px;
  flex-direction: column;
  flex-wrap: wrap;
}

.subscription_contanier form {
  display: flex;
  flex-direction: column;
}

.subscription_contanier form input[type=email] {
  padding: 20px;
  width: 300px;
  border: solid 1px rgb(218, 216, 216);
  margin-bottom: 5%;
}

.subscription_contanier form input[type=email]:focus {
  outline: none;
}

.subscription_contanier form input[type=submit] {
  padding: 10px;
  border: none;
  background-color: rgb(66, 218, 66);
  color: white;
}

.submit_button {
  padding: 20px;
  border: none;
  color: white;
  cursor: pointer;
}

div.brand_companies {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
}

div.brand_companies i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(66, 218, 66);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: large;
  color: white;
}

div.super_links_container {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.super_links_container_min_dev {
  background: linear-gradient(to left, rgba(18, 45, 61, 0.89), rgba(18, 45, 61, 0.89)), url(../images/wicotz-logo.jpg);
  background-position: 50% center;
  position: relative;
  height: 100vh;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  flex-direction: column;
  padding: 15px;
  animation-name: nav_bar;
  animation-duration: 0.5s;
  width: 100%;
  overflow-x: auto;
}

.super_links_container_min_dev a {
  color: white;
  font-size: x-large;
  padding: 20px;
}

div.super_of_contanoier {
  display: flex;
  flex-direction: column;
}

div.min_link_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12%;
}
@keyframes body_bar {
  0% {
    opacity: 0;
    display: none;
  }
}
@keyframes nav_bar {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  nav.navigations {
    padding: 0;
    margin-top: 60px;
  }
  nav.navigations div.logo_container img {
    width: 70px;
    height: 55px;
  }
  div.index_word_container {
    display: none;
  }
  div.wico_header_contain {
    flex-direction: column;
    justify-content: space-evenly;
    height: 20%;
  }
  span.wico_header {
    display: none;
  }
  span.wico_header {
    font-weight: bolder;
    font-size: xx-large;
  }
  span.wico_descriptor {
    font-size: small;
    font-weight: bolder;
  }
  div.index_container_background {
    background-position: 70% center;
  }
  div.join_team {
    display: flex;
    justify-content: space-between;
  }
  div.join_team a {
    padding: 10px;
    width: 200px;
    color: white;
    position: absolute;
    bottom: 4%;
  }
  div.women_header {
    flex-direction: column;
  }
  div.wico_encloser_header {
    height: 60%;
  }
  .leaves_bg_container {
    padding: 10px;
    flex-direction: column;
  }
  .ceo_img {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .together_container {
    width: 100%;
  }
  .together_container .who_we {
    text-align: justify;
  }
  .women_container {
    width: 100%;
  }
  .help_container {
    background-attachment: scroll;
    height: auto;
  }
  div.inside_container {
    border-bottom: 3px solid rgba(230, 230, 230, 0.541);
    width: 100%;
  }
  a.donate_now {
    display: none;
  }
  i.fa-times {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    font-size: x-large;
    color: rgb(119, 12, 12);
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
  }
  div.super_links_container {
    display: none;
  }
  div.link_container {
    width: auto;
    padding: 20px;
  }
  i.fa-bars {
    font-size: xx-large;
    color: white;
  }
  div.subscription_contanier {
    width: 100%;
    margin: auto;
    padding: 20px;
  }
  div.subscription_contanier form input[type=email] {
    width: 100%;
  }
  div.main_footer_encloser {
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  div.main_footer_encloser > div {
    padding: 10px;
    text-align: center;
  }
  div.main_footer_encloser > div:last-child {
    border-bottom: none;
  }
  div.developed_by {
    height: 100px;
    width: 180px;
  }
  div.index_container_background div.middle_content_conteina {
    width: 100%;
    padding: 0;
  }
  div.middle_content_conteina div.women_elabo {
    width: 100%;
  }
  div.women_header {
    margin-top: -25px;
  }
}
@media (min-width: 1025px) {
  .ceo_img {
    width: 30%;
  }
  body {
    max-width: 1400px;
    margin: auto;
    background-color: rgb(255, 255, 255);
  }
  .together_container {
    width: 70%;
  }
  .women_container {
    width: 60%;
  }
  i.fa-bars {
    display: none;
  }
  i.fa-times {
    display: none;
  }
  div.super_links_container_min_dev {
    display: none;
  }
}
div.developed_by {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-size: large;
}

div.curet_enclosed_links {
  display: flex;
  flex-direction: column;
}

div.about_sublinks_curet_show {
  display: block;
  height: -moz-max-content;
  height: max-content;
  animation-name: about_toggle;
  animation-duration: 0.5s;
}

.about_sublinks_curet {
  display: none;
  height: 0px;
  overflow-y: hidden;
  transition: all ease-in-out 0.5s;
  animation-name: curet_up;
  animation-duration: 0.5s;
  margin-left: 5%;
}

@keyframes curet_up {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.about_sublinks_curet ul {
  list-style-type: square;
  list-style: decimal;
}

.about_sublinks_curet ul li {
  padding: 5px;
}

.about_sublinks_curet ul li a {
  font-size: large;
}

@keyframes about_toggle {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
i.about_curret_rotate {
  transform: rotate(180deg);
  transition: all ease-in-out 0.5s;
  animation-name: curret_rotate;
  animation-duration: 0.5s;
  color: rgb(161, 20, 20);
}

i.fa-caret-down {
  transition: all ease-in-out 0.5s;
}

.sublinks_curet_our_work {
  display: none;
  height: 0px;
  overflow-y: hidden;
  transition: all ease-in-out 0.5s;
  animation-name: curet_up;
  animation-duration: 0.5s;
  margin-left: 5%;
}

.curet_enclosed_links ul li {
  padding: 5px;
}

.curet_enclosed_links ul li a {
  font-size: large;
  text-indent: 0;
}

.curet_enclosed_links ul li a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.sublinks_curet_latest {
  display: none;
  height: 0px;
  overflow-y: hidden;
  transition: all ease-in-out 0.5s;
  animation-name: curet_up;
  animation-duration: 0.5s;
  margin-left: 5%;
}

.middle_content_conteina {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

div.women_header {
  font-size: xx-large;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
}

div.women_header span {
  color: rgb(138, 223, 138);
  font-weight: 600;
  font-size: 70px;
  padding: 10px;
}

div.women_elabo {
  color: white;
  font-size: large;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 70%;
  padding-top: 20px;
  text-align: center;
}

@media screen and (max-width: 1024px) and (min-width: 550px) {
  div.impacts_image {
    width: 400px;
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  div.subscibe_social {
    width: 100%;
    text-align: center;
  }
  div.women_container {
    text-align: center;
  }
}/*# sourceMappingURL=index.css.map */