@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;900&display=swap");
:root {
  --black: #231F20;
  --white: #FFF;
  --grey: #cacaca;
  --purple: #570090;
  --dark-purple: #480375;
  --boldBlack: 900;
}

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

html {
  font-size: 10px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--black);
}

header {
  z-index: 2;
  display: flex;
  align-items: center;
  width: 85vw;
  justify-content: space-between;
  background-color: var(--white);
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
header::after {
  content: "";
  background-color: var(--black);
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
}
header .header-container {
  z-index: 2;
  display: flex;
  align-items: center;
  width: 85vw;
  justify-content: space-between;
}
header .hamburger {
  padding: 0.2em 0.5em;
  padding-right: 0px;
  font-size: 4rem;
  cursor: pointer;
  color: var(--black);
  display: none;
}
header .logo-and-name {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .logo-and-name .logo-img {
  min-width: 5rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
header .logo-and-name .site-name {
  font-size: clamp(2.2rem, 2vw, 3rem);
  color: var(--black);
  text-decoration: none;
  font-weight: var(--boldBlack);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
header .menu {
  list-style: none;
  display: flex;
  isolation: isolate;
  font-size: 2rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
header .menu li a {
  text-decoration: none;
  color: var(--black);
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header .menu li.active a {
  border-bottom: 3px solid var(--black);
}

footer {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 85vw;
  justify-content: space-between;
  margin: 0 auto;
  letter-spacing: 1px;
  bottom: 50px;
  height: 55px;
  font-size: 1.6rem;
  background-color: var(--white);
}
footer::after {
  content: "";
  background-color: var(--black);
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  top: 0px;
}
footer .menu {
  list-style: none;
  display: flex;
  isolation: isolate;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
footer .menu li a {
  text-decoration: none;
  color: var(--black);
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sectionContainer {
  max-width: 85vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.sectionContainer div {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30%;
}

#fp-nav ul li .fp-tooltip.fp-right {
  color: var(--black);
}

.hero {
  display: flex;
  flex-direction: column;
}
.hero .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  text-transform: uppercase;
  position: relative;
  top: -87px;
}
.hero h2 {
  font-size: 7rem;
  position: relative;
  color: var(--white);
  letter-spacing: 0.12em;
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke-color: var(--black);
  -webkit-text-stroke-width: 8px;
}
.hero h2::after {
  content: "Launch Your Idea";
  position: absolute;
  inset: 0;
  color: white;
  -webkit-text-fill-color: var(--white);
  -webkit-text-stroke-color: var(--black);
  -webkit-text-stroke-width: 0px;
}
.hero h3 {
  letter-spacing: 0.04em;
  font-size: 4.5rem;
}
.hero #hero-img {
  position: relative;
  bottom: 430px;
  max-height: 60%;
  z-index: -1;
  margin-top: 4rem;
}
.hero .hero-button {
  font-size: 3rem;
  font-weight: var(--boldBlack);
  background-color: var(--purple);
  color: var(--white);
  padding: 0.6em 2.3em;
  border-radius: 0.5em;
  letter-spacing: 0.1em;
  margin-top: 3rem;
  text-decoration: none;
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.hero .hero-button:hover {
  background-color: var(--dark-purple);
  box-shadow: rgba(103, 2, 121, 0.3) 0px 19px 38px, rgba(103, 2, 121, 0.3) 0px 15px 12px;
  transform: translateY(-0.2em);
}

.process {
  display: flex;
  justify-content: space-between;
}
.process .process-text {
  display: flex;
  flex-direction: column;
  max-width: 60rem;
  align-items: flex-start;
}
.process .process-text h2 {
  font-size: 6rem;
  position: relative;
  color: var(--black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  left: -4px;
}
.process .process-text p {
  font-size: 2.4rem;
  margin-top: 3rem;
}
.process #process-img {
  max-height: 100%;
  z-index: -1;
}

.plans {
  display: flex;
  flex-direction: column;
}
.plans .plans-header {
  display: flex;
  justify-content: flex-start;
}
.plans .plans-header h2 {
  font-size: 6rem;
  position: relative;
  color: var(--black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  left: -4px;
}
.plans .cards-container {
  justify-content: space-between;
  margin-top: 4rem;
}
.plans .cards-container .card {
  display: flex;
  flex-direction: column;
  padding-top: 4em;
  padding-bottom: 5em;
  border: 0.3rem solid var(--black);
  border-radius: 0.5em;
  max-width: 30vw;
  transition: all 0.3s;
}
.plans .cards-container .card:hover {
  border-color: var(--dark-purple);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.plans .cards-container .card:hover i,
.plans .cards-container .card:hover h3,
.plans .cards-container .card:hover p {
  color: var(--dark-purple);
  transform: translateY(-0.2rem);
}
.plans .cards-container .card i {
  font-size: 5rem;
  color: var(--black);
  transition: all 0.3s;
}
.plans .cards-container .card h3 {
  letter-spacing: 0.03rem;
  font-size: clamp(3vw, 3.75rem, 7vw);
  text-transform: uppercase;
  margin-top: 1rem;
  transition: all 0.3s;
}
.plans .cards-container .card p {
  font-size: clamp(1vw, 2rem, 5vw);
  text-align: center;
  max-width: 20vw;
  line-height: 1.5em;
  margin-top: 3rem;
  transition: all 0.3s;
}
.plans .cards-container .card a {
  background-color: var(--black);
  cursor: pointer;
  font-size: 3rem;
  font-weight: var(--boldBlack);
  color: var(--white);
  padding: 0.5em 1.2em;
  border-radius: 0.5em;
  letter-spacing: 0.1em;
  margin-top: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.plans .cards-container .card a:hover {
  background-color: var(--dark-purple);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: translateY(-0.2em);
}

.takeoff {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.takeoff .takeoff-text {
  display: flex;
  flex-direction: column;
  max-width: 60rem;
  align-items: flex-start;
}
.takeoff .takeoff-text h2 {
  font-size: 6rem;
  position: relative;
  color: var(--black);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  left: -4px;
}
.takeoff .takeoff-text p {
  font-size: 2.4rem;
  margin-top: 3rem;
}
.takeoff #takeoff-img {
  max-height: 100%;
  z-index: -1;
}
.takeoff .input-fields {
  padding-top: 0rem;
  display: flex;
  flex-direction: column;
}
.takeoff .input-fields .default-input,
.takeoff .input-fields textarea {
  padding: 0.5rem;
  width: 100%;
  border: 0.3rem solid var(--black);
  margin-top: 3rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: var(--black);
  line-height: 1.65em;
  border-width: 2px;
  border-radius: 0.5em;
}
.takeoff .input-fields .default-input::-moz-placeholder, .takeoff .input-fields textarea::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}
.takeoff .input-fields .default-input::placeholder,
.takeoff .input-fields textarea::placeholder {
  color: var(--black);
  opacity: 1;
}
.takeoff .input-fields .default-input:focus, .takeoff .input-fields .default-input:focus-visible,
.takeoff .input-fields textarea:focus,
.takeoff .input-fields textarea:focus-visible {
  outline: none;
}
.takeoff .input-fields .input-button {
  background-color: var(--black);
  cursor: pointer;
  align-self: start;
  font-size: 3rem;
  font-weight: var(--boldBlack);
  color: var(--white);
  padding: 0.5em 1.2em;
  border-radius: 0.5em;
  letter-spacing: 0.1em;
  margin-top: 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}
.takeoff .input-fields .input-button:hover {
  background-color: var(--dark-purple);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transform: translateY(-0.2em);
}

@media (min-width: 1920px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1705px) and (min-height: 1750px) {
  .hero #hero-img {
    bottom: 24vh;
    max-height: 60%;
  }
  .hero .hero-text {
    top: -2vh;
  }
}
@media (max-width: 1780px) and (min-height: 1020px) {
  .hero #hero-img {
    bottom: 24vh;
    max-height: 60%;
  }
  .hero .hero-text {
    top: -2vh;
  }
}
@media (max-width: 1500px) {
  html {
    font-size: 9.5px;
  }
  .hero #hero-img {
    bottom: 14vh;
  }
  .hero .hero-text {
    top: 5vh;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1200px) {
  html {
    font-size: 8.5px;
  }
}
@media (max-width: 1000px) {
  .hero #hero-img {
    bottom: 2vh;
  }
}
@media (max-width: 1780px) and (max-height: 800px) {
  .hero #hero-img {
    bottom: 20vh;
    max-height: 65vh;
  }
}
@media (max-width: 900px) {
  header {
    position: sticky;
    top: 0px;
    z-index: 1;
    min-width: 85vw;
  }
  footer {
    position: fixed;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  header .hamburger {
    display: block;
  }
  header nav {
    transition: height 600ms cubic-bezier(0, 0.89, 0.58, 1);
    height: 0;
    overflow: hidden;
    flex: 0 0 100%;
  }
  header nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  header nav ul li:last-of-type {
    margin-bottom: 0.75em;
  }
  header nav ul li a {
    padding: 0.45em;
    margin: 0.4em 0em;
    border-radius: 0.5em;
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    width: 85vw;
  }
  header nav ul li.active a {
    border-radius: 0;
  }
  header > div.header-container {
    flex-wrap: wrap;
  }
  .hero h2 {
    font-size: clamp(6vw, 6.5rem, 12vw);
  }
  #process-container {
    flex-direction: column;
    justify-content: center;
    position: relative;
    top: -25vw;
  }
  #process-container .process-text {
    align-self: center;
  }
  #process-container .process-text h2 {
    left: 0;
  }
  #process-container #process-img {
    max-height: 60%;
  }
  .plans {
    position: relative;
    top: -20vw;
  }
  .plans .plans-header h2 {
    left: 0;
    margin: 0 auto;
  }
  .plans .cards-container {
    flex-direction: column;
    row-gap: 5rem;
  }
  .plans .cards-container .card {
    max-width: 60vw;
  }
  .plans .cards-container .card p {
    max-width: 55rem;
    margin: 0 1em;
    font-size: 2.3rem;
  }
  .plans .cards-container .card a {
    font-size: clamp(2.4vw, 2.4rem, 7vw);
  }
  #takeoff-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -10vw;
  }
  #takeoff-container #takeoff-img {
    min-width: 85vw;
  }
}
@media (max-width: 900px) {
  footer {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 715px) {
  .hero #hero-img {
    bottom: 2vh;
  }
  .hero .hero-text {
    top: 10vh;
  }
}
@media (max-width: 1800px) and (max-height: 800px) {
  .hero #hero-img {
    bottom: 5vh;
  }
  .hero .hero-text {
    top: 5vh;
  }
  h2 {
    font-size: clamp(3vw, 5rem, 8vw);
  }
  body > footer > nav > ul {
    align-items: center;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */