@charset "UTF-8";
@font-face {
  font-family: "Helvetica";
  src: url("../css/fonts/Helvetica-01.eot") format("eot"), url("../css/fonts/Helvetica-01.woff") format("woff"), url("../css/fonts/Helvetica-01.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Helvetica-Light";
  src: url("../css/fonts/Helvetica-Light-05.eot") format("eot"), url("../css/fonts/Helvetica-Light-05.woff") format("woff"), url("../css/fonts/Helvetica-Light-05.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "ClimateCrisis";
  src: url("../css/fonts/ClimateCrisis.eot") format("eot"), url("../css/fonts/ClimateCrisis.woff") format("woff"), url("../css/fonts/ClimateCrisis.ttf") format("truetype");
}
@font-face {
  font-family: "ComicSans";
  src: url("../css/fonts/ComicSans.eot") format("eot"), url("../css/fonts/ComicSans.woff") format("woff"), url("../css/fonts/ComicSans.ttf") format("truetype");
}
@font-face {
  font-family: "NeueRegrade";
  src: url("../css/fonts/Neue-Regrade-Regular.eot") format("eot"), url("../css/fonts/Neue-Regrade-Regular.woff") format("woff"), url("../css/fonts/Neue-Regrade-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "FoundersGrotesk-Light";
  src: url("../css/fonts/FoundersGrotesk-Light.eot") format("eot"), url("../css/fonts/FoundersGrotesk-Light.woff") format("woff"), url("../css/fonts/FoundersGrotesk-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OverusedGrotesk-Light";
  src: url("../css/fonts/OverusedGrotesk-Light.eot") format("eot"), url("../css/fonts/OverusedGrotesk-Light.woff") format("woff"), url("../css/fonts/OverusedGrotesk-Light.ttf") format("truetype");
}
@font-face {
  font-family: "OverusedGrotesk-SemiBold";
  src: url("../css/fonts/OverusedGrotesk-SemiBold.eot") format("eot"), url("../css/fonts/OverusedGrotesk-SemiBold.woff") format("woff"), url("../css/fonts/OverusedGrotesk-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "OverusedGrotesk-Medium";
  src: url("../css/fonts/OverusedGrotesk-Medium.eot") format("eot"), url("../css/fonts/OverusedGrotesk-Medium.woff") format("woff"), url("../css/fonts/OverusedGrotesk-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "OverusedGrotesk-Book";
  src: url("../css/fonts/OverusedGrotesk-Book.eot") format("eot"), url("../css/fonts/OverusedGrotesk-Book.woff") format("woff"), url("../css/fonts/OverusedGrotesk-Book.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  overscroll-behavior: none;
}

a {
  color: black;
  text-decoration: none;
}

p, a, span {
  font-family: "Helvetica";
  color: #16151E;
  font-weight: 300;
  color: #0C0C0C;
  word-break: keep-all;
}

body {
  transition: all 0.2s;
}
body.dark-mode {
  background-color: #16151E;
}

html {
  scroll-behavior: smooth;
  font-weight: 400;
  font-style: normal;
}

img {
  display: block;
}

body {
  visibility: hidden;
}
body.fonts-loaded {
  visibility: visible;
}

#intro {
  width: 100vw;
  height: 100vh;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#intro .screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#intro .screen .scene {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background-color: black;
  transition: all 1s;
}
#intro .screen .scene.scene-1 {
  margin: 0 auto;
  width: 45%;
  display: flex;
  flex-direction: column;
}
#intro .screen .scene.scene-1 p {
  font-family: "ComicSans";
  color: white;
  font-size: 64px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}
#intro .screen .scene.scene-2 {
  margin: 0 auto;
  width: 80%;
  flex-direction: column;
  display: flex;
  position: absolute;
  z-index: 2;
  top: 0;
  opacity: 0;
}
#intro .screen .scene.scene-2 p {
  color: white;
  font-family: "OverusedGrotesk-Book";
  font-size: 70px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  transition: all 1s;
  opacity: 0;
  transform: translateY(40px);
}
#intro .screen .scene.scene-2 p:nth-of-type(2) {
  line-height: 83px;
}
#intro .screen .scene.scene-2 p.grad {
  color: white; /* Fallback: assume this color ON TOP of image */
  background-image: url(../assets/grad.webp);
  -webkit-background-clip: text; /* clip the background to the text inside the tag*/
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
#intro .screen .scene.scene-3 {
  position: absolute;
  top: 0;
  z-index: 10;
  margin: 0 auto;
  width: 80%;
  flex-direction: column;
  display: flex;
  opacity: 0;
}
#intro .screen .scene.scene-3 h1 {
  font-family: "ClimateCrisis";
  font-size: 15.5rem;
  letter-spacing: 5px;
  font-weight: 400;
  text-align: center;
  color: white; /* Fallback: assume this color ON TOP of image */
  background-image: url(../assets/grad.webp);
  -webkit-background-clip: text; /* clip the background to the text inside the tag*/
  -webkit-text-fill-color: transparent;
  -webkit-animation-name: MOVE-BG;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
#intro .screen .scene.scene-3 .logo-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
  transition: all 1s;
  position: relative;
}
@-webkit-keyframes MOVE-BG {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}
#intro .content {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#navbar-mobile {
  display: none;
}

