@import url("https://fonts.cdnfonts.com/css/blanquotey");
p {
  text-wrap: pretty;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  margin: 0 !important;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.nunito-sans-abc {
  font-family: "Nunito Sans", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100 "YTLC" 500;
}

/* Webkit-based browsers (Chrome, Edge, Safari, Android Chrome) */
body::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
  background-color: rgba(0, 0, 0, 0); /* Background of the track */
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); /* Shadow inside the track */
  background-color: rgba(0, 0, 0, 0); /* Background of the track */
}

body::-webkit-scrollbar-thumb {
  background-color: #000000; /* Color of the thumb (scroll handle) */
  border: 2px solid #555555; /* Border around the thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

/* Firefox */
body {
  scrollbar-width: thin; /* Thin scrollbar */
  scrollbar-color: #000000 transparent; /* Thumb color and track color */
}

/* Styling for all scrollable elements */
* {
  scrollbar-width: thin;
  scrollbar-color: #000000 transparent;
}

header {
  position: fixed;
  z-index: 9999999999999;
  mix-blend-mode: difference;
  width: 100%;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  mix-blend-mode: difference;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 32px;
}
nav a {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  color: #FBFBFB;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
nav a:hover {
  mix-blend-mode: normal;
  cursor: pointer;
  opacity: 1;
}
nav .morais-logo {
  font-family: "Playfair Display", serif;
}

.container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 50;
  pointer-events: none;
}

.copy {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: #0F0F11;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Playfair Display", serif;
}

.blocks {
  width: 100%;
  height: 100vh;
}

.block {
  position: fixed;
  width: 50%;
  height: 100vh;
  z-index: 0;
  background: #FBFBFB;
}

.block-left {
  left: 0;
}

.block-right {
  right: 0;
}

.letter {
  position: absolute;
  z-index: 10000;
  padding: 0em 0.2em;
  font-size: 10vw;
  color: #0F0F11;
}

.row {
  width: 100%;
  height: 50vh;
}

.top-left,
.top-right,
.bottom-right {
  position: absolute;
  z-index: 10000;
}

.top-left {
  top: 32%;
  left: 30%;
}

.top-right {
  top: 32%;
  right: 30%;
}

.bottom-right {
  bottom: 32%;
  right: 30%;
}

.letter-hide {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateY(5%) !important;
          transform: translateY(5%) !important;
  opacity: 0 !important;
}

.letter {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  color: #0F0F11;
}

@media (max-width: 900px) {
  .letter {
    font-size: calc(64px + 1vw);
  }
  .top-left {
    top: 42%;
    left: 20%;
  }
  .top-right {
    top: 42%;
    right: 20%;
  }
  .bottom-right {
    bottom: 42%;
    right: 20%;
  }
}
#showoff {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3vh;
  background-color: #FBFBFB;
  position: absolute;
  top: 0;
  z-index: 49;
  pointer-events: none;
}
#showoff div {
  width: 100vw;
  height: 40vw; /* Use viewport height instead */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; /* Try contain if cover is too large */
  background-attachment: scroll; /* Fixed can cause issues on mobile */
  margin-left: 0;
}
#showoff #img01 {
  background-image: url(/../../img/showoff/img01.webp);
}
#showoff #img02 {
  background-image: url(/../../img/showoff/img02.webp);
}
#showoff #img03 {
  background-image: url(/../../img/showoff/img03.webp);
}
#showoff #img04 {
  background-image: url(/../../img/showoff/img04.webp);
}
#showoff #img05 {
  background-image: url(/../../img/showoff/img05.webp);
}
#showoff #img06 {
  background-image: url(/../../img/showoff/img06.webp);
}
#showoff #img07 {
  background-image: url(/../../img/showoff/img07.webp);
}
#showoff #img08 {
  background-image: url(/../../img/showoff/img08.webp);
}
#showoff #img09 {
  background-image: url(/../../img/showoff/img09.webp);
}
#showoff #img10 {
  background-image: url(/../../img/showoff/img10.webp);
}

.visited {
  display: none !important;
}

h1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  color: #0F0F11;
  font-size: 24vw;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10vh;
}
#hero p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #0F0F11;
  text-align: right;
  width: 40%;
  min-width: 800px;
  position: relative;
  top: 16%;
  right: 5%;
}

