@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5.8em 0;
  gap: 6.7em;
  font-family: "Rubik", sans-serif;
  font-size: 1.8rem;
  width: 100%;
}
@media (min-width: 48em) {
  body {
    gap: 4em;
  }
}
@media (min-width: 64em) {
  body {
    gap: 2em;
  }
}
@media (min-width: 90em) {
  body {
    gap: 4em;
  }
}

.hidden {
  display: none;
}

.hero__img .shape, .features .options__img .shape--left {
  position: absolute;
  z-index: -1;
  height: 11.2em;
  width: 17em;
  background-color: hsl(231, 69%, 60%);
}
@media (min-width: 48em) {
  .hero__img .shape, .features .options__img .shape--left {
    width: 19.5em;
  }
}
@media (min-width: 64em) {
  .hero__img .shape, .features .options__img .shape--left {
    height: 14em;
    width: 22em;
  }
}
@media (min-width: 90em) {
  .hero__img .shape, .features .options__img .shape--left {
    height: 19.5em;
    width: 35em;
  }
}

.extensions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.4em;
  width: 100%;
  text-align: center;
  padding: 0.7em 2em;
  scroll-margin-top: 5.5em;
}
@media (min-width: 48em) {
  .extensions {
    padding: 0.5em 5em;
    gap: 1em;
    scroll-margin-top: 6em;
  }
}
@media (min-width: 64em) {
  .extensions {
    padding: 4.5em 9em;
    scroll-margin-top: 1.5em;
  }
}
@media (min-width: 90em) {
  .extensions {
    padding: 4.5em 14em;
    scroll-margin-top: 6em;
  }
}
.extensions h2 {
  padding: 0.7em 0 0.1em 0;
  font-size: 2.4rem;
  color: hsl(229, 31%, 21%);
  font-weight: 600;
}
@media (min-width: 48em) {
  .extensions h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) {
  .extensions h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 90em) {
  .extensions h2 {
    font-size: 3.2rem;
  }
}
.extensions p {
  color: hsl(229, 8%, 60%);
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  .extensions p {
    font-size: 1.5rem;
    width: 75%;
  }
}
@media (min-width: 64em) {
  .extensions p {
    font-size: 1.6rem;
    width: 65%;
  }
}
@media (min-width: 90em) {
  .extensions p {
    font-size: 1.9rem;
  }
}
.extensions .cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2.5em;
  padding: 2em 0.5em 0 0.5em;
  width: 100%;
}
@media (min-width: 48em) {
  .extensions .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    padding: 1em 0.5em;
  }
}
@media (min-width: 64em) {
  .extensions .cards {
    gap: 1.5em;
  }
}
@media (min-width: 90em) {
  .extensions .cards {
    gap: 2em;
  }
}
.extensions .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 1em;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
@media (min-width: 48em) {
  .extensions .card--firefox {
    transform: translateY(1em);
  }
}
@media (min-width: 64em) {
  .extensions .card--firefox {
    transform: translateY(2em);
  }
}
@media (min-width: 90em) {
  .extensions .card--firefox {
    transform: translateY(2em);
  }
}
@media (min-width: 48em) {
  .extensions .card--opera {
    transform: translateY(2em);
  }
}
@media (min-width: 64em) {
  .extensions .card--opera {
    transform: translateY(4em);
  }
}
@media (min-width: 90em) {
  .extensions .card--opera {
    transform: translateY(4em);
  }
}
.extensions .card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.8em;
  padding: 2em;
}
@media (min-width: 48em) {
  .extensions .card__info {
    padding: 1.2em 0;
    width: 100%;
  }
}
@media (min-width: 64em) {
  .extensions .card__info {
    padding: 1.5em 0;
  }
}
@media (min-width: 90em) {
  .extensions .card__info {
    padding: 2.5em 0 2em 0;
  }
}
.extensions .card__logo {
  width: 5.6em;
  height: auto;
}
@media (min-width: 48em) {
  .extensions .card__logo {
    width: 4em;
  }
}
@media (min-width: 64em) {
  .extensions .card__logo {
    width: 4.5em;
  }
}
@media (min-width: 90em) {
  .extensions .card__logo {
    width: 5.4em;
  }
}
.extensions .card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  width: 100%;
}
.extensions .card__text h3 {
  font-size: 2rem;
  color: hsl(229, 31%, 21%);
  font-weight: 600;
}
@media (min-width: 48em) {
  .extensions .card__text h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 64em) {
  .extensions .card__text h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 90em) {
  .extensions .card__text h3 {
    font-size: 2rem;
  }
}
.extensions .card__text p {
  font-size: 1.6rem;
}
@media (min-width: 48em) {
  .extensions .card__text p {
    font-size: 1.4rem;
  }
}
@media (min-width: 64em) {
  .extensions .card__text p {
    font-size: 1.4rem;
  }
}
@media (min-width: 90em) {
  .extensions .card__text p {
    font-size: 1.4rem;
  }
}
.extensions .card__install {
  position: relative;
  width: 100%;
  padding: 1.4em;
}
@media (min-width: 48em) {
  .extensions .card__install {
    padding: 1.2em;
  }
}
.extensions .card__install .dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.extensions .card__install button {
  width: 100%;
  padding: 1em;
  background-color: hsl(231, 69%, 60%);
  color: white;
  border: 2px solid transparent;
  outline: none;
  font-family: "Rubik", sans-serif;
  border-radius: 0.4em;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
.extensions .card__install button:hover {
  color: hsl(231, 69%, 60%);
  background-color: white;
  border-color: hsl(231, 69%, 60%);
}
@media (min-width: 48em) {
  .extensions .card__install button {
    padding: 0.5em;
    font-weight: 300;
  }
}
@media (min-width: 64em) {
  .extensions .card__install button {
    font-weight: 400;
  }
}
@media (min-width: 90em) {
  .extensions .card__install button {
    padding: 1em;
  }
}

.faq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  width: 100%;
  text-align: center;
  padding: 0 2em;
}
@media (min-width: 48em) {
  .faq {
    padding: 0.5em 5em;
  }
}
@media (min-width: 64em) {
  .faq {
    padding: 1.5em 9em;
  }
}
@media (min-width: 90em) {
  .faq {
    padding: 1em 14em;
  }
}
.faq h2 {
  padding: 0.7em 0 0.1em 0;
  font-size: 2.4rem;
  color: hsl(229, 31%, 21%);
  font-weight: 600;
}
@media (min-width: 48em) {
  .faq h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) {
  .faq h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 90em) {
  .faq h2 {
    font-size: 3.1rem;
  }
}
.faq p {
  color: hsl(229, 8%, 60%);
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  .faq p {
    font-size: 1.5rem;
    width: 70%;
  }
}
@media (min-width: 64em) {
  .faq p {
    font-size: 1.6rem;
    width: 63%;
  }
}
@media (min-width: 90em) {
  .faq p {
    font-size: 1.9rem;
    width: 60%;
  }
}
.faq__questions {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 2em 0;
}
@media (min-width: 48em) {
  .faq__questions {
    width: 70%;
  }
}
@media (min-width: 64em) {
  .faq__questions {
    width: 63%;
  }
}
@media (min-width: 90em) {
  .faq__questions {
    width: 60%;
  }
}
.faq__questions details {
  position: relative;
  list-style: none;
  width: 100%;
  text-align: left;
  padding: 0.5em 0;
  border-bottom: 1px solid hsl(0, 0%, 82%);
}
@media (min-width: 48em) {
  .faq__questions details:first-of-type {
    border-top: 1px solid hsl(0, 0%, 82%);
  }
}
@media (min-width: 64em) {
  .faq__questions details:first-of-type {
    border-top: 1px solid hsl(0, 0%, 82%);
  }
}
@media (min-width: 90em) {
  .faq__questions details:first-of-type {
    border-top: 1px solid hsl(0, 0%, 82%);
  }
}
.faq__questions details summary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0.2em;
  width: 100%;
  font-size: 1.52rem;
  font-weight: 400;
  color: hsl(229, 31%, 21%);
  padding: 0.8em 0;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.faq__questions details summary:hover {
  color: hsl(0, 75%, 70%);
}
@media (min-width: 48em) {
  .faq__questions details summary {
    padding-right: 0.5em;
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .faq__questions details summary {
    font-size: 1.6rem;
  }
}
@media (min-width: 90em) {
  .faq__questions details summary {
    font-size: 1.9rem;
  }
}
.faq__questions details summary .arrow {
  stroke: hsl(231, 69%, 60%);
  transform: rotate(0deg);
  transition: transform 0.3s ease-out;
}
.faq__questions details p {
  width: 100%;
  padding: 1.2em 0;
  font-size: 1.5rem;
  line-height: 2em;
  color: hsl(229, 8%, 60%);
}
@media (min-width: 90em) {
  .faq__questions details p {
    font-size: 1.9rem;
  }
}
.faq__questions details[open] summary .arrow {
  stroke: hsl(0, 75%, 70%);
  transform: rotate(180deg);
}
.faq button {
  width: 8em;
  padding: 1em;
  background-color: hsl(231, 69%, 60%);
  color: white;
  border: 2px solid transparent;
  outline: none;
  font-family: "Rubik", sans-serif;
  border-radius: 0.4em;
  font-size: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
.faq button:hover {
  color: hsl(231, 69%, 60%);
  background-color: white;
  border-color: hsl(231, 69%, 60%);
}
@media (min-width: 48em) {
  .faq button {
    padding: 0.5em;
    font-weight: 300;
  }
}
@media (min-width: 64em) {
  .faq button {
    font-weight: 400;
    padding: 0.8em;
  }
}
@media (min-width: 90em) {
  .faq button {
    padding: 0.9em;
    border-radius: 0.5em;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-40px);
  }
}
.features {
  scroll-margin-top: 5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  width: 100%;
  text-align: center;
}
@media (min-width: 48em) {
  .features {
    scroll-margin-top: 7em;
  }
}
@media (min-width: 90em) {
  .features {
    scroll-margin-top: 8em;
  }
}
@media (min-width: 48em) {
  .features article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0.4em;
    width: 63%;
  }
}
@media (min-width: 64em) {
  .features article {
    width: 50%;
  }
}
@media (min-width: 90em) {
  .features article {
    width: 45%;
  }
}
.features article h2 {
  padding: 0.7em 0 0.1em 0;
  font-size: 2.4rem;
  color: hsl(229, 31%, 21%);
  font-weight: 600;
}
@media (min-width: 48em) {
  .features article h2 {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) {
  .features article h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 90em) {
  .features article h2 {
    font-size: 3.2rem;
  }
}
.features article p {
  padding: 0.7em 2em;
  color: hsl(229, 8%, 60%);
  font-size: 1.5rem;
  line-height: 1.6em;
}
@media (min-width: 48em) {
  .features article p {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .features article p {
    font-size: 1.6rem;
  }
}
@media (min-width: 90em) {
  .features article p {
    font-size: 1.9rem;
  }
}
.features .options {
  width: 100%;
  padding: 0.7em 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 48em) {
  .features .options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .features .options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 90em) {
  .features .options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.features .options .option {
  position: relative;
  color: hsl(229, 8%, 60%);
  font-weight: 400;
  font-size: 1.7rem;
  width: 100%;
  border-bottom: 0.2em solid hsl(0, 0%, 97%);
  padding: 1em 0;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
.features .options .option:hover {
  color: hsl(0, 75%, 70%);
}
@media (min-width: 48em) {
  .features .options .option {
    width: 25%;
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .features .options .option {
    width: 23%;
    padding: 1.5em 0;
    font-size: 1.6rem;
  }
}
@media (min-width: 90em) {
  .features .options .option {
    width: 17%;
    font-size: 1.7rem;
  }
}
.features .options .option--first {
  border-top: 0.2em solid hsl(0, 0%, 97%);
}
@media (min-width: 48em) {
  .features .options .option--first {
    border-top: none;
  }
}
@media (min-width: 64em) {
  .features .options .option--first {
    border-top: none;
  }
}
@media (min-width: 90em) {
  .features .options .option--first {
    border-top: none;
  }
}
.features .options .option.active {
  color: hsl(229, 31%, 21%);
}
.features .options .option.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 0.3em;
  background-color: hsl(0, 75%, 70%);
}
@media (min-width: 48em) {
  .features .options .option.active::after {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .features .options .option.active::after {
    width: 100%;
  }
}
@media (min-width: 90em) {
  .features .options .option.active::after {
    width: 100%;
  }
}
.features .options__data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.features .options__data.fade-in {
  animation: fadeIn 0.3s ease forwards;
}
.features .options__data.fade-out {
  animation: fadeOut 0.3s ease forwards;
}
@media (min-width: 48em) {
  .features .options__data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 3em;
    height: 16em;
  }
}
@media (min-width: 64em) {
  .features .options__data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5em;
    height: 17em;
  }
}
@media (min-width: 90em) {
  .features .options__data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12em;
    height: 26em;
  }
}
.features .options__img {
  position: relative;
  width: 100%;
  height: auto;
}
.features .options__img img {
  padding: 2.4em 2em;
}
@media (min-width: 48em) {
  .features .options__img img {
    padding: 2.4em 0 2.4em 2em;
    margin-left: 3em;
    width: 19em;
  }
}
@media (min-width: 64em) {
  .features .options__img img {
    padding: 1.4em 0 1.4em 2em;
    margin-left: 5em;
    width: 21em;
  }
}
@media (min-width: 90em) {
  .features .options__img img {
    padding: 2.4em 0 2.4em 2em;
    margin-left: 7em;
    width: auto;
    max-height: 27em;
  }
}
.features .options__img .shape--left {
  bottom: 0.5em;
  left: -0.1em;
  border-radius: 0 30em 30em 0;
}
@media (min-width: 48em) {
  .features .options__img .shape--left {
    bottom: 0.6em;
  }
}
@media (min-width: 64em) {
  .features .options__img .shape--left {
    bottom: -1.6em;
  }
}
@media (min-width: 90em) {
  .features .options__img .shape--left {
    bottom: -2em;
  }
}
.features .options__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.8em;
  padding: 0 2em;
  width: 100%;
}
@media (min-width: 48em) {
  .features .options__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    gap: 1.3em;
  }
}
@media (min-width: 64em) {
  .features .options__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    gap: 1.3em;
  }
}
@media (min-width: 90em) {
  .features .options__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    gap: 1.3em;
  }
}
.features .options__text h3 {
  font-size: 2.4rem;
  font-weight: 600;
  color: hsl(229, 31%, 21%);
}
@media (min-width: 48em) {
  .features .options__text h3 {
    font-size: 2.6rem;
  }
}
@media (min-width: 64em) {
  .features .options__text h3 {
    font-size: 2.8rem;
  }
}
@media (min-width: 90em) {
  .features .options__text h3 {
    font-size: 3.2rem;
  }
}
.features .options__text .description {
  font-size: 1.5rem;
  color: hsl(229, 8%, 60%);
  line-height: 1.8em;
}
@media (min-width: 48em) {
  .features .options__text .description {
    font-size: 1.4rem;
    line-height: 1.6em;
    width: 88%;
  }
}
@media (min-width: 64em) {
  .features .options__text .description {
    font-size: 1.6rem;
    width: 90%;
  }
}
@media (min-width: 90em) {
  .features .options__text .description {
    font-size: 1.8rem;
    width: 78%;
  }
}
.features .options__text .info {
  display: none;
}
@media (min-width: 48em) {
  .features .options__text .info {
    display: block;
    background-color: hsl(231, 69%, 60%);
    color: hsl(0, 0%, 97%);
    font-family: "Rubik", sans-serif;
    font-size: 1.5rem;
    border: 0.2em solid transparent;
    outline: none;
    border-radius: 0.4em;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  }
  .features .options__text .info:hover {
    color: hsl(231, 69%, 60%);
    background-color: white;
    border-color: hsl(231, 69%, 60%);
  }
}
@media (min-width: 64em) {
  .features .options__text .info {
    display: block;
    background-color: hsl(231, 69%, 60%);
    color: hsl(0, 0%, 97%);
    font-family: "Rubik", sans-serif;
    font-size: 1.5rem;
    border: 0.2em solid transparent;
    outline: none;
    border-radius: 0.4em;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  }
  .features .options__text .info:hover {
    color: hsl(231, 69%, 60%);
    background-color: white;
    border-color: hsl(231, 69%, 60%);
  }
}
@media (min-width: 90em) {
  .features .options__text .info {
    display: block;
    background-color: hsl(231, 69%, 60%);
    color: hsl(0, 0%, 97%);
    font-family: "Rubik", sans-serif;
    font-size: 1.5rem;
    border: 0.2em solid transparent;
    outline: none;
    border-radius: 0.4em;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
  }
  .features .options__text .info:hover {
    color: hsl(231, 69%, 60%);
    background-color: white;
    border-color: hsl(231, 69%, 60%);
  }
}
@media (min-width: 48em) {
  .features .options__text .info {
    padding: 0.6em 1.6em;
  }
}
@media (min-width: 64em) {
  .features .options__text .info {
    padding: 0.6em 1.6em;
  }
}
@media (min-width: 90em) {
  .features .options__text .info {
    padding: 0.8em 1.6em;
  }
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: hsl(229, 31%, 21%);
  scroll-margin-top: 5em;
}
footer .newsletter {
  background-color: hsl(231, 69%, 60%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  width: 100%;
  text-align: center;
  padding: 3.7em 1.5em;
}
@media (min-width: 48em) {
  footer .newsletter {
    padding: 2.8em 5em;
  }
}
footer .newsletter__heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 90em) {
  footer .newsletter__heading {
    gap: 1.5em;
  }
}
footer .newsletter__heading h2 {
  padding: 0.5em 0 0.1em 0;
  font-size: 2.4rem;
  color: hsl(0, 0%, 97%);
  font-weight: 500;
}
@media (min-width: 48em) {
  footer .newsletter__heading h2 {
    font-size: 2.6rem;
    width: 80%;
  }
}
@media (min-width: 64em) {
  footer .newsletter__heading h2 {
    font-size: 2.8rem;
  }
}
@media (min-width: 90em) {
  footer .newsletter__heading h2 {
    font-size: 3.1rem;
  }
}
footer .newsletter__heading p {
  color: hsl(0, 0%, 97%);
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}
@media (min-width: 48em) {
  footer .newsletter__heading p {
    font-size: 1.4rem;
    width: 70%;
  }
}
@media (min-width: 64em) {
  footer .newsletter__heading p {
    width: 63%;
  }
}
@media (min-width: 90em) {
  footer .newsletter__heading p {
    font-size: 1.3rem;
    width: 80%;
  }
}
footer .newsletter__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
@media (min-width: 48em) {
  footer .newsletter__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 25em;
  }
}
@media (min-width: 64em) {
  footer .newsletter__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 25em;
  }
}
@media (min-width: 90em) {
  footer .newsletter__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 25em;
  }
}
footer .newsletter__form .error {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  width: 100%;
  background-color: transparent;
  border-radius: 0.5em;
  border: 2px solid transparent;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out;
}
footer .newsletter__form .error.active {
  background-color: hsl(0, 95%, 67%);
  border-color: hsl(0, 95%, 67%);
}
footer .newsletter__form .error__msg {
  padding: 0.25em;
  font-style: italic;
  font-size: 1.1rem;
  color: white;
}
@media (min-width: 64em) {
  footer .newsletter__form .error__msg {
    font-size: 1.3rem;
  }
}
@media (min-width: 90em) {
  footer .newsletter__form .error__msg {
    font-size: 1.3rem;
  }
}
footer .newsletter__form .email-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5em;
}
footer .newsletter__form .email-container input {
  width: 100%;
  padding: 1em;
  border-radius: 0.5em;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  outline: none;
  border: 2px solid transparent;
}
footer .newsletter__form .email-container input::placeholder {
  color: hsl(0, 0%, 82%);
}
footer .newsletter__form .email-container .error__icon {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
}
footer .newsletter__form button {
  width: 100%;
  background-color: hsl(0, 95%, 67%);
  color: hsl(0, 0%, 97%);
  padding: 1em;
  border-radius: 0.5em;
  font-family: "Rubik", sans-serif;
  font-size: 1.4rem;
  outline: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
footer .newsletter__form button:hover {
  color: hsl(0, 75%, 70%);
  background-color: white;
  border-color: hsl(0, 75%, 70%);
}
@media (min-width: 48em) {
  footer .newsletter__form button {
    width: 12em;
    font-weight: 500;
  }
}
@media (min-width: 90em) {
  footer .newsletter__form button {
    width: 13em;
  }
}
footer .footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  gap: 2em;
}
@media (min-width: 48em) {
  footer .footer__nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2.8em 5em 1.8em 5em;
  }
}
@media (min-width: 64em) {
  footer .footer__nav {
    padding: 2em 4.5em;
  }
}
@media (min-width: 90em) {
  footer .footer__nav {
    padding: 2em 8em;
  }
}
footer .footer__nav .nav-main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
}
@media (min-width: 48em) {
  footer .footer__nav .nav-main {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 64em) {
  footer .footer__nav .nav-main {
    gap: 4em;
  }
}
@media (min-width: 90em) {
  footer .footer__nav .nav-main {
    gap: 4em;
  }
}
footer .footer__nav .nav-main #logo {
  width: 8em;
  cursor: pointer;
}
footer .footer__nav .nav-main #logo path {
  fill: white;
}
footer .footer__nav .nav-main .nav .ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5em;
  list-style-type: none;
}
@media (min-width: 48em) {
  footer .footer__nav .nav-main .nav .ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 64em) {
  footer .footer__nav .nav-main .nav .ul {
    gap: 2.8em;
  }
}
@media (min-width: 90em) {
  footer .footer__nav .nav-main .nav .ul {
    gap: 2.8em;
  }
}
footer .footer__nav .nav-main .nav .ul__item a {
  color: hsl(0, 0%, 97%);
  font-weight: 300;
  letter-spacing: 0.1em;
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
@media (min-width: 64em) {
  footer .footer__nav .nav-main .nav .ul__item a {
    font-size: 1.3rem;
  }
}
@media (min-width: 90em) {
  footer .footer__nav .nav-main .nav .ul__item a {
    font-size: 1.3rem;
  }
}
footer .footer__nav .nav-main .nav .ul__item a:hover {
  color: hsl(0, 75%, 70%);
}
footer .footer__nav .nav-socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
footer .footer__nav .nav-socials svg {
  cursor: pointer;
}
footer .footer__nav .nav-socials svg path {
  fill: white;
  transition: fill 0.3s ease-out;
}
footer .footer__nav .nav-socials svg path:hover {
  fill: hsl(0, 75%, 70%);
}
footer .attribution {
  color: hsl(0, 0%, 97%);
  font-size: 1.2rem;
  padding: 2em 0;
}
@media (min-width: 48em) {
  footer .attribution {
    width: 100%;
    font-size: 1.4rem;
    padding: 1em 8em 2em 8em;
    text-align: center;
  }
}
@media (min-width: 64em) {
  footer .attribution {
    width: 100%;
    font-size: 1.4rem;
    padding: 1em 8em 2em 8em;
    text-align: center;
  }
}
@media (min-width: 90em) {
  footer .attribution {
    font-size: 1.6rem;
  }
}
footer .attribution a {
  color: hsl(0, 75%, 70%);
}

.hero {
  width: 100%;
  margin-top: 5.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 48em) {
  .hero {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 8.5em 0 1.9em 5em;
    gap: 1em;
  }
}
@media (min-width: 64em) {
  .hero {
    padding: 4em 0 1.9em 4.5em;
    gap: 2em;
  }
}
@media (min-width: 90em) {
  .hero {
    padding: 5em 0 1.9em 8em;
    gap: 4em;
  }
}
.hero__img {
  position: relative;
  width: 100%;
  padding: 2.2em 0.5em;
}
@media (min-width: 48em) {
  .hero__img {
    padding: 0 1.5em;
    flex: 1;
  }
}
@media (min-width: 64em) {
  .hero__img {
    padding: 0 1.5em;
    flex: 1;
  }
}
@media (min-width: 90em) {
  .hero__img {
    padding: 0 1.5em;
    flex: 1;
  }
}
@media (min-width: 64em) {
  .hero__img .image {
    width: 26em;
    height: auto;
  }
}
@media (min-width: 90em) {
  .hero__img .image {
    width: 36em;
    height: auto;
  }
}
.hero__img .shape {
  bottom: 2.2em;
  right: 0;
  border-radius: 30em 0 0 30em;
}
@media (min-width: 48em) {
  .hero__img .shape {
    bottom: -1em;
    width: 16.5em;
  }
}
@media (min-width: 64em) {
  .hero__img .shape {
    bottom: -0.5em;
    width: 22em;
  }
}
@media (min-width: 90em) {
  .hero__img .shape {
    bottom: -1.8em;
    width: 27em;
  }
}
.hero__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 2em;
  gap: 1.2em;
  color: hsl(229, 31%, 21%);
  text-align: center;
  width: 100%;
}
@media (min-width: 48em) {
  .hero__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 64em) {
  .hero__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 90em) {
  .hero__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    padding: 0;
  }
}
.hero__text h1 {
  font-size: 3rem;
  font-weight: 500;
}
@media (min-width: 48em) {
  .hero__text h1 {
    font-size: 3.2rem;
  }
}
@media (min-width: 64em) {
  .hero__text h1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 90em) {
  .hero__text h1 {
    font-size: 4.8rem;
  }
}
.hero__text p {
  color: hsl(229, 8%, 60%);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5em;
}
@media (min-width: 64em) {
  .hero__text p {
    font-size: 1.6rem;
  }
}
@media (min-width: 90em) {
  .hero__text p {
    font-size: 1.85rem;
  }
}
.hero__text .btns-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0.5em;
  padding: 0.5em 0;
}
@media (min-width: 48em) {
  .hero__text .btns-container {
    width: 92%;
    gap: 1em;
  }
}
@media (min-width: 64em) {
  .hero__text .btns-container {
    width: 86%;
  }
}
@media (min-width: 90em) {
  .hero__text .btns-container {
    width: 70%;
  }
}
.hero__text .btns-container .btn {
  font-size: 1.4rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding: 1em;
  width: 100%;
  border-radius: 0.4em;
  outline: none;
  border: 0.2em solid transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  cursor: pointer;
  transition: border-color 0.3s ease-out;
}
.hero__text .btns-container .btn:hover {
  background-color: white;
}
.hero__text .btns-container .btn--chrome {
  background-color: hsl(231, 69%, 60%);
  color: white;
  transition: background-color 0.2s ease-out;
}
.hero__text .btns-container .btn--chrome:hover {
  color: hsl(231, 69%, 60%);
  border-color: hsl(231, 69%, 60%);
}
.hero__text .btns-container .btn--firefox {
  background-color: hsl(0, 0%, 97%);
  color: rgba(35, 42, 69, 0.95);
}
.hero__text .btns-container .btn--firefox:hover {
  border-color: rgba(35, 42, 69, 0.95);
}

