/* ====================== [ Custom Preview Styles  ] ====================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  pointer-events: none;
  opacity: .3;
}

.container-xxl {
  max-width: 1440px;
}

main {
  position: relative;
  z-index: 3;
}

header {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
}

header:after {
  content: '';
  z-index: 1;
  width: 100%;
  height: 1px;
  max-width: 80rem;
  opacity: .6;
  background-image: -webkit-radial-gradient(circle, #fff, transparent);
  background-image: -o-radial-gradient(circle, #fff, transparent);
  background-image: radial-gradient(circle, #fff, transparent);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

header .caption {
  padding-top: 120px;
  padding-bottom: 180px;
}

header .caption h1 {
  font-size: 140px;
  text-transform: uppercase;
  line-height: 1;
}

header .caption h5 {
  font-size: 18px;
  letter-spacing: 2px;
}

header .circle-shadow {
  z-index: 5;
  background-image: -webkit-radial-gradient(circle, rgba(12, 12, 12, 0.05), transparent 50%);
  background-image: -o-radial-gradient(circle, rgba(12, 12, 12, 0.05), transparent 50%);
  background-image: radial-gradient(circle, rgba(12, 12, 12, 0.05), transparent 50%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  pointer-events: none;
}

header .box-shadow {
  z-index: 0;
  width: 290vw;
  height: 50vw;
  -webkit-transform-origin: 0%;
  -ms-transform-origin: 0%;
  transform-origin: 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #0c0c0c), color-stop(80%, transparent));
  background-image: -webkit-linear-gradient(right, #0c0c0c 50%, transparent 80%);
  background-image: -o-linear-gradient(right, #0c0c0c 50%, transparent 80%);
  background-image: linear-gradient(270deg, #0c0c0c 50%, transparent 80%);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  -webkit-transform: rotate3d(0, 1, 0.00009, 80deg);
  transform: rotate3d(0, 1, 0.00009, 80deg);
}

header .shadow-right {
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0c0c0c), color-stop(80%, transparent));
  background-image: -webkit-linear-gradient(left, #0c0c0c 50%, transparent 80%);
  background-image: -o-linear-gradient(left, #0c0c0c 50%, transparent 80%);
  background-image: linear-gradient(90deg, #0c0c0c 50%, transparent 80%);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  -webkit-transform: rotateX(0) rotateY(-80deg) rotate(0);
  transform: rotateX(0) rotateY(-80deg) rotate(0);
}

header .img-marq {
  z-index: -1;
  opacity: .7;
  -webkit-perspective: 1412px;
  perspective: 1412px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

header .img-marq .slide-img-right {
  z-index: -1;
  -webkit-transform-origin: 100%;
  -ms-transform-origin: 100%;
  transform-origin: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -10%;
  -webkit-transform: rotateX(0) rotateY(-80deg) rotate(0);
  transform: rotateX(0) rotateY(-80deg) rotate(0);
}

header .img-marq .slide-img-right .box {
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  -webkit-animation-name: bgshotsright;
  animation-name: bgshotsright;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

header .img-marq .slide-img-left {
  z-index: -1;
  -webkit-transform-origin: 0%;
  -ms-transform-origin: 0%;
  transform-origin: 0%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -10%;
  right: auto;
  -webkit-transform: rotate3d(0, 1, 0.00009, 80deg);
  transform: rotate3d(0, 1, 0.00009, 80deg);
}

header .img-marq .slide-img-left .box {
  -webkit-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
  -webkit-animation-name: bgshots;
  animation-name: bgshots;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

header .img-marq img {
  width: 50vw;
  -webkit-perspective: 100px;
  perspective: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 3rem;
  margin-right: 3rem;
  -webkit-transform: perspective(100px);
  transform: perspective(100px);
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

header .img-marq .box {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes bgshots {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
}

@keyframes bgshots {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
}

@-webkit-keyframes bgshotsright {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

@keyframes bgshotsright {
  from {
    -webkit-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  to {
    -webkit-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
}

.demos .item {
  margin-bottom: 60px;
}

.demos .item .img {
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}

.demos .item .img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.demos .item .info {
  text-align: center;
  margin-top: 25px;
}

.demos .item .info h6 {
  font-size: 20px;
  font-weight: 400;
}

.demos .item .new {
  position: absolute;
  top: 15px;
  right: 0px;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 10px;
  background: #ff2300;
}