@media (max-width: 1150px) {
  #hero p {
    width: 75%;
    min-width: 0;
  }
}
@media (max-width: 750px) {
  #hero p {
    font-size: 16px;
  }
}
#scroll-me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  overflow: hidden;
}
#scroll-me div {
  width: 100vw;
  padding: 5vh 0;
}
#scroll-me div span {
  font-size: 9vw;
  font-family: "Playfair Display", serif;
  font-style: italic;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
#scroll-me .scroll-left {
  background-color: #0F0F11;
  color: #FBFBFB;
}
#scroll-me .scroll-right {
  background-color: #FBFBFB;
  color: #0F0F11;
}

#about-me {
  width: 100vw;
  background-color: #0F0F11;
  color: #FBFBFB;
  padding: 96px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}
#about-me .set-of-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 360px;
  gap: 48px;
}
#about-me .data-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px 32px;
  border: #FBFBFB 1.5px solid;
  gap: 8px;
  border-radius: 12px;
  width: 360px;
}
#about-me .data-container .data-number {
  font-size: calc(80px + 1vw);
  font-family: "Playfair Display", serif;
  font-style: italic;
}
#about-me .data-container .data-description {
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
}
#about-me .text-container {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
#about-me .text-container p {
  font-size: calc(32px + 1vw);
  font-family: "Playfair Display", serif;
  font-style: italic;
}

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

#aboutMeContainter {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 999999;
}

.gallery {
  pointer-events: none;
}

.aboutMe-item {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: #b0b0b0;
  margin: 10px;
  opacity: 0;
}

#moreAboutMe {
  color: #FBFBFB !important;
}

@media (max-width: 1150px) {
  #about-me {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about-me .set-of-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #about-me .set-of-data .data-container {
    min-width: 300px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  #about-me {
    padding: 48px 5%;
  }
  #about-me .text-container p {
    font-size: calc(32px + 1vw);
  }
  #about-me .set-of-data {
    gap: 24px;
  }
  #about-me .set-of-data .data-container {
    gap: 12px;
  }
  #about-me .set-of-data .data-container .data-number {
    font-size: 64px;
  }
  #about-me .set-of-data .data-container .data-description {
    font-size: 18px;
  }
}
.card {
  position: relative;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: 100%;
}

.card-inner {
  position: relative;
  will-change: transform;
  width: 100%;
  height: 100%;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.card-content {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.5vh;
}

.img-description {
  -webkit-box-flex: 1.25;
      -ms-flex: 1.25;
          flex: 1.25;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.img-description video {
  border-radius: 12px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover; /* Makes sure the image covers the div */
  -o-object-position: center;
     object-position: center; /* Centers the image */
  width: 100%;
}
.img-description span {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
}
.img-description span a {
  pointer-events: all;
  cursor: pointer;
}
.img-description span .black {
  color: #0F0F11;
}
.img-description span .white {
  color: #FBFBFB;
}

#card-1 .card-inner, #card-3 .card-inner {
  background-color: #FBFBFB;
  color: #0F0F11;
}

#card-2 .card-inner, #card-4 .card-inner {
  background-color: #0F0F11;
  color: #FBFBFB;
}

h2 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 96px;
  font-style: italic;
}

.card-content-text {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-content-text p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  font-size: 28px;
  width: 60%;
  min-width: 480px;
}
.card-content-text ul {
  width: 30%;
  min-width: 320px;
}
.card-content-text ul li {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
}

@media (max-width: 1150px) {
  .card-content-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .card-content-text p {
    width: 100%;
  }
  .card-content-text ul {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .card .card-content {
    gap: 32px;
  }
  .card .card-content-text p {
    font-size: 22px;
    min-width: 0;
  }
  .card .card-content-text ul li {
    font-size: 16px;
    min-width: 0;
    line-height: 135%;
  }
  .card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-img {
    display: none;
  }
}
#legoProject {
  background: red;
  width: 100vw;
  color: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
#legoProject h2 {
  color: #FBFBFB;
}

#projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 48px;
  height: 100vh;
  background-color: #FBFBFB;
  color: #0F0F11;
}
#projects a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.projects-list {
  position: absolute;
  left: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 1;
  background-color: #FBFBFB;
}

.project-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 40vw;
  padding: 32px 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 97vh;
  border-radius: 12px;
  background-size: cover;
  background-position: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-container .project-highlight {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  color: #FBFBFB;
}
.project-container .project-highlight strong {
  font-weight: bold;
}

.project-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #FBFBFB;
}
.project-body h3 {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.project-body .project-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
}
.project-body p {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  width: 100%;
}
.project-body .see-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.project-body .see-project button {
  width: 128px;
  height: 44px;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FBFBFB;
  font-weight: bold;
}
.project-body .see-project button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
.project-body .see-project span {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
}

