:root {
  --text-color: #3f4560;
  --text-color-medium: #646c8d;
  --almost-black: #252636;
  --body-color: #e0e0e0;
  --light-blue: #008bd2;
}

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  background: var(--body-color);
}

.hero {
  width: 100%;
  height: 100vh;
  min-height: 1080px;
  background-color: var(--almost-black);
  background-image: url(../assets/plane-1920.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

header {
  padding: 30px 44px;
}

.cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  width: 100%;
}

h1 {
  color: #fff;
  font-family: "Quatro", sans-serif;
  font-size: 74px;
  font-weight: 400;
  margin: 96px 0 48px;
  text-align: center;
  letter-spacing: 0.02em;
}

h1 br {
  display: none;
}

h2 {
  font-family: "Quatro Bold", sans-serif;
  font-size: 24px;
  margin: 24px 0;
}

h3 {
  color: var(--text-color-medium);
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 24px 0;
}

a.cta-btn {
  background-color: #fff;
  border: none;
  border-radius: 25px;
  color: #3f4560;
  cursor: pointer;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  outline: none;
  padding: 16px 72px;
  text-align: center;
  text-decoration: none;
}

.coming-soon-banner {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  height: 90px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #10234080;
  position: absolute;
  bottom: 0;
  left: 0;
}

.coming-soon-icon {
  background-image: url(../assets/tools.svg);
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}

.coming-soon-text {
  padding: 0 16px;
}

.about {
  display: flex;
}

.about__content--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: #fff;
  width: 50%;
}

.about__content {
  /* max-width: 940px; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  padding: 50px 24px;
  width: 66%;
}

.about__video {
  /* display: block;
  height: 100%;
  aspect-ratio: 7 / 4; */
  flex: 1;
  width: 50%; 
}

.about__text {
  text-align: center;
}

.info {
  display: flex;
}

.info__copy--container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  background: #fff;
}

.info__copy {
  width: 66%;
}

.info__divider {
  width: 41px;
  border-top: 2px solid var(--light-blue);
}

.info__img {
  flex: 1;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 7 / 4;
}

.info__img.info__img--tail {
  background-image: url(../assets/tail-1920.jpg);
}

.info__img.info__img--wing {
  background-image: url(../assets/wing-1920.jpg);
}

.learn-more {
  border: 1px solid var(--light-blue);
  border-radius: 3px;
  color: var(--light-blue);
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  padding: 12px 24px;
}

.hiring {
  display: flex;
  justify-content: center;
  margin: 200px 0;
}

.hiring__card {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 75px 0px #00000017;
  width: 80%;
  padding: 90px 155px 100px;
  text-align: center;
  max-width: 1087px;
}

.hiring__text {
  margin: 24px auto;
  max-width: 80%;
}

.positions__container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

.positions__item {
  box-shadow: 0px 4px 13px 0px #9ecbff40;
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.footer__cta {
  width: 100%;
  height: 446px;
  background-image: url(../assets/USAJet-footer-1920.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__cta--heading {
  color: #fff;
}

footer {
  background-color: var(--almost-black);
  padding: 171px 116px 116px;
  height: 587px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__upper {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

footer img.logo {
  width: 270px;
  height: 78px;
}

.location__heading,
.location__text,
.social__heading {
  color: #fff;
}

.social__icons {
  display: flex;
  gap: 16px;
}

.footer__lower {
  border-top: 1px solid #fff;
}

.copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

@media (hover: hover) {
  a.cta-btn:hover {
    background-color: var(--light-blue);
    color: #fff;
  }

  .learn-more:hover {
    background-color: var(--light-blue);
    color: #fff;
  }
}

/**
 * Laptop
 */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .hero {
    background-image: url(../assets/plane-1440.jpg);
  }

  .info__img {
    aspect-ratio: 4 / 3;
  }

  .info__img.info__img--tail {
    background-image: url(../assets/tail-1440.jpg);
  }

  .info__img.info__img--wing {
    background-image: url(../assets/wing-1440.jpg);
  }

  h1 {
    font-size: 58px;
  }

  .hiring__text {
    max-width: 100%;
  }

  .footer__cta {
    background-image: url(../assets/USAJet-footer-1440.JPG);
  }
}

/**
 * Tablet
 */
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .hero {
    background-image: url(../assets/plane-tablet.jpg);
    background-position: left;
    background-repeat: no-repeat;
    min-height: 1075px;
  }

  .about__text {
    max-width: 80%;
  }

  .info__img {
    aspect-ratio: 7 / 5;
  }

  .info__img.info__img--tail {
    background-image: url(../assets/tail-tablet.jpg);
  }

  .info__img.info__img--wing {
    background-image: url(../assets/wing-tablet.jpg);
  }

  h1 {
    font-size: 58px;
  }

  h1 br {
    display: inline-block;
  }

  .info .about {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .info.last .info__copy--container .about {
    grid-row: 1;
  }

  .hiring {
    margin: 0;
    background-color: #fff;
  }

  .hiring__card {
    width: 100%;
    box-shadow: none;
    padding: 212px 86px 86px;
  }

  .footer__cta {
    background-image: url(../assets/USAJet-footer-tablet-1.JPG);
  }

  footer {
    height: auto;
  }

  .footer__upper {
    flex-wrap: wrap;
    padding-bottom: 148px;
  }

  .footer__upper .logo {
    order: 3;
    flex: 1;
  }

  .footer__upper .location {
    order: 2;
  }

  .footer__upper .social {
    order: 1;
  }
}

/**
 * Mobile
 */
@media screen and (max-width: 599px) {
  header {
    padding: 20px;
  }

  .hero {
    background-image: url(../assets/plane-mobile.jpg);
    background-position: left;
    background-repeat: no-repeat;
    min-height: 1120px;
  }

  h1 {
    font-size: 32px;
    margin-top: 176px;
  }

  h1 br {
    display: inline-block;
  }

  .cta-btn {
    display: inline-block;
    width: calc(100% - 32px);
  }

  .coming-soon-icon {
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
  }

  .coming-soon-text {
    font-size: 16px;
  }

  .about {
    flex-direction: column-reverse;
  }

  .about__content {
    padding: 64px 24px;
  }

  .about__video {
    min-height: 500px;
    width: 100%;
  }

  .about__content--container {
    flex: 1;
    width: 100%;
    text-align: left;
  }

  .learn-more {
    display: inline-block;
    width: 100%;
    padding: 0 24px;
    text-align: center;
  }

  .info {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .info__copy--container {
    grid-row: 1;
  }

  .info__copy {
    width: 100%;
    padding: 0 24px;
  }

  .info__img {
    aspect-ratio: 2 / 3;
  }

  .info__img.info__img--tail {
    background-image: url(../assets/tail-mobile.jpg);
  }

  .info__img.info__img--wing {
    background-image: url(../assets/wing-mobile.jpg);
  }

  .hiring {
    margin: 0;
    background-color: #fff;
  }

  .hiring__card {
    box-shadow: none;
    padding: 76px 24px;
    width: 100%;
  }

  .positions__container {
    flex-direction: column;
    margin-top: 74px;
  }

  .positions__item h3 {
    margin-bottom: 0;
  }

  .footer__cta {
    height: 767px;
    padding: 24px;
    text-align: center;
    background-image: url(../assets/USAJetFooter-mobile-2.JPG);
  }

  footer {
    padding: 48px;
    height: auto;
  }

  .footer__upper {
    flex-direction: column;
    align-items: center;
    padding: 72px 0;
  }

  .footer__upper .social,
  .footer__upper .location,
  .footer__lower .copyright {
    text-align: center;
  }
}
