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

body {
  font-family: "Open Sans", sans-serif;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  body {
    margin-top: 4rem;
  }
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 0 1.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .header {
    padding: 0 5rem;
  }
}
.header img {
  width: 80px;
}
@media (min-width: 768px) {
  .header img {
    width: 170px;
  }
}
.header__nav {
  display: flex;
  flex-direction: row;
  gap: 1.55rem;
}
@media (min-width: 768px) {
  .header__nav {
    gap: 3.5rem;
  }
}
.header__nav a {
  text-decoration: none;
  font-size: 12px;
  color: hsl(243, 87%, 12%);
  font-family: "Raleway", sans-serif;
}
@media (min-width: 768px) {
  .header__nav a {
    font-size: 16px;
  }
}

.accessible {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  padding: 0 2rem;
  background-image: url(./images/bg-curve-mobile.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 9rem;
}
@media (min-width: 768px) {
  .accessible {
    background-image: url(./images/bg-curve-desktop.svg);
    background-position: center bottom;
    padding: 0 5rem;
    padding-bottom: 17.3rem;
    margin-top: 7.5rem;
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .accessible img {
    max-width: 50%;
    margin-top: -2rem;
  }
}
.accessible__selection {
  text-align: center;
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .accessible__selection {
    text-align: left;
  }
}
.accessible__selection h1 {
  font-size: 24px;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 768px) {
  .accessible__selection h1 {
    font-size: 40px;
  }
}
.accessible__selection p {
  margin-top: 1.5rem;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .accessible__selection p {
    font-size: 18px;
    margin-top: 1rem;
    padding-right: 2rem;
    line-height: 1.4;
  }
}
.accessible__selection__input {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .accessible__selection__input {
    flex-direction: row;
    gap: 1rem;
    margin-top: 1.35rem;
  }
}
.accessible__selection input {
  padding: 0.6rem 0;
  border-radius: 0.2rem;
  border: none;
  border: 1px solid hsl(243, 87%, 12%);
}
@media (min-width: 768px) {
  .accessible__selection input {
    padding: 1rem 0;
    width: 50%;
    font-size: 15px;
  }
}
.accessible__selection input::placeholder {
  opacity: 0.5;
  padding-left: 1.5rem;
}
.accessible__selection button {
  border: none;
  background-color: hsl(224, 93%, 58%);
  padding: 0.75rem 0;
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 0.2rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .accessible__selection button {
    padding: 1rem 0;
    width: 31%;
  }
}

.productive {
  display: flex;
  flex-direction: column;
  background-color: hsl(240, 75%, 98%);
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .productive {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0 5rem;
    padding-bottom: 6.7rem;
    gap: 5rem;
  }
}
.productive__image {
  display: flex;
}
.productive__image img {
  padding: 0 2rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .productive__image img {
    padding: 0;
    margin-top: 4rem;
  }
}
.productive__content {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .productive__content {
    margin-top: 3.8rem;
    width: 100%;
    align-items: flex-start;
  }
}
.productive__content__text h3 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 1.65rem;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 768px) {
  .productive__content__text h3 {
    font-size: 40px;
    text-align: left;
    margin-bottom: 2.3rem;
  }
}
.productive__content__text p {
  font-size: 14px;
  text-align: left;
  padding: 0 1.4rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .productive__content__text p {
    font-size: 16px;
    padding: 0;
    margin-top: 1.2rem;
    padding-right: 8rem;
  }
}
.productive__content__text div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2.2rem;
}
@media (min-width: 768px) {
  .productive__content__text div {
    justify-content: flex-start;
    margin-top: 0.8rem;
  }
}
.productive__content__text div a {
  font-size: 12px;
  text-decoration: none;
  color: hsl(170, 45%, 43%);
  border-bottom: 1px solid hsl(170, 45%, 43%);
  padding-right: 0.5rem;
  padding-bottom: 0.4rem;
}
@media (min-width: 768px) {
  .productive__content__text div a {
    font-size: 16px;
  }
}
.productive__content__text div img {
  border-bottom: 1px solid hsl(170, 45%, 43%);
  padding: 0;
  padding-bottom: 0.4rem;
}
.productive__content__quote {
  background-color: hsl(0, 0%, 100%);
  padding: 1rem 0.8rem 1rem 1.65rem;
  width: 280px;
  margin-top: 2.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
  .productive__content__quote {
    width: 360px;
    padding: 1.6rem 0.8rem 1rem 2rem;
  }
}
.productive__content__quote img {
  padding: 0;
}
.productive__content__quote p {
  margin-top: 0.1rem;
  font-size: 10.5px;
  line-height: 1.7;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .productive__content__quote p {
    margin-top: 0.3rem;
    line-height: 1.7;
    font-size: 14px;
    padding-right: 1rem;
  }
}
.productive__content__quote__author {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.8rem;
}
@media (min-width: 768px) {
  .productive__content__quote__author {
    gap: 1rem;
    margin-top: 1.2rem;
    padding-bottom: 0.5rem;
  }
}
.productive__content__quote__author img {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}
.productive__content__quote__author div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.productive__content__quote__author div h4 {
  font-size: 10px;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 768px) {
  .productive__content__quote__author div h4 {
    font-size: 12px;
    margin-bottom: -0.3rem;
  }
}
.productive__content__quote__author div p {
  font-size: 6.3px;
}
@media (min-width: 768px) {
  .productive__content__quote__author div p {
    font-size: 8.5px;
  }
}

.up-footer {
  display: flex;
  flex-direction: column;
  background-color: hsl(238, 22%, 44%);
  padding-top: 3.5rem;
  color: hsl(0, 0%, 100%);
  padding-bottom: 4.2rem;
}
@media (min-width: 768px) {
  .up-footer {
    flex-direction: row;
    padding: 6.5rem 5rem;
    justify-content: space-between;
    padding-bottom: 5.2rem;
  }
}
.up-footer__text {
  text-align: center;
}
@media (min-width: 768px) {
  .up-footer__text {
    text-align: left;
  }
}
.up-footer__text h2 {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
}
@media (min-width: 768px) {
  .up-footer__text h2 {
    font-size: 32px;
  }
}
.up-footer__text p {
  font-size: 14px;
  padding: 0 3rem;
  margin-top: 1.2rem;
  line-height: 1.5;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.1px;
}
@media (min-width: 768px) {
  .up-footer__text p {
    padding: 0;
    font-size: 17px;
    margin-top: 1.4rem;
    max-width: 520px;
  }
}
.up-footer__input {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.3rem;
  padding: 0 4rem;
}
@media (min-width: 768px) {
  .up-footer__input {
    margin-top: 0.5rem;
    padding: 0 2.5rem;
    gap: 1rem;
  }
}
.up-footer input {
  padding: 0.6rem 0;
  border-radius: 0.2rem;
  border: none;
  border: 1px solid hsl(0, 0%, 100%);
  font-size: 10.5px;
}
@media (min-width: 768px) {
  .up-footer input {
    padding: 1rem 1rem;
    width: 480px;
    font-size: 12px;
  }
}
.up-footer input::placeholder {
  opacity: 0.5;
  padding-left: 0.5rem;
}
.up-footer button {
  border: none;
  background-color: hsl(224, 93%, 58%);
  padding: 0.75rem 0;
  color: hsl(0, 0%, 100%);
  font-weight: 700;
  font-size: 10px;
  font-family: "Raleway", sans-serif;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 0.2rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .up-footer button {
    padding: 1rem 2rem;
    width: 200px;
    font-size: 14px;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  background-color: hsl(243, 87%, 12%);
  gap: 2.8rem;
  padding: 4rem 2.5rem;
  padding-bottom: 3rem;
  color: hsl(0, 0%, 100%);
}
@media (min-width: 768px) {
  .footer {
    padding: 6.8rem 5rem;
    padding-bottom: 4.5rem;
    padding-right: 4.3rem;
  }
}
.footer img {
  width: 175px;
}
.footer__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer__content {
    flex-direction: row;
    padding-right: 12rem;
    justify-content: space-between;
    margin-top: -1.4rem;
  }
}
.footer__content__contact {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.footer__content__contact div {
  display: flex;
  gap: 1.5rem;
}
.footer__content__contact div img {
  width: 1rem;
  height: 1rem;
}
.footer__content__nav {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .footer__content__nav {
    flex-direction: row;
    margin-top: 0;
    gap: 12.5rem;
    padding-left: 2.5rem;
  }
}
.footer__content__nav div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__content__nav div a {
  color: hsl(0, 0%, 100%);
  text-decoration: none;
}
.footer__content__social {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 3.1rem;
}
@media (min-width: 768px) {
  .footer__content__social {
    margin-top: 0;
  }
}
.footer__content__social--icon {
  border-radius: 50%;
  border: 1px solid hsl(0, 0%, 100%);
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .footer__content__social--icon {
    width: 2rem;
    height: 2rem;
  }
}
.footer__content__social--icon svg {
  fill: hsl(0, 0%, 100%);
  width: 0.8rem;
  height: 0.8rem;
}
@media (min-width: 768px) {
  .footer__content__social--icon svg {
    width: 1rem;
    height: 1rem;
  }
}

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