* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", cursive;
}

.navbar-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 4rem 6rem;
}

.navbar-container img {
  width: 120px;
}

.list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: -250px;
}

.list-item {
  list-style: none;
  margin: 0 1em;
  font-size: 1em;
  color: #c1c1c1;
}

.list-item:nth-child(1) {
  color: #000000;
}

.button-group button {
  background-color: #5955b3;
  border: none;
  color: #ffffff;
  padding: 15px 35px;
  border-radius: 10px;
  font-size: 1em;
}

.banner-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 100px;
}

.banner-container img {
  width: 105vh;
}

.heading-text {
  font-size: 4em;
  color: #3c2f60;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-left: 100px;
  font-weight: 600;
}

.heading-text span {
  color: #5955b3;
}

.description {
  font-size: 1em;
  color: #969696;
  text-align: left;
  width: 70%;
  margin-left: 100px;
  margin-bottom: 50px;
}

.nav-button {
  background-color: #5955b3;
  border: none;
  color: #ffffff;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 1em;
  margin-left: 100px;
}
