* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  /* scroll-behavior: smooth; */
}

.content-wrap {
  max-width: 1280px;
}

.act-btn {
  padding: 15px 30px;
}

h1,
h4 {
  font-family: var(--zf-primary-semibold);
}

h2,
h3 {
  font-family: var(--zf-primary-bold);
}

.featuresbx h4 {
  font-family: var(--zf-secondary-medium);
}

.z-section {
  padding: 100px 0 100px;
}

.flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

.banner-section {
  background-color: #fff;
}

.banner-cont {
  width: 100%;
  position: relative;
  max-width: 600px;
}

.banner-image {
  max-width: 592px;
  width: 100%;
  position: relative;
}

/* .banner-image .box-wrap:nth-child(2) .bannerbx {
    margin-bottom: 0
} */

.bannertxt {
  font-family: var(--zf-secondary-regular);
  text-align: center;
  font-size: 13px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

.bannerbx {
  width: 283px;
  height: 283px;
  background: #b0a7f8;
  position: relative;
  display: inline-block;
  margin: 0 0 24px;
  overflow: hidden;
  transition: 0.5s all linear;
}

.banner-abtest {
  background: #a7d6f8;
  margin-top: -75px;
}

.banner-session {
  background: #f8cca7;
}

.banner-personalize {
  background: #f8a7a7;
}

.banner-heatmap,
.banner-personalize {
  padding-top: 35px;
}

.banner-heatmap .bannerimg {
  position: absolute;
  bottom: -7px;
  text-align: center;
  left: 0;
  right: 0;
}

.banner-heatmap-1,
.banner-heatmap-2,
.banner-heatmap-3,
.banner-abtest-1,
.banner-abtest-2 {
  position: absolute;
  background: url(/sites/zweb/images/pagesense/homepage/banner-heatmap-1.png)
    no-repeat;
  background-size: 100% 100%;
  width: 55px;
  height: 30px;
  display: block;
  top: 75px;
  left: 80px;
}

.banner-heatmap-2 {
  width: 39px;
  height: 39px;
  background: url(/sites/zweb/images/pagesense/homepage/banner-heatmap-2.png)
    no-repeat;
  background-size: 100% 100%;
  bottom: 12px;
  left: 185px;
  top: unset;
}

.banner-heatmap-3 {
  top: 15px;
  left: 195px;
  width: 20px;
  height: 15px;
}

.banner-abtest .bannertxt {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-abtest-1 {
  background: url(/sites/zweb/images/pagesense/homepage/banner-abtest-1.svg)
    no-repeat;
  background-size: 100% 100%;
  width: 159px;
  height: 102px;
  left: 0;
  top: 0;
}

.banner-abtest-2 {
  background: url(/sites/zweb/images/pagesense/homepage/banner-abtest-2.svg)
    no-repeat;
  background-size: 100% 100%;
  width: 159px;
  height: 102px;
  right: 0;
  bottom: 0;
  top: unset;
  left: unset;
}

.banner-sessionrec-1,
.banner-sessionrec-2 {
  position: relative;
  width: 186px;
  height: 119px;
  display: block;
  background: url(/sites/zweb/images/pagesense/homepage/banner-sessionrecord-1.svg)
    no-repeat;
  background-size: 100% 100%;
  margin: 50px auto 0;
}

.banner-sessionrec-2 {
  background: url(/sites/zweb/images/pagesense/homepage/banner-sessionrecord-2.svg)
    no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 27px;
  width: 160px;
  height: 33px;
}
.i18n-it .features-nav {
  max-width: fit-content;
}
.i18n-it .features-section a {
  pointer-events: none;
}
.i18n-it .bannertxt {
  font-size: 12px;
}
@media only screen and (min-width: 1200px) {
  .banner-image {
    min-width: 592px;
  }

  .banner-heatmap {
    opacity: 0;
    margin-top: -5%;
    transition: 0.2s all ease;
  }

  .middle-animated .banner-heatmap {
    margin-top: 0;
    opacity: 1;
  }

  .banner-heatmap .bannerimg {
    opacity: 0;
    bottom: -35px;
    transition: 0.4s all ease;
  }

  .middle-animated .banner-heatmap .bannerimg {
    margin-top: 0;
    bottom: -7px;
    opacity: 1;
    transition-delay: 0.1s;
  }

  .banner-heatmap-1,
  .banner-heatmap-2,
  .banner-heatmap-3 {
    opacity: 0;
    transform: scale(0.5);
    transition: 1s all ease;
  }

  .middle-animated .banner-heatmap-1,
  .middle-animated .banner-heatmap-2,
  .middle-animated .banner-heatmap-3 {
    opacity: 1;
    transition-delay: 0.4s;
    transform: scale(1);
  }

  .middle-animated .banner-heatmap-2 {
    transition-delay: 0.6s;
  }

  .middle-animated .banner-heatmap-3 {
    transition-delay: 0.8s;
  }

  .banner-abtest {
    opacity: 0;
    margin-right: -20px;
    transition: 0.6s all ease;
  }

  .middle-animated .banner-abtest {
    opacity: 1;
    transition-delay: 0.9s;
    margin-right: 0;
  }

  .abtestimg-1 {
    left: 60px;
    top: 60px;
    opacity: 0;
    visibility: hidden;
  }

  .middle-animated .abtestimg-1 {
    animation: abtestanimationone 1.5s 1s forwards 1 ease;
  }

  @keyframes abtestanimationone {
    0% {
      transform: translate(0, 0);
      z-index: 1;
      opacity: 1;
    }

    5% {
      opacity: 1;
    }

    100% {
      transform: translate(249px, -97.5px);
      opacity: 1;
      visibility: visible;
      z-index: 1;
    }
  }

  .banner-abtest .banner-abtest-2 {
    opacity: 0;
    visibility: hidden;
    transform: translate(-124px, -180px);
    z-index: -1;
  }

  .middle-animated .banner-abtest .banner-abtest-2 {
    animation: abtestanimationtwo 1.5s 1.6s forwards 1 ease;
  }

  @keyframes abtestanimationtwo {
    0% {
      transform: translate(-124px, -180px);
      z-index: -1;
      opacity: 1;
    }

    5% {
      opacity: 1;
    }

    100% {
      opacity: 1;
      visibility: visible;
      transform: translate(0px, 0px);
      z-index: 1;
    }
  }

  .fill76 {
    position: absolute;
    left: 50px;
    bottom: 15px;
  }

  .bannertxt.count-val {
    width: 20px;
    letter-spacing: normal;
    font-size: 12px;
    opacity: 0;
  }

  .middle-animated .bannertxt.count-val {
    opacity: 1;
    transition-delay: 2s;
  }

  .middle-animated .fill34 {
    position: absolute;
    right: 50px;
    top: 25px;
  }

  .bannerabtest-fill76,
  .bannerabtest-fill34 {
    width: 8px;
    height: 60px;
    background: #8bc5e6;
    border-radius: 10px;
    margin-left: 5px;
    opacity: 0;
    transition: 1s all ease;
    overflow: hidden;
    transform: rotate(180deg);
    margin-top: -6px;
  }

  .middle-animated .bannerabtest-fill76,
  .middle-animated .bannerabtest-fill34 {
    opacity: 1;
    transition-delay: 2s;
  }

  .bannerabtest-fill76::before,
  .bannerabtest-fill34::before {
    content: "";
    background: #41abeb;
    height: 0%;
    width: 8px;
    position: relative;
    border-radius: 10px;
    top: 0px;
    display: block;
  }

  .middle-animated .bannerabtest-fill76::before {
    animation: fill76 1.5s 2.3s 1 forwards;
  }

  .middle-animated .bannerabtest-fill34::before {
    animation: fill34 1.5s 2.3s 1 forwards;
  }

  @keyframes fill76 {
    0% {
      height: 0%;
    }

    100% {
      height: 76%;
    }
  }

  @keyframes fill34 {
    0% {
      height: 0%;
    }

    100% {
      height: 34%;
    }
  }

  .banner-session {
    opacity: 0;
    transition: 1s all ease;
  }

  .middle-animated .banner-session {
    opacity: 1;
    transition-delay: 2.6s;
  }

  .banner-sessionrec-1 {
    position: absolute;
    opacity: 0;
    visibility: visible;
    top: 77px;
    right: 0;
  }

  .middle-animated .banner-sessionrec-1 {
    animation: abtestanimationthree 1.4s 2.6s forwards 1 ease;
  }

  @keyframes abtestanimationthree {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }

    5% {
      opacity: 1;
    }

    100% {
      transform: translate(-355px, 225px);
      opacity: 1;
      visibility: visible;
      z-index: 1;
    }
  }

  .banner-sessionrec-svg {
    z-index: 1;
    position: absolute;
    left: 70px;
    top: 60px;
  }

  .circle {
    opacity: 0;
    transition: 0.6s all linear;
  }

  .middle-animated #round_1,
  .middle-animated #round_2,
  .middle-animated #round_3,
  .middle-animated #round_4,
  .middle-animated #round_5 {
    opacity: 1;
    transition-delay: 3.4s;
  }

  .middle-animated #round_2 {
    transition-delay: 3.6s;
  }

  .middle-animated #round_3 {
    transition-delay: 3.8s;
  }

  .middle-animated #round_4 {
    transition-delay: 4s;
  }

  .middle-animated #round_5 {
    transition-delay: 4.2s;
  }

  .middle-animated #line_1,
  .middle-animated #line_2,
  .middle-animated #line_3,
  .middle-animated #line_4 {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: dash 5s 3.6s linear alternate 1 forwards;
  }

  .middle-animated #line_2 {
    animation-delay: 3.8s;
  }

  .middle-animated #line_3 {
    animation-delay: 4s;
  }

  .middle-animated #line_4 {
    animation-delay: 4.2s;
  }

  .banner-linearrow {
    position: relative;
    background: url(/sites/zweb/images/pagesense/home/banner-arrow.png)
      no-repeat;
    width: 42px;
    height: 44px;
    display: inline-block;
    max-width: 25px;
    background-size: 100%;
    left: 79px;
    top: 65px;
    z-index: 2;
    opacity: 0;
    transition: 1s all ease;
  }

  .middle-animated .banner-linearrow {
    opacity: 1;
    transition-delay: 3.4s;
    animation: arrowfill 2.4s 3.4s linear forwards;
  }

  @keyframes arrowfill {
    0% {
      transform: translate(0, 0);
      opacity: 1;
    }

    25% {
      transform: translate(82px, 0);
      opacity: 1;
    }

    50% {
      transform: translate(-4px, 59px);
      opacity: 1;
    }

    75% {
      transform: translate(103px, 74px);
      opacity: 1;
    }

    96% {
      transform: translate(133px, 0px);
      opacity: 1;
    }

    100% {
      transform: translate(133px, 0px);
      opacity: 0;
    }
  }

  @keyframes dash {
    from {
      stroke-dashoffset: 2000;
    }

    to {
      stroke-dashoffset: 0;
    }
  }

  .banner-playsession {
    border: 1px solid #000;
    position: absolute;
    left: 50%;
    width: 175px;
    height: 40px;
    display: block;
    transform: translateX(-49%);
    bottom: 78px;
    opacity: 0;
    transition: 1s ease all;
  }

  .middle-animated .banner-playsession {
    opacity: 1;
    transition-delay: 3.5s;
  }

  .pause {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 11px solid #000;
    border-bottom: 7px solid transparent;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    opacity: 1;
    transition: 0.5s linear all;
  }

  .middle-animated .pause {
    opacity: 0;
    transition-delay: 3.6s;
  }

  .play {
    content: "";
    position: absolute;
    width: 8px;
    height: 10px;
    border: 2px solid #000;
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    display: inline-block;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .play-line {
    width: 138px;
    height: 2px;
    position: absolute;
    background: #dab18e;
    display: block;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
  }

  .middle-animated .play-fill {
    content: "";
    position: absolute;
    width: 0px;
    background: #000;
    height: 2px;
    display: inline-block;
    animation: playfillanim 2.7s 3.8s linear forwards;
  }

  @keyframes playfillanim {
    0% {
      width: 0;
    }

    100% {
      width: 138px;
    }
  }

  .play-fill::after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    right: 0;
    background: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }

  .banner-session .bannertxt {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .banner-personalize {
    margin-top: -30px;
    opacity: 0;
    transition: 1s ease all;
  }

  .middle-animated .banner-personalize {
    opacity: 1;
    margin-top: -72px;
    transition-delay: 4s;
  }

  .banner-personalize-1 {
    position: absolute;
    width: 186px;
    height: 119px;
    display: block;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.3s ease all;
  }

  .middle-animated .banner-personalize-1 {
    opacity: 1;
    transition-delay: 4.5s;
  }

  .banner-personalize-1 img {
    transform: translateY(40px);
    transition: 0.3s all linear;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
  }

  .middle-animated .banner-personalize-1 img.active {
    transform: translateY(0px);
    opacity: 1;
  }

  .personalize-box-wrap {
    position: relative;
    max-width: 155px;
    width: 100%;
    margin: 30px auto 15px;
    opacity: 0;
    /* transition: .3s ease all; */
    /* display: none; */
    flex-wrap: nowrap;
  }

  .middle-animated .personalize-box-wrap {
    opacity: 1;
    transition-delay: 4s;
    /* display: block; */
  }

  .personalizebx {
    width: 50px;
    height: 50px;
    position: relative;
    background-image: url(/sites/zweb/images/pagesense/home/banner-personalizationbx-1.png);
    background-repeat: no-repeat;
    display: block;
    background-position: 612px auto;
    background-size: 100%;
    transition: 0.5s all linear;
    opacity: 0.5;
    transform: scale(0.9);
    margin: 5px 5px 0;
  }

  .middle-animated .personalizebx.slick-active {
    opacity: 1;
    transform: scale(1.2);
  }

  .pbx-2 {
    background-image: url(/sites/zweb/images/pagesense/home/banner-personalizationbx-2.png);
  }

  .pbx-3 {
    background-image: url(/sites/zweb/images/pagesense/home/banner-personalizationbx-3.png);
  }
}

