@import url('../font.css');

.noise{
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;

    pointer-events: none;
    opacity: 0.08;
}

body{
  margin: 0;
  padding:0;
  font-family: 'Matter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
}

p{
  letter-spacing: -0.02rem;
}

a{color: black;}
a:link {text-decoration: none; color: black;}
a:visited {text-decoration: none;color: black;}
a:hover {text-decoration: none; color: black;}
a:active {text-decoration: none;color: black;}

.nav a{color: white;}
.nav a:link {text-decoration: none; color: white;}
.nav a:visited {text-decoration: none;color: white;}
.nav a:hover {text-decoration: none; color: white;}
.nav a:active {text-decoration: none;color: white;}

::selection {
  background: white;
}

::-webkit-scrollbar{
  display: none;
}

.box{
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.nav{
  z-index: 100 !important;
  top: 55px;
  font-size: 15px;
  line-height: 18px;
  color: white;
  letter-spacing: -0.02rem;
  position: fixed;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid white 1px;
  mix-blend-mode: difference;
}

.nav-back{
  top: 15px;
  float: left;
  position: fixed;
}

.nav-year{
  top: 15px;
  text-align: right;
  float: right;
  position: fixed;
  right: 2.5%;
  color: white;
}

.nav-line{
  border-bottom: solid white 1px;
  position: fixed;
}


.title{
  font-size: 30px;
  letter-spacing: -0.03rem;
  margin-top: 150px;
  line-height: 30px;
}

.letter{
  font-family: 'Nostra', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
}

.category{
  font-size: 15px;
  color: #979797;
}

.grid{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0px;
  grid-template-columns: [col] 1fr [col] 25px [col] 1fr [col] 25px [col] 1fr [col] 25px [col] 1fr [col] 25px [col] 1fr [col] 25px [col] 1fr;
  grid-template-rows: [row] auto [row] auto [row] ;
}

.grid img{
  width: 100%;
}

.grid video{
  width: 100%;
  clip-path: inset(1px 1px);
}

.detail1{
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02rem;
  padding-top: 0px;
  position: inherit;
  width: 100%;
  margin-top: 0px;
  grid-column: col 1 / span 3  ;
  grid-row: row;
  padding-bottom: 50px;
}

.detail2{
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.02rem;
  padding-top: 0px;
  position: inherit;
  width: 100%;
  margin-top: 0px;
  grid-column: col 5 / span 5  ;
  grid-row: row;
  padding-bottom: 50px;
}

.work1{
  position: inherit;
  width: 100%;
  margin-top: 0px;
  grid-column: col 1 / span 12  ;
  grid-row: row 2;
}

.work2{
  position: inherit;
  width: 100%;
  margin-top: 0px;
  grid-column: col 1 / span 12  ;
  grid-row: row 3;
}

.work2 p{
  font-size: 15px;
  margin-bottom: 5px;
}

.work3{
  position: inherit;
  width: 100%;
  margin-top: 0px;
  grid-column: col 1 / span 5  ;
  grid-row: row 4;
}

.work3 p{
  font-size: 15px;
  margin-bottom: 5px;
}

.work4{
    position: inherit;
    width: 100%;
    margin-top: 38px;
    grid-column: col 7 / span 5  ;
    grid-row: row 4;
  }

  .work5{
    position: inherit;
    width: 100%;
    margin-top: 0px;
    grid-column: col 1 / span 12  ;
    grid-row: row 5;
  }




.space{
  margin-bottom: 20px;
}

.footer{
  border-top: solid black 1px;
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 15px;
}

@media screen and (max-width: 1000px){

  .detail1{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02rem;
    padding-top: 0px;
    position: inherit;
    width: 100%;
    margin-top: 0px;
    grid-column: col 1 / span 12  ;
    grid-row: row;
    padding-bottom: 0px;
  }

  .detail2{
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02rem;
    padding-top: 0px;
    position: inherit;
    width: 100%;
    margin-top: 0px;
    grid-column: col 1 / span 12  ;
    grid-row: row 2;
    padding-bottom: 30px;
  }



  .space{
    margin-bottom: 5px;
  }


  .grid{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    width: 100%;
    grid-column-gap: 0em;
    grid-row-gap: 0px;
    grid-template-columns: [col] 1fr [col] 10px [col] 1fr [col] 10px [col] 1fr [col] 10px [col] 1fr [col] 10px [col] 1fr [col] 10px [col] 1fr;
    grid-template-rows: [row] auto [row] auto [row] ;
  }

  .work1{
    position: inherit;
    width: 100%;
    margin-top: 0px;
    grid-column: col 1 / span 12  ;
    grid-row: row 3;
  }

  .work2{
    position: inherit;
    width: 100%;
    margin-top: 0px;
    grid-column: col 1 / span 12  ;
    grid-row: row 4;
  }

  .work2 p{
    font-size: 15px;
    margin-bottom: 5px;
  }

  .work3{
    position: inherit;
    width: 100%;
    margin-top: 0px;
    grid-column: col 1 / span 12  ;
    grid-row: row 5;
  }

  .work3 p{
    font-size: 15px;
    margin-bottom: 5px;
  }

  .work4{
    position: inherit;
    width: 100%;
    margin-top: 0px;
    grid-column: col 1 / span 5  ;
    grid-row: row 6;
  }

  .work5{
    position: inherit;
    width: 100%;
    margin-top: 0px;
    grid-column: col 7 / span 5  ;
    grid-row: row 6;
  }

  



}
