.zw-product-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
}

.zwc-inner-wrap {
    /* color: #FFFFFF;
    background-color: #010213; */
}

.zwc-inner-wrap h1 {
    font-size: 72px;
    max-width: 750px;
    margin: 0 auto 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: 22px;
    font-family: var(--zf-primary-semibold);
}

.zwc-inner-wrap p {
    line-height: 1.8;
    margin-bottom: 0;
}

/* padding */
.zcr-section {
    /* padding: 120px 0; */
}

.zcr-section.zwc-bottom-sec {
    padding: 0;
}

.zcr-section.zwc-analytics-sec {
    padding-top: 0;
}

.zwc-banner-sec {
    padding: 170px 0 115px;
}

.zwc-analytics-sec {
    padding: 120px 0 130px;
}

.zwc-details-sec {
    padding: 100px 0 115px;
}

.zwc-more-sec {
    padding: 115px 0 120px;
}

.zwc-bottom-con {
    padding: 105px 0 120px;
}

/* padding */

/* ----------- Banner Styles Starts ---------- */

.zwc-banner-wrap {
    position: relative;
    color: #fff;
    background-color: #010213;
    overflow: hidden;
}

.zwc-banner-sec {
    /* padding: 175px 0 100px; */
    /* position: relative; */
    /* overflow: hidden; */
    max-width: 2000px;
    margin: 0 auto;
    text-align: center;
}

