/* You can not modify anything from the HTML file */
/* You can only modify the CSS file */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 40px 80px;
  font-family: "Orbitron", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
}

nav div img {
  width: 120px;
}

.navbar-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.list {
  display: flex;
  flex-direction: row;
  list-style: none;
  width: 550px;
  margin-left: 200px;
  justify-content: space-around;
}

.list-item {
  font-weight: 550;
  font-size: 1.1rem;
}

.list :nth-child(1) {
  font-weight: 900;
  font-size: 1.2rem;
  border-bottom: 3px solid black;
}

.button-group {
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 100px;
  align-items: center;
}

.nav-button {
  padding: 6px 35px;
  border-radius: 10px;
  border: 2.5px solid black;
  background-color: #fff;
  font-size: 20px;
  opacity: 0.7;
  margin-left: 12px;
}

.search-icon svg {
  width: 25px;
}

.globe {
  position: absolute;
  top: 150px;
  left: 750px;
}

/* stars */
.square + span {
  position: absolute;
  right: 200px;
  top: 200px;
}

.square + span + span img {
  position: absolute;
  left: 600px;
  top: 670px;
  width: 45px;
}

span img {
  width: 55px;
}

/* hero container */

section[aria-label="banner"] {
  margin: 30px;
}

.hero-container {
  display: flex;
  flex-direction: row;
}

img[alt="person-hero-iamge"] {
  width: 400px;
  position: absolute;
  top: 180px;
  left: 80px;
}

.square img {
  width: 300px;
  position: relative;
  top: 320px;
  left: 130px;
}

.hero-container-right {
  height: 80vh;
  display: flex;
  flex-direction: column;
  margin-left: 150px;
}

.hero-heading {
  font-size: 60px;
  margin-bottom: 50px;
  margin-top: 160px;
}

.hero-description {
  margin: 0 75px;
  width: 640px;
  text-align: center;
  opacity: 0.6;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  margin-bottom: 80px;
}

.button-email {
  padding: 4px 25px;
  border-radius: 10px;
  border: 2.5px solid black;
  font-size: 20px;
  font-weight: 500;
  opacity: 0.8;
  margin-left: 250px;
  font-family: "Orbitron";
  background-color: #fff;
}

.button-join {
  padding: 4px 10px;
  font-size: 20px;
  font-family: "Orbitron";
  font-weight: 600;
  color: #fff;
  background-color: #000;
  margin-left: 15px;
  border-radius: 10px;
}

.contact-heading {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 10px;
  font-family: sans-serif;
  font-size: 20px;
  opacity: 0.6;
}

.icons {
  display: flex;
  justify-content: center;
}

.icons span img {
  width: 30px;
  margin: 10px;
}
