body {
  background-color: #161616;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Monument Extended", Verdana, sans-serif;
  color: #cecece;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.body {
  background-color: #161616;
  font-family: Poppins, sans-serif;
  color: #cecece;
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #16161600;
}

.image {
  width: 64px;
}

.nav-link {
  padding: 10px 18px;
  border-radius: 30px;
  font-family: "Space Mono", sans-serif;
  color: #838383;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.nav-link:hover {
  background-image: linear-gradient(120deg, #58e075, #627ad3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav-link.cta {
  padding: 8px 16px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  margin-right: 18px;
  margin-left: 18px;
  padding: 2px;
  border-radius: 30px;
  background-image: linear-gradient(120deg, #58e075, #627ad3);
  text-decoration: none;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-content {
  width: 600px;
}

.heading {
  font-family: "Monument Extended", Verdana, sans-serif;
  color: #cecece;
  font-size: 42px;
  line-height: 53px;
  font-weight: 900;
  letter-spacing: 2px;
}

.paragraph {
  color: #838383;
  letter-spacing: 1.5px;
}

.cta-block {
  margin-right: 18px;
  padding: 2px;
  border-radius: 30px;
  background-image: linear-gradient(120deg, #58e075, #627ad3);
  text-decoration: none;
}

.cta-text {
  padding: 10px 18px 6px;
  border-radius: 30px;
  background-image: linear-gradient(120deg, #58e075, #627ad3);
  font-family: "Monument Extended", Verdana, sans-serif;
  color: #838383;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-text.cta {
  padding: 8px 16px;
}

.div-block {
  border-radius: 30px;
  background-color: #161616;
}

.secondary-cta {
  margin-right: 20px;
  margin-left: 20px;
  font-family: "Monument Extended", Verdana, sans-serif;
  color: #838383;
  font-weight: 400;
  text-decoration: none;
}

.secondary-cta:hover {
  background-image: linear-gradient(120deg, #58e075, #627ad3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-text-hovercolor {
  z-index: 1;
  display: none;
  padding: 10px 18px 6px;
  border-radius: 30px;
  font-family: "Monument Extended", Verdana, sans-serif;
  color: #161616;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.cta-text-hovercolor.cta {
  padding: 8px 16px;
}

.div-block-2 {
  border-radius: 30px;
  background-color: #161616;
}

.nav-link-cta {
  padding: 10px 18px;
  border-radius: 30px;
  font-family: "Space Mono", sans-serif;
  color: #838383;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.7px;
  text-decoration: none;
}

.nav-link-cta:hover {
  color: #161616;
}

.nav-link-cta.cta {
  padding: 8px 16px;
}

.ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services {
  -webkit-transition: margin 200ms ease-in-out, color 200ms ease-in-out;
  transition: margin 200ms ease-in-out, color 200ms ease-in-out;
  font-family: "Monument Extended", Verdana, sans-serif;
  color: #838383;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

.services:hover {
  margin-left: 5px;
  color: #cecece;
}

.services.first {
  display: none;
}

.contact-section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-field {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 20px;
  background-color: #2b2b2b;
  box-shadow: 0 10px 30px 0 #000;
  font-family: "Space Mono", sans-serif;
  color: #cecece;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 3px;
}

.input-field:focus {
  border-style: solid;
  border-color: #838383;
}

.input-field.large {
  height: 120px;
  padding-top: 0px;
  padding-bottom: 70px;
  color: #cecece;
}

.submit-button {
  width: 140px;
  padding: 10px 18px 6px;
  border-radius: 30px;
  background-color: transparent;
  background-image: linear-gradient(120deg, #58e075, #627ad3);
  font-family: "Monument Extended", Verdana, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.submit-button:hover {
  background-color: #161616;
  background-image: none;
}

.submit-cta {
  width: 144px;
  padding: 2px;
  border-radius: 30px;
  background-image: linear-gradient(120deg, #58e075, #627ad3);
}

.div-block-4 {
  border-radius: 30px;
  background-color: #161616;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.div-block-4:hover {
  background-color: transparent;
}

.success-message {
  margin-top: 40px;
  padding: 2px;
  border-radius: 40px;
  background-image: linear-gradient(120deg, #58e075, #627ad3);
}

.div-block-5 {
  border-radius: 40px;
  background-color: #161616;
}

.success-text {
  padding: 20px 19px;
  border-radius: 4px;
  background-image: linear-gradient(120deg, #58e075, #627ad3);
  font-family: "Space Mono", sans-serif;
  font-weight: 400;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-text {
  font-family: "Space Mono", sans-serif;
  color: #161616;
  letter-spacing: 3px;
}

.error-message {
  margin-top: 20px;
  padding-left: 20px;
  border-radius: 40px;
  background-image: linear-gradient(189deg, #de4967, #8360a5);
}

.div-block-6 {
  margin-bottom: 40px;
}

.html-embed {
  position: fixed;
  display: block;
  z-index: -1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  min-width: 100vw !important;
  background-color: transparent;
}

/* .container {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
} */

.body-2 {
  font-family: Poppins, sans-serif;
  color: #838383;
  font-weight: 300;
}

.tron-grid {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.work-wrapper {
  width: 100%;
  max-width: 1200px;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 400px;
  grid-template-rows: auto 400px;
}

.div-block-9 {
  width: 100%;
  height: 400px;
  border-radius: 40px;
  background-image: url("../images/OuterOrbitBanner.png");
  background-position: 50% 50%;
  background-size: cover;
}

.project-subtitle {
  margin-bottom: 16px;
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-summary {
  color: #f0f0f0;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: none;
}

.project-card {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
  border-radius: 40px;
  background-image: url("../images/OuterOrbitBanner.png");
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.project-card:hover {
  background-image: url("../images/OuterOrbitBanner.png");
  background-position: 50% 50%;
  background-size: cover;
}

.project-card.pocketbook {
  background-image: url("../images/PhonesGrid.jpg");
}

.project-card.ukc {
  background-image: url("../images/UKC_SOCIALMEDIA-BANNER.png");
}

.project-card.clasiq {
  background-image: url("../images/clasiq-banner.jpg");
}

.project-text {
  display: block;
  /*width: 50%;*/
  color: #fdfdfd;
  text-align: left;
}

.project-title {
  color: #f0f0f0;
}

.project-card-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 40px;
  background-color: rgba(22, 22, 22, 0.47);
  text-align: left;
}

@media screen and (max-width: 991px) {
  .navbar {
    text-align: left;
  }

  .nav-link {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 24px;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #222;
    box-shadow: -7px 0 45px 3px #000;
  }

  .link-block {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav {
    display: block;
  }

  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading {
    font-size: 36px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 32px;
  }

  .secondary-cta {
    margin-left: 12px;
  }

  .nav-link-cta {
    font-size: 24px;
  }

  .services-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .success-message {
    margin-top: 20px;
  }

  .div-block-7 {
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .icon {
    color: #cecece;
  }

  .menu-button {
    font-size: 36px;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .work-section {
    padding-top: 300px;
    padding-bottom: 220px;
  }

  .work-wrapper {
    max-width: 90%;
  }

  .project-subtitle {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .project-card.outerorbit {
    height: 320px;
    margin-bottom: 147px;
  }

  .project-card.pocketbook {
    height: 320px;
  }

  .project-card.ukc {
    height: 320px;
  }

  .project-card.clasiq {
    height: 320px;
  }

  .project-title {
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .hero-content {
    width: 80%;
    max-width: 500px;
  }

  .heading {
    font-size: 32px;
  }

  .cta-block {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .secondary-cta {
    margin-left: 10px;
    font-size: 16px;
  }

  .ctas {
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .services {
    font-size: 24px;
    line-height: 32px;
  }

  .services-content {
    width: 80%;
  }

  .contact-content {
    width: 80%;
  }

  .success-message {
    text-align: left;
  }

  .form-block {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 28px;
    line-height: 36px;
  }

  .cta-block {
    margin-bottom: 20px;
  }

  .services {
    margin-top: 16px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 28px;
  }

  .success-message {
    text-align: left;
  }

  .error-text {
    line-height: 28px;
  }
}

@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Monument Extended";
  src: url("../fonts/MonumentExtended-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
