@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand-Regular.ttf');
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf');
}

:root {
  --mainColor: hsl(195, 48%, 75%);
  --secondaryColor: hsl(197 , 30% , 41%);
  --appMargin: 33em;
  --sectionPadding: 33em;
  --heroMargin: 22em;
  --heroImageHeight: 102em;
  --heroMarginTop: 6em;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--mainColor);
}

.mobile-nav-page {
  display: none;
}

/* Nav bar section */
.nav-container {
  display: flex;
  background-color: var(--secondaryColor);
  font-family: Quicksand, sans-serif;
  color: white;
  align-items: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin: 0;
  justify-content: space-evenly;
}

.nav-logo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 1.7em;
  line-height: 1em;
  color: white;
}

.nav-container #hamburger {
  display: none;
}

.nav-logo img {
  width: 3em;
  height: 3em;
  margin-right: 0.33em;
}

.nav-options a {
  margin-left: 2.3em;
  align-items: center;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 1.7em;
  line-height: 1em;
  text-decoration: none;
}

/* Hero Section */
.hero-mobile-section {
  display: none;
}

.hero-section {
  background-image: url('/assets/HeroWeb.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: var(--heroImageHeight);
  display: flex;
  justify-content: center;
  font-family: Quicksand, sans-serif;
}

.hero-text {
  text-align: center;
  color: white;
  margin-top: var(--heroMarginTop);
}

.hero-text-title {
  font-size: 4em;
  font-weight: bold;
  margin: 0;
}

.hero-text-subtitle {
  font-size: 2.6em;
  margin: 0;
}

.hero-store-links {
  margin-top: 2em;
}

.hero-store-links img {
  width: 11.2em;
  height: 3.6em;
}

.hero-store-links a {
  text-decoration: none;
  padding-left: 0.6em;
}

/* Principles Section */
.principles-section {
  display: flex;
  justify-content: space-around;
  margin-left: var(--appMargin);
  margin-right: var(--appMargin);
  margin-top: 4em;
  align-items: center;
  margin-bottom: 7em;
}

.principles-text {
  display: flex;
  flex-direction: column;
}

.principles-text-title {
  font-family: Quicksand, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3em;
  color: white;
  padding-bottom: 1em;
}

.principles-text-explanation {
  font-family: Quicksand, sans-serif;
  color: white;
  font-style: normal;
  font-size: 1.3em;
  padding-right: 6em;
  margin-bottom: 2em;
}

.principles-section-img {
  width: 39em;
  height: 45em;
}

.principles-store-links img {
  width: 9.5em;
  height: 3.2em;
}

.principles-store-links a {
  text-decoration: none;
}

/* Cicles Section */
.cicles-section {
  display: flex;
  background-color: white;
  justify-content: space-between;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: var(--appMargin);
  padding-right: var(--appMargin);
  font-family: Quicksand, sans-serif;
}

.cicles-section-store-links-mobile {
  display: none;
}

.cicles-section-topic img {
  width: 2em;
  height: 2em;
}

.cicles-section-topic {
  display: flex;
  flex-direction: column;
}

.cicles-section-topic-title {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6em;
  margin-bottom: 0.5em;
  margin-top: 0.4em;
}

.cicles-section-topic-subtext {
  font-size: 1.3em;
  max-width: 24ch;
}

/* App Showup Section */
.mobile-image {
  display: none;
}

.desk-image {
  display: flex;
}

.app-showup-section {
  display: flex;
  font-family: Quicksand, sans-serif;
  color: white;
  flex-direction: column;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: var(--appMargin);
  padding-right: var(--appMargin);
}

.app-showup-line {
  display: flex;
  justify-content: space-between;
}

.app-showup-line img {
  width: 34em;
  height: 49em;
}

.app-showup-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 17em;
}

.app-showup-content h1 {
  font-size: 3em;
  margin-bottom: 2em;
}

.app-showup-content-texts {
  padding-left: 0em;
  padding-right: 0em;
}

.app-showup-content-title {
  font-size: 2em;
  font-weight: bold;
}

.app-showup-content-subtitle {
  font-size: 1.2em;
}

/* Proposal Section */
.proposal-section-mobile {
  display: none;
}

.proposal-section {
  display: flex;
  font-family: Quicksand, sans-serif;
  background-color: white;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: var(--appMargin);
  padding-right: var(--appMargin);
  justify-content: space-between;
}

.proposal-section-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.proposal-store-links img {
  width: 9.5em;
  height: 3.2em;
  padding-right: 0.6em;
}

.proposal-store-links a {
  text-decoration: none;
}

.proposal-title {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
}