#navbar {
  width: 100vw;
  height: 8vh;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #16151E;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #fff;
  transition: all 0.2s;
}
#navbar .mobile-btns {
  display: none;
}
#navbar.dark-mode {
  background-color: #16151E;
  border-bottom: solid 1px #fff;
}
#navbar.dark-mode .content .logo span {
  color: #fff;
}
#navbar.dark-mode .content .links-container a {
  color: #fff;
}
#navbar .content {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#navbar .content .mobile-menu {
  display: none;
}
#navbar .content .logo:hover span {
  width: fit-content;
}
#navbar .content .logo:hover span span {
  width: 100px !important;
  margin-right: 0;
}
#navbar .content .logo span {
  font-family: "ClimateCrisis";
  font-size: 24px;
  display: inline-flex;
  width: 20px;
}
#navbar .content .logo span span {
  overflow: hidden;
  transition: all ease-in-out 0.3s;
  width: 0px;
}
#navbar .content .links-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#navbar .content .links-container a {
  font-weight: 300;
  font-size: 18px;
  margin: 0 10px;
  transition: all 0.2s;
  opacity: 0.6;
}
#navbar .content .links-container a:hover {
  opacity: 1;
}
#navbar .content .links-container a.active {
  text-transform: uppercase;
  text-decoration: underline;
}

.form-switch {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-left: 20px;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #E6E6E2;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #E6E6E2;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i {
  background-color: rgba(255, 255, 255, 0.5);
}

.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
  background-color: rgb(255, 255, 255);
}

