@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;900&display=swap");
body {
  font-family: "Mulish", sans-serif;
  background-color: #fafafa; }

.top-bar {
  background-color: #fff;
  box-shadow: 0 2px 6px 0 #00000014;
  padding: 1rem 0rem; }
  .top-bar .app-name {
    display: flex;
    align-items: center; }
    .top-bar .app-name h2 {
      font-size: 30px;
      font-weight: 600;
      margin: 0 !important; }
    .top-bar .app-name p {
      margin: 0 !important;
      font-size: 0.8rem; }
    .top-bar .app-name img {
      margin-right: 1rem; }
  .top-bar .app-logo {
    width: 55px; }
  .top-bar .top-download-button {
    vertical-align: middle;
    font-size: 1rem;
    padding: 10px 20px;
    box-shadow: 0 2px 6px 0 #00000014;
    background-color: #1f374f;
    color: #fff;
    text-decoration: none;
    border-radius: 40px; }

.hero-area {
  padding: 5rem 0rem;
  background: linear-gradient(75deg, #fafafa9a 54%, #ffffffad 54%); }
  .hero-area h1 {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 4rem; }
    .hero-area h1 span {
      font-size: 4rem;
      font-weight: 900; }
  .hero-area .hero-text p {
    margin-top: 20px;
    font-size: 1.05rem;
    letter-spacing: 1px; }
  .hero-area .hero-image {
    display: flex;
    justify-content: end; }
    .hero-area .hero-image img {
      rotate: 1deg;
      width: 100%; }
  .hero-area .updated {
    font-size: 1.2rem;
    font-weight: 500;
    color: #313131;
    background-color: #fdfd96;
    width: fit-content;
    padding: 0.6rem 2rem;
    border-radius: 30px;
    margin-bottom: 1.4rem;
    box-shadow: 0 2px 6px 0 #00000014;
    text-decoration: 4px dotted; }
  .hero-area .store-buttons {
    display: flex;
    margin-top: 2rem; }
    .hero-area .store-buttons .dbtn {
      margin-right: 1rem;
      padding: 13px 25px;
      box-shadow: 0 2px 6px 0 #00000014;
      background-color: #fff;
      border-radius: 30px; }
      .hero-area .store-buttons .dbtn a {
        text-decoration: none;
        color: #313131;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        font-weight: 600;
        text-align: center; }
        .hero-area .store-buttons .dbtn a i {
          font-size: 2.3rem;
          font-weight: normal;
          margin-right: 20px; }
        .hero-area .store-buttons .dbtn a small {
          font-weight: normal;
          font-size: 0.8rem; }

.footer-area {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .footer-area .links a {
    text-decoration: none;
    color: #313131b1;
    margin-right: 1rem; }
    .footer-area .links a:last-child {
      margin-right: none; }

.page-inner-area {
  margin-top: 2rem;
  margin-bottom: 2rem; }

@media (max-width: 916px) {
  .top-bar .app-name h2 {
    font-size: 22px; }

  .top-bar .top-download-button {
    display: none; }

  .hero-area {
    padding: 2rem 0rem; }

  .hero-area h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.4rem; }

  .hero-area h1 span {
    font-size: 2.4rem;
    line-height: 1rem; }

  .hero-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

  .hero-area .hero-text p {
    margin-top: 20px;
    font-size: 0.8rem;
    letter-spacing: 1px; }

  .hero-area .store-buttons {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }

  .hero-area .store-buttons .dbtn {
    margin-right: 0.4rem;
    padding: 10px 10px;
    width: 100%;
    box-shadow: 0 2px 6px 0 #00000014;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 4rem; }

  .hero-area .store-buttons .dbtn a {
    padding: 10px;
    text-decoration: none;
    color: #313131;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: center; }

  .hero-area .store-buttons .dbtn a i {
    font-size: 2rem;
    font-weight: normal;
    margin-right: 0.5rem; }

  .hero-area .store-buttons .dbtn a small {
    font-weight: normal;
    font-size: 0.6rem; }

  .footer-area {
    margin: 4rem 0rem;
    text-align: center; }

  .hero-area .hero-image {
    display: flex;
    justify-content: center; } }

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