@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  box-sizing: border-box;
}

.full-width {
  width: 100%;
}

.half-width {
  width: 60%;
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.justify-end {
  justify-content: flex-end;
}

.fx-1 {
  flex: 1;
}

.fx-2 {
  flex: 2;
}

.fx-3 {
  flex: 3;
}

.fx-4 {
  flex: 4;
}

.fx-5 {
  flex: 5;
}

img.full-width {
  transform: scale(1.1);
}

body {
  color: #666;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding-top: 80px;
}

section {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.dark {
  background-color: #fbfbfb;
}
section .section-heading {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 32px;
  letter-spacing: -2px;
  line-height: 1;
}
section .section-p {
  font-size: 18px;
  line-height: 24px;
}
section h1 {
  color: #222;
}

.container {
  width: 980px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

a {
  color: initial;
  text-decoration: none;
  display: inline-block;
}

b {
  font-weight: bold;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 2;
}
header #hamburger-menu {
  display: none;
}
header #btn-close-mobile-menu {
  display: none;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
header .container ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container ul li {
  display: inline-block;
}
header .container ul li a {
  transition: 0.5s;
  font-size: 12px;
  padding: 4px 12px;
  opacity: 0.5;
  color: #000;
}
header .container ul li a:hover {
  opacity: 1;
}
header .container ul li a img {
  width: 18px;
}

#showcase {
  padding-bottom: 64px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}
#showcase img {
  width: 500px;
}
#showcase h1 {
  font-size: 64px;
  font-weight: 400;
  margin-bottom: 16px;
  letter-spacing: -4px;
  color: #222;
}
#showcase h1 span {
  font-size: 52px;
  font-weight: 300;
  position: relative;
  top: -14px;
  left: -4px;
}
#showcase h2 {
  font-size: 40px;
  font-weight: 400;
  background: -webkit-linear-gradient(0deg, #2196f3 20%, #ff392d 40%, #ff981f 60%, #4cd964 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.5;
  margin-top: -16px;
  margin-bottom: 48px;
  letter-spacing: -1.6px;
}
#showcase p {
  font-size: 32px;
  font-weight: 400;
  margin-top: 32px;
  margin-bottom: 32px;
  line-height: 36px;
  color: #333;
}
#showcase span {
  letter-spacing: 1;
  line-height: 20px;
  color: #444;
}
#showcase #store-links {
  margin-top: 32px;
}
#showcase #store-links a {
  transition: 0.5s;
  padding: 8px;
}
#showcase #store-links a:hover {
  transform: scale(0.9);
}
#showcase #store-links a img {
  width: 180px;
}

#new-badge {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100px;
}

#header-new-badge {
  width: 24px;
  position: absolute;
  top: 0px;
  left: -16px;
}

#android-coming-soon {
  font-size: 8px;
  text-transform: uppercase;
  position: relative;
  bottom: 5px;
}

#credit-cards img {
  transform: scale(2.6);
}
#credit-cards .feature-field {
  padding-right: 0;
  padding-left: 48px;
}

#features {
  padding-bottom: 48px;
}
#features .features-list li {
  display: flex;
  align-items: center;
  margin-top: 24px;
  line-height: 24px;
  background-color: #fafafa;
  padding: 32px 16px;
  border-radius: 8px;
}
#features .features-list li img {
  width: 42px;
  margin-right: 16px;
  opacity: 0.5;
}

footer {
  padding: 16px;
  font-size: 12px;
  background-color: #000;
  color: #fff;
}
footer .container {
  opacity: 0.5;
  display: flex;
  justify-content: space-between;
}
footer .container a {
  color: #fff;
}
footer .container span {
  display: inline-block;
  margin: 0 16px;
}

/** FAQ **/
#faq {
  margin-top: 32px;
}
#faq h1 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 64px;
}
#faq li {
  padding: 32px 0;
  border-bottom: 1px solid #eee;
}
#faq h2 {
  font-weight: bold;
  margin-bottom: 16px;
}
#faq p {
  color: #aaa;
  line-height: 20px;
}