#home {
  position: relative;
  overflow-x: hidden;
}
#home.dark-mode {
  background-color: #16151E;
}
#home.dark-mode header {
  background-color: #16151E;
}
#home.dark-mode header h1 {
  color: #fff;
}
#home.dark-mode .intro {
  background-color: #16151E;
}
#home.dark-mode .intro .content {
  display: flex;
  flex-direction: column;
}
#home.dark-mode .intro .content h2 {
  color: #fff;
}
#home.dark-mode .intro .content p {
  color: #fff;
}
#home.dark-mode .contact {
  background-color: #16151E;
}
#home.dark-mode .contact .content .col h2, #home.dark-mode .contact .content .col a {
  color: #fff;
}
#home.dark-mode .contact .content .col .underline {
  background-color: #fff;
}
#home.dark-mode .projects {
  background-color: #16151E;
}
#home.dark-mode .projects .content .overlay {
  background-color: #fff;
}
#home.dark-mode .projects .content .overlay span {
  color: #16151E;
}
#home.dark-mode .projects .content .cards .flip-card .flip-card-inner .flip-card-front {
  background-color: #fff;
  color: #fff;
}
#home header {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home header h1 {
  font-family: "ClimateCrisis";
  position: fixed;
  z-index: 100;
  font-size: 15.5rem;
  font-weight: 400;
}
#home header .imgs-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* if smaller content box is used and centering is needed: 
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  */
}
#home header .imgs-container .viewport {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -moz-transform-style: preserve-3d;
  width: 100%;
  height: 100%;
}
#home header .imgs-container .viewport .frame {
  position: absolute;
  width: 100%;
  -moz-transform-style: preserve-3d;
  opacity: 0;
  transition: all 0.2s;
  will-change: transform, opacity;
}
#home header .imgs-container .viewport .frame:nth-child(5) {
  -webkit-transform: translate3d(500px, 500px, -1000px);
}
#home header .imgs-container .viewport .frame:nth-child(4) {
  -webkit-transform: translateZ(-2000px);
}
#home header .imgs-container .viewport .frame:nth-child(3) {
  -webkit-transform: translateZ(-3000px);
}
#home header .imgs-container .viewport .frame:nth-child(2) {
  -webkit-transform: translateZ(-4000px);
}
#home header .imgs-container .viewport .frame:nth-child(1) {
  -webkit-transform: translateZ(-5000px);
}
#home header .imgs-container .viewport .frame img {
  object-fit: contain;
}
#home .intro {
  width: 100%;
  display: flex;
  align-items: center;
  height: fit-content;
  background-color: white;
  margin-top: 450vh;
  position: relative;
}
#home .intro .content {
  width: 90%;
  margin: 0 auto;
}
#home .intro .content .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3rem;
}
#home .intro .content .row:nth-of-type(1) .col:nth-of-type(2) {
  margin-top: 9rem;
}
#home .intro .content .row .col {
  width: 48%;
  display: flex;
  flex-direction: column;
}
#home .intro .content .row .col:nth-child(1) {
  justify-content: space-between;
}
#home .intro .content .row .col:nth-child(1) .tags-container span {
  font-family: "Helvetica-Light";
}
#home .intro .content .row .col:nth-child(1) .tags-container .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 80%;
}
#home .intro .content .row .col:nth-child(1) .tags-container .tags .tag {
  background-color: #F0F1ED;
  border-radius: 25px;
  padding: 7px 10px;
  margin-right: 12px;
  margin-bottom: 15px;
  font-family: "Helvetica-Light";
}
#home .intro .content .row .col:nth-child(2) {
  width: 43%;
}
#home .intro .content .row .col:nth-child(2) p {
  font-size: 1.6rem;
  font-family: "Helvetica-Light";
}
#home .intro .content h2 {
  font-family: "OverusedGrotesk-Book";
  font-size: 3rem;
  font-weight: 400;
}
#home .projects {
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 3;
  position: relative;
  overflow: hidden;
}
#home .projects .content {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
}
#home .projects .content .overlay {
  width: 100%;
  height: 80%;
  border-radius: 25px;
  position: absolute;
  z-index: 4;
  background-color: black;
  display: flex;
  box-sizing: border-box;
  padding: 50px;
  align-items: flex-end;
  pointer-events: none;
}
#home .projects .content .overlay span {
  color: #fff;
  font-family: "OverusedGrotesk-Book";
  font-size: 5.2rem;
  font-weight: 400;
}
#home .projects .content .cards {
  display: flex;
  height: inherit;
  justify-content: space-between;
  align-items: center;
  height: 80%;
  width: 100%;
}
#home .projects .content .cards .flip-card {
  background-color: transparent;
  width: 32.5%;
  height: 100%;
  overflow: visible;
  border-radius: 20px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  transition: all 0.2s;
  cursor: pointer;
}
#home .projects .content .cards .flip-card:hover {
  opacity: 0.8;
}
#home .projects .content .cards .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 20px;
}
#home .projects .content .cards .flip-card .flip-card-inner .flip-card-front, #home .projects .content .cards .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  border-radius: 20px;
}
#home .projects .content .cards .flip-card .flip-card-inner .flip-card-front {
  background-color: #16151E;
  color: #16151E;
}
#home .projects .content .cards .flip-card .flip-card-inner .flip-card-front img {
  border-radius: 20px;
}
#home .projects .content .cards .flip-card .flip-card-inner .flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}
#home .projects .content .cards .flip-card .flip-card-inner .flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#home .process {
  height: 100vh;
  background-image: url("../assets/process-bg.webp");
  background-size: auto 100%;
  position: relative;
  width: fit-content;
  background-repeat: no-repeat;
  width: 220vw;
  overflow: hidden;
}
#home .process h2 {
  color: rgba(255, 255, 255, 0.6);
  font-family: "OverusedGrotesk-Book";
  position: absolute;
  font-size: 14rem;
  line-height: 11vw;
  margin-left: -1vw;
  top: -25px;
  left: 0;
  font-weight: 400;
}
#home .process .slider {
  width: 220vw;
  display: flex;
  position: absolute;
  height: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 50px;
  overscroll-behavior: none;
  overflow: hidden;
}
#home .process .slider .step {
  height: inherit;
  width: 55vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#home .process .slider .step:nth-of-type(1) {
  padding-top: 50px;
}
#home .process .slider .step span {
  border-radius: 30px;
  border: solid #16151E 1px;
  padding: 5px 10px;
  width: fit-content;
  position: relative;
  font-family: "Helvetica-Light";
}
#home .process .slider .step h3 {
  font-family: "OverusedGrotesk-Book";
  color: #16151E;
  font-size: 5rem;
  font-weight: 200;
  margin-top: 20px;
  position: relative;
  -webkit-text-stroke: #16151E 1.5px;
}
#home .process .slider .step h3 u {
  text-decoration: none;
  position: relative;
}
#home .process .slider .step h3 u .underline {
  height: 5px;
  background-color: #16151E;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#home .process .slider .step h3 .arrow {
  position: absolute;
  width: 19vw;
  right: 3vw;
  top: 2vw;
}
#home .process .slider .step .text {
  display: flex;
  margin-top: 30px;
}
#home .process .slider .step .text p {
  font-weight: 300;
  position: relative;
  font-family: "Helvetica-Light";
}
#home .process .slider .step .text .col {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
#home .process .slider .step .text .col:nth-of-type(1) {
  width: 17%;
}
#home .process .slider .step .text .col:nth-of-type(1) p {
  width: 100%;
}
#home .process .slider .step .text .col:nth-of-type(1) img {
  width: 85%;
  margin-top: 20px;
  position: relative;
}
#home .process .slider .step .text .col:nth-of-type(2) {
  width: 53%;
}
#home .process .slider .step .text .col:nth-of-type(2) img {
  width: 80%;
  align-self: flex-end;
  margin-top: 40px;
  position: relative;
}
#home .process .slider .step .text .col:nth-of-type(2) p {
  width: 100%;
}
#home .process .slider .step:nth-of-type(2) {
  justify-content: flex-end;
}
#home .process .slider .step:nth-of-type(2) h3 .arrow {
  position: absolute;
  width: 15vw;
  right: 5vw;
  top: -10vw;
}
#home .process .slider .step:nth-of-type(3) {
  justify-content: flex-start;
}
#home .process .slider .step:nth-of-type(3) h3 .arrow {
  position: absolute;
  width: 20vw;
  right: 0vw;
  top: 3vw;
}
#home .process .slider .step:nth-of-type(3) .text .col:nth-of-type(1) img {
  width: 60%;
}
#home .process .slider .step:nth-of-type(4) {
  justify-content: flex-end;
}
#home .process .slider .step:nth-of-type(4) .text .col:nth-of-type(1) img {
  width: 60%;
}
#home .contact {
  height: 100vh;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 0;
  z-index: 5;
  position: relative;
}
#home .contact .content {
  width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#home .contact .content .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#home .contact .content .col h2 {
  font-family: "OverusedGrotesk-Book";
  font-size: 5rem;
  position: relative;
  margin-bottom: 10px;
  font-weight: 400;
}
#home .contact .content .col h2 .underline {
  height: 5px;
  background-color: #16151E;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#home .contact .content .col a {
  font-family: "OverusedGrotesk-Book";
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s;
}
#home .contact .content .col a:hover {
  text-decoration: underline;
}