.double-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  height: 97vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50vw;
}
.double-project .project-container {
  width: 100%;
  height: 100%;
}
.double-project .project-container p {
  width: 50%;
}

.foil {
  background: linear-gradient(48deg, rgba(227, 193, 244, 0.45), rgba(217, 215, 237, 0.45), rgba(223, 247, 241, 0.45), rgba(172, 240, 255, 0.45), rgba(227, 193, 244, 0.45), rgba(217, 215, 237, 0.45), rgba(223, 247, 241, 0.45), rgba(172, 240, 255, 0.45), rgba(227, 193, 244, 0.45));
  -webkit-animation: foil 8s ease infinite;
          animation: foil 8s ease infinite;
  background-size: 200% 200%;
}
.foil .project-highlight, .foil button {
  color: #0F0F11 !important;
}
.foil button {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.foil button:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.2) !important;
  cursor: pointer;
}
.foil .project-body {
  color: #0F0F11 !important;
}

@-webkit-keyframes foil {
  0% {
    background-position: 84% 0;
  }
  50% {
    background-position: 17% 100%;
  }
  100% {
    background-position: 84% 0;
  }
}

@keyframes foil {
  0% {
    background-position: 84% 0;
  }
  50% {
    background-position: 17% 100%;
  }
  100% {
    background-position: 84% 0;
  }
}
#toolbox {
  background-image: url("../../../img/projects/toolbox/toolbox-homepage.webp");
}

#design-system {
  background-image: url("../../../img/projects/designSystem/designSystem-homepage.webp");
}

#entergy {
  background-image: url("../../../img/projects/entergy/entergy-homepage.webp");
}

#wingsInsurance {
  background-image: url("../../../img/projects/wings/wings-homepage.webp");
}

#streamRev {
  background-image: url("../../../img/projects/streamRev/streamrev-homepage.webp");
}

#glowingGuacamole {
  background-image: url("../../../img/projects/glowingGuacamole/glowing-homepage.webp");
}

#trooquei {
  background-image: url("../../../img/projects/trooquei/trooquei-homepage.webp");
}

#latada {
  background-image: url("../../../img/projects/latada/latada-homepage.webp");
}

@media (max-width: 1150px) {
  .project-container {
    width: 70vw;
    min-width: 390px;
  }
}
@media (max-width: 750px) {
  .project-container {
    width: 70vw;
    min-width: 390px;
  }
  .project-container .project-body h3 {
    font-size: 40px;
  }
  .project-container .project-body p {
    font-size: 18px;
  }
}
.project-container:hover {
  cursor: pointer;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#project-showcase {
  width: 100vw;
  height: 100vh;
  background-color: #FF1A58;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 48px;
}
#project-showcase .upper-h2 {
  color: #FBFBFB;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
#project-showcase .bottom-h2 {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  color: #FBFBFB;
}
#project-showcase h2 {
  color: #FBFBFB;
}
#project-showcase .project-body {
  width: 30vw;
}
#project-showcase img {
  width: 60vw;
  -webkit-transform: translate(10%, 0);
          transform: translate(10%, 0);
}
#project-showcase .showcase-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-decoration: none;
}
#project-showcase .showcase-content p {
  width: 95%;
}

@media (max-width: 1150px) {
  #project-showcase {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #project-showcase .showcase-content {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #project-showcase img {
    width: 100vw;
  }
  #project-showcase .project-body {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .project-body p {
    font-size: 18px;
  }
}
#testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #0F0F11;
}

/* Note: If you have a typo in your stylesheet (.testemonials-list vs. .testimonials-list),
   ensure you use the same class name as in the HTML */
.testimonials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  /* Added for the marquee effect */
  will-change: transform;
  -webkit-animation: scroll var(--scroll-duration, 30s) linear infinite;
          animation: scroll var(--scroll-duration, 30s) linear infinite;
}

