@font-face {
  font-family: 'avenir';
  src: url('fonts/avenir.eot');
  src: url('fonts/avenir.eot') format('embedded-opentype'),
       url('fonts/avenir.woff2') format('woff2'),
       url('fonts/avenir.woff') format('woff'),
       url('fonts/avenir.ttf') format('truetype'),
       url('fonts/avenir.svg#avenir') format('svg');
}
@font-face {
  font-family: 'avenir';
  src: url('fonts/avenir95black.eot');
  src: url('fonts/avenir95black.eot') format('embedded-opentype'),
  url('fonts/avenir95black.woff2') format('woff2'),
  url('fonts/avenir95black.woff') format('woff'),
  url('fonts/avenir95black.ttf') format('truetype'),
  url('fonts/avenir95black.svg#avenir95black') format('svg');
  font-weight: 900;
}
*,*:before,*:after{
  border: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Avenir', sans-serif;
  color: inherit;
  font-style: normal;
  position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:root{
  --MainWhite: #FFF;
  --MainOrange: #F48060;
  --MainGreen: #A8D17E;
  --MainRed: #D96472;
  --MainYellow: #D9D364;
  --MainGray: #444449;

  --BoxGray: #EAEAEA;
  --TxtGray: rgba(58, 62, 68, 0.3);

  --BoxGray: rgba(58, 62, 68, 0.05);

  --MainGap : 2rem;

  --MainShadow: 0 0 4px 0 rgba(108,108,108,.5);
  --DownShadow: 0 4px 4px 0 rgba(108,108,108,.5);
}

body{
  background-color: #F48060;
  padding: 0 1rem;
}

nav,
main .main-heading,
main .sub-heading,
main .art-heading{
  color: #FFF;
}

/*
  HEY LISTEN
 */
nav{
  max-width: 1024px;
  margin: auto;
  padding: 2rem 0;
}
nav img{
  max-width: 5rem;
}
nav ul{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-150%);
  display: flex;
  background-color: #F48060;
  padding: 1rem;
}
nav ul li{
  margin: 0 1.5rem;
}
nav ul li:last-child{
  margin-right: 0;
}
nav .button{
  color: #444449;
  background-color: #FFF;
  border-radius: 20px;
  padding: .5rem 1.5rem;
}
input[type="checkbox"]{
  opacity: 0;
  pointer-events: none;
}
/*
  MAIN
*/
main{
  max-width: 1024px;
  margin: auto;
}
main .main-heading{
  font-size: 4rem;
  font-weight: bolder;
  margin: 3rem 0;
  margin-bottom: 1rem;
}
main .sub-heading{
  font-size: 2.5rem;
  font-weight: lighter;
}
main .art-heading{
  font-size: 4rem;
  font-weight: lighter;
}
main .back{
  color: #FFF;
}
main article > span{
  color: #FFF;
  opacity: .5;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 1rem;
  display: block;
}
main article section{
  background-color: #FFF;
  border-radius: 20px;
  padding: 5rem 15%;
}
main .back{
  font-size: 1.75rem;
  left: 2.5rem;
  transition: .3s all ease;
  margin: 4rem 0;
  display: inline-block;
}
main .back:hover{
  left: 3rem;
}
main .back:before{
  top: .2rem;
  content: "";
  position: absolute;
  height: 1em;
  width: 1em;
  display: block;
  background-image: url('../assets/img/arrow-white.png');
  background-position: center;
  background-repeat: no-repeat;
  left: -2.5rem;
  transition: .3s all ease;
}
main .back:hover:before{
  left: -3rem;
}
/*
  ART SECTION
 */
