:root {
  --color--text-unselected2: var(--swatch--soft-grey);
  --color--lines: var(--swatch--light);
  --color--bg: var(--swatch--white);
  --black: black;
  --color--text: var(--black);
  --color--toggle-offset: 3px;
  --color--sun: var(--swatch--back);
  --color--moon: var(--swatch--soft-grey);
  --swatch--soft-grey: #ccc;
  --color--dark-theme: transparent;
  --color--light-theme: var(--swatch--soft-grey);
  --color--text-unselected: var(--swatch--grey2);
  --turquoise: #00d1cf;
  --accent: #00a2a4;
  --white: var(--swatch--transparent);
  --color--bg-box: var(--swatch--almost-white);
  --color--shadow: var(--swatch--shadow-black);
  --color--bg-flip-box: var(--swatch--mask-white);
  --swatch--white: white;
  --dark--bg: var(--swatch--dark);
  --dark--text: var(--swatch--white);
  --dark--text-unselected: var(--swatch--medium-grey);
  --dark--text-unselected2: var(--swatch--grey);
  --dark--lines: var(--swatch--hard-grey);
  --dark--toggle-offset: 37px;
  --swatch--dark: #111;
  --swatch--light: #eee;
  --swatch--medium-grey: #bbb;
  --swatch--grey: #777;
  --swatch--hard-grey: #444;
  --swatch--grey2: #888;
  --swatch--back: black;
  --dark--moon: var(--swatch--white);
  --dark--sun: var(--swatch--grey2);
  --dark--light-theme: transparent;
  --dark--dark-theme: var(--swatch--grey2);
  --swatch--almost-white: #fdfdfd;
  --swatch--almost-black: #181818;
  --dark--bg-box: var(--swatch--almost-black);
  --swatch--shadow-black: rgba(0, 0, 0, .1);
  --swatch--shadow-white: rgba(255, 255, 255, .1);
  --dark--shadow: var(--swatch--shadow-white);
  --swatch--mask-white: rgba(255, 255, 255, .95);
  --swatch--mask-black: rgba(0, 0, 0, .78);
  --dark--bg-flip-box: var(--swatch--mask-black);
  --swatch--transparent: rgba(255, 255, 255, 0);
}

.nav {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--color--text-unselected2) var(--color--lines) var(--color--text-unselected2) var(--color--text-unselected2);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  height: 100vh;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.body {
  background-color: var(--color--bg);
  color: var(--black);
  margin-left: 70px;
  font-family: Ventureira, sans-serif;
}

.intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1 {
  color: var(--color--text);
  text-align: center;
  margin-top: 24px;
  padding-top: 24vh;
  padding-bottom: 20vh;
  font-size: 3.5rem;
  line-height: 114%;
  position: relative;
}