.proposal-texts {
  width: 31em;
}

.proposal-texts h2 {
  padding-bottom: 1em;
}

/* Footer Section */
.footer-section {
  display: flex;
  flex-direction: column;
  color: white;
  background-color: var(--secondaryColor);
  font-family: Quicksand, sans-serif;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: var(--sectionPadding);
}

.termos-de-uso {
  margin-bottom: 0em;
}

.footer-section-logo img {
  width: 3em;
  height: 3em;
  margin-right: 0.33em;
}

.footer-section-logo {
  display: flex;
  align-items: center;
}

.footer-section-logo span {
  font-size: 2em;
  font-weight: bold;
}

.footer-section-info {
  padding-left: 1em;
}

.footer-section-info a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 2400px) {
  :root {
    --appMargin: 19em;
    --sectionPadding: 8em;
    --heroMargin: 12em;
    --heroImageHeight: 83em;
    --heroMarginTop: 5em;
  }

  .principles-section-img {
    width: 39em;
    height: 45em;
  }

  .app-showup-line img {
    width: 34em;
    height: 49em;
  }
}

@media screen and (max-width: 2000px) {
  :root {
    --appMargin: 19em;
    --sectionPadding: 8em;
    --heroMargin: 12em;
    --heroImageHeight: 79em;
    --heroMarginTop: 5em;
  }

  .principles-section-img {
    width: 39em;
    height: 45em;
  }

  .app-showup-line img {
    width: 34em;
    height: 49em;
  }
}

@media screen and (max-width: 1800px) {
  :root {
    --appMargin: 19em;
    --sectionPadding: 8em;
    --heroMargin: 12em;
    --heroImageHeight: 71em;
    --heroMarginTop: 4em;
  }

  .principles-section-img {
    width: 34em;
    height: 40em;
  }

  .app-showup-line img {
    width: 32em;
    height: 45em;
  }
}

@media screen and (max-width: 1700px) {
  :root {
    --appMargin: 13em;
    --sectionPadding: 8em;
    --heroMargin: 6em;
    --heroImageHeight: 67em;
    --heroMarginTop: 4em;
  }

  .principles-section-img {
    width: 32em;
    height: 38em;
  }

  .app-showup-line img {
    width: 29em;
    height: 42em;
  }
}

@media screen and (max-width: 1500px) {
  :root {
    --appMargin: 13em;
    --sectionPadding: 8em;
    --heroMargin: 8em;
    --heroImageHeight: 58em;
    --heroMarginTop: 4em;
  }

  .principles-section-img {
    width: 30em;
    height: 35em;
  }
  
  .app-showup-line img {
    width: 29em;
    height: 42em;
  }

  .cicles-section-topic-subtext {
    font-size: 1.3em;
    max-width: 18ch;
  }
}

@media screen and (max-width: 1300px) {
  :root {
    --appMargin: 6em;
    --sectionPadding: 8em;
    --heroMargin: 8em;
    --heroImageHeight: 48em;
    --heroMarginTop: 2em;
  }

  .principles-section-img {
    width: 30em;
    height: 35em;
  }
  
  .app-showup-line img {
    width: 29em;
    height: 42em;
  }

  .cicles-section-topic-subtext {
    font-size: 1.3em;
    max-width: 18ch;
  }
}

@media screen and (max-width: 1250px) {
  :root {
    --appMargin: 2em;
    --sectionPadding: 8em;
    --heroMargin: 8em;
    --heroImageHeight: 39em;
    --heroMarginTop: 1em;
  }

  .principles-section-img {
    width: 30em;
    height: 35em;
  }
  
  .app-showup-line img {
    width: 29em;
    height: 42em;
  }

  .cicles-section-topic-subtext {
    font-size: 1.3em;
    max-width: 18ch;
  }
}

