.project-inner {
  padding: 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.project-info {
  max-width: 800px;
  margin: 0 auto;
}
.project-name {
  color: #eee;
  text-align: center;
}
.project-type {
  color: #c9b9a0;
  font-size: 0.875rem;
  font-family: "Italiana", Arial, Helvetica;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 60px;
  position: relative;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.project-type.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.project-type.show:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-type.show:after {
  bottom: 0px;
  opacity: 1;
}
.project-type:before {
  content: "";
  width: 1px;
  height: 40px;
  background: #c9b9a0;
  position: absolute;
  bottom: 0;
  left: 50%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: clip-path 0.6s 0.4s;
  -o-transition: clip-path 0.6s 0.4s;
  -webkit-transition: clip-path 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: clip-path 0.6s 0.4s;
}
.project-type:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #ccc;
  position: absolute;
  bottom: 40px;
  left: 50%;
  opacity: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: opacity 0.2s 0.4s, bottom 0.6s 0.4s;
  -o-transition: opacity 0.2s 0.4s, bottom 0.6s 0.4s;
  -webkit-transition: opacity 0.2s, bottom 0.6s;
  -webkit-transition-delay: 0.4s, 0.4s;
  transition: opacity 0.2s 0.4s, bottom 0.6s 0.4s;
}
.project-content {
  padding-top: 30px;
}
.project-link {
  font-size: 0.875rem;
  padding-top: 30px;
}
.project-link a {
  font-size: 0.75rem;
}
.project-img {
  padding-top: 50px;
}
.project-img img {
  width: 100%;
  padding-bottom: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.project-img img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-img-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.project-img-wrap img {
  width: 49%;
}
.project-video {
  padding-bottom: 20px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s linear;
  -o-transition: clip-path 0.6s linear;
  -webkit-transition: clip-path 0.6s linear;
  transition: clip-path 0.6s linear;
}
.project-video.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-video-link {
  padding-bottom: 50.25%;
  position: relative;
  overflow: hidden;
}
.project-video-link video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-btn a {
  margin: 0 auto;
}
.project-bg {
  position: fixed;
  height: 50vh;
  width: 100vw;
  background: #222;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.scroll-top {
  bottom: 50px;
  right: unset;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1100px) {
  .project-inner {
    padding: 50px 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .project-inner {
    padding: 50px 30px;
  }

  .scroll-top {
    position: absolute;
    bottom: 40px;
  }
}