.theme-selector {
  z-index: 1;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 28px;
  padding-right: 45px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.toggle_wrap {
  background-color: var(--color--lines);
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 66px;
  height: 32px;
  padding: 3px;
  display: flex;
  position: relative;
}

.mode {
  margin: 3px 3px 3px var(--color--toggle-offset);
  background-color: var(--color--bg);
  border-radius: 20px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 .3px .4px rgba(0, 0, 0, .18), 0 2.4px 5.8px rgba(0, 0, 0, .208);
}

.sun {
  color: var(--color--sun);
  width: 20px;
}

.path, .path-2 {
  border: 1px solid var(--color--text);
}

.moon {
  z-index: 1;
  width: auto;
  height: 16px;
  position: relative;
}

.switcher-column {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 29px;
  display: flex;
  position: relative;
}

.path-3 {
  color: var(--color--moon);
}

.text-block {
  font-size: 14rem;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 500;
}

.text-block-3 {
  color: var(--swatch--soft-grey);
}

.dark-side {
  color: var(--color--dark-theme);
  font-weight: 400;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.name {
  filter: contrast(200%);
  color: var(--color--text);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-2, .theme-claim {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.theme-claim-changer {
  width: 111px;
  position: relative;
}

.light-theme {
  color: var(--color--light-theme);
  font-weight: 400;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image {
  border-radius: 32px;
  margin-bottom: 0;
  position: relative;
}

.g {
  filter: blur(5px);
}

.g-2 {
  transform-origin: center;
  animation: 5s infinite mymove;
}

.svg {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: block;
}

.list {
  list-style-type: none;
  display: flex;
}

.menu-link {
  color: var(--color--text-unselected);
  writing-mode: vertical-rl;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
  transform: rotate(180deg);
}

.menu-link:hover, .menu-link.cta {
  color: var(--turquoise);
}

.menu {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.social {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-2 {
  width: 1.5rem;
}

.social-link {
  color: var(--color--text-unselected2);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.social-link:hover {
  color: var(--turquoise);
}

.social-link.linkedin {
  justify-content: center;
  align-items: center;
  width: 1.3rem;
  display: flex;
}

.path-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accent {
  color: var(--color--text-unselected2);
  line-height: 136%;
  display: inline-block;
}

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

.button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--turquoise);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--turquoise);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--turquoise);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--turquoise);
  color: var(--turquoise);
  writing-mode: vertical-rl;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 18px 6px;
  transform: rotate(180deg);
}

.central-line {
  background-color: var(--color--lines);
  width: 2px;
  min-height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.new-button {
  border: 1px solid var(--turquoise);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 106px;
  text-decoration: none;
  transition: font-size .3s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-button:hover {
  font-size: 14px;
}

.text-block-4 {
  z-index: 2;
  color: var(--turquoise);
  text-align: center;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 0;
  text-decoration: none;
  position: relative;
  transform: rotate(180deg);
}

.splash {
  z-index: 1;
  background-color: var(--accent);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.spline-scene {
  opacity: .8;
  width: 160px;
  height: 120px;
}

.button-1_bg {
  z-index: 3;
  color: var(--turquoise);
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(5, 2, 28, .65);
}

.button-1_bg:active {
  background-color: rgba(5, 2, 28, .4);
}

.button-1_glow {
  z-index: 0;
  filter: none;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  display: none;
  position: absolute;
  overflow: hidden;
}

.button-1 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(57, 19, 182, .35);
}

.button-1_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, rgba(255, 15, 51, .84), rgba(255, 102, 0, .86));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button-1_color._2 {
  background-image: linear-gradient(251deg, rgba(0, 119, 255, .8), rgba(173, 21, 255, .88));
  top: -30%;
  left: 29%;
}

.button-1_color._3 {
  background-image: linear-gradient(251deg, rgba(115, 0, 255, .84), rgba(232, 21, 255, .85));
  top: -30%;
  left: 8%;
}

.button-1_color._1 {
  top: -30%;
  left: -5%;
}

.button-1_color-wrap {
  background-color: #0e1229;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.label {
  z-index: 5;
  position: relative;
}

.button-1_bg-2 {
  z-index: 3;
  background-color: #01030e;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 95%;
  transition: all .3s ease-in-out;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button-1_bg-2:hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(5, 2, 28, .65);
}

.button-1_bg-2:active {
  background-color: rgba(5, 2, 28, .4);
}

.button_item {
  background-color: #1e1a25;
  border: 1px rgba(98, 119, 145, .25);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  display: flex;
}

.button-4 {
  z-index: 1;
  border: 2px solid var(--turquoise);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .35);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 54px;
  transition: all .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-4:hover {
  font-size: 16px;
  font-weight: 500;
}

.button-4:active {
  background-color: var(--white);
}

.button-4:focus-visible {
  background-color: var(--white);
}

.button-4[data-wf-focus-visible] {
  background-color: var(--white);
}

.button-4_wave-1 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid rgba(0, 209, 207, .8);
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4_wave-2 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #00d1cf;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-4_wave-3 {
  opacity: 0;
  filter: blur(1px);
  background-image: none;
  border: .4px solid #00d1cf;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

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

.text-block-5:hover {
  text-shadow: none;
  font-size: 16px;
  font-weight: 500;
}

.div-block-4 {
  border: 1px solid var(--turquoise);
  opacity: .7;
  border-radius: 20px;
  width: 34px;
  height: 106px;
  position: absolute;
}

.div-block-4:hover {
  width: 41px;
  height: 112px;
}

.h2 {
  color: var(--color--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
  position: relative;
}

.h2.pf-tiltle, .h2.testimonials {
  margin-bottom: 0;
}

.text-span {
  color: var(--turquoise);
}

.about-me {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  width: 100%;
}

.experience {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 40px;
  display: flex;
}

.text-body {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 350px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.text-body.right-align {
  color: var(--color--text);
  text-align: right;
  width: 350px;
}

.text-body.left-align {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.academics {
  flex-flow: column;
  align-items: stretch;
  width: 350px;
  display: flex;
}

.img-container {
  width: 28px;
}

.line {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color--text);
  align-items: center;
  height: 32px;
  display: flex;
}

.lines {
  background-color: var(--color--lines);
  color: var(--color--lines);
  width: 2px;
}

.line-app-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.app-block {
  aspect-ratio: 1;
  border: 1px solid var(--color--lines);
  background-color: var(--color--bg-box);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 6rem;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.app-block:hover {
  box-shadow: 1px 2px 10px 0 var(--color--shadow);
  transform: translate(0, -6px);
}

.app-block:active {
  box-shadow: 1px 2px 10px 0 var(--color--shadow);
}

.image-2 {
  height: 2.6rem;
}

.image-2.multiply {
  mix-blend-mode: multiply;
}

.line-app-block2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.image-3 {
  mix-blend-mode: normal;
  height: 23px;
}

.last-intro-line {
  background-image: linear-gradient(180deg, var(--turquoise), var(--turquoise) 56%, rgba(0, 209, 207, 0));
  justify-content: center;
  align-items: flex-start;
  width: 2px;
  height: 240px;
  display: flex;
}

.portfolio {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 75px;
  display: flex;
}

.pf-line {
  background-image: linear-gradient(180deg, rgba(0, 209, 207, 0), var(--turquoise) 30%, var(--turquoise) 70%, rgba(0, 209, 207, 0));
  justify-content: center;
  align-items: flex-start;
  width: 2px;
  height: 300px;
  margin-bottom: 20px;
  display: flex;
}

.text-span-2 {
  color: var(--turquoise);
}

.spline-scene-5 {
  opacity: .9;
  width: 160px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pf-container {
  padding-left: 20px;
  padding-right: 20px;
}

.pf-card-container {
  grid-column-gap: 2%;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pf-project {
  aspect-ratio: 3 / 2;
  border: 1px solid var(--color--lines);
  object-fit: cover;
  background-image: url('../images/Behance-cover.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  width: 32%;
  overflow: hidden;
}

.pf-project.losscaner {
  aspect-ratio: auto;
}

.pf-project.gemweb {
  background-image: url('../images/gemweb.png');
}

.pf-project.sempiterno {
  background-image: url('../images/Beehance-cover.jpg');
}

.pf-project.academyverse {
  aspect-ratio: auto;
  background-image: url('../images/Academyverse.png');
}

.pf-project.solera {
  background-image: url('../images/Behance-cover_1.jpg');
}

.pf-project.pte {
  background-image: url('../images/PTE.png');
}

.pf-project.rfea {
  aspect-ratio: auto;
  background-image: url('../images/rfea-pf.png');
}

.pf-project.fetri {
  background-image: url('../images/FETRI.png');
}

.pf-project.union {
  background-image: url('../images/cover.png');
}

.flip-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 1px solid var(--turquoise);
  background-color: var(--color--bg-flip-box);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 28px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.6rem 2.5rem 1.8rem;
  display: flex;
}

.countup {
  color: var(--color--text);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 4rem;
}

.countup.percent {
  font-weight: 500;
}

.countup-container {
  display: flex;
}

.sub-text {
  color: var(--color--text);
  font-weight: 300;
}

.flipbox-rightpanel {
  aspect-ratio: auto;
  height: 50px;
}

.flipbox-rightpanel.gemweb {
  object-fit: fill;
}

.flip-box-toppanel {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pf-button {
  border: 1px solid var(--turquoise);
  color: var(--turquoise);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
}

.pf-button:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--color--bg);
  font-weight: 500;
  transform: scale(1.1);
}

.pf-button.soon {
  display: none;
}

.image-4 {
  height: 23px;
}

.reviews {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.text-span-3 {
  color: var(--turquoise);
  line-height: 3.5rem;
}

.review-text {
  color: var(--color--text);
  text-align: left;
  font-weight: 300;
  line-height: 21px;
}

.review-title {
  color: var(--color--text);
  text-align: left;
  font-weight: 700;
  line-height: 24px;
}

.text-span-4 {
  font-weight: 300;
  line-height: 24px;
}

.review-company {
  aspect-ratio: 1;
  border: 1px solid var(--color--lines);
  background-color: var(--swatch--white);
  object-fit: contain;
  border-radius: 20px;
  height: 40px;
  padding: 6px;
}

.review-head {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color--lines);
  background-color: var(--color--bg-box);
  border-radius: 28px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 34px 30px;
  transition: all .2s;
  display: flex;
}

.review-column {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  flex: 1;
  width: auto;
  display: flex;
}

.review-column.first-column {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.review-container {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-6 {
  z-index: 1;
  width: 100%;
  height: 100px;
  margin-top: 4px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  background-color: var(--white);
  background-image: linear-gradient(180deg, var(--white) 49%, var(--swatch--white) 50%);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -16px;
  padding-top: 90px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer.me {
  background-color: var(--white);
  background-image: none;
  height: auto;
  padding-bottom: 0;
}

.div-block-7 {
  width: 150px;
}

.email {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 0%;
  right: 0%;
}

.footer-cta {
  z-index: 2;
  border: 1px solid var(--turquoise);
  color: var(--turquoise);
  cursor: pointer;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 20px;
  width: 200px;
  margin-bottom: 0;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: auto;
  box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
}

.footer-cta:hover {
  background-color: var(--turquoise);
  color: var(--swatch--white);
  transform: scale(1.1);
}

.footer-cta.hover {
  color: var(--swatch--white);
}

.html-embed {
  background-color: var(--color--lines);
  cursor: pointer;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1116px;
  padding: 1px;
  display: flex;
  position: relative;
}

.cursor {
  background-color: var(--accent);
  border-radius: 20px;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor-area {
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button-wrapper {
  background-color: var(--accent);
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  padding-left: .3em;
  font-size: 1.2em;
  font-weight: 600;
  display: none;
  position: absolute;
}

.play-button-wrapper.is-mobile {
  display: none;
}

.play-button-text {
  font-size: 1.4em;
}

.video-lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.lightbox-video-thumbnail {
  width: 100%;
  height: 0%;
  padding-bottom: 54.25%;
}

.section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.center-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.video {
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.pause-button-text {
  letter-spacing: 0;
  font-size: 1.3em;
  display: none;
}

.research-h1 {
  padding-right: 12px;
  display: inline-block;
}

.research-h1.design {
  padding-right: 0;
}

.design-h1 {
  padding-right: 12px;
  display: inline-block;
}

.design-h1.design {
  padding-right: 0;
}

.prototype-h1 {
  padding-right: 12px;
  display: inline-block;
}

.test-h1 {
  display: inline-block;
}

.central-line-turquoise {
  background-image: linear-gradient(180deg, rgba(0, 209, 207, 0), var(--turquoise) 25%, var(--turquoise) 75%, rgba(0, 209, 207, 0));
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 200px;
  display: flex;
}

.div-block-8 {
  background-image: radial-gradient(circle farthest-corner at 50% 0%, var(--turquoise) 63%, var(--color--lines));
  width: 1116px;
  height: 600px;
}

.horizontal-turquoise {
  z-index: 2;
  background-image: linear-gradient(90deg, rgba(0, 209, 207, 0), var(--turquoise) 25%, #00d1cf 75%, rgba(0, 209, 207, 0));
  box-shadow: 0 -1px 18px 0 var(--turquoise);
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 2px;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spline-scene-6 {
  object-fit: fill;
  width: 500px;
  height: 300px;
}

.project-indicator {
  color: var(--color--text);
  font-size: 3.5rem;
  line-height: 4rem;
}

.lottie-animation {
  z-index: 0;
  width: 750px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-me {
  background-color: var(--swatch--white);
  background-image: linear-gradient(180deg, var(--white) 75%, var(--swatch--white));
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.footer-me.me, .footer-me.me-copy {
  background-color: var(--white);
  background-image: none;
  height: auto;
  padding-bottom: 0;
}

.image-5 {
  z-index: 2;
  position: relative;
}

.div-block-9 {
  position: relative;
  top: 0;
}

.bold-text {
  font-weight: 300;
}

.text-block-6 {
  color: var(--turquoise);
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

@media screen and (min-width: 1440px) {
  .button-1 {
    transform: scale(1.15);
  }

  .label {
    z-index: 5;
  }

  .button_item {
    height: 320px;
  }

  .button-4 {
    transform: scale(1.2);
  }

  .h2 {
    margin-bottom: 40px;
  }

  .about-me {
    overflow: hidden;
  }

  .image-3 {
    height: 23px;
  }

  .pf-line {
    margin-bottom: 0;
  }

  .pf-container {
    margin-bottom: 60px;
  }

  .pf-project.gemweb {
    background-image: url('../images/gemweb.png');
    background-size: cover;
  }

  .pf-project.sempiterno {
    background-image: url('../images/Beehance-cover.jpg');
  }

  .pf-project.academyverse {
    background-image: url('../images/Academyverse.png');
  }

  .pf-project.solera {
    background-image: url('../images/Behance-cover_1.jpg');
  }

  .flip-box {
    opacity: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .image-4 {
    height: 23px;
  }

  .reviews {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-span-3 {
    color: var(--turquoise);
  }

  .review-text {
    color: var(--color--text);
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
  }

  .review-title {
    color: var(--color--text);
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }

  .text-span-4 {
    font-weight: 300;
  }

  .review-company {
    aspect-ratio: 1;
    border: 1px solid var(--color--lines);
    object-fit: contain;
    background-color: #fff;
    border-radius: 20px;
    height: 40px;
    padding: 6px;
  }

  .review-company.bkool {
    aspect-ratio: 1;
    object-fit: contain;
  }

  .review-head {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    align-items: center;
    display: flex;
  }

  .review {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid var(--color--lines);
    background-color: var(--color--bg-box);
    border-radius: 28px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 34px 30px;
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
    display: flex;
  }

  .review:hover {
    box-shadow: 0 2px 20px 0 var(--color--shadow);
  }

  .review-column {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    flex-flow: column;
    display: flex;
  }

  .review-column.last-column {
    align-items: stretch;
  }

  .review-container {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .div-block-6 {
    z-index: 1;
    background-image: linear-gradient(180deg, var(--color--bg), transparent);
    width: 100%;
    height: 100px;
    padding-bottom: 0;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .email {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-cta:hover {
    color: var(--swatch--white);
  }

  .html-embed {
    border-radius: 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1126px;
    padding-left: 1px;
    padding-right: 1px;
    display: flex;
  }

  .video {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-me {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .button-1 {
    transform: scale(1.4);
  }

  .button_item {
    height: 380px;
  }

  .button-4 {
    transform: scale(1.4);
  }

  .html-embed {
    padding-left: 1px;
    padding-right: 1px;
  }

  .project-indicator {
    color: var(--color--text);
  }
}

@media screen and (max-width: 991px) {
  .button_item {
    height: 270px;
  }

  .experience {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-body.right-align {
    width: 270px;
  }

  .academics {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 270px;
  }

  .app-block {
    border-radius: 26px;
    width: 5.4rem;
  }

  .pf-project.losscaner, .pf-project.gemweb, .pf-project.sempiterno, .pf-project.academyverse, .pf-project.solera, .pf-project.pte, .pf-project.rfea, .pf-project.fetri, .pf-project.union {
    width: 49%;
  }

  .review-text {
    color: var(--color--text);
    font-size: 12px;
    line-height: 19px;
  }

  .review-head {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .review {
    padding: 24px;
  }

  .review-column, .review-column.first-column, .review-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cursor-area {
    display: none;
  }

  .play-button-wrapper.is-mobile {
    display: flex;
    transform: rotate(-17deg);
  }

  .project-indicator {
    color: var(--color--text);
  }

  .lottie-animation {
    width: 100%;
  }

  .footer-me {
    padding-bottom: 0;
  }

  .napier {
    margin-top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    width: 60px;
  }

  .body {
    margin-left: 60px;
  }

  .h1 {
    font-size: 2.8rem;
    line-height: 118%;
  }

  .theme-selector {
    padding-top: 18px;
    padding-right: 26px;
  }

  .dark-side, .name {
    font-size: 12px;
  }

  .theme-claim-changer {
    width: 98px;
  }

  .light-theme {
    font-size: 12px;
  }

  .svg {
    width: 36px;
  }

  .accent {
    font-size: 2.8rem;
    line-height: 110%;
  }

  .button_item {
    justify-content: center;
    height: 230px;
  }

  .h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
  }

  .experience {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .text-body.right-align {
    text-align: center;
    width: 360px;
  }

  .text-body.left-align {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .academics {
    justify-content: flex-start;
    align-items: stretch;
    width: 360px;
  }

  .line {
    object-fit: fill;
    justify-content: center;
    align-items: center;
  }

  .line-app-block {
    width: 90%;
  }

  .app-block {
    border-radius: 20px;
  }

  .image-2 {
    height: 2rem;
  }

  .line-app-block2 {
    width: 90%;
  }

  .pf-project.solera, .pf-project.union {
    aspect-ratio: auto;
  }

  .flip-box {
    padding: 1.2rem 1.5rem;
  }

  .countup {
    font-size: 2.8rem;
  }

  .sub-text {
    font-size: 12px;
    line-height: 18px;
  }

  .flipbox-rightpanel {
    height: 40px;
    margin-top: 6px;
  }

  .flipbox-rightpanel.gemweb {
    height: 40px;
    margin-top: 6px;
    padding-top: 0;
  }

  .review-column.last-column {
    display: none;
  }

  .html-embed {
    border-radius: 32px;
  }

  .play-button-wrapper.is-mobile {
    font-size: 2.2vw;
  }

  .research-h1 {
    padding-right: 8px;
    font-size: 2.8rem;
    line-height: 110%;
  }

  .design-h1 {
    font-size: 2.8rem;
    line-height: 110%;
  }

  .prototype-h1 {
    padding-right: 8px;
    font-size: 2.8rem;
    line-height: 110%;
  }

  .test-h1 {
    font-size: 2.8rem;
    line-height: 110%;
  }

  .project-indicator {
    font-size: 2.8rem;
  }

  .napier {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    z-index: 5;
    border: 1px #000;
    border-radius: 0;
    height: auto;
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .body {
    margin-left: 0;
    margin-right: 0;
  }

  .intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 2rem;
  }

  .theme-claim, .menu, .social {
    display: none;
  }

  .accent {
    font-size: 2rem;
  }

  .central-line {
    min-height: 80%;
  }

  .button_item {
    height: 250px;
  }

  .h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .h2.testimonials {
    line-height: 1rem;
  }

  .about-me {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-body.right-align {
    justify-content: center;
    align-items: center;
    width: 285px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-body.left-align {
    font-size: 14px;
  }

  .img-container {
    width: 22px;
  }

  .line-app-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .app-block {
    border-radius: 14px;
    padding: 10px;
  }

  .image-2 {
    aspect-ratio: auto;
    object-fit: contain;
    width: auto;
    height: 1.6rem;
    padding-top: 1px;
  }

  .line-app-block2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .pf-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pf-card-container {
    grid-column-gap: 2%;
    grid-row-gap: 4px;
  }

  .flip-box {
    border-radius: 28px;
    padding: .8rem 1rem;
  }

  .countup {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }

  .sub-text {
    font-size: 10px;
    line-height: 16px;
  }

  .flipbox-rightpanel, .flipbox-rightpanel.gemweb {
    height: 34px;
    margin-top: 9px;
  }

  .pf-button {
    padding: 4px 8px;
    font-size: 10px;
  }

  .review-text {
    font-size: 8px;
    line-height: 13px;
  }

  .review-title, .review-title.conersys {
    font-size: 12px;
    line-height: 18px;
  }

  .text-span-4 {
    line-height: 18px;
  }

  .review-company {
    height: 30px;
  }

  .review {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 19px;
    padding: 12px;
  }

  .review-column, .review-column.first-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .review-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    height: 50px;
  }

  .footer-cta {
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .html-embed {
    width: 100%;
  }

  .video {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .research-h1, .design-h1, .prototype-h1, .test-h1 {
    font-size: 2rem;
  }

  .horizontal-turquoise {
    width: 50%;
  }

  .project-indicator {
    font-size: 2.2rem;
    line-height: 3.5rem;
  }

  .lottie-animation {
    margin-top: 50px;
  }

  .image-5 {
    margin-bottom: 50px;
  }
}


@font-face {
  font-family: 'Ventureira';
  src: url('../fonts/Ventureira-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ventureira';
  src: url('../fonts/Ventureira-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ventureira';
  src: url('../fonts/Ventureira-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ventureira';
  src: url('../fonts/Ventureira-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}