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;
}

.about-project {
  width: 100vw;
  background-color: #0F0F11;
  color: #FBFBFB;
  padding: 96px;
  gap: 96px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-project .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;
  gap: 48px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.about-project .data-container, .about-project .details-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;
  gap: 12px;
  border-radius: 12px;
  width: 100%;
}
.about-project .data-container .data-number, .about-project .details-container .data-number {
  font-size: calc(80px + 1vw);
  font-family: "Playfair Display", serif;
  font-style: italic;
  width: 100%;
}
.about-project .data-container .data-description, .about-project .details-container .data-description {
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  width: 100%;
}
.about-project .data-container .details-title, .about-project .details-container .details-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  text-transform: uppercase;
}
.about-project .data-container .details-description, .about-project .details-container .details-description {
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  font-size: 22px;
}
.about-project .text-container {
  -webkit-box-flex: 3.5;
      -ms-flex: 3.5;
          flex: 3.5;
  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-project .text-container p {
  font-size: calc(20px + 1vw);
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  font-weight: 0;
}

.intro .about-project .set-of-data {
  text-align: right;
}

.outro .about-project {
  text-align: left;
}
.outro .about-project .set-of-data {
  text-align: left;
}

@media (max-width: 1150px) {
  .about-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    padding: 48px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .set-of-data {
    gap: 24px;
  }
  .text-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 750px) {
  .about-project {
    padding: 48px 5%;
  }
  .about-project .details-container .details-title {
    font-size: 16px;
  }
  .about-project .details-container .details-description {
    font-size: 20px;
  }
  .about-project .text-container p {
    font-size: calc(20px + 1vw);
  }
  .about-project .set-of-data {
    gap: 24px;
  }
  .about-project .set-of-data .data-container {
    gap: 12px;
  }
  .about-project .set-of-data .data-container .data-number {
    font-size: 64px;
  }
  .about-project .set-of-data .data-container .data-description {
    font-size: 18px;
  }
}
.scrollWrapper {
  width: 100vw;
  overflow-x: hidden;
}

#project-narrative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* Prevents wrapping */
  background-color: #FBFBFB;
  height: 100vh;
  padding: 0 !important;
}

.project-block {
  height: 100vh; /* Full height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Prevents shrinking */
  background-color: #FBFBFB;
}

.spacing-block {
  min-width: 10vw;
  max-width: 160px;
  height: 100vh;
  background-color: #FBFBFB;
}

.text-content {
  width: 65vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  height: 100%; /* Full height */
  background-color: #FBFBFB;
  padding-bottom: 1.5%;
}
.text-content a {
  color: #0F0F11;
}
.text-content h2 {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.text-content p {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  width: 75%;
}
.text-content #project-narrative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; /* Prevents wrapping */
  background-color: #FBFBFB;
  height: 100vh;
  padding: 0 !important;
}
.text-content .project-block {
  width: 60vw; /* Each block takes full width of viewport */
  height: 100vh; /* Full height */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* Prevents shrinking */
  background-color: #FBFBFB;
}
.text-content .text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 24px;
  height: 100vh; /* Full height */
  background-color: #FBFBFB;
}
.text-content .text-content h2 {
  font-size: 60px;
  font-family: "Playfair Display", serif;
  font-style: italic;
}
.text-content .text-content p {
  font-size: 24px;
  font-family: "Nunito Sans", sans-serif;
  width: 60%;
}

.highlight {
  font-weight: bold;
  font-style: italic;
}

.marginSingle-content img {
  width: auto !important;
  height: 95% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.reduce-video {
  height: 95%;
  border-radius: 12px;
  padding: 1.5%;
  margin-top: 1.25%;
}
.reduce-video video {
  height: 85%;
  width: auto;
  border-radius: 12px;
}

.video-bigger video {
  height: 100%;
  width: auto;
  border-radius: 12px;
}

.design-system-bg {
  background-color: #141414;
}

@media (max-width: 1150px) {
  .text-content {
    width: 90vw;
    padding-bottom: 2.5%;
  }
  .text-content p {
    width: 90%;
  }
}
@media (max-width: 750px) {
  .text-content {
    padding: 10% 0;
  }
  .text-content h2 {
    font-size: 48px;
  }
  .text-content p {
    font-size: 18px;
  }
  .spacing-block {
    min-width: 25vw;
  }
  .marginSingle-content img {
    height: 90% !important;
  }
}
#entergy-demo {
  background-color: #8026FF;
  width: 60vw;
  min-width: 390px;
}
#entergy-demo div {
  width: auto !important;
  height: 95% !important;
  background-image: url(../../../img/projects/entergy/entergyDemo.gif);
}

