@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
html {
  background-color: #F5F5FF;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0 15px;
  position: relative;
}

p, h1, h2, h3, h4, h5, h6 {
  color: #0A0A0F;
  font-family: "Montserrat", sans-serif;
}

nav {
  padding: 15px;
}

.hero {
  color: #F5F5FF;
  position: relative;
  display: flex;
  width: 100%;
}
.hero h1 {
  position: absolute;
  right: 5%;
  top: 30%;
  width: 100%;
  font-weight: bold;
  text-align: right;
  font-size: 1.7em;
  font-style: normal;
  line-height: normal;
}
@media (min-width: 768px) {
  .hero h1 {
    font-size: 2.6em;
    text-wrap: wrap;
    width: 60%;
  }
}
.hero img {
  width: 100vw;
  height: auto;
}
@media (min-width: 768px) {
  .hero img {
    width: 60vw;
  }
}
.hero .block {
  position: absolute;
  right: 10%;
  top: 60%;
}
@media (min-width: 768px) {
  .hero .block {
    top: 55%;
    right: 5%;
  }
}

.block {
  width: 101px;
  height: 101px;
  text-align: center;
  background-color: #00A3D9;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block p {
  font-weight: bold;
  color: #F5F5FF;
}

.expose-block {
  transition: all 0.3s ease-in-out;
  background-color: #007AFF;
  margin: 15px;
  padding: 8px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .expose-block {
    background-color: transparent;
  }
}
.expose-block .content li {
  transition: all 0.3s ease-in-out;
}
.expose-block .content li .description {
  display: none;
}
@media (min-width: 1024px) {
  .expose-block .content li {
    padding: 15px;
    background-color: #00A3D9;
    border-radius: 12px;
  }
  .expose-block .content li .description {
    display: block;
  }
  .expose-block .content li .description p {
    font-weight: 100;
    font-size: 0.9rem;
  }
}
.expose-block h2, .expose-block p {
  color: #F5F5FF;
}
@media (min-width: 768px) {
  .expose-block h2, .expose-block p {
    color: #0A0A0F;
    font-weight: bold;
  }
}
@media (min-width: 1024px) {
  .expose-block h2, .expose-block p {
    color: #F5F5FF;
  }
}
@media (min-width: 768px) {
  .expose-block h2 {
    width: fit-content;
    background-color: #007AFF;
    color: #F5F5FF;
    padding: 36px;
    border-radius: 12px;
  }
}
.expose-block ul {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .expose-block ul {
    justify-content: start;
    align-items: start;
  }
}
@media (min-width: 1024px) {
  .expose-block ul {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  .expose-block ul li {
    margin: 11px 0;
  }
}
.expose-block .header {
  display: flex;
}
@media (min-width: 1024px) {
  .expose-block .header {
    justify-content: center;
  }
}

.you .header {
  display: flex;
  justify-content: end;
}
@media (min-width: 1024px) {
  .you .header {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .you ul {
    align-items: end;
  }
}
@media (min-width: 1024px) {
  .you ul {
    align-items: center;
  }
}

.request-features {
  margin: 50px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request-features .button {
  width: 190px;
  height: 65px;
}

footer ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  footer ul {
    justify-content: space-between;
    align-items: start;
    flex-direction: row;
  }
}
footer ul li {
  margin: 5px;
}

.background {
  display: none;
}
@media (min-width: 768px) {
  .background {
    display: flex;
    position: absolute;
    z-index: -1;
    opacity: 0.2;
  }
}

#backgroundSmoke {
  top: 10%;
  right: 10%;
}

#backgroundExercise {
  left: 50%;
  top: 10%;
}

#backgroundCardio {
  top: 50%;
  right: 30%;
}

#backgroundRead {
  bottom: 20%;
  left: 10%;
}

#backgroundEatHealthy {
  bottom: 5%;
  right: 10%;
}

.logo {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}

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