html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #171717;
  color: #faf9f6;
  margin: 0;
  padding: 0;
}

.container {
  display: grid;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 3vw 1fr 3vw;
  overflow: hidden;
}

.container.scroll-lock {
  overflow: hidden;
}

@media only screen and (max-width: 56.25em) {
  .container {
    grid-template-columns: 5.5vw 1fr 5.5vw;
  }
}

.no-cursor {
  cursor: none;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.4rem;
  background-color: #faf9f6;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: difference;
}

.cursor-2 {
  pointer-events: none;
  position: fixed;
  padding: 3.5rem;
  background-color: #faf9f6;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.1;
  mix-blend-mode: difference;
}

.cursor-view-site-text {
  display: none;
  transition: transform 0.3s ease;
  text-align: center;
  color: #171717;
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  line-height: 1rem;
  top: -0.4rem;
  left: 0;
  font-size: 1.1rem;
}

.cursor-view-demo-text {
  display: none;
  transition: transform 0.3s ease;
  text-align: center;
  color: #171717;
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  line-height: 1rem;
  top: -0.4rem;
  left: 0;
  font-size: 1.1rem;
}

.cursor-view-site-text-active {
  display: block;
}

.cursor-view-demo-text-active {
  display: block;
}

.animate-cursor {
  transform: translate(-50%, -50%) scale(3.5);
  opacity: 1;
}

.animate-cursor-2 {
  transform: translate(-50%, -50%) scale(0);
}

.animate-cursor-big {
  transform: translate(-50%, -50%) scale(15);
  opacity: 1;
}

.animate-cursor-view-site {
  transform: translate(-50%, -50%) scale(3);
  mix-blend-mode: unset;
  padding: 1.5rem;
  opacity: 1;
}

.animate-cursor-view-demo {
  transform: translate(-50%, -50%) scale(3);
  mix-blend-mode: unset;
  padding: 1.5rem;
  opacity: 1;
}

.hover-view-site,
.hover-view-demo {
  cursor: none;
}

.you-smart-gif {
  display: none;
}

.troy-abed-handshake-gif {
  display: none;
}

.profile-pic {
  height: 80rem;
  position: relative;
}

.profile-pic--wave-emoji {
  font-size: 5rem;
  position: absolute;
  left: 3.5rem;
  bottom: 3rem;
  font-family: "Bebas Neue", sans-serif;
}

.wave {
  display: inline-block;
  animation: wave 1s infinite ease-in-out;
  transform-origin: bottom right;
}

@keyframes wave {
  50% {
    transform: rotate(30deg);
  }
}

.profile-pic__container {
  display: none;
}

.gif-active {
  display: block;
}

.animate-cursor-gif {
  mix-blend-mode: unset;
  border-radius: 100%;
  background-color: transparent;
  padding: 0;
  display: block;
}

.cursors div {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #faf9f6;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
}

h1 {
  font-family: mono45-headline, monospace;
  font-style: normal;
  text-transform: uppercase;
}

h3 {
  color: #171717;
  font-family: mono45-headline, monospace;
  font-weight: 500;
  font-size: 2rem;
}

h4 {
  color: #171717;
  font-family: europa, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.8;
}

h5 {
  color: #171717;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.001rem;
  font-weight: 400;
  line-height: 0.8rem;
}

p {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.loading-screen {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  z-index: 9004;
}

.loading-screen-addition {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #faf9f6;
  z-index: 9001;
}

.loading-intro {
  margin: 0;
  padding: 0;
  top: 50%;
  text-align: center;
  position: absolute;
  z-index: 9004;
  width: 100%;
  visibility: hidden;
}

.loading-intro__text {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2rem;
  display: inline-block;
}

.loading-intro__text--last-name {
  padding-left: 1.3rem;
}

.loading-intro__cover {
  background-color: #0a0a0a;
  width: 25rem;
  height: 20px;
  margin: 0 auto;
  z-index: 9002;
  position: relative;
}

.mobile-menu {
  background-color: #171717;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9002;
  padding: 2.5rem;
  padding-top: 7rem;
}

.mobile-menu__content a {
  text-decoration: none;
  color: #faf9f6;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu__content h2 {
  font-size: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
  letter-spacing: 1.2rem;
}

.mobile-menu.open {
  display: block;
}

@keyframes slide-down-menu {
  0% {
    transform: translateY(-110vh);
  }
  100% {
    transform: translateY(0vh);
  }
}

@keyframes slide-up-menu {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(-110vh);
  }
}

.animate-menu-down {
  animation: slide-down-menu 0.2s linear forwards;
}

.animate-menu-up {
  animation: slide-up-menu 0.2s linear forwards;
}

@keyframes fade-in-links {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
  }
}

.fade-in-links--about {
  animation: fade-in-links 0.3s ease-in-out forwards;
}

.fade-in-links--projects {
  animation: fade-in-links 0.6s ease-in-out forwards;
}

.easter-eggs-hint {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 56.25em) {
  .easter-eggs-hint {
    display: none;
  }
}

.easter-eggs-hint--text {
  position: fixed;
  right: 10rem;
  bottom: 2rem;
  color: #faf9f6;
  opacity: 0;
  letter-spacing: 0.322vw;
  line-height: 2.8rem;
  transition: all 0.3s ease;
  mix-blend-mode: difference;
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.easter-eggs-hint--text svg {
  fill: #faf9f6;
  opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  margin-left: 0.4rem;
}

.easter-eggs-hint--text.open {
  opacity: 1;
}

.easter-eggs-hint svg {
  fill: #faf9f6;
  opacity: 0.5;
  width: 3.5rem;
  height: 3.5rem;
}

.easter-eggs-hint svg:hover {
  opacity: 1;
}

.scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  bottom: 2.5rem;
  right: 2.5rem;
  transition: all 0.3s ease;
  background-color: #faf9f6;
  color: #171717;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 31.25em) {
  .scroll-to-top {
    display: none;
  }
}

.scroll-to-top svg {
  width: 3rem;
  transition: all 0.3s ease-in;
}

.home {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  width: 100%;
  height: calc(100vh - 10.65rem);
  height: 100vh;
  position: relative;
  z-index: 1;
}

.home__flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 10.65rem);
  height: 100vh;
}

