/* ====================== [ Custom Preview Styles  ] ====================== */
header {
  position: relative;
  padding: 180px 0 0;
  overflow: hidden;
}

header .caption h1 {
  font-weight: 200;
}

header .caption h1 span {
  font-weight: 500;
}

header .caption p {
  max-width: 600px;
  margin: auto;
}

.navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.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;
}

.serv-marq .main-marq {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.filter span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 20px;
  position: relative;
  cursor: pointer;
  opacity: .7;
}

.filter span.active {
  opacity: 1;
}

.filter span:after {
  content: attr(data-count);
  font-size: 12px;
  position: absolute;
  top: -20px;
  right: -15px;
  opacity: .7;
}

.demos .item {
  background: #1d1d1d;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.demos .item .img {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.demos .item h6 {
  font-weight: 500;
  font-size: 18px;
}

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

.pages .item {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.shop-demos .item {
  background: #1d1d1d;
  border-radius: 5px;
  padding: 15px;
  margin-top: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  text-align: center;
}

.shop-demos .item .img {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}

.shop-demos .item h6 {
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
}

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

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

.main-marq.lrg .box .item h4 {
  font-size: 10vw;
  -webkit-text-stroke: 1px #fff;
}

.call-action-img .sec-lg-head:after {
  background: #1d1d1d;
}