.features-section {
  background-color: #151229;
  color: #fff;
}
.img-comparison {
  position: relative;
  /* z-index: 2; */
}
.scroll-per {
  position: absolute;
  background: #000;
  color: #fff;
  width: fit-content;
  height: 30px;
  display: block;
  content: "100%";
  text-align: center;
  font-size: 12px;
  font-family: var(--zf-secondary-regular);
  padding: 6px;
  margin-top: -30px;
  transition: 1s ease margin-top;
  /* opacity: 0 */
}

/* .scroll-per.in-view {
    margin-top: -30px;
} */

.zwc-play-pause-btn {
  background: #ebebeb;
  border-radius: 50%;
  bottom: 1%;
  aspect-ratio: 1;
  right: 3%;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  width: 2rem;
  border: 0;
  cursor: pointer;
  font-size: 0;
  padding: 0;
}

.zwc-play-pause-btn.zwc-play::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  border-left: 9px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  transform: translateY(-50%);
}

.zwc-play-pause-btn.zwc-pause::before {
  content: "";
  background: linear-gradient(to right, transparent 50%, #000 0);
  background-size: 6px 1px;
  width: 13px;
  height: 10px;
  border: 0;
  left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.layout1 {
  background: url(/sites/zweb/images/pagesense/homepage/a-conversion.png)
    no-repeat;
  width: 200px;
  height: 200px;
  position: absolute;
  background-size: 130px 170px;
  overflow: hidden;
  top: 7%;
  z-index: 10;
}

.layout1 span {
  position: absolute;
  height: 100%;
  background: #151229;
  width: 0px;
}

.layout2 {
  background: url(/sites/zweb/images/pagesense/homepage/b-conversion.png)
    no-repeat;
  width: 0px;
  height: 190px;
  position: absolute;
  background-size: 130px 180px;
  overflow: hidden;
  left: 89%;
  top: 7%;
  z-index: 10;
  /* background-color: red; */
}

.features-inner-section::before,
.features-inner-section::after {
  /* content: ''; */
  position: absolute;
  width: 125px;
  /* border: 1px solid red; */
  display: block;
  left: 1px;
  background-image: url(/sites/zweb/images/pagesense/homepage/a-conversion.png);
  background-repeat: no-repeat;
  height: 237px;
  background-size: 130% auto;
  background-position: -27px 0;
  top: 10px;
}

span.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #151229;
  width: 0px;
}

.features-inner-section::after {
  background-image: url(/sites/zweb/images/pagesense/homepage/b-conversion.png);
  right: 1px;
  left: unset;
  background-position: -11px 0;
}

.features-cont {
  position: relative;
  width: 100%;
  max-width: 630px;
  text-align: center;
  margin: 0 auto 0px;
  /* background: #151229; */
  /* z-index: 12; */
  z-index: 10;
  padding-bottom: 30px;
}
.fea-img {
  width: 45%;
}
.features-nav {
  position: relative;
  max-width: 530px;
  margin: 0 auto 23px;
  border: 1px solid #59547b;
  border-radius: 23px;
}

.features-nav ul {
  position: relative;
  width: 100%;
  padding: 5px 6px;
}

.features-nav ul li {
  font-size: 13px;
  padding: 10px 20px;
  position: relative;
  transition: 0.5s all linear;
  border-radius: 23px;
  cursor: pointer;
}

/* .features-nav ul li a {
    
} */

.features-nav ul li.active {
  background: #e01f4c;
}

.features-nav ul li.active {
  color: #fff;
}

.features-wrap {
  margin: 0 auto;
  position: sticky;
  top: 52px;
  z-index: 2;
  padding: 23px 0 6px;
  background: linear-gradient(180deg, #151229 90%, rgba(0, 0, 0, 0) 100%);
  transition: 0.5s all ease;
  /* max-width: 96%; */
  max-width: 1180px;
  /* max-width: 580px; */
}

.features-Atestwrap {
  position: relative;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0 2rem;
  align-items: flex-start;
}

.features-Atestwrap > div.first {
  width: 575px;
}

.features-Atestwrap > div.second {
  width: 278px;
}

.features-Atestwrap > div.third {
  width: 278px;
}

.featuresbx {
  border: 1px solid #282445;
  border-radius: 20px;
  /* width: 278px; */
  height: auto;
  padding: 42px 30px;
  transition: 0.5s all linear;
  display: inline-block;
  /* margin: 0 0 20px; */
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  cursor: pointer;
  color: #fff;
  width: 100%;
}

.features-Atestwrap.activeclass {
  justify-content: center;
  max-width: 1280px;
  align-items: start;
}

/* .activeclass .featuresbx {
    margin: 0 15px 0 5px
} */

.features-Atestwrap.flex-wrap.activeclass .first,
.features-Atestwrap.flex-wrap.activeclass .second,
.features-Atestwrap.flex-wrap.activeclass .third {
  width: 100%;
  display: contents;
}

.fea-arrow {
  width: 35px;
  height: 35px;
  position: relative;
  display: block;
  border: 1px solid #342f58;
  border-radius: 50%;
  float: right;
  right: -15px;
  top: -15px;
}

/* .form-analyze {
    margin-right: 15px
} */

.fea-arrow::before,
.fea-arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-top: 1px solid #342f58;
  border-right: 1px solid #342f58;
  position: absolute;
  top: 48%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.fea-arrow::after {
  border: 0 solid;
  border-left: 1px solid #342f58;
  /* top: 6px;
    left: 14px; */
  top: 13px;
  left: 15.5px;
  transform: rotate(45deg);
  height: 12px;
}

.featuresbx:hover .fea-arrow::before {
  border-top: 1px solid #1aaaf5;
  border-right: 1px solid #1aaaf5;
}

.featuresbx:hover .fea-arrow::after {
  border-left: 1px solid #1aaaf5;
}

.featuresbx:hover .fea-arrow {
  border: 1px solid #1aaaf5;
}

.features-Atestwrap .abtest .fea-arrow,
.features-Atestwrap .personalize .fea-arrow,
.features-Atestwrap .heatmap .fea-arrow,
.features-Atestwrap .session-recording .fea-arrow {
  opacity: 0.5;
}

.features-Atestwrap .abtest:hover .fea-arrow::before,
.features-Atestwrap .personalize:hover .fea-arrow::before,
.features-Atestwrap .heatmap:hover .fea-arrow::before,
.features-Atestwrap .session-recording:hover .fea-arrow::before {
  opacity: 1;
  border-top: 1px solid #282445;
  border-right: 1px solid #282445;
}

.features-Atestwrap .abtest:hover .fea-arrow::after,
.features-Atestwrap .personalize:hover .fea-arrow::after,
.features-Atestwrap .heatmap:hover .fea-arrow::after,
.features-Atestwrap:hover .session-recording .fea-arrow::after {
  border-left: 1px solid #282445;
  opacity: 1;
}

.features-Atestwrap .abtest:hover .fea-arrow,
.features-Atestwrap .personalize:hover .fea-arrow,
.features-Atestwrap .heatmap:hover .fea-arrow,
.features-Atestwrap .session-recording:hover .fea-arrow {
  opacity: 1;
  border: 1px solid #282445;
}

.fea-icon {
  position: relative;
  background: url(/sites/zweb/images/pagesense/homepage/sprite-icon.svg)
    no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  margin: 0 0 10px;
  background-size: 612px auto;
}

.web-analytics .fea-icon {
  background-position: -78px 0;
}

.goals .fea-icon {
  background-position: -128px 0;
}

.form-analyze .fea-icon {
  background-position: -226px 0;
}

.funnel-analysis .fea-icon {
  background-position: -275px 0;
}

.polls .fea-icon {
  background-position: -422px -1px;
}

.pop-ups .fea-icon {
  background-position: -571px -1px;
}

.push-notification .fea-icon {
  background-position: -522px -1px;
}

.features-Atestwrap .web-analytics,
.features-Atestwrap .abtest,
.features-Atestwrap .personalize {
  /* width: 575px; */
  height: auto;
}

.features-Atestwrap .session-recording,
.features-Atestwrap .heatmap {
  background: #f8cca7;
  height: auto;
  /* width: 278px; */
  color: #000;
}

.features-Atestwrap .heatmap {
  background: #b0a7f8;
}

.features-Atestwrap .abtest {
  background: #a7d6f8;
  color: #000;
}

.features-Atestwrap .personalize {
  background: #f8a7a7;
  color: #000;
}

.features-Atestwrap .fea-cont {
  max-width: 185px;
  /* margin: 0 40px 0 0 */
}

.features-Atestwrap .featuresbx .flex-wrap {
  justify-content: space-between;
}

.featuresbx p {
  margin-bottom: 0;
}

.heatmap-img,
.session-img {
  margin: 50px 0 40px;
}

.link-con {
  position: relative;
  text-align: center;
  margin: 30px 0 0;
  transition: 0.5s ease all;
}

.link-con a {
  color: #1ca9f5;
  font-family: var(--zf-primary-semibold);
  border-bottom: 1px solid #1ca9f5;
  /* cursor: url('/sites/zweb/images/pagesense/homepage/cursor-heatmap.png'), auto; */
}

/* slick silder start*/

.testimonial-section {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  /* display: none; */
}
.testimonial-topcont {
  text-align: center;
  margin: 0 auto 60px;
}
.testi-contwrap {
  max-width: 725px;
  margin: 0 auto;
}
.testi-cont p {
  /* font-size: 32px;
    font-family: var(--zf-primary-light); */
  font-size: 30px;
  font-family: "Zoho_Puvi_Regular";
  margin-bottom: 35px;
}
.testi-author {
  max-width: 400px;
  justify-content: left;
  align-items: center;
}
.au-name {
  color: #000;
  font-size: 20px;
  font-family: var(--zf-primary-bold);
}
.au-img {
  position: relative;
  /* background: url(sprite-icon.svg) no-repeat; */
  background: url(/sites/zweb/images/pagesense/homepage/sprite-icon.svg)
    no-repeat;
  width: 66px;
  height: 66px;
  display: block;
  margin: 0 16px 0px 0px;
  background-size: 612px auto;
}
.testi-cont.g2_logo .au-img {
  background-position: -423px -54px;
}
.testi-cont.capterra_logo .au-img {
  background-position: -353px -54px;
}

.au-desc {
  color: #5f5f5f;
  font-size: 17px;
  font-family: var(--zf-primary-regular);
  position: relative;
}

.au-desc::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 13px;
  display: inline-block;
  background: url(/sites/zweb/images/pagesense/homepage/sprite-icon.svg)
    no-repeat;
  background-size: 310px auto;
  background-position: 0px -67px;
  top: 50%;
  transform: translatey(-50%);
  right: -82px;
}

.testimonial-section .slick-dots {
  text-align: left;
  margin-top: 35px;
}

.testimonial-section button.slide-arrow.prev-arrow.slick-arrow,
.testimonial-section button.slide-arrow.next-arrow.slick-arrow {
  background: 0;
  border: 0;
  cursor: pointer;
  top: 26%;
  left: -20%;
  position: absolute;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1) translateY(-50%);
}