#about {
  width: 100vw;
  max-width: 100vw;
  padding: 15vh 0 10vh 0;
  box-sizing: border-box;
  overflow-x: hidden;
}
#about.dark-mode {
  background-color: #16151E;
}
#about.dark-mode .first {
  background-color: #16151E;
}
#about.dark-mode .first .content .text h1, #about.dark-mode .first .content .text p {
  color: #fff;
}
#about.dark-mode .second .content {
  background-image: none;
  animation: none;
}
#about.dark-mode .second .content .col .col span {
  color: #16151E;
}
#about.dark-mode .second .content .col span, #about.dark-mode .second .content .col p, #about.dark-mode .second .content .col h5 {
  color: #fff;
}
#about.dark-mode .second .bottom h2, #about.dark-mode .second .bottom a {
  color: #fff;
}
#about.dark-mode .second .bottom .underline {
  background-color: #fff;
}
#about .first {
  width: 100%;
  height: fit-content;
  padding-bottom: 60px;
}
#about .first .content {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: flex-start;
  width: 93%;
  margin: 0 auto;
}
#about .first .content .text {
  width: 47%;
}
#about .first .content .text h1 {
  font-family: "OverusedGrotesk-Light";
  font-size: 4.3rem;
  font-weight: 300;
  line-height: 74px;
  margin-bottom: 50px;
}
#about .first .content .text h1 br {
  display: none;
}
#about .first .content .text p {
  font-family: "OverusedGrotesk-Light";
  font-size: 1.5rem;
}
#about .first .content .text p b {
  font-family: "OverusedGrotesk-Medium";
  font-weight: 400;
}
#about .first .content .img {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  height: fit-content;
}
#about .first .content .img img {
  width: 100%;
  object-fit: contain;
}
#about .second {
  width: 100%;
  max-width: 100vw;
}
@keyframes moverFondo {
  0% {
    background-position: 70% 80%;
  }
  33% {
    background-position: 90% 60%;
  }
  66% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 70% 80%;
  }
}
#about .second .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-image: url("../assets/about-bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 80%;
  animation: moverFondo 5s linear infinite;
  transition: all 0.2s;
}
#about .second .content .col {
  display: flex;
  justify-content: space-between;
  height: 80vh;
  width: 47%;
}
#about .second .content .col b {
  font-size: 80px;
  font-weight: 400;
  width: 100px;
  line-height: 80px;
  width: 150px;
}
#about .second .content .col:nth-of-type(1) .col:nth-of-type(1) {
  width: 42%;
  align-self: flex-start;
  justify-content: flex-start;
}
#about .second .content .col:nth-of-type(1) .col:nth-of-type(1) .img {
  height: 350px;
}
#about .second .content .col:nth-of-type(1) .col:nth-of-type(1) span:nth-of-type(1) {
  top: 5%;
  right: -5%;
}
#about .second .content .col:nth-of-type(1) .col:nth-of-type(1) p {
  font-family: "OverusedGrotesk-Light";
  align-self: flex-end;
  margin-right: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#about .second .content .col:nth-of-type(1) .col:nth-of-type(2) {
  width: 55%;
  height: 450px;
  align-self: flex-end;
}
#about .second .content .col:nth-of-type(1) .col:nth-of-type(2) span:nth-of-type(1) {
  bottom: 10%;
  left: -20%;
}
#about .second .content .col:nth-of-type(1) .col:nth-of-type(2) span:nth-of-type(2) {
  top: 10%;
  right: -10%;
}
#about .second .content .col .col {
  display: flex;
  flex-direction: column;
  position: relative;
}
#about .second .content .col .col span {
  border-radius: 35px;
  padding: 5px 10px 8px 10px;
  background-color: #F0F1ED;
  position: absolute;
  font-size: 16px;
  font-family: "OverusedGrotesk-Light";
  z-index: 10;
}
#about .second .content .col .col .img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#about .second .content .col .col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .second .content .col:nth-of-type(2) {
  align-items: flex-end;
  justify-content: flex-start;
}
#about .second .content .col:nth-of-type(2) .col {
  width: 44%;
  height: 450px;
  justify-content: flex-start;
  align-items: flex-start;
}
#about .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row {
  display: flex;
  width: 100%;
}
#about .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col {
  height: auto;
  width: 36%;
  justify-content: space-between;
}
#about .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col:nth-of-type(2) {
  width: 25%;
}
#about .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col:nth-of-type(3) p {
  height: 60px;
}
#about .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col:nth-of-type(3) p:nth-of-type(1) {
  margin-top: 25px;
}
#about .second .content .col:nth-of-type(2) .col h5 {
  font-family: "OverusedGrotesk-Light";
  font-size: 28px;
  font-weight: 300;
  text-decoration: underline;
  margin-bottom: 5px;
}
#about .second .content .col:nth-of-type(2) .col p {
  font-family: "OverusedGrotesk-Light";
  font-size: 28px;
  margin: 5px 0;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#about .second .content .col:nth-of-type(2) .col p b {
  font-size: 80px;
  font-weight: 400;
  width: 100px;
  line-height: 80px;
  width: 150px;
}
#about .second .bottom {
  width: 90%;
  margin: 0 auto;
  padding: 120px 0 60px 0;
}
#about .second .bottom h2 {
  font-family: "OverusedGrotesk-Light";
  font-size: 5rem;
  position: relative;
  margin-bottom: 0;
  width: fit-content;
  font-weight: 300;
}
#about .second .bottom h2 .underline {
  height: 5px;
  background-color: #16151E;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
}
#about .second .bottom a {
  font-family: "OverusedGrotesk-Light";
  font-size: 2.5rem;
  line-height: 2rem;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.2s;
}
#about .second .bottom a:hover {
  transform: scale(1.01);
  opacity: 0.7;
}

