.zwc-inner-wrap {
    color: #FFFFFF;
    background-color: #010213;
}

.zwc-inner-wrap h1 {
    font-size: 72px;
    margin-bottom: 25px;
    line-height: 1.15;
    padding-top: 25px;
}

.zwc-inner-wrap h2 {
    font-size: 50px;
    line-height: 1.25;
}

.zwc-inner-wrap h3 {
    font-size: 32px;
}

.zwc-inner-wrap h4 {
    font-size: 25px;
}

.zwc-inner-wrap p {
    line-height: 1.8;
    margin-bottom: 0;
}

/* padding */
.zea-section {
    padding: 110px 0 120px;
}

.zwc-inner-wrap .zwc-banner {
    padding-top: 175px;
}

.zwc-banner-con {
    /* padding-top: 60px; */
}

.zea-section.zwc-definition {
    padding-top: 50px;
    padding-bottom: 0;
}

.zea-section.zwc-api-categories {
    padding-bottom: 0;
}

.zwc-explanation-con>div {
    padding: 110px 40px;
}

.zea-section.zwc-benefits {
    padding-bottom: 125px;
}

.zwc-benefits-header,
.zwc-samp-header,
.zwc-api-sec-header {
    padding-bottom: 80px;
}

.zwc-bottom-con {
    padding: 100px 0 115px;
}

.zwc-samp-code {
    /* padding: 105px 0 125px; */
}

/* padding */
.zwc-categories-con>h4::before,
.zwc-other-logo::before,
.zwc-integrate-lst>li>span>span::before,
.zwc-benefits-illus-lst>span::before,
.zwc-benefits-lst-02 .zwc-illus-primary::before,
.benefits-illus-icon>span::before {
    background: url(/sites/zweb/images/zeptomail/email-api/email-api-icons.png) no-repeat;
    background-size: 500px auto;
}

.zwc-banner {
    position: relative;
    color: white;
    overflow: hidden;
}

.zw-product-header {
    /* background-color: #010213; */
    position: absolute;
    /* top: 65px; */
    left: 0;
    right: 0;
    z-index: 10;
}



.zwc-explanation-sec::after,
.zwc-samp-code-con::before,
.zwc-benefits-illus-lst::before,
.benefits-illus-icon::before,
.zwc-benefits-lst-03 .zwc-illus-secondary::before {
    content: '';
    position: absolute;
    background-image: radial-gradient(rgb(77 253 154 / 100%), transparent 60%);
    border-radius: 100%;
}

.zwc-explanation-sec::after,
.zwc-samp-code-con::before,
.zwc-benefits-lst-03 .zwc-illus-secondary::before {
    width: 20%;
    height: 20%;
    top: 0;
    left: 10%;
    /* opacity: 0; */
    transform: translate(-50%, -50%);
    animation: borderSlide 5s linear infinite;
}