.testimonial-section button.slide-arrow.next-arrow.slick-arrow {
  -webkit-transform: scaleX(1) translateY(-50%);
  transform: scaleX(1) translateY(-50%);
  left: unset;
  right: -20%;
}

.testimonial-section .slick-dots li {
  background: #d5d5d5;
  width: 50px;
  height: 5px;
  border: unset;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.testimonial-section .slick-dots li.slick-active::after {
  /* width: 100%; */
  -webkit-transition: 6s ease-out all;
  -o-transition: 6s ease-out all;
  transition: 6s ease-out all;
  height: 100%;
  animation: progresswidth 5s linear forwards;
}

@keyframes progresswidth {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.testimonial-section .slick-dots li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 40px;
  background: #303030;
  width: 0;
}
/* slick silder end*/

/* Testimonial */

.block1-section {
  background-color: #fff;
}

.block1-inner-section {
  max-width: 1170px;
  margin: 0 auto;
}

.block1-cont {
  position: relative;
  max-width: 500px;
}

.block1-list {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  margin: 55px 0 0;
}

.block1-list li {
  position: relative;
  margin: 0 40px 0 0;
  border-left: 1px solid #e5e3e3;
  padding-left: 30px;
}

.block1-list li:first-child {
  border-left: 0px solid #ccc;
  padding-left: 0;
}

.block1-list li a {
  color: #000;
  border-bottom: 1px solid #000;
}

.block1-list li:hover a {
  color: #03a9f5;
  border-bottom: 1px solid #03a9f5;
}

.block1-list li:hover .fea-arrow::before {
  border-top: 1px solid #1aaaf5;
  border-right: 1px solid #1aaaf5;
}

.block1-list li:hover .fea-arrow::after {
  border-left: 1px solid #1aaaf5;
}

.block1-list li:hover .fea-arrow {
  border: 1px solid #1aaaf5;
}

.block1-list .fea-arrow {
  width: 25px;
  height: 25px;
  top: 0;
  left: 10px;
}

.block1-list .fea-arrow::after {
  top: 10px;
  left: 10px;
  height: 8px;
  position: absolute;
}

.block1-list .fea-arrow::before {
  height: 6px;
  width: 6px;
  top: 11px;
  left: 12px;
  position: absolute;
}

.block1-imgbxwrap {
  max-width: 575px;
  width: 100%;
  position: relative;
}

/* .block1-imgbx {
    position: relative;
    margin-bottom: 45px
}

.block1-imgbxwrap .flex-wrap:nth-child(2) .block1-imgbx {
    margin-bottom: 0
}

.block1-imgbxwrap>div {
    justify-content: left
}

.block1-imgbxwrap .flex-wrap:nth-child(1) .block1-imgbx:nth-child(2) {
    left: 35px;
    top: 35px
}

.block1-imgbxwrap .flex-wrap:nth-child(2) .block1-imgbx:nth-child(2) {
    top: 30px;
    left: 35px
} */

.block2-section {
  background-color: #fff;
}

.block2-cont {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 85px;
  text-align: center;
}

.z-productname {
  display: inline-block;
}

.block2-boxwrap {
  position: relative;
  width: 100%;
  max-width: 985px;
  margin: 0 auto;
}

.whychoosebx {
  max-width: 410px;
  margin-bottom: 85px;
}

.whychoosebx:nth-child(3),
.whychoosebx:nth-child(4) {
  margin-bottom: 0;
}

.block2-icon {
  position: relative;
  width: 55px;
  height: 55px;
  /* border: 1px solid red; */
  display: block;
  margin: 0 0 15px;
  background-position: -89px -66px;
  background-size: 642px auto;
}

.icon-2 {
  background-position: -161px -66px;
}

.icon-3 {
  background-position: -237px -67px;
}

.icon-4 {
  background-position: -306px -67px;
}

.bottom-section {
  background-color: #151229;
  color: #fff;
  text-align: center;
  padding: 85px 0 85px;
}

.bottom-cont {
  /* max-width: 510px; */
  margin: 0 auto;
}


@media only screen and (min-width: 1400px) {
  .z-section h1 {
    font-size: 61px;
    letter-spacing: -1.92px;
    line-height: 1.1;
  }

  .z-section h2 {
    font-size: 54px;
    letter-spacing: -1.62px;
    line-height: 1.1;
  }

  .bottom-section h3 {
    font-size: 44px;
    letter-spacing: -1.32px;
    line-height: 1.1;
    margin: 0 auto 35px;
  }

  .features-section h3,
  .block2-section h3 {
    font-size: 22px;
    letter-spacing: -0.66px;
    line-height: 28px;
    margin: 0 0 10px;
  }

  .z-section .featuresbx p {
    font-size: 16px;
  }

  .z-section .link-con a {
    font-size: 18px;
  }

  /* Equal height */
  /* .featuresbx {
        height: 278px;
    }

    .features-Atestwrap .session-recording,
    .features-Atestwrap .heatmap {
        height: 575px;
    }

    .features-Atestwrap .web-analytics,
    .features-Atestwrap .abtest,
    .features-Atestwrap .personalize {
        height: 278px;
    } */

  /* Equal height */
  .i18n-it .featuresbx,
  .i18n-it .features-Atestwrap .session-recording,
  .i18n-it .features-Atestwrap .heatmap {
    height: fit-content;
  }
}

@media only screen and (max-width: 1399px) {
  .features-Atestwrap {
    align-items: flex-start;
  }

  .featuresbx,
  .features-Atestwrap .session-recording,
  .features-Atestwrap .heatmap {
    height: auto;
  }
}

@media only screen and (max-width: 1366px) {
  .grid-item h3 {
    font-size: 23px;
  }
  .banner-cont {
    max-width: 39%;
  }

  .banner-image {
    min-width: 594px;
  }

  .bannerbx {
    width: 48%;
  }

  .block1-imgbxwrap {
    max-width: 495px;
  }
}

@media only screen and (max-width: 1300px) {
  .banner-cont {
    max-width: 44%;
  }
}

@media only screen and (max-width: 1199px) {
  .z-section {
    padding: 80px 0 80px;
  }

  .banner-inner-section {
    flex-direction: column;
  }

  .banner-cont {
    text-align: center;
    max-width: 550px;
    margin: 0 auto 40px;
  }

  .banner-image {
    max-width: 600px;
    margin-top: 20px;
  }

  .features-wrap {
    top: 0;
  }

  .block1-imgbxwrap {
    max-width: 46%;
  }

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }
  .testi-contwrap {
    max-width: 530px;
  }
  .testi-cont p {
    font-size: 26px;
  }
}

