@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500;700&display=swap");
body {
  position: absolute;
  overflow-x: hidden;
  background-color: #080c20 !important;
  text-align: center !important;
  color: white !important;
  font-family: Manrope, sans-serif;
}
body h1 {
  font-size: 37px;
  width: 75%;
  margin: 10% auto;
}
body a {
  color: #3ee9e5;
}
body a:hover {
  color: #3ee9e5;
}
body p {
  color: #777f98;
  line-height: 1.5;
}

header {
  padding: 10%;
}
header img {
  margin: auto;
  display: block;
}

section#front {
  margin: 4em 5% 0;
}
section#front #scroll-icon {
  animation: scroll 1.5s infinite ease-in-out;
  margin-top: 5em;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
section#front #front-image {
  width: 100%;
  margin: 10% auto;
}
section#front .desktop-image {
  display: none;
}

section#motivations {
  margin-top: 40%;
  padding: 5%;
}
section#motivations .motivation {
  margin: 15% 5%;
}
section#motivations .motivation img {
  width: 6em;
  min-height: 100px;
  background-color: #093f68;
  border-radius: 2rem;
  padding: 6.5%;
  margin-bottom: 15px;
}
section#motivations .motivation:nth-of-type(even) {
  margin-top: 20%;
}

#pricing {
  margin: 15% auto 0;
}
#pricing div {
  border-radius: 0.5rem;
  margin: 20% 1%;
  padding: 7%;
  text-align: left;
  position: relative;
}
#pricing img {
  position: absolute;
  top: -7%;
}
#pricing h4 {
  margin: 15px 0;
}
#pricing h1 {
  margin-left: 0;
}
#pricing p {
  color: gray;
}
#pricing ul {
  padding-left: 20px;
}
#pricing li {
  font-weight: 200;
  width: max-content;
  margin: 5% 0;
}
#pricing #free {
  background-color: #093f68;
}
#pricing #free ul {
  list-style-image: url("images/check-free.svg");
}
#pricing #premium {
  color: #080c20;
  background-color: #3ee9e5;
}
#pricing #premium h4 {
  margin-top: 10%;
}
#pricing #premium h1 {
  display: flex;
  align-items: center;
}
#pricing #premium h1 span {
  color: gray;
  font-size: 16px;
  margin-left: 5px;
}
#pricing #premium ul {
  list-style-image: url("images/check-premium.svg");
  color: #080c20;
}

form {
  margin-top: 10%;
  font-family: sans-serif;
  background-image: url(images/bg-footer-squiggle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
form h3 {
  width: 70%;
  margin: 1em auto;
}
form input {
  background-color: #093f68 !important;
  color: #0b5186 !important;
  border: none !important;
}
form input:focus {
  color: white !important;
}
form button {
  background-color: #3ee9e5 !important;
  color: #808392;
}
form .button {
  border-radius: 2rem;
  width: 75%;
  padding: 10px 20px;
  margin: 2.5% auto;
}
form #error-message {
  color: white;
}

footer {
  border-top: solid;
  padding: 5%;
  margin-top: 50%;
}
footer span {
  font-style: italic;
  font-family: "Dancing Script", cursive;
}

@media screen and (min-width: 768px) {
  .flex-desktop {
    display: flex;
  }

  header img {
    margin-left: 0;
  }

  section#front {
    margin: 0;
  }
  section#front #front-image {
    display: none;
  }
  section#front .desktop-image {
    display: block;
    width: 20em;
  }
  section#front .flex-desktop div {
    margin: auto 5em;
    background-image: url(images/bg-hero-squiggle.svg);
    background-size: contain;
  }

  section#motivations {
    text-align: left;
    margin-top: 0.5em;
  }
  section#motivations .motivation {
    margin: 15% 3%;
  }
  section#motivations .motivation img {
    width: 9em;
    padding: 10%;
    min-height: 150px;
  }
  section#motivations .motivation h3, section#motivations .motivation p {
    font-size: 1em;
  }
  section#motivations .motivation h3 {
    margin: 2em 0;
  }

  section#pricing {
    margin-top: 0;
  }
  section#pricing > P {
    width: 35em;
    margin: 2em auto;
  }
  section#pricing .flex-desktop {
    padding: 0;
    margin: auto 0;
    justify-content: center;
  }
  section#pricing .flex-desktop div {
    padding: 2%;
    width: 30%;
    white-space: normal;
    margin: 5% 1em;
  }

  form {
    width: 25em;
    margin: auto;
  }
  form .flex-desktop input {
    width: 130%;
    margin-right: 1em;
  }
  form h3 {
    width: auto;
  }

  footer {
    margin-top: 10em;
    padding: 1%;
  }
}

/*# sourceMappingURL=styles.css.map */
