.navbar {
  display: flex;
  height: 8rem;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
}

.navbar-toggle-container {
  margin-left: auto;
  margin-right: 1rem;
}

.navbar-logo {
  width: 160px;
  height: 45px;
  margin-left: 1rem;
}

.navbar-toggle-label {
  align-self: flex-end;
  margin-right: 0.6rem;
}

.navbar-toggle {
  display: none;
}

.navbar-ul {
  padding: 0;
  margin: 0;
  display: none;
}

.navbar-toggle:checked ~ .navbar-ul {
  display: block;
}

.navbar-ul-li {
  font-family: futurabook;
  text-transform: uppercase;
  list-style-type: none;
  margin-top: 0.5rem;
}

.navbar-ul-li-link {
  text-decoration: none;
}

@media only screen and (min-width: 1440px) {
  .navbar-toggle-label {
    display: none;
  }

  .navbar-ul {
    height: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: 8rem;
  }

  .navbar-logo {
    margin-left: 8rem;
  }

  .navbar-ul-li {
    margin-left: 1.5rem;
  }

  .navbar-ul-li-link {
    font-family: futuraheavy;
    color: black;
    font-size: 15px;
    line-height: 20px;
  }

  .bob {
    border-style: transparent;
    color: white;
    background: linear-gradient(225.31deg, #ab00ff -34.29%, #007bff 136.11%);
    border-radius: 34px;
    padding: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: center;
  }
}
.hero {
  display: flex;
  flex-direction: column;
  background-image: url("../assets/ZenithImages/images/backgrounds/hero-bg-texture.png");
  background-repeat: no-repeat;
  background-size: 38rem 30rem;
  background-position-x: 50%;
  background-position-y: 0%;
  height: 100vh;
  width: 100vw;
}

.hero-image-card {
  width: 345px;
  height: 116px;
  margin-top: 2.7rem;
  align-self: center;
  filter: drop-shadow(1px 1px 25px rgba(0, 0, 0, 0.25));
}

.hero-title {
  font-family: Futuraheavy;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #393939;
  margin-left: 1rem;
  width: 50%;
}

.hero-image-background {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .hero {
    background-image: url("../assets/ZenithImages/images/backgrounds/hero-bg-texture.png");
    background-size: 100vw;
    background-position-x: 100%;
    background-position-y: 0%;
    justify-content: center;
    display: flex;
  }

  .hero-title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-left: 8rem;
    width: 45%;
    margin-bottom: auto;
    margin-top: 10rem;
  }

  .hero-image-card {
    z-index: 1;
    width: 764px;
    height: 256px;
    align-content: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 22rem;
  }

  .hero-image-background {
    display: block;
    z-index: 0;
    position: absolute;
    bottom: 2.5rem;
    width: 100%;
    margin-bottom: 6rem;
  }
}
.features {
  display: flex;
  flex-direction: column;
}