@media only screen and (max-width: 990px) {
  .banner-section {
    padding: 40px 0 80px;
  }

  .banner-image {
    min-width: auto;
    max-width: 450px;
    margin-top: 30px;
  }

  .features-wrap {
    display: none;
  }

  .features-Atestwrap {
    padding: 0;
    /* display: none; */
  }

  .testi-cont p {
    font-size: 22px;
    line-height: 1.5;
  }
  .au-name {
    font-size: 18px;
  }
  .au-desc {
    font-size: 15px;
  }

  .block1-inner-section {
    flex-direction: column;
  }

  .block1-cont {
    text-align: center;
    margin: 0 auto 50px;
  }

  .block1-imgbxwrap {
    max-width: 440px;
  }

  .block1-list {
    justify-content: center;
    margin: 25px 0 0;
  }

  .block2-icon {
    margin: 0 auto 20px;
  }

  .block2-cont {
    margin: 0 auto 50px;
  }

  .block2-boxwrap {
    flex-direction: column;
  }

  .whychoosebx,
  .whychoosebx:nth-child(3) {
    text-align: center;
    margin: 0 auto 30px;
  }

  .whychoosebx:nth-child(4) > p {
    margin-bottom: 0;
  }

  /*  */

  .scroll-per {
    display: none;
  }

  /*  */
  .testimonial-topcont {
    margin: 0 auto 40px;
  }
  .testimonial-section button.slide-arrow.prev-arrow.slick-arrow {
    left: -15%;
  }
  .testimonial-section button.slide-arrow.next-arrow.slick-arrow {
    right: -15%;
  }
  .featuresbx .fea-arrow::before {
    border-top: 1px solid #1aaaf5;
    border-right: 1px solid #1aaaf5;
  }

  .featuresbx .fea-arrow::after {
    border-left: 1px solid #1aaaf5;
  }

  .featuresbx .fea-arrow {
    border: 1px solid #1aaaf5;
  }
  .features-Atestwrap .abtest .fea-arrow::before,
  .features-Atestwrap .personalize .fea-arrow::before,
  .features-Atestwrap .heatmap .fea-arrow::before,
  .features-Atestwrap .session-recording .fea-arrow::before {
    opacity: 1;
    border-top: 1px solid #342f58;
    border-right: 1px solid #342f58;
  }
  .features-Atestwrap .abtest .fea-arrow::after,
  .features-Atestwrap .personalize .fea-arrow::after,
  .features-Atestwrap .heatmap .fea-arrow::after,
  .features-Atestwrap .session-recording .fea-arrow::after {
    border-left: 1px solid #342f58;
    opacity: 1;
  }

  .features-Atestwrap .abtest .fea-arrow,
  .features-Atestwrap .personalize .fea-arrow,
  .features-Atestwrap .heatmap .fea-arrow,
  .features-Atestwrap .session-recording .fea-arrow {
    opacity: 1;
    border: 1px solid #342f58;
  }
}