#projects {
  width: 100%;
  padding-bottom: 10vh;
}
#projects.dark-mode {
  background-color: #16151E;
}
#projects.dark-mode .container .filters button {
  color: rgba(255, 255, 255, 0.4);
}
#projects.dark-mode .container .filters button.active {
  color: #fff;
}
#projects.dark-mode .container .projects-container .project span {
  color: rgba(255, 255, 255, 0.7);
}
#projects.dark-mode .container .projects-container .project span.title {
  color: #fff;
  -webkit-text-stroke: 0.5 #fff;
}
#projects main {
  padding-top: 11vh;
}
#projects .container {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#projects .container .filters {
  display: flex;
}
#projects .container .filters button {
  font-family: "OverusedGrotesk-Light";
  font-size: 1.7rem;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.2s;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  border: none;
}
#projects .container .filters button:hover {
  text-transform: uppercase;
}
#projects .container .filters button.active {
  text-decoration: underline;
  color: #16151E;
}
#projects .container .projects-container {
  margin-top: 20px;
  width: 103%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#projects .container .projects-container .project {
  width: 31.2%; /* Ajusta el ancho y resta el espacio total de márgenes */
  margin: 20px 0;
  margin-right: 2%; /* Espacio entre columnas */
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding-bottom: 0;
}
#projects .container .projects-container .project span {
  font-family: "OverusedGrotesk-Light";
  color: #515151;
  font-size: 1rem;
}
#projects .container .projects-container .project span.title {
  color: #16151E;
  -webkit-text-stroke: 0.5 #16151E;
  font-family: "OverusedGrotesk-Medium";
}
#projects .container .projects-container .project .img {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 20px;
}
#projects .container .projects-container .project .img:hover img {
  transform: scale(1.06);
}
#projects .container .projects-container .project .img img {
  width: 100%;
  transition: all 0.2s;
}

