body {
  margin: 0;
  padding: 0;
  background-color: #fdfcf7;
  width: 100vw;
  height: 100vh;
}

.container {
  padding: 30px;
}

.top-bar {
  position: sticky;
}

.menu-btn {
  font-size: 1.5rem;
  color: #0f8684;
  border: 0;
  background: transparent;
}
.plan-btn {
  font-family: "Fraunces";
  font-size: 1.2rem;
  background: #0f8684;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 15px 30px;
  margin-top: 80px;
}

.hide {
  display: none;
}
.hero-section {
  background: url("mobile-BG.webp") no-repeat center center;
  background-size: cover;
  border-radius: 9px;
  margin-top: 40px;
}

.blured-bg {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 9px;
  padding: 60px 30px;
}

header > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

ul {
  margin-top: 30px;
  list-style-type: none;
  display: flex;
  flex-direction: column;

  font-family: "Barlow";
  font-size: 0.75rem;
  font-weight: 600;
  color: #94938e;
  gap: 44px;
}

li {
  box-shadow: -4px 4px 10px #0f8684;
  padding: 10px;
}

h1 {
  font-family: "Fraunces";
  font-size: 2.5rem;
  color: white;
}

p {
  font-family: "Barlow";
  font-size: 1rem;
  color: #eef7f7;
  max-width: 535px;
  line-height: 2rem;
}