@media only screen and (max-width: 767px) {
  .block2-section {
    padding-top: 40px;
  }

  .other-lang .block1-list {
    display: block;
  }
  .other-lang .block1-list li {
    width: max-content;
    margin: 15px auto !important;
    padding-left: 0 !important;
    border-left: 0 !important;
  }
  .features-Atestwrap .session-recording,
  .features-Atestwrap .heatmap,
  .features-Atestwrap > div.first,
  .features-Atestwrap > div.second,
  .features-Atestwrap > div.third,
  .featuresbx {
    width: 100%;
  }

  .features-Atestwrap .web-analytics,
  .features-Atestwrap .abtest,
  .features-Atestwrap .personalize {
    width: 100%;
    height: auto;
  }

  .features-Atestwrap .fea-cont {
    margin: 0 40px 25px 0;
  }

  .features-Atestwrap .abtest > .flex-wrap,
  .features-Atestwrap .personalize > .flex-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-Atestwrap .fea-cont {
    max-width: 100%;
    margin: 0 0 25px 0;
  }

  .heatmap-img,
  .session-img {
    margin: 20px 0 20px;
  }

  .banner-image.desktop-view {
    display: none;
  }

  .banner-image.mobile-view {
    display: block;
  }

  .banner-cont {
    margin-bottom: 0;
  }

  .block2-section {
    padding-top: 0;
  }

  /*  */
  .testi-contwrap {
    max-width: 90%;
  }
  .testimonial-section button.slide-arrow.prev-arrow.slick-arrow {
    left: -10%;
  }
  .testimonial-section button.slide-arrow.next-arrow.slick-arrow {
    right: -10%;
  }
}

