.pagewrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pagewrapper .content-wrap {
    max-width: 1170px;
    padding: 90px 0;
}

.banner .content-wrap {
    padding-bottom: 0px
}

.act-btn {
    padding: 12px 30px;
}

h1,
h2,
h3 {
    font-family: var(--zf-primary-bold);
}


/*menu overwriiten*/
/* common  */
.flex-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-center {
    text-align: center;
}

.block-element {
    display: block;
}

/* common  end*/
/* Banner */
.banner {
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/creator/product-overview-bnr-bg.svg);
    width: 100%;
    height: 125%;
    z-index: -1;
    top: -25%;
}

.bnr-hdr {
    font-size: 24px;
    font-family: var(--zf-primary-semibold);
}

.banner .content-wrap {
    max-width: 1280px;
}

.banner p {
    max-width: 750px;
    margin: 0px auto 20px;

}

.bnr-imgs {
    position: relative;
    z-index: 1;

}

.bnr-imgs img {
    max-width: 350px;

}

.bnr-img1 {
    text-align: center;
    position: relative;
    padding-bottom: 300px;
    top: 50px;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.bnr-img2,
.bnr-img3,
.bnr-img4,
.bnr-img5 {
    position: absolute;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 1;
}

.bnr-img2 {
    top: -200px;
    right: -50px;
}

.bnr-img3 {
    bottom: 140px;
    right: 30px;
}

.bnr-img4 {

    bottom: 140px;
    left: 20px;
}

.bnr-img5 {
    top: -170px;
    left: -50px;
}

.bnr-img2 img,
.bnr-img3 img,
.bnr-img4 img,
.bnr-img5 img {
    max-width: 250px;
}

.zwc-bnr-btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.zwc-bnr-btns .zcr-btn-brd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 10px 16px;
    color: #000;
    border: 2px solid #000;
    background: #fff;
}

.zwc-bnr-btns .zcr-btn-brd, .zwc-bnr-btns .zcr-btn-brd svg{
    transition: all ease 0.5s;
}

.zwc-bnr-btns .zcr-btn-brd:hover{
    color: #fff;
    background: #000;
}

.zwc-bnr-btns .zcr-btn-brd:hover svg{
    filter: invert(1);
}
/* Banner */
/* Why businesses choose */
.why-business-choose h2 {
    font-size: 36px;
}