.persona-block {
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.persona-block .container-persona {
  height: 95%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 48px 96px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #8026FF;
  border-radius: 12px;
}
.persona-block .persona {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 700px;
  width: 40vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #FBFBFB;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.45);
  min-width: 640px;
}
.persona-block .persona img {
  width: 100%;
  height: 40vh;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.persona-block .persona .persona-content {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.persona-block .persona h3 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-style: italic;
}
.persona-block .persona span {
  background-color: #8026FF;
  padding: 8px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FBFBFB;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  border-radius: 4px;
}
.persona-block .persona p {
  font-size: 20px;
  font-family: "Nunito Sans", sans-serif;
}

#final-screens, #final-screens span {
  background-color: #0F0F11;
}

@media (max-width: 750px) {
  .persona-block .persona {
    min-width: 0;
    width: 90vw;
  }
  .persona-block .persona h3 {
    font-size: 28px;
  }
  .persona-block .persona p {
    font-size: 18px;
  }
  .persona-block .persona span {
    font-size: 14px;
  }
}
#final-screens .persona {
  width: 70vw;
  height: -webkit-fill-available;
}
#final-screens img {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#final-screens .persona-content {
  gap: 24px;
}

#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;
}

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;
  }
}
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

body {
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  height: 1000vh;
}

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

h1 {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 8vw;
  color: #FBFBFB;
}

p {
  font-size: 18px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Nunito Sans", sans-serif;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 0;
  background-color: #FBFBFB;
  overflow: hidden;
}

.gallery-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: 160vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
}

.col {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4em;
  will-change: transform;
}

.img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  background-color: #fff;
}

.img.main img {
  position: relative;
  -webkit-transform: scale(2);
          transform: scale(2);
  will-change: transform;
}

.container {
  width: 100%;
  height: 100%;
}

section {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #e1dedc;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 64px 5%;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.divider {
  width: 1.5px;
  height: 30%;
  background-color: #05364c;
}

section.ws {
  width: 100vw;
  height: 400vh;
  background-color: transparent;
}

.footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gsap-marker-start, .gsap-marker-end {
  font-size: 12px !important; /* Make text readable */
  color: red !important; /* Make them more visible */
  background: yellow !important; /* Add contrast */
  z-index: 9999 !important; /* Ensure they're on top */
  position: fixed !important; /* Force them to stay visible */
}

.project-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 10%;
  left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  mix-blend-mode: difference;
}
.project-navigation span {
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
  font-style: italic;
  color: #FBFBFB;
  font-weight: bold;
}
.project-navigation a {
  text-decoration: none;
  font-size: 20px;
  color: #FBFBFB;
  opacity: 0.7;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.project-navigation a:hover {
  font-size: 24px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

section.ws {
  width: 100%;
  height: 400vh;
  background-color: transparent;
}

video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: sticky;
  top: 0;
}

#screenChange {
  position: relative;
  width: 110%;
  height: auto;
  overflow: hidden;
  margin-top: 2.5%;
}

.old-layout,
.new-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.new-layout {
  -webkit-clip-path: inset(0% 100% 0% 0%);
          clip-path: inset(0% 100% 0% 0%); /* Initially hidden */
}

.sticky-zIndex-1 {
  z-index: -1;
}

#projects {
  background-color: #0F0F11;
}
#projects .projects-list {
  background-color: #0F0F11;
}
#projects h2 {
  font-size: 96px;
  font-family: "Playfair Display", serif;
  color: #FBFBFB;
  font-style: italic;
}

h2 {
  white-space: nowrap;
}

@media (max-width: 750px) {
  #projects h2 {
    font-size: calc(56px + 1vw);
  }
}
.short {
  height: 200vh !important;
}