@font-face {
  font-family: "FuturaPT";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/FuturaPT/FuturaPTBook.otf") format("opentype");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: normal;
  font-style: oblique;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/FuturaPT/FuturaPTBookOblique.otf") format("opentype");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/FuturaPT/FuturaPTDemi.otf") format("opentype");
}

@font-face {
  font-family: "FuturaPT";
  font-weight: bold;
  font-style: oblique;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("../fonts/FuturaPT/FuturaPTDemiOblique.otf") format("opentype");
}

* {
  box-sizing: border-box;
  font-family: "FuturaPT";
  font-weight: normal;
}

html {
  font-size: 16px;
}

body {
  margin: 0px;
  overflow: auto;
}

.oblique {
  font-style: oblique;
}

.bold {
  font-weight: bold;
}

.container {
  max-width: 1700px;
  width: 100%;
  margin: 0px auto;
  padding: 1em;
  background: #232c38;
}

.landing-section {
  position: relative;
  color: #fff;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  /* height: 100vh; */
  /* height: calc(var(--vh, 1vh) * 100); */
  overflow: hidden;
}

.landing-section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to right, #00a, #0ad); */
  background: #000;
  animation: 0.4s ease-in 0.7s forwards fade-in-bg;
  z-index: -1;
}

.landing-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background: url("../images/shared/Blue-Background-72-DPI-Whole-BG-01.png"); */
  background: #000;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -2;
}

