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

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #09090a;
  overflow-x: hidden;
}

@font-face {
  font-family: "MyFont";
  src: url("") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
main {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  min-height: 100%;
  position: relative;
}
main .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 6%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
}
main .navbar .nav1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .navbar .nav1 a {
  text-decoration: none;
  font-size: 1.8rem;
  color: #c5c6cb;
  font-weight: 300;
}
main .navbar .nav1 img {
  width: 2.8rem;
  height: 2.2rem;
  color: #c5c6cb;
  margin-right: 5px;
}
main .navbar .nav2 a {
  text-decoration: none;
  padding: 0 15px;
  font-weight: 200;
  color: white;
  font-size: 1rem;
}
main .navbar .nav3 button {
  padding: 0.7rem 0.9rem;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 100;
  border: none;
  cursor: pointer;
}
main .navbar .nav3 button i {
  margin-right: 5px;
}
main .hero {
  background-image: url(./BG_Sun.svg);
  background-size: cover;
  background-position: center;
  min-height: 150vh;
  padding-top: 20vh;
  padding-bottom: 10vh;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
main .hero .hero-sub {
  background-image: url(./BG_Planet.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  gap: 20px;
}
main .hero .hero-sub img {
  height: 8rem;
  width: 8rem;
}
main .hero .hero-sub h1 {
  font-size: 3rem;
}
main .hero .hero-sub div {
  width: 60%;
}
main .hero .hero-sub div p {
  font-size: 2rem;
  text-align: center;
  gap: 0;
}
main .hero .hero-sub button {
  border: none;
  padding: 2% 4%;
  background-color: #000;
  color: white;
  border-radius: 30px;
  font-weight: 700;
  margin-top: 5%;
}
main .hero .hero-sub button i {
  margin-right: 3px;
}
main .hero-2 {
  background-image: url(./BG_B_Moon.svg);
  background-size: cover;
  background-position: center top;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-top: -20vh;
  opacity: 5;
}
main .hero-2 div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  margin-top: 12%;
}
main .hero-2 div .p-btn {
  color: white;
  border: 1px solid white;
  padding: 4px 10px;
  border-radius: 30px;
}
main .hero-2 div h1 {
  color: white;
  font-size: 35px;
}
main .hero-2 div div {
  margin-top: 0.6rem;
  width: 72%;
}
main .hero-2 div div p {
  font-size: 1.3rem;
  color: #7b7d82;
  text-align: center;
}
main .hero-img {
  background-image: url(./BG_G_Moon.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-top: -20vh;
  opacity: 5;
}
main .hero-img img {
  width: 80%;
}
main .hero-3 {
  display: grid;
  grid-template-columns: 520px 440px;
  grid-template-rows: auto auto;
  grid-template-areas: "hr1 hr3" "hr2 hr3";
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin: 3.2rem 4rem;
  align-items: center;
}
main .hero-3 .grid-1 {
  grid-area: hr1;
  color: #fff;
  margin-top: 12px;
}
main .hero-3 .grid-1 p {
  color: #9a9c9f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
main .hero-3 .grid-1 h1 {
  font-size: 3rem;
  line-height: 0.95;
  margin: 0;
  font-weight: 900;
  letter-spacing: -1px;
}
main .hero-3 .grid-1 p.description {
  margin-top: 1rem;
  color: #7b7d82;
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 420px;
}
main .hero-3 .grid-2 {
  grid-area: hr2;
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 3.2rem;
}
main .hero-3 .grid-2 .sub-1 h3,
main .hero-3 .grid-2 .sub-2 h3,
main .hero-3 .grid-2 .sub-3 h3,
main .hero-3 .grid-2 .sub-4 h3 {
  color: #fff;
  margin: 0 0 8px;
  font-weight: 700;
}
main .hero-3 .grid-2 .sub-1 p,
main .hero-3 .grid-2 .sub-2 p,
main .hero-3 .grid-2 .sub-3 p,
main .hero-3 .grid-2 .sub-4 p {
  color: #7b7d82;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
}
main .hero-3 .grid-3 {
  grid-area: hr3;
  grid-row: 1/span 2;
  align-self: center;
  justify-self: center;
  position: relative;
  transform: translateY(-46px);
}
main .hero-3 .grid-3 img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.03);
}/*# sourceMappingURL=style.css.map */