@import url("https://fonts.googleapis.com/css2?family=Space+Mono&family=Trispace:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono&family=Trispace:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono&family=Trispace:wght@200&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Mono&family=Trispace:wght@200&display=swap");
.home-bg {
  background: url(/assets/home/background-home-desktop.jpg) no-repeat center center fixed;
  background-size: cover;
}

.container-home {
  font-family: "Space Mono", monospace;
  margin: 200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.container-home h1 {
  color: #a3a3a8;
  font-size: 150px;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Trispace", sans-serif;
}
.container-home h2,
.container-home h3 {
  color: #aaafcc;
  margin: 20px;
}
.container-home h2 {
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
.container-home h3 {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 300;
}
.container-home .text {
  max-width: 550px;
}
.container-home .explore {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  border-radius: 500vh;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 100px 0 0 250px;
  font-size: 30px;
  font-weight: 100;
  font-family: "Trispace", sans-serif;
}

@media screen and (max-width: 900px) {
  .home-bg {
    background: url(/assets/home/background-home-tablet.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .header .nav {
    display: none;
  }
  .container-home {
    font-family: "Space Mono", monospace;
    display: block !important;
    margin: auto;
  }
  .container-home .text {
    margin: auto;
    text-align: center;
    max-width: auto;
  }
  .container-home .explore {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 500vh;
    background-color: #fff;
    width: 200px;
    height: 200px;
    margin: 100px auto;
  }
}
@media screen and (max-width: 500px) {
  .home-bg {
    background: url(/assets/home/background-home-mobile.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .nav {
    display: none;
  }
  .container-home {
    font-family: "Space Mono", monospace;
    margin: auto;
    display: block !important;
    text-align: center;
  }
  .container-home h1 {
    margin: auto;
    color: #a3a3a8;
    font-size: 120px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: "Trispace", sans-serif;
  }
  .container-home h2,
.container-home h3 {
    color: #aaafcc;
    margin: 20px;
  }
  .container-home h2 {
    margin: auto;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .container-home h3 {
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 300;
  }
  .container-home .text {
    margin: auto;
    text-align: center;
    max-width: auto;
  }
  .container-home .explore {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    border-radius: 500vh;
    background-color: #fff;
    width: 200px;
    height: 200px;
    margin: 50px auto;
  }
}
.header {
  margin-top: 30px;
  width: auto;
  display: flex;
  color: white;
  justify-content: space-between;
}
.header img {
  margin: 30px;
}
.header .nav {
  padding: 0px 170px;
  display: flex;
  width: auto;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: auto;
  -webkit-backdrop-filter: blur(80px);
  align-items: center;
  justify-content: space-around;
}
.header .nav ul {
  display: flex;
  list-style: none;
  gap: 50px;
}
.header .nav ul li {
  padding: 20px 10px;
}
.header .nav ul li:hover {
  border-bottom: 2px solid #aaafcc;
  transition: all 0.5 ease-out;
}
.header .nav ul a {
  color: #a3a3a8 !important;
  text-decoration: none;
  cursor: pointer !important;
}

.active {
  border-bottom: 2px solid white;
}

.menu-btn {
  display: none;
}

@media screen and (max-width: 900px) {
  .nav {
    display: none;
    top: 0;
    right: 0;
    position: absolute;
    width: 50px;
    padding: 50px !important;
    z-index: 10;
  }
  .nav ul {
    flex-direction: column;
    display: flex;
    width: auto;
    height: 100vh;
    position: relative;
    gap: 0;
    margin-top: 50px;
  }
  .nav ul li {
    width: 100%;
  }
  .menu-btn {
    margin: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    width: 30px;
    height: 20px;
  }
  .menu-btn__burger {
    width: 30px;
    height: 2px;
    background: white;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 15;
  }
  .menu-btn__burger::before,
.menu-btn__burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: white;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-10px);
  }
  .menu-btn__burger::after {
    transform: translateY(10px);
  }
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-20px);
    background: transparent;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(10px, -10px);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(10px, 10px);
  }
}
@media screen and (max-width: 500px) {
  .nav {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    display: none;
    top: 0;
    right: 0;
    position: absolute;
    width: 60px;
    padding: 50px !important;
    z-index: 10;
  }
  .nav ul {
    flex-direction: column;
    display: flex;
    width: auto;
    height: 100vh;
    position: relative;
    gap: 0;
    margin-top: 50px;
  }
  .nav ul li {
    width: 100%;
  }
  .menu-btn {
    margin: 40px 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    width: 30px;
    height: 20px;
    z-index: 50;
  }
  .menu-btn__burger {
    width: 30px;
    height: 2px;
    background: white;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    z-index: 50;
  }
  .menu-btn__burger::before,
.menu-btn__burger::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: white;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-10px);
  }
  .menu-btn__burger::after {
    transform: translateY(10px);
  }
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-20px);
    background: transparent;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(10px, -10px);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(10px, 10px);
  }
}
.dest-bg {
  background: url(../assets/destination/background-destination-desktop.jpg) no-repeat center center fixed;
  background-size: cover;
}