.project {
  padding-bottom: 8vh;
}
.project.dark-mode {
  background-color: #16151E;
}
.project.dark-mode main header .content .tag {
  border: solid 1px #fff;
  color: #fff;
}
.project.dark-mode main header .content .tag:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.project.dark-mode main header .content h1 {
  color: #fff;
}
.project.dark-mode main .concept .content .title {
  border-bottom: solid 1px #fff;
}
.project.dark-mode main .concept .content .title h2 {
  color: #fff;
}
.project.dark-mode main .concept .content .intro p {
  color: #fff;
}
.project.dark-mode main .credits .content .title {
  border-bottom: solid 1px #fff;
}
.project.dark-mode main .credits .content .title h2 {
  color: #fff;
}
.project.dark-mode main .credits .content p {
  color: #fff;
}
.project main header {
  width: 100%;
  margin-top: 12vh;
}
.project main header .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.project main header .content img {
  width: 100%;
  border-radius: 20px;
}
.project main header .content .tag {
  border: solid 1px #16151E;
  color: #16151E;
  padding: 2px 10px 5px 10px;
  border-radius: 15px;
  width: fit-content;
  font-family: "OverusedGrotesk-Light";
  transition: all 0.2s;
}
.project main header .content .tag:hover {
  background-color: #E6E6E2;
  border-color: #E6E6E2;
}
.project main header .content h1 {
  text-decoration: underline;
  font-family: "OverusedGrotesk-Light";
  font-weight: 300;
  margin: 20px 0px 30px 0;
  font-size: 2.5rem;
}
.project main section .content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.project main section .content .title {
  border-bottom: solid 1px #16151E;
  padding-bottom: 14px;
}
.project main section .content .title h2 {
  font-family: "OverusedGrotesk-Light";
  font-weight: 400;
}
.project main iframe {
  width: 100%;
  height: 38vw;
  margin: 15px 0;
}
.project main .concept {
  padding: 40px 0;
}
.project main .concept .content .intro {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 30px;
}
.project main .concept .content .intro p {
  width: 50%;
  font-family: "OverusedGrotesk-Light";
  font-size: 1.7rem;
}
.project main .concept .content .intro .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 30%;
  height: fit-content;
}
.project main .concept .content .intro .tags .tag {
  background-color: #F0F1ED;
  border-radius: 25px;
  padding: 7px 15px;
  margin-right: 20px;
  margin-bottom: 10px;
  height: fit-content;
  font-family: "Helvetica-Light";
}
.project main .concept .content img {
  width: 50%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
.project main .concept .content .grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  grid-auto-rows: minmax(100px, auto);
  margin: 15px 0;
}
.project main .concept .content .grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.project main .concept .content .grid.full {
  grid-template-columns: repeat(1, 1fr);
}
.project main .concept .content .grid img {
  width: 100%;
  border-radius: 20px;
}
.project main .credits {
  margin-bottom: 80px;
  margin-top: 40px;
}
.project main .credits .content {
  align-items: flex-end;
}
.project main .credits .content .title {
  width: 100%;
  margin-bottom: 30px;
}
.project main .credits .content div p {
  font-family: "OverusedGrotesk-Light";
  padding-right: 120px;
  font-size: 1.5rem;
}
.project main .related .content {
  flex-direction: row;
  justify-content: space-between;
}
.project main .related .content a {
  width: 31%;
}
.project main .related .content a .project {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 280px;
  border-radius: 20px;
  cursor: pointer;
}
.project main .related .content a .project .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}
.project main .related .content a .project .img:hover img {
  transform: scale(1.03);
}
.project main .related .content a .project .img img {
  min-width: 100%;
  height: 100%;
  transition: all 0.2s;
  object-fit: cover;
}
.project main .related .content a .project .info {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 0;
  background: rgb(217, 217, 217);
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgb(0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 15px;
}
.project main .related .content a .project .info h3 {
  color: #fff;
  font-family: "OverusedGrotesk-Light";
  font-size: 1.5rem;
  font-weight: 400;
}
.project main .related .content a .project .info span {
  color: #fff;
  font-family: "OverusedGrotesk-Light";
  font-weight: 400;
}
.project main .steal-palette {
  position: fixed;
  top: 60%;
  width: 260px;
  z-index: 100;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
  box-sizing: border-box;
  right: 2.5%;
}
.project main .steal-palette.open h5 img {
  content: url("../assets/less.webp");
}
.project main .steal-palette .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 5px 0;
  color: #16151E;
  display: none;
}
.project main .steal-palette .info .rgb {
  width: 100%;
  border-bottom: solid 1px rgba(22, 21, 30, 0.5);
  display: flex;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}
.project main .steal-palette .info .rgb:nth-of-type(3) {
  border-bottom: none;
}
.project main .steal-palette .info .rgb span {
  margin-right: 15px;
  padding: 0;
}
.project main .steal-palette .info .rgb .color-block {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: solid 1px white;
}
.project main .steal-palette .info .rgb img {
  width: 20px;
  cursor: pointer;
  object-fit: contain;
  transition: all 0.2s;
}
.project main .steal-palette .info .rgb img:hover {
  opacity: 0.4;
}
.project main .steal-palette .info #color-code {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 35px;
  width: fit-content;
  text-transform: uppercase;
  padding: 8px 12px;
}
.project main .steal-palette .info span {
  color: #16151E;
  padding: 10px 15px;
  font-family: "OverusedGrotesk-Light";
}
.project main .steal-palette h5 {
  width: 100%;
  border-radius: 75px;
  background-color: white;
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 10px 18px 14px 18px;
  align-items: center;
  font-family: "OverusedGrotesk-Light";
  font-size: 1.3rem;
  box-sizing: border-box;
  transition: all 0.2s;
  line-height: 1.3rem;
  cursor: pointer;
}
.project main .steal-palette h5:hover {
  transform: scale(1.03);
}
.project main .steal-palette h5 img {
  width: 15px;
  margin-left: 10px;
  margin-top: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.project main .steal-palette h5 img:hover {
  opacity: 0.5;
}

footer {
  width: 100%;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  z-index: 20;
  background-color: #fff;
  transition: all 0.2s;
}
footer.dark-mode {
  background-color: #16151E;
}
footer.dark-mode .marquee .marquee-content span {
  color: #fff;
}
footer .marquee {
  width: 100%;
  overflow: hidden;
  bottom: 0;
  display: flex;
}
footer .marquee .marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
footer .marquee .marquee-content span {
  font-family: "Helvetica-Light";
  color: black;
  font-size: 18px;
  margin-right: 3px;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

#error {
  width: 100vw;
  height: 100vh;
  background-image: url("../assets/404-bg.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#error h1 {
  font-family: "ClimateCrisis";
  font-weight: 400;
  font-size: 13rem;
}
#error h2, #error p {
  font-family: "OverusedGrotesk-Light";
}
#error h2 {
  font-size: 2.2rem;
}
#error p {
  font-size: 1.3rem;
}

