/* Variable Declaration and Used Classes Start */
/*---------------------------------------------------*/
/*---------------------------------------------------*/
/* Variable Declaration and Used Classes End */
/*---------------------------------------------------*/
/* Responsiveness Start */
@media only screen and (max-width: 500px) {
  html {
    overflow-x: hidden !important;
  }
  #problem-section .problem-facts {
    flex-direction: column !important;
  }
  #problem-section .problem-facts .fact {
    margin: 10px 0 !important;
  }
  #problem-section .problem-facts .fact .fact-num {
    font-size: 40px !important;
  }
  #problem-section .problem-facts .fact .fact-lbl {
    font-size: 30px !important;
  }
  #problem-section .problem-quote-image h2 {
    font-size: 20px !important;
  }
  #problem-section .graph .left h2 {
    font-size: 20px !important;
  }
  #problem-section .graph .right {
    margin-top: 140px;
  }
  #solution-section .right {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #solution-section .right a {
    height: 40vh !important;
  }
  #solution-section .right a div h2 {
    font-size: 20px;
  }
  #solution-section .process-video {
    height: 40vh !important;
  }
  #solution-section .process-video video {
    -o-object-fit: cover;
       object-fit: cover;
    height: 40vh !important;
    max-width: 200vw !important;
  }
  #solution-section .process-video .overlay .video-left-text h2 {
    font-size: 20px !important;
  }
  #solution-section .process-video .overlay .video-button-link h2 {
    font-size: 20px;
  }
  #solution-section .three-r {
    flex-direction: column !important;
  }
  #solution-section .three-r div {
    flex-direction: column !important;
    padding: 10px auto !important;
  }
  #solution-section .three-r div h5 {
    font-size: 10px !important;
  }
  #solution-section .three-r .color-sec {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  #solution-section .three-r #recycling {
    flex-direction: column-reverse !important;
  }
  #solution-section .three-r #recycling p {
    text-align: right;
  }
  #solution-section .three-r #refining p {
    margin-bottom: 0;
  }
  #solution-section .three-r .r-text {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #dream-section .left p {
    font-size: 20px !important;
  }
  #dream-section .right {
    height: 40vh !important;
    padding-bottom: 0;
  }
  #dream-section .right .dream-img {
    height: 40vh !important;
  }
}
/* Problem Section Start */
/*---------------------------------------------------*/
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.top-screen {
  background-image: url("/assets/cont-net/img-1.png");
}

#problem-section .problem-facts {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#problem-section .problem-facts .fact {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 20px 0;
  border: 2px solid rgba(0, 0, 0, 0.262745098);
  border-radius: 30px;
}
#problem-section .problem-facts .fact .fact-num {
  font-size: 4.8vw;
  padding: 0;
  margin: 0;
}
#problem-section .problem-facts .fact .fact-lbl {
  margin: 0;
  font-size: 2vw;
  font-weight: 100;
}
#problem-section .problem-facts .fact .fact-p {
  margin: 0;
  padding: 5%;
}
#problem-section .problem-quote-image {
  height: 50vh;
  background-image: url("../assets/imgs/quote-image-1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 80%;
  border-radius: 2px;
}
#problem-section .problem-quote-image .quote-background {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(to right, rgba(144, 209, 31, 0.8588235294), rgba(63, 188, 57, 0.8588235294));
  height: 70%;
  width: 70%;
  padding-left: 10%;
  padding-right: 10%;
  border-radius: 2px;
}
#problem-section .problem-quote-image .quote-background .quote-1 {
  font-size: 3.5vw;
  color: black;
}
#problem-section .graph {
  padding: 0;
}
#problem-section .graph .left {
  border: none;
  max-height: 45vh !important;
  padding-bottom: 0;
  padding-top: 0;
}
#problem-section .graph .right {
  padding-bottom: 0;
  padding-top: 0;
}
#problem-section .graph .right p {
  font-size: 20px;
  font-weight: lighter;
  text-justify: center;
}

/*---------------------------------------------------*/
/* Problem Section End */
/* Solution Section Start */
/*---------------------------------------------------*/
#solution-section .right {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
#solution-section .right a {
  flex: 1;
  height: 100%;
  display: flex;
  color: black;
  text-decoration: none;
  transition: flex 0.2s ease-in-out;
}
#solution-section .right a:hover {
  flex: 1.3;
}
#solution-section .right a div {
  flex: 1;
  opacity: 70%;
  transition: opacity 0.2s linear;
  display: flex;
  flex-direction: column;
  padding-top: 5%;
  padding-bottom: 5%;
  align-items: center;
  justify-content: center;
}
#solution-section .right a div:hover {
  opacity: 90%;
}
#solution-section .right a .sec-1 {
  background: linear-gradient(to right, #3fbc39, rgba(144, 209, 31, 0.8156862745));
}
#solution-section .right a .sec-2 {
  background: linear-gradient(to right, rgba(242, 67, 28, 0.9411764706), #ed1522, rgba(242, 67, 28, 0.9411764706));
}
#solution-section .right a .sec-3 {
  background: linear-gradient(to right, rgba(142, 218, 241, 0.8156862745), #44abce);
}
#solution-section .process-video {
  width: 100%;
  height: 40vw;
  overflow: hidden;
  position: relative;
}
#solution-section .process-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 43vw;
  min-width: 100%;
  width: 100%;
}
#solution-section .process-video .overlay {
  flex-direction: row;
  padding: 0;
  color: #eee;
}
#solution-section .process-video .overlay div {
  flex: 1;
  align-items: end;
  padding: 5vw;
}
#solution-section .process-video .overlay .video-button-link {
  margin: 0px;
  display: flex;
  justify-content: end;
}
#solution-section .process-video .overlay .video-button-link a {
  color: #eee;
  opacity: 80%;
  transition: opacity 0.1s ease-in;
  width: -moz-fit-content;
  width: fit-content;
  text-align: end;
}
#solution-section .process-video .overlay .video-button-link a:hover {
  opacity: 100%;
}
#solution-section .three-r {
  display: flex;
  flex-direction: column;
}
#solution-section .three-r .r-container {
  display: flex;
  flex-direction: row;
}
#solution-section .three-r .r-container div {
  flex: 1;
  padding: 5vh;
}
#solution-section .three-r .r-container div a {
  color: black;
}
#solution-section .three-r .r-container .color-sec {
  flex: 1.2;
}

/*---------------------------------------------------*/
/* Solution Section End */
/* Dream Section Start */
/*---------------------------------------------------*/
#dream-section {
  border-bottom: none;
}
#dream-section p {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 0;
}
#dream-section .dream-img {
  background-image: url("../assets/imgs/circular-economy.drawio.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  padding: 0;
  margin: 0;
}

/*---------------------------------------------------*/
/* Dream Section End *//*# sourceMappingURL=index-styles.css.map */