.features-title {
  font-family: futuraheavy;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  align-self: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: 4rem;
  margin-top: 5rem;
  background-image: linear-gradient(214.19deg, #ab00ff -38.98%, #007bff 134.77%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.features-card-1 {
  display: flex;
  flex-direction: row;
  border-style: solid;
  border-color: #ffff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 1rem;
  margin: 1rem;
}

.features-card-text {
  font-family: futurabook;
  font-weight: 500;
}

.features-image {
  width: 20px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 2rem;
}

.features-card-2 {
  display: flex;
  flex-direction: row;
  border-style: solid;
  border-color: #ffff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 1rem;
  margin: 1rem;
}

.features-card-3 {
  display: flex;
  flex-direction: row;
  border-style: solid;
  border-color: #ffff;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 1rem;
  margin: 1rem;
}

.features-image-dashboard {
  width: 345px;
  height: 245px;
  filter: drop-shadow(1px 1px 25px rgba(0, 0, 0, 0.25));
  -o-object-fit: contain;
     object-fit: contain;
  align-self: center;
  margin-top: 4rem;
  margin-bottom: 10rem;
}

@media only screen and (min-width: 1440px) {
  .features-title {
    font-size: 3rem;
    line-height: 3.5rem;
    margin-bottom: 6rem;
    margin-top: 0;
  }

  .features {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .features-card {
    display: flex;
  }

  .features-image-dashboard {
    width: 1180px;
    height: 840px;
  }
}
.intergration {
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  justify-content: center;
}

.intergration-heading {
  font-family: futuraheavy;
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.7px;
  margin-bottom: 4rem;
  padding-right: 2rem;
  padding-left: 2rem;
  justify-items: center;
  background-position-y: top;
  background-image: linear-gradient(214.19deg, #ab00ff -38.98%, #007bff 134.77%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intergration-images-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 15% 15% 15%;
  -ms-grid-column-align: center;
  width: 90vw;
  height: 100vh;
}

.intergration-images-container :nth-child(2) {
  grid-area: 1/3;
}

.intergration-images-container :nth-child(3) {
  grid-area: 2/1;
}

.intergration-images-container :nth-child(4) {
  grid-area: 2/3;
}

.intergration-images-container :nth-child(5) {
  grid-area: 3/2;
}

.intergration-images {
  width: 115px;
}

.asana {
  margin-top: 6rem;
  align-self: center;
  justify-self: center;
  width: 152px;
  height: 105px;
}

@media only screen and (min-width: 1440px) {
  .intergration {
    margin: 0;
    height: 60vh;
    display: flex;
    flex-direction: column;
  }

  .intergration-heading {
    font-size: 3rem;
    line-height: 3.5rem;
    align-self: center;
    width: 36%;
    margin-bottom: 8rem;
  }

  .intergration-images-container {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 5rem;
    justify-items: center;
    align-items: center;
  }

  .intergration-images-container :nth-child(2) {
    grid-area: 1/2;
  }

  .intergration-images-container :nth-child(3) {
    grid-area: 1/5;
  }

  .intergration-images-container :nth-child(4) {
    grid-area: 1/4;
  }

  .intergration-images-container :nth-child(5) {
    grid-area: 1/3;
  }

  .asana {
    margin-top: 0;
  }
}
.footer {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  background-size: contain;
  background-image: url("../assets/ZenithImages/images/backgrounds/footer-bg-texture.png");
  background: linear-gradient(214.19deg, #ab00ff -38.98%, #007bff 134.77%);
}

.footer-title {
  font-family: futuraheavy;
  color: white;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  align-self: center;
  letter-spacing: 0.5px;
  margin-top: 3rem;
}

.footer-form {
  align-self: center;
  flex-direction: row;
}

.footer-form input {
  border-width: 0;
  border-radius: 34px;
  padding: 0.4rem;
  margin: 0.5rem;
  align-content: space-between;
}

.footer-form-email {
  font-family: futuraheavy;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.352941px;
  background: rgba(255, 255, 255, 0.5);
  width: 13rem;
}

.footer-form-button {
  width: 6rem;
  font-family: futuraheavy;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  mix-blend-mode: screen;
}

.footer-form-button::before {
  background: white;
  content: "";
  mix-blend-mode: color-burn;
}

.footer-ul {
  flex-direction: column;
  align-self: flex-end;
  text-align: right;
  justify-self: end;
  list-style-type: none;
  margin-top: auto;
}

.footer-ul-li a {
  font-family: futurabook;
  text-decoration: none;
  color: white;
  padding: 1rem;
  letter-spacing: 1.04167px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 30px;
}

::-moz-placeholder {
  color: white;
  padding-left: 1rem;
}

:-ms-input-placeholder {
  color: white;
  padding-left: 1rem;
}

::placeholder {
  color: white;
  padding-left: 1rem;
}

@media only screen and (min-width: 1440px) {
  .footer {
    height: 75vh;
  }

  .footer-title {
    margin-top: 7rem;
    font-size: 3rem;
    line-height: 3.5rem;
    align-self: center;
  }

  .footer-form-email {
    width: 18rem;
  }

  .footer-form input {
    padding: 0.6rem;
    margin: 0.6rem;
  }

  .footer-ul {
    margin-right: 5rem;
    margin-bottom: 3rem;
  }

  .footer-ul-li a {
    font-family: futuraheavy;
    font-size: 15px;
    line-height: 32px;
  }
}
@font-face {
  font-family: futuraheavy;
  src: url(../assets/ZenithFonts/fonts/futura-heavy.ttf);
}
@font-face {
  font-family: futurabook;
  src: url(../assets/ZenithFonts/fonts/futura-book.ttf);
}
body {
  margin: 0rem;
  padding: 0;
}/*# sourceMappingURL=main.css.map */