* {
  margin: 0;
  padding: 0;
  border: none;
  font-weight: 400;
}

html {
  /* cursor: none; */
}

body {
  background: white;
  font-family: "Inter", serif;
  font-style: normal;
  color: #1e1e1e;
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #d5dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.headernormal {
  z-index: 100;
  display: flex;
  position: fixed;
  width: 100vw;
  margin: 0 auto;
  border-radius: 2px;
  background: transparent;
  justify-content: center;
  align-items: center;
  top: -100%;
  transition: all 0.4s ease-in-out;
  filter: invert(100%);
  animation-duration: 0.1s;
}

#headerContainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6%;
}

#headerLogo {
  width: 56px;
}

#headerItems {
  display: flex;
  gap: 1rem;
}

.footernormal {
  display: flex;
  width: 100%;
  margin: 0 auto;
  background: transparent;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.footerInner {
  display: flex;
  justify-content: space-between;
  width: 88vw;
  align-items: center;
  flex-direction: column;
  height: 20vh;
}

@keyframes gradientloop {
  0% {
    filter: invert(100%) hue-rotate(0deg);
  }
  100% {
    filter: invert(100%) hue-rotate(360deg);
  }
}

.headerhover {
  top: 0%;
}

.headerinvert {
  filter: invert(0%);
  background: white;
}

.headerAnimation {
  background: #ee0979; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ff6a00,
    #ee0979
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff6a00,
    #ee0979
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  animation-duration: 5s;
  animation-name: gradientloop;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.headerlabel {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  opacity: 0.3;
  font-weight: 800;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Inter", serif;
  font-style: normal;
}

.headerlabel:hover {
  opacity: 1;
}

h1 {
  font-size: 6rem;
}

h2 {
  font-size: 3.5rem;
  line-height: 5rem;
}

h3 {
  font-size: 3rem;
  line-height: 4rem;
}

h4 {
  font-size: 2rem;
  line-height: 2.8rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

h6 {
  font-size: 1.25rem;
  line-height: 2rem;
}

h7 {
  font-size: 1rem;
  line-height: 1.4rem;
}

.italic {
  font-style: italic;
}

.bio {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 100;
  position: absolute;
  bottom: 6%;
  width: 80vw;
  left: 6vw;
  color: grey;
  font-size: 1.5rem;
  line-height: 3rem;
}

.hotspot {
  font-style: italic;
  font-weight: 100;
  color: white;
  filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.8))
    drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.2));
}

#loader {
  width: 100%;
  height: 100vh;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 300;
  transition: 1s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-weight: 200;
  flex-direction: column;
}

#loader.fade-out {
  opacity: 0;
  transition-delay: 0.4s;
}

#loader_perc {
  text-align: center;
  vertical-align: middle;
  line-height: 120px;
  color: white;
}

#circularcursor {
  background-color: blue;
  mix-blend-mode: hard-light;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  z-index: 1;
}

.hiddenAction {
  display: none;
}

.showAction {
  display: block;
}

.normalCursor {
  height: 16px;
  width: 16px;
}

.biggerCursor {
  height: 120px;
  width: 120px;
}

.projectTitleContainer {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: hidden;
  position: relative;
}

.projectTitle {
  font-family: "Newsreader", serif;
  font-style: normal;
  font-weight: 200;
  transition: 0.2s ease-out;
  font-size: 3rem;
}

.secondTitle {
  display: none;
}

ul {
  list-style-type: none;
}

.container {
  display: grid;
  max-width: 88vw;
  margin: 10vh auto 20vh auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  grid-row-grap: 8rem;
}

.container-item {
  max-width: 100%;
  /* height: 480px; */
  /* aspect-ratio: 16/9; */
  display: none;
}

.container-item:hover .cardImage {
  box-shadow: 0 12px 80px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.container-logo {
  max-width: 100%;
  aspect-ratio: 16/9;
}

.container-item > h3 {
  font-size: 2rem;
  font-family: "Newsreader", serif;
  font-weight: 300;
  margin-top: 1rem;
}

.cardInfo {
  display: flex;
  justify-content: space-between;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  margin-top: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.3;
}

.large {
  grid-column: span 1;
}

.cardImage {
  max-width: 100%;
  /* height: 480px; */
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
  transition: all 0.8s ease;
  margin-bottom: 1rem;
}

.infoContainer {
  display: grid;
  max-width: 64vw;
  margin: 2vh auto;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  grid-row-gap: 4rem;
  margin: 12rem auto 0 auto;
}

.infoContainerItem {
  max-width: 100%;
}

.label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.3;
}

.info {
  color: #1e1e1e;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  opacity: 1;
}