/* ------------ Banner section ------------- */
.zwc-banner::before {
    content: " ";
    height: 130%;
    width: 130%;
    position: absolute;
    top: -61%;
    left: -61%;
    background-image: radial-gradient(#15173e, #010213 75%);
    transform: rotate(25deg);
    border-radius: 120px;
}

.zwc-banner-con {
    display: grid;
    /* grid-template-columns: repeat(2,max-content);  */
    grid-template-columns: 1fr max-content;
    gap: 30px;
}

.zwc-banner-left {
    max-width: 700px;
}

.zwc-banner-para {
    max-width: 600px;
    margin-bottom: 50px;
}


.zwc-banner-right {
    display: grid;
    align-self: self-end;
    position: relative;
    max-width: 550px;
    padding-bottom: 50px;
}

.zwc-banner-right .zwc-our-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.zwc-banner-illus {
    line-height: 0;
    position: relative;
}

.zwc-banner-right>svg {
    display: inline-block;
    /* background: url(/sites/zweb/images/zeptomail/email-api/line2\ Apr.svg) no-repeat; */
    /* background-size: 100% auto; */
    /* width: 100%; */
    height: 100%;
    position: absolute;
    top: 0;
    right: 9%;
}

.zwc-banner-illus>img {
    position: relative;
    z-index: 1;
}

/* ------------ Banner section ------------- */
/* ------------ Definition section ------------- */
.zwc-definition {
    position: relative;
    z-index: 1;
}

.zwc-explanation-con>div {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: repeat(2, max-content);
    gap: 120px;
    position: relative;
}

.zwc-explanation-sec {
    background-color: #56587E;
    position: relative;
    overflow: hidden;
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.5px;
    border-radius: 30px;
}

.zwc-explanation-con::before {
    content: ' ';
    width: calc(100% + 100%);
    height: calc(100% + 100%);
    position: absolute;
    background-image: radial-gradient(ellipse closest-side at 50% 50%, #040519, #090A22, #1A1F69);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(8deg);
}

.zwc-explanation-con {
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}

.zwc-explanation-sec h2 {
    max-width: 330px;
    margin-bottom: 0;
}

.zwc-explanation-sec h2>span {
    display: inline-block;
}

.zwc-explanation-sec .zwc-explain-para {
    max-width: 550px;
}

.elem-highlgt {
    color: #6EF38F;
}

@keyframes borderSlide {
    0% {
        left: 0;
        top: 50%;
    }

    40% {
        left: 0;
        top: 0;
    }

    45% {
        left: 100%;
        top: 0;
    }

    55% {
        left: 100%;
        top: 100%;
        opacity: 1;
    }

    60% {
        left: 50%;
        top: 100%;
        opacity: 0
    }

    65% {
        left: 0%;
        top: 100%;
        opacity: 0;
    }

    100% {
        left: 0;
        top: 50%;
        opacity: 1;
    }
}

/* ------------ Definition section ------------- */
.zwc-steps-con,
.zwc-api-sec-header,
.zwc-integrate-header,
.zwc-samp-code-sec,
.zwc-benefits-header{
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
.zwc-explanation-con>div {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
}
/* ------------ Steps section ------------- */
.zwc-steps-count {
    /* position: relative; */
    display: flex;
    flex-direction: column;
    /* width: 125px;
    height: 125px; */
    border: 1px solid #7879B1;
    background-image: linear-gradient(#1B1C3D, #161737);
    border-radius: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    letter-spacing: 2.5px;
    min-width: 120px;
    min-height: 110px;
    padding: 20px 20px;
    transition: color 0.4s ease;
}

.zwc-step-lst-wrap.active .zwc-steps-count {
    color: #6EF38F;
}

.zwc-steps-count::after {
    counter-increment: section-count;
    content: "0" counter(section-count);
    font-size: 53px;
    line-height: .9;
    font-family: var(--primaryfont-bold);
    letter-spacing: .5px;
}

.zwc-step-lst-wrap {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.sticky-elem .zwc-step-lst-wrap {
    /* position: sticky; */
    /* top: 0; */
}

.zwc-steps-slider-head>h4 {
    margin-bottom: 15px;
}

.zwc-steps-slider-head {
    max-width: 330px;
}

.zwc-steps-con {
    display: flex;
    /* max-width: 1050px;
    margin: 0 auto; */
    justify-content: space-between;
    align-items: flex-start;
}

.zwc-steps-header {
    max-width: 430px;
    position: sticky;
    top: 120px;
}

.zwc-step-lst-wrap:not(:last-of-type) {
    padding-bottom: 160px;
}

.sticky-end .zwc-step-lst-wrap:not(:last-of-type) {
    /* padding-bottom: 90px; */
}

.sticky-end .zwc-steps-con {
    /* margin-top: 340px; */
}

.sticky-end .zwc-step-lst-wrap:not(:last-of-type) {
    /* position: relative; */
    /* top: 0 !important; */
    /* padding-bottom: 80px; */
}

.zwc-steps-count:not(:last-of-type) {
    /* margin-bottom: 120px; */
}

.zwc-steps-wrap {
    position: relative;
    padding-top: 20px;
}

.zwc-steps-wrap::before {
    /* content: ' ';
    display: inline-block;
    width: 100%;
    height: 45%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(180deg,#0102134A,#010213f2);
    z-index: 2; */
}

.zwc-steps-slide-lst {
    position: relative;
    counter-reset: section-count;
}

.zwc-steps-slide-lst::before {
    content: ' ';
    display: inline-block;
    width: 1px;
    height: 98%;
    background-color: #555584;
    position: absolute;
    top: 0;
    left: 12%;
}

.zwc-steps-sec {
    position: relative;
    /* overflow: hidden; */
    /* background-image: radial-gradient(at top,#121438,#010213 25%); */
}

.zwc-steps-sec::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 500px;
    background-image: radial-gradient(at 50% 36%, #121438, #010213 45%);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.zwc-steps-sec.is-fixed::before {
    position: fixed;
    top: 66px;
}

.zwc-sticky-gradient {
    /* content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 1280px;
    max-height: 550px;
    background-image: radial-gradient(at 50% 36%, #121438, #010213 50%);
    background-image: radial-gradient(at 50% 35%, #121438, #010213 50%);
    top: -15%;
    left: 50%;
    transform: translateX(-50%); */
}


/* ------------ Steps section ------------- */
/* ------------ API section ------------- */
.zwc-api-sec-header>h2 {
    margin-bottom: 0;
    /* max-width: 400px; */
}

.zwc-api-para {
    /* max-width: 440px; */
}

.zwc-api-sec-header {
    display: grid;
    grid-template-columns: 400px 440px;
    align-items: end;
    justify-content: space-between;
    gap: 70px;
}

.zwc-api-categories {
    position: relative;
    overflow: hidden;
    /* background-image: radial-gradient(circle at top, #1D2381,#15173E, #010213 40%); */
}

.zwc-api-categories::before {
    content: '';
    height: 25vw;
    width: 60vw;
    max-width: 1395px;
    max-height: 450px;
    background-image: radial-gradient(#1D2381, #15173E, #010213);
    /* background-color: #1D2381; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 175px 175px #0d0e2c;
}

.zwc-categories-lst {
    /* max-width: 400px; */
    background-image: linear-gradient(180deg, #16184C, #010213);
    border: 1px solid #56587E;
    border-radius: 32px;
    padding: 60px 50px;
}

.zwc-categories-lst {
    display: grid;
    gap: 50px;
}

.zwc-categories-btn {
    border-radius: 23px;
    background-image: linear-gradient(113deg, #191A43, #16173C);
    padding: 10px 25px;
    color: #FFFFFF;
    font-size: 16px;
}

.zwc-categories-link {
    align-self: self-end;
    display: grid;
    justify-content: flex-start;
}

.zwc-categories-lst-wrap {
    display: grid;
    /* grid-template-columns: repeat(3, max-content); */
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    justify-content: center;
}

.zwc-categories-con>h4 {
    position: relative;
}

.zwc-categories-con>h4::before {
    content: ' ';
    display: grid;
    height: 50px;
    width: 65px;
    /* background: url(/sites/zweb/images/zeptomail/email-api/email-api-icons.png) no-repeat;
    background-size: 500px auto; */
    margin-bottom: 25px;
}

.zwc-categories-lst:nth-child(1) .zwc-categories-con>h4::before {
    background-position: -211px -9px;
}

.zwc-categories-lst:nth-child(2) .zwc-categories-con>h4::before {
    background-position: -279px -10px;
}

.zwc-categories-lst:nth-child(3) .zwc-categories-con>h4::before {
    background-position: -347px -8px;
}

/* ------------ API section ------------- */
/* ------------ Integrate section ------------- */
.zwc-integrate-sec {
    /* max-width: 1050px;
    margin: 0 auto; */
}

/* .zwc-integrate-header{
   
} */
.zwc-integrate-para {
    max-width: 580px;
}

.zwc-integrate-illus-left {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    align-items: center;
    gap: 40px;
    /* z-index: 1; */
    position: relative;
}

/* .zwc-integrate-illus-left::after, */
.zwc-integrate-illus-left::before {
    content: ' ';
    display: grid;
    width: calc(80% * 2);
    height: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zwc-integrate-illus-left::before {
    background: url(/sites/zweb/images/zeptomail/email-api/integrate-code.jpg) no-repeat;
    background-size: 100% auto;
}

.zwc-integrate-illus-left>span {
    z-index: 2;
}

.zwc-integrate-illus-left::after {
    /* background-image: radial-gradient(#01021300 40%, #01021315 40%, #010213 80%); */
}

.zwc-other-logo {
    display: grid;
    /* align-items: center;
    justify-content: center; */
    width: 100px;
    height: 100px;
    border: 1px solid #7C80BA;
    background-image: radial-gradient(#191B43, #020316);
    border-radius: 10px;
    position: relative;
}

.zwc-other-logo::before {
    content: ' ';
    display: inline-block;
    /* background: url(/sites/zweb/images/zeptomail/email-api/email-api-icons.png) no-repeat;
    background-size: 500px auto; */
    background-position: -1px -81px;
    position: absolute;
    width: 51px;
    height: 52px;
    align-self: center;
    justify-self: center;
}

.zwc-api-call {
    border-radius: 10px;
    background-image: linear-gradient(126deg, #93FAAD, #1AE34C);
    display: grid;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    color: #010213;
    font-family: var(--primaryfont-semibold);
}

.zwc-our-logo {
    position: relative;
    /* display: grid; */
    height: 100px;
    width: 100px;
    background-image: linear-gradient(to bottom, #0c0d26, #03041c);
    border-radius: 10px;
    border: 1px solid #666dfc;
    box-shadow: 0 0 40px -5px #656DFC76;
    overflow: hidden;
    /* grid-row: 1;
    grid-column: 1 / 2; */
    /* z-index: 2; */
}

.zeptomail-custom-icon-chip {
    opacity: 0;
    transition: opacity 1s linear;
    transition-delay: .5s;
}

.zwc-start-anim .zeptomail-custom-icon-chip {
    opacity: 1;
}

.zwc-start-anim .zeptomail-custom-icon-chip *:not(.icon-ring) {
    animation: zeptomailIconPathAnim 2s ease-in-out;
    animation-delay: .5s;
}

.zwc-start-anim .icon-ring {
    animation: zeptomailIconPathAnim 4s 1.7s ease backwards;
}

@keyframes zeptomailIconPathAnim {
    0% {
        stroke-dasharray: 100px;
        stroke-dashoffset: 100px
    }

    100% {
        stroke-dasharray: 100px;
        stroke-dashoffset: 0
    }
}

@keyframes zeptomailIconRingAnim {
    0% {
        stroke-dasharray: 20px;
        stroke-dashoffset: 20px
    }

    100% {
        stroke-dasharray: 20px;
        stroke-dashoffset: 0
    }
}

.zwc-integrate-lst>li>span {
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    border-radius: 30px;
    /* max-width: calc(100% - 30px); */
    /* max-height: calc(100% - 25px); */
    /* max-width: 300px; */
    max-height: 46px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
    inset: 0;
    /* margin: 20px 0; */
}

.zwc-integrate-lst>li>span>span {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 17px;
}

.zwc-integrate-lst>li>span>span::before {
    content: ' ';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url(/sites/zweb/images/zeptomail/email-api/email-api-icons.png) no-repeat;
    background-size: 500px auto; */
    background-position: -445px -38px;
}

.zwc-integrate-lst>li {
    /* margin: 20px 0; */
    width: 270px;
    height: 70px;
    display: grid;
    align-items: center;
}

.zwc-integrate-lst>li>span::before {
    content: ' ';
    display: inline-block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background-image: linear-gradient(125deg, #56587E, #141534);
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    /* margin: 20px 0; */
}

.zwc-integrate-lst>li>span::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #090A20;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 30px;
    /* margin: 20px 0; */
}

.zwc-integrate-lst {
    max-width: 300px;
}

.zwc-integrate-header {
    margin-bottom: 80px;
}

.zwc-integrate-illus-wrap {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    gap: 160px;
    /* align-items: center; */
    justify-content: center;
    position: relative;
    max-width: 820px;
    margin: 0 auto;
}

.zwc-integrate-illus-right {
    position: relative;
    background-image: radial-gradient(circle at left, #1D2381, #15173E, #010213 50%);
    padding: 1px 30px;
    z-index: 1;
    max-height: 480px;
    overflow: hidden;
    display: grid;
    /* gap: 30px; */
}

.zwc-integrate-lst-wrap>ul {
    /* padding-bottom: 20px; */
}

.zwc-integrate-lst-wrap>ul>li {
    animation: horizonScroller 8s linear infinite;
}

@keyframes horizonScroller {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-700%);
    }
}

.zwc-integrate-illus-right::before,
.zwc-integrate-illus-right::after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    z-index: 1;
}

.zwc-integrate-illus-right::before {
    top: 0;
    background-image: linear-gradient(178deg, #040518 10%, #090A2100);
    /* border-radius: 20px 20px 0 0; */
}

.zwc-integrate-illus-right::after {
    bottom: 0;
    background-image: linear-gradient(2deg, #040518 10%, #090A2100);
    /* border-radius: 0 0 20px 20px; */
}

.zwc-other-logo,
.zwc-our-logo {
    box-shadow: 0px 3px 45px #010213;
}

.zwc-integrate-illus-wrap::before {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #7C80BA;
    align-self: center;
    z-index: 1;
}

/* ------------ Integrate section ------------- */
/* ------------ Sample Code section ------------- */
.zwc-samp-code {
    max-width: 1640px;
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    border-radius: 40px;
    overflow: hidden;
    width: 96%;
}

.zwc-samp-code::before {
    /* content: '';
    height: 280%;
    width: 120%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(ellipse at 25% -10%, #1D2381 9%, #15173E 28%, #194D40 40%, #194D40);
    opacity: 0.7;
    transform: rotate(-4deg) translate(0px, -7%); */
    content: '';
    min-height: 2000px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: radial-gradient(ellipse at 25% -10%, #1D2381 9%, #15173E 28%, #194D40 40%, #194D40); */
    background-image: radial-gradient(circle at 35% 0%, #1D2381 9%, #010213 36%, #194D40 40%, #194D40);
    opacity: .7;

}

.zwc-samp-code-sec {
    position: relative;
    z-index: 1;
    /* max-width: 1000px;
    margin: 0 auto; */
}

.zwc-samp-header {
    display: grid;
    grid-template-columns: 590px 320px;
    align-items: end;
    justify-content: space-between;
    gap: 70px;
}

.zwc-samp-header>h2 {
    margin-bottom: 0;
}

/* -------- Code styles ------- */
.zwc-code-integration-wrap-inner {
    /* position: relative; */
}

.zwc-code-copied-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    text-align: center;
    display: grid;
    align-items: center;
    -webkit-backdrop-filter: blur(4px) brightness(0.5);
    backdrop-filter: blur(4px) brightness(0.5);
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    font-size: 20px;
    font-family: var(--zf-primary-bold);
    color: #fff;
}

.zwc-code-copied-info.zwc-active {
    animation: fadeInOut 1.5s ease;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    50% {
        opacity: 1;
        visibility: visible;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.zwc-integration-code-lang {
    display: grid;
    grid-auto-flow: column;
    justify-items: center;
    grid-gap: 15px;
    max-width: 560px;
    margin: 0 1em 10px;
    transform: translateX(-15px);
    /* padding: 0 1em; */
}

.zwc-integration-code-lang .zwc-code-lang-active[data-lang] {
    color: #000;
    font-family: var(--zf-primary-semibold);
}

.zwc-integration-code-lang span[data-lang] {
    color: #bbb;
    padding: 5px 20px;
    /* padding: 15px 25px; */
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    font-size: 0px;
    transition: color 0.4s ease;
}

.zwc-integration-code-lang span[data-lang]::before {
    font-size: 19px;
}

.zwc-integration-code-lang span[data-lang="curl"]::before {
    content: 'Curl';
}

.zwc-integration-code-lang span[data-lang="js"]::before {
    content: 'Node.js';
}

.zwc-integration-code-lang span[data-lang="c"]::before {
    content: 'C#';
}

.zwc-integration-code-lang span[data-lang="python"]::before {
    content: 'Python';
}

.zwc-integration-code-lang span[data-lang="php"]::before {
    content: 'PHP';
}

.zwc-integration-code-lang span[data-lang="java"]::before {
    content: 'Java';
}

.zwc-integration-code-lang span.zwc-tab-slider {
    position: absolute;
    width: 78px;
    height: 100%;
    /* background-color: #000003; */
    background-color: #4dfd9a;
    border-radius: 10px;
    left: 0px;
    opacity: 1;
    visibility: visible;
    transition: width 0.4s ease, left 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.zwc-integration-code {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    max-height: 450px;
    position: relative;
}

.zwc-integration-code .zwc-copy-btn {
    display: grid;
    position: absolute;
    font-size: 0;
    z-index: 3;
    top: 10px;
    right: 25px;
    cursor: pointer;
    padding: 18px 16px 12px 22px;
    border-radius: 8px;
    min-width: 0;
    text-align: center;
    background-color: #2a2c4f;
    transition: background-color 0.3s ease;
    transform: scale(0.75);
}

.zwc-integration-code .zwc-copy-btn::before,
.zwc-integration-code .zwc-copy-btn::after {
    grid-row: 1/2;
    grid-column: 1/2;
    content: '';
}

.zwc-integration-code .zwc-copy-btn::before {
    height: 26px;
    width: 20px;
    border: solid #ccc;
    border-width: 1px 0 0 1px;
    display: inline-block;
    border-radius: 4px 0 0 0;
    transform: translate(-5px, -5px);
}

.zwc-integration-code .zwc-copy-btn::after {
    height: 25px;
    width: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 4px;
}



.zwc-integration-code .zwc-code-active {
    opacity: 1;
    z-index: 2;
    padding: 0 1em;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: none;
}

.zwc-integration-code pre {
    opacity: 0;
}

.zwc-integration-code pre {
    grid-column: 1/2;
    grid-row: 1/2;
}

code[class*="language-"],
pre[class*="language-"] {
    color: #a4a4dd;
}

.zwc-code-integration-wrap ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.zwc-code-integration-wrap ::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.zwc-code-integration-wrap ::-webkit-scrollbar-thumb {
    background: #2A2C4D;
    border-radius: 10px;
}

.zwc-code-integration-wrap ::-webkit-scrollbar-thumb:horizontal {
    background: #2A2C4D;
}

/* Handle on hover */
.zwc-code-integration-wrap ::-webkit-scrollbar-thumb:hover {
    background: #2A2C4D;
}

/* For corner patch */
.zwc-code-integration-wrap ::-webkit-scrollbar-corner {
    background: transparent;
    width: 0;
    height: 0;
}

@supports(scrollbar-color: red blue) {
    .zwc-code-integration-wrap {
        scrollbar-color: #2a2c4f transparent;
        scrollbar-width: thin;
    }
}

.zwc-code-integration-wrap {
    background-image: linear-gradient(180deg, #0C0D26, #010213);
    border-radius: 30px;
    padding: 60px 0 60px 55px;
    position: relative;
    z-index: 2;
    /* overflow: hidden; */
    /* border: 1px solid #56587E; */
}

code[class*="language-"],
pre[class*="language-"] {
    font-size: 16px;
}

.zwc-samp-code-con {
    background-color: #56587E;
    padding: 1.5px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

/* -------- Code styles ------- */
/* ------------ Sample Code section ------------- */

/* ------------ Benefits section ------------- */
.zwc-benefits-header {
    /* margin-bottom: 60px; */
}

.zwc-benefits-header>h2 {
    max-width: 560px;
    margin-bottom: 0;
}

.zwc-benefits-lst {
    max-width: 500px;
    border: 1px solid #56587E;
    background-image: linear-gradient(0deg, #111334, #010213 50%);
    border-radius: 30px;
    padding: 40px;
    display: grid;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
}
.zwc-benefits-lst-01,.zwc-benefits-lst-02,.zwc-benefits-lst-03,.zwc-benefits-lst-04{
    align-content: start;
}
.zwc-benefits-img {
    /* height: 360px; */
    width: 100%;
    /* background-color: #000; */
    border-radius: 20px;
    display: grid;
    align-items: center;
    overflow: hidden;
    position: relative;
    grid-template-rows: max-content max-content;
    align-content: center;
    /* padding: 50px 0 50px; */
}

.zwc-benefits-img-logo {
    height: 120px;
    width: 120px;
    border-radius: 20px;
    border: 1px solid #666DFC;
    box-shadow: 0 0 50px 5px #656DFC76;
    position: relative;
    top: -4px;
    z-index: 2;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    justify-self: center;
    background-image: linear-gradient(#0C0D26, #03041C);
    /* transform: scale(0.88); */
}

.benefits-svg-wrapper {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    justify-self: center;
    width: 125%;
    transform: scale(1, 0.9);
}

.zwc-benefits-img>p {
    font-size: 15px;
    color: #A7ABF5;
    justify-self: center;
    position: relative;
    /* top: 12px; */
    /* font-size: 14px; */
    text-align: center;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    font-family: var(--zf-primary-medium);
}

.zwc-benefits-lst-wrap {
    display: grid;
    max-width: 1040px;
    margin: 0 auto;
    gap: 40px;
}

.zwc-benefits-lst:nth-child(2) {
    grid-area: 1/2/2/3;
}

.zwc-benefits-illus .zwc-benefits-illus-head {
    color: #38F05C;
    font-size: 20px;
    font-family: var(--primaryfont-semibold);
}

.zwc-illus-lst {
    padding: 30px 30px 0;
}

.zwc-benefits-illus-lst {
    background-color: #2F316F;
    padding: 1px;
    display: grid;
    max-width: 270px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}

.zwc-benefits-illus-lst:not(:last-of-type) {
    margin-bottom: 25px;
}

.zwc-benefits-illus-lst>span {
    background-color: #0F102B;
    /* background-color: red; */
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 7px;
    font-size: 15px;
    position: relative;
    z-index: 1;
    color: #A7ABF5;
}

.zwc-benefits-illus-lst>span::before {
    content: ' ';
    display: inline-block;
    /* background: url(/sites/zweb/images/zeptomail/email-api/email-api-icons.png) no-repeat;
    background-size: 500px auto; */
    width: 28px;
    height: 23px;
}

.zwc-benefits-illus-lst:nth-child(1)>span::before {
    background-position: -416px -9px;
}

.zwc-benefits-illus-lst:nth-child(2)>span::before {
    background-position: -444px -8px;
}

.zwc-benefits-illus-lst:nth-child(3)>span::before {
    background-position: -471px -8px;
    /* height: 23px; */
}

.zwc-benefits-illus-lst:nth-child(4)>span::before {
    background-position: -416px -35px;
    /* height: 23px; */
}
.zwc-benefits-lst-06 .zwc-benefits-con{
    align-self: self-end;
}
.zwc-benefits-con {
    /* align-self: self-end; */
    max-width: 420px;
}

.zwc-benefits-illus {
    margin-bottom: 50px;
    position: relative;
}

.zwc-benefits-illus>div {
    line-height: 0;
}

.zwc-illus-primary {
    position: absolute;
}

.zwc-benefits-lst-02 .zwc-illus-primary {
    top: 60%;
    left: 10%;
    transform: translateY(-50%);
    opacity: 0;
    width: 77%;
}

.zwc-benefits-lst-03 .zwc-illus-primary {
    bottom: 11%;
    left: 0;
    transform: translateY(20%);
    width: 100%;
    /* opacity: 0; */
}

.zwc-benefits-lst-03 .zwc-illus-secondary {
    width: fit-content;
    height: fit-content;
    padding: 1.5px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.zwc-benefits-lst-03 .zwc-illus-secondary::before {
    height: 40%;
}

.zwc-benefits-lst-03 .zwc-illus-secondary>img {
    position: relative;
}

.zwc-benefits-lst-03 .zwc-benefits-illus {
    display: grid;
    align-items: end;
    align-self: center;
    transform: translateY(20%);
    opacity: 0;
}

.zwc-benefits-lst-02 .zwc-illus-primary::before {
    content: ' ';
    display: inline-block;
    /* width: 19%;
    height: 34%; */
    width: 60px;
    height: 32px;
    /* background: url(/sites/zweb/images/zeptomail/email-api/email-api-icons.png) no-repeat;
    background-size: 500px auto; */
    background-position: -54px -91px;
    position: absolute;
    /* left: 88%; */
    right: -6%;
    top: 50%;
    transform: translateY(-50%);
}

/* .zwc-benefits-lst-06 .zwc-benefits-illus :not(.slick-initialized) */
.zwc-benefits-lst-06 .benefits-illus-wrap:not(.slick-initialized) {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(130px * 3);
    /* margin-bottom: 50px; */
}

.benefits-illus-icon+span {
    font-size: 15px;
    color: #A7ABF5;
    display: inline-block;
    width: 100%;
    line-height: 1;
    text-align: center;
}

.zwc-benefits-lst-06 .zwc-benefits-illus {
    margin-bottom: 0;
    width: calc(130px * 3);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    align-self: self-end;
    padding-bottom: 50px;
}

.benefits-illus-wrap {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-illus-wrap .slick-list {
    overflow: visible;
}

.befi-illus-lst {
    transform: scale(.8);
    /* opacity: .5; */
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.benefits-illus-wrap:not(.slick-initialized) .befi-illus-lst-2 {
    /* transform: scale(1);
    z-index: 2;
    opacity: 1; */
}

.befi-illus-lst.zwc-slide-active,
.benefits-illus-wrap:not(.slick-initialized) .befi-illus-lst-2 {
    transform: scale(1);
    z-index: 2;
    opacity: 1;
}

/* .zwc-benefits-illus-lst::after, */
.zwc-benefits-illus-lst::before {
    width: 60%;
    height: 20%;
    right: 0;
    transform: translate(0%, -60%);
    opacity: 0;
}

.zwc-benefits-illus-lst::before {
    top: 0;
}

.zwc-benefits-illus-lst::after {
    /* bottom: 0; */
    /* transform: translate(0%, 60%); */
}

.zwc-benefits-illus-lst:nth-child(2) {
    margin-left: 80px;
}

.zwc-benefits-illus-lst:nth-child(3) {
    margin-left: 40px;
}

.zwc-benefits-illus-lst:nth-child(4) {
    margin-left: 5px;
}

.benefits-illus-icon {
    display: inline-block;
    width: 130px;
    height: 130px;
    padding: 1px;
    background-image: linear-gradient(#56587E, #161737);
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.benefits-illus-icon>span {
    display: grid;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#1B1C3D, #161737);
    border-radius: 18px;
    position: relative;
    z-index: 1;
}

.benefits-illus-icon>span::before {
    content: ' ';
    /* background: url(/sites/zweb/images/zeptomail/email-api/email-api-icons.png) no-repeat;
    background-size: 500px auto; */
    width: 72px;
    height: 73px;
}

.befi-illus-lst-1 .benefits-illus-icon>span::before {
    background-position: -188px -73px;
}

.befi-illus-lst-2 .benefits-illus-icon>span::before {
    background-position: -115px -71px;
}

.befi-illus-lst-3 .benefits-illus-icon>span::before {
    background-position: -260px -71px;
    width: 60px;
}

.befi-illus-lst-1.zwc-slide-active .benefits-illus-icon>span::before {
    background-position: -74px 1px;
}

.befi-illus-lst-2.zwc-slide-active .benefits-illus-icon>span::before {
    background-position: -1px 0;
}

.befi-illus-lst-3.zwc-slide-active .benefits-illus-icon>span::before {
    background-position: -148px 0px;
    width: 60px;
}

.benefits-illus-icon::before {
    width: 20%;
    height: 70%;
    top: 0;
    left: 10%;
    opacity: 0;
    transform: translate(-50%, -50%);
}

.befi-illus-lst.zwc-slide-active .benefits-illus-icon::before {
    animation: borderSlide 5s linear infinite;
}

@keyframes borderSlideAlter {
    0% {
        transform: translate(50%, -80%);
    }

    50% {
        transform: translate(50%, 0%);
    }

    100% {
        transform: translate(50%, 100%);
    }
}

@keyframes slideUpFromBott {
    0% {
        transform: translateY(0%);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%);
        opacity: 1;
    }
}

@keyframes slideUpAnimation {
    0% {
        transform: translateY(20%);
        /* opacity: 0; */
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

@keyframes sliderStright {
    0% {
        transform: translate(-150%, -60%);
        opacity: 1;
    }

    50% {
        transform: translate(0%, -60%);
        opacity: 1;
    }

    100% {
        transform: translate(100%, -60%);
        opacity: 1;
    }
}

@keyframes sliderStrightReverse {
    0% {
        transform: translate(100%, -60%);
        opacity: 1;
    }

    50% {
        transform: translate(0%, -60%);
        opacity: 1;
    }

    100% {
        transform: translate(-150%, -60%);
        opacity: 1;
    }
}

@keyframes wiggle {
    0% {
        transform: translateY(0);
        /* transform: translateX(0); */
        opacity: 1;
    }

    50% {
        transform: translateY(-3px);
        /* transform: translateX(-3px); */
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        /* transform: translateX(0); */
        opacity: 1;
    }
}

@keyframes wiggleReverse {
    0% {
        transform: translateY(0);
        /* transform: translateX(0); */
        opacity: 1;
    }

    50% {
        transform: translateY(3px);
        /* transform: translateX(3px); */
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        /* transform: translateX(0); */
        opacity: 1;
    }
}

.zwc-benefits-lst-02 .zwc-illus-primary {
}

.zwc-benefits-lst-04 .zwc-benefits-illus {
    opacity: 0;
    transform: translateY(20%);
}

.zwc-benefits-lst-02.zwe-ob .zwc-illus-primary {
    animation: slideUpFromBott .4s 1 linear forwards;
}

.zwc-benefits-lst-03.zwe-ob .zwc-benefits-illus,
.zwc-benefits-lst-04.zwe-ob .zwc-benefits-illus {
    animation: slideUpAnimation .5s 1 linear forwards;
}

.zwc-benefits-lst-03.zwe-ob .zwc-illus-primary {
    animation: slideUpAnimation .4s 1 linear forwards;
    animation-delay: .6s;
    opacity: 1;
}

.zwc-benefits-lst-04.zwe-ob .zwc-benefits-illus {
    animation-delay: .3s;
}

.zwc-benefits-illus-lst.is-animate:nth-child(even)::before {
    animation: sliderStrightReverse 1.2s 1 linear forwards;
}

.zwc-benefits-illus-lst.is-animate:nth-child(odd)::before {
    animation: sliderStright 1.2s 1 linear forwards;
}

.zwc-benefits-illus-lst:nth-child(odd)::before {
    /* animation: sliderStright 1.8s 1 linear forwards; */
}

.zwc-benefits-illus-lst:nth-child(even)::before {
    /* animation: sliderStrightReverse 1.8s 1 linear forwards; */
}

/* .zwc-benefits-illus-lst:nth-child(odd) {
    animation: wiggle 4s ease infinite;
}

.zwc-benefits-illus-lst:nth-child(even) {
    animation: wiggleReverse 4s ease infinite;
} */

/* ------------ Benefits section ------------- */
/* ------------ Bottom section ------------- */
.zwc-bottom-ban .content-wrap {
    max-width: 1660px;
    margin: 0 auto;
    /* background-color: #131539; */
    border-radius: 30px;
    /* background-color: #194D40; */
    position: relative;
    overflow: hidden;
    width: 96%;
}

.zwc-bottom-ban .content-wrap::before {
    content: '';
    height: 100%;
    width: 115%;
    background-image: radial-gradient(ellipse at 50% 0%, #1d2381 0%, #15173e, #010213 80%);
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    margin: auto;
    transform: translateX(-50%);
}

.zwc-bottom-con {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
    align-items: end;
    grid-gap: 35px;
    position: relative;
    width: 90%;
}

.zwc-bottom-con>h2 {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.zwc-bottom-ban.zea-section {
    padding: 0;
}

.zwc-bottom-con h2 {
    margin-bottom: 0;
}

/* ------------ Bottom section ------------- */



/* -------- media Query ------- */
@media only screen and (min-width:992px) {
    /* .zwc-steps-con{
        position: relative;
    }
    .zwc-step-lst-wrap{
        position: fixed;
        left: 0;
    } */
}

@media only screen and (max-width:1399px) {
    .zwc-inner-wrap h1 {
        font-size: 66px;
    }

    .zwc-inner-wrap h2 {
        font-size: 44px;
    }

    .zwc-inner-wrap h3 {
        font-size: 30px;
    }

    .zwc-inner-wrap h4 {
        font-size: 24px;
    }

    .zwc-banner-left {
        max-width: 650px;
    }

    .zwc-steps-header>h2 {
        max-width: 340px;
    }

    .zwc-categories-lst {
        padding: 60px 40px;
    }

    .zwc-categories-con>h4 {
        max-width: 160px;
    }

    .zwc-benefits-img-logo {
        height: 70%;
        width: 36%;
        max-width: 120px;
        max-height: 120px;
    }

    .zwc-api-categories::before {
        box-shadow: 0 0 10vw 10vw #0d0e2c;
        height: 75vw;
        width: 90vw;
    }
    .zwc-explanation-con>div{
        gap: 80px;
    }
    .zwc-explanation-sec .zwc-explain-para {
        max-width: 480px;
    }
}

@media only screen and (max-width:1299px) {}

@media only screen and (max-width:1199px) {
    .zwc-inner-wrap h1 {
        font-size: 56px;
    }

    .zwc-inner-wrap h2 {
        font-size: 41px;
    }

    .zwc-inner-wrap h3 {
        font-size: 30px;
    }

    .zwc-inner-wrap h4 {
        font-size: 23px;
    }

    /* padding */
    .zea-section {
        padding: 100px 0 110px;
    }

    .zwc-banner-con {
        /* padding-top: 40px; */
    }
    .zea-section.zwc-definition {
        padding-top: 0;
    }
    .zwc-inner-wrap .zwc-banner {
        padding-top: 150px;
    }
    .zwc-explanation-con>div {
        padding: 100px 40px 105px;
    }

    .zea-section.zwc-benefits {
        padding-bottom: 115px;
    }

    .zea-section.zwc-integrate {
        padding-bottom: 115px;
    }

    .zwc-benefits-header,
    .zwc-samp-header,
    .zwc-api-sec-header {
        padding-bottom: 70px;
    }

    .zwc-bottom-con {
        padding: 95px 0 105px;
    }

    .zwc-samp-code {
        /* padding: 100px 0 115px; */
    }

    /* padding */
    .zwc-explanation-con>div {
        gap: 80px;
    }

    .zwc-explanation-sec h2 {
        max-width: 270px;
    }

    .zwc-samp-header {
        grid-template-columns: 480px 320px;
    }

    .zwc-banner-right {
        max-width: 500px;
    }

    .zwc-our-logo {
        /* width: 90px;
        height: 90px; */
    }

    .zwc-benefits-lst {
        max-width: 450px;
        padding: 35px;
    }

    /* .zwc-samp-code {
        padding: 100px 0 110px;
    } */

    .zwc-steps-con,
    .zwc-api-sec-header,
    .zwc-integrate-header,
    .zwc-samp-code-sec,
    .zwc-benefits-header {
        max-width: 940px;
    }
    .zwc-explanation-con>div{
        max-width: 1030px;
    }
    .zwc-benefits-lst-wrap {
        max-width: 930px;
    }

    .zwc-benefits-lst-03 .zwc-illus-secondary {
        width: 95%;
    }

    .zwc-steps-header {
        max-width: 330px;
    }

    .benefits-illus-icon {
        width: 120px;
        height: 120px;
    }

    .benefits-illus-icon>span::before {
        transform: scale(.9);
    }

    .zwc-benefits-lst-wrap {
        gap: 30px;
    }

    .benefits-illus-wrap {
        max-width: 120px;
    }

    .zwc-benefits-lst-06 .zwc-benefits-illus {
        width: calc(120px * 3);
    }

    .zwc-integrate-header {
        margin-bottom: 70px;
    }
    .zwc-categories-lst {
        padding: 45px 35px;
    }

    .zwc-steps-sec.is-fixed::before {
        top: 0;
    }
    .zwc-explanation-sec .zwc-explain-para {
        max-width: 470px;
    }
    .zwc-steps-header {
        top: 80px;
    }
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:991px) {
    .zwc-inner-wrap h1 {
        font-size: 50px;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
    }

    .zwc-inner-wrap h2 {
        font-size: 36px;
    }

    .zwc-inner-wrap h3 {
        font-size: 27px;
    }

    .zwc-inner-wrap h4 {
        font-size: 22px;
    }

    /* padding */
    .zea-section {
        padding: 80px 0 90px;
    }

    .zwc-inner-wrap .zwc-banner {
        padding-top: 145px;
    }

    .zwc-banner-con {
        /* padding-top: 30px; */
    }

    .zwc-explanation-con>div {
        padding: 80px 40px 85px;
    }

    .zea-section.zwc-benefits {
        padding-bottom: 95px;
    }

    .zea-section.zwc-integrate {
        padding-bottom: 90px;
    }

    .zwc-benefits-header,
    .zwc-samp-header,
    .zwc-api-sec-header {
        padding-bottom: 55px;
    }

    .zwc-bottom-con {
        padding: 80px 0 90px;
    }

    .zwc-samp-code {
        /* padding: 85px 0 95px; */
    }
    .zea-section.zwc-definition{
    }
    /* padding */
    .zwc-banner-right{
        justify-self: center;
    }
    .zwc-banner-con {
        grid-template-columns: auto;
        justify-content: center;
        gap: 70px;
    }

    .zwc-banner-left {
        text-align: center;
        max-width: 580px;
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-banner-para {
        margin-left: auto;
        margin-right: auto;
    }
    .zwc-steps-header>h2 {
        max-width: 280px;
    }
    
    
    .zwc-banner-para {
        margin-bottom: 45px;
        max-width: 530px;
    }

    .zwc-explanation-con>div {
        grid-template-columns: auto;
        text-align: center;
        justify-content: center;
        gap: 0px;
        /* padding: 90px 50px; */
    }

    .zwc-explanation-sec h2 {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .zwc-explanation-sec .zwc-explain-para {
        max-width: 480px;
    }

    .zwc-steps-con {
        /* flex-direction: column;
        align-items: center;
        text-align: center; */
        gap: 40px;
    }

    .zwc-steps-header {
        /* position: relative;
        top: 0; */
        /* top: 70px; */
    }

    .zwc-steps-slide-lst::before {
        /* display: none; */
    }

    .zwc-step-lst-wrap {
        /* grid-template-columns: auto; */
        gap: 30px;
    }

    .zwc-steps-count {
        /* margin: auto; */
        align-self: flex-start;
    }

    .zwc-step-lst-wrap:not(:last-of-type) {
        padding-bottom: 100px;
    }

    .zwc-steps-wrap {
        padding-top: 0;
    }

    .zwc-steps-count {
        font-size: 16px;
    }

    .zwc-steps-count::after {
        font-size: 50px;
    }

    .zwc-api-sec-header,
    .zwc-categories-lst-wrap {
        grid-template-columns: auto;
        text-align: center;
    }

    .zwc-api-sec-header {
        gap: 15px;
        max-width: 430px;
        /* padding-bottom: 60px; */
    }

    .zwc-categories-lst {
        max-width: 450px;
        padding: 40px 40px 45px;
        gap: 35px;
    }

    .zwc-categories-con>h4 {
        max-width: 100%;
    }

    .zwc-categories-con>h4::before {
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-integrate-header {
        text-align: center;
    }

    .zwc-integrate-para {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-integrate-illus-wrap,
    .zwc-samp-header {
        grid-template-columns: auto;
    }

    .zwc-integrate-header {
        margin-bottom: 60px;
        position: relative;
        z-index: 1;
    }

    .zwc-samp-header {
        gap: 20px;
        text-align: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        /* padding-bottom: 60px; */
    }

    .zwc-code-integration-wrap {
        padding: 50px 0 50px 45px;
    }

    .zwc-benefits-header>h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-benefits-lst:nth-child(2) {
        grid-area: auto;
    }

    .zwc-benefits-lst-wrap {
        align-items: center;
        justify-content: center;
    }

    .zwc-benefits-lst {
        text-align: center;
        padding: 45px 35px;
    }

    .zwc-integrate-illus-right::before,
    .zwc-integrate-illus-right::after,
    .zwc-integrate-illus-wrap::before {
        display: none;
    }

    .zwc-integrate-illus-right::before,
    .zwc-integrate-illus-right::after {
        /* background-color: red; */
        height: 100%;
        width: 20%;
    }

    .zwc-integrate-illus-right::before {
        left: -0%;
        background-image: linear-gradient(90deg, #040518 10%, #090A2100);
    }

    .zwc-integrate-illus-right::after {
        right: -0%;
        left: auto;
        background-image: linear-gradient(260deg, #040518 10%, #090A2100);
    }

    .zwc-integrate-lst {
        max-width: 100%;
        display: flex;
        flex-shrink: 0;
    }

    .zwc-integrate-lst-wrap {
        display: flex;
    }

    .zwc-integrate-illus-left::before {
        width: 120%;
        height: calc(100% + 100%);
    }
    .zwc-integrate-lst-wrap>ul{
        transform: translateX(-7%);
    }
    .zwc-integrate-illus-left {
        justify-content: center;
        padding: 20px 0;
        width: fit-content;
        margin: 0 auto;
    }

    .zwc-integrate-lst-wrap>ul>li {
        animation: none;
    }

    .zwc-integrate-illus-wrap {
        /* overflow: hidden; */
        gap: 60px;
    }

    .zwc-integrate {
        overflow: hidden;
    }

    .zwc-integrate-illus-right {
        padding: 0 1px;
        background-image: none;
        overflow: visible;
        max-width: 800px;
    }

    .zwc-integrate-lst>li>span {
        margin-left: 20px;
    }

    .zwc-integrate-lst-wrap>ul>li {
        width: fit-content;
    }
    .zwc-integrate-lst-wrap>ul{
        animation: verticScroller 25s linear infinite;
    }

    .zwc-integrate-illus-left::after {
        content: ' ';
        display: inline-block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        left: 50%;
        background-color: #7C80BA;
        transform: translate(-50%, -50%);
    }

    @keyframes verticScroller {
        0% {
            transform: translateX(-7%);
        }

        100% {
            transform: translateX(-107%);
        }
    }

    .zwc-integration-code-lang span[data-lang]::before {
        font-size: 17px;
    }

    code[class*="language-"],
    pre[class*="language-"] {
        font-size: 14px;
    }

    .zwc-step-lst-wrap .zwc-steps-count {
        /* color: #6EF38F; */
    }

    .zwc-categories-con>h4::before {
        margin-bottom: 15px;
    }

    .zwc-other-logo::before {
        transform: scale(.9);
    }

    .zwc-other-logo,.zwc-our-logo {
        width: 90px;
        height: 90px;
    }

    .zwc-benefits-img-logo {
        max-width: 110px;
        max-height: 110px;
    }

    .zwc-benefits-illus .zwc-benefits-illus-head {
        font-size: 19px;
    }

    .zwc-categories-link {
        justify-content: center;
    }

    .zwc-integration-code {
        max-height: 400px;
    }

    .zwc-benefits-illus {
        margin-bottom: 40px;
    }

    .zwc-benefits-lst-06 .zwc-benefits-illus {
        padding-bottom: 40px;
    }
    .zwc-steps-slider-head {
        max-width: 260px;
    }
    .zwc-steps-slide-lst::before{
        /* height: 98%; */
        left: 15%;
    }
    .zwc-steps-con{
        max-width: 820px;
    }
}


@media only screen and (max-width:767px) {
    .zwc-inner-wrap h1 {
        font-size: 40px;
        max-width: 420px;
    }

    .zwc-inner-wrap h2 {
        font-size: 32px;
    }

    .zwc-inner-wrap h3 {
        font-size: 22px;
    }

    .zwc-inner-wrap h4 {
        font-size: 20px;
    }

    /* padding */
    .zea-section {
        padding: 60px 0 70px;
    }

    .zwc-inner-wrap .zwc-banner {
        padding-top: 110px;
    }

    .zwc-banner-con {
        /* padding-top: 30px; */
    }

    .zwc-explanation-con>div {
        padding: 60px 50px 65px;
    }

    .zea-section.zwc-benefits {
        padding-bottom: 75px;
    }

    .zea-section.zwc-integrate {
        padding-bottom: 70px;
    }

    .zwc-benefits-header,
    .zwc-samp-header,
    .zwc-api-sec-header {
        padding-bottom: 45px;
    }

    .zwc-bottom-con {
        padding: 60px 0 75px;
    }

    .zwc-samp-code {
        /* padding: 65px 0 75px; */
    }

    /* padding */
    .zwc-integration-code-lang {
        grid-gap: 5px;
        margin: 0 5px 10px;
    }

    .zwc-code-integration-wrap {
        padding: 45px 0 30px 30px;
    }

    .zwc-integration-code-lang span[data-lang] {
        padding: 6px 10px;
    }

    .zwc-integration-code-lang span[data-lang]::before {
        font-size: 15px;
    }

    code[class*="language-"],
    pre[class*="language-"] {
        font-size: 12px;
    }

    .zwc-illus-lst {
        padding: 30px 10px 0;
    }

    .zwc-explanation-sec,
    .zwc-explanation-con,
    .zwc-steps-count,
    .zwc-categories-lst,
    .zwc-integrate-lst>li>span,
    .zwc-samp-code,
    .zwc-code-copied-info,
    .zwc-code-integration-wrap,
    .zwc-samp-code-con,
    .zwc-benefits-lst,
    .zwc-benefits-img,
    .zwc-benefits-img-logo,
    .benefits-illus-icon,
    .zwc-bottom-ban .content-wrap,
    .benefits-illus-icon>span {
        border-radius: 15px;
    }

    .zwc-steps-header>h2 {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-steps-count {
        font-size: 14px;
        min-width: 95px;
        min-height: 90px;
        padding: 5px 5px;
    }

    .zwc-api-call {
        font-size: 15px;
    }

    .zwc-benefits-illus .zwc-benefits-illus-head {
        font-size: 18px;
    }

    .zwc-benefits-illus {
        margin-bottom: 35px;
    }

    .zwc-benefits-lst-06 .zwc-benefits-illus {
        padding-bottom: 35px;
    }

    .zwc-banner-para {
        /* max-width: 450px; */
    }

    .zwc-steps-con {
    }

    .zwc-step-lst-wrap:not(:last-of-type) {
        padding-bottom: 50px;
    }

    .zwc-categories-lst {
        padding: 35px 35px 40px;
    }

    .zwc-explanation-con>div {
        /* padding: 90px 30px; */
    }

    .zwc-samp-header {
        padding-bottom: 50px;
    }

    .zwc-benefits-lst-02 .zwc-illus-primary::before {
        /* left: 86%; */
    }

    .zwc-api-categories::before {
        height: 800px;
        width: 100vw;
    }

    .zwc-steps-count::after {
        font-size: 45px;
    }

    .zwc-steps-con {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 55px;

    }
    .zwc-step-lst-wrap {
        grid-template-columns: auto;
    }
    .zwc-steps-slide-lst::before {
        display: none;
    }
    .zwc-steps-header {
        position: relative;
        top: 0;
    }
    .zwc-step-lst-wrap .zwc-steps-count {
        color: #6EF38F;
    }
    .zwc-steps-count {
        margin: auto;
    }
    .zwc-steps-slider-head>h4 {
        margin-bottom: 12px;
    }
}

@media only screen and (max-width:480px) {
    .zwc-inner-wrap h1 {
        font-size: 34px;
        max-width: 330px;

    }

    .zwc-inner-wrap h2 {
        font-size: 28px;
    }
    .zwc-inner-wrap .zwc-banner {
        padding-top: 100px;
    }
    /* .zwc-inner-wrap h3 {
        font-size: 20px;
    }
    .zwc-inner-wrap h4 {
        font-size: 20px;
    } */
    .zwc-benefits-lst {
        max-width: 100%;
    }

    .zwc-integration-code-lang {
        grid-auto-flow: row;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0;
    }

    .zwc-integration-code-lang span.zwc-tab-slider {
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    .zwc-integration-code-lang .zwc-code-lang-active[data-lang] {
        background-color: #4dfd9a;
    }

    .zwc-code-integration-wrap {
        padding: 20px 0px 20px 15px;
    }

    .zwc-illus-lst {
        padding: 20px 0px 0;
    }

    .zwc-illus-lst .zwc-benefits-illus-lst {
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-benefits-illus-lst:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .zwc-benefits-lst {
        padding: 35px 20px;
    }

    .benefits-illus-icon {
        width: 80px;
        height: 80px;
    }

    .benefits-illus-wrap {
        max-width: 80px;
    }

    .zwc-benefits-lst-06 .zwc-benefits-illus {
        width: calc(80px * 3);
    }

    .benefits-illus-icon>span::before {
        transform: scale(0.6);
    }

    .zwc-banner-right .zwc-our-logo {
        width: 21%;
        height: 24%;
        max-width: 90px;
        max-height: 90px;
    }

    .zwc-banner-right {
        padding-bottom: 30px;
    }

    .zwc-benefits-illus .zwc-benefits-illus-head {
        font-size: 17px;
    }

    .zwc-benefits-illus-lst>span {
        font-size: 14px;
    }

    .benefits-illus-icon+span {
        font-size: 12px;
    }

    .zwc-benefits-illus {
        margin-bottom: 30px;
    }

    .zwc-benefits-lst-06 .zwc-benefits-illus {
        padding-bottom: 30px;
    }

    .zwc-categories-lst {
        padding: 35px 20px 40px;
        gap: 30px;
    }

    .zwc-integrate-illus-left {
        gap: 25px;
    }

    .zwc-other-logo,
    .zwc-our-logo {
        width: 80px;
        height: 80px;
    }

    .zwc-api-call {
        width: 45px;
        height: 45px;
    }

    .zwc-other-logo::before {
        transform: scale(0.75);
    }

    .zwc-integrate-header>h2 {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .zwc-benefits-header {
        /* margin-bottom: 30px; */
    }

    .zwc-benefits-img-logo {
        max-width: 70px;
        max-height: 70px;
    }

    .zwc-benefits-img-logo {
        max-width: 27%;
        max-height: 53%;
        top: 0;
    }

    .zwc-benefits-img>p {
        font-size: 12px;
    }

    .zwc-benefits-illus-lst>span {
        padding: 10px;
    }

    .zwc-explanation-con>div {
        padding: 60px 20px 65px;
    }

    .zwc-categories-con>h4::before {
        transform: scale(.9);
        margin-bottom: 8px;
    }

    .zwc-categories-btn {
        font-size: 14px;
    }

    .zwc-integration-code .zwc-copy-btn {
        right: 15px;
    }

    .zwc-steps-sec::before {
        max-height: 200px;
        background-image: radial-gradient(at 50% 36%, #121438, #010213 75%);
        /* top: 10%; */
    }

    .zwc-benefits-header,
    .zwc-samp-header,
    .zwc-api-sec-header {
        padding-bottom: 35px;
    }

    .zwc-integrate-illus-wrap {
        gap: 30px;
    }

    .zwc-integrate-header {
        margin-bottom: 40px;
    }
    .zwc-benefits-lst-02 .zwc-illus-primary::before {
        transform: scale(0.8) translateY(-50%);
    }
}
@media only screen and (max-width:380px) {
    .zwc-benefits-lst-02 .zwc-illus-primary::before {
        transform: scale(0.7) translateY(-65%);
        right: -10%;
    }
}

/* -------- media Query ------- */