@media only screen and (max-width: 610px) {
  .block1-list {
    flex-wrap: wrap;
    gap: 20px;
  }

  .block1-list li {
    margin: 20px 6% 0 0;
    border-left: 0px solid #efefef;
    padding-left: 0%;
  }

  .block1-list li:last-child {
    margin-right: 0;
  }
  .slide-arrow {
    display: none !important;
  }
  .testi-contwrap {
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .z-section {
    padding: 60px 0 60px;
  }
  h1 {
    font-size: 28px;
  }
  h2,
  .bottom-section h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 19px;
  }
}
/* other lang css start */

.other-lang:not(.i18n-it) .features-nav {
  max-width: 620px;
}
.other-lang .testimonial-section {
  display: none;
}
.other-lang .block1-list {
  flex-wrap: wrap;
}
.other-lang .block1-list li {
  margin: 20px 40px 0 0;
}
.i18n-vi .scroll-per {
  width: 125px;
}
.other-lang .block1-list li:nth-child(3) {
  padding-left: unset;
  border-left: unset;
}
.i18n-ar .fea-arrow::before {
  border-left: 1px solid #342f58;
  border-right: 0;
  right: 50%;
  left: unset;
  transform: translate(50%, -50%);
}
.i18n-ar .block1-list li {
  border-left: 0 !important;
}
.i18n-ar .fea-arrow::after {
  right: 13.71px;
  transform: rotate(-45deg);
  left: unset;
  border-right: 1px solid #342f58;
  border-left: 0;
}
.i18n-ar .block1-list .fea-arrow::after {
  right: 9.5px;
  left: unset;
}
.i18n-nl .block1-list li:nth-child(3),
.i18n-id .block1-list li:nth-child(3),
.i18n-th .block1-list li:nth-child(3) {
  border-left: 1px solid #e5e3e3;
  padding-left: 30px;
}
.i18n-es-xl .features-nav {
  max-width: 680px !important;
}
.i18n-nl .features-nav,
.i18n-id .features-nav,
.i18n-th .features-nav,
.i18n-vi .features-nav {
  max-width: 630px !important;
}
.i18n-ar .banner-section .flex-wrap {
  flex-direction: row-reverse;
}
.i18n-ar .bannertxt,
.i18n-ar .features-cont *,
.i18n-ar .link-con,
.i18n-ar .block2-cont h2,
.i18n-ar .bottom-cont * {
  text-align: center;
}
.i18n-ar .fea-arrow {
  float: left;
  left: -15px;
  right: unset;
}
.i18n-ar .block1-list .fea-arrow {
  right: 10px;
  left: unset;
}
.i18n-ar .block1-list li {
  margin: 20px 0 0 40px;
}
.i18n-ar .block1-list {
  justify-content: right;
}
.i18n-ar .featuresbx:hover .fea-arrow::before {
  border-left: 1px solid #1aaaf5;
  border-right: 0;
}