@media only screen and (max-width: 600px) {
  main {
    overflow-x: hidden;
  }
  #navbar {
    display: none;
  }
  #navbar-mobile {
    display: flex;
    position: fixed;
    width: 100vw;
    top: 2vh;
    z-index: 10;
  }
  #navbar-mobile .content {
    width: 90%;
    margin: 0 auto;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.47);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
  }
  #navbar-mobile .content .header {
    display: flex;
    justify-content: space-between;
  }
  #navbar-mobile .content .header span {
    font-family: "ClimateCrisis";
    font-size: 1.5rem;
  }
  #navbar-mobile .content .header .mobile-btns {
    display: flex;
  }
  #navbar-mobile .content .header .mobile-btns img {
    width: 20px;
    object-fit: contain;
  }
  #navbar-mobile .content .mobile-menu {
    height: 0;
    overflow: hidden;
    transition: all 0.2s;
    display: flex;
    align-items: center;
  }
  #navbar-mobile .content .mobile-menu .content {
    width: 100%;
    box-shadow: none;
    padding: 20px 0 0 0;
    background-color: transparent;
  }
  #navbar-mobile .content .mobile-menu .content a {
    font-size: 1.4rem;
    margin: 10px 0;
  }
  #error {
    background-image: url("../assets/404-bg-m.web");
    position: relative;
  }
  #error h1 {
    font-size: 6rem;
  }
  #error h2 {
    font-size: 2.4rem;
    width: 70%;
    line-height: 2.6rem;
  }
  #error p {
    width: 55%;
    margin: 0 auto;
    margin-top: 40px;
  }
  #intro .screen .scene.scene-1 {
    width: 80%;
  }
  #intro .screen .scene.scene-1 p {
    font-size: 34px;
    line-height: 44px;
  }
  #intro .screen .scene.scene-2 {
    width: 80%;
  }
  #intro .screen .scene.scene-2 p {
    font-size: 40px;
    line-height: 35px;
  }
  #intro .screen .scene.scene-2 p:nth-of-type(2) {
    line-height: 50px;
  }
  #intro .screen .scene.scene-3 h1 {
    font-size: 5.5rem;
  }
  #home header h1 {
    font-size: 5.5rem;
  }
  #home header .imgs-container {
    height: 100vh;
  }
  #home .intro {
    margin-top: 50vh;
    height: 100vh;
    padding-bottom: 0;
  }
  #home .intro .content h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  #home .intro .content .row {
    flex-direction: column;
  }
  #home .intro .content .row:nth-of-type(1) .col:nth-of-type(2) {
    margin-top: 20px;
  }
  #home .intro .content .row:nth-of-type(1) .col:nth-of-type(2) p {
    font-size: 1rem;
  }
  #home .intro .content .row:nth-of-type(2) {
    margin-bottom: 0;
  }
  #home .intro .content .row .col {
    width: 100%;
  }
  #home .intro .content .row .col:nth-child(1) .tags-container {
    margin-bottom: 20px;
  }
  #home .intro .content .row .col:nth-child(1) .tags-container .tags {
    width: 100%;
  }
  #home .intro .content .row .col:nth-child(1) .tags-container .tags .tag {
    margin-right: 8px;
    margin-bottom: 10px;
  }
  #home .intro .content .row .col:nth-child(2) p {
    font-size: 1rem;
  }
  #home .intro .content .row .col:nth-of-type(2) {
    width: 100%;
  }
  #home .process {
    width: 100%;
    height: fit-content;
  }
  #home .process h2 {
    font-size: 25vw;
    line-height: 14vw;
    top: -1px;
  }
  #home .process .slider {
    padding: 40px 0;
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  #home .process .slider .arrow {
    display: none;
  }
  #home .process .slider .step {
    width: 100% !important;
    flex-shrink: 0;
    margin-bottom: 60px;
  }
  #home .process .slider .step .text .col:nth-of-type(1) {
    width: 25%;
  }
  #home .process .slider .step .text .col:nth-of-type(2) {
    width: 75%;
  }
  #home .process .slider .step h3 {
    font-size: 3rem;
  }
  #home .process .slider .step h3 u .underline {
    bottom: 5px;
    height: 3px;
  }
  #home .projects .content .overlay {
    padding: 25px;
  }
  #home .projects .content .overlay span {
    font-size: 4rem;
  }
  #home .projects .content .cards {
    flex-direction: column;
    gap: 20px;
  }
  #home .projects .content .cards .flip-card {
    width: 100%;
  }
  #home .contact {
    height: 50vh;
  }
  #home .contact .content {
    justify-content: flex-start;
  }
  #home .contact .content .col:nth-of-type(1) {
    margin-bottom: 5vh;
  }
  #home .contact .content .col h2 {
    font-size: 2.6rem;
    margin-bottom: 0;
  }
  #home .contact .content .col h2 .underline {
    height: 2px;
    bottom: 5px;
  }
  #home .contact .content .col a {
    font-size: 24px;
  }
  #about main .first .content {
    flex-direction: column;
    width: 90%;
  }
  #about main .first .content .img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  #about main .first .content .text {
    width: 100%;
  }
  #about main .first .content .text h1 {
    font-size: 3.5rem;
    line-height: 3.6rem;
    margin-bottom: 15px;
  }
  #about main .first .content .text h1 br {
    display: inline;
  }
  #about main .first .content .text p {
    font-size: 1.1rem;
  }
  #about main .second .content {
    width: 90%;
    flex-direction: column;
  }
  #about main .second .content .col {
    width: 100%;
    height: fit-content;
  }
  #about main .second .content .col:nth-of-type(1) {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: column;
  }
  #about main .second .content .col:nth-of-type(1) .col:nth-of-type(1) {
    width: 100%;
  }
  #about main .second .content .col:nth-of-type(1) .col:nth-of-type(1) img {
    border-radius: 10px;
  }
  #about main .second .content .col:nth-of-type(1) .col:nth-of-type(2) {
    width: 100%;
  }
  #about main .second .content .col:nth-of-type(1) .col:nth-of-type(2) span:nth-of-type(1) {
    left: -5%;
  }
  #about main .second .content .col:nth-of-type(1) .col:nth-of-type(2) span:nth-of-type(2) {
    right: -5%;
  }
  #about main .second .content .col:nth-of-type(1) .col:nth-of-type(2) img {
    border-radius: 10px;
  }
  #about main .second .content .col:nth-of-type(2) {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 30px;
  }
  #about main .second .content .col:nth-of-type(2) .col {
    width: 100%;
    height: fit-content;
  }
  #about main .second .content .col:nth-of-type(2) .col h5 {
    font-size: 30px;
  }
  #about main .second .content .col:nth-of-type(2) .col p {
    font-size: 24px;
  }
  #about main .second .content .col:nth-of-type(2) .col p b {
    font-size: 38px;
    line-height: 50px !important;
  }
  #about main .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row {
    align-items: flex-start;
  }
  #about main .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col {
    width: 50px;
  }
  #about main .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col:nth-of-type(2) {
    margin-top: 0;
    width: 50px;
  }
  #about main .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col:nth-of-type(3) {
    width: 50px;
  }
  #about main .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col:nth-of-type(3) p:nth-of-type(1) {
    margin-top: 0;
  }
  #about main .second .content .col:nth-of-type(2) .col:nth-of-type(2) .row .col:nth-of-type(3) p:nth-of-type(2) {
    margin-top: 0;
  }
  #about main .second .bottom {
    padding: 0;
    padding-bottom: 60px;
  }
  #about main .second .bottom h2 {
    font-size: 2.5rem;
    line-height: 3.6rem;
    margin-bottom: 0;
  }
  #about main .second .bottom h2 .underline {
    bottom: 10px;
    width: 100%;
    height: 2px;
  }
  #about main .second .bottom a {
    font-size: 1.3rem;
  }
  #projects main .container {
    width: 90%;
  }
  #projects main .container .filters {
    padding-top: 20px;
    justify-content: center;
  }
  #projects main .container .filters button {
    font-size: 1.3rem;
    margin-right: 15px;
  }
  #projects main .container .projects-container .project {
    width: 97%;
    margin: 15px 0;
    margin-right: 2%;
  }
  #projects main .container .projects-container .project .img {
    margin-bottom: 4px;
    border-radius: 10px;
  }
  #projects main .container .projects-container .project span {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  #projects main .container .projects-container .project span.title {
    font-family: "OverusedGrotesk-Medium";
    margin-bottom: 3px;
    font-size: 1.1rem;
    margin-top: 5px;
  }
  .project main iframe {
    margin: 7px 0;
  }
  .project main header .content .tags {
    margin-top: 10px;
  }
  .project main header .content h1 {
    font-size: 1.8rem;
  }
  .project main header .content img {
    border-radius: 10px;
  }
  .project main .steal-palette {
    top: 85%;
    width: fit-content;
    display: flex;
    flex-direction: column;
  }
  .project main .steal-palette h5 {
    font-size: 1rem;
    order: 2;
    padding: 7px 20px 9px 20px;
  }
  .project main .steal-palette h5 img {
    margin-top: 0px;
    width: 12px;
  }
  .project main .steal-palette .info {
    order: 1;
    position: absolute;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(2px);
  }
  .project main .concept .content img.gender {
    width: 100%;
  }
  .project main .concept .content .title h2 {
    font-size: 1.3rem;
  }
  .project main .concept .content .intro {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .project main .concept .content .intro p {
    width: 100%;
    font-size: 1rem;
  }
  .project main .concept .content .intro .tags {
    width: 100%;
    margin-top: 20px;
  }
  .project main .concept .content .intro .tags .tag {
    font-size: 1rem;
    margin-right: 13px;
  }
  .project main .concept .content .grid {
    gap: 14px;
    margin: 7px 0;
    grid-auto-rows: unset;
  }
  .project main .concept .content .grid img {
    border-radius: 10px;
  }
  .project main .credits {
    margin: 0 0 50px 0;
  }
  .project main .credits .content {
    align-items: flex-start;
  }
  .project main .credits .content .title h2 {
    font-size: 1.3rem;
  }
  .project main .credits .content div p {
    font-size: 1rem;
    text-align: left;
  }
  .project main .related .content {
    flex-direction: column;
  }
  .project main .related .content a {
    width: 100%;
  }
  .project main .related .content a .project {
    height: 180px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .project main .related .content a .project .info {
    height: 180px;
  }
}

/*# sourceMappingURL=style.css.map */
