:root {
  --dark-blue: #0d09bd;
  --lime: #cf0;
  --white: white;
  --black: #000;
  --white-2: white;
  --black-2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 130%;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  align-items: center;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: relative;
}

.container.hero {
  z-index: 1;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: auto;
  padding: 0 0 150px;
  display: flex;
  position: relative;
  overflow: visible;
}

.container.home-projects {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 100px 0;
  overflow: hidden;
}

.container.testimonials {
  grid-row-gap: 100px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 150px 50px 0;
}

.container.cta {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-bottom: 230px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container.footer {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 100px 0 50px;
}

.container.project-heading {
  grid-row-gap: 100px;
  background-image: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1560px;
  height: auto;
  padding-top: 150px;
  padding-bottom: 90px;
  font-family: Nohemi, sans-serif;
  font-weight: 300;
  line-height: 100%;
  overflow: visible;
}

.container.project-body {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 150px;
}

.container.related-works {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 150px;
}

.container.project-services {
  flex-direction: column;
  max-width: none;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.container.footer-projects {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding: 0 0 50px;
  overflow: hidden;
}

.container.utility {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 100px;
}

.section {
  position: relative;
}

.navbar {
  z-index: 200;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-nav {
  z-index: 200;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#020012, rgba(19, 33, 168, 0));
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  display: flex;
}

.container-nav.projects {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 50px;
}

.nav-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.line-btn-down {
  background-color: #fff;
  width: 41px;
  height: 2px;
}

.menu-link-text {
  color: rgba(255, 255, 255, .8);
  font-family: Nohemi, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}

.nav-menu {
  z-index: 3;
  grid-column-gap: 20px;
  background-color: #070666;
  align-items: center;
  min-width: 166px;
  padding: 25px 30px 25px 20px;
  display: flex;
  position: relative;
}

.menu-link-number {
  color: var(--lime);
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
}

.menu-content {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  background-color: #070666;
  border-bottom-left-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 210px;
  padding: 30px 20px;
  display: flex;
}

.menu-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.line-btn {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.menu-link-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-end;
  width: 41px;
  display: flex;
}

.menu-text {
  color: #fff;
  letter-spacing: .02em;
  font-family: Nohemi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.menu {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  transform-origin: 100% 0;
  background-color: rgba(20, 21, 25, 0);
  border-bottom-left-radius: 8.4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 71px;
  left: 0;
  transform: translate(0);
}

.logo-wrapper {
  grid-column-gap: 140px;
  display: flex;
}

.logo-image {
  min-width: 40px;
}

.paragraph-18px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.sg-text {
  white-space: nowrap;
}

.sg-text.light {
  color: #b6b6b6;
}

.sg-inner.title-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.sg-inner.font-details {
  grid-column-gap: 15px;
  display: flex;
}

.paragraph-20px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

.styleguide-wrapper {
  overflow: hidden;
}

.sg-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.sg-wrapper.typeface {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-wrapper.typeface.border, .sg-wrapper.active-border {
  border-bottom: 1px solid rgba(209, 213, 219, .1);
  padding-bottom: 60px;
}

.sg-wrapper.heading-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 2px solid rgba(229, 231, 235, .15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.sg-wrapper.colors {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.sg-background {
  background-color: rgba(249, 250, 251, 0);
  border: 2px #e5e7eb;
  padding: 0;
}

.sg-heading {
  letter-spacing: -1px;
  font-family: Nohemi, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 110%;
}

.sg-heading.inter {
  font-family: Inter, sans-serif;
}

.paragraph-14px {
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.font-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.font-details-wrapper.top-margin {
  margin-top: 50px;
}

.sg-container {
  grid-row-gap: 80px;
  flex-direction: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.sg-container.no-top-padding {
  padding-top: 0;
}

.sg-container.no-buttom-padding {
  padding-bottom: 0;
}

.white {
  color: #fff;
}

.paragraph-16px {
  color: #fff;
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.class-example {
  color: #4b5563;
  border-radius: 4px;
  padding: 5px 10px 5px 0;
  font-size: 20px;
  font-weight: 400;
}

.sg-text-big {
  font-family: Nohemi, sans-serif;
  font-size: 250px;
  font-weight: 400;
  line-height: 100%;
}

.sg-text-big.inter {
  font-family: Inter, sans-serif;
}

.sg-logo {
  width: 180px;
}

.h1-heading {
  color: #18d9ce;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 210px;
  font-weight: 300;
  line-height: 100%;
  display: flex;
}

.h1-heading.marquee {
  white-space: nowrap;
}

.h2-heading {
  color: #fff;
  letter-spacing: -.02em;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 100%;
}

.h2-heading._1st {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.h2-heading._2nd {
  color: #fff;
  position: absolute;
  bottom: 0%;
  overflow: hidden;
}

.h3-heading {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 100%;
}

.h3-heading._1st, .h3-heading._2nd, .h3-heading._3rd {
  white-space: nowrap;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.h4-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 100%;
}

.h6-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 110%;
}

.paragraph-12px {
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.paragraph-12px.caps {
  text-transform: uppercase;
}

.bottom {
  border: 1px solid rgba(229, 231, 235, .12);
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 25px;
}

.top {
  background-color: var(--white);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 80px 25px 25px;
}

.top.black {
  background-color: var(--black);
}

.top.dark {
  background-color: var(--dark-blue);
}

.top.chocolate {
  background-color: var(--lime);
}

.menu-socials {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.social-link {
  border: 1px solid rgba(236, 229, 219, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .35s;
  display: flex;
}

.social-link:hover {
  border-color: #ece5db;
}

.social-icon {
  width: 40%;
}

.social-icon.smaller {
  width: 25%;
}

.menu-text-wrapper {
  min-width: 55px;
  margin-top: 3px;
  position: relative;
  overflow: hidden;
}

.menu-text---hide {
  color: #fff;
  letter-spacing: .02em;
  font-family: Nohemi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._3d-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.scene-wrapper {
  grid-row-gap: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 150px 50px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scene-wrapper._2nd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
  overflow: hidden;
}

.scene-wrapper._3rd {
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 150px;
  display: flex;
}

.scene-wrapper._4th {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  height: auto;
  padding-top: 0;
  display: flex;
}

.scene-wrapper._1st {
  padding-left: 0;
}

.sticky-wrapper {
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-inner {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 460vh;
  display: flex;
}

.sticky-container {
  z-index: 0;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button {
  background-color: var(--white);
  pointer-events: auto;
  color: #000;
  letter-spacing: .01em;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px 18px;
  font-family: Nohemi, sans-serif;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper {
  z-index: 1;
  color: #000;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-absolute {
  color: var(--lime);
  text-align: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-fill {
  background-color: var(--dark-blue);
  width: 101%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-box {
  text-align: justify;
  max-width: 268px;
  overflow: hidden;
}

.scene-inner {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  min-width: 320px;
  display: flex;
}

.services-header {
  letter-spacing: .01em;
  justify-content: space-between;
  align-items: center;
  font-family: Nohemi, sans-serif;
  font-size: 16px;
  display: flex;
}

.service-box {
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.service-box-wrapper {
  flex-direction: column;
  display: flex;
}

.services-icons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.h2-fill-wrapper {
  color: rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-fill-inner {
  text-align: left;
  letter-spacing: -.02em;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Nohemi, sans-serif;
  font-size: 120px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.about-card {
  background-color: rgba(13, 9, 189, .3);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 430px;
  min-height: 380px;
  padding: 20px;
  display: flex;
}

.point {
  background-color: #fff;
  border-radius: 100%;
  width: 13px;
  height: 13px;
}

.card-title {
  letter-spacing: .02em;
  font-family: Nohemi, sans-serif;
}

.about-card-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-card-buttom {
  text-align: justify;
  width: 90%;
  font-size: 13px;
}

.about-card-inner {
  grid-row-gap: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-card-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-scene {
  grid-row-gap: 20px;
  text-align: center;
  letter-spacing: -.02em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  font-weight: 500;
  display: flex;
}

.scene-scroll-button {
  color: var(--black);
  letter-spacing: .02em;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 20px;
  font-family: Nohemi, sans-serif;
  font-weight: 500;
  display: flex;
}

.absolute-image-1 {
  mix-blend-mode: difference;
  width: 430px;
  padding-left: 0;
  position: absolute;
}

.absolute-image-2 {
  mix-blend-mode: difference;
  width: 330px;
  position: absolute;
}

.hp-paragraph-wrapper {
  text-align: center;
  text-transform: none;
  max-width: 400px;
}

.home-projects-heading {
  grid-row-gap: 140px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-projects-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.project-card {
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.project-card.related {
  width: 100%;
  max-width: none;
}

.project-card-box {
  border: 1px solid rgba(136, 140, 255, .3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 540px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.project-card-box.full-width {
  transform-origin: 0 0;
  background-color: rgba(13, 9, 189, .2);
  border-width: 2px;
  border-color: rgba(136, 140, 255, .2);
  border-radius: 20px;
  max-width: 100%;
  height: 80vh;
  min-height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-card-box.related {
  height: 100%;
  min-height: auto;
  transition: background-color .3s;
}

.project-card-box.related:hover {
  background-color: rgba(13, 9, 189, .26);
}

.project-number {
  grid-column-gap: 3px;
  letter-spacing: 0;
  flex-direction: row;
  align-items: flex-start;
  font-size: 12px;
  line-height: 100%;
  display: flex;
}

.collection-list {
  grid-row-gap: 250px;
  flex-direction: column;
  display: flex;
}

.project-title {
  grid-row-gap: 8px;
  text-align: left;
  letter-spacing: .02em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 140px;
  font-family: Nohemi, sans-serif;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.pt-service {
  grid-column-gap: 2px;
  color: rgba(255, 255, 255, .3);
  text-align: right;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 310px;
}

.project-image.round {
  border-radius: 580px;
  height: 100%;
}

.project-image.related {
  height: 67%;
}

.round-button {
  background-color: var(--white);
  pointer-events: auto;
  color: #000;
  letter-spacing: .01em;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  padding: 20px 32px 18px;
  font-family: Nohemi, sans-serif;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-image-3 {
  mix-blend-mode: difference;
  width: 430px;
  padding-left: 0;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.image-shade {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  margin-top: 0%;
  margin-bottom: -26%;
}

.image-shade.projects {
  margin-bottom: -46%;
}

.testimonial {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 95%;
  padding-top: 4%;
  padding-bottom: 18%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonial-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonials-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: flex;
  position: relative;
}

.testimonial-profile {
  border: 3px solid var(--lime);
  border-radius: 100%;
}

.testimonial-profile._3, .testimonial-profile._2 {
  position: static;
}

.testimonial-card {
  color: #fff;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 208px;
  font-size: 23px;
  line-height: 100%;
  display: flex;
}

.testimonial-card.last {
  border-bottom-style: none;
}

.testimonial-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 93px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
  left: auto;
  right: auto;
}

.testimonial-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: rgba(250, 221, 221, .3);
  flex-direction: column;
  align-items: flex-start;
  max-width: 210px;
  font-size: 16px;
  line-height: 130%;
  display: flex;
}

.testimonial-card-inner {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  text-align: left;
  align-items: flex-start;
  display: flex;
}

.testimonial-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.testimoanisl-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 110%;
}

.testimonial-image-wrapper {
  border-radius: 100%;
  width: 95px;
  height: 95px;
  position: relative;
  overflow: hidden;
}

.testimonial-indicator {
  position: absolute;
  top: 12%;
  bottom: auto;
  left: -23%;
  right: auto;
}

.profile-gradient {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-heading {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.cta-image {
  width: 333px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-image._1 {
  bottom: -83%;
  right: -31%;
}

.cta-image._2 {
  z-index: 1;
  width: 441px;
  top: -97%;
  bottom: auto;
  left: -43%;
  right: auto;
}

.cta-image._3 {
  top: auto;
  bottom: -99%;
  left: 10%;
  right: auto;
}

.cta-image._4 {
  width: 120px;
  top: auto;
  bottom: -25%;
  left: -3%;
  right: auto;
  transform: rotate(-10deg);
}

.cta-image._5 {
  width: 120px;
  top: -63%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.cta-image._6 {
  width: 120px;
  top: auto;
  bottom: -53%;
  left: auto;
  right: 20%;
}

.cta-image._7 {
  width: 120px;
  top: -63%;
  bottom: auto;
  left: 8%;
  right: auto;
  transform: rotate(-10deg);
}

.cta-button {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(13, 9, 189, .65);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: flex;
  position: absolute;
  box-shadow: inset 0 2px 7px rgba(255, 255, 255, .3);
}

.cta-button-icon {
  margin-top: 11px;
  padding-bottom: 0;
  transform: rotate(0);
}

.footer-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: justify;
  flex-direction: column;
  align-items: flex-start;
  max-width: 330px;
  padding-left: 50px;
  display: flex;
}

.footer-bottom {
  grid-row-gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  color: #fff;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.buttom-inner {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-text-wrapper {
  grid-row-gap: 5px;
  color: rgba(255, 255, 255, .2);
  flex-direction: column;
  width: 70%;
  display: flex;
}

.hero-marquee {
  grid-column-gap: 50px;
  display: flex;
  overflow: hidden;
}

.home-hero-shade {
  pointer-events: none;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.circle-blur {
  filter: blur(300px);
  background-color: rgba(13, 9, 189, .4);
  border-radius: 100%;
  width: 970px;
  height: 970px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.circle-blur._1st {
  bottom: 41%;
  right: -43%;
}

.circle-blur.p-3 {
  top: auto;
  bottom: 67%;
  left: -43%;
  right: auto;
}

.circle-blur._3rd {
  filter: blur(200px);
  background-color: rgba(13, 9, 189, .36);
  width: 700px;
  height: 290px;
  top: auto;
  bottom: 4%;
  left: auto;
  right: auto;
}

.circle-blur._4th {
  background-color: rgba(13, 9, 189, .3);
  width: 800px;
  height: 800px;
  top: auto;
  bottom: 35%;
  left: auto;
  right: auto;
}

.circle-blur-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -27%;
  bottom: 0%;
  left: 12%;
  right: 0%;
  overflow: hidden;
}

.circle-blur-wrapper._1st {
  pointer-events: none;
  left: 0%;
}

.circle-blur-wrapper._2nd {
  pointer-events: none;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.circle-blur-wrapper._3rd, .circle-blur-wrapper._4th {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

._3d-wrapper {
  width: 500px;
  height: 489px;
  overflow: hidden;
}

.h3-fill-inner {
  text-align: left;
  letter-spacing: -.01em;
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  font-family: Nohemi, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.scroll-indicator-wrapper {
  background-color: rgba(255, 255, 255, .1);
  width: 100%;
  height: 1px;
  position: relative;
}

.back-button {
  background-color: var(--dark-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-indicator-line {
  background-color: var(--dark-blue);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-share {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: .04em;
  justify-content: center;
  align-items: center;
  font-family: Nohemi, sans-serif;
  display: flex;
}

.projects-socials {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.projects-social-link {
  border: 1px solid rgba(236, 229, 219, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .35s;
  display: flex;
}

.projects-social-link:hover {
  border-color: #ece5db;
}

.projects-heading {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nohemi, sans-serif;
  font-size: 17vw;
  font-weight: 300;
  line-height: 100%;
}

.project-short-title {
  letter-spacing: 0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 50px;
  line-height: 100%;
  display: flex;
}

.project-short-description {
  grid-row-gap: 40px;
  letter-spacing: 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 370px;
  font-size: 25px;
  font-weight: 300;
  line-height: 110%;
  display: flex;
}

.project-cover {
  z-index: 1;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  font-size: 16px;
  display: flex;
  position: relative;
}

.cover-image {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.cover-image.round {
  width: auto;
}

.cover-image.square {
  max-width: 773px;
}

.project-cover-wrapper {
  grid-row-gap: 15px;
  transform-origin: 100% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body-wrapper {
  grid-row-gap: 120px;
  flex-direction: column;
  align-items: flex-start;
  width: 800px;
  display: flex;
  position: relative;
}

.overview-title {
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.body-inner {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.project-content-wrapper {
  width: 555px;
}

.project-content h1 {
  letter-spacing: -.02em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h2 {
  letter-spacing: -.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h3 {
  letter-spacing: -.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nohemi, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Nohemi, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.project-content h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}

.project-content p {
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}

.project-content blockquote {
  border: 1px solid var(--lime);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
}

.project-content ol {
  color: rgba(255, 255, 255, .35);
  padding-left: 30px;
  list-style-type: disc;
}

.project-content a {
  color: var(--dark-blue);
  text-decoration: none;
}

.content-title {
  margin-top: 10px;
}

.related-work-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.related-posts-collection {
  grid-column-gap: 40px;
  display: flex;
}

.relate-posts-wrapper {
  width: 100%;
}

.related-posts-item {
  flex-direction: row;
  width: 50%;
  display: flex;
}

.related-paragraph-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.related-paragraph-inner {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.project-services-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1560px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.ps-content-box {
  grid-row-gap: 100px;
  text-align: justify;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.project-link-block {
  transform-origin: 0%;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  text-decoration: none;
  transition: all .3s;
}

.project-link-block:hover {
  border-bottom-color: rgba(255, 255, 255, 0);
}

.services-wrapper {
  letter-spacing: -.02em;
  font-family: Nohemi, sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 100%;
}

.service-title {
  color: rgba(255, 255, 255, .4);
  cursor: pointer;
  line-height: 110%;
  transition: all .3s;
}

.utility-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.utility-text h1 {
  letter-spacing: -.02em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h2 {
  letter-spacing: -.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h3 {
  letter-spacing: -.01em;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Nohemi, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Nohemi, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h5 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Nohemi, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.utility-text h6 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}

.utility-text p {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 130%;
}

.utility-text blockquote {
  border: 1px solid var(--lime);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
}

.utility-text ol {
  color: rgba(255, 255, 255, .35);
  padding-left: 30px;
  list-style-type: disc;
}

.utility-text a {
  color: var(--lime);
  text-decoration: none;
}

.hero-paragraph-margin {
  margin-left: 50px;
}

.footer-terms {
  color: rgba(255, 255, 255, .2);
}

.back-icon {
  position: absolute;
}

.footer-right-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.webflow-link {
  color: #fff;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404-text {
  margin-top: 30px;
}

._404-link {
  color: #e4e4e4;
  margin-top: 20px;
}

.text-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  display: flex;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 250px;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  padding: 10px;
}

.div-block-3 {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 3px;
  grid-row-gap: 0px;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  border: 1px solid rgba(136, 140, 255, .3);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 540px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div-block-6 {
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 140px;
  font-family: Nohemi, sans-serif;
  line-height: 120%;
  display: flex;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 310px;
}

.loader {
  z-index: 999999;
  color: #000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.div-block-8 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 100px;
  height: 100px;
  padding-right: 6px;
  display: block;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.project-heading {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--dark-blue), #0c08ac 0%, #0a0792 0%, #090680 0%, #000 41%);
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.project-body {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-nav {
    padding-left: 30px;
  }

  .sg-wrapper.typeface, .sg-wrapper.heading-box {
    grid-template-columns: 1fr;
  }

  .sg-background {
    padding-left: 0;
  }

  .h1-heading {
    font-size: 200px;
  }

  .h1-heading.marquee {
    font-size: 150px;
  }

  .h2-heading {
    font-size: 90px;
  }

  .h3-heading {
    font-size: 80px;
  }

  .h3-heading._2nd, .h3-heading._3rd {
    text-align: center;
  }

  .h4-heading {
    font-size: 60px;
  }

  .h5-heading {
    font-size: 43px;
  }

  ._3d-logo {
    padding-left: 0;
  }

  .sticky-container {
    height: 88vh;
    position: static;
  }

  .button.mobile-hide {
    display: flex;
    bottom: -22%;
  }

  .h2-fill-inner {
    font-size: 90px;
  }

  .home-projects-grid {
    grid-column-gap: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-card-box.full-width {
    height: 60vh;
  }

  .collection-list {
    grid-row-gap: 100px;
  }

  .absolute-image-3 {
    top: 12%;
    left: -38%;
  }

  .testimonial {
    padding-right: 0;
    display: flex;
  }

  .testimonials-wrapper {
    padding-left: 0;
  }

  .testimonial-card {
    margin-right: 0;
  }

  .testimonial-card-inner {
    grid-column-gap: 60px;
  }

  .testimoanisl-heading {
    font-size: 30px;
  }

  .cta-image._1 {
    width: 240px;
  }

  .cta-image._2 {
    width: 310px;
    left: -42%;
  }

  .cta-image._3 {
    width: 260px;
  }

  .cta-image._4, .cta-image._5, .cta-image._6 {
    width: 90px;
  }

  .cta-image._7 {
    width: 80px;
  }

  .h3-fill-inner {
    font-size: 80px;
  }

  .projects-heading {
    font-size: 130px;
  }

  .project-short-description {
    font-size: 25px;
    line-height: 120%;
  }

  .project-cover {
    height: 80vh;
  }

  .cover-image.round {
    min-height: 350px;
  }

  .cover-image.square {
    max-width: 520px;
  }

  .project-content-wrapper {
    width: 555px;
  }

  .related-paragraph-inner {
    width: 47%;
  }

  .project-services-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-title {
    letter-spacing: 0;
    font-size: 50px;
  }

  .text-block {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 50px;
    display: flex;
  }

  .loader {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container.hero {
    padding-bottom: 0;
  }

  .container.project-heading {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--dark-blue), #0c08ac 0%, #0a0792 0%, #090680 0%, #000 41%);
  }

  .container.footer-projects {
    padding-bottom: 20px;
  }

  .container-nav.projects {
    flex-direction: row-reverse;
    padding-right: 30px;
  }

  .nav-links {
    display: none;
  }

  .sg-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-heading {
    font-size: 110px;
  }

  .h2-heading {
    font-size: 70px;
  }

  .h3-heading {
    font-size: 55px;
  }

  .h4-heading {
    font-size: 50px;
  }

  .h5-heading {
    font-size: 40px;
  }

  ._3d-logo {
    padding-left: 0;
  }

  .scene-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scene-wrapper._2nd {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .scene-wrapper._3rd {
    height: auto;
  }

  .scene-wrapper._4th {
    grid-column-gap: 16px;
    grid-row-gap: 200px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: grid;
  }

  .sticky-inner {
    height: 100vh;
  }

  .sticky-container {
    height: 88vh;
    position: static;
  }

  .button.mobile-hide {
    display: flex;
  }

  .scene-inner {
    min-width: 100%;
  }

  .h2-fill-inner {
    font-size: 70px;
  }

  .about-card-inner {
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .about-card-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .text-scene {
    justify-content: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .scene-scroll-button {
    margin-top: 150px;
  }

  .home-projects-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-card.related {
    height: 640px;
  }

  .project-card-box.full-width {
    height: 40vh;
  }

  .image-shade.projects {
    margin-bottom: -55%;
  }

  .testimonial {
    display: none;
  }

  .testimonial-card {
    padding: 70px 0;
  }

  .footer-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .buttom-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-text-wrapper {
    width: 100%;
  }

  .h3-fill-inner {
    font-size: 55px;
  }

  .social-share {
    display: none;
  }

  .projects-heading {
    font-size: 100px;
  }

  .project-cover {
    height: 55vh;
  }

  .cover-image.round {
    max-width: 340%;
    min-height: 340px;
  }

  .cover-image.square {
    max-width: 340px;
    min-height: 340px;
  }

  .body-wrapper {
    grid-row-gap: 50px;
    width: 100%;
  }

  .overview-title {
    font-size: 40px;
  }

  .body-inner {
    flex-direction: column;
  }

  .project-content-wrapper {
    width: 100%;
  }

  .related-posts-collection {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-direction: column;
  }

  .related-posts-item {
    width: 100%;
  }

  .related-paragraph-wrapper {
    justify-content: flex-start;
  }

  .related-paragraph-inner {
    width: 100%;
  }

  .project-services-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .ps-content-box {
    grid-row-gap: 50px;
  }

  .project-link-block {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.home-projects {
    background-image: radial-gradient(circle at -100% 20%, #090682, #08056d 0%, #000 35%);
    padding-bottom: 50px;
    overflow: hidden;
  }

  .container.testimonials {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cta {
    padding-bottom: 160px;
  }

  .container.project-heading {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--dark-blue), #0c08ac 0%, #0a0792 0%, #090680 0%, #000 41%);
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.project-body {
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.related-works {
    padding-bottom: 0;
  }

  .section {
    overflow: hidden;
  }

  .container-nav {
    padding-left: 20px;
  }

  .nav-links {
    display: none;
  }

  .menu-content {
    display: flex;
  }

  .sg-wrapper.active-border {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .sg-background {
    padding-left: 0;
  }

  .sg-text-big {
    font-size: 200px;
  }

  .h1-heading {
    font-size: 100px;
  }

  .h2-heading {
    font-size: 40px;
  }

  .h3-heading, .h4-heading {
    font-size: 35px;
  }

  .h5-heading {
    font-size: 30px;
  }

  ._3d-logo {
    flex-flow: row;
    flex: 0 auto;
    padding-left: 0;
    display: flex;
  }

  .scene-wrapper._2nd {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    background-image: radial-gradient(circle farthest-corner at -50% 50%, var(--dark-blue), #0a0791 0%, black 73%);
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .scene-wrapper._3rd {
    padding-bottom: 90px;
  }

  .scene-wrapper._4th {
    background-image: radial-gradient(circle farthest-corner at 187% 79%, var(--dark-blue), var(--black) 41%);
  }

  .scene-wrapper._1st {
    background-image: radial-gradient(circle, #090682, #000 94%);
  }

  .button.mobile-hide {
    bottom: -17%;
  }

  .h2-fill-inner {
    font-size: 40px;
  }

  .about-card {
    min-height: 290px;
  }

  .text-scene {
    padding-left: 30px;
    padding-right: 30px;
  }

  .scene-scroll-button {
    margin-top: 30px;
  }

  .absolute-image-1 {
    width: 220px;
  }

  .absolute-image-2 {
    width: 190px;
  }

  .home-projects-heading {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-projects-grid {
    grid-column-gap: 20px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-card.related {
    height: 450px;
  }

  .project-card-box {
    min-height: 350px;
  }

  .collection-list {
    grid-row-gap: 100px;
  }

  .project-image {
    height: 190px;
  }

  .absolute-image-3 {
    width: 250px;
  }

  .image-shade {
    margin-bottom: 0%;
  }

  .testimonial-card {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .testimonial-text-wrapper {
    font-size: 14px;
  }

  .testimonial-card-inner {
    grid-row-gap: 70px;
    flex-direction: column;
  }

  .testimoanisl-heading {
    font-size: 23px;
  }

  .cta-image._1 {
    width: 150px;
  }

  .cta-image._2 {
    width: 170px;
  }

  .cta-image._3 {
    width: 150px;
  }

  .cta-image._4, .cta-image._5, .cta-image._6, .cta-image._7 {
    width: 70px;
  }

  .footer-top {
    padding-left: 30px;
  }

  .footer-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .circle-blur._1st {
    width: 500px;
    height: 500px;
    bottom: 35%;
    right: -30%;
  }

  .circle-blur.p-3 {
    width: 730px;
    height: 710px;
    top: 6%;
    bottom: auto;
    left: -97%;
    right: auto;
  }

  .circle-blur-wrapper._1st, .circle-blur-wrapper._2nd, .circle-blur-wrapper._3rd, .circle-blur-wrapper._4th {
    display: none;
  }

  ._3d-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    display: flex;
  }

  .h3-fill-inner {
    font-size: 35px;
  }

  .projects-heading {
    letter-spacing: -.01em;
    font-size: 60px;
  }

  .project-short-title {
    font-size: 27px;
  }

  .project-short-description {
    font-size: 21px;
  }

  .cover-image.round {
    width: 100%;
    max-width: 300px;
    min-height: 300px;
    max-height: 300px;
  }

  .cover-image.square {
    max-width: none;
    min-height: auto;
  }

  .overview-title {
    font-size: 31px;
  }

  .service-title {
    font-size: 38px;
  }

  .utility-text p {
    font-size: 14px;
  }

  .hero-paragraph-margin {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .image {
    object-fit: cover;
  }

  .div-block-7 {
    display: block;
  }

  .loader {
    display: none;
  }

  .image-2 {
    margin-right: 6px;
    padding-right: 0;
  }

  .text-block-2 {
    font-weight: 400;
  }
}

#w-node-_7923d174-d30a-410d-fea7-86beb8e66c4b-c9e1a2a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c6d7295-ba6b-adb9-aed9-ba036d2fcc2d-c9e1a2a3, #w-node-ddbfe5cb-d5bd-6875-5f2f-0dba311a88b8-c9e1a2a3 {
  justify-self: start;
}

#w-node-_7e958387-d33a-d73b-8fd9-d2237949ab19-c9e1a2a3 {
  justify-self: end;
}

#w-node-_633bbcac-2a95-095c-0e23-8ab06a2de0ea-c9e1a2a3 {
  align-self: center;
  justify-self: start;
}

#w-node-db77a9db-c10e-ccfa-378f-d9193327fb51-c9e1a2a8, #w-node-db77a9db-c10e-ccfa-378f-d9193327fb69-c9e1a2a8, #w-node-db77a9db-c10e-ccfa-378f-d9193327fb81-c9e1a2a8, #w-node-db77a9db-c10e-ccfa-378f-d9193327fb99-c9e1a2a8, #w-node-e5443277-a6dd-536a-efd2-beb48aece44b-c9e1a2a8 {
  align-self: start;
  justify-self: end;
}

#w-node-f9edcefb-e978-0640-6de8-1b8556c7443c-c9e1a2a8, #w-node-f9edcefb-e978-0640-6de8-1b8556c74445-c9e1a2a8, #w-node-f9edcefb-e978-0640-6de8-1b8556c7444e-c9e1a2a8, #w-node-f9edcefb-e978-0640-6de8-1b8556c74457-c9e1a2a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-db77a9db-c10e-ccfa-378f-d9193327fb51-c9e1a2a8, #w-node-db77a9db-c10e-ccfa-378f-d9193327fb69-c9e1a2a8, #w-node-db77a9db-c10e-ccfa-378f-d9193327fb81-c9e1a2a8, #w-node-db77a9db-c10e-ccfa-378f-d9193327fb99-c9e1a2a8, #w-node-e5443277-a6dd-536a-efd2-beb48aece44b-c9e1a2a8 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nohemi';
  src: url('../fonts/Nohemi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}