:root {
  --black: #1c1d20;
  --white: white;
  --brand: #455ce9;
}

body {
  color: var(--black);
  font-family: Diagramatika text;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.22em;
  font-weight: 400;
  line-height: 1em;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 6.67em;
  font-weight: 400;
  line-height: 1em;
}

p {
  text-wrap: balance;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.section {
  z-index: 2;
  width: 100%;
  padding-top: 10rem;
  position: relative;
}

.section.hero {
  background-color: var(--black);
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  transform-style: preserve-3d;
  flex-direction: column;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
}

.section.is-projects {
  padding-top: 0;
}

.section.is-last {
  padding-bottom: 10rem;
}

.nav {
  width: 100%;
  max-width: 105rem;
  height: 9rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  position: relative;
  inset: 0% 0% auto;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 105rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  position: relative;
}

.container.is-hero {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.is-larger {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.logo-wrapper {
  background-color: var(--brand);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 100%;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.logo-text {
  font-size: 3rem;
}

.hero-top {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.small-p {
  font-size: 1.125rem;
}

.small-p.is-footer {
  color: #fffc;
}

.hero-heading-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  display: flex;
  overflow: hidden;
}

.hero-heading-container {
  white-space: nowrap;
  width: 70%;
}

.hero-line {
  background-color: currentColor;
  flex: none;
  width: .35rem;
}

.hero-bottom_phrases {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-bottom {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.hero-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  margin-top: 300px;
  display: flex;
}

.two-column-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.projects-wrapper {
  margin-top: 4rem;
}

.projects-wrapper.is-mobile {
  display: none;
}

.projects-item {
  border-top: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: color .3s, padding .3s;
  display: flex;
  position: relative;
}

.projects-item:last-child {
  border-bottom: 1px solid #0000001a;
}

.projects-item:hover {
  color: #1c1d2080;
  padding-left: 2rem;
  padding-right: 2rem;
}

.project_title {
  font-size: 3.5rem;
  line-height: 1;
}

.three-column-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4rem;
  display: grid;
}

.skill-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.skill-column-line {
  grid-column-gap: 2.22em;
  grid-row-gap: 2.22em;
  background-color: #0000004d;
  flex-direction: column;
  width: 100%;
  height: 1px;
}

.skill-description {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.projects-item_inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  line-height: 1;
  display: flex;
}

.project_description {
  font-size: 1rem;
}

.typed-words {
  color: #e6e6e6;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1.5em;
  font-family: Satoshi Variable, sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.eyebrow_line {
  background-color: currentColor;
  width: 2.5rem;
  height: 1px;
  position: absolute;
}

.eyebrow-wrapper {
  opacity: .7;
  text-transform: uppercase;
  align-items: center;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.eyebrow-wrapper.is-extra-padding {
  padding-left: 3rem;
}

.footer-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  margin-top: -1rem;
  display: flex;
}

.footer-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-button {
  z-index: 2;
  aspect-ratio: 1;
  background-color: var(--brand);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-btn-text {
  z-index: 2;
  position: relative;
}

.footer-wrapper-line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
  position: absolute;
}

.social-link-wrapper {
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.5rem;
  line-height: 1;
  overflow: hidden;
}

.footer-spacer {
  width: 100%;
  height: 100vh;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-button-movable {
  z-index: 2;
  position: relative;
  transform: translate(-5em);
}

.footer-button-fill {
  background-color: #566df5;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, 101%);
}

.footer {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.content-wrapper {
  z-index: 2;
  background-color: var(--white);
  display: block;
  position: relative;
  overflow: hidden;
}

.cursor-wrapper {
  z-index: 99;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  aspect-ratio: 1;
  background-color: var(--brand);
  color: #0000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .75em;
  height: .75em;
  transition: color .2s, opacity .2s, border .2s, height .2s, width .2s;
  display: flex;
  position: relative;
}

.cursor-text {
  z-index: 2;
  white-space: nowrap;
  position: relative;
}

.circle-button {
  aspect-ratio: 1;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13rem;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.circle-button-fill {
  background-color: var(--brand);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: transform .3s;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.circle-button-text {
  z-index: 2;
  position: relative;
}

.circle-button-wrapper {
  will-change: transform;
  display: inline-block;
}

.marqee-layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
}

.marqee-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.instrument-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--black);
  color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 18rem;
  padding: 1.5rem 2rem;
  display: flex;
}

.instrument-card-logo {
  height: 3rem;
}

.instrument-card-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.instrument-card-heading {
  font-size: 1.25rem;
}

.instrument-card-heading.small {
  opacity: .7;
  font-size: .85rem;
}

.prices-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  perspective: 40em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 4rem;
  display: grid;
}

.price-card {
  grid-column-gap: 1.67em;
  grid-row-gap: 1.67em;
  background-color: var(--black);
  color: var(--white);
  border-radius: 1rem;
  flex-direction: column;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.price-card-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-card-heading.small {
  color: #ffffffe6;
  font-size: .83em;
}

.price-card-separator-line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.price-card-options-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 1rem;
  display: flex;
}

.price-card-option-text {
  font-size: 1rem;
}

.price-card-cost-wrapper {
  background-color: var(--brand);
  text-align: center;
  border-radius: 1em;
  width: 100%;
  margin-top: 2rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.price-card-inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.zoom-fill-color {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  width: 150%;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: -25%;
}

.hero-heading {
  font-size: 8rem;
}

.footer-heading {
  font-size: 6rem;
}

.about-paragraph {
  margin-top: -.2rem;
  font-size: 2.25rem;
  line-height: 1.2;
}

.eyebrow_heading {
  margin-left: 3.5rem;
  font-weight: 400;
}

.empty-state {
  display: none;
}

.projects_hover {
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  transition-property: opacity, transform;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: scale(.5);
}

.projects_hover_inner {
  aspect-ratio: 1;
  background-color: #f5f5f5;
  border-radius: 1em;
  width: 25rem;
}

.projects-preview_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.projects-preview_list {
  width: 100%;
  height: 100%;
  transition: transform .4s;
  position: absolute;
  inset: 0%;
}

.projects-preview_item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.projects-preview_image {
  width: 90%;
}

.skill-column_top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-content_top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.footer-trigger {
  width: 100%;
  height: 100%;
  margin-top: -100vh;
  position: absolute;
  inset: 0%;
}

.hero-paragraph_wrapper {
  text-align: right;
  max-width: 15rem;
}

.marqee-cards_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vertical-gap-120 {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.footer_socials-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 60%;
  margin-left: auto;
  display: flex;
}

.footer-subheading {
  opacity: .6;
  text-wrap: balance;
  font-size: 1rem;
  line-height: 1.3;
}

.social-links_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-link-underline {
  background-color: var(--white);
  width: 100%;
  height: 2px;
  margin-top: 4px;
  transform: translate(-101%);
}

.image {
  border-radius: 200px;
  width: 250px;
  margin-top: 140px;
}

.hero-heading-name {
  text-align: center;
  padding-bottom: 40px;
  font-size: 4rem;
}

.text-block {
  color: #e6e6e6;
  text-align: center;
  letter-spacing: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 40px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.image-2 {
  border-radius: 200px;
  width: 200px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  font-family: Lexendexa, sans-serif;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.contact-links {
  margin-top: 40px;
  display: flex;
}

.name-heading {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi Variable, sans-serif;
  font-size: 3rem;
  font-weight: 600;
}

.img {
  max-width: 50%;
}

.media-images {
  max-width: 30px;
  max-height: 30px;
}

.link-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-3 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.panel-wrapper {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  min-height: 100vw;
  margin: -10vw;
  display: flex;
  overflow: hidden;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #00000003;
  position: absolute;
  inset: 0%;
}

.panel {
  filter: none;
  background-image: radial-gradient(circle farthest-side at 0 0, #000, #0000), radial-gradient(circle at 50% 0, #015efe, #0000 58%), radial-gradient(circle farthest-side at 100% 0, #00edc4, #0000);
  border-radius: 100vw;
  flex: 1;
  justify-content: center;
  padding: 80px;
  display: flex;
  position: relative;
}

.shape-5 {
  background-color: #e7805b;
  border-radius: 999em;
  width: 30em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -21.7em;
  left: 0;
  right: 0;
}

.gradient-intro-wrapper {
  z-index: 1;
  color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -250px;
}

.shape-7 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 20em;
  height: 13em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -4.1em;
  left: 0;
  right: -23.9em;
  transform: rotate(40deg);
}

.text-center {
  text-align: center;
}

.section-ultra-gradients {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shape-8 {
  background-color: #9fc68e;
  border-radius: 999em;
  width: 47em;
  height: 119em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -17.1em;
  left: 26.7em;
  right: 0;
  transform: rotate(29deg);
}

.shape-9 {
  background-color: #1b1b1b;
  border-radius: 999em;
  width: 30em;
  height: 119em;
  position: absolute;
  top: -5.3em;
  right: 1.2em;
  transform: rotate(39deg);
}

.shape-4 {
  background-color: #f6c779;
  border-radius: 999em;
  width: 65em;
  height: 40em;
  margin-left: auto;
  position: absolute;
  top: -11.3em;
  left: 0;
  transform: rotate(40deg);
}

.shape-2 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 43em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -20em;
  left: -27.4em;
  right: 0;
}

.blending-group-wrapper {
  z-index: 1;
  filter: blur(120px);
  mix-blend-mode: overlay;
}

.background-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-3 {
  background-color: #b5a3d6;
  border-radius: 999em;
  width: 53em;
  height: 100em;
  position: absolute;
  top: -19.8em;
  left: -26em;
  right: 0;
  transform: rotate(-28deg);
}

.main-shapes-wrapper {
  filter: blur(120px);
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.ultra-gradient-wrapper {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.title1 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1;
}

.shape-1 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 40em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -24.7em;
  left: 0;
  right: 0;
}

.shape-6 {
  background-color: #a0bce0;
  border-radius: 999em;
  width: 66em;
  height: 60em;
  margin-left: auto;
  position: absolute;
  top: -14.2em;
  right: -25em;
  transform: rotate(60deg);
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
  }

  .section.hero {
    height: auto;
    position: relative;
  }

  .section.is-projects {
    padding-top: 5em;
  }

  .nav {
    padding-left: 2em;
    padding-right: 2em;
  }

  .container {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.is-larger {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .logo-wrapper {
    width: 6.6rem;
  }

  .two-column-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .two-column-wrapper.one-col-tab {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 2.5fr;
  }

  .projects-wrapper {
    display: none;
  }

  .projects-wrapper.is-mobile {
    display: block;
  }

  .projects-item.is-mobile {
    border-top-style: none;
    border-top-width: 0;
    flex-flow: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .projects-item.is-mobile:last-child {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .project_title {
    font-size: 1.5rem;
  }

  .three-column-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .typed-words {
    color: #e6e6e6;
    font-size: 2.8rem;
  }

  .eyebrow-wrapper.is-extra-padding {
    padding-left: 0;
  }

  .footer-content-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .social-link-wrapper {
    margin-top: 0;
  }

  .footer-spacer {
    display: none;
  }

  .mobile-project_image {
    width: 80%;
  }

  .work-item-mob {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-direction: column;
    display: flex;
  }

  .mobile-project_description-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .mobile-project_underline {
    background-color: currentColor;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-project_bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    display: flex;
  }

  .footer {
    height: auto;
    position: relative;
  }

  .project-image_overlay {
    z-index: 1;
    background-color: var(--white);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .cursor-wrapper {
    display: none;
  }

  .projects-list {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .circle-button {
    width: 10rem;
  }

  .marqee-layout {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .marqee-wrapper {
    width: 100%;
  }

  .marqee-wrapper.is-bottom {
    display: none;
  }

  .instrument-card {
    flex: 0 auto;
    width: 100%;
    min-height: 13rem;
  }

  .instrument-card-logo.is-smaller {
    width: 3rem;
  }

  .prices-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .price-card {
    width: 100%;
  }

  .hero-heading, .footer-heading {
    font-size: 5rem;
  }

  .about-paragraph {
    margin-top: 0;
    font-size: 1.75rem;
  }

  .mobile-project_inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .mobile-project_preview-wrapper {
    aspect-ratio: 1;
    background-color: #f5f5f5;
    border-radius: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .hero-paragraph_wrapper {
    max-width: 30%;
  }

  .marqee-cards_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    width: 100%;
    display: grid;
  }

  .marqee-cards_wrapper.is-hidden-mob {
    display: none;
  }

  .footer_socials-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .social-links_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-heading-name {
    font-size: 5rem;
  }

  .text-block {
    color: var(--white);
  }

  .shape-4 {
    top: 22em;
  }

  .blending-group-wrapper {
    margin-left: -4em;
  }

  .shape-3 {
    width: 44em;
    height: 57em;
    position: absolute;
    inset: 23.2em -9.5em 0 auto;
  }

  .ultra-gradient-wrapper {
    font-size: 1.3vh;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 5em;
  }

  .section.is-projects {
    padding-top: 8em;
  }

  .nav {
    height: 8rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container, .container.is-larger {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo-wrapper {
    width: 6rem;
  }

  .hero-heading-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .hero-line {
    width: 3px;
  }

  .two-column-wrapper {
    grid-template-columns: 2.5fr;
  }

  .three-column-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .skill-column {
    width: 100%;
  }

  .footer-button {
    width: 8rem;
  }

  .social-link-wrapper {
    font-size: 1.25rem;
  }

  .projects-list {
    grid-template-columns: 1fr;
  }

  .circle-button-wrapper {
    align-self: flex-end;
  }

  .marqee-layout {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .instrument-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer-heading {
    font-size: 4rem;
  }

  .about-paragraph {
    font-size: 1.75rem;
  }

  .hero-paragraph_wrapper {
    max-width: 40%;
  }

  .vertical-gap-120 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .social-links_wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .text-block {
    color: var(--white);
  }

  .name-heading {
    white-space: break-spaces;
    width: 100%;
    max-width: 100%;
  }

  .gradient-intro-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .blending-group-wrapper {
    filter: blur(80px);
  }

  .shape-3 {
    width: 30em;
    height: 100em;
  }

  .main-shapes-wrapper {
    filter: blur(80px);
  }

  .title1 {
    font-size: 5em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 5em;
  }

  h4 {
    font-size: 4em;
  }

  .section {
    padding-top: 8em;
  }

  .section.hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    height: 100vh;
    display: flex;
  }

  .section.is-projects {
    padding-top: 4em;
  }

  .section.services {
    z-index: 1;
  }

  .nav {
    height: 7rem;
  }

  .container.is-hero {
    flex: 1;
  }

  .logo-wrapper {
    width: 5rem;
  }

  .logo-text {
    font-size: 2.5rem;
  }

  .small-p, .small-p.is-footer {
    font-size: 1rem;
  }

  .hero-heading-container {
    width: 100%;
  }

  .two-column-wrapper {
    place-items: start stretch;
  }

  .project_title {
    font-size: 1.25rem;
  }

  .project_description {
    font-size: .75rem;
  }

  .typed-words {
    font-size: 2.3rem;
  }

  .footer-button {
    font-size: .8rem;
  }

  .footer-spacer {
    display: block;
  }

  .work-item-mob {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }

  .mobile-project_description-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .mobile-project_bottom {
    justify-content: space-between;
    display: flex;
  }

  .circle-button {
    width: 8rem;
  }

  .marqee-layout {
    flex-direction: row;
  }

  .marqee-wrapper {
    flex-direction: column;
  }

  .instrument-card {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .instrument-card-heading {
    font-size: 1rem;
  }

  .price-card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .price-card-heading {
    font-size: 1.75rem;
  }

  .hero-heading {
    font-size: 3.5rem;
  }

  .footer-heading {
    font-size: 3em;
  }

  .about-paragraph {
    font-size: 1.5rem;
  }

  .hero-paragraph_wrapper {
    max-width: 50%;
  }

  .hero-heading-name {
    font-size: 3.5rem;
  }

  .text-block {
    color: var(--white);
  }

  .contact-links {
    flex-flow: column;
  }

  .name-heading {
    font-size: 2.5rem;
  }

  .shape-4 {
    top: 30.7em;
  }
}


@font-face {
  font-family: 'Lexendexa';
  src: url('../fonts/LexendExa-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pixelifysans Variablefont Wght';
  src: url('../fonts/PixelifySans-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playwritedkloopet Variablefont Wght';
  src: url('../fonts/PlaywriteDKLoopet-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playwritecu Variablefont Wght';
  src: url('../fonts/PlaywriteCU-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}