/*animation css start  */
@-webkit-keyframes updown {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}

@keyframes updown {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }

  50% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px)
  }

  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0)
  }
}
@-webkit-keyframes leftright {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px)
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}

@keyframes leftright {
  0% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }

  50% {
      -webkit-transform: translateX(20px);
      transform: translateX(20px)
  }

  100% {
      -webkit-transform: translateX(0);
      transform: translateX(0)
  }
}
/*  */
/* .act-btn.cta-btn{
  visibility: visible;
  opacity: 1;
} */
h1,h2,h3{
  font-family: var(--zf-primary-regular);
}
a {
  display: inline-block;
}
p,.zt_banner p,
.zt-banner p{
  font-size: 21px;
  letter-spacing: -0.18px;
  line-height: 1.7;
}
p{
  font-size: 18px;
}
img{
  display: block;
}
h1,h2{
    font-size: 46px;
    letter-spacing: -1.7px;
    line-height: 1.1;
}
h3{
    font-size: 42px;
    letter-spacing: -1.5px;
}
p{
  color: #333;
}
section .content-wrap{
  padding: 90px 0;
}
/*  */
 .banner,
 .zw-product-header {
  background-color:#F3F7FF;
}
.highlight_text{
  font-family: var(--zf-secondary-medium);
}
 .banner .content-wrap{
  text-align: center;
  padding-bottom: 0;
  padding-top: 40px;
}
 .banner h1{
max-width: 875px;
width: 100%;
margin: 0 auto 15px;
}
.banner p{
  max-width: 580px;
  margin: 0 auto 20px;
}
.banner .zt-img-prt{
  margin-top: 50px;
}
/* banner end */
/* testimonial section start */
.testimonial{
  text-align: center;
  background-color: #F3F7FF;
}
/* .testimonial .content-wrap{
  padding-bottom: 0;
} */
.double_quotes{
  margin: 40px 0 20px;
  width: 40px;
}
.testimonial p{
  margin-bottom: 15px;
}
.test_dis{
  font-family: var(--zf-splfontserif-light);
  font-size: 22px;
  font-weight: 300;
  color: #000;
}
.testimonial_1{
  max-width: 700px;
  margin: 0 auto;
}
.testimonial_author{
  margin-top: 50px;
}
.testimonial_author p{
  margin-bottom: 0;
  font-size: 20px;
  font-family: var(--zf-secondary-medium);
}
.testimonial_author_img{
  margin: 0 auto 20px;
  width: 100px;
  position: relative;
  height: 100px;
  display: block;
  border-radius: 50%;
  background-image: url(/sites/zweb/images/tables/zt-solutions-testimonial-fabrice-vanegas.png);
  background-color: #3B867A;
  background-position: 5px 10px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.testimonial_author_img span{
  font-size: 18px;
}
/* testimonial section end */

/* build_dream_team start */
.build_dream_team {
  border-radius: 50px;
  background: #CCE2E2;
  max-width: 1440px;
  width: 100%;
  position: sticky;
  top: 100px;
  will-change: transform;
  transform-style: preserve-3d;
  transition: transform 0.3s linear;
  margin: 0 auto 30px;
}
.build_dream_team .inner-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 100px 0;
  margin: 0 auto 0px;
  width: 88%;
  min-height: 680px;
  max-height: 680px;
  gap: 50px;
}
.build_dream_team:last-child{
  margin-bottom: 0;
}
.build_dream_team.first{
  background-color: #D3E1F5;
  }
.build_dream_team.second{
background-color: #DED9FA;
}
.build_dream_team.third{
  background-color: #F5E2E1;
}
.build_dream_team.fourth{
  background-color: #CCE2E2;
}
.third .subImg1 {
  right: -40px;
  top: 145px;
  left: auto;
  max-width: 250px;
}
.scrollscreen1,
.scrollscreen2,
.scrollscreen4,
.scrollscreen5,
.scrollscreen2_subImg1,
.scrollscreen3_subImg1,
.scrollscreen4_subImg1,
.scrollscreen4_subImg2,
  .scrollscreen5_subImg1{
  transform: translateY(40px);
}
.scrollscreen3{
  transform: translateX(-40px);
}
.active .scrollscreen1,
.active .scrollscreen2,
.active .scrollscreen3,
.active .scrollscreen4,
.active .scrollscreen5,
.active .scrollscreen2_subImg1,
.active .scrollscreen3_subImg1,
.active .scrollscreen4_subImg1,
.active .scrollscreen4_subImg2,
.active .scrollscreen5_subImg1{
  transform: translate(0);
  transition: all 1s ease;
  transition-delay: .5s;
}
.active .scrollscreen2_subImg1,
.active .scrollscreen3_subImg1,
.active .scrollscreen4_subImg1,
.active .scrollscreen4_subImg2,
  .active .scrollscreen5_subImg1{
  transition-delay: .8s;
}

