@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:wght@400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.link-img {
  display: inline-block;
  -webkit-margin-after: -0.2rem;
          margin-block-end: -0.2rem;
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}

.social-img {
  display: inline-block;
}

form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline: 1rem;
}
form input, form button {
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
}
form input {
  border: 1px solid hsl(243, 87%, 12%);
}
form button {
  border: none;
  background-color: hsl(224, 93%, 58%);
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

body {
  min-height: 100%;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: white;
}
body nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  -webkit-padding-before: 1rem;
          padding-block-start: 1rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
  padding-inline: 1.5rem;
  font-family: "Raleway", sans-serif;
}
body nav .logo {
  width: 25%;
}
body nav .nav-elements {
  display: flex;
  gap: 1rem;
  list-style: none;
}
body nav .nav-elements a {
  text-decoration: none;
}
body nav .nav-elements a:hover {
  color: hsl(243, 87%, 72%);
}
body .section-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-inline: 1.5rem;
  font-family: "Open Sans", sans-serif;
  color: hsl(243, 87%, 12%);
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}
body .section-intro .section-intro-img {
  max-width: 70%;
}
body .section-intro .section-intro-text {
  text-align: center;
}
body .section-intro .section-intro-text p {
  font-size: 0.875rem;
  padding-inline: 1rem;
}
body .section-intro .section-intro-form button:hover {
  background-color: hsl(224, 93%, 78%);
}
body .section-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 1.5rem;
  font-family: "Open Sans", sans-serif;
}
body .section-hero .section-hero-img {
  max-width: 70%;
}
body .section-hero .section-hero-text h3 {
  -webkit-padding-before: 3rem;
          padding-block-start: 3rem;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
  text-align: center;
  color: hsl(243, 87%, 12%);
}
body .section-hero .section-hero-text p {
  color: hsl(238, 22%, 44%);
}
body .section-hero .section-hero-text .link {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-padding-after: 2rem;
          padding-block-end: 2rem;
}
body .section-hero .section-hero-text .link p {
  -webkit-padding-after: 0.225rem;
          padding-block-end: 0.225rem;
  border-bottom: 1px solid hsl(170, 45%, 43%);
}
body .section-hero .section-hero-text .link a {
  color: hsl(170, 45%, 43%);
  text-decoration: none;
}
body .section-hero .section-hero-text .link a:hover, body .section-hero .section-hero-text .link a:focus {
  color: hsl(170, 45%, 73%);
}
body .section-hero .section-hero-testimonial {
  margin-inline: 1.5rem;
  padding-block: 1rem;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
  border-radius: 0.5rem;
  box-shadow: 2px 2px 15px 2px hsl(0, 0%, 75%);
  background-color: hsl(240, 75%, 98%);
  color: hsl(243, 87%, 12%);
}
body .section-hero .section-hero-testimonial p {
  line-height: 1.825rem;
}
body .section-hero .section-hero-testimonial .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body .section-hero .section-hero-testimonial .author .author-img {
  max-width: 15%;
  border-radius: 50%;
  overflow: hidden;
}
body .section-hero .section-hero-testimonial .author .author-bio {
  font-size: 0.725rem;
}
body .section-hero .section-hero-testimonial .author .author-bio p {
  line-height: 0;
}
body .section-end {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
  padding: 3rem;
  background-color: hsl(238, 22%, 44%);
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: white;
}
body .section-end form button {
  font-size: 0.675rem;
}
body .section-end form button:hover {
  background-color: hsl(224, 93%, 78%);
}
body footer {
  padding: 3rem 2rem;
  font-family: "Raleway", sans-serif;
  background-color: hsl(243, 87%, 12%);
  color: hsl(0, 0%, 75%);
}
body footer .logo {
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
}
body footer .logo .filter {
  filter: invert(100%) sepia(65%) saturate(0%) hue-rotate(276deg) brightness(117%) contrast(100%);
}
body footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body footer .footer-container .contact p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
body footer .footer-container .footer-elements {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
body footer .footer-container .footer-elements li a {
  display: inline-block;
  text-decoration: none;
  color: hsl(0, 0%, 75%);
  padding-block: 0.5rem;
}
body footer .footer-container .footer-elements li a:hover, body footer .footer-container .footer-elements li a:focus {
  color: hsl(243, 87%, 72%);
}
body footer .footer-container .social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
body footer .footer-container .social i {
  padding: 1rem;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
}
body footer .footer-container .social i:hover {
  color: hsl(224, 93%, 58%);
  background-color: white;
}

@media (max-width: 90rem) and (min-width: 40rem) {
  body nav {
    justify-content: space-between;
    padding-inline: 3rem;
    -webkit-padding-before: 2rem;
            padding-block-start: 2rem;
  }
  body .section-intro .section-intro-img {
    max-width: 40%;
  }
  body .section-hero .section-hero-img {
    max-width: 40%;
  }
  body .section-hero .section-hero-flex-group .section-hero-text p {
    text-align: center;
  }
  body .section-hero .section-hero-flex-group .section-hero-testimonial {
    margin-inline: auto;
    max-width: 75%;
  }
}
@media (min-width: 90rem) {
  form {
    flex-direction: row;
  }
  body nav {
    justify-content: space-between;
    padding-inline: 5rem;
    padding-block: 2rem 3rem;
  }
  body nav .nav-elements a {
    padding: 2rem;
  }
  body .section-intro {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-inline: 5rem;
    -webkit-padding-after: 10rem;
            padding-block-end: 10rem;
  }
  body .section-intro .section-intro-img {
    max-width: 40%;
  }
  body .section-intro .section-intro-flex-group {
    max-width: 50%;
  }
  body .section-intro .section-intro-flex-group .section-intro-text {
    text-align: left;
  }
  body .section-intro .section-intro-flex-group .section-intro-text h2 {
    font-size: 3rem;
  }
  body .section-intro .section-intro-flex-group .section-intro-text p {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    font-size: 1.5rem;
  }
  body .section-intro .section-intro-flex-group .section-intro-form {
    display: flex;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
  body .section-intro .section-intro-flex-group .section-intro-form input {
    width: 60%;
  }
  body .section-intro .section-intro-flex-group .section-intro-form button {
    width: 40%;
  }
  body .section-hero {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-inline: 5rem;
  }
  body .section-hero .section-hero-img {
    max-width: 40%;
  }
  body .section-hero .section-hero-flex-group {
    max-width: 50%;
    font-size: 1.5rem;
  }
  body .section-hero .section-hero-flex-group .section-hero-text h3 {
    text-align: left;
  }
  body .section-hero .section-hero-flex-group .section-hero-text p {
    text-align: left;
  }
  body .section-hero .section-hero-flex-group .section-hero-text .link {
    justify-content: flex-start;
  }
  body .section-hero .section-hero-testimonial {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  body .section-hero .section-hero-testimonial .author .author-bio {
    font-size: 1.125rem;
  }
  body .section-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20rem;
    text-align: left;
    padding-block: 5rem;
    padding-inline: 5rem;
  }
  body .section-end .section-end-text {
    max-width: 50%;
  }
  body .section-end .section-end-text h3 {
    font-size: 2rem;
  }
  body .section-end .section-end-text p {
    font-size: 1.2rem;
  }
  body .section-end .section-end-form {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
  body .section-end .section-end-form button {
    font-size: 0.725rem;
    width: 50%;
  }
  body footer {
    padding: 5rem;
  }
  body footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
  }
}/*# sourceMappingURL=style.css.map */