.container-dest {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-family: "Space Mono", monospace;
  width: auto;
  margin: 200px;
}

.choose {
  color: #aaafcc;
  text-transform: uppercase;
  font-size: 20px;
}
.choose .one {
  margin: 20px;
  color: #a3a3a8;
}
.choose .imgPlanet {
  margin: 20px 0 0 -60px;
  background: url("../assets/destination/image-moon.png") no-repeat;
  background-size: cover !important;
  top: 50%;
  left: 20%;
  width: 500px;
  height: 500px;
  z-index: 5;
}

.choosePlanet button {
  text-transform: uppercase;
  color: #a3a3a8;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  margin: 15px;
}

.planet__active {
  padding-bottom: 5px;
  border-bottom: 2px solid white !important;
}

.choosePlanet button:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid #a3a3a8 !important;
}

.text hr {
  width: 90%;
}
.text h1 {
  font-size: 120px;
  margin-left: 15px;
  font-family: "Trispace", sans-serif;
  color: #a3a3a8;
  text-transform: uppercase;
}
.text .planetDesc {
  color: #aaafcc;
  margin: 5px 20px 30px 15px;
  width: 85%;
}
.text .distance {
  color: #aaafcc;
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}
.text .avg {
  margin-left: -50px;
}
.text .title {
  color: #a3a3a8;
  font-family: "Trispace", sans-serif;
}
.text .value {
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
}