.testimonials-card {
  padding: 24px 32px;
  width: 40vw;
  min-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
  font-family: "Nunito Sans", sans-serif;
  color: #0F0F11;
  background-color: #FBFBFB;
  border-radius: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.testimonial-text {
  font-size: 20px;
  font-style: italic;
}

.testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.testimonial-author img {
  width: 50px;
  height: 50px;
  border-radius: 10%;
}

.testimonial-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.testimonial-person {
  font-size: 20px;
}

.testimonial-role {
  font-style: italic;
}

.upper-h2 {
  color: #FBFBFB;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}

.bottom-h2 {
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  color: #FBFBFB;
}

/* Keyframes for infinite scrolling */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* Scroll left by the width of one set of testimonials */
    -webkit-transform: translateX(calc(-1 * var(--scroll-width)));
            transform: translateX(calc(-1 * var(--scroll-width)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    /* Scroll left by the width of one set of testimonials */
    -webkit-transform: translateX(calc(-1 * var(--scroll-width)));
            transform: translateX(calc(-1 * var(--scroll-width)));
  }
}
.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 24px;
}

.slider .slide-track {
  -webkit-animation: scroll 200s linear infinite;
          animation: scroll 200s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600%;
  gap: 24px;
}

.slider .slide {
  min-width: 40vw;
  max-width: 360px;
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1150px) {
  .slider .slide-track .slide {
    max-width: none;
    min-width: 80vw;
  }
}
@media (max-width: 750px) {
  .slider .slide-track .slide {
    min-width: 90vw;
  }
  .slider .slide-track .slide .testimonial-text {
    font-size: 18px;
  }
  .slider .slide-track .slide .testimonial-author img {
    width: 40px;
    height: 40px;
  }
  .slider .slide-track .slide .testimonial-name .testimonial-person {
    font-size: 18px;
  }
  .slider .slide-track .slide .testimonial-name .testimonial-role {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  #testimonials h2 {
    font-size: 48px;
  }
}
.articles {
  position: relative;
  width: 100vw;
  overflow: hidden;
  padding: 96px 0;
  text-decoration: none;
}
.articles h3, .articles h4 {
  text-decoration: none;
  font-family: "Playfair Display", serif;
  font-size: 72px;
  line-height: 0.9;
  font-style: italic;
}
.articles span {
  font-size: 32px;
  color: #0F0F11;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  padding: 16px;
}
.articles .articles-list {
  border-top: 1px solid #000;
}
.articles .article {
  height: 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.articles .article-wrapper {
  position: relative;
  height: 240px;
  will-change: transform;
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
}
.articles .article-name,
.articles .article-project {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  padding: 5px 15px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.articles .article-name {
  text-decoration: none;
  background-color: #FBFBFB;
  color: #0F0F11;
}
.articles .article-project {
  text-decoration: none;
  background-color: red;
  color: #FBFBFB;
}

.article-preview {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 32vw;
  height: 18vw;
  z-index: 2;
  pointer-events: none;
}
.article-preview img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.article-link {
  text-decoration: none;
}

@media (max-width: 1150px) {
  .articles h4 {
    display: none;
  }
  .articles h3 {
    font-size: 48px;
  }
}
@media (max-width: 750px) {
  .articles h3 {
    font-size: calc(22px + 1vw);
    white-space: nowrap;
  }
  .articles span {
    font-size: calc(14px + 1vw);
    padding: 8px;
  }
}
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 24px;
  overflow: hidden;
  background-color: #FBFBFB;
}

hr {
  width: 100%;
  border: 1px solid #0F0F11;
  opacity: 0.1;
}

.email-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  color: #0F0F11;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 48px;
}
.email-contact .email {
  text-decoration: underline;
}

.backlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  gap: 128px;
  font-weight: 600;
}
.backlinks ul {
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.backlinks ul span {
  color: #0F0F11;
  margin-bottom: 24px;
}
.backlinks a {
  color: #0F0F11;
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.backlinks a:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.name-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.name-final span {
  font-size: 12vw;
  font-style: italic;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  color: #0F0F11;
}

@media (max-width: 1150px) {
  footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .backlinks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .name-final {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .email-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
@media (max-width: 750px) {
  footer {
    padding: 48px;
  }
  .email-contact {
    font-size: 28px;
  }
  .backlinks {
    font-size: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .name-final span {
    font-size: 20vw;
  }
}
.pin-spacer, #about-me, section {
  max-width: 100vw !important;
  overflow: hidden;
}

html, body {
  background-color: #FBFBFB;
  overflow-x: hidden !important;
  width: 100vw;
  overflow-y: auto !important;
  position: relative;
}

main {
  width: 100%;
  overflow-x: hidden !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h2 {
  white-space: nowrap;
}

@media (max-width: 750px) {
  h2 {
    font-size: calc(56px + 1vw);
  }
}
.upcoming {
  cursor: not-allowed !important;
  opacity: 0.75;
}
.upcoming .see-project button {
  color: #0F0F11 !important;
  background-color: #FBFBFB !important;
}