html {
  background: #231F20;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
}

h1,
h3 {
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 20px;
}

#wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  background-color: transparent;
  transition: 0.3s ease;
}

.heading {
  width: 340px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 50px;
  transition: 0.3s ease;
}
.heading-item__icon {
  display: inline-block;
  text-align: center;
  font-size: 0px;
}
.heading-item__icon svg {
  height: 30px;
  width: 30px;
}

.grey-icon {
  color: #D9D9D9;
}

.green-icon {
  color: #05D371;
}

banner {
  width: 100%;
  text-align: center;
  color: #fff;
}
banner div img {
  width: 340px;
}

.menu {
  background: #05D371;
  --width: 600px;
  padding: 10px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  transition: 0.3s ease;
}
.menu-item:last-child {
  margin-right: 0px;
}
.menu-item.inactive {
  background-color: transparent !important;
}
.menu-item.inactive svg {
  color: #000 !important;
}
.menu-item.inactive .menu-item__text {
  min-width: 0px;
  opacity: 0;
  font-size: 0px;
}
.menu-item__text {
  min-width: 80px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.menu-item__icon {
  display: inline-block;
  text-align: center;
  font-size: 0px;
}
.menu-item__icon svg {
  height: 30px;
  width: 30px;
}

.points {
  margin-left: 41px;
  margin-right: 26px;
  border: 1px dotted #D9D9D9;
  border-radius: 7px !important;
  padding: 5px !important;
}

.header {
  background: #05D371;
  --width: 600px;
  padding: 10px 10px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0px;
  border-radius: 50px;
  transition: 0.3s ease;
}
.header-item:last-child {
  margin-right: 0px;
}
.header-item.inactive {
  background-color: transparent !important;
}
.header-item.inactive svg {
  color: #000 !important;
}
.header-item.inactive .menu-item__text {
  min-width: 0px;
  opacity: 0;
  font-size: 0px;
}
.header-item__text {
  min-width: 80px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.header-item__icon {
  display: inline-block;
  text-align: center;
  font-size: 0px;
}
.header-item__icon svg {
  height: 30px;
  width: 30px;
}