@media screen and (max-width: 900px) {
  .dest-bg {
    background: url(/assets/destination/background-destination-tablet.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .header .nav {
    display: none;
  }
  .container-dest {
    font-family: "Space Mono", monospace;
    display: block !important;
    margin: auto;
  }
  .container-dest .imgPlanet {
    display: block;
    margin: 50px auto;
    background-size: 80%;
  }
  .container-dest .choose {
    display: block;
    text-align: center;
    padding: 0;
  }
  .container-dest .choosePlanet {
    text-align: center;
  }
  .container-dest .choosePlanet button {
    text-transform: uppercase;
    color: #a3a3a8;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin: 15px;
  }
  .container-dest .text {
    margin: auto;
    text-align: center;
  }
  .container-dest h1 {
    margin: auto;
    text-align: center;
  }
  .container-dest .planetDesc {
    text-align: center;
    margin: auto;
  }
  .container-dest hr {
    margin: 30px auto;
  }
  .container-dest .distance {
    display: block;
    margin: auto;
    text-align: center;
  }
  .container-dest .avg {
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .dest-bg {
    background: url(/assets/destination/background-destination-mobile.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .nav {
    display: none;
  }
  .container-dest {
    font-family: "Space Mono", monospace;
    display: block !important;
    margin: auto;
  }
  .container-dest .imgPlanet {
    margin-left: 50px auto !important;
    background-size: 90% !important;
    background-position-x: 50%;
  }
  .container-dest .choose {
    display: block;
    text-align: center;
    padding: 0;
  }
  .container-dest .choosePlanet {
    text-align: center;
  }
  .container-dest .choosePlanet button {
    text-transform: uppercase;
    color: #a3a3a8;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin: 15px;
  }
  .container-dest .text {
    margin: auto;
    text-align: center;
  }
  .container-dest h1 {
    margin: auto;
    text-align: center;
  }
  .container-dest .planetDesc {
    text-align: center;
    margin: auto;
  }
  .container-dest hr {
    margin: 30px auto;
  }
  .container-dest .distance {
    display: block;
    margin: auto;
    text-align: center;
  }
  .container-dest .avg {
    margin: 0;
    margin-bottom: 20px;
  }
}
.crew-bg {
  background: url(../assets/crew/background-crew-desktop.jpg) no-repeat center center fixed;
  background-size: cover;
}

.container-crew {
  padding: 0;
  margin: 200px 0px 0 100px;
  font-family: "Space Mono", monospace;
}
.container-crew h3 {
  font-size: 25px;
  margin: 200px 0;
  color: #aaafcc;
  text-transform: uppercase;
}
.container-crew h3 .two {
  color: #a3a3a8;
}
.container-crew h2 {
  font-size: 32px;
  color: #aaafcc;
  text-transform: uppercase;
}
.container-crew h1 {
  font-size: 60px;
  margin: 5px 25px 30px 5px;
  color: #a3a3a8;
  text-transform: uppercase;
  font-family: "Trispace", sans-serif;
}
.container-crew h4 {
  font-size: 23px;
  color: #aaafcc;
  width: 40%;
  font-weight: 100;
}
.container-crew .btnPagination {
  width: 50%;
  margin: 80px 0;
}
.container-crew .btnPagination button {
  background-color: #a3a3a8;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50vh;
  margin: 0 10px;
}
.container-crew .btnPagination .active--pag {
  background-color: #fff;
}
.container-crew .imgPeople {
  background: url(../assets/crew/image-douglas-hurley.png) no-repeat;
  background-size: cover !important;
  width: 500px;
  height: 700px;
  position: fixed;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 900px) {
  .crew-bg {
    background: url(/assets/crew/background-crew-tablet.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .nav {
    display: none;
  }
  .container-crew {
    display: block !important;
    margin: 0 !important;
  }
  .container-crew h3 {
    margin: 10px;
    text-align: center;
    font-size: 25px;
    color: #aaafcc;
    text-transform: uppercase;
  }
  .container-crew h3 .two {
    color: #a3a3a8;
  }
  .container-crew h2 {
    position: relative;
    margin: 10px;
    text-align: center;
    font-size: 32px;
    color: #aaafcc;
    text-transform: uppercase;
  }
  .container-crew h1 {
    position: relative;
    margin: 0;
    text-align: center;
    font-size: 60px;
    color: #a3a3a8;
    text-transform: uppercase;
    font-family: "Trispace", sans-serif;
  }
  .container-crew h4 {
    margin: 15px auto;
    text-align: center;
    font-size: 15px;
    color: #aaafcc;
    width: 80%;
    font-weight: 100;
  }
  .btnPagination {
    text-align: center;
    width: 20%;
    margin: 15px auto !important;
  }
  .btnPagination button {
    background-color: #a3a3a8;
    width: 15px !important;
    height: 15px !important;
    border: 0;
    border-radius: 50vh;
    margin: 0 10px;
  }
  .btnPagination .active--pag {
    background-color: #fff;
  }
  .imgPeople {
    position: absolute !important;
    bottom: 0;
    left: 50% !important;
    transform: translate(-50%) !important;
  }
}
@media screen and (max-width: 500px) {
  .crew-bg {
    background: url(/assets/crew/background-crew-mobile.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .nav {
    display: none;
  }
  .container-crew {
    display: block !important;
    margin: 0;
  }
  .container-crew h3 {
    font-size: 20px;
    color: #aaafcc;
    text-transform: uppercase;
  }
  .container-crew h3 .two {
    color: #a3a3a8;
  }
  .container-crew h2 {
    font-size: 27px;
    color: #aaafcc;
    text-transform: uppercase;
  }
  .container-crew h1 {
    font-size: 50px;
    color: #a3a3a8;
    text-transform: uppercase;
    font-family: "Trispace", sans-serif;
  }
  .container-crew h4 {
    font-size: 18px;
    color: #aaafcc;
    width: 90%;
    font-weight: 100;
  }
  .container-crew .btnPagination {
    width: 50%;
  }
  .container-crew .btnPagination button {
    background-color: #a3a3a8;
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50vh;
    margin: 0 5px;
  }
  .container-crew .btnPagination .active--pag {
    background-color: #fff;
  }
  .container-crew .imgPeople {
    position: absolute !important;
    bottom: 0;
    left: 50% !important;
    transform: translate(-50%) !important;
    width: 100%;
    height: 50%;
  }
}
.tech-bg {
  background: url(../assets/technology/background-technology-desktop.jpg) no-repeat center center fixed;
  background-size: cover;
}

h3 {
  color: #aaafcc;
  margin: 150px 50px;
  text-transform: uppercase;
}
h3 .three {
  color: #a3a3a8;
}

.main {
  display: grid;
  grid-template-columns: repeat(3, auto);
  color: white;
}

.container-tech {
  display: block;
  font-family: "Space Mono", monospace;
  width: auto;
  margin: 200px;
}
.container-tech .buttons-pag button {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50vh;
  border: 1px solid white;
  background: transparent;
  margin: 20px 0;
  color: white;
  font-size: 30px;
}
.container-tech .buttons-pag button:hover {
  background-color: #a3a3a8;
  color: black;
  border-color: #a3a3a8;
}
.container-tech .active__pag {
  background-color: white !important;
  color: black !important;
}
.container-tech h4 {
  text-transform: uppercase;
  color: #aaafcc;
  font-family: "Trispace", sans-serif;
}
.container-tech h1 {
  color: #a3a3a8;
  text-transform: uppercase;
  font-size: 45px;
  font-family: "Trispace", sans-serif;
  margin: 15px 0;
}
.container-tech p {
  color: #aaafcc;
  font-family: "Space Mono", monospace;
  line-height: 30px;
  width: 58%;
}
.container-tech .description {
  margin: 10px 10px 10px 20px;
}
.container-tech .imgRocket {
  background: url("../assets/technology/image-launch-vehicle-portrait.jpg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 5;
  width: 440px;
  height: 480px;
  margin-right: 10px;
}

@media screen and (max-width: 900px) {
  .tech-bg {
    background: url(/assets/technology/background-technology-tablet.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .nav {
    display: none;
  }
  h3 {
    color: #aaafcc;
    margin: 0;
    text-transform: uppercase;
  }
  h3 .three {
    color: #a3a3a8;
  }
  .main {
    display: block;
    color: white;
  }
  .container-tech {
    display: block;
    font-family: "Space Mono", monospace;
    width: auto;
    margin: 0;
    text-align: center;
  }
  .container-tech .buttons-pag button {
    text-align: center;
    display: inline;
    width: 50px;
    height: 50px;
    border-radius: 50vh;
    border: 1px solid white;
    background: transparent;
    margin: 280px auto 50px auto;
    color: white;
    font-size: 30px;
  }
  .container-tech .buttons-pag button:hover {
    background-color: #a3a3a8;
    color: black;
    border-color: #a3a3a8;
  }
  .container-tech .active__pag {
    background-color: white !important;
    color: black !important;
  }
  .container-tech h4 {
    text-transform: uppercase;
    color: #aaafcc;
    font-family: "Trispace", sans-serif;
    text-align: center;
    margin-top: 0px;
  }
  .container-tech h1 {
    color: #a3a3a8;
    text-transform: uppercase;
    font-size: 45px;
    font-family: "Trispace", sans-serif;
    margin: 25px auto;
    text-align: center;
  }
  .container-tech p {
    color: #aaafcc;
    font-family: "Space Mono", monospace;
    line-height: 30px;
    width: 75%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .container-tech .description {
    margin: 0px;
  }
  .container-tech .imgRocket {
    margin: 0;
    background: url("../assets/technology/image-launch-vehicle-landscape.jpg") no-repeat;
    background-size: cover;
    z-index: 5;
    width: 90%;
    height: 20%;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .tech-bg {
    background: url(/assets/technology/background-technology-tablet.jpg) no-repeat center center fixed;
    background-size: cover;
  }
  .header .nav {
    display: none;
  }
  h3 {
    color: #aaafcc;
    margin: 0;
    text-transform: uppercase;
  }
  h3 .three {
    color: #a3a3a8;
  }
  .main {
    display: block;
    color: white;
  }
  .container-tech {
    display: block;
    font-family: "Space Mono", monospace;
    width: auto;
    margin: 0;
    text-align: center;
  }
  .container-tech .buttons-pag button {
    text-align: center;
    display: inline;
    width: 50px;
    height: 50px;
    border-radius: 50vh;
    border: 1px solid white;
    background: transparent;
    margin: 350px auto 50px auto;
    color: white;
    font-size: 30px;
  }
  .container-tech .buttons-pag button:hover {
    background-color: #a3a3a8;
    color: black;
    border-color: #a3a3a8;
  }
  .container-tech .active__pag {
    background-color: white !important;
    color: black !important;
  }
  .container-tech h4 {
    text-transform: uppercase;
    color: #aaafcc;
    font-family: "Trispace", sans-serif;
    text-align: center;
    margin-top: 0px;
  }
  .container-tech h1 {
    color: #a3a3a8;
    text-transform: uppercase;
    font-size: 45px;
    font-family: "Trispace", sans-serif;
    margin: 25px auto;
    text-align: center;
  }
  .container-tech p {
    color: #aaafcc;
    font-family: "Space Mono", monospace;
    line-height: 30px;
    width: 75%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .container-tech .description {
    margin: 0px;
  }
  .container-tech .imgRocket {
    margin: 0;
    background: url("../assets/technology/image-launch-vehicle-landscape.jpg") no-repeat center center fixed;
    background-size: cover;
    z-index: 5;
    width: 90%;
    height: 300px;
    left: 50%;
    top: 15%;
    transform: translateX(-50%);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
 */

/*# sourceMappingURL=main.css.map */