/** Privacy Policy **/
#privacy-policy {
  line-height: 24px;
}
#privacy-policy h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}
#privacy-policy h2 {
  margin: 48px 0 20px;
  font-weight: 400;
  font-size: 24px;
}
#privacy-policy h3 {
  font-weight: 400;
  margin-bottom: 8px;
}
#privacy-policy p {
  margin-bottom: 16px;
}
#privacy-policy a {
  color: #2196f3;
}
#privacy-policy b {
  display: inline-block;
  margin-right: 8px;
}
#privacy-policy li {
  margin-bottom: 16px;
  list-style: disc;
  margin-left: 24px;
}
#privacy-policy .version-history {
  margin-top: 32px;
  padding: 32px;
  background-color: #fbfbfb;
  border-radius: 8px;
}
#privacy-policy .version {
  color: #4cd964;
}
#privacy-policy #img-version-history {
  width: 32px;
  margin-right: 8px;
  opacity: 0.75;
}
#privacy-policy #lbl-versiyon-history {
  background-color: red;
}
#privacy-policy #h1-version-history {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  header {
    display: flex;
    justify-content: space-between;
  }
  header #hamburger-menu {
    display: block;
  }
  header #hamburger-menu span {
    width: 32px;
    height: 2px;
    background-color: #666;
    display: block;
    margin-bottom: 6px;
  }
  header nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #000;
    left: 100%;
    transition: 0.5s;
  }
  header nav.active {
    left: 0;
  }
  header nav #btn-close-mobile-menu {
    display: block;
    padding: 16px;
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 0.75;
  }
  header nav #btn-close-mobile-menu img {
    width: 32px;
  }
  header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }
  header .container ul {
    flex-direction: column;
    height: 100vh;
  }
  header .container ul li {
    display: block;
    padding: 16px 0;
  }
  header .container ul li a {
    color: #fff;
    font-size: 20px;
  }
  header .hide-on-mobile {
    display: none;
  }
  .container {
    width: 100%;
  }
  .flex {
    flex-direction: column;
  }
  #new-badge {
    top: -30px;
    width: 64px;
    left: 30px;
  }
  #showcase h1 {
    font-size: 32px;
    margin-bottom: 16px;
    letter-spacing: -2px;
  }
  #showcase h1 span {
    font-size: 36px;
    font-weight: 300;
    position: relative;
    top: -2px;
    left: -2px;
  }
  #showcase h2 {
    font-size: 24px;
    letter-spacing: -1.2px;
  }
  #showcase p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 22px;
    color: #333;
  }
  #showcase span {
    font-size: 14px;
    line-height: 20px;
    color: #444;
  }
  #showcase #store-links a img {
    width: 140px;
  }
  #showcase #showcase-img {
    width: 75%;
  }
  img.full-width {
    transform: scale(1);
  }
  .half-width {
    width: 100%;
  }
  #credit-cards img {
    transform: scale(1.6);
    margin: 64px 0;
  }
  #credit-cards .feature-field {
    padding-left: 0;
    margin-top: 32px;
  }
  #bank-accounts img {
    margin-top: 32px;
  }
  .features-list p {
    font-size: 14px;
  }
  #features .features-list li {
    position: relative;
  }
  #features .features-list li img {
    width: 80px;
    position: absolute;
    bottom: 12px;
    right: 0;
    opacity: 0.05;
  }
  section {
    width: 100vw;
    padding: 60px 32px;
    overflow-x: hidden;
  }
  section .section-heading {
    font-size: 32px;
    margin-bottom: 32px;
    letter-spacing: -2px;
    line-height: 1;
  }
  section .section-p {
    font-size: 14px;
    line-height: 18px;
  }
  footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .container p {
    margin-top: 16px;
  }
  #privacy-policy .version-history {
    margin-top: 0;
  }
  #privacy-policy #h1-version-history {
    margin-bottom: 32px;
  }
  #privacy-policy h1 {
    line-height: 36px;
  }
  #faq li {
    padding: 32px 16px;
  }
}/*# sourceMappingURL=app.css.map */