header {
  position: fixed;
  z-index: 1000;
  padding: 2em 1.5em;
  width: 100%;
  height: auto;
  background-color: white;
  transition: height 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
@media (min-width: 48em) {
  header {
    padding: 2.8em 5em;
  }
}
@media (min-width: 64em) {
  header {
    padding: 2.5em 4.5em;
  }
}
@media (min-width: 90em) {
  header {
    padding: 3.5em 8em;
  }
}
header .nav-section {
  width: 100%;
}
@media (min-width: 48em) {
  header .nav-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 64em) {
  header .nav-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 90em) {
  header .nav-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
header .nav-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .nav-icons #logo {
  width: 8em;
  height: auto;
  transition: fill 0.3s ease-in;
  cursor: pointer;
}
header .nav-icons #hamburger, header .nav-icons #close {
  width: 1em;
  height: auto;
}
@media (min-width: 48em) {
  header .nav-icons #hamburger, header .nav-icons #close {
    display: none;
  }
}
@media (min-width: 64em) {
  header .nav-icons #hamburger, header .nav-icons #close {
    display: none;
  }
}
@media (min-width: 90em) {
  header .nav-icons #hamburger, header .nav-icons #close {
    display: none;
  }
}
header .nav {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
@media (min-width: 48em) {
  header .nav {
    display: contents;
    opacity: 1;
  }
}
@media (min-width: 64em) {
  header .nav {
    display: contents;
    opacity: 1;
  }
}
@media (min-width: 90em) {
  header .nav {
    display: contents;
    opacity: 1;
  }
}
header .nav .ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
}
@media (min-width: 48em) {
  header .nav .ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.5em;
  }
}
@media (min-width: 64em) {
  header .nav .ul {
    gap: 2.8em;
  }
}
@media (min-width: 90em) {
  header .nav .ul {
    gap: 2.8em;
  }
}
header .nav .ul__item {
  cursor: pointer;
}
header .nav .ul__link {
  text-transform: uppercase;
  text-decoration: none;
  color: hsl(231, 69%, 60%);
  font-size: 1.4rem;
  font-weight: 500;
  transition: color 0.2s ease-in;
}
@media (min-width: 48em) {
  header .nav .ul__link {
    color: hsl(229, 8%, 60%);
  }
}
@media (min-width: 64em) {
  header .nav .ul__link {
    color: hsl(229, 8%, 60%);
  }
}
@media (min-width: 90em) {
  header .nav .ul__link {
    color: hsl(229, 8%, 60%);
  }
}
header .nav .ul__link:hover {
  color: hsl(0, 75%, 70%);
}
header .nav .ul__link.btn {
  padding: 0.5em 2em;
  border: 0.2em solid hsl(0, 75%, 70%);
  font-family: "Rubik", sans-serif;
  color: hsl(0, 75%, 70%);
  border-radius: 0.3em;
  background-color: transparent;
}
@media (min-width: 48em) {
  header .nav .ul__link.btn {
    color: white;
    background-color: hsl(0, 75%, 70%);
    cursor: pointer;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  header .nav .ul__link.btn:hover {
    color: hsl(0, 75%, 70%);
    background-color: transparent;
  }
}
@media (min-width: 64em) {
  header .nav .ul__link.btn {
    color: white;
    background-color: hsl(0, 75%, 70%);
    cursor: pointer;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  header .nav .ul__link.btn:hover {
    color: hsl(0, 75%, 70%);
    background-color: transparent;
  }
}
@media (min-width: 90em) {
  header .nav .ul__link.btn {
    color: white;
    background-color: hsl(0, 75%, 70%);
    cursor: pointer;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
  }
  header .nav .ul__link.btn:hover {
    color: hsl(0, 75%, 70%);
    background-color: transparent;
  }
}
header .nav-socials {
  opacity: 0;
  display: none;
  transition: opacity 0.3s;
}
header.opened {
  background-color: rgba(35, 42, 69, 0.95);
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
header.opened .nav-section {
  width: 100%;
}
header.opened #logo path, header.opened #logo circle {
  fill: white;
}
header.opened #logo #arrow {
  fill: hsl(229, 31%, 21%);
}
header.opened .nav-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid hsl(229, 8%, 60%);
  width: 100%;
  padding-bottom: 2em;
}
header.opened .nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  opacity: 0.9;
  width: 100%;
}
header.opened .nav .ul {
  width: 100%;
}
header.opened .nav .ul__item {
  padding: 1.2em 0;
  border-bottom: 1px solid hsl(229, 8%, 60%);
  width: 100%;
  text-align: center;
}
header.opened .nav .ul__item:last-of-type {
  border-bottom: none;
}
header.opened .nav .ul__link {
  color: white;
  font-size: 2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
}
header.opened .nav .ul__link.btn {
  border-color: white;
  width: 100%;
}
header.opened .nav-socials {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 100%;
  gap: 2em;
  height: 5em;
}

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