* {
  font-family: Inter, semi-bold;
  margin: 0px;
  border: none;
}

header {
  margin: 15px;
}

#nav-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#nav-list ul {
  display: flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  text-decoration: none;
  width: 100%;
}
li a {
  text-decoration: none;
  color: black;
  width: 100%;
  padding: 1.5em;
}
#nav-btn {
  background-color: rgb(70, 145, 101);
  color: white;
  border: none;
  height: 40px;
  width: 140px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
#nav-btn:hover {
  background-color: rgb(46, 92, 65);
}

#hero-background {
  background-image: url("./assets/hero-bg.png");
  background-size: cover;
  height: 80vh;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}

#hero-btn {
  display: flex;
  justify-content: center;
}
#hero-btn button,
#hero-btn a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: none;
  border-radius: 25px;
  color: rgb(70, 145, 101);
  text-decoration: none;
  height: 40px;
  width: 200px;
  padding: 5px;
  font-size: 14px;
}
#hero-btn img {
  height: 20px;
  width: 20px;
}
#structured-thinking {
  display: flex;
  justify-content: center;
  color: rgb(235, 237, 238);
  font-size: 58px;
}
#Note-taking {
  color: rgb(70, 145, 101);
  font-size: 58px;
  display: flex;
  justify-content: center;
}

#hero-background p {
  display: flex;
  color: white;
  justify-content: center;
  text-align: justify;
  align-items: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 750px;
  margin: 0.6em;
}
#heading-btn1 {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: rgb(70, 145, 101);
  border-radius: 5px;
  height: 50px;
  width: 245px;
  color: white;
  font-size: 16.5px;
}
#heading-btn2 {
  display: inline-flex;
  justify-content: space-evenly;
  align-items: center;
  cursor: pointer;
  border: solid white 0.6px;
  border-radius: 5px;
  height: 50px;
  width: 200px;
  padding: 5px;
  font-size: 16.5px;
  color: white;
}
#heading-btn-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: centere;
}