html,
body {
  font-family: Montserrat;
  padding: 0;
  margin: 0;
}

/* Mixins */
/* Titles */
h2 {
  color: #1f1f1f;
  font-size: clamp(30px, 20px + 2vw, 50px);
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.0385em;
  margin: 0;
}
@media (max-width: 768px) {
  h2 {
    line-height: 33px;
    letter-spacing: -0.0285em;
  }
}

h4 {
  font-size: clamp(14px, 10px + 1vw, 18px);
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.5px;
}

/* Play Store App store buttons - with animation */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.03, 1.03);
  }
  100% {
    transform: scale(1, 1);
  }
}
.store-buttons {
  display: flex;
}
@media (max-width: 768px) {
  .store-buttons {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .store-buttons {
    padding-top: 1em;
  }
}
.store-buttons a {
  border: 0;
  margin: 1em;
}
.store-buttons a:hover {
  animation: pulse 1s linear infinite;
}
.store-buttons a img {
  width: clamp(134px, 110px + 4vw, 175.5px);
}

/* Sections */
header.hero {
  padding-top: 2em;
  background: linear-gradient(rgb(251, 248, 233) 0%, rgb(251, 248, 233) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
}
header.hero h1 {
  display: block;
  margin: 0;
}
header.hero h1 img {
  margin: 0 auto;
  display: block;
}
header.hero .hero__content-container {
  display: flex;
  max-width: 1064px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  header.hero .hero__content-container {
    flex-direction: column;
    max-width: 480px;
  }
}
header.hero .hero__content-container .hero__text-container,
header.hero .hero__content-container .hero__image-container {
  flex-grow: 1;
  padding-left: 1em;
  padding-right: 1em;
}
@media (max-width: 768px) {
  header.hero .hero__content-container .hero__text-container,
  header.hero .hero__content-container .hero__image-container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
header.hero .hero__text-container {
  padding-top: clamp(4em, 4em + 1.5vw, 8em);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  header.hero .hero__text-container {
    text-align: center;
    padding: 2em;
    padding-bottom: 1em;
  }
}
header.hero .hero__text-container p {
  font-weight: 400;
  line-height: 22px;
  font-size: clamp(12px, 8px + 1vw, 16px);
}
@media (max-width: 1064px) {
  header.hero .hero__image-container img {
    width: clamp(320px, 220px + 20vw, 532px);
  }
}
@media (max-width: 768px) {
  header.hero .hero__image-container img {
    width: clamp(280px, 200px + 15vw, 532px);
    display: block;
    margin: auto;
  }
}

section.info .info__content-container--image-left {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.info .info__content-container--image-left {
    flex-direction: column-reverse;
    max-width: 480px;
  }
}
section.info .info__content-container--image-right {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.info .info__content-container--image-right {
    flex-direction: column;
    max-width: 480px;
  }
}
section.info .info__image-container {
  position: relative;
  flex-grow: 4;
}
section.info .info__text-container {
  justify-content: center;
  flex-grow: 5;
  padding: 0 2em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.info .info__text-container {
    text-align: center;
    padding: 2em;
    padding-bottom: 1em;
  }
}
section.info .info__text-container p {
  font-weight: 400;
  line-height: 22px;
  font-size: clamp(12px, 8px + 1vw, 16px);
}
@media (max-width: 768px) {
  section.info .info__text-container {
    padding: 3em 2em 0 2em;
  }
}
@media (max-width: 1064px) {
  section.info .info__image-container img {
    width: clamp(320px, 220px + 20vw, 380px);
  }
}
@media (max-width: 768px) {
  section.info .info__image-container img {
    width: clamp(280px, 200px + 15vw, 380px);
    display: block;
    margin: auto;
  }
}

section.our-story {
  padding: 7em 0;
  background-color: #fbf8e9;
}
section.our-story .our-story__text-container,
section.our-story .our-story__image-container {
  padding-left: 1em;
  padding-right: 1em;
}
section.our-story .our-story__content-container {
  display: flex;
  max-width: 1064px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.our-story .our-story__content-container {
    flex-direction: column;
    max-width: 480px;
  }
}
section.our-story .our-story__text-container {
  justify-content: center;
  padding-right: 5em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.our-story .our-story__text-container {
    text-align: center;
    padding: 2em;
    padding-bottom: 1em;
  }
}
section.our-story .our-story__text-container p {
  font-weight: 400;
  line-height: 22px;
  font-size: clamp(12px, 8px + 1vw, 16px);
}
@media (max-width: 1064px) {
  section.our-story .our-story__image-container img {
    width: clamp(320px, 220px + 20vw, 570px);
  }
}
@media (max-width: 768px) {
  section.our-story .our-story__image-container img {
    width: clamp(280px, 200px + 15vw, 570px);
    display: block;
    margin: auto;
  }
}
@media (max-width: 768px) {
  section.our-story {
    padding: 2em 0 4em 0;
  }
}

section.stay-in-touch {
  padding: 5em 0 8em 0;
  background-color: #f7efb4;
}
section.stay-in-touch .stay-in-touch__text-container,
section.stay-in-touch .stay-in-touch__image-container {
  padding-left: 1em;
  padding-right: 1em;
}
section.stay-in-touch .stay-in-touch__content-container {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  section.stay-in-touch .stay-in-touch__content-container {
    flex-direction: column-reverse;
    max-width: 480px;
  }
}
section.stay-in-touch .stay-in-touch__image-container img {
  width: clamp(200px, 150px + 10vw, 307px);
}
section.stay-in-touch .stay-in-touch__text-container {
  justify-content: end;
  padding-left: 5em;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  section.stay-in-touch .stay-in-touch__text-container {
    text-align: center;
    padding: 2em;
    padding-bottom: 1em;
  }
}
section.stay-in-touch .stay-in-touch__text-container p {
  font-weight: 400;
  line-height: 22px;
  font-size: clamp(12px, 8px + 1vw, 16px);
}
section.stay-in-touch input {
  font-family: Montserrat;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-left: 1.5em;
  width: 260px;
  height: 48px;
  border: 1px solid #dadada;
  border-radius: 24px;
  margin: 0 2em 2em 0;
}
section.stay-in-touch button {
  cursor: pointer;
  font-family: Montserrat;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #1f1f1f;
  width: 133px;
  height: 48px;
  border: 1px solid #1f1f1f;
  border-radius: 24px;
}
section.stay-in-touch button:hover {
  animation: pulse 1s linear infinite;
}
@media (max-width: 768px) {
  section.stay-in-touch {
    padding: 2em;
  }
  section.stay-in-touch img {
    display: block;
    margin: 0 auto;
  }
}

footer.footer {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6em 0;
  text-align: center;
  background-color: #1f1f1f;
}
footer.footer h2 {
  color: #fff;
}
footer.footer .footer__info {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 500px;
  margin-top: 2em;
  padding-top: 3em;
}
@media (max-width: 520px) {
  footer.footer .footer__info {
    width: 90%;
    flex-direction: column;
  }
}
footer.footer .footer__copyright {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 520px) {
  footer.footer .footer__copyright {
    justify-content: center;
    padding-bottom: 1em;
  }
}
footer.footer .footer__socials img {
  padding: 0 0.2em;
}