.home__flex-container h1 {
  font-weight: 400;
  font-size: 10rem;
  text-transform: none;
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

.home__text {
  display: flex;
  flex-direction: column;
}

.home__view-projects {
  margin-top: 5rem;
}

.home__view-projects a {
  color: inherit;
  text-underline-offset: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home__view-projects svg {
  width: 2.4rem;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background: #171717;
  color: #faf9f6;
  margin: 0;
  padding: 0;
}

.container {
  display: grid;
  grid-template-rows: min-content min-content min-content;
  grid-template-columns: 3vw 1fr 3vw;
  overflow: hidden;
}

.container.scroll-lock {
  overflow: hidden;
}

@media only screen and (max-width: 56.25em) {
  .container {
    grid-template-columns: 5.5vw 1fr 5.5vw;
  }
}

.no-cursor {
  cursor: none;
}

.cursor {
  pointer-events: none;
  position: fixed;
  padding: 0.4rem;
  background-color: #faf9f6;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
  mix-blend-mode: difference;
}

.cursor-2 {
  pointer-events: none;
  position: fixed;
  padding: 3.5rem;
  background-color: #faf9f6;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.1;
  mix-blend-mode: difference;
}

.cursor-view-site-text {
  display: none;
  transition: transform 0.3s ease;
  text-align: center;
  color: #171717;
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  line-height: 1rem;
  top: -0.4rem;
  left: 0;
  font-size: 1.1rem;
}

.cursor-view-demo-text {
  display: none;
  transition: transform 0.3s ease;
  text-align: center;
  color: #171717;
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  line-height: 1rem;
  top: -0.4rem;
  left: 0;
  font-size: 1.1rem;
}

.cursor-view-site-text-active {
  display: block;
}

.cursor-view-demo-text-active {
  display: block;
}

.animate-cursor {
  transform: translate(-50%, -50%) scale(3.5);
  opacity: 1;
}

.animate-cursor-2 {
  transform: translate(-50%, -50%) scale(0);
}

.animate-cursor-big {
  transform: translate(-50%, -50%) scale(15);
  opacity: 1;
}

.animate-cursor-view-site {
  transform: translate(-50%, -50%) scale(3);
  mix-blend-mode: unset;
  padding: 1.5rem;
  opacity: 1;
}

.animate-cursor-view-demo {
  transform: translate(-50%, -50%) scale(3);
  mix-blend-mode: unset;
  padding: 1.5rem;
  opacity: 1;
}

.hover-view-site,
.hover-view-demo {
  cursor: none;
}

.you-smart-gif {
  display: none;
}

.troy-abed-handshake-gif {
  display: none;
}

.profile-pic {
  height: 80rem;
  position: relative;
}

.profile-pic--wave-emoji {
  font-size: 5rem;
  position: absolute;
  left: 3.5rem;
  bottom: 3rem;
  font-family: "Bebas Neue", sans-serif;
}

.wave {
  display: inline-block;
  animation: wave 1s infinite ease-in-out;
  transform-origin: bottom right;
}

@keyframes wave {
  50% {
    transform: rotate(30deg);
  }
}

.profile-pic__container {
  display: none;
}

.gif-active {
  display: block;
}

.animate-cursor-gif {
  mix-blend-mode: unset;
  border-radius: 100%;
  background-color: transparent;
  padding: 0;
  display: block;
}

.cursors div {
  pointer-events: none;
  position: fixed;
  padding: 0.3rem;
  background-color: #faf9f6;
  border-radius: 50%;
  transition: transform 0.3s ease;
  transform: translate(-50%, -50%);
  z-index: 1;
}

h1 {
  font-family: mono45-headline, monospace;
  font-style: normal;
  text-transform: uppercase;
}

h3 {
  color: #171717;
  font-family: mono45-headline, monospace;
  font-weight: 500;
  font-size: 2rem;
}

h4 {
  color: #171717;
  font-family: europa, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.8;
}

h5 {
  color: #171717;
  font-family: "Bebas Neue", sans-serif;
  font-size: 0.001rem;
  font-weight: 400;
  line-height: 0.8rem;
}

p {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.loading-screen {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #0a0a0a;
  z-index: 9004;
}

.loading-screen-addition {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #faf9f6;
  z-index: 9001;
}

.loading-intro {
  margin: 0;
  padding: 0;
  top: 50%;
  text-align: center;
  position: absolute;
  z-index: 9004;
  width: 100%;
  visibility: hidden;
}

.loading-intro__text {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2rem;
  display: inline-block;
}

.loading-intro__text--last-name {
  padding-left: 1.3rem;
}

.loading-intro__cover {
  background-color: #0a0a0a;
  width: 25rem;
  height: 20px;
  margin: 0 auto;
  z-index: 9002;
  position: relative;
}

.mobile-menu {
  background-color: #171717;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9002;
  padding: 2.5rem;
  padding-top: 7rem;
}

.mobile-menu__content a {
  text-decoration: none;
  color: #faf9f6;
  -webkit-tap-highlight-color: transparent;
}

.mobile-menu__content h2 {
  font-size: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
  letter-spacing: 1.2rem;
}

.mobile-menu.open {
  display: block;
}

@keyframes slide-down-menu {
  0% {
    transform: translateY(-110vh);
  }
  100% {
    transform: translateY(0vh);
  }
}

@keyframes slide-up-menu {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(-110vh);
  }
}

.animate-menu-down {
  animation: slide-down-menu 0.2s linear forwards;
}

.animate-menu-up {
  animation: slide-up-menu 0.2s linear forwards;
}

@keyframes fade-in-links {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
  }
}

.fade-in-links--about {
  animation: fade-in-links 0.3s ease-in-out forwards;
}

.fade-in-links--projects {
  animation: fade-in-links 0.6s ease-in-out forwards;
}

.easter-eggs-hint {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 56.25em) {
  .easter-eggs-hint {
    display: none;
  }
}

.easter-eggs-hint--text {
  position: fixed;
  right: 10rem;
  bottom: 2rem;
  color: #faf9f6;
  opacity: 0;
  letter-spacing: 0.322vw;
  line-height: 2.8rem;
  transition: all 0.3s ease;
  mix-blend-mode: difference;
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.easter-eggs-hint--text svg {
  fill: #faf9f6;
  opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  margin-left: 0.4rem;
}

.easter-eggs-hint--text.open {
  opacity: 1;
}

.easter-eggs-hint svg {
  fill: #faf9f6;
  opacity: 0.5;
  width: 3.5rem;
  height: 3.5rem;
}

.easter-eggs-hint svg:hover {
  opacity: 1;
}

.scroll-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  bottom: 2.5rem;
  right: 2.5rem;
  transition: all 0.3s ease;
  background-color: #faf9f6;
  color: #171717;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 31.25em) {
  .scroll-to-top {
    display: none;
  }
}

.scroll-to-top svg {
  width: 3rem;
  transition: all 0.3s ease-in;
}

.header__hamburger-btn,
.header__hamburger-btn::after,
.header__hamburger-btn:before {
  width: 3rem;
  height: 0.4rem;
}

.header {
  width: 100%;
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  margin-top: 3rem;
  width: 100%;
  border-bottom: 1.5px solid #faf9f6;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

@media only screen and (max-width: 31.25em) {
  .header {
    border-bottom: unset;
    padding-bottom: unset;
  }
}

.header__intro {
  margin-bottom: 10rem;
  padding: 0 4.5vw;
  text-align: center;
}

.header__intro h1 {
  font-size: 5rem;
  font-weight: 300;
  margin: 0;
}

.header__folio {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-family: mono45-headline, monospace;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2rem;
  grid-column: 2 / 3;
  grid-row: 1 / -1;
  width: fit-content;
  margin: 0 auto;
}

@media only screen and (max-width: 56.25em) {
  .header__folio {
    display: none;
  }
}

.header__hamburger-btn {
  position: relative;
  transform: translateY(1rem);
  background: #faf9f6;
  transition: all 0ms 200ms;
  z-index: 9002;
  -webkit-tap-highlight-color: transparent;
}

.header__hamburger-btn__container {
  display: none;
  grid-column: 3 / 4;
  grid-row: 1 / -1;
  justify-self: end;
  width: 3rem;
  height: 2.4rem;
  cursor: pointer;
}

@media only screen and (max-width: 75em) {
  .header__hamburger-btn__container {
    display: block;
  }
}

.header__hamburger-btn.animate-btn {
  background: rgba(250, 249, 246, 0);
}

.header__hamburger-btn.animate-btn:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__hamburger-btn.animate-btn:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__hamburger-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1rem;
  background: #faf9f6;
  transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__hamburger-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  background: #faf9f6;
  transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__heading {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2rem;
  padding-bottom: 0.5rem;
  width: fit-content;
}

.header__heading__container {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}

.header__heading__container a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (max-width: 31.25em) {
  .header__heading__container {
    grid-column: 1 / -1;
  }
}

.header__subheading {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.header__subheading div {
  width: fit-content;
}

.content {
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content__hero {
  margin-left: 15%;
}

.content__hero h1 {
  font-size: 25rem;
  font-weight: 300;
}

.content__subcontent {
  width: 50rem;
  margin-right: 15%;
}

.content__subcontent h2 {
  font-size: 2.4rem;
  font-family: europa, sans-serif;
  font-weight: 400;
}

.content__subtext {
  padding-left: 0.7rem;
  max-width: 56rem;
}

.projects__btn {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}

.projects__btn__cover {
  position: absolute;
  width: 75px;
  height: 25px;
  bottom: -2.2rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #171717;
}

.projects__btn p {
  margin: 0;
}

.projects__btn a {
  color: inherit;
  text-decoration: none;
}

.projects__btn--arrow-down-icon {
  width: 1.6rem;
  color: inherit;
  transition: all 0.2s ease;
}

.projects__btn:hover .projects__btn--arrow-down-icon {
  transform: translateY(20px);
  opacity: 0;
}

.nav-wrapper {
  position: fixed;
  padding: 3rem 0;
  top: 0;
  right: 2.4vw;
  width: 100%;
  width: min-content;
  mix-blend-mode: difference;
  z-index: 9003;
}

.nav-wrapper span {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 1.2rem;
  transition: all 0.1s ease;
}

nav:hover span {
  opacity: 0.2;
}

nav:hover span:hover {
  opacity: 1;
}

nav a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

@media only screen and (max-width: 75em) {
  nav {
    display: none;
  }
}

.nav__links {
  display: flex;
  width: 100%;
}

.nav__link {
  display: flex;
}

.nav__link:not(:last-child) {
  margin-right: 3rem;
}

.nav__link span {
  padding-bottom: 0.5rem;
}

.nav__link__subheading {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.footer {
  width: 100%;
  padding: 2.5rem 0;
  grid-column: 2 / 3;
  grid-row: 3 / 4;
  display: flex;
  flex-direction: column;
  padding: 0 15%;
  margin-bottom: 10rem;
  margin-bottom: 8rem;
  align-items: center;
}

@media screen and (max-width: 31.25em) {
  .footer__line-break {
    display: none;
  }
}

.footer__email {
  font-size: 11rem;
  font-weight: 300;
}

@media only screen and (max-width: 75em) {
  .footer__email {
    font-size: 7rem;
  }
}

@media only screen and (max-width: 40.625em) {
  .footer__email {
    font-size: 3rem;
  }
}

.footer__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1rem;
}

.footer__link--email-border {
  width: 100%;
  margin-bottom: 9.1rem;
}

@media only screen and (max-width: 31.25em) {
  .footer__link--text {
    display: none;
  }
}

.footer__icon {
  width: 1.1rem;
  transition: all 0.1s ease;
}

.footer__icon--download {
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}

.footer__icon--external-link {
  width: 1.4rem;
  transform: rotate(-45deg);
  margin-bottom: 0rem;
}

.footer__cover--bottom {
  position: fixed;
  bottom: 0;
  right: 5rem;
  height: 25px;
  width: 60px;
  background-color: #171717;
}

.contacts {
  display: flex;
}

.contacts:hover .footer__link {
  opacity: 0.2;
}

.contacts:hover .footer__link:hover {
  opacity: 1;
}

.contacts a {
  color: inherit;
  color: #faf9f6;
  text-decoration: none;
  transition: all 0.1s ease;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 31.25em) {
  .contacts a {
    opacity: 1;
  }
}

.contacts a p {
  margin: 0;
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
}

.contacts a .footer__icon {
  font-size: 2.5rem;
  margin-top: 1rem;
  margin-right: 1.3rem;
}

@media only screen and (max-width: 31.25em) {
  .contacts a .footer__icon {
    opacity: 1;
  }
}

.contacts a .footer__icon--github {
  margin-right: 1.5rem;
}

.contacts a:hover .footer__icon {
  opacity: 1;
}

.projects {
  width: 100%;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  margin-top: 10rem;
  padding-right: 10vw;
  display: flex;
}

@media only screen and (max-width: 56.25em) {
  .projects {
    display: block;
    margin-top: 7rem;
    padding-right: 0;
  }
}

.projects__heading {
  font-size: 19rem;
  font-weight: 300;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300;
  font-size: 19rem;
  writing-mode: vertical-rl;
  line-height: 0.7;
  margin-right: 5rem;
}

@media only screen and (max-width: 56.25em) {
  .projects__heading {
    writing-mode: unset;
    word-break: break-all;
    line-height: 0.8;
    margin-right: 1rem;
    font-size: 20.5rem;
  }
}

.projects__card {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15rem;
  transition: all 0.3s ease-in-out;
  height: min-content;
  overflow: hidden;
}

.projects__card--01 {
  border-top: 1px #faf9f6;
}

@media only screen and (max-width: 75em) {
  .projects__card {
    display: block;
    margin-bottom: 0;
  }
}

.projects__card__container {
  width: 100%;
  padding: 0 2vw;
}

.projects__card__container a {
  text-decoration: none;
}

@media only screen and (max-width: 75em) {
  .projects__card__container {
    padding-top: 5rem;
  }
}

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

.projects__card__text__container {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #faf9f6;
  padding-bottom: 0.2rem;
}

.projects__card__img {
  transition: transform 0.2s ease-in-out;
  width: 100%;
}

@media only screen and (max-width: 75em) {
  .projects__card__img {
    display: none;
  }
}

.projects__card__img:hover {
  transform: scale(1.05);
}

.projects__card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects__card__wrapper {
  width: 100%;
  padding: 0 4vw;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  position: relative;
}

@media only screen and (max-width: 56.25em) {
  .projects__card__wrapper {
    padding: 0;
    border-bottom: 1px solid #faf9f6;
  }
}

.projects__card__headings {
  display: flex;
  justify-content: space-between;
  border-bottom: 1.5px solid #faf9f6;
}

@media only screen and (max-width: 56.25em) {
  .projects__card__headings {
    border-bottom: unset;
  }
}

.projects__card__headings h3 {
  color: #faf9f6;
  margin-bottom: 0.2rem;
  font-weight: 300;
  font-size: 4.2rem;
}

@media only screen and (max-width: 75em) {
  .projects__card__headings h3 {
    font-size: 5rem;
    font-size: 3rem;
  }
}

.projects__card__buttons {
  display: flex;
  align-items: center;
  margin-bottom: 1.9rem;
}

.projects__card__buttons--more-info {
  color: inherit;
  display: flex;
  align-items: center;
}

.projects__card__buttons--more-info p {
  margin-left: 0.5rem;
}

.projects__card__buttons a {
  color: inherit;
}

.projects__card__buttons a:not(:first-child) {
  margin-left: 1rem;
}

.projects__card__buttons a i {
  transition: all 0.1s ease-in-out;
}

.projects__card__buttons a i:hover {
  transform: scale(1.25);
}

.projects__card__subheading p > i {
  margin-right: 0.6rem;
}

.projects__card__subheading h4 {
  color: #171717;
  color: #faf9f6;
  margin-top: 2rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 56.25em) {
  .projects__card__subheading h4 {
    margin-top: 1rem;
    opacity: 0.5;
  }
}

.about {
  width: 100%;
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  margin-top: 5rem;
}

.about__intro {
  font-size: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
  width: 100%;
  display: flex;
  justify-content: center;
}

.about__intro__heading {
  font-size: 5.6rem;
  color: #faf9f6;
  text-transform: none;
  font-weight: 300;
  margin: 0;
  margin-top: 4rem;
}

.about__intro__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65rem;
}

@media only screen and (max-width: 56.25em) {
  .about__intro__container {
    width: 50rem;
  }
}

@media only screen and (max-width: 40.625em) {
  .about__intro__container {
    width: 100%;
  }
}

.about__intro__bio p {
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 3rem;
}

.about__intro__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.about__intro__content ul {
  font-size: 1.2rem;
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  padding-left: 3rem;
  list-style-type: square;
}

.about__intro__content h2 {
  font-size: 2.4rem;
  font-family: mono45-headline, monospace;
  font-weight: 300;
  border-bottom: 2.5px solid #faf9f6;
}

.about__intro__content__skills {
  display: grid;
  grid-template-columns: [col-1-start] 1fr [col-1-end col-2-start] 1fr [col-2-end col-3-start] 1fr [col-3-end col-4-start] 1fr [col-4-end];
  grid-template-rows: 1fr;
}

@media only screen and (max-width: 31.25em) {
  .about__intro__content__skills {
    grid-template-columns: [col-1-start] 1fr [col-1-end col-2-start] 1fr [col-2-end];
    grid-template-rows: 1fr 1fr;
  }
}

@media only screen and (max-width: 31.25em) {
  .about__intro__content__skills--languages {
    grid-column: col-1-start / col-1-end;
    grid-row: 1 / 2;
  }
}

@media only screen and (max-width: 31.25em) {
  .about__intro__content__skills--frameworks {
    grid-column: col-2-start / col-2-end;
    grid-row: 1 / 2;
  }
}

@media only screen and (max-width: 31.25em) {
  .about__intro__content__skills--libraries {
    grid-column: col-1-start / col-1-end;
    grid-row: 2 / 3;
  }
}

@media only screen and (max-width: 31.25em) {
  .about__intro__content__skills--devtools {
    grid-column: col-2-start / col-2-end;
    grid-row: 2 / 3;
  }
}

.about__intro__content__get-in-touch {
  margin-top: 5rem;
}

.about__intro__content--arrow-down svg {
  fill: #faf9f6;
  opacity: 1;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 75em) {
  .about__intro__content {
    height: 100%;
  }
}

.about__heading {
  font-size: 19rem;
  font-weight: 300;
  margin: 0;
  width: 32rem;
  word-break: break-all;
  line-height: 0.8;
}

.about__emoji {
  font-size: 7rem;
}

@media only screen and (min-width: 31.25em) {
  .mobile-text {
    display: none;
  }
}

.mobile-text--question {
  margin-top: 4rem;
}

.outro-gifs {
  text-align: center;
  margin-top: 4rem;
}

.outro-gifs .gif {
  margin: 6.5rem 0;
  width: 40rem;
}

@media only screen and (max-width: 31.25em) {
  .outro-gifs .gif {
    width: 100%;
  }
}

.outro-gifs p {
  font-size: 2rem;
  text-transform: none;
}

.cursor img {
  width: 30rem;
}

.you-smart-gif-mobile {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 31.25em) {
  .you-smart-gif-mobile {
    display: none;
  }
}

.call-me-gif-mobile {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 31.25em) {
  .call-me-gif-mobile {
    display: none;
  }
}

.troy-abed-handshake-gif-mobile {
  width: 100%;
  margin-top: 1rem;
}

@media only screen and (min-width: 31.25em) {
  .troy-abed-handshake-gif-mobile {
    display: none;
  }
}

.profile-pic__container--mobile {
  position: relative;
}

.profile-pic__container--mobile img {
  width: 100%;
}

.profile-pic__container--mobile .profile-pic {
  height: auto;
}

.profile-pic__container--mobile .profile-pic--wave-emoji {
  font-size: 4rem;
  position: absolute;
  left: 3.5rem;
  bottom: 3rem;
  font-family: "Bebas Neue", sans-serif;
}

@media only screen and (min-width: 31.25em) {
  .profile-pic__container--mobile {
    display: none;
  }
}

.project__game-save {
  grid-column: 2 /3;
  grid-row: 2 / 3;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr;
}

@media only screen and (max-width: 56.25em) {
  .project__game-save {
    margin-top: 0rem;
  }
}

.project__game-save__header {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}

@media only screen and (max-width: 75em) {
  .project__game-save__header {
    display: none;
  }
}

.project__game-save__header--heading {
  font-size: 19rem;
  font-weight: 300;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300;
  font-size: 19rem;
  writing-mode: vertical-rl;
  line-height: 0.7;
  min-height: 100.5rem;
  margin-left: auto;
}

@media only screen and (max-width: 75em) {
  .project__game-save__header--heading {
    writing-mode: unset;
    min-height: unset;
    font-size: 17rem;
    padding: 0 15vw;
    word-break: break-all;
  }
}

.project__game-save__heading {
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 10rem;
  margin: 4rem 0;
}

@media only screen and (max-width: 40.625em) {
  .project__game-save__heading {
    font-size: 8rem;
    margin: 4rem 0 2rem 0;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__heading {
    font-size: 6rem;
    margin: 4rem 0 0 0;
  }
}

.project__game-save__subheading {
  font-size: 5rem;
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin: 4rem 0;
}

.project__game-save__content {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  padding: 0 15vw;
}

.project__game-save__content p {
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.8;
}

.project__game-save__content--about-container {
  max-width: 115rem;
}

@media only screen and (max-width: 56.25em) {
  .project__game-save__content {
    padding: 7vw;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__content {
    padding: 0;
  }
}

.project__game-save__banner {
  width: 100%;
  height: 30rem;
  background-color: white;
}

@media only screen and (max-width: 75em) {
  .project__game-save__banner {
    height: 19rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .project__game-save__banner {
    height: 16rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__banner {
    height: 8rem;
  }
}

.project__game-save__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 14%;
}

.project__game-save__links {
  padding: 4rem 0;
  display: flex;
  gap: 2.4rem;
}

.project__game-save__links a {
  text-decoration: none;
  color: inherit;
}

.project__game-save__btn {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #faf9f6;
  color: #171717;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  padding-bottom: 0.1rem;
}

.project__game-save__btn:hover {
  background-color: transparent;
  border: transparent;
  color: #faf9f6;
}

.project__game-save__search-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__game-save__search-showcase {
    flex-direction: column-reverse;
  }
}

.project__game-save__search-showcase img {
  width: 121rem;
  height: 65.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.project__game-save__search-showcase--text {
  padding-right: 6rem;
  width: 70rem;
}

@media only screen and (max-width: 75em) {
  .project__game-save__search-showcase--text {
    padding: 0;
    width: 100%;
  }
}

.project__game-save__view-game-info-showcase {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 75em) {
  .project__game-save__view-game-info-showcase {
    flex-direction: column;
  }
}

.project__game-save__view-game-info-showcase__container {
  margin-bottom: 24rem;
}

.project__game-save__view-game-info-showcase .video__container {
  max-width: 80%;
}

@media only screen and (max-width: 75em) {
  .project__game-save__view-game-info-showcase .video__container {
    max-width: 100%;
  }
}

.project__game-save__view-game-info-showcase img {
  width: 121rem;
  height: 65.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.project__game-save__view-game-info-showcase--text {
  padding-left: 6rem;
}

@media only screen and (max-width: 75em) {
  .project__game-save__view-game-info-showcase--text {
    padding-left: 0;
  }
}

.project__game-save__auth-showcase {
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__game-save__auth-showcase {
    flex-direction: column-reverse;
  }
}

.project__game-save__auth-showcase img {
  width: 121rem;
  height: 65.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.project__game-save__auth-showcase--text {
  padding-right: 6rem;
}

@media only screen and (max-width: 75em) {
  .project__game-save__auth-showcase--text {
    padding: 0;
  }
}

.project__game-save__auth-showcase .video__container {
  max-width: 100%;
}

.project__game-save__mobile-friendly-showcase {
  margin: 24rem 0;
}

.project__game-save__mobile-friendly-showcase p {
  margin: 1.2rem auto;
}

.project__game-save__mobile-friendly-showcase--grid-container {
  align-items: flex-end;
  display: flex;
  gap: 5rem;
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__mobile-friendly-showcase--grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, min-content);
  }
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__mobile-friendly-showcase--desktop {
    grid-column: 1 /-1;
    grid-row: 1 / 2;
  }
}

.project__game-save__mobile-friendly-showcase--desktop-img {
  width: 30vw;
  border: 0.5vw solid black;
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__mobile-friendly-showcase--desktop-img {
    width: 100%;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__mobile-friendly-showcase--tablet {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}

.project__game-save__mobile-friendly-showcase--tablet-img {
  width: 10vw;
  border: 0.5vw solid black;
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__mobile-friendly-showcase--tablet-img {
    width: 100%;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__mobile-friendly-showcase--mobile {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

.project__game-save__mobile-friendly-showcase--mobile-img {
  width: 6vw;
  border: 0.5vw solid black;
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__mobile-friendly-showcase--mobile-img {
    width: 50%;
    margin-left: auto;
  }
}

.project__game-save__planning-showcase {
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 75em) {
  .project__game-save__planning-showcase {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.project__game-save__planning-showcase img {
  width: 100%;
}

.project__game-save__planning-showcase img:first-child {
  margin-bottom: 5rem;
}

.project__game-save__planning-showcase img:last-child {
  margin-bottom: 24rem;
}

@media only screen and (max-width: 75em) {
  .project__game-save__planning-showcase img {
    max-width: 100%;
  }
}

.project__game-save__planning-showcase--text {
  padding-right: 6rem;
  margin: 8rem 0;
  margin-top: 24rem;
}

@media only screen and (max-width: 75em) {
  .project__game-save__planning-showcase--text {
    padding: 0;
  }
}

.project__game-save__challenges-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 75em) {
  .project__game-save__challenges-showcase {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.project__game-save__challenges-showcase img {
  max-width: 60rem;
}

@media only screen and (max-width: 75em) {
  .project__game-save__challenges-showcase img {
    max-width: 100%;
  }
}

.project__game-save__challenges-showcase--text {
  padding-right: 6rem;
}

.project__game-save__challenges-showcase--text h3 {
  color: #faf9f6;
}

@media only screen and (max-width: 75em) {
  .project__game-save__challenges-showcase--text {
    padding: 0;
  }
}

.project__game-save__tech-showcase {
  margin: 24rem 0;
}

.project__game-save__tech-showcase--tech {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.project__game-save__tech-showcase--tech h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #faf9f6;
  font-weight: 500;
  opacity: 0.8;
}

.project__game-save__prev-next {
  margin: 24rem 0;
  width: 60rem;
}

@media only screen and (max-width: 40.625em) {
  .project__game-save__prev-next {
    width: 100%;
  }
}

.project__game-save__prev-next h2 {
  margin: 0;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 40.625em) {
  .project__game-save__prev-next h2 {
    line-height: 8rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__game-save__prev-next h2 {
    line-height: 5rem;
  }
}

.project__game-save__prev-next p {
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 40.625em) {
  .project__game-save__prev-next p {
    font-size: 1.2rem;
  }
}

.project__game-save__prev-next a {
  text-decoration: none;
  color: inherit;
}

.project__game-save__prev-next--next {
  display: flex;
}

.project__game-save__prev-next__icon {
  width: 2rem;
  margin-left: 1rem;
}

.number {
  font-family: mono45-headline, monospace;
  font-style: normal;
}

.number__01 {
  writing-mode: vertical-rl;
  font-size: 19rem;
  margin: 0;
  font-weight: 300;
  line-height: 0.7;
  border-bottom: 5px solid #faf9f6;
  width: min-content;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.video__container {
  max-width: 60rem;
}

@media only screen and (max-width: 75em) {
  .video__container {
    max-width: 100%;
  }
}

.project__burgerlords {
  grid-column: 2 /3;
  grid-row: 2 / 3;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr;
}

@media only screen and (max-width: 56.25em) {
  .project__burgerlords {
    margin-top: 0rem;
  }
}

.project__burgerlords__header {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__header {
    display: none;
  }
}

.project__burgerlords__header--heading {
  margin: 0;
  font-weight: 300;
  font-size: 19rem;
  writing-mode: vertical-rl;
  line-height: 0.7;
  min-height: 120rem;
  margin-left: auto;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__header--heading {
    writing-mode: unset;
    min-height: unset;
    font-size: 17rem;
    padding: 0 15vw;
    word-break: break-all;
  }
}

.project__burgerlords__heading {
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 10rem;
  margin: 4rem 0;
}

@media only screen and (max-width: 40.625em) {
  .project__burgerlords__heading {
    font-size: 8rem;
    margin: 4rem 0 2rem 0;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__heading {
    font-size: 6rem;
    margin: 4rem 0 0 0;
  }
}

.project__burgerlords__subheading {
  font-size: 5rem;
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin: 4rem 0;
}

.project__burgerlords__content {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  padding: 0 15vw;
}

.project__burgerlords__content p {
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.8;
}

.project__burgerlords__content--about-container {
  max-width: 115rem;
}

@media only screen and (max-width: 56.25em) {
  .project__burgerlords__content {
    padding: 7vw;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__content {
    padding: 0;
  }
}

.project__burgerlords__banner {
  width: 100%;
  height: 30rem;
  background-color: white;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__banner {
    height: 19rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .project__burgerlords__banner {
    height: 16rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__banner {
    height: 8rem;
  }
}

.project__burgerlords__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50;
}

.project__burgerlords__links {
  padding: 4rem 0;
  display: flex;
  gap: 2.4rem;
}

.project__burgerlords__links a {
  text-decoration: none;
  color: inherit;
}

.project__burgerlords__btn {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #faf9f6;
  color: #171717;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  padding-bottom: 0.1rem;
}

.project__burgerlords__btn:hover {
  background-color: transparent;
  border: transparent;
  color: #faf9f6;
}

.project__burgerlords__animations-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__animations-showcase {
    flex-direction: column-reverse;
  }
}

.project__burgerlords__animations-showcase--text {
  padding-right: 6rem;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__animations-showcase--text {
    padding: 0;
  }
}

.project__burgerlords__grid-showcase__container {
  margin-bottom: 24rem;
}

.project__burgerlords__grid-showcase img {
  width: 121rem;
  height: 65.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.project__burgerlords__photo-gallery-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__photo-gallery-showcase {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.project__burgerlords__photo-gallery-showcase--text {
  padding-right: 6rem;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__photo-gallery-showcase--text {
    padding: 0;
  }
}

.project__burgerlords__mobile-friendly-showcase {
  margin: 24rem 0;
}

.project__burgerlords__mobile-friendly-showcase p {
  margin: 1.2rem auto;
}

.project__burgerlords__mobile-friendly-showcase--grid-container {
  align-items: flex-end;
  display: flex;
  gap: 5rem;
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__mobile-friendly-showcase--grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, min-content);
  }
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__mobile-friendly-showcase--desktop {
    grid-column: 1 /-1;
    grid-row: 1 / 2;
  }
}

.project__burgerlords__mobile-friendly-showcase--desktop-img {
  width: 30vw;
  border: 0.5vw solid black;
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__mobile-friendly-showcase--desktop-img {
    width: 100%;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__mobile-friendly-showcase--tablet {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }
}

.project__burgerlords__mobile-friendly-showcase--tablet-img {
  width: 10vw;
  border: 0.5vw solid black;
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__mobile-friendly-showcase--tablet-img {
    width: 100%;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__mobile-friendly-showcase--mobile {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
}

.project__burgerlords__mobile-friendly-showcase--mobile-img {
  width: 6vw;
  border: 0.5vw solid black;
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__mobile-friendly-showcase--mobile-img {
    width: 50%;
    margin-left: auto;
  }
}

.project__burgerlords__challenges-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

.project__burgerlords__challenges-showcase h3 {
  color: #faf9f6;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__challenges-showcase {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.project__burgerlords__challenges-showcase--text {
  padding-right: 6rem;
  width: 100rem;
}

@media only screen and (max-width: 75em) {
  .project__burgerlords__challenges-showcase--text {
    padding: 0;
    width: 100%;
  }
}

.project__burgerlords__tech-showcase {
  margin: 24rem 0;
}

.project__burgerlords__tech-showcase--tech {
  display: flex;
  gap: 4rem;
}

.project__burgerlords__tech-showcase--tech h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #faf9f6;
  font-weight: 500;
  opacity: 0.8;
}

.project__burgerlords__prev-next {
  margin: 24rem 0;
  width: 46.6rem;
}

@media only screen and (max-width: 40.625em) {
  .project__burgerlords__prev-next {
    width: 100%;
  }
}

.project__burgerlords__prev-next h2 {
  margin: 0;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 40.625em) {
  .project__burgerlords__prev-next h2 {
    line-height: 8rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__burgerlords__prev-next h2 {
    line-height: 5rem;
  }
}

.project__burgerlords__prev-next p {
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 40.625em) {
  .project__burgerlords__prev-next p {
    font-size: 1.2rem;
  }
}

.project__burgerlords__prev-next a {
  text-decoration: none;
  color: inherit;
}

.project__burgerlords__prev-next--next {
  display: flex;
}

.project__burgerlords__prev-next__icon {
  width: 2rem;
  margin-left: 1rem;
}

.number {
  font-family: mono45-headline, monospace;
  font-style: normal;
}

.number__01 {
  writing-mode: vertical-rl;
  font-size: 19rem;
  margin: 0;
  font-weight: 300;
  line-height: 0.7;
  border-bottom: 5px solid #faf9f6;
  width: min-content;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.video__container {
  max-width: 60rem;
}

@media only screen and (max-width: 75em) {
  .video__container {
    max-width: 100%;
  }
}

.project__bookmark {
  grid-column: 2 /3;
  grid-row: 2 / 3;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr;
}

@media only screen and (max-width: 56.25em) {
  .project__bookmark {
    margin-top: 0rem;
  }
}

.project__bookmark__header {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__header {
    display: none;
  }
}

.project__bookmark__header--heading {
  font-size: 19rem;
  font-weight: 300;
  margin: 0;
  font-size: 2.4rem;
  font-weight: 300;
  font-size: 19rem;
  writing-mode: vertical-rl;
  line-height: 0.7;
  min-height: 100.5rem;
  margin-left: auto;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__header--heading {
    writing-mode: unset;
    min-height: unset;
    font-size: 17rem;
    padding: 0 15vw;
    word-break: break-all;
  }
}

.project__bookmark__heading {
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 10rem;
  margin: 4rem 0;
}

@media only screen and (max-width: 40.625em) {
  .project__bookmark__heading {
    font-size: 8rem;
    margin: 4rem 0 2rem 0;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__bookmark__heading {
    font-size: 6rem;
    margin: 4rem 0 0 0;
  }
}

.project__bookmark__subheading {
  font-size: 5rem;
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin: 4rem 0;
}

.project__bookmark__content {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  padding: 0 15vw;
}

.project__bookmark__content p {
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.8;
}

.project__bookmark__content a {
  color: inherit;
}

.project__bookmark__content--about-container {
  max-width: 115rem;
}

@media only screen and (max-width: 56.25em) {
  .project__bookmark__content {
    padding: 7vw;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__bookmark__content {
    padding: 0;
  }
}

.project__bookmark__banner {
  width: 100%;
  height: 30rem;
  background-color: white;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__banner {
    height: 19rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .project__bookmark__banner {
    height: 16rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__bookmark__banner {
    height: 8rem;
  }
}

.project__bookmark__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 41%;
}

.project__bookmark__links {
  padding: 4rem 0;
  display: flex;
  gap: 2.4rem;
}

.project__bookmark__links a {
  text-decoration: none;
  color: inherit;
}

.project__bookmark__btn {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.4rem;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #faf9f6;
  color: #171717;
  border-radius: 2px;
  padding: 0.5rem 1rem;
  padding-bottom: 0.1rem;
}

.project__bookmark__btn:hover {
  background-color: transparent;
  border: transparent;
  color: #faf9f6;
}

.project__bookmark__animations-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__animations-showcase {
    flex-direction: column-reverse;
  }
}

.project__bookmark__animations-showcase--text {
  padding-right: 6rem;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__animations-showcase--text {
    padding: 0;
  }
}

.project__bookmark__grid-showcase__container {
  margin-bottom: 24rem;
}

.project__bookmark__grid-showcase__img-container {
  width: 100%;
}

.project__bookmark__grid-showcase__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.project__bookmark__features-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__features-showcase {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.project__bookmark__features-showcase--text {
  padding-right: 6rem;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__features-showcase--text {
    padding: 0;
  }
}

.project__bookmark__FAQ-accordion-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__FAQ-accordion-showcase {
    flex-direction: column;
    align-items: flex-start;
  }
}

.project__bookmark__FAQ-accordion-showcase--text {
  padding-left: 6rem;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__FAQ-accordion-showcase--text {
    padding: 0;
  }
}

.project__bookmark__email-validation-showcase__container {
  margin-bottom: 24rem;
}

.project__bookmark__email-validation-showcase__img-container {
  width: 100%;
}

.project__bookmark__email-validation-showcase__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.project__bookmark__mobile-friendly-showcase {
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__mobile-friendly-showcase {
    text-align: center;
  }
}

.project__bookmark__mobile-friendly-showcase p {
  margin: 1.2rem auto;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__mobile-friendly-showcase p {
    height: 4.2rem;
  }
}

.project__bookmark__mobile-friendly-showcase--grid-container {
  align-items: flex-end;
  display: flex;
  gap: 5rem;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__mobile-friendly-showcase--grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, min-content);
  }
}

@media only screen and (max-width: 31.25em) {
  .project__bookmark__mobile-friendly-showcase--grid-container {
    gap: 2rem;
  }
}

.project__bookmark__mobile-friendly-showcase--mobile-img {
  width: 14vw;
  border: 0.5vw solid black;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__mobile-friendly-showcase--mobile-img {
    width: 100%;
  }
}

.project__bookmark__challenges-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__challenges-showcase {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.project__bookmark__challenges-showcase__img-container {
  width: 100%;
}

.project__bookmark__challenges-showcase__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.project__bookmark__challenges-showcase--text {
  padding-right: 6rem;
  max-width: 49.6rem;
}

.project__bookmark__challenges-showcase--text h3 {
  color: #faf9f6;
}

@media only screen and (max-width: 75em) {
  .project__bookmark__challenges-showcase--text {
    padding: 0;
    max-width: 100%;
  }
}

.project__bookmark__tech-showcase {
  margin: 24rem 0;
}

.project__bookmark__tech-showcase--tech {
  display: flex;
  gap: 4rem;
}

.project__bookmark__tech-showcase--tech h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #faf9f6;
  font-weight: 500;
  opacity: 0.8;
}

.project__bookmark__prev-next {
  margin: 24rem 0;
  width: 60rem;
}

@media only screen and (max-width: 40.625em) {
  .project__bookmark__prev-next {
    width: 100%;
  }
}

.project__bookmark__prev-next h2 {
  margin: 0;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 40.625em) {
  .project__bookmark__prev-next h2 {
    line-height: 8rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__bookmark__prev-next h2 {
    line-height: 5rem;
  }
}

.project__bookmark__prev-next p {
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 40.625em) {
  .project__bookmark__prev-next p {
    font-size: 1.2rem;
  }
}

.project__bookmark__prev-next a {
  text-decoration: none;
  color: inherit;
}

.project__bookmark__prev-next--next {
  display: flex;
}

.project__bookmark__prev-next__icon {
  width: 2rem;
  margin-left: 1rem;
}

.number {
  font-family: mono45-headline, monospace;
  font-style: normal;
}

.number__01 {
  writing-mode: vertical-rl;
  font-size: 19rem;
  margin: 0;
  font-weight: 300;
  line-height: 0.7;
  border-bottom: 5px solid #faf9f6;
  width: min-content;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.video__container {
  max-width: 60rem;
}

@media only screen and (max-width: 75em) {
  .video__container {
    max-width: 100%;
  }
}

.project__stanza {
  grid-column: 2 /3;
  grid-row: 2 / 3;
  margin-top: 10rem;
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr;
}

@media only screen and (max-width: 56.25em) {
  .project__stanza {
    margin-top: 0rem;
  }
}

.project__stanza__header {
  grid-column: 1 / 2;
  grid-row: 1 / -1;
}

@media only screen and (max-width: 75em) {
  .project__stanza__header {
    display: none;
  }
}

.project__stanza__header--heading {
  margin: 0;
  font-weight: 300;
  font-size: 19rem;
  writing-mode: vertical-rl;
  line-height: 0.7;
  min-height: 100.5rem;
  margin-left: auto;
}

@media only screen and (max-width: 75em) {
  .project__stanza__header--heading {
    writing-mode: unset;
    min-height: unset;
    font-size: 17rem;
    padding: 0 15vw;
    word-break: break-all;
  }
}

.project__stanza__heading {
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 10rem;
  margin: 4rem 0;
}

@media only screen and (max-width: 40.625em) {
  .project__stanza__heading {
    font-size: 8rem;
    margin: 4rem 0 2rem 0;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__stanza__heading {
    font-size: 6rem;
    margin: 4rem 0 0 0;
  }
}

.project__stanza__subheading {
  font-size: 5rem;
  color: #faf9f6;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  margin: 4rem 0;
}

.project__stanza__content {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  padding: 0 15vw;
}

.project__stanza__content p {
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0.8;
}

.project__stanza__content--about-container {
  max-width: 115rem;
}

@media only screen and (max-width: 56.25em) {
  .project__stanza__content {
    padding: 7vw;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__stanza__content {
    padding: 0;
  }
}

.project__stanza__banner {
  width: 100%;
  height: 30rem;
  background-color: white;
  margin-top: 11.7rem;
}

@media only screen and (max-width: 75em) {
  .project__stanza__banner {
    height: 19rem;
  }
}

@media only screen and (max-width: 56.25em) {
  .project__stanza__banner {
    height: 16rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__stanza__banner {
    height: 8rem;
  }
}

.project__stanza__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 10%;
}

.project__stanza__secure-login-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__stanza__secure-login-showcase {
    flex-direction: column-reverse;
  }
}

.project__stanza__secure-login-showcase img {
  max-width: 60rem;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

@media only screen and (max-width: 75em) {
  .project__stanza__secure-login-showcase img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 75em) {
  .project__stanza__secure-login-showcase .video__container {
    max-width: 100%;
  }
}

.project__stanza__secure-login-showcase--text {
  padding-left: 6rem;
  width: 70rem;
}

@media only screen and (max-width: 75em) {
  .project__stanza__secure-login-showcase--text {
    padding: 0;
    width: 100%;
  }
}

.project__stanza__dashboard-analytics-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24rem 0;
}

@media only screen and (max-width: 75em) {
  .project__stanza__dashboard-analytics-showcase {
    flex-direction: column-reverse;
    margin-top: 24rem;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 75em) {
  .project__stanza__dashboard-analytics-showcase--container {
    margin-top: 24rem;
    margin-bottom: 24rem;
  }
}

.project__stanza__dashboard-analytics-showcase img {
  max-width: 60rem;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

@media only screen and (max-width: 75em) {
  .project__stanza__dashboard-analytics-showcase img {
    max-width: 100%;
  }
}

.project__stanza__dashboard-analytics-showcase--text {
  padding-right: 6rem;
  width: 70rem;
}

@media only screen and (max-width: 75em) {
  .project__stanza__dashboard-analytics-showcase--text {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 75em) {
  .project__stanza__add-lyrics-showcase {
    flex-direction: column;
  }
}

.project__stanza__add-lyrics-showcase__container {
  margin-bottom: 24rem;
}

.project__stanza__add-lyrics-showcase img {
  width: 121rem;
  height: 65.5rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.project__stanza__add-lyrics-showcase--text {
  padding: 0 11.5rem;
}

@media only screen and (max-width: 75em) {
  .project__stanza__add-lyrics-showcase--text {
    padding: 0;
  }
}

.project__stanza__challenges-showcase {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project__stanza__challenges-showcase h3 {
  color: #faf9f6;
}

@media only screen and (max-width: 75em) {
  .project__stanza__challenges-showcase {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.project__stanza__challenges-showcase img {
  max-width: 60rem;
}

@media only screen and (max-width: 75em) {
  .project__stanza__challenges-showcase img {
    max-width: 100%;
  }
}

.project__stanza__challenges-showcase--text {
  padding-right: 6rem;
}

@media only screen and (max-width: 75em) {
  .project__stanza__challenges-showcase--text {
    padding: 0;
  }
}

.project__stanza__tech-showcase {
  margin: 24rem 0;
}

.project__stanza__tech-showcase--tech {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.project__stanza__tech-showcase--tech h3 {
  font-family: "Bebas Neue", sans-serif;
  color: #faf9f6;
  font-weight: 500;
  opacity: 0.8;
}

.project__stanza__prev-next {
  margin: 24rem 0;
  width: 60rem;
}

@media only screen and (max-width: 40.625em) {
  .project__stanza__prev-next {
    width: 100%;
  }
}

.project__stanza__prev-next h2 {
  margin: 0;
  transition: opacity 0.2s ease;
}

@media only screen and (max-width: 40.625em) {
  .project__stanza__prev-next h2 {
    line-height: 8rem;
  }
}

@media only screen and (max-width: 31.25em) {
  .project__stanza__prev-next h2 {
    line-height: 5rem;
  }
}

.project__stanza__prev-next p {
  margin: 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 40.625em) {
  .project__stanza__prev-next p {
    font-size: 1.2rem;
  }
}

.project__stanza__prev-next a {
  text-decoration: none;
  color: inherit;
}

.project__stanza__prev-next--next {
  display: flex;
}

.project__stanza__prev-next__icon {
  width: 2rem;
  margin-left: 1rem;
}

.number {
  font-family: mono45-headline, monospace;
  font-style: normal;
}

.number__01 {
  writing-mode: vertical-rl;
  font-size: 19rem;
  margin: 0;
  font-weight: 300;
  line-height: 0.7;
  border-bottom: 5px solid #faf9f6;
  width: min-content;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.video__container {
  max-width: 100rem;
  margin: 0 auto;
}

@media only screen and (max-width: 75em) {
  .video__container {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */