:root {
  --zbs-primary-color: #010101;
  --blue-gradient: #5b52eab8;
  --green-gradient: #055562;
  --zbs-black-color: #000;
  --zbs-white-color: #fff;
  --zbs-secondary-color: #333;
  --zbs-gray-color: #f6f6f6;
  --zbs-night-black: #0b0b0b;
}
/* General Style's */
picture {
  display: block;
}
img {
  display: block;
  max-width: 100%;
}
.p-rlte {
  position: relative;
}
.p-absl {
  position: absolute;
}
.zw-product-header {
  background: #050505;
}
/* Flex's */
.dflx {
  display: flex;
  flex-wrap: wrap;
}
.flx-algn-cntr {
  align-items: center;
}
.flx-algn-start {
  align-items: flex-start;
}
.flx-algn-stretch {
  align-items: stretch;
}
.flx-algn-end {
  align-items: flex-end;
}
.flx-jstfy-cntr {
  justify-content: center;
}
.flx-jstfy-btween {
  justify-content: space-between;
}
.flx-jstfy-arnd {
  justify-content: space-around;
}
.flx-jstfy-start {
  justify-content: flex-start;
}
.flx-jstfy-end {
  justify-content: flex-end;
}
.flx-colm-revrse {
  flex-direction: column-reverse;
}
.txt-lft {
  text-align: left;
}
.txt-cntr {
  text-align: center;
}
.txt-rght {
  text-align: right;
}
.zbs-cntr-img img {
  display: block;
  margin: 0 auto;
}
/* Button Styles */
.act-btn,
.req-btn {
  font-size: 14px;
  padding: 8px 14px;
  color: var(--zbs-white-color);
  font-family: var(--primaryfont-semibold);
  line-height: 1.3;
  text-transform: uppercase;
  border: 2px solid transparent;
  margin: 0 0 12px;
  display: block;
  width: 100%;
}
.req-btn {
  background-color: transparent;
  border-color: var(--zbs-white-color);
}

/* Titles and Block Contents */
.zbs-blck-title {
  margin: 0 auto 40px;
}
.zbs-blck-title h2 {
  color: var(--zbs-primary-color);
  font-size: 30px;
  font-family: var(--primaryfont-semibold);
  letter-spacing: -1.28px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.12;
}
.zbs-cntnt-blck,
.zb-bnr-img {
  text-align: center;
  width: 100%;
}
.zbs-blck-title h2 span,
.zbs-cntnt-blck h3 span,
.zbs-cntnt-blck h4 span {
  display: block;
}
.zbs-cntnt-blck h3,
.zbs-cntnt-blck h4,
.zbs-blck-title h4,
.zbs-cntnt-blck h3,
.zbs-blck-title h3 {
  font-family: var(--zf-primary-medium);
  color: var(--zbs-black-color);
}
.zbs-blck-title h3,
.zbs-cntnt-blck h3 {
  line-height: 1.15;
  letter-spacing: -1.04px;
  font-size: 26px;
  margin: 0 auto 22px;
  max-width: 280px;
  text-align: center;
}
.zbs-cntnt-blck h4,
.zbs-blck-title h4 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.8px;
}
.zbs-cntnt-blck p,
.zbs-blck-title p {
  color: var(--zbs-secondary-color);
  font-size: 16px;
  line-height: 1.6;
  max-width: 320px;
  margin: 0 auto 20px;
  text-align: center;
}
.zbs-cntnt-blck p:last-child,
.zbs-blck-title p:last-child,
.zbs-blck-title.dbl-colm p:last-child {
  margin-bottom: 0;
}
.zbs-txt-white h2,
.zbs-txt-white h3,
.zbs-txt-white h4,
.zbs-txt-white h5,
.zbs-txt-white h6,
.zbs-txt-white p {
  color: var(--zbs-white-color);
}
/* Banner Sec */

.zbs-bnr {
  background: #050505;
  padding: 70px 0 50px;
  overflow: hidden;
}
.zbs-bnr .content-wrap .p-rlte {
  z-index: 1;
}
.zbs-circle-grdnt {
  position: absolute;
  content: "";
  top: 17%;
  left: 3%;
  width: 18%;
  height: 18%;
  background: var(--blue-gradient);
  box-shadow: 0px 0px 150px 200px var(--blue-gradient);
  border-radius: 100%;
  max-width: 150px;
  max-height: 150px;
  opacity: 0.4;
}
.zbs-bnr-cntnt {
  max-width: 630px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.zbs-bnr-cntnt .cta-btn {
  margin-left: 0;
}
.zbs-bnr-cntnt h1 {
  font-size: 30px;
  font-family: var(--primaryfont-semibold);
  line-height: 1.1;
  letter-spacing: -1.28px;
  color: var(--zbs-white-color);
  margin: 0 0 12px;
}
.zbs-bnr-cntnt h1 span {
  display: block;
}
.zbs-bnr-cntnt p {
  color: #bbb;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 25px;
  max-width: 310px;
  margin: 0 auto 30px;
}

.zbs-bnr-img {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
}
.btn-set {
  max-width: 220px;
  margin: 0 auto 40px;
}
/* Banner Sec ends */
.zbs-sec-2 .zbs-cntnt-blck,
.zbs-sec-2 .zbs-cntnt-blck {
  margin: 0 auto 40px;
}
/* Section 1 */
.zbs-sec-1 {
  padding: 90px 0 50px;
}
.zbs-sec-1 .zbs-blck-title {
  max-width: 618px;
}
.zbs-sec-1 .zbs-cntnt-blck {
  max-width: 480px;
  width: 100%;
  margin: 0 auto 40px;
}
.zbs-sec-1 .zbs-img-blck {
  max-width: 654px;
  width: 100%;
  margin: 0 auto;
}
.zbs-sec-1 .zbs-blck-title h2 {
  max-width: 280px;
}
/* Section 1 ends */
/* Section 6 */

.zbs-sec-6 {
  padding: 50px 0 70px;
}
.zbs-sec-6 .zbs-cntnt-blck {
  max-width: 520px;
  width: 100%;
  margin: 0 auto 40px;
}
.zbs-sec-6 .zbs-img-blck {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}
/* Section 6 ends */

/* Section 8 */
.zbs-sec-8 {
  padding: 70px 0 70px;
  background: #5951e8;
}
.zbs-sec-8 .zbs-cntnt-blck {
  max-width: 472px;
  width: 100%;
  margin: 0 auto 40px;
}
.zbs-sec-8 .zbs-img-blck {
  max-width: 710px;
  width: 100%;
}
.zbs-full-vido{
    border-radius: 5px;
    overflow: hidden;
}
.zbs-full-vido video{
    border-radius: 5px;
}
/* Section 8 ends */
/* zbs footer */
.zbs-footer {
  background: #5951e8;
  padding: 70px 0 60px;
}
.zbs-footer-bdge {
  display: inline-block;
  border-radius: 5px;
  background: #4543b4;
  color: var(--zbs-white-color);
  padding: 4px 10px;
  margin: 0 0 16px;
  line-height: 1.4;
  font-size: 16px;
}
.zbs-footer .zbs-blck-title {
  max-width: 800px;
  margin: 0 auto 40px;
}
.zbs-footer .zbs-blck-title h2 {
  max-width: 280px;
  font-size: 28px;
  font-family: var(--primaryfont-semibold);
  line-height: 1.1;
}
/* Animations */
.anim-left,
.anim-right,
.anim-bottom,
.anim-scaled {
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}
.anim-bottom {
  transform: translate3d(0, 30px, 0);
}
.anim-scaled {
  transform: scale3d(0.9, 0.9, 0.9);
}
.anim-left {
  transform: translateX(40px);
}
.anim-right {
  transform: translateX(-40px);
}
.zbs-bnr .middle-animated .anim-scaled {
  opacity: 1;
  transition-delay: 0.5s;
  transform: scale3d(1, 1, 1);
}
.zbs-sec-2 .middle-animated .zbs-img-blck .anim-right,
.zbs-sec-6 .middle-animated .zbs-img-blck .anim-right,
.zbs-sec-8 .middle-animated .zbs-img-blck.anim-right {
  transition-delay: 0.4s;
  transform: translateX(0);
  opacity: 1;
}
.zbs-sec-1 .middle-animated .zbs-img-blck .anim-left,
.zbs-sec-6 .middle-animated .zbs-img-blck .anim-left,
.zbs-sec-8 .middle-animated .zbs-img-blck .anim-right {
  transition-delay: 0.4s;
  transform: translateX(0);
  opacity: 1;
}

@media (min-width: 576px) {
  .content-wrap {
    max-width: 540px;
  }
  .zbs-footer .zbs-blck-title h2 {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .content-wrap {
    max-width: 720px;
  }
  /* Banner Sec */
  .zbs-bnr {
    padding: 90px 0px 100px;
  }
  .zbs-bnr-cntnt {
    text-align: left;
    width: 49%;
  }
  .zbs-bnr-cntnt h1 {
    font-size: 36px;
  }
  .zbs-bnr-cntnt p {
    font-size: 18px;
    margin: 0 0 35px;
  }
  .act-btn,
  .req-btn {
    font-size: 13px;
    padding: 12px 16px;
    display: inline-block;
    width: auto;
    margin: 0 6px 0;
  }
  .zbs-bnr-img {
    width: 47%;
    margin: 0;
  }
  .btn-set {
    max-width: inherit;
    margin: 0;
  }
  /* Titles and Block Content */
  .zbs-blck-title {
    margin: 0 auto 50px;
  }
  .zbs-blck-title h2 {
    font-size: 38px;
  }
  .zbs-blck-title h3,
  .zbs-cntnt-blck h3,
  .zbs-cntnt-blck h4,
  .zbs-blck-title h4 {
    font-size: 30px;
    text-align: left;
    max-width: inherit;
  }
  .zbs-cntnt-blck p,
  .zbs-blck-title p {
    font-size: 16px;
    text-align: left;
    margin: 0;
    max-width: 100%;
  }

  /* Section 1 */
  .zbs-sec-1 .zbs-cntnt-blck {
    width: 42%;
  }
  .zbs-sec-1 .zbs-img-blck {
    width: 52%;
  }
  .zbs-sec-1 .zbs-cntnt-blck,
  .zbs-sec-1 .zbs-img-blck {
    margin: 0;
  }
  .zbs-sec-1 .zbs-blck-title h2 {
    max-width: inherit;
  }

  /* Section 6*/
  .zbs-sec-6 {
    padding: 90px 0;
  }
  .zbs-sec-6 .flx-colm-revrse {
    flex-direction: unset;
  }
  .zbs-sec-6 .zbs-cntnt-blck {
    width: 41%;
  }
  .zbs-sec-6 .zbs-img-blck {
    width: 47%;
  }
  .zbs-sec-6 .zbs-cntnt-blck,
  .zbs-sec-6 .zbs-img-blck {
    margin: 0;
  }
  /* Section 7*/

  /* Section 8*/
  .zbs-sec-8 {
    padding: 90px 0 90px;
  }
  .zbs-sec-8 .flx-colm-revrse {
    flex-direction: unset;
  }
  .zbs-sec-8 .zbs-cntnt-blck {
    width: 37%;
  }
  .zbs-sec-8 .zbs-img-blck {
    width: 56%;
  }
  .zbs-sec-8 .zbs-cntnt-blck,
  .zbs-sec-8 .zbs-img-blck {
    margin: 0;
  }
  /* footer*/
  .zbs-footer {
    padding: 100px 0 80px;
  }
  .zbs-footer-bdge {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .zbs-footer .zbs-blck-title h2 {
    font-size: 36px;
    max-width: inherit;
  }
}
@media (min-width: 992px) {
  .content-wrap {
    max-width: 960px;
  }
  /* Banner Sec */
  .zbs-bnr {
    padding: 130px 0px 140px;
  }
  .zbs-circle-grdnt {
    top: 32%;
  }
  .zbs-bnr-cntnt h1 {
    font-size: 48px;
  }
  .zbs-bnr-cntnt p {
    font-size: 22px;
    max-width: inherit;
  }
  .act-btn,
  .req-btn {
    font-size: 16px;
    padding: 12px 24px;
  }
  /* Titles and Block Content */
  .zbs-blck-title h2 {
    font-size: 44px;
  }
  .zbs-blck-title h3,
  .zbs-cntnt-blck h3,
  .zbs-cntnt-blck h4,
  .zbs-blck-title h4 {
    font-size: 40px;
  }
  .zbs-cntnt-blck p,
  .zbs-blck-title p {
    font-size: 20px;
  }

  /* Section 1 */
  .zbs-sec-1 {
    padding: 100px 0 70px;
  }

  /* Section 5 */
  .zbs-sec-8 {
    padding: 110px 0 110px;
  }
  /* Section 6 */
  .zbs-sec-6 {
    padding: 70px 0 110px;
  }
  /* Footer */
  .zbs-footer {
    padding: 130px 0 90px;
  }

  .zbs-footer-bdge {
    font-size: 20px;
  }
  .zbs-footer .zbs-blck-title {
    max-width: 680px;
    margin: 0 auto 40px;
  }
  .zbs-footer .zbs-blck-title h2 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .content-wrap {
    max-width: 1140px;
  }
  /* Banner Sec */
  .zbs-bnr-cntnt h1 {
    font-size: 52px;
  }
  .zbs-bnr-cntnt p {
    font-size: 24px;
    max-width: 470px;
    margin: 0 0 45px;
  }
  .act-btn,
  .req-btn {
    font-size: 18px;
    padding: 14px 30px;
  }
  /* Titles and Block Content */
  .zbs-blck-title h2 {
    font-size: 48px;
  }
  .zbs-blck-title h3,
  .zbs-cntnt-blck h3 {
    font-size: 48px;
  }
  .zbs-blck-title h3,
  .zbs-cntnt-blck h3,
  .zbs-cntnt-blck h4,
  .zbs-blck-title h4 {
    font-size: 48px;
  }
  /* footer */
  .zbs-footer {
    padding: 130px 0 110px;
  }
  .zbs-footer .zbs-blck-title {
    max-width: 780px;
  }
  .zbs-footer .zbs-blck-title h2 {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .content-wrap {
    max-width: 1280px;
  }
  /* Banner Sec */
  .zbs-bnr-cntnt h1 {
    font-size: 64px;
  }
  .zbs-bnr-cntnt p {
    max-width: inherit;
  }
  /* Titles and Block Content */
  .zbs-blck-title h2 {
    font-size: 64px;
  }
  .zbs-blck-title {
    margin: 0 auto 80px;
  }
  .zbs-blck-title h3,
  .zbs-cntnt-blck h3 {
    font-size: 48px;
  }
  .zbs-cntnt-blck p,
  .zbs-blck-title p {
    font-size: 24px;
  }
  /* Section 1 */
  .zbs-sec-1 {
    padding: 140px 0 90px;
  }
  .zbs-sec-6 {
    padding: 90px 0 130px;
  }
  .zbs-sec-8 {
    padding: 115px 0 115px;
  }
  .zbs-footer {
    padding: 200px 0 190px;
  }
  .zbs-footer .zbs-blck-title {
    max-width: 860px;
  }
  .zbs-footer .zbs-blck-title h2 {
    font-size: 56px;
  }
}
