.design-inner {
  padding: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.design-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-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;
}
.design-top.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.design-top.show:after {
  width: 30px;
}
.design-top:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #444;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: width 0.6s 0.4s;
  -o-transition: width 0.6s 0.4s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s 0.4s;
}
.design-date {
  font-size: 0.75rem;
  color: #c9b9a0;
  padding-bottom: 5px;
}
.design-name {
  color: #eee;
}
.design-link {
  font-size: 0.875rem;
  padding-top: 10px;
}
.design-link a {
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.design-link a:hover {
  color: #ccc;
}
.design-link a:hover i {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.design-link i {
  padding: 7px;
  border: 1px solid #999;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 10px;
  -moz-transition: color 0.6s, background 0.6s;
  -o-transition: color 0.6s, background 0.6s;
  -webkit-transition: color 0.6s, background 0.6s;
  transition: color 0.6s, background 0.6s;
}
.design-img {
  margin-bottom: 30px;
}
.design-img img {
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.design-img img.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.design-text {
  margin-bottom: 30px;
}
.design-text .light {
  color: #e3d8c5;
}
.design-text a {
  color: #ccc;
}
.design-text p {
  margin-bottom: 10px;
}
.design-subtitle {
  font-weight: normal;
  color: #c9b9a0;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.design-subtitle:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #c9b9a0;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 2px;
}
.design-btn {
  padding-top: 50px;
}
.design-btn a {
  margin: 0 auto;
}

.video-inner {
  padding: 0 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.video-top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  opacity: 0;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-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;
}
.video-top.show {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.video-top.show:after {
  width: 30px;
}
.video-top:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #444;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: width 0.6s 0.4s;
  -o-transition: width 0.6s 0.4s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s 0.4s;
}
.video-date {
  font-size: 0.75rem;
  color: #c9b9a0;
  padding-bottom: 5px;
}
.video-name {
  color: #eee;
}
.video-content {
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}
.video-content.show:after {
  width: 30px;
}
.video-content:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #444;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: width 0.6s 0.4s;
  -o-transition: width 0.6s 0.4s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s 0.4s;
}
.video-text {
  margin-bottom: 30px;
}
.video-text p {
  margin-bottom: 10px;
}
.video-info {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.video-subtitle {
  font-family: "Italiana", Arial, Helvetica;
  color: #c9b9a0;
  border-bottom: 1px dashed #444;
  margin-bottom: 8px;
  padding-bottom: 7px;
  letter-spacing: 0.1em;
}
.video-item {
  color: #ccc;
  padding-top: 2px;
}
.video-link {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.video-link.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.video-link iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-link2 {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.video-link2-inner {
  padding-bottom: 177.75%;
}
.video-link2.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.video-link2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-btn {
  padding-top: 80px;
}
.video-btn a {
  margin: 0 auto;
}

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

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

  .video-inner {
    padding: 50px 30px 0;
  }
}
