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

.container {
  padding: 54px 107px;
}

.hide {
  display: initial;
}

header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.menu-btn {
  display: none;
}

li {
  box-shadow: none;
  padding: 0;
}

ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  font-family: "Barlow";
  font-size: 1rem;
  color: #94938e;
  gap: 44px;
}

.hero-section {
  background: url("heroPic.jpg") no-repeat top right;
  background-size: cover;
  /* padding: 150px 0 150px 110px; */
  border-radius: 15px;
}
.blured-bg {
  padding: 150px 0 150px 110px;
  border-radius: 15px;
}

h1 {
  margin: 0;
  font-family: "Fraunces";
  font-size: 4rem;
  font-weight: 800;
  color: white;
}

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

.plan-btn {
  font-family: "Fraunces";
  font-size: 1.31rem;
  background: #0f8684;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 6px;
}