strong {
  font-weight: 600;
  font-style: normal;
}

.infoContainerItemFlex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.full {
  width: 100%;
  margin: 12rem auto 0 auto;
}

.full-64 {
  width: 64vw;
  display: block;
  margin: 12rem auto 0 auto;
}

.full-32 {
  width: 32vw;
  display: block;
  margin: 12rem auto 0 auto;
}

.full-image {
  width: 100%;
  max-height: 80vh;
  margin: 0 auto;
}

.full-image-64 {
  display: block;
  margin: 12rem auto 0 auto;
  max-height: 80vh;
  max-width: 100%;
}

.project {
  max-width: 88vw;
  margin: 20vh auto;
}

.projectHero {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  margin: 3rem auto 0 auto;
  object-fit: cover;
}

.insta-embed {
  width: 80vw;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  display: block;
}

.categories {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: center;
  max-width: 88vw;
  margin: 0 auto;
  gap: 1rem;
  margin-top: 10vh;
}

.project-category {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  opacity: 0.3;
  font-weight: 800;
  transition: all 0.4s;
  cursor: pointer;
  font-family: "Inter", serif;
  font-style: normal;
  font-size: 0.75rem;
  padding: 0.5rem 0;
  border-radius: 48px;
  background-color: #f5f5f5;
}

@media only screen and (min-width: 768px) {
  /* For desktop: */

  .bio {
    bottom: 6%;
    width: 40vw;
    left: 6vw;
    font-size: 2vw;
    line-height: 2.75vw;
  }

  #headerContainer {
    padding: 0 3%;
  }

  #headerLogo {
    width: 88px;
  }

  #headerItems {
    display: flex;
    gap: 2rem;
  }

  .footerInner {
    display: flex;
    justify-content: space-between;
    width: 88vw;
    align-items: center;
    flex-direction: row;
  }

  .insta-embed {
    width: 40vw;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: block;
  }

  .container {
    display: grid;
    max-width: 88vw;
    margin: 10vh auto 20vh auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    grid-row-gap: 8rem;
  }

  .container-gallery {
    display: grid;
    max-width: 64vw;
    margin: 20vh auto 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }

  .infoContainer {
    display: grid;
    max-width: 64vw;
    margin: 2vh auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    grid-row-gap: 4rem;
    margin: 12rem auto 0 auto;
  }

  .large {
    grid-column: span 2;
  }

  .container-item {
    max-width: 100%;
    /* height: 480px; */
    /* aspect-ratio: 16/9; */
    display: none;
  }

  .container-item > h3 {
    font-size: 3rem;
    margin-top: 2rem;
  }

  .container-item > h4 {
    font-size: 14px;
    margin-top: 1rem;
    letter-spacing: 0.08em;
  }

  .vizProject {
    max-width: 32vw;
    margin: 20vh auto;
  }

  .graphFull {
    width: 88vw;
    margin-left: calc(50% - 44vw);
  }

  .projectTitleContainer {
    height: 5vw;
  }

  .projectTitle {
    font-family: "Newsreader", serif;
    font-style: normal;
    font-weight: 200;
    transition: 0.2s ease-out;
    font-size: 5vw;
  }

  .secondTitle {
    display: block;
  }

  .svgContainer {
    display: block;
    margin: 0 auto;
  }

  .project-category {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    opacity: 0.3;
    font-weight: 800;
    transition: all 0.4s;
    cursor: pointer;
    font-family: "Inter", serif;
    font-style: normal;
    font-size: 1rem;
    padding: 1rem 0;
    border-radius: 48px;
    background-color: #f5f5f5;
  }

  .categories {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    align-items: center;
    max-width: 88vw;
    margin: 0 auto;
    gap: 1rem;
    margin-top: 20vh;
  }
}

.show-container-item {
  display: block;
}

.project-category-selected {
  opacity: 1;
  background-color: black;
  color: white;
  padding: 1rem 1.5rem;
}

/* :hover will only work in Edge, Chrome, Safari 9+ for now  */
@media (hover: hover) {
  .projectTitleContainer:hover .projectTitle {
    transform: translate(0, -100%);
  }
}

/* third party tags */

.carousel-cell1 {
  width: 50%; /* full width */
  max-height: auto; /* height of carousel */
  margin-right: 10px;
  opacity: 0.2;
  transition: opacity 1s;
}

.carousel-cell2 {
  width: 50%; /* full width */
  height: auto; /* height of carousel */
  margin-right: 10px;
  opacity: 0.2;
  transition: opacity 1s;
}

.carousel-cell1.is-selected {
  opacity: 1;
}

.carousel-cell2.is-selected {
  opacity: 1;
}