.i18n-ar .featuresbx:hover .fea-arrow::after {
  border-right: 1px solid #1aaaf5;
  border-left: 0;
}
.i18n-ar .features-Atestwrap .abtest:hover .fea-arrow::before,
.i18n-ar .features-Atestwrap .personalize:hover .fea-arrow::before,
.i18n-ar .features-Atestwrap .heatmap:hover .fea-arrow::before,
.i18n-ar .features-Atestwrap .session-recording:hover .fea-arrow::before {
  border-left: 1px solid #282445;
  border-right: 0;
}
.i18n-ar .features-Atestwrap .abtest:hover .fea-arrow::after,
.i18n-ar .features-Atestwrap .personalize:hover .fea-arrow::after,
.i18n-ar .features-Atestwrap .heatmap:hover .fea-arrow::after,
.i18n-ar .features-Atestwrap:hover .session-recording .fea-arrow::after {
  border-right: 1px solid #282445;
  border-left: 0;
}
.i18n-ar .block1-list li:hover .fea-arrow::before {
  border-left: 1px solid #1aaaf5;
  border-right: 0;
}

.i18n-ar .block1-list li:hover .fea-arrow::after {
  border-right: 1px solid #1aaaf5;
  border-left: 0;
}
@media only screen and (max-width: 1199px) {
  .grid-item h3 {
    font-size: 19px;
  }
  .i18n-ar .banner-cont * {
    text-align: center;
  }
  .i18n-ar .mobile-view {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 990px) {
  .i18n-ar .banner-image {
    margin-top: 30px;
  }
  .i18n-ar .block1-inner-section .block1-cont *,
  .i18n-ar .whychoosebx * {
    text-align: center;
  }
  .i18n-ar .block1-list {
    justify-content: center;
    margin: 25px 0 0;
  }
  .i18n-ar .grid-item .fea-arrow::after {
    border-right: 1px solid #1aaaf5;
  }
  .i18n-ar .grid-item .fea-arrow::before {
    border-left: 1px solid #1aaaf5;
  }
  .i18n-ar .features-Atestwrap .grid-item .abtest .fea-arrow::after,
  .i18n-ar .features-Atestwrap .grid-item .personalize .fea-arrow::after,
  .i18n-ar .features-Atestwrap .grid-item .heatmap .fea-arrow::after,
  .i18n-ar .features-Atestwrap .grid-item .session-recording .fea-arrow::after {
    border-left: 0;
    border-right: 1px solid #342f58;
  }
  .i18n-ar .features-Atestwrap .grid-item .abtest .fea-arrow::before,
  .i18n-ar .features-Atestwrap .grid-item .personalize .fea-arrow::before,
  .i18n-ar .features-Atestwrap .grid-item .heatmap .fea-arrow::before,
  .i18n-ar
    .features-Atestwrap
    .grid-item
    .session-recording
    .fea-arrow::before {
    border-left: 1px solid #342f58;
    border-right: 0;
  }
}
@media (max-width: 610px) {
  .i18n-ar .block1-list li {
    margin: 20px 0 0 6%;
    border-right: 0 solid #efefef;
    border-left: 0;
    padding-right: 0;
    padding-left: unset;
  }
  .act-btn {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .other-lang h3 {
    font-size: 23px;
  }
}

/* other lang css end */

.grid-container {
  display: grid;
  gap: 20px;
}
.grid-item {
  align-items: inherit;
  display: flex;
}
.item1 {
  grid-column: 1 / span 2;
  grid-row: 1;
}
.item2 {
  grid-column: 3;
  grid-row: 1;
}
.item3 {
  grid-column: 4;
  grid-row: 1 / span 2;
}
.item4 {
  grid-column: 1;
  grid-row: 2;
}
.item5 {
  grid-column: 2;
  grid-row: 2;
}
.item6 {
  grid-column: 3;
  grid-row: 2 / span 2;
}
.item8 {
  grid-column: 4;
  grid-row: 3;
}

.item7 {
  grid-column: 1 / span 2;
  grid-row: 3;
}
.item9 {
  grid-column: 1 / span 2;
  grid-row: 4;
}
.grid-item:has(a[style*="display: none"]) {
  display: none;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .featuresbx {
    padding: 42px 25px;
  }
}

@media only screen and (min-width: 992px) {
  .item5.active {
    grid-column: 4;
    grid-row: 1;
  }
  .item3.active {
    grid-column: 1;
    grid-row: 1;
  }

  .item4.active {
    grid-column: 2;
    grid-row: 1;
    align-items: self-start;
    max-width: 400px;
  }
  .item6.active {
    grid-column: 3;
    grid-row: 1;
    max-width: 300px;
  }
  .item3.active {
    grid-column: 1;
    grid-row: 1;
    max-width: 300px;
  }
  .item10.active {
    grid-column: 2;
    grid-row: 1;
  }
  .item8.active {
    grid-column: 1;
    grid-row: 1;
  }
  .item11.active {
    grid-column: 3;
    grid-row: 1;
  }
  .item7.active,
  .item9.active {
    grid-row: 1;
  }
}

@media only screen and (max-width: 991px) {
  .grid-container {
    max-width: 575px;
    margin: auto;
  }
  .features-wrap {
    display: none;
  }
  /* .item1,
  .item8,
  .item9 {
    grid-column: 1 / span 4;
  }
  .item2 {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .item4 {
    grid-column: 3 / span 2;
    grid-row: 2;
  }
  .item8 {
    grid-row: 3;
  }
  .item9 {
    grid-row: 4;
  }
  .item7 {
    grid-column: 1 / span 2;
  } */
  /* .item2 {
    grid-column: 1 / span 2;
    grid-row: 5;
  } */
  /* .item3 {
    grid-column: 3 / span 2;
    grid-row: 5 / span 2;
  }
  .item5 {
    grid-column: 1 / span 2;
    grid-row: 6 / span 2;
  }
  .item6 {
    grid-column: 3 / span 2;
    grid-row: 7;
  }
  .item10 {
    grid-column: 1 / span 2;
    grid-row: 8;
  }
  .item11 {
    grid-column: 3 / span 2;
    grid-row: 8;
  } */
  .grid-container {
    display: block;
  }
  .grid-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  /* .item1, .item2, .item3, .item4, .item5, .item6, .item7, .item8, .item9, .item10, .item11 {
            grid-column: 1 / span 2;
       }
       .item1{
           grid-row: 1;
       }
       .item4{
        grid-row: 2;
    }
    .item7{
        grid-row: 3;
    }
    .item8{
        grid-row: 4;
    }
    .item9{
        grid-row: 5;
    }
    .item2{
        grid-row: 6;
    }
    .item5{
        grid-row: 7;
    }
    .item10{
        grid-row: 8;
    }
    .item3{
        grid-row: 9;
    }
    .item6{
        grid-row: 10;
    }
    .item11{
        grid-row: 11;
    } */

  /* .grid-container {
    display: block;
  }
  .grid-item:not(:last-child) {
    margin-bottom: 20px;
  } */
}
