* {
  font-family: "El Messiri", sans-serif;
  margin: 0;
  padding: 0;
}

#banner {
  height: 700px;
  background: linear-gradient(#0000001a, #1eb300), url(assets/images/banner.jpg);
  background-size: cover;
  background-position: center;
}

.logo {
  width: 140px;
  margin-top: 20px;
}

.banner-text {
  color: white;
  text-align: center;
  padding-top: 180px;
}

.banner-text h1 {
  font-size: 80px;
}

.banner-text p {
  font-size: 30px;
}

.banner-btn {
  margin: 10px 0px;
  text-align: center;
}

.banner-btn a {
  width: 200px;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  padding: 12px 0;
  color: white;
  border: 0.5px solid white;
  position: relative;
  z-index: 1;
  transition: color 0.5s;
}

.banner-btn a span {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffffd8;
  z-index: -1;
  transition: 0.5s;
}

.banner-btn a:hover span {
  width: 100%;
}

.banner-btn a:hover {
  color: black;
}

#features {
  margin-top: -260px;
}

.title-text {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.title-text p {
  font-size: 40px;
  color: black;
}

.title-text h1 {
  font-size: 30px;
  color: #1eb300;
}

.contents {
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 15px;
  font-size: 16px;
  padding: 5px 5px 5px 5px;
  color: white;
  font-weight: normal;
  background: linear-gradient(1200deg, #62d70c 0%, #0fc963 38%, #00d4ff 100%);
}

.feature-box {
  width: 80%;
  display: flex;
  text-align: center;
  margin-bottom: 25px;
  margin: auto;
}

.features {
  flex-basis: 50%;
}

.feature-box .features a {
  font-style: italic;
  text-decoration: none;
  color: #0066ff;
}

.features-img {
  flex-basis: 50%;
  margin: auto;
}

.features-img {
  font-size: 20px;
}

.features-img img {
  width: 70%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.features span {
  font-size: 30px;
  color: #1ca700;
}

.features-icon .fas {
  line-height: 50px;
  border-radius: 8px;
  border: 1px solid #1ca700;
  width: 50px;
  height: 50px;
}

/* impact on environment */
#ImpactOnEnvironment {
  width: 100%;
  background-color: #efefef;
  margin-top: -30px;
  height: 95vw;
}

.ImpactEnvironment-box {
  justify-content: space-around;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 80%;
}

.single-impact {
  text-align: center;
  flex-basis: 48%;
  margin-bottom: 30px;
  color: #303030;
  height: 270px;
}

.single-impact img {
  width: 100%;
  height: 270px;
  border-radius: 5px;
}

.overlay {
  cursor: pointer;
  border-radius: 7px;
  margin-top: -280px;
  background: linear-gradient(
    1200deg,
    #61d70cc1 0%,
    #0fc963c4 38%,
    #00d5ffc2 100%
  );
  width: 100%;
  height: 100%;
  opacity: 0;
  position: relative;
}

.single-impact:hover .overlay {
  opacity: 1;
}

.impact-description {
  left: 10%;
  position: relative;
  width: 80%;
  margin-top: -40px;
  bottom: 0;
  transition: bottom 1s;
  opacity: 0;
}

.single-impact:hover .impact-description {
  bottom: 40%;
  opacity: 1;
}

/* Testimonial from Enviromentalist */
#testimonial {
  width: 100%;
  padding: 70px 0;
  margin-top: -350px;
  margin-bottom: -100px;
}

.testimonial-row {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  width: 90%;
  margin: auto;
}

.testimonial-col {
  transition: transform 0.5s;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 10px 20px 3px #61d70cc1;
  padding: 10px;
  margin-bottom: 30px;
  flex-basis: 28%;
}

.testimonial-col:hover {
  transform: translateY(-16px);
}

.testimonial-col p {
  font-size: 17px;
}

.user img {
  width: 40px;
  border-radius: 3px;
}

.user-info .fab {
  margin-left: 10px;
  font-size: 20px;
}

.user-info a {
  text-decoration: none;
  font-size: larger;
  color: #1eb300;
}

.user-info .fa-instagram {
  color: #ed29bf;
}

.user-info .fa-twitter {
  color: #0066ff;
}

/* Footer  */
#footer {
  background: #e4e1e1;
  padding: 10px 0 20px;
  margin-top: -30px;
}

.footer-row {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-img {
  position: absolute;
  left: 35%;
  opacity: 0.3;
  width: 370px;
}

.footer-row h1 {
  color: #0066ff;
  margin-bottom: 10px;
}

.footer-row i {
  color: #1eb300;
}

.footer-right a {
  text-decoration: none;
  color: #0066ff;
}

@media only screen and (min-width: 1920px) {
  #features {
    margin-top: -340px;
  }

  #testimonial {
    margin-top: -410px;
  }

  #ImpactOnEnvironment {
    height: 60vw;
  }
}
