* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Noto Sans";
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}

.main {
  max-width: 100vw;
  min-height: 100vh;
  background: url("../images/main-bg.f5ebcc93c5e5.svg") no-repeat;
  background-size: cover;
  padding: 2rem 2.5rem;
}

a {
  text-decoration: none;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
      90.42deg,
      rgba(1, 52, 111, 0.2) 7.7%,
      rgba(51, 29, 98, 0.2) 96.88%
    ),
    linear-gradient(90.52deg, #01346f 13.19%, #331d62 82.26%);
  border-radius: 3rem;
  padding: 1rem 2rem;
}

.logo {
  height: 1rem;
}

.logo_header {
  display: flex;
  align-items: center;
}

.main_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.main_nav li {
  display: inline;
}

.nav_links {
  margin: 0 1rem;
  color: #fff;
  font-size: 1.15rem;
}

.nav_links:hover {
  font-weight: 700;
}

.try-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-left: 1.5rem;
  border-radius: 2.5rem;
  padding: 0.75rem 1rem;
}

.try-button-link {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.try-button-link:hover {
  font-weight: 700;
}

.navbar_toggle {
  display: none;
}

.navbar {
  background: linear-gradient(
      90.42deg,
      rgba(1, 52, 111, 0.2) 7.7%,
      rgba(51, 29, 98, 0.2) 96.88%
    ),
    linear-gradient(90.52deg, #01346f 13.19%, #331d62 82.26%);
  border-radius: 3rem;
  display: flex;
  padding: 0.75rem 1rem;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 1.5rem;
  width: auto;
}

.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.link {
  padding-right: 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}

.try-button {
  background-color: #fff;
  border-radius: 2.5rem;
  padding: 0.75rem 1rem;
}

.try-button-text {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.hero {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
}

.get {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.get-heading {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 36px rgba(255, 255, 255, 0.24);
}

.get-subheading {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 2px 24px rgba(255, 255, 255, 0.12);
  margin: 1rem 0 2rem 0;
}

.playstore-img {
  height: 3rem;
  width: auto;
}

.screenshot {
  height: 35rem;
  width: auto;
  border: 1px solid #fff;
  border-radius: 1.5rem;
}

.mind-section {
  display: flex;
  flex-direction: column;
  background-color: #000;
  padding: 3rem 2.5rem;
}

.heading {
  align-self: center;
  font-size: 3rem;
  color: #fff;
  text-shadow: 0px 4px 24px rgba(117, 188, 240, 0.24);
}

.mind-container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 2.5rem 0;
}

.mind-card-1 {
  flex: 1;
  background: url("../images/mind-bg-1.7db934e4082b.svg") no-repeat;
  background-size: contain;
  height: 18rem;
  width: 20rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
}

.mind-card-2 {
  flex: 1;
  background: url("../images/mind-bg-2.456e8c896e83.svg") no-repeat;
  background-size: contain;
  height: 18rem;
  width: 20rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
}

.mind-card-3 {
  flex: 1;
  background: url("../images/mind-bg-3.9cd7472630aa.svg") no-repeat;
  background-size: contain;
  height: 18rem;
  width: 20rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
}

.mind-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.guru-section {
  display: flex;
  flex-direction: row;
  background-color: #000;
  padding: 2.5rem 3rem;
}

.gurus-img {
  height: 25rem;
  width: auto;
}

.gurus-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 8rem;
}

.gurus-heading {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0px 4px 24px rgba(117, 188, 240, 0.24);
  color: #fff;
  margin-bottom: 2rem;
  text-align: center;
}

.gurus-subheading {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 4px 24px rgba(117, 188, 240, 0.24);
}

.sleep-section {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(303.04deg, rgba(0, 0, 0, 0) 1.05%, #0c0119 99.19%);
}

.story-sleep-container {
  display: flex;
  flex-direction: row;
}

.story-sleep-container {
  display: flex;
  flex-direction: row;
  margin: 2rem 0 0 0;
}

.sleep-card-1 {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 1rem;
  padding: 4rem 2rem;
  background: linear-gradient(
    90.42deg,
    rgba(1, 52, 111, 0.2) 7.7%,
    rgba(51, 29, 98, 0.2) 96.88%
  );
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  border: 1px solid #253067;
}

.sleep-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 1rem 0;
}

.sleep-subheading {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.sleep-img {
  height: 7rem;
  width: 7rem;
}

.meditation-section {
  display: flex;
  flex-direction: column;
  background-color: #000;
  padding: 2.5rem;
}

.meditation-card-container-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 3rem 0 0 0;
  gap: 1.5rem;
}

.meditation-card-container-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 2rem 0;
  gap: 1.5rem;
}

.meditation-card-1 {
  background: url("../images/meditaion-bg-1.5f2e3f7d39c8.svg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  border-radius: 3rem;
}

.meditation-card-2 {
  background: url("../images/meditaion-bg-2.be2c51dbc6d3.svg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
  justify-content: flex-end;
  height: 20rem;
  flex: 1.5;
  border-radius: 3rem;
}

.meditation-card-3 {
  background: url("../images/meditaion-bg-3.c7cc7ddf47d7.svg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
  justify-content: flex-end;
  height: 20rem;
  flex: 1.5;
  border-radius: 3rem;
}

.meditation-card-4 {
  background: url("../images/meditaion-bg-4.fcea1eede0d7.svg") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  border-radius: 3rem;
}

.meditation-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.meditation-subheading {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1rem;
  text-align: center;
}

.health-section {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(303.04deg, rgba(0, 0, 0, 0) 1.05%, #0c0119 99.19%);
}

.health-card-container {
  display: flex;
  flex-direction: column;
  background: linear-gradient(
    90.42deg,
    rgba(1, 52, 111, 0.2) 7.7%,
    rgba(51, 29, 98, 0.2) 96.88%
  );
  margin: 3rem 0;
  border-radius: 3rem;
}

.health-card-container-inner {
  display: flex;
  flex-direction: row;
}

.health-card-1 {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #331d62;
  border-left: 1px solid #331d62;
  border-top-left-radius: 3rem;
}

.health-card-2 {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #331d62;
  border-right: 1px solid #331d62;
  border-left: 1px solid #331d62;
  border-top-right-radius: 3rem;
}

.health-card-3 {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #331d62;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.health-heading {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 1rem 0;
}

.health-subheading {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.health-img {
  height: 10rem;
  width: auto;
}

.stories-section {
  background: linear-gradient(0deg, #000000, #000000),
    linear-gradient(303.04deg, rgba(0, 0, 0, 0) 1.05%, #0c0119 99.19%);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
}

.story-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 3rem 0;
}

.review {
  font-size: 1.25rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.review-by {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  margin-top: 2rem;
}

.story-card-1 {
  background: url("../images/story-bg-1.6010c5337eba.svg") no-repeat;
  background-size: contain;
  height: 30rem;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.story-card-2 {
  background: url("../images/story-bg-2.cfb5da2ab60f.svg") no-repeat;
  background-size: contain;
  height: 30rem;
  width: 35rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

footer {
  padding: 1.5rem 2.5rem;
  background: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #2a3066;
}

.footer-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.playstore-footer {
  height: 3.5rem;
  width: auto;
  margin: 0 0.75rem;
}

.footer-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.icons {
  height: 3rem;
  width: 3rem;
  border-radius: 2rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.75rem;
  cursor: pointer;
}

.icon {
  background-color: #000;
  color: #fff;
  padding: 0.5rem;
  border-radius: 2rem;
  font-size: 1rem;
}

@media only screen and (max-width: 992px) {
  .navbar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-radius: 2rem;
  }

  .main_nav {
    display: none;
  }

  .show_nav {
    padding: 1rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .main_nav li {
    font-size: 2rem;
    justify-content: center;
    text-align: center;
  }
  .navbar_toggle {
    font-size: 2rem;
    color: #ffffff;
    background: transparent;
    border-color: transparent;
    transition: all 0.3s linear;
    cursor: pointer;
    display: block;
  }

  .logo_header {
    width: 100%;
    justify-content: space-between;
    margin-right: 2%;
  }

  .try-button {
    margin: 1.5rem 0;
  }
}

@media screen and (max-width: 576px) {
  html {
    font-size: 12px;
  }

  .main {
    padding: 1.5rem 1rem;
  }

  .playstore-img,
  .playstore-footer {
    height: 4rem;
  }

  .hero {
    flex-direction: column;
    gap: 3rem;
  }

  .get {
    align-items: center;
  }
  .get-heading {
    text-align: center;
  }
  .get-subheading {
    text-align: center;
  }
  .heading {
    font-size: 2.5rem;
    text-align: center;
  }
  .guru-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  .gurus-img {
    height: 20rem;
    width: auto;
  }
  .gurus-container {
    align-items: center;
    margin: 0;
  }
  .gurus-subheading {
    text-align: center;
  }
  .story-sleep-container {
    flex-direction: column;
  }
  .meditation-card-container-1,
  .meditation-card-container-2 {
    flex-direction: column;
  }
  .meditation-card-1,
  .meditation-card-2,
  .meditation-card-3,
  .meditation-card-4 {
    justify-content: center;
    padding: 8rem 2rem;
    flex: 1;
  }
  .health-card-1,
  .health-card-2,
  .health-card-3 {
    border: none;
  }
  .health-card-container-inner {
    flex-direction: column;
  }
  footer {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-button-container {
    flex-direction: column;
    gap: 2rem;
  }
  .footer-logo {
    height: 2.5rem;
    width: auto;
  }
  .mind-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .mind-card-1 .mind-text {
    margin: 2rem 4rem 4rem 4rem;
    font-size: 1rem;
  }
  .mind-card-2 .mind-text {
    margin: 5rem 4rem 2.25rem 4rem;
    font-size: 1rem;
  }
  .mind-card-3 .mind-text {
    margin: 5rem 4rem 2.25rem 4rem;
    font-size: 1rem;
  }
  .story-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
  .story-card-1,
  .story-card-2 {
    background-size: cover;
    height: 30rem;
    width: 25rem;
    padding: 1.5rem;
    justify-content: center;
    border-radius: 3rem;
    border: 1px solid #fff;
  }
}
