/* ====================== [ 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;
}

.online {
  position: relative;
  text-shadow: 0px 0px 8px #000, 0px 0px 8px #000;
}

.online img {
  position: absolute;
  top: -30%;
  right: 0;
  height: 150%;
  width: auto;
  z-index: -1;
}

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: 0.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);
}

.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;
}

@media screen and (max-width: 768px) {
  .online img {
    position: absolute;
    top: -30%;
    right: 0;
    height: auto;
    width: 50%;
    z-index: -1;
  }
}
