@font-face {
    font-family: 'Satoshi';
    src:
        url(assets/fonts/d9396795aa5ec363.woff2) format('woff2-variations');
    font-weight: 100 1000;
}

*
{
    font-family: 'Satoshi';
    margin: 0;
    padding: 0;
}

body
{
    background-color: rgb(17, 17, 17);
    overflow: hidden;
    overscroll-behavior: none;
}

nav .transition
{
    display: none;
    
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgb(17, 17, 17);
    opacity: 0;
    z-index: 1000;
}

nav .logo a
{
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 50%;
    width: 8.333vw;
    height: 8.333vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

nav .logo a svg path 
{
    opacity: 0;
    fill: rgb(255, 255, 255);
}

nav .buttons-container
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 1.0416vw;
    right: 1.0416vw;
    height: .72916vw;
    overflow: hidden;
    z-index: 900;
}

nav .buttons-container .button-container
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

nav .buttons-container .button-container .button
{
    font-size: .9114583vw;
    font-weight: 600;
    line-height: .8;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0;
    color: rgb(136, 136, 136);
    cursor: pointer;
    transition: .5s cubic-bezier(0.23, 1, 0.32, 1);
}

nav .buttons-container .button-container .button:last-of-type
{
    color: rgb(255, 255, 255);
}

nav .links-container
{
    display: flex;
    flex-direction: column;
    gap: .260416vw;
    position: absolute;
    bottom: 1.0416vw;
    right: 1.0416vw;
    z-index: 900;
    list-style: none;
}

nav .links-container .link-container
{
    display: flex;
    flex-direction: column;
    height: .72916vw;
    overflow: hidden;
}

nav .links-container .link-container .link
{
    font-size: .9114583vw;
    font-weight: 600;
    line-height: .8;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0;
    color: rgb(136, 136, 136);
}

nav .links-container .link-container .link:last-of-type
{
    color: rgb(255, 255, 255);
}

main
{
    display: flex;
    flex-direction: column;
    gap: 3.75vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 1.0416vw;
    z-index: 100;
    color: rgb(255, 255, 255);
}

main h2
{
    font-size: 1.875vh;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
    color: rgb(136, 136, 136);
}

main h1
{
    font-size: 3.28125vh;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
}

main p
{
    font-size: 2.34375vh;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}

main h2 .char,
main h1 .char,
main .word-text
{
    transform: translateY(150%);
}

main .char,
main .word
{
    position: relative;
    display: inline-flex !important;
    overflow: hidden;
}

.about
{
    display: flex;
    flex-direction: column;
    gap: 2.083vw;
    width: 36.8vw;
    height: 80.952381vh;
    padding-top: 9.5238095vh;
    padding-bottom: 9.5238095vh;
    padding-right: 8.59375vw;
    position: absolute;
    right: 0;
    z-index: 100;
    color: rgb(255, 255, 255);
}

.about .intro
{
    font-size: 2.60416vw;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    overflow: hidden;
}

.about .intro .char
{
    transform: translateY(150%);
}

.about .desc
{
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
}

.about .char,
.about .word
{
    position: relative;
    display: inline-flex !important;
    overflow: hidden;
}

.about .word-text
{
    transform: translateY(150%);
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

.projects
{
    width: 36.71875vw;
    height: 100%;
    box-sizing: border-box;
    padding-top: 9.5238095vh;
    padding-bottom: 9.5238095vh;
    padding-right: 8.59375vw;
    position: absolute;
    right: 0;
    z-index: 100;
    color: rgb(255, 255, 255);
}

.project
{
    position: absolute;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    padding: inherit;
}

/* .project
{
    width: 36.71875vw;
    height: 100%;
    box-sizing: border-box;
    padding-top: 9.5238095vh;
    padding-bottom: 9.5238095vh;
    padding-right: 8.59375vw;
    position: absolute;
    right: 0;
    z-index: 100;
    color: rgb(255, 255, 255);
} */

.project-name
{
    font-size: 2.60416vw;
    font-weight: 700;
    line-height: .8;
    text-transform: uppercase;
}

.project-name .char
{
    position: relative;
    display: inline-flex !important;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.project-name .char .char-text
{
    transform: translateY(150%);
}

.project-desc 
{
    font-size: 1.5625vw;
    font-weight: 400;
    line-height: 1.3;
    text-align: justify;
    margin-top: 2.083vw;
}

.project-desc .word
{
    position: relative;
    display: inline-flex !important;
    color: rgb(255, 255, 255);
    overflow: hidden;
}

.project-desc .word .word-text
{
    transform: translateY(150%);
}

.project-links
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: .72916vw;
    overflow: hidden;
    position: absolute;
    bottom: 9.5238095vh;
    left: 0;
}

.project-links-wrapper 
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.project-link
{
    font-size: .9114583vw;
    font-weight: 600;
    line-height: .8;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: rgb(136, 136, 136);
    transition: .5s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-link:last-of-type
{
    color: rgb(255, 255, 255);
}

.project-link .char
{
    position: relative;
    display: inline-flex !important;
    overflow: hidden;
}

.project-link .char .char-text
{
    transform: translateY(150%);
}
/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block;
}

/* Psuedo-element chars */
.splitting .char {
  position: relative;
}

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none;
}

/* Expanded CSS Variables */

.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);

  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);

  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));

  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));

  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));

  /* Absolute distance from center, only positive */
  --distance: calc(
     (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );

  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));

  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.cells img { width: 100%; display: block; }

@supports ( display: grid ) {
  .splitting.cells {
    position: relative;
    overflow: hidden;
    background-size: cover;
    visibility: hidden;
  }

  .splitting .cell-grid {
    background: inherit;
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    display: grid;
    grid-template: repeat( var(--row-total), 1fr ) / repeat( var(--col-total), 1fr );
  }

  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden;
  }

  .splitting .cell-inner {
    background: inherit;
    position: absolute;
    visibility: visible;
    /* Size to fit the whole container size */
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    /* Position properly */
    left: calc(-100% * var(--col-index));
    top: calc(-100% * var(--row-index));
  }

  /* Helper variables for advanced effects */
  .splitting .cell {
    --center-x: calc((var(--col-total) - 1) / 2);
    --center-y: calc((var(--row-total) - 1) / 2);

    /* Offset from center, positive & negative */
    --offset-x: calc(var(--col-index) - var(--center-x));
    --offset-y: calc(var(--row-index) - var(--center-y));

    /* Absolute distance from center, only positive */
    --distance-x: calc( (var(--offset-x) * var(--offset-x)) / var(--center-x) );

    /* Absolute distance from center, only positive */
    --distance-y: calc( (var(--offset-y) * var(--offset-y)) / var(--center-y) );
  }
}



/*# sourceMappingURL=index.css.map*/