@font-face {
  font-family: "font";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/58281/https://s3-us-west-2.amazonaws.com/s.cdpn.io/58281/OakesGrotesk-Semi-Bold.woff.woff2") format("woff2");
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/58281/https://s3-us-west-2.amazonaws.com/s.cdpn.io/58281/OakesGrotesk-Semi-Bold.woff.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  font-family: "helvetica neue";
}

body {
  height: 100%;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  background-color: #7885dd;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

h1, h2 {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}


figure {
  padding: 0;
  margin: 0;
}

.scroll {
  cursor: -webkit-grab;
  cursor: grab;
}

.scroll-content {
  display: flex;
  white-space: nowrap;
  position: relative;
  height: 100vh;
}

.scroll-content--last {
  position: absolute;
  top: 0;
  left: 0;
}

.hi {
  position: fixed;
  bottom: 30px;
  left: 30px;
  color: #fff;
  z-index: 999;
  text-decoration: none;
}

/* logo */

.logo {
  position: relative;
}

.logo--top {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10;
  pointer-events: none;
}

.logo--top img {
  height: 30px;
  width: auto;
}

.logo--resize {
  margin-bottom: 1rem;
}

.logo--resize img {
  width: 15rem;
  margin: 0 auto;
}

.logo--mask {
  overflow: hidden;
  margin-bottom: 2rem;
}

.logo--mask img {
  width: 15rem;
  height: auto;
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
}

/* menu */

.menu-btn {
  position: fixed;
  top: 40px;
  right: 30px;
  display: flex;
  align-items: center;
  text-decoration: none;
  z-index: 999;
}

.menu-btn__circles {
  position: relative;
  height: 0.45vw;
  width: 0.45vw;
  margin-right: 0.75vw;
}

.menu-btn__circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}

.menu-btn__circle--top {
  visiblity: hidden;
  opacity: 0;
}

.menu-btn__text {
  color: #fff;
}

/* filter */

.filter {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.filter__list {
  display: flex;
}

.filter__item {
  display: block;
}

.filter__item.locked {
  pointer-events: none;
}

.filter__link {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 0 1.5vw;
  overflow: hidden;
}

.filter__link-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #7885dd;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.75s ease;
  z-index: 2;
}

.filter__link-mask span {
  display: block;
  padding: 0 1.5vw;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.75s ease;
  color: #fff;
}

.filter__link:hover .filter__link-mask span, .filter__link.is-active .filter__link-mask span {
  transform: translate3d(0, 0, 0);
}

.filter__link:hover .filter__link-mask, .filter__link.is-active .filter__link-mask {
  transform: translate3d(0, 0, 0);
}

/* slide */

.slide {
  display: flex;
  width: 50vw;
  height: 100%;
  padding: 20vh 0;
}

.slide--1, .slide--4 {
  align-items: flex-start;
}

.slide--2, .slide--5 {
  align-items: flex-end;
}

.slide--3, .slide--6 {
  align-items: center;
}

.slide:last-child {
  width: 65vw;
  padding-right: 15vw;
}

.slide__inner {
  position: relative;
  padding-left: 15vw;
  width: 100%;
}

.slide__sub-title {
  position: absolute;
  top: 15%;
  left: 5vw;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2em;
}

.slide__title {
  position: absolute;
  top: 7.5%;
  left: 7.5vw;
  color: #fff;
  font-size: 6em;
  z-index: 2;
  overflow: hidden;
}

.slide__project {
  color: #fff;
  position: absolute;
  top: 100%;
  right: 5%;
  padding-top: 1.5vw;
}

.slide__project a {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 3em;
  line-height: 0;
  transform: translateY(5px);
  text-decoration: none;
  color: #4352a5;
}

.slide__project a:hover {
  color: #ffffff;
}

.slide__img {
  position: relative;
  overflow: hidden;
  padding-top: 85%;
  width: 100%;
  border-radius: 5px;
}

.slide__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide__img figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

/* scrollbar */

.scrollbar {
  position: absolute;
  bottom: 40px;
  left: 20%;
  right: 20%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.scrollbar__handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #fff;
}

/* loader */

.mask {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}

.mask__slice {
  flex: 1;
  background-color: #000;
}

.mask__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.mask-line {
  position: relative;
  transform-origin: left;
  width: 20rem;
  height: 2px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.25);
  visibility: hidden;
  opacity: 0;
}

.mask-line__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: left;
}

/* resize */

.resize {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9999;
}

.resize__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.resize__inner p {
  margin: 0;
}

.resize span {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 800px) {
  .resize {
    display: block;
  }
}

@media (max-height: 600px) {
  .resize {
    display: block;
  }
}

/* player */

.player {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
}

.player.play .player__timeline {
  transform: translateY(-100%);
}

.player.play .player__album:after {
  box-shadow: 0px 30px 28px -10px rgba(0, 0, 0, 0.2);
}

.player.play .player__album {
  top: -65px;
}

.player.play .pause {
  display: inline-block;
}

.player.play .play {
  display: none;
}

.player__album {
  display: none;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin-right: 22px;
  position: relative;
  top: -50px;
  transition: all 0.4s ease-in-out;
}

.player__album:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
}

.player__album:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.player__albumImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: none;
}

.player__albumImg.active-song {
  display: block;
}

.player__bar {
  background: #fff;
  padding: 7.5px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  position: relative;
  z-index: 3;
}

.player__controls {
  display: flex;
  align-items: center;
}

.player__prev {
  transform: rotate(180deg);
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  margin-right: 3px;
}

.player__prev:hover {
  background: #D7DCE2;
}

.player__prev:hover svg {
  fill: #fff;
}

.player__play {
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  margin-right: 3px;
  position: relative;
}

.player__play:hover {
  background: #D7DCE2;
}

.player__play:hover svg {
  fill: #fff;
}

.player__play svg {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.player__play svg.pause {
  display: none;
}

.player__next {
  cursor: pointer;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}

.player__next:hover {
  background: #D7DCE2;
}

.player__next:hover svg {
  fill: #fff;
}

.player__timeline {
  background: #f3f3f3;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  z-index: 1;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
}

.player__timelineBar {
  background: #E7E7E7;
  width: 100%;
  height: 4px;
  border-radius: 15px;
  position: relative;
}

.player #playhead {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  width: 0;
  height: 100%;
  background: #7885dd;
}

.player__author {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
  color: #7885dd;
  text-decoration: none;
}

.player__author:hover {
  color: #000000;
}

.player__song {
  display: none;
  line-height: 1;
  margin: 0;
  font-size: 12px;
  color: #949494;
}