.why-business-choose .flex-content {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.why-sec-content>div h3 {
    font-size: 24px;
}

.why-sec-content>div h3 span {
    font-family: var(--primaryfont-regular);
}

.why-sec-content>div {
    width: 31%;
    padding: 30px 30px 15px;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    margin: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* Why businesses end */
/* testimonial */
.testimonial-sec {
    background: var(--zcr-light-bg);
}

.testimonial-sec h2 {
    max-width: 700px;
    margin: 20px auto;
    font-size: 40px;
}

.testimonial-content-prt {
    padding: 70px 80px;
    background: #fff;
    border: 1px solid #D9E8FF;
    border-radius: 15px;
    margin: 50px 0px;
}

.testimonial-speech {
    font-size: 30px;
    font-family: var(--primaryfont-semibold);
}

.testi-customer {
    padding: 20px 0 0px 100px;
    vertical-align: middle;
    display: block;
    position: relative;
    margin-bottom: 0px;

}

.testi-customer span {

    font-size: 14px;
}

.testi-customer label {
    font-family: var(--primaryfont-bold);
    font-size: 18px;
}

.testi-customer::after {
    position: absolute;
    content: "";
    background-image: url(/sites/zweb/images/creator/shelby-spencer-briotix.jpg);
    background-size: 72px;
    background-repeat: no-repeat;
    margin-top: -30px;
    height: 70px;
    width: 70px;
    left: 0;
    top: 50%;
    border-radius: 100%;

}

.custm-prt .flex-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custm-prt {
    position: relative;
    text-align: center;
    background: var(--zcr-dark-bg);
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.custm-prt ul li {
    width: 25%;
    font-size: 40px;
    font-family: var(--primaryfont-bold);
}

.custm-content {
    display: block;
    font-family: var(--primaryfont-regular);
    text-transform: uppercase;
    font-size: 14px;
    /* color: #9B94B2; */
    color: #fff;
}

.custm-prt ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.box1,
.box2,
.box3,
.box4,
.box5,
.box6 {
    width: 200px;
    height: 200px;
    position: absolute;
    border: border-box;
    top: -25px;
    right: -180px;
    /* border: 1px solid #48387d; */
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box2 {
    right: -115px;
}

.box3 {
    right: -50px;
}

.box4,
.box5,
.box6 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.box4 {
    left: -180px;
}

.box5 {
    left: -115px;
}

.box6 {
    left: -50px;
}



/* testimonial */
/* built-future */
.built-future .content-wrap {
    padding-bottom: 20px;
}

.built-future h2 {
    margin-bottom: 50px;
}

.built-future-content>div {
    width: 40%;
    margin-bottom: 70px;
}

.built-future-content>div:nth-child(3),
.built-future-content>div:nth-child(4) {
    margin-bottom: 0px;
}

.built-img>div {
    margin-bottom: 20px;
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
    height: 270px;
}

.built-future .flex-content {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.built-img {
    background-color: #EBEEF3;
    text-align: center;
}

.built-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
}


/* built-future end */
/* well-connected  */
.well-connected-img {
    position: relative;
    margin: 20px auto;
    background: var(--zcr-dark-bg);
    padding: 30px;
    background-image: linear-gradient(90deg, rgb(255 255 255 / 7%) 1px, transparent 1px), linear-gradient(0deg, rgb(255 255 255 / 7%) 1px, transparent 1px);
    background-size: 50px 50px, 50px 50px, 20px 20px, 20px 20px;
}

.well-connected-img::before {
    content: "";
    position: absolute;
    background-image: url(/sites/zweb/images/creator/product-overview-bnr-bg.svg);
    width: 100%;
    height: 100%;
    z-index: 14;
}

.well-connected-content.flex-content {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.well-connected-content h2 {
    margin: 50px 0px;
}

.well-connected-content>div {
    width: 30%;
    margin: 30px 35px 30px 0px;
}

.well-connected-content>div:nth-child(3) {
    margin-right: 0px;
}

.well-connected-img:after {
    position: absolute;
    left: 0;
    width: 25%;
    content: "";
    background: var(--zcr-dark-bg);
    top: 0;
    z-index: 9;
    height: 100%;
    transition: 2s ease;
}

.well-connected-img:before {
    position: absolute;
    right: 0;
    width: 30%;
    content: "";
    background: var(--zcr-dark-bg);
    top: 0;
    z-index: 9;
    height: 100%;
    transition: 2s ease;
}

.middle-animated .well-connected-img:before,
.middle-animated .well-connected-img:after {
    width: 0%;
}

/* well-connected  end*/
.zcr-rated-platform {
    display: none
}

/* bottom-cta */
.bottom-cta {
    background-color: #000;
    position: relative;
    text-align: center;
    color: #fff;
}

.icon-prt.flex-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.icon-prt>div {
    width: 15%;
    padding: 20px 20px 0;
    border: 1px solid #383838;
    border-radius: 10px;
    margin: 40px 20px 0;
    background: #222221;
}

icon-prt>div p {
    font-family: var(--primaryfont-bold);
}

.bottom-cta::before,
.bottom-cta::after {
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/creator/product-overview-cta-bg.svg) no-repeat;
    width: 275px;
    height: 200px;

}

.bottom-cta::before {
    top: 0px;
    right: 0px;
}

.bottom-cta::after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    bottom: 0px;
    left: 0px;
}

/* bottom-cta end*/








@media all and (min-width:1200px) {

    .inup1,
    .inup2,
    .inup3,
    .inup4,
    .inup5,
    .inup6 {
        -webkit-transform: translate3d(0px, 40px, 0);
        transform: translate3d(0px, 40px, 0);
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        -o-transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
        transition: transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3), -webkit-transform 1s cubic-bezier(0.39, 0.575, 0.565, 1.3);
    }

    .in-view .inup1,
    .in-view .inup2,
    .in-view .inup3,
    .in-view .inup4,
    .in-view .inup5,
    .in-view .inup6 {
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }

    .fadeindown1,
    .fadeinup1,
    .inup1,
    .bnrimg1,
    .bnrimg4 {
        -webkit-transition-delay: 100ms;
        -o-transition-delay: 100ms;
        transition-delay: 100ms;
    }

    .fadeindown2,
    .fadeinup2,
    .inup2,
    .bnrimg2,
    .bnrimg5 {
        -webkit-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .fadeindown3,
    .fadeinup3,
    .inup3,
    .bnrimg3,
    .bnrimg6 {
        -webkit-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .fadeinup4,
    .inup4 {
        -webkit-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms
    }

    .fadeinup5,
    .inup5 {
        -webkit-transition-delay: 900ms;
        -o-transition-delay: 900ms;
        transition-delay: 900ms
    }

    .fadeinup6,
    .inup6 {
        -webkit-transition-delay: 1100ms;
        -o-transition-delay: 1100ms;
        transition-delay: 1100ms
    }

    .fadeinup7,
    .inup7 {
        -webkit-transition-delay: 1300ms;
        -o-transition-delay: 1300ms;
        transition-delay: 1300ms
    }

    .fadeinup8,
    .inup8 {
        -webkit-transition-delay: 1500ms;
        -o-transition-delay: 1500ms;
        transition-delay: 1500ms
    }

    .fadeinup9,
    .inup9 {
        -webkit-transition-delay: 1700ms;
        -o-transition-delay: 1700ms;
        transition-delay: 1700ms
    }
}

@media all and (min-width:1400px) {
    .i18n-en h1 {
        font-size: 50px
    }

    .i18n-en h2 {
        font-size: 40px
    }
}

@media all and (max-width:1290px) {

    .bnr-img2,
    .bnr-img5 {
        display: none;
    }

}

@media all and (min-width:992px) and (max-width:1199px) {
    .pagewrapper .content-wrap {
        width: 94%;
    }

    .bnr-img2 img,
    .bnr-img3 img,
    .bnr-img4 img,
    .bnr-img5 img {
        max-width: 230px;
    }

    .box6,
    .box3 {
        display: none;
    }

    .icon-prt>div {
        width: 18%;
    }

    .zwc-bnr-btns{
        margin-bottom: 20px;
    }
}


@media all and (max-width:991px) {
    .pagewrapper .content-wrap {
        padding: 70px 0;
    }

    /* banner */
    .bnr-img2,
    .bnr-img3,
    .bnr-img4,
    .bnr-img5 {
        display: none;
    }

    .bnr-img1 {
        top: 50px;
        padding-bottom: 40px;
    }

    .bnr-img1 img {
        max-width: 350px;
    }

    .zwc-bnr-btns{
        margin-bottom: 0px;
    }

    /* banner */
    /* trusted brand */
    .zcr-tb-list ul li:nth-child(7),
    .zcr-tb-list ul li:nth-child(8),
    .zcr-tb-list ul li:nth-child(9),
    .zcr-tb-list ul li:nth-child(10) {
        display: none;
    }

    /* trusted brand */
    .why-sec-content>div {
        width: 47%;
    }

    .custm-prt ul li {
        width: 30%;
        font-size: 30px;
    }

    /* testimonial */
    .testimonial-sec h2 {
        font-size: 30px;
    }

    .testimonial-speech {
        font-size: 20px;
    }

    /* testimonial */
    .box2,
    .box3,
    .box5,
    .box6 {
        display: none;
    }

    /* cta */
    .bottom-cta::before,
    .bottom-cta::after {
        display: none;
    }

    .icon-prt ul li {
        width: 25%;
    }

    /* cta */
    .icon-prt>div {
        width: 25%;
    }
}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap {
        padding: 60px 0;
        max-width: 600px;
    }

    .bnr-imgs img {
        max-width: 210px;
    }

    .bnr-img1 {
        padding-bottom: 0px;
    }

    .bnr-imgs img {
        max-width: 350px;
    }

    .why-sec-content>div {
        width: 45%;
        padding: 30px 20px 15px;
    }

    .why-sec-content ul li h3 {
        font-size: 21px;
    }

    .testimonial-content-prt {
        padding: 50px;
    }

    .custm-content {
        font-size: 12px;
    }

    .custm-prt ul li {
        font-size: 26px;
    }

    .built-future-content>div {
        width: 100%;
    }

    .built-img {
        max-width: 400px;
    }

    .built-future-content>div {
        padding: 25px 0px;
        border-bottom: 1px solid #ededed;
        margin: 0px;
    }

    .built-future-content>div:nth-child(4) {
        margin-bottom: 0px;
    }

    .well-connected .content-wrap {
        padding-top: 0px;
    }

    .well-connected-content>div {
        width: 46%;
        margin: 30px 0px 30px 0px;
    }

    .well-connected-content.flex-content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .icon-prt>div {
        width: 28%;
        margin: 30px 10px;
    }

    .well-connected-content h2 {
        margin: 30px 0px 20px;
    }

    .built-future h2 {
        margin-bottom: 20px;
    }
}

@media all and (max-width:550px) {

    .zcr-tb-list ul li:nth-child(4),
    .zcr-tb-list ul li:nth-child(5),
    .zcr-tb-list ul li:nth-child(6) {
        display: none;
    }

    .why-business-choose h2,
    .testimonial-sec h2 {
        font-size: 26px;
        text-align: left;
    }

    .why-sec-content>div {
        width: 100%;
        margin: 20px 0px;
    }

    .why-sec-content>div img {
        width: 500px;
    }

    .testimonial-content-prt {
        padding: 25px;
    }

    .box1,
    .box4 {
        display: none;
    }

    .custm-prt {
        max-width: 300px;
        margin: 0 auto;
        padding: 20px;
    }

    .custm-prt ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .custm-prt ul li:nth-child(3) {
        margin-bottom: 0px;
    }

    .well-connected-content>div {
        width: 100%;
        margin: 20px 0px 20px 0px;
        border: 1px solid #E3E3E3;
        padding: 20px;
        border-radius: 5px;
    }

    .icon-prt>div {
        width: 70%;
        margin: 25px 10px 0px;
    }


}

@media all and (max-width:420px) {
    .bnr-imgs img {
        max-width: 280px;
    }
}