@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;1,700&display=swap");
body {
  height: 100vh;
  margin: 0;
  font-family: "Helvetica", "arial";
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li:before {
  content: "—  ";
}

li.a:before {
  content: "";
}

ul.a {
  list-style: none;
  text-indent: -1.5em;
  margin: 0em;
  margin-top: -1.3em;
  font-size: 1.1em;
  line-height: 1.4em;
}

ul.b {
  list-style: none;
  text-indent: -1.5em;
  margin: 0em;
  padding-left: 1.5em;
  font-size: 0.9em;
  padding-top: 0.2em;
  line-height: 1.4em;
}

li {
  list-style: none;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.nav-container {
  background: #58585c;
}
.nav-container a {
  color: white;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 0.2em;
  padding-right: 1.2em;
  align-items: center;
  font-size: 1.2em;
}
header .logo {
  margin-left: 0.8em;
  max-height: 45px;
  max-width: 45px;
}
header p {
  color: white;
}
header ul {
  display: flex;
}
header ul a {
  display: block;
  padding: 0 1em;
}

section {
  padding: 2em 2em;
  text-align: left;
}

.hero {
  background: white;
  position: relative;
  display: grid;
  align-items: center;
  color: #2D2D2D;
  font-size: 1.1em;
}

.bottom {
  background: #79797b;
  text-align: center;
  font-size: 1.2em;
  color: white;
}

.featured-layout {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: white;
  position: relative;
  display: grid;
  padding: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.title {
  color: black;
  font-weight: bold;
  font-size: 2.5em;
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.8em;
  line-height: 1.4em;
}

.subtitle {
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.15em;
  font-size: 1.3em;
  margin-top: -0.2em;
  padding-bottom: 0.3em;
  line-height: 1.4em;
}

.desc {
  color: #2D2D2D;
  margin-bottom: 2em;
  font-size: 1.2em;
  margin-top: -1em;
  padding-bottom: 0.1em;
  padding-top: 0.1em;
  line-height: 1.4em;
}

.featured {
  background: #f2f1f6;
  color: #2D2D2D;
  font-size: 1.1em;
}

.logo {
  border-radius: 15%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.images {
  filter: drop-shadow(5px 5px 5px #2D2D2D);
}

.download_img {
  margin-top: -0.6em;
  margin-bottom: 0.8em;
  width: 175px;
}

.iphone {
  z-index: 1;
  position: absolute;
  bottom: -5%;
  padding: 1em;
  max-width: 85vw;
  right: 0%;
}

@media only screen and (min-width: 760px) {
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {
    max-height: 60px;
    max-width: 60px;
    margin-left: 2.8em;
  }

  section {
    padding: 2em 4em;
  }

  .hero {
    display: grid;
    grid-template-columns: 50% auto;
  }

  .featured-layout {
    display: grid;
    margin-top: 1em;
    margin-bottom: 2em;
    grid-template-columns: auto 55%;
  }

  .images {
    padding-left: 2em;
    padding-top: 0em;
  }

  .iphone {
    width: 32vw;
  }
}
@media only screen and (min-width: 1200px) {
  .hero {
    display: grid;
    grid-template-columns: 60% auto;
  }

  .featured {
    padding: 3em;
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 3em;
  }

  .featured-layout {
    padding: 2em;
    margin-top: 0em;
    margin-bottom: 0.5em;
  }

  .ipad {
    z-index: -1;
    width: 86%;
    padding-left: 2em;
  }

  .images {
    padding-left: 2em;
  }

  header {
    display: flex;
    justify-content: space-between;
    padding: 0.2em;
    align-items: center;
  }
  header .logo {
    margin-left: 2.4em;
    max-height: 80px;
    max-width: 80px;
  }

  .iphone {
    max-width: 30vw;
  }
}/*# sourceMappingURL=main.css.map */