@media screen and (max-width: 1000px) {
  html, body{
    overflow-x: hidden;
  }

  /* Nav page section */
  .mobile-nav-page {
    display: none;
    width: 100%;
    margin-top: 10em;
    font-family: Quicksand, sans-serif;
  }
  
  .mobile-nav-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
  }
  
  .mobile-nav-page li {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 1.7em;
    color: white;
  }

  .mobile-nav-page-menu {
    max-height: 100vh;
    height: 100vh;
    text-align: center;
    transition: max-height .2s ease-out;
    position: relative;
  }
  
  
  /* Nav bar section */
  .nav-container {
    display: flex;
    background-color: var(--secondaryColor);
    font-family: Quicksand, sans-serif;
    color: white;
    align-items: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    justify-content: space-between;
    padding-left: 2em;
    padding-right: 2.5em;
  }

  .nav-options {
    display: none;
  }

  .nav-container #hamburger {
    font-size: 1.5em;
    display: flex;
  }

  .nav-logo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: 3em;
    color: white;
  }

  /* Hero Section */
  .hero-section {
    display: none;
  }

  .hero-mobile-section {
    display: flex;
    flex-direction: column;
    background: hsl(195, 48%, 75%);
    padding-top: 2em;
  }

  .hero-mobile-text {
    display: flex;
    flex-direction: column;
    padding-left: 2em;
  }

  .store-links {
    display: flex;
    flex-direction: column;
    padding-top: 1.2em;
  }

  .store-links img {
    width: 8em;
    height: 2.5em;
  }
  
  .store-links a:first-of-type {
    margin-bottom: 0.5em;
  }

  .main-text {
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2.7em;
    line-height: 1.3em;
    color: white;

  }
  
  .sub-text {
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.4em;
    color: white;
    padding-top: 0.3em;
  }

  /* Principles Section */
  .principles-section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 4em;
    align-items: center;
  }

  .principles-text {
    margin-left: 2em;
    margin-right: 2em;
  }
  
  .principles-text-title {
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2em;
    color: white;
  }

  .principles-text-explanation {
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-size: 1.2em;
    color: white;
    padding-right: 0em;
  }

  .principles-store-links {
    display: none;
  }

  .principles-section-img {
    width: 15em;
    height: 17em;
  }

  /* Cicles Section */
  .cicles-section {
    display: flex;
    flex-direction: column;
    background-color: white;
    justify-content: space-between;
    padding-top: 3em;
    padding-bottom: 5em;
    padding-left: 2em;
    padding-right: 0em;
    font-family: Quicksand, sans-serif;
  }

  .cicles-section-topic-title {
    font-style: normal;
    font-weight: 600;
    font-size: 1.6em;
    margin-top: 0.5em;
    margin-bottom: 0em;
  }

  .cicles-section-topic-subtext {
    padding-right: 6em;
    font-size: 1em;
    margin-bottom: 3em;
    line-height: 1.3em;
  }

  .cicles-section-store-links-mobile {
    display: flex;
    flex-direction: column;
  }

  .cicles-section-store-links-mobile img {
    display: flex;
    width: 8em;
    height: 2.5em;
  }

  .cicles-section-store-links-mobile a:first-of-type {
    margin-bottom: 0.5em;
  }

  /* App Showup Section */
  .desk-image {
    display: none;
  }

  .mobile-image {
    display: flex;
  }

  .app-showup-section {
    display: flex;
    font-family: Quicksand, sans-serif;
    color: white;
    flex-direction: column;
    padding-top: 1em;
    padding-bottom: 5em;
    padding-left: 0em;
    padding-right: 0em;
  }

  .app-showup-line {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .app-showup-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-left: 2em;
    padding-right: 2em;
    margin-bottom: 1.4em;
  }

  .app-showup-content h1 {
    font-size: 2.4em;
    margin-bottom: 1.5em;
  }

  .app-showup-content-texts {
    padding-left: 0em;
    padding-right: 0em;
  }

  .app-showup-line img {
    width: 23em;
    height: 34em;
  }

  /* Proposal Section */
  .proposal-section {
    display: none;
  }

  .proposal-section-mobile {
    display: flex;
    flex-direction: column;
    font-family: Quicksand, sans-serif;
    background-color: white;
    padding-top: 1em;
    padding-bottom: 5em;
    justify-content: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .proposal-title{
    text-align: left;
    font-size: 3em;
    font-weight: bold;
  }

  .proposal-texts{
    width: auto;
    margin-bottom: 2em;
  }

  .proposal-section-mobile img {
    width: 8em;
    height: 2.5em;
  }

  .proposal-section-mobile a:nth-of-type(2) {
    margin-bottom: 0.1em;
    margin-top: 0.1em;
  }
  
  .proposal-section-mobile a {
    text-decoration: none;
  }

  /* Footer Section */
  .footer-section {
    display: flex;
    flex-direction: column;
    color: white;
    background-color: var(--secondaryColor);
    font-family: Quicksand, sans-serif;
    padding-top: 3em;
    padding-bottom: 3em;
    padding-left: 3em;
  }

  .termos-de-uso {
    margin-bottom: 0em;
  }

  .footer-section-logo img {
    width: 3em;
    height: 3em;
    margin-right: 0.33em;
  }

  .footer-section-logo {
    display: flex;
    align-items: center;
  }

  .footer-section-logo span {
    font-size: 2em;
  }

  .footer-section-info {
    padding-left: 1em;
  }

}