@font-face {
  font-family: 'Sophistica';
  src: url('../fonts/Sophistica\ 1.ttf') format('opentype');
  /* Additional font properties can be specified here */
}

:root {
  --font-text: "Inter", sans-serif;
  --color-text: #fff;
  --color-text-light: #a1a1a1;
  --color-link: #000;
  --color-link-hover: #000;
  --color-body: #000;
  --color-accent: #f8f8f8;
  --color-divider: #dedede;
  --madoido : 'Sophistica';
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* font-family: sans-serif; */
  font-family: var(--madoido);
}

body {
  /* font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol"; */
  font-family: var(--madoido);
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  width: 100%;
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}

p {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.home {
  width: 100%;
  display: block;
  position: relative;
  background-color: var(--color-body);
}

.home__section {
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  position: relative;
}

.page__logo {
  top: 50%;
  left: 50%;
  z-index: 50;
  position: fixed;
  text-align: center;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  opacity: 0;
  visibility: hidden;
}
.page__logo h1 {
  color: var(--color-text);
  /* font-family: "Fraunces", serif; */
  font-family: var(--madoido);
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.page__logo h1 sup {
  font-family: var(--font-text);
  font-size: 20px;
  font-weight: 400;
  top: 0px;
  right: -20px;
  position: absolute;
}
.page__logo h2 {
  color: var(--color-text-light);
  /* font-family: var(--font-text); */
  font-family: var(--madoido);
  font-size: 36px;
  overflow: hidden;
}
.page__logo h2 span {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: matrix(1, 0, 0, 1, 0, 45);
}

.nav {
  z-index: 15;
  position: fixed;
}
.nav a {
  color: var(--color-text);
  /* font-family: var(--font-text); */
  font-family: var(--madoido);
  font-size: 2rem;
  didplay: inline-block;
  position: relative;
  text-decoration: none;
}
.nav a span {
  text-transform: uppercase;
}
.nav a span sup {
  top: -4px;
  left: -2px;
  font-size: 14px;
  display: inline-block;
  position: relative;
}
.nav.is--top {
  top: 16px;
}
.nav.is--left {
  left: 16px;
}
.nav.is--right {
  right: 16px;
}
.nav.is--bottom {
  bottom: 16px;
}

.page__scroll {
  left: 50%;
  bottom: 16px;
  z-index: 15;
  text-align: center;
  position: absolute;
  transform: translate(-50%, 0%);
}
.page__scroll button {
  border: 0px;
  border-radius: 0px;
  background-color: transparent;
}
.page__scroll button:hover {
  background-color: transparent;
}
.page__scroll button span {
  color: var(--color-text-light);
  font-family: var(--font-text);
  font-size: 12px;
  text-transform: uppercase;
}

.page__text {
  width: 100%;
  display: block;
  left: 0px;
  bottom: 14%;
  z-index: 20;
  text-align: center;
  position: absolute;
  transform: translate(0%, 0%);
  mix-blend-mode: difference;
}
.page__text p {
  color: var(--color-text-light);
  /* font-family: var(--font-text); */
  font-family: var(--madoido);
  font-size: 17vw;
  font-weight: 700;
  line-height: 0;
  text-transform: uppercase;
  mix-blend-mode: difference;
}
.page__text p span {
  color: var(--color-text-light);
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: matrix(1, 0, 0, 1, 0, 85);
}

.page__text__trigger {
  width: 100%;
  height: 1px;
  top: -160px;
  position: absolute;
  background-color: transparent;
}

.page__grid {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
}
.page__grid .page__grid__column:nth-child(1) {
  width: 14%;
  left: calc(8.33333% / 1);
  top: calc(8.33333% / 2);
}
.page__grid .page__grid__column:nth-child(2) {
  width: 24%;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}
.page__grid .page__grid__column:nth-child(3) {
  width: 22%;
  right: calc(8.33333% / 3);
  top: calc(8.33333% * 1);
}
.page__grid .page__grid__column:nth-child(4) {
  width: 24%;
  left: 0%;
  bottom: calc(8.33333% * 1);
}
.page__grid .page__grid__column:nth-child(5) {
  width: 10%;
  left: 33.33333%;
  bottom: calc(8.33333% * 2);
}
.page__grid .page__grid__column:nth-child(6) {
  width: 16%;
  left: 66.66666%;
  bottom: 0px;
}
.page__grid .page__grid__column:nth-child(7) {
  width: 10%;
  right: 0%;
  top: 41.66666%;
}

.page__grid__column {
  position: absolute;
}

.page__grid__thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: scale(0.1);
  clip-path: polygon(50% 20%, 50% 20%, 50% 80%, 50% 80%);
  transition: clip-path 1.5s cubic-bezier(0.395, 0, 0.065, 1.005), transform 2s cubic-bezier(0.395, 0, 0.065, 1.005), -webkit-clip-path 1.5s cubic-bezier(0.395, 0, 0.065, 1.005), -webkit-transform 2s cubic-bezier(0.395, 0, 0.065, 1.005);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.page__grid__thumb.is--1_1 {
  aspect-ratio: 1/1;
}
.page__grid__thumb.is--4_2 {
  height: 32vh;
}
.page__grid__thumb.is--4_3 {
  height: 40vh;
}
.page__grid__thumb.is--3_4 {
  height: 40vh;
}
.page__grid__thumb.is--3_5 {
  height: 48vh;
}
.page__grid__thumb.is--16_9 {
  aspect-ratio: 16/9;
}
.page__grid__thumb img {
  width: 100%;
  height: 100%;
  border: 0px;
  outline: 0px;
  display: block;
  margin: 0px;
  padding: 0px;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}

.page__items {
  width: 100%;
  padding-top: 12em;
  padding-bottom: 12em;
  position: relative;
}

.page__items__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  position: relative;
  padding-left: 33px;
  padding-right: 33px;
}

.page__items__column {
  grid-column-end: span 3;
}

.page__items__item {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.page__items__item__link {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: block;
  position: absolute;
  text-decoration: none;
}
.page__items__item__link img {
  width: 100%;
  height: 100%;
  border: 0px;
  outline: 0px;
  display: block;
  margin: 0px;
  padding: 0px;
  position: absolute;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(1.3) translateY(80px);
}

/* Your CSS styles for lightbox here */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  text-align: center;
}
.lightbox img {
  max-width: 80%;
  max-height: 80%;
  margin-top: 5%;
}
.js-page-title{
  color: rgb(255,0,255) !important;
}
.char {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px);
  /* color: var(--color-text) !important; */
}

/* Dark Mode */

#darkModeToggle{
  position: fixed;
  top: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 999999;
  
}
#darkModeToggle img{
  width: 30px;
  height: 30px;
}