section{
  margin-top: 4rem;
}
article section{
  margin-top: 2rem;
}
section > h1{
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
section > h2{
  font-size: 1.5rem;
  font-weight: lighter;
  margin-bottom: 1.25rem;
}
section > h3{
  font-size: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 500;
}
section .img-banner{
  height: 15rem;
  background-color: #424242;
  margin-bottom: 3rem;
}
section blockquote{
  display: block;
  margin-bottom: 3rem;
  min-height: 5rem;
  border-left: 1px solid rgba(0,0,0,0.25);
}
section blockquote span:first-child:before{
  content: "";
  width: 2.25rem;
  height: 2.25rem;
  background-image: url('../assets/img/quotation.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  top: -1rem;
}
section blockquote span:first-child{
  font-size: 1.5rem;
  padding-top: 2rem;
  padding-left: 5rem;
  padding-bottom: 2rem;
  display: block;
}
section blockquote span:last-child{
  position: absolute;
  right: 1rem;
  bottom: .1rem;
  opacity: .5;
}
section blockquote span:last-child:before{
  content: "- "
}
section a.button-or{
  background-color: #F48060;
  color: #FFF;
  display: inline-block;
  border-radius: 200px;
  padding: .5rem 1.5rem;
  margin: 1rem auto;
  font-size: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  transition: .3s ease all;
}
section a.button-or:hover{
  opacity: .9;
  transform: translateX(-50%) translateY(.25rem);
}
section h3.special{
  text-align: center;
  margin-bottom: 1rem;
}
section .video-frame{
  margin: 3rem auto;
  margin-bottom: 5rem;
  min-height: 25rem;
  background-color: #F48060;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section .video-frame .play-button{
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%) scale(1);
  border-radius: 50%;
  width: 7.5rem;
  height: 7.5rem;
  box-shadow: 0 0 10px 5px rgba(0,0,0,.1);
  background-image: url('../assets/img/play.png');
  background-size: 3rem;
  background-position: 2.5rem 50%;
  background-repeat: no-repeat;
  transition: .3s all ease;
  cursor: pointer;
}
section .video-frame .play-button:hover{
  transform: translate(-50%,40%) scale(1.1);
}
section ul,
section ol{
  margin-bottom: 3rem;
}
section ul li,
section ol li{
  padding: 0 2rem;
  margin: .75rem 0;
}
section ul li:before{
  top: .1rem;
  left: 0;
  background-color: rgba(58, 62, 68, 0.3);
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  display: block;
  position: absolute;
}
section ol li:before{
  top: -.2rem;
  left: 0;
  background-color: #F48060;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  display: block;
  position: absolute;
  text-align: center;
  color: #FFF;
  font-size: 1.1rem;
  text-indent: .1rem;
  line-height: 1.5rem;
}
section ol li:nth-of-type(1):before{
  content: "1";
}
section ol li:nth-of-type(2):before{
  content: "2";
}
section ol li:nth-of-type(3):before{
  content: "3";
}
section ol li:nth-of-type(4):before{
  content: "4";
}
section ol li:nth-of-type(5):before{
  content: "5";
}
section ol li:nth-of-type(6):before{
  content: "6";
}
section ol li:nth-of-type(7):before{
  content: "7";
}
section ol li:nth-of-type(8):before{
  content: "8";
}
section ol li:nth-of-type(9):before{
  content: "9";
}
p{
  font-size: 1rem;
  margin-bottom: 3rem;
}
/*
  BRIKU DAYO
 */
.brick-wall{
  column-count: 3;
  column-gap: 2rem;
}
.brick{
  break-inside: avoid;
  background-color: #FFF;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
  opacity: 1;
  transition: .3s all ease;
}
.brick.animate{
}
.brick-face{
  height: 12.5rem;
  background-color: #A8D17E;
  width: calc(100% + 5rem);
  left: -2.5rem;
  top: -2.5rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.brick > *{
  opacity: 1;
  z-index: 99;
}
.brick img{
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: auto;
}
.brick h1{
  font-weight: lighter;
  font-size: 1.75rem;
  margin-bottom: .5rem;
}
.brick span{
  color: #444449;
  font-weight: bold;
  font-size: .8rem;
  opacity: .25;
  text-transform: uppercase;
}
.brick a.more{
  color: #F48060;
  font-weight: bolder;
  font-size: 1.25rem;
  left: 1.5rem;
  margin-top: 1rem;
  display: block;
  transition: .3s all ease;
}
.brick a.more:hover{
  left: 2rem;
}
.brick a.more::before{
  content: "";
  height: 1rem;
  width: 1rem;
  background-image: url('../assets/img/arrow.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -1.5rem;
  transition: .3s all ease;
  font-size: 1.5rem;
}
.brick a.more:hover:before{
  left: -2rem;
}
.brick p{
  margin-top: 2rem;
}
.brick .brick-video{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  border-radius: 20px 20px 0 0;
}
.brick .brick-video .play-button{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2.5rem;
  width: 5rem;
  height: 5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../assets/img/play-button.svg');
}
.brick.solid-brick{
  animation: none;
  opacity: 1;
}
/*
  PLAYER
 */
.audio-box{
  background-color: #EAEAEA;
  padding: 2rem;
  border-radius: 10px;
}
.audio-box h1{
  left: 2.33rem;
}
.audio-box .bar-container{
  display: flex;
  margin: 1rem 0;
  width: calc(100% - 2rem);
}
.audio-box .bar-container .progress{
  width: 100%;
  margin: 0 .5rem;
  background-color: rgba(58, 62, 68, 0.3);
  border-radius: 20px;
  height: .5rem;
  top: .4rem;
  overflow: hidden;
  cursor: pointer;
}
.audio-box .bar-container .progress div{
  width: 33%;
  background-color: #F48060;
  border-radius: 20px;
  display: block;
  height: 100%;
}
.audio-box .bar-container span{
  display: block;
  width: 32px;
}
.audio-box .volume{
  height: 3.5rem;
  width: 3rem;
  position: absolute;
  right: .5rem;
  top: 1rem;
}
.audio-box .volume .bar{
  height: 100%;
  border-radius: 20px;
  margin: auto;
  width: .33rem;
  overflow: hidden;
  background-color: rgba(58, 62, 68, 0.3);
  cursor: pointer;
}
.audio-box .volume:after{
  content: "";
  position: absolute;
  display: block;
  background-image: url('../assets/img/sound.png');
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  left: 50%;
  bottom: -1.25rem;
  margin-left: -.5rem;
}
.audio-box .volume .rocker{
  height: 70%;
  background-color: #F48060;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.audio-box .control{
  display: flex;
  justify-content: center;
}
.audio-box #skip-b,
.audio-box #skip-f{
  background-image: url('../assets/img/skip.png');
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.audio-box #skip-b{
  transform: rotate(-180deg);
}
.audio-box #playState{
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('../assets/img/pause.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 1rem;
}
.audio-box #playState[data-playstate='false']{
  background-image: url('../assets/img/play.png');
}
/*
  FOOTER
 */
footer{
  max-width: 1024px;
  border-top: 2px solid #FFF;
  margin-top: 3rem;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: .75rem;
}
footer img{
  top: .1rem;
}
/*
  ANI
 */
@keyframes fadeIn {
  0%{
    transform: translateY(-2rem);
    opacity: 0;
    overflow: hidden;
  }
  100%{
    transform: translateY(0);
    opacity: 1;
    overflow: hidden;
  }
}
/*
  MEDIA
 */
@media (max-width:1100px) {
  nav,
  main{
    max-width: 700px;
  }
  .brick-wall{
    columns: 2;
  }
}

@media (max-width:750px) {
  nav > div{
    position: absolute;
    top: 2rem;
    width: 100%;
  }
  label{
    display: block;
    height: 2.5rem;
    width: 2.5rem;
    background-image: url('../assets/img/hammie.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  input:checked ~ label{
    background-image: url('../assets/img/close.png');
    position: fixed;
    top: 2rem;
    right: calc(50% - 10rem)
  }
  nav,
  main{
    max-width: 20rem;
  }
  main > h2{
    font-size: 1.75rem;
  }
  main article section{
    padding: 1.75rem;
  }
  section .video-frame{
    min-height: 8rem;
  }
  section .video-frame .play-button{
    width: 4.5rem;
    height: 4.5rem;
    background-size: 2rem;
    background-position: 1.5rem 50%;
  }
  .brick-wall{
    columns: 1;
  }
  nav ul{
    position: absolute;
    right: calc(0);
    flex-direction: column;
    top: 0;
    transform: translateY(0);
    transition: .3s all ease;
    height: 100vh;
    z-index: 5;
    width: 22rem;
    opacity: 0;
    position: fixed;
    pointer-events: none;
  }
  nav #menu:checked ~ ul{
    right: 50%;
    margin-right: -11rem;
    position: fixed;
    opacity: 1;
    pointer-events: all;
  }
  nav ul li{
    margin: 1rem 0;
    text-align: right;
    width: 100%;
    text-align: left;
    max-width: 7rem;
  }
  nav ul li a{
    width: 100%;
    display: block;
  }
  main .art-heading{
    font-size: 2.5rem;
  }
  section > h1{
    font-size: 1.75rem;
  }
  section > h2{
    font-size: 1.5rem;
  }
}
@media (max-width:350px) {
  body{
    padding: 0;
  }
}
.grid-item{
  width: 20rem;
  margin-bottom: 1rem
}
