@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  /* position: relative; */
}

p {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

h2 {
  font-size: 28px;
}

.grey-text {
  color: grey;
}

.hero {
  background-color: #003B3E;
  padding-bottom: 100px;
}

nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 60px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo span {
  margin-left: 15px;
  font-size: 20px;
  color: white;
}

#second-logo {
  margin-left: 15px;
  font-size: 20px;
  color: black;
}

.logo img {
  border-radius: 4px;
}

nav #links a {
  text-decoration: none;
  color: white;
  margin: 0 20px;
  font-size: 14px;
  font-weight: 200;
}

button {
  background-color: #01DC82;
  padding: 10px 14px;
  border-style: none;
  border-radius: 20px;
  cursor: pointer;
}

button:hover {
  background-color: #48f3ac;
}

.hero center {
  color: white;
}

.hero center h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero center h1 strong {
  color: #003B3E;
  background: linear-gradient(90deg, #01DC82, #f5fe7b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-pictures {
  padding: 30px;
  display: flex;
  justify-content: center;
}

#expert {
  position: relative;
  padding-top: 60px;
  margin-right: 40px;
}

#expert img {
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-radius: 50%;
}

#expert-right {
  position: absolute;
  right: 30px;
  z-index: 1;
}

#energy-chart {
  scale: 1.1;
  margin-left: 25px;
  margin-right: 50px;
}

#no-1 {
  margin-top: 120px;
}

#no-1 p {
  width: 120px;
}

#no-1 div {
  width: 40px;
  height: 40px;
  padding: 8px;
  border: solid 1px grey;
  border-radius: 50%;
}

.investors {
  padding: 100px;
}

#investors-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#investors-one h2 {
  width: 200px;
}

#partner-logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

#partner-logos img {
  width: 140px;
  height: 50px;
  padding: 15px;
  border: solid 1px rgb(231, 231, 231);
  border-radius: 8px;
}

.benefits {
  background-color: #F2F9F1;
  margin: 90px 0;
  padding: 50px;
  border-radius: 20px;
}

.benefits div {
  display: flex;
  justify-content: space-between;
}

.benefits span {
  background-color: white;
  border-radius: 14px;
  margin-right: 20px;
  padding: 22px;
  width: 36%;
  border: solid 1px rgb(231, 231, 231);
}

.benefits span:last-child {
  margin-right: 0;
}

.benefits h2 {
  font-size: 40px;
  margin-bottom: 12px;
}

.benefits center p {
  width: 48%;
  margin-bottom: 50px;
  /* line-height: 20px; */
}

.benefits img {
  border-radius: 8px;
}

.list {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.list h2 {
  width: 250px;
}
.list img {
  width: 220px;
  border-radius: 22px;
}

.list p {
  width: 30%;
}

.list box-icon {
  width: 30px;
  height: 30px;
}

.list span {
  padding: 4px;
  border: solid 2px rgb(231, 231, 231);
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

hr {
  border-top: 1px solid rgb(231, 231, 231);
}

.cofounders {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}

#cofounders{
  width: 60%;
  border-radius: 20px;
}

.founder-section {
  width: 40%;
  margin-left: 40px;
}

.founder-title {
  display: flex;
}

.founder-title p {
  margin-top: 4px;
  margin-left: 10px;
}

.founder-image {
  width: 50px;
  height: 50px;
  border-radius: 8px;
}

.founder-socials {
  width: max-content;
  display: flex;
}

.founder-a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  background-color: rgb(245, 240, 240);
  border-radius: 4px;
  padding: 2px;
}

#founder-line {
  margin: 40px 0;
}

.support {
  display: flex;
  justify-content: space-between;
  padding: 100px;
}

.support div {
  width: 50%;
}

.support div button {
  margin-top: 40px;
}

.accordion div {
  width: 100%;
  padding: 0 16px;
  border: solid 1px rgb(231, 231, 231);
  border-radius: 20px;
  margin-bottom: 14px;
}

.accordion-option {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
}

.accordion-text {
  color: grey;
  display: none;
}

.renew {
  background-color: #003B3E;
  padding: 70px;
  margin: 100px;
  border-radius: 20px;
}

.renew h2 {
  color: white;
  font-size: 40px;
  margin-top: -20px;
}

.renew strong {
  color: #01DC82;
}

.renew p {
  width: 32%;
  color: white;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: 200;
  /* line-height: 20px; */
}

.foot {
  padding: 0 100px;
}

.foot > div {
  display: flex;
  justify-content: space-between;
}

.foot > div > ul{
  list-style: none;
  padding: 0;
}

.foot > div > ul > li {
  margin: 20px 0;
}

.foot > div > ul > li > a {
  text-decoration: none;
  color: grey;
}

.copyright {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.copyright-socials {
  display: flex;
}

@keyframes fade-in{
  from {
    opacity: 0;
    transform: translateY(-20px);
  } to {
    opacity: 1;
    transform: translateY(-20px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: scroll()) {
    .grey-text {
      animation: fade-in linear forwards;
      animation-timeline: view();
      animation-range: contain;
    }
  }
}

@media screen and (max-width: 600px) {
  .responsive-display {
    display: none;
  }

  .responsive-column {
    flex-direction: column;
  }

  h1 {
    padding: 0 15px;
    line-height: 50px;
  }

  nav {
    padding: 15px 20px;
  }

  .hero {
    padding-bottom: 50px;
  }

  .investors {
    padding: 15px;
  }

  #investors-one {
    align-items: start;
  }

  #investors-one h2, .benefits span {
    width: 100%;
    margin-bottom: 5px;
  }

  .list {
    justify-content: start;
  }

  .list h2 {
    font-size: 20px;
    margin-left: 30px;
    width: 150px;
  }

  .list p {
    margin: 20px 0;
    width: 400px;
  }

  .list span {
    display: none;
  }

  .cofounders {
    padding: 0 20px;
    flex-direction: column;
  }

  #cofounders, .founder-section {
    width: 100%;
  }

  .founder-section {
    margin-left: 0;
  }

  .support {
    flex-direction: column;
    padding: 20px;
    margin-top: 30px;
    background-color: #F2F9F1;
    div {
      width: 100%;
      button {
        margin-top: 10px;
        margin-bottom: 30px;
      }
    }
  }

  .accordion > div {
    background-color: white;
  }

  .renew {
    margin: 30px 20px;
    p {
      width: 80%;
    }
  }

  .foot {
    padding: 20px;
    div {
      justify-content: start;
    }
    ul {
      margin-right: 30px;
    }
    li {
      font-size: 14px;
    }
    a {
      font-size: 12px;
    }
  }
}