.zwc-banner-wrap::before {
    content: " ";
    /* height: calc(100% + 68px); */
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(/sites/zweb/images/zeptomail/reports/header-gradient.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.zwc-banner-title>p {
    max-width: 850px;
    margin: 0 auto 45px;
}

/* ----------- Banner Styles ends ---------- */
/* ----------- Section 2 Style starts ---------- */
.zwc-analytics-con {
    max-width: 1200px;
    margin: 0 auto;
}

.zwc-processed-email .zwc-analytics-con-wrap>p {
    /* max-width: 350px; */
}

.zwc-analytics-box>div {
    position: relative;
    z-index: 1;
    border-radius: 32px;
    background-image: radial-gradient(circle at 95% 100%, #1E226C, #090A22, #08091F);
    display: grid;
    gap: 50px;
    align-items: center;
    justify-content: center;
    padding: 60px 80px;
    overflow: hidden;
}

.zwc-analytics-box>div::before {
    /* content: ''; */
    position: absolute;
    background-image: radial-gradient(circle at 95% 100%, #1E226C, #090A22, #08091F);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    border-radius: 32px;
    /* transform: translate(-50%, -50%); */
}

.zwc-analytics-box:not(.zwc-processed-email)>div {
    padding: 55px 60px;
    gap: 40px;
}

/* .zwc-analytics-box:not(.zwc-processed-email) .zwc-analytics-con-wrap{
    max-width: 380px;
    margin: 0 auto;
} */
.zwc-processed-email>div {
    grid-template-columns: 1fr 44%;
}

.zwc-analytics-box>div>div {
    justify-self: center;
    z-index: 1;
}

.zwc-processed-email .zwc-analytics-illus {
    padding: 0 23px;
}

.zwc-analytics-box {
    border-radius: 32px;
    position: relative;
    overflow: hidden;
}

.zwc-processed-email {
    border: 1px solid #56587E;
    padding: 1.5px;
}

.zwc-processed-email::before {
    content: '';
    position: absolute;
    background-image: radial-gradient(rgb(77 253 154 / 100%), transparent 60%);
    border-radius: 100%;
    width: 20%;
    height: 20%;
    top: 0;
    left: 10%;
    transform: translate(-50%, -50%);
    animation: borderSlide 5s linear infinite;
}

@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
    }
}

@keyframes slideUpAnimation {
    0% {
        transform: translateY(20%)
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.zwc-analytics-illus {
    transform: translateY(20%);
    opacity: 0;
}

.zwc-analytics-illus.zwe-ob {
    animation: slideUpAnimation .5s 1 linear forwards;
}

.zwc-analytics-illus.zwe-ob .zwc-illus-secondary {
    animation: slideUpAnimation .4s 1 linear forwards;
    animation-delay: .6s;
    opacity: 1;
}

.zwc-content-storage .zwc-analytics-illus {
    animation-delay: .3s;
}

.zwc-analytics-illus>div {
    line-height: 0;
}

.zwc-analytics-illus {
    position: relative;
}

.zwc-illus-secondary {
    position: absolute;
    bottom: 11%;
    left: 0;
    transform: translateY(20%);
    width: 100%;
}

.zwc-analytics-wrap {
    display: grid;
    gap: 30px;
}

.zwc-processed-email {
    grid-area: 1/1/2/3;
}

.zwc-detailed-view>div {
    background-image: radial-gradient(circle at 95% 100%, #15173E, #08091F 50%);
}

.zwc-detailed-view {
    grid-area: 2/1/3/2;
}

.zwc-content-storage>div {
    background-image: radial-gradient(circle at 10% 5%, #15173E, #08091F 50%);
}

.zwc-content-storage {
    grid-area: 2/2/3/3;
}

/* .zwc-processed-email .zwc-analytics-con-wrap{
    order: 2;
    max-width: 350px;
} */
.zwc-analytics-box:not(.zwc-processed-email) .zwc-illus-primary>img {
    border-radius: 20px;
}

/* ----------- Section 2 Style ends ---------- */
/* ----------- Detailed analytics Style starts ---------- */
.zwc-details-title {
    text-align: center;
    margin: 0 auto 70px;
    max-width: 860px;
}

.zwc-details-wrap {
    display: grid;
    grid-template-columns: 45% 45%;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.zwc-details-img-lst {
    display: grid;
    background-image: linear-gradient(#25264D, #07081D);
    border-radius: 30px;
    overflow: hidden;
}

.zwc-details-img-lst:not(.zwc-details-img-lst2) {
    /* padding: 60px 0 60px 50px; */
}

.zwc-details-img {
    /* grid-area: 1/1/2/2; */
    /* background-image: linear-gradient(#25264D,#07081D); */
    border-radius: 30px;
    line-height: 0;
    display: grid;
    /* transform: translateX(4rem);
    opacity: 0;
    transition: opacity .25s ease-in, transform .5s ease-in; */
}

.zwc-details-img-lst:not(.zwc-details-img-lst2)>div {
    /* padding: 60px 0 60px 50px; */
}

.zwc-details-img-lst>div.active {
    /* transform: translateX(0);
    opacity: 1;
    transition: opacity .25s ease-out, transform .5s ease-out; */
    z-index: 1;
}

.zwc-details-lst-con {
    padding: 30px 0;
    cursor: pointer;
    position: relative;
}

.zwc-details-lst-con.active:not(:last-child) {
    border-bottom: 2px solid #0246FF;
}

.zwc-details-lst-con:not(:last-child) {
    border-bottom: 2px solid #595959;
}
/* .zwc-details-lst-con::before,.zwc-details-lst-con::after{
    content: ' ';
    position: absolute;
    left: 0;
    height: 2px;
}
.zwc-details-lst-con::before{
    bottom: 0;
    background-color: #595959;
    width: 100%;
}
.zwc-details-lst-con.active::after{
    bottom: 0;
    background-color: #0246FF;
    width: 0%;
} */
.zwc-details-img-lst2>div {
    /* width: fit-content; */
}

.zwc-details-img-lst1 .zwc-details-img>img {
    justify-self: self-end;
}

.zwc-details-lst {
    max-width: 530px;
}

.zwc-details-lst-con>h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.zwc-details-lst-con>h4::before,
.zwc-more-lst>h4::before {
    content: ' ';
    width: 30px;
    height: 30px;
    /* border: 1px solid; */
    background: url(/sites/zweb/images/zeptomail/reports/reports-icon.png) no-repeat;
    background-size: 200px auto;
    background-position: 0 0px;
    /* background-color:black;
    -webkit-mask-image: url(/sites/zweb/images/zeptomail/reports/reports-icon.svg);
    mask-image: url(/sites/zweb/images/zeptomail/reports/reports-icon.svg); */
}

.zwc-processed-data.active>h4::before {
    background-position: 0 -31px;
}

.zwc-delivery-status>h4::before {
    background-position: -30px 0px;
}

.zwc-delivery-status.active>h4::before {
    background-position: -30px -31px;
}

.zwc-open-count>h4::before {
    background-position: -94px 0px;
    background-size: 215px auto;
}

.zwc-open-count.active>h4::before {
    background-position: -94px -33.5px;
}

.zwc-click-tracking>h4::before {
    background-position: -59px 0px;
}

.zwc-click-tracking.active>h4::before {
    background-position: -59px -31px;
}

.zwc-comparison-reports>h4::before {
    background-position: -114px 0px;
    height: 31px;
}

.zwc-comparison-reports.active>h4::before {
    background-position: -114px -31px;

}

.zwc-bounce-category>h4::before {
    background-position: -144px 0px;
    width: 31px;
}

.zwc-bounce-category.active>h4::before {
    background-position: -144px -31px;
}

.zwc-device-tracking>h4::before {
    background-position: -188px 1px;
    background-size: 215px auto;
}

.zwc-device-tracking.active>h4::before {
    background-position: -188px -33px;
}


.zwc-details-lst2 {
    order: 2;
}

.zwc-details-lst .zwc-details-lst-con:last-child {
    padding-bottom: 0;
}
.zwc-details-lst .zwc-details-lst-con:first-child {
    padding-top: 0;
}

.zwc-details-wrap2 {
    margin-top: 80px;
}

/* ----------- Detailed analytics Style ends ---------- */
/* ----------- More Style starts ---------- */
.zwc-more-sec {
    background-color: #010213;
    color: #fff;
}

.zwc-more-con {
    max-width: 1000px;
    margin: 0 auto;
}

.zwc-more-con>h2 {
    margin-bottom: 50px;
}

.zwc-more-lst>h4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.zwc-more-lst>h4::before {
    /* content: ' ';
    width: 25px;
    height: 25px;
    border: 1px solid; */
}

.zwc-export-logs>h4::before {
    background-position: -25px -60px;
    width: 24px;
}

.zwc-search-filter>h4::before {
    background-position: 4px -60px;
}

.zwc-activity-logs>h4::before {
    background-position: -49px -60px;
    width: 24px;
}

.zwc-more-lst-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(2,1fr); */
    gap: 50px;
    justify-content: space-between;
}

.zwc-more-lst {
    max-width: 430px;
}

.zwc-more-lst-wrap .zwc-more-lst:nth-child(1) {
    /* grid-area: 1/1/2/2; */
}

.zwc-more-lst-wrap .zwc-more-lst:nth-child(2) {
    /* grid-area: 1/2/2/3; */
}

.zwc-more-lst-wrap .zwc-more-lst:nth-child(3) {
    /* gr */
}

/* ----------- More Style ends ---------- */
/* ----------- Bottom Style starts ---------- */
/* 
.bottom-wrap {
    background-color: #010313;
    color: #fff;
    text-align: center;
} */

.zwc-bottom-sec {
    background-color: #010213;
    color: #fff;
    margin-top: -1px;
}

.zwc-bottom-sec .content-wrap {
    max-width: 1660px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
    position: relative;
    overflow: hidden;
    width: 96%;
}

.zwc-bottom-sec .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: 700px;
    margin: 0 auto;
    align-items: end;
    grid-gap: 35px;
    position: relative;
    width: 90%;
}

.zwc-bottom-con>h2 {
    margin-bottom: 0;
}

/* ----------- Bottom Style ends ---------- */
@media only screen and (min-width:992px) {
    .zwc-analytics-box:not(.zwc-processed-email) .zwc-analytics-con-wrap {
        max-width: 380px;
        margin: 0 auto;
    }

    .zwc-processed-email .zwc-analytics-con-wrap {
        order: 2;
        max-width: 350px;
    }

    .zwc-details-img {
        grid-area: 1/1/2/2;
    }

}

@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;
    }
}

@media only screen and (max-width:1299px) {}

@media only screen and (max-width:1199px) {
    .zwc-inner-wrap h1 {
        font-size: 56px;
        max-width: 600px;
    }

    .zwc-inner-wrap h2 {
        font-size: 41px;
    }

    .zwc-inner-wrap h3 {
        font-size: 30px;
    }

    .zwc-inner-wrap h4 {
        font-size: 23px;
    }

    /* padding */
    .zwc-banner-sec {
        padding: 150px 0 100px;
    }

    .zwc-analytics-sec {
        padding-bottom: 115px;
    }

    .zwc-details-sec {
        padding: 85px 0 100px;
    }

    .zwc-more-sec {
        padding: 100px 0 105px;
    }

    .zwc-bottom-con {
        padding: 95px 0 110px;
    }

    /* padding */
    .zwc-details-wrap2 {
        margin-top: 50px;
    }
}

@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 */
    .zwc-banner-sec {
        padding: 150px 0 80px;
    }

    .zwc-analytics-sec {
        padding-bottom: 90px;
    }

    .zwc-details-sec {
        padding: 70px 0 85px;
    }

    .zwc-more-sec {
        padding: 75px 0 85px;
    }

    .zwc-bottom-con {
        padding: 70px 0 90px;
    }

    /* padding */
    .zwc-banner-title>p {
        /* max-width: 750px; */
        max-width: 500px;
    }

    .zwc-processed-email .zwc-analytics-con-wrap {
        /* order: 0; */
    }

    .zwc-processed-email::before {
        display: none;
    }

    .zwc-processed-email {
        border: none;
        padding: 0;
    }

    .zwc-analytics-box {
        grid-area: auto;
    }

    .zwc-analytics-wrap {
        max-width: 500px;
        margin: 0 auto;
    }

    /* .zwc-analytics-wrap .zwc-analytics-box>div{
    } */
    .zwc-analytics-wrap .zwc-analytics-box>div {
        grid-template-columns: auto;
        text-align: center;
        padding: 55px 50px;
        gap: 40px;
    }

    .zwc-analytics-con-wrap {
        max-width: 420px;
    }

    .zwc-analytics-box:nth-child(even)>div {
        background-image: radial-gradient(circle at 95% 100%, #15173E, #08091F 50%);
    }

    .zwc-analytics-box:nth-child(odd)>div {
        background-image: radial-gradient(circle at 10% 5%, #15173E, #08091F 50%);
    }

    .zwc-details-img-lst {
        display: none;
    }

    .zwc-details-wrap {
        grid-template-columns: auto;
        justify-content: center;
        text-align: center;
    }

    .zwc-details-lst .zwc-details-lst-con {
        border: none;
    }

    .zwc-details-lst-con>h4 {
        justify-content: center;
    }

    .zwc-details-lst-con>p {
        margin: 0 auto 35px;
        max-width: 450px;
    }

    .zwc-details-img>img {
        border-radius: 30px;
        justify-self: center;
        /* max-width: 400px; */
    }

    .zwc-details-lst {
        max-width: 400px;
    }

    .zwc-details-lst-con {
        padding: 0px 0 55px;
    }

    .zwc-details-wrap2 {
        margin-top: 50px;
    }

    .zwc-more-lst-wrap {
        grid-template-columns: auto;
        justify-content: center;
        gap: 40px;
    }

    .zwc-more-lst>h4 {
        justify-content: center;
    }

    .zwc-more-con {
        text-align: center;
    }

    .zwc-analytics-box:not(.zwc-processed-email) .zwc-illus-primary>img {
        /* max-width: 350px; */
    }

    .zwc-details-title {
        max-width: 550px;
        margin-bottom: 55px;
    }

    .zwc-more-con>h2 {
        margin-bottom: 40px;
    }

    .zwc-banner-wrap::before {
        background-image: url(/sites/zweb/images/zeptomail/reports/header-gradient-tab.svg);
        width: 1000px;
        height: 900px;
        right: 0;
        left: 0;
        top: 0;
        bottom: auto;
        margin: auto;
    }
}


@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 */
    .zwc-banner-sec {
        padding: 110px 0 70px;
    }

    .zwc-analytics-sec {
        padding-bottom: 75px;
    }

    .zwc-details-sec {
        padding: 55px 0 70px;
    }

    .zwc-more-sec {
        padding: 55px 0 65px;
    }

    .zwc-bottom-con {
        padding: 55px 0 75px;
    }

    /* padding */
    .zwc-banner-title>p {
        max-width: 490px;
    }

    .zwc-more-lst {
        max-width: 380px;
    }

    .zwc-details-title {
        margin-bottom: 45px;
    }

    .zwc-details-lst-con {
        padding: 0px 0 50px;
    }

    .zwc-details-lst-con>p {
        margin-bottom: 30px;
    }

    .zwc-analytics-box>div,
    .zwc-analytics-box:not(.zwc-processed-email) .zwc-illus-primary>img,
    .zwc-details-img>img,
    .zwc-analytics-box {
        border-radius: 15px;
    }

    .zwc-bottom-sec .content-wrap {
        border-radius: 15px 15px 0 0;
    }

    .zwc-analytics-wrap .zwc-analytics-box>div {
        padding: 45px 40px 50px;
        gap: 30px;
    }

    .zwc-bottom-con {
        max-width: 500px;
    }
}

@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 h3 {
        font-size: 20px;
    }
    .zwc-inner-wrap h4 {
        font-size: 20px;
    } */
    .zwc-banner-title>p {
        margin-bottom: 40px;
    }

    .zwc-analytics-wrap .zwc-analytics-box>div {
        padding: 45px 15px;
    }

    .zwc-more-con>h2 {
        margin-bottom: 35px;
    }

    .zwc-more-lst-wrap {
        gap: 35px;
    }
    .zwc-processed-email .zwc-analytics-illus {
        padding: 0px 10px;
    }
    .zwc-details-title {
        margin-bottom: 40px;
    }
}


/* -------- media Query ------- */