.container {
  margin: 0% 6% 0% 6%;
  font-family: Poppins;
  position: relative;
  height: 100vh;
}

/* Navbar section */
.navbar-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 15vh;
}

.first {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
}

.first>img {
  width: 6rem;
}

.second {
  flex: 2;
}

.third {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-item {
  font-family: Orbitron;
  font-size: 1.2rem;
  font-weight: 400;
  list-style: none;
  display: inline-block;
  margin: 0px 42px 0px 0px;
  list-style: none;
  padding-bottom: 3px;
  background: linear-gradient(#333, #333) center bottom;
  background-size: 0% 3px;
  background-repeat: no-repeat;
  transition: all 0.45s;
}


.list-item:hover {
  font-size: 1.4rem;
  font-weight: 500;
  background-size: 100% 3px;
  cursor: pointer;
}

.search-icon {
  padding: 0px 15px;
  align-items: flex-end;
}

.nav-button {
  border: #000 solid 2px;
  font-size: 1.1em;
  background: transparent;
  font-weight: 300;
  padding: 5px 35px;
  border-radius: 10px;
  color: #333;
}

/* Hero Banner Section  */
.hero-container div>img {
  width: 30%;
  position: absolute;
  top: 24%;
}

.square {
  position: absolute;
  top: 52%;
  left: 9%;
  z-index: -1;
}

.square>img {
  width: 70%;
}

.star1 {
  position: absolute;
  right: 0;
  top: 25%;
}

.star1>img {
  width: 70%;
}

.star2 {
  position: absolute;
  right: 50%;
  bottom: 5%;
}

.star2>img {
  width: 50%;
}

.globe {
  position: absolute;
  right: 40%;
  top: 18%;
}

.globe>img {
  width: 70%;
}

/* Hero-container-right */
.hero-container-right {
  position: absolute;
  right: 0;
  top: 36%;
  width: 50vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: space-between;
}

.hero-heading {
  font-family: Orbitron;
  font-size: 3rem;
  font-weight: 800;
  margin: 2px 0px 25px 0px;
}

.hero-description {
  text-align: center;
  padding: 2px 60px;
  font-size: 0.8em;
  color: #5f5f5f;
  margin-bottom: 70px;
}

.button-email {
  font-family: Orbitron;
  padding: 2px 15px;
  background: transparent;
  color: #5f5f5f;
  border-radius: 5px;
  font-size: 1.1rem;
}

.button-join {
  font-family: Orbitron;
  background: #000;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.1rem;
  padding: 2px 15px;
  border: solid #000;
}

.contact-heading {
  color: #5f5f5f;
  text-align: center;
  font-weight: 400;
  margin: 50px 0px 4px 0px;
  font-size: 1.1rem;
}