.scrollscreen2{
  position: relative;
}
.second .right,
.third .right{
  display: flex;
  justify-content: flex-end;
}
.subImg1{
  position: absolute;
  top: 0;
  left: 0;
}
.second .subImg1{
  top: 90px;
  left: auto;
  right: -50px;
  max-width: 200px;
}
.fourth .subImg1{
  top: -75px;
  left: auto;
  max-width: 220px;
  right: 0px;
}
.fourth .subImg2{
  top: auto;
    left: -30px;
    max-width: 150px;
    position: absolute;
    bottom: -20px;
}
.five .subImg1{
  top: 100px;
  left: auto;
  max-width: 240px;
  right: -50px;
}
.screen_anim{
position: relative;
}
.scroll_wrap{
  width: 100%;
}
.screen_anim h3{
  font-size: 45px;
  letter-spacing: -2px;
}
.screen_anim .content-wrap{
  max-width: 1350px;
  padding:90px 0 0 0;
  overflow: visible;
}
.screen_anim .inner_wrap_out{
  display: flex;
  position: relative;
  width: 100%;
  gap: 20px;
}
.number{
  position: relative;
}
.number ul{
  position: sticky;
  top:300px;
  z-index: 1;
}

.number ul li{
  font-size: 16px;
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
  font-family: var(--zf-secondary-medium);
}
.number ul li.active{
  background-color: #000;
  color: #fff;
}
.number ul li:last-child{
  margin-bottom: 0;
}
.content-wrap {
  position: relative;
  max-width: 1350px;
}
.build_dream_team .left,
.build_dream_team .right{
  width: 50%;
  position: relative;
}
.build_dream_team .left{
  width: 100%;
  max-width: 480px;
}
.build_dream_team .right{
  max-width: 550px;
}
.build_dream_team ul {
  padding-right: 50px;
}
.build_dream_team ul li{
  margin-bottom: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
}
.build_dream_team ul li.active{
  background-color: #B2CDCD;
}
/* build_dream_team end */
/* template sec start */
.templates .ctn_wrap{
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.templates .content-wrap{
  max-width: 1100px;
  text-align: center;
}
.templates .ztbg_btn{
margin-top: 40px;
}
.temp_svg_img{
  max-width: 100px;
}
.temp_inner{
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
ul.temp_inner li{
  position: relative;
  width: 24%;
  border-radius: 5px;
  border: 1px solid #E1DFDF;
  background: #FCFCFC;
  max-width: 325px;
  transition: all .5s ease-in-out
}
ul.temp_inner li a{
  padding: 10px;
}
ul.temp_inner li .img_inner_wrap{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
}
.top-right-arrow {
  content: "";
  width: 18%;
  height: 22%;
  border-radius: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #010101;
  transition: all .5s ease-in-out;
}
ul.temp_inner li:hover .top-right-arrow {
  background-color: #000;
  transition: all .5s ease-in-out
}

ul.temp_inner li:hover .top-right-arrow:before {
  filter: invert(1)
}
ul.temp_inner li:hover {
  box-shadow: 0 20px 60px #4D4D4D1F;
  transform: translateY(-15px);
  transition: all .5s ease-in-out
}
.top-right-arrow:before {
  content: "";
  background: url(/sites/zweb/images/tables/templates/zt-template-arrow.svg) no-repeat;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 9px;
  height: 12px;
  left: 2px;
  position: relative;
  top: 2px
}

ul.temp_inner li p{
  padding: 20px 0 0;
  text-transform: capitalize;
  color: #000;
  line-height: 1.3;
}
.temp_svg_img{
  position: absolute;
  max-width: 23%;
  left: auto;
  top: auto;
  bottom: -25px;
  right: -2px;
}
/* template sec end */
/* together_tables start */
.together_tables{
  position: relative;
}
.together_tables::before{
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #F3F7FF;
}
.bg_img{
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.people .bg_img{
  background-image: url(/sites/zweb//sites/zweb/images/tables/producticon/people.svg);
  background-size: 40px auto;
  background-position: center;
}
.people .bg_img,
.ms365 .bg_img,
.recruit .bg_img{
  width: 60px;
  height: 60px;
}

.google .bg_img{
  background-image: url(/sites/zweb//sites/zweb/images/tables/otherbrandlogos/google.svg);
  background-size: 50px auto;
}
.ms365 .bg_img{
  background-image: url(/sites/zweb//sites/zweb/images/tables/otherbrandlogos/microsoft-365.svg);
  background-size: 45px auto;
  background-position: center;
}
.recruit .bg_img{
  background-image: url(/sites/zweb//sites/zweb/images/tables/producticon/recruit.svg);
  background-size: 45px auto;
  background-position: center;
}
.tables .bg_img{
  background-image: url(/sites/zweb//sites/zweb/images/tables/producticon/tables.svg);
  background-size: 100px auto;
  background-position: center;
  width: 150px;
  height: 150px;
}
.together_tables .inner-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px;
background: #BDDAF5;
overflow: hidden;
position: relative;
}
.together_tables h3{
  font-size: 48px;
  max-width: 600px;
  letter-spacing: -2px;
}
.together_tables .mobile_ver{
  display: none;
}
.together_tables .left_side{
  padding: 200px 0 200px 80px;
  width: 50%;
}
.together_tables .right_side{
  width: 100%;
  position: absolute;
  top: 16%;
  right: -10%;
  max-width: 550px;
}
.together_tables .right_side .pro_logo{
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.together_tables .right_side .pro_logo .pro_title{
  position: absolute;
  bottom: -20px;
  width: 150px;
  text-align: center;
  font-size: 14px;
  font-family: var(--zf-secondary-medium);
}
.together_tables .right_side .google{
  left: -20px;
  top: -60px;
  animation: updown 5s linear infinite;
}
.together_tables .right_side .people{
  left: -40px;
  top: 160px;
  animation: leftright 5s linear infinite;
}
.together_tables .right_side .recruit{
  left: 240px;
  top: 30px;
  animation: leftright 5s linear infinite;
}
.together_tables .right_side .ms365{
  left: 55px;
  top: 330px;
  animation: updown 5s linear infinite;
}
.together_tables .right_side .tables{
  left: 200px;
  top: 200px;
}
.together_tables .content-wrap{
  max-width: 1280px;
}
.pro_circle{
transform: scale(1.4);
}
/* together_tables end */
/* footer above button sec start */
.zt-bottom-cta {
  background: #131934;
  text-align: center;
  color: #fff;
}
.zt-bottom-cta .content-wrap {
  max-width: 850px;
  margin: 0 auto;
}
/* .zt-bottom-cta h2 {
  font-size: 46px;
} */
/* footer above button sec start */
/* media start */
@media all and (max-width:1199px) {
    h2{
        font-size: 42px;
        letter-spacing: -1.5px;
    }
    h3{
        font-size: 36px;
        letter-spacing: -1px;
    }
  .build_dream_team .left {
    max-width: 400px;
}
  .screen_anim h3{
    font-size: 36px;
  }
  .five .subImg1 {
    top: 80px;
    max-width: 140px;
    right: -20px;
}
/* .scrollscreen3 {
  max-width: 300px;
}
.scrollscreen2 {
  max-width: 300px;
} */
.second .subImg1 {
  top: -10px;
  left: auto;
  right: 20px;
  max-width: 150px;
}
  /*  */
  .together_tables .mobile_ver{
    display: block;
  }
  .together_tables .desk_ver .pro_logo{
    display: none;
  }
  .together_tables .inner-wrap{
    flex-flow: column;
    padding: 60px 30px;
    text-align: center;
  }
  .together_tables .left_side{
    padding: 0;
    margin: 0 auto 30px;
    width: 100%;
  }
  .together_tables .right_side{
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    max-width: 500px;
  }
  .pro_circle{
    transform: scale(1);
  }
  .together_tables h3 {
    max-width: 800px;
    margin: 0 auto;
}
}

@media all and (max-width:991px) {
  .build_dream_team .left,
   .build_dream_team .right {
    width: 100%;
    max-width: 600px;
}
  .scroll_wrap .subImg1,
  .scroll_wrap .subImg2{
    display: none;
  }
  .build_dream_team .inner-wrap{
    min-height: unset;
    max-height: unset;
    align-items: flex-start;
  }
  .second .subImg1{
    top: -30px;
    left: 210px;
    right: unset;
    max-width: 150px;
  }
  .scrollscreen2{
    left: unset;
    right: unset;
    top: unset;
  }
  .second .right,
  .third .right{
    justify-content: flex-start;
  }
  .fourth .subImg1{
    right: -50px;
    left: auto;
    top: -70px;
  }
  /*  */
.number{
  display: none;
}
.build_dream_team{
  width: 100%;
  left: 0;
  margin-left: 0;
  position: relative;
  top: 0;
  margin-bottom: 30px;
}
.build_dream_team:last-child{
  margin-bottom: 0;
}
.build_dream_team .inner-wrap{
  flex-flow: column;
  padding: 60px 0;
}
.build_dream_team .left,
 .build_dream_team .right {
  width: 90%;
}
 .banner h1{
  width: 100%;
}
ul.temp_inner li{
  width: 100%;
  margin: 20px;
  max-width: 300px;
}
.temp_inner{
  justify-content: center;
}
}

@media all and (max-width:767px) {
    h1,h2{
        font-size: 36px;
        letter-spacing: -1px;
    }
    h3{
        font-size: 30px;
        letter-spacing: -0.5px;
    }
  .testimonial_author{
    margin-top: 30px;
  }
  section .content-wrap{
    padding: 60px 0;
  }
  .screen_anim .content-wrap{
    padding-top: 60px;
  }
  .five .subImg1{
    display: none;
  }
  ul.temp_inner li p{
    padding: 20px 0 0 0;
  }
  /*  */
  .screen_anim .content-wrap,
  .together_tables .content-wrap{
    max-width: 480px;
  }
  .together_tables .inner-wrap,
  .banner .content-wrap,
  .testimonial_1{
    text-align: left;
  }
  .testimonial_author_img{
    margin: 0 0 20px;
  }
  .build_dream_team .inner-wrap{
    padding: 30px 0;
    gap: 20px;
  }
  .build_dream_team{
    border-radius: 20px;
  }

  .pro_circle {
    transform: scale(1.5);
    right: -31%;
    position: relative;
    bottom: -95px;
}
  .testimonial_author_img span{
    font-size: 16px;
  }
  .test_dis,
  .testimonial_author p{
    font-size: 18px;
  }
  .together_tables h3 {
    font-size: 36px;
  }
ul.temp_inner li{
  width: 100%;
  margin: 20px;
  max-width: 325px;
}
.content-wrap,.testimonial .content-wrap{
  max-width: 480px;
}
 .banner h1,.templates .ctn_wrap{
  width: 100%;
  max-width: 100%;
}
.banner h1{
margin: 0 0 15px;
width: 100%;
max-width: 360px;
}
.double_quotes {
  margin: 0px 0 10px;
}
.temp_svg_img {
  max-width: 20%;
  bottom: -13px;
  right: 8px;
}

}

@media all and (max-width:500px) {
  .templates .ctn_wrap,
  .templates .content-wrap{
    text-align: left;
  }
  .temp_inner{
    margin-top: 30px;
    justify-content: flex-start;
  }
  ul.temp_inner li{
    max-width: 300px;
    margin:15px 0;
  }
  ul.temp_inner li:last-child{
    margin-bottom: 0;
  }
  .temp_svg_img{
    bottom: -18px;
  }
  /* .scrollscreen3,
  .scrollscreen2{
    max-width: 250px;
  } */
  .second .subImg1,
  .fourth .subImg1{
    display: none;
  }
}
@media only screen and (max-width: 400px) {
    h1,h2{
        font-size: 30px;
        letter-spacing: -0.5px;
    }
    h3{
        font-size: 28px;
    }
}
@media only screen and (min-width: 1441px) {
    h1{
        font-size: 56px;
        letter-spacing: -2.2px;
    }
    h2{
        font-size: 46px;
    }
    h3{
        font-size: 53px;
        letter-spacing: -2.2px;
    }
}