@keyframes fade-in-bg {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.white-bar {
  position: absolute;
  bottom: 0px;
  left: 50%;
  min-width: 1920px;
  margin-left: -50%;
}

.bg-img1,
.bg-img2,
.bg-img3 {
  position: absolute;
  display: block;
  height: 18rem;
  width: 18rem;
  opacity: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  animation: 0.5s ease-in 0.7s reverse forwards fade-in-bg,
    2s ease-in-out 1.2s infinite alternate-reverse pulse;
}

@keyframes pulse {
  0% {
    opacity: 0.25;
  }

  100% {
    opacity: 1;
  }
}

.bg-img1 {
  background-image: url("../images/landing/BG-Element-1-72-DPI.png");
  /* background: #f00; */
  top: -1.5rem;
  left: 26rem;
}

.bg-img2 {
  background-image: url("../images/landing/BG-Element-2-72-DPI.png");
  bottom: 11rem;
  left: -4.25rem;
}

.bg-img3 {
  background-image: url("../images/landing/BG-Element-3-72-DPI.png");
  bottom: 7rem;
  left: 27%;
}

.navigation-mobile {
  display: none;
}

.navigation {
  overflow: visible;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.navigation img {
  float: left;
}

.navigation-links {
  float: right;
}

.navigation-links a {
  color: #fff;
  margin: 1em;
  padding: 0.25em 2em;
  text-decoration: none;
  font-size: 1.5rem;
}

.navigation-links a:hover {
  /* font-weight: bold; */
  text-shadow: -0.5px 0 #fff, 0 0.5px #fff, 0.5px 0 #fff, 0 -0.5px #fff;
}

.navigation-links a.active {
  color: #000;
  background: #fff;
  border-radius: 50%/200%;
}

.altus-logo {
  width: 300px;
}

.main-view {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  margin-top: 5vh;
}

.main-image {
  width: 50%;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
}

.side-text {
  width: 45%;
  font-size: 2rem;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both 0.4s;
  z-index: 2;
}

.gradient-btn {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  background-image: linear-gradient(135deg, #0ae, #0ea);
  border: none;
  color: #fff;
  padding: 0.25em 2em;
  border-radius: 50%/200%;
  z-index: 5;
  cursor: pointer;
}

.footer {
  position: relative;
  background-image: linear-gradient(to top right, #000, #000);
  padding: 2rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  overflow: hidden;
}

.footer-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.footer-logo {
  width: 17%;
  max-width: 250px;
  /* margin: 0px auto 2rem; */
}

.social-links {
  width: 17%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-links {
  width: 60%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-links a {
  text-decoration: none;
  font-size: 1.75rem;
  letter-spacing: 0.75rem;
  color: #fff;
}

.footer-copyright {
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  margin: 0px;
}

.footer-bg-img1,
.footer-bg-img2 {
  position: absolute;
  display: block;
  height: 10rem;
  width: 10rem;
  opacity: 1;
  background-image: url("../images/landing/BG-Element-3-72-DPI.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-bg-img1 {
  transform: rotateZ(-45deg);
  left: -4.5rem;
  top: -3rem;
  z-index: 1;
}

.footer-bg-img2 {
  right: -5rem;
  top: 0px;
  z-index: 1;
}

.hidden {
  display: none;
}

.modal {
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translate(0, -50%);
  border-radius: 15px;
  max-width: 640px;
  width: 100%;
  background: #fff;
  --modal-padding: 15px;
  padding: var(--modal-padding);
  z-index: 2;
}

.modal hr {
  position: relative;
  left: calc(var(--modal-padding) * -1);
  width: calc(100% + var(--modal-padding) * 2);
}

.modal h2 {
  margin-top: 0px;
  margin-bottom: var(--modal-padding);
}

.information-form {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  grid-template-areas:
    "company company company company company company"
    "city city city state state state"
    "fname fname fname lname lname lname"
    "email email email title title submit";
  overflow: auto;
  gap: var(--modal-padding);
  align-items: end;
}

.information-form label {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
}

.information-form input,
.information-form select {
  width: 100%;
  background: #aaddff55;
  border: none;
  border-radius: 5px;
  border-width: 1px;
  padding: 0.75em 0.5em;
  font-size: 1rem;
}

.information-form option {
  background: #fff;
}

.company-input-wrapper {
  grid-area: company;
}

.city-input-wrapper {
  grid-area: city;
}

.state-input-wrapper {
  grid-area: state;
}

.fname-input-wrapper {
  grid-area: fname;
}

.lname-input-wrapper {
  grid-area: lname;
}

.title-input-wrapper {
  grid-area: title;
}

.email-input-wrapper {
  grid-area: email;
}

.information-form .submit-btn {
  grid-area: submit;
  color: #09f;
  border: 1px solid #09f;
  border-radius: 1em;
  background: #fff;
  height: 2em;
  line-height: 2em;
  padding: 0px;
  margin-bottom: 0.5em;
  transition: 0.3s color, 0.3s background;
}

.information-form .submit-btn:hover {
  background: #09f;
  color: #fff;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.heading-keyword {
  font-style: normal;
  /* font-weight: bold; */
  letter-spacing: 0.7rem;
}

.heading-space {
  letter-spacing: 0.7rem;
  color: #f1cc23;
}

.side-text p {
  line-height: 1.25em;
}

.section-footer .container {
  /* bottom: 0px; */
  display: flex;
  height: 50%;
  justify-content: space-between;
  align-items: flex-end;
  background: #000;
}

.section-footer {
  display: flex;
  /* position: absolute; */
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #b3b3b3;
  text-align: center;
  background: #000;
  padding-top: 60px;
  /* background-image: url("../images/shared/Website-White-Bar.svg");
  background-position: top; */
  /* max-height: 300px;
  height: 30vmax;
  background-repeat: no-repeat;
  background-size: cover; */
  flex-direction: row;
  justify-content: space-around;
  z-index: 0;
}

.section-footer-heading {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.section-footer-heading img {
  height: 1.8rem;
  margin-right: 1em;
}

.section-footer a {
  color: #775;
  text-decoration: none;
}

.location-text {
  float: right;
  text-align: left;
}

.jobs-link {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  /* .landing-section {
    min-height: max(100vh, 900px);
  } */
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 14px;
  }

  .main-view {
    margin-top: 6vh;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 12px;
  }

  .main-view {
    margin-top: 8vh;
  }

  .section-footer .container {
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 1024px) {
  .navigation-mobile {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5vw;
    z-index: 5;
  }

  .altus-logo-small {
    height: 30px;
  }

  .menu-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .menu-btn h1 {
    margin: 0px;
    color: #bbb;
    font-size: 2rem;
    margin-right: 1em;
  }

  .hamburger {
    position: relative;
    width: 24px;
    height: 18px;
  }

  .hamburger-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #bbb;
    transition: all 0.25s linear;
  }

  .navigation-mobile.closed .hamburger .hamburger-line:nth-child(1) {
    top: 0px;
  }

  .navigation-mobile.closed .hamburger .hamburger-line:nth-child(2) {
    top: calc(50% - 1px);
  }

  .navigation-mobile.closed .hamburger .hamburger-line:nth-child(3) {
    top: 100%;
  }

  .navigation-mobile.open .hamburger .hamburger-line:nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }

  .navigation-mobile.open .hamburger .hamburger-line:nth-child(2) {
    opacity: 0;
    top: calc(50% - 1px);
  }

  .navigation-mobile.open .hamburger .hamburger-line:nth-child(3) {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .menu {
    position: fixed;
    top: 49px;
    width: 100%;
    left: 0px;
    overflow: hidden;
    background: #fff;
    padding: 0px 1em;
    transform-origin: top center;
    max-height: calc((4rem + 6vh) * 4);
    transition: 0.5s max-height;
  }

  .closed .menu {
    max-height: 0vh;
  }

  .open .menu {
    max-height: calc((4rem + 6vh) * 4);
  }

  .menu a {
    display: block;
    font-size: 3rem;
    color: #888;
    text-decoration: none;
    padding: 3vh 0px;
  }

  .navigation {
    display: none;
  }

  .side-text {
    text-align: center;
    margin-top: 5vh;
  }

  .heading-keyword {
    letter-spacing: 0.5rem;
  }

  .heading-space {
    letter-spacing: 0.5rem;
  }

  .main-view {
    /* position: relative; */
    margin-top: 20vh;
    flex-direction: column-reverse;
  }

  .section-footer .container {
    padding-top: 0px;
    padding-bottom: 1rem;
  }

  .section-footer-heading {
    flex-direction: column-reverse;
    font-size: 1rem;
  }

  .section-footer-heading img {
    height: 4rem;
    margin: 0px;
  }

  .section-footer-heading h1 {
    margin-bottom: 0px;
  }

  .bg-img1 {
    top: 2rem;
    left: -2rem;
  }

  .bg-img3 {
    left: auto;
    right: -5rem;
    bottom: 9rem;
  }

  .section-footer-heading {
    width: 33.3333%;
  }

  .modal {
    right: 50%;
    transform: translate(50%, -50%);
  }
}

@media screen and (max-width: 975px) and (max-height: 1080px) {
  .side-text {
    margin-top: 2vh;
  }
}

@media screen and (max-width: 975px) {
  .side-text {
    width: 60%;
  }

  a {
    width: 60%;
  }

  .footer {
    text-align: center;
  }

  .footer a {
    width: 100%;
  }

  .social-links {
    width: 50%;
  }

  .footer-top,
  .footer-bottom,
  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    width: 50%;
  }

  .footer-links {
    margin-top: 2vh;
  }

  .footer-links a {
    margin-top: 4rem;
  }

  .footer-bottom {
    margin-top: 5vh;
  }

  .footer-copyright {
    margin-top: 2vh;
  }

  .footer-bg-img1,
  .footer-bg-img2 {
    width: 22rem;
    height: 22rem;
  }

  .footer-bg-img1 {
    left: -15%;
    top: 20%;
  }

  .footer-bg-img2 {
    right: -15%;
    top: auto;
    bottom: 20%;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 650px) {
  .side-text {
    width: 75%;
  }

  .main-image {
    width: 75%;
  }
}

@media screen and (max-width: 510px) {
  html {
    font-size: 8px;
  }

  .side-text {
    width: 90%;
  }

  .main-image {
    width: 90%;
  }

  .side-text {
    margin-top: 5vh;
  }

  .bg-img2 {
    display: none;
  }

  .bg-img3 {
    bottom: 0px;
    top: 6rem;
    right: -9rem;
    transform: rotate(-45deg);
  }

  /* .section-footer {
    background-image: url("../images/shared/White-Bar-Mobile.svg");
    background-position: bottom;
  } */

  .fixed {
    position: fixed;
    bottom: 0px;
  }

  .modal {
    position: fixed;
    top: 10vh;
    right: 0px;
    width: 100%;
    transform: none;
  }

  .modal,
  .information-form input,
  .information-form select {
    font-size: 1.5rem;
  }

  .information-form {
    grid-template-areas:
      "company company company company company company"
      "city city city city city city"
      "state state state state state state"
      "fname fname fname fname fname fname"
      "lname lname lname lname lname lname"
      "email email email email email email"
      "title title title title title title"
      "..... ..... submit submit ..... .....";
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 7.75px;
  }

  .altus-logo-small {
    height: 20px;
  }

  .social-links img {
    width: 50%;
  }
}

@media screen and (max-width: 350px) {
  .section-footer .container {
    padding-bottom: 1vh;
  }

  .section-footer-heading img {
    height: 3.5rem;
  }
}

@media screen and (device-width: 414px) and (device-height: 896px) {
  .landing-section {
    min-height: calc(100vh - 110px);
  }
}