* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.zwc-section .content-wrap {
    max-width: 1170px;
}

.zwc-section p {
    font-size: 18px;
    font-family: var(--primaryfont-regular);
    margin: 0;
}

.single-image {
    display: none;
}

.zw-product-header {
    background: #29004b;
}

.zwph-white  span.beta-txt {
    color: #fff;
    border-color: #fff;
}

/* Banner Section */

.zwc-banner-section {
    background: transparent radial-gradient(closest-side at 71% 46%, #501974 0%, #390A5B 48%, #2A004B 100%) 0% 0% no-repeat;
    color: white;
    padding: 110px 0 145px;
}

.zwc-banner-container {
    display: flex;
    align-items: center;
}

.zwc-banner-title {
    max-width: 559px;
    width: 100%;
    /* padding-left: 56px; */
}

.zwc-banner-title h1 {
    font-size: 60px;
    font-family: var(--primaryfont-bold);
    margin-bottom: 0;
}

.zwc-banner-title p {
    max-width: 490px;
    width: 100%;
    font-size: 20px;
    font-family: var(--primaryfont-regular);
    margin: 29px 0 43px;
}

.zwc-banner-title-yellow {
    color: #ECC845;
}

.zwc-sgn-btn {
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
    padding: 13px 43px;
    border: none;
}

.multiple-image-container {
    position: relative;
}

.banner-images-single {
    position: absolute;
}

.animated .banner-commision-img{
    transform: translateX(0px);
    transition: all 2s ease;
    opacity: 1;
}

.banner-commision-img {
    top: 130px;
    left: 10px;
    z-index: 1;
    transform: translateX(-40px);
    opacity: 0;
}

.animated .banner-options-img{
    transform: translateY(0px);
    transition: all 2s ease;
    opacity: 1;
}

.banner-options-img {
    bottom: 61px;
    left: 40px;
    z-index: 2;
    transform: translateY(30px);
    opacity: 0;
}

.banner-main-img1 {
    position: relative;
    left: 50px;
}

.banner-main-img2 {
    left: 218px;
    top: 83px;
    z-index: 1;
}


.banner-sales-chart {
    top: 100px;
    right: -50px;
    animation: floater 5s linear infinite;

}

.animated .banner-rating-icon {
    transform: translateX(0px);
    transition: all 2s ease;
    opacity: 1;
}

.banner-rating-icon {
    bottom: 100px;
    right: -60px;
    transform: translateX(40px);
    opacity: 0;
}
/* Animation Try */
.zwc-vertical-slider{
    /* text-align: center; */
    display: inline-block;
    position: relative;
    top: 11px;
    height: 54px;
    overflow: hidden;
    /* border: 1px solid; */
    width: 38%;
}
.animated .zwc-vertical-slider ul{
    /* animation: swapper .5s linear .5s forwards; */
}
.zwc-vertical-slider ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -11px;
    /* top:-81px; */
}

/* Animation */

@keyframes swapper {
    0%{
        top: 0;
    }
    100%{
        top: -54px;
    }
}

@keyframes floater {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);

    }

    100% {
        transform: translateY(0);
    }
}

/*Responsive  */
@media only screen and (max-width:1399px) {
    .multiple-image-container {
        max-width: 510px;
    }

    .banner-images-single {
        scale: .8;
    }

    .banner-commision-img {
        top: 100px;
        left: 10px;
    }

    .banner-options-img {
        bottom: 61px;
        left: 25px;
    }

    .banner-main-img2 {
        left: 175px;
        top: 47px;
    }

    .banner-main-img1 {
        scale: 1;
    }

    .banner-sales-chart {
        top: 100px;
        right: -70px;
    }

    .banner-rating-icon {
        bottom: 50px;
        right: -60px;
    }

}

@media only screen and (max-width:1199px) {
    .zwc-banner-section {
        background: transparent radial-gradient(closest-side at 50% 67%, #501974 0%, #390A5B 48%, #2A004B 100%) 0% 0% no-repeat;
    }

    .zwc-banner-section {
        padding: 80px 0 50px;
    }

    .zwc-banner-container {
        justify-content: center;
        flex-wrap: wrap;
    }

    .zwc-banner-title h1 {
        font-size: 48px;
    }

    .zwc-banner-title p {
        font-size: 18px;
    }

    .zwc-sgn-btn {
        padding: 13px 38px;
    }

    .zwc-banner-title {
        margin-bottom: 60px;
        text-align: center;
    }

    .zwc-banner-title p {
        margin: 29px auto 43px;
    }

    .multiple-image-container {
        max-width: 570px;
    }

    .banner-main-img2 {
        left: 201px;
        top: 56px;
        scale: 1;
    }

    .banner-options-img {
        bottom: 80px;
        left: 20px;
    }

    .banner-rating-icon {
        bottom: 100px;
    }
}

@media only screen and (max-width:991px) {

    .zwc-banner-title h1 {
        font-size: 39px;
        width: 89%;
        margin: 0 auto;
    }

    .zwc-banner-title {
        width: 100%;
        margin-bottom: 0;
    }

    .zwc-banner-images {
        transform: scale(.9);
    }
}

@media only screen and (max-width:767px) {

    .zwc-banner-section {
        padding: 60px 0 0;
    }

    .zwc-banner-title h1 {
        font-size: 33px;
        width: 100%;
    }

    .zwc-banner-images {
        transform: scale(.9);
    }

    .zwc-banner-title p {
        font-size: 18px;
    }
}

@media only screen and (max-width:480px) {
    .zwc-banner-section {
        background: #2A004B 0% 0% no-repeat;
    }

    .zwc-banner-title h1 {
        font-size: 30px;
    }

    .zwc-banner-section {
        padding: 50px 0 60px;
    }
}

/* End Banner Section */

/* Sticky Section */

.zwc-sticky-header-section {
    position: sticky;
    top: 54px;
    z-index: 10;
}

.zwc-affiliate-header {
    background: transparent linear-gradient(102deg, #f9f3fb 0%, #fef3f1 100%) 0% 0% no-repeat padding-box;
}

.zwc-loyalty-header {
    background: transparent linear-gradient(33deg, #f7eefa, #fbf1fa, #fff5fa) 0% 0% no-repeat padding-box;
}


.zwc-sticky-container {
    padding: 20px 0;
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1015px;
    justify-content: center;
    transition:all 2s ease;
}

.zwc-sticky-container .zwc-toggler {
    position: relative;
    max-width: 374px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid #00000033;
    border-radius: 6px;
    padding: 6px;
}

.zwc-sticky-container .zwc-toggler::before {
    content: "";
    display: inline-block;
    width: 47%;
    height: 80%;
    /* background: transparent linear-gradient(254deg, #FFEDF1 0%, #FFEEBF 45%, #FC5F3E 100%) 0% 0% no-repeat;
    border: 1px solid #FDA37C4E; */
    position: absolute;
    top: 0;
    /* left: 0; */
    border-radius: 5px;
    z-index: -1;
    margin: 6px;
    transition: 1s left ease;
}

.zwc-sticky-container .zwc-toggler.zwc-affiliate::before {
    background: transparent linear-gradient(254deg, #FFEDF1 0%, #FFEEBF 45%, #FC5F3E 100%) 0% 0% no-repeat;
    border: 1px solid #FDA37C4E;
    left: 0;
}

.zwc-sticky-container .zwc-toggler.zwc-loyalty::before {
    background: transparent linear-gradient(111deg, #6648e8a1 0%, #fdbfdfc1 57%, #EECDF1 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #835DDB57;
    left: 183px;
}

.zwc-sticky-container p {
    position: relative;
    font-size: 18px;
    line-height: 56px;
    font-family: var(--zf-secondary-medium);
    padding: 0px 57px;
    margin: 0;
    cursor: pointer;
}


/* .zwc-sticky-container .zwc-affiliate {
    background: transparent linear-gradient(254deg, #FFEDF1 0%, #FFEEBF 45%, #FC5F3E 100%) 0% 0% no-repeat;
    border: 1px solid #FDA37C4E;
} */


/* .zwc-sticky-container .zwc-loyalty {
    background: transparent linear-gradient(111deg, #6648e8a1 0%, #fdbfdfc1 57%, #EECDF1 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #835DDB57;
} */


.zwc-sticky-container .zwc-title {
    font: 24px/56px var(--zf-secondary-medium);
    letter-spacing: 2.16px;
    color: #2D054D;
    text-transform: capitalize;
    margin: 0;
}

.zwc-toggler-title {
    display: none;
}

/*Responsive  */

@media only screen and (max-width:1199px) {
    .zwc-sticky-header-section {
        position: sticky;
        top: 0;
        z-index: 10;
    }

}

@media only screen and (max-width:991px) {
    .zwc-sticky-container {
        justify-content: center;
    }


    .zwc-sticky-container .zwc-toggler {
        margin-right: 0;
    }

    .zwc-toggler-title {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .zwc-sticky-header-section {
        display: none !important;
    }
}

@media only screen and (max-width:480px) {
    .zwc-sticky-container .zwc-toggler {
        width: 68%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .zwc-toggler-vals {
        width: 100%;
        text-align: center;
    }
}

/* End Sticky Section */

.z-section h3 {
    font-size: 28px;
    font-family: var(--primaryfont-bold);
}

/* Affiliated Section */

.zwc-affiliate-section {
    padding: 80px 0 120px;
    background: transparent linear-gradient(102deg, rgb(203 151 221 / 12%) 0%, rgb(253 151 112 / 12%) 100%) 0% 0% no-repeat padding-box;
}

.zwc-affiliate-banner-top-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.zwc-affiliate-details h2 {
    max-width: 363px;
    width: 100%;
    font-family: var(--primaryfont-bold);
    margin-bottom: 15px;
}

.zwc-affiliate-details {
    margin: 0;
    font-family: var(--secondaryfont-regular);
    width: 33%;
    max-width: 360px;
}

/* Animation */
.middle-animated .zwc-affiliate-image {
    transform: translateX(0);
    transition: all 2s ease;
}

.zwc-affiliate-image {
    transform: translateX(70px);
}

.zwc-affiliate-cards-container {
    margin-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    gap: 25px;
}

.zwc-affiliate-card {
    background: #FFFFFFB2 0% 0% no-repeat padding-box;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    padding: 70px 37px 40px 37px;
    max-width: 480px;

}

.zwc-affiliate-card h3 {
    font-size: 32px;
    font-family: var(--primaryfont-bold);
}

/* Card 1 */

/* Animation */
.middle-animated .zwc-affiliate-c1 {
    transform: translate(0px, -50px);
    transition: all 1.5s ease;
}

.zwc-affiliate-c1 {
    transform: translate(0px, 50px);
    height: 100%;
}

.middle-animated .zwc-affiliate-c2 {
    transform: translate(0px, 0px);
    transition: all 1.5s ease;
}

.zwc-affiliate-c2 {
    transform: translate(0px, -50px);
    padding: 70px 0 0;
}

.zwc-affiliate-c2-details {
    padding: 0 37px;
}

.zwc-affiliate-asset-images {
    position: relative;
    margin: 70px 20px 10px;
}

.zwc-affiliate-asset-top-img {
    box-shadow: 0px 8px 16px #60617029;
    border-radius: 5px;
    position: absolute;
    right: -27px;
    top: -27px;
    z-index: 2;
}

.zwc-affiliate-asset-main-img {
    box-shadow: 0px 13px 26px #60617033;
    border-radius: 12px;
    z-index: 1;
    position: relative;
}

.zwc-affiliate-asset-images-lft-circle {
    content: "";
    display: inline-block;
    width: 75px;
    height: 75px;
    background: transparent linear-gradient(329deg, #FFEDF1 0%, #FFEEBF 45%, #FF9C8850 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: -20px;
    left: -25px;
    border-radius: 100px;
}


.zwc-affiliate-portal-images {
    margin: 55px 0 0;
    background: #fff;
    border-radius: 0 0 18px 18px;
    padding: 10px 0 0;
}

/*Responsive  */

@media only screen and (max-width:1199px) {
    .zwc-affiliate-card {
        width: 45%;
    }

    .zwc-affiliate-image {
        transform: translateX(0);
    }

    .zwc-affiliate-asset-top-img {
        width: 44%;
    }

    .zwc-affiliate-banner-top-holder {
        flex-wrap: wrap;
        justify-content: center;
    }

    .zwc-affiliate-details {
        width: 100%;
        max-width: 700px;
    }

    .zwc-affiliate-details h2 {
        margin: 0 auto 35px;
        text-align: center;
    }

    .zwc-affiliate-details p {
        text-align: center;
        margin-bottom: 25px;
    }

}

@media only screen and (max-width:991px) {
    .zwc-affiliate-section {
        padding: 80px 0 100px;
    }

    .zwc-affiliate-asset-images {
        margin: 20px 0 0;
    }

    .zwc-affiliate-details {
        flex-wrap: wrap;
        padding: 0 50px;
        text-align: center;
    }

    .zwc-affiliate-card {
        padding: 70px 60px 40px 40px;
    }

    .zwc-affiliate-c1 {
        transform: translate(0px, -50px);
    }

    .zwc-affiliate-c2 {
        padding: 70px 0 0;
    }

    .zwc-affiliate-c2 {
        transform: translate(0px, 0px);
    }

    .zwc-affiliate-card p {
        /* max-width: 98%; */
        margin: 0 auto;
    }

    .zwc-affiliate-card {
        width: 100%;
    }

    .zwc-affiliate-card h3,
    .zwc-affiliate-card p {
        text-align: center;
    }
}

@media only screen and (max-width:767px) {
    .zwc-affiliate-c1 {
        transform: translate(0px, 0px);
    }

    .zwc-affiliate-card {
        padding: 70px 40px 40px 40px;
    }

    .zwc-affiliate-c2 {
        padding: 70px 0 0;
    }

    .zwc-affiliate-details {
        flex-wrap: wrap;
        padding: 0;
    }

    .zwc-affiliate-details p {
        text-align: center;
        font-size: 18px;
    }

    .zwc-affiliate-details h2 {
        font-size: 33px;
        text-align: center;
    }
}

@media only screen and (max-width:480px) {
    .zwc-affiliate-details h2 {
        padding: 0 15px;
    }
}

/* End Affiliated Section */

/* Loyalty Section */

.zwc-loyalty-section {
    padding: 120px 0 200px;
    background: transparent linear-gradient(33deg, rgb(87 58 218 / 16%) 0%, rgb(253 191 223 / 16%) 57%, rgb(238 205 241 / 16%) 100%) 0% 0%;
}

.zwc-loyalty-section h3 {
    font-size: 32px;
    font-family: var(--primaryfont-bold);
}

/* Task container */

.zwc-task-lhs {
    max-width: 413px;
}

/* Animation */

.middle-animated .zwc-task-rhs {
    transform: translateX(0px);
    transition: all 1.5s ease;
}

.zwc-task-rhs {
    transform: translateX(50px);
}


.zwc-task-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.zwc-tasks {
    /* width: 85%; */
    margin: 0 auto;
}

.task1 {
    margin-bottom: 80px;
}

.zwc-tasks p {
    /* font-size: 17px; */
}

/* Review Container */

.zwc-task-review-container {
    display: flex;
    align-items: center;
    margin-top: 150px;
    justify-content: space-evenly;
}

/* .zwc-task-reviews ul li {
    margin-top: 30px;
    font-size: 20px;
    font-family: var(--zf-secondary-medium);
} */
.zwc-task-reviews {
    max-width: 390px;
    width: 100%;
    margin-left: 40px;
}

.zwc-task-review-img-container,
.review-multiple-image-container {
    position: relative;
}

.review-multiple-image-container {
    overflow: hidden;
    padding: 17px 0;
}

.middle-animated .rew-card-image {
    left: 0;
    transition: all 1s ease;
    opacity: 1;
}

.rew-card-image {
    position: relative;
    left: 230px;
    opacity: 0;
}

.middle-animated .zwc-task-review-img-container::after {
    transform: scale(1);
    transition: all 1s ease .6s;
}

.zwc-task-review-img-container::after {
    content: "";
    width: 167px;
    height: 167px;
    background: transparent linear-gradient(180deg, #FFEDF1 0%, #FFEEBF 45%, #FF9C8850 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    left: -36px;
    bottom: -16px;
    z-index: -1;
    transform: scale(0);
}

.rew-badge-image {
    position: absolute;
    right: -57px;
    top: 21px;
    bottom: 0;
    margin: auto 0;
}

.rew-line-image {
    position: absolute;
    right: 0;
    top: -28px;
}

/* Cards container */

.zwc-loyalty-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* max-width: 90%; */
    margin: 116px auto 0;
}

.zwc-loyalty-cards {
    position: relative;
    max-width: 495px;
    width: 100%;
    padding: 30px 50px;
    background: #FFFFFFB2 0% 0% no-repeat padding-box;
    border-radius: 18px;
}

/* Animation */
.middle-animated .card1 {
    transform: translate(0px, 50px);
    transition: all 2s ease;
}

.card1 {
    transform: translate(0px, -50px);
}

.middle-animated .card2 {
    transform: translate(0px, 0px);
    transition: all 2s ease;
}

.card2 {
    transform: translate(0px, 80px);
}

.zwc-loyalty-cards h3 {
    margin-top: 20px;
}

.zwc-loyalty-cards p {
    margin: 27px 0 40px;
}

.card1 h3 {
    margin-top: 30px;
}

.zwc-loyalty-card1-images {
    position: relative;
}

.zwc-loyalty-widget-rgt {
    box-shadow: 0px 12px 26px #00000029;
    position: absolute;
    bottom: 22px;
    right: 66px;
    border-radius: 10px;
    z-index: 2;
}

.zwc-loyalty-widget-rgt-circle {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 113px;
    right: 42px;
    background: transparent linear-gradient(0deg, #FFEDF1 0%, #FFEEBF 45%, #FF9C8850 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    z-index: 1;
}

.zwc-loyalty-cards-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.zwc-loyalty-cards-buttons li {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 15px 36px;
    border-radius: 36px;
    margin-right: 14px;
}

.points-btn {
    border: 1px solid #2D9B52;
}

.webhook-btn {
    border: 1px solid #E0DADA;
}

.zwc-loyalty-cards-buttons li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    margin-right: 4px;
}

.zwc-loyalty-cards-buttons li span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("/sites/zweb/images/thrive/feature/thrive-sprite.png");
    background-size: 270px auto;
}

.points-btn span::before {
    background-position: 0 0;
}

.zwc-loyalty-cards-buttons .webhook-btn span::before {
    background-position: -19px -1px;
}

.zwc-loyalty-reward {
    box-shadow: 0px 13px 23px #0000000B;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.zwc-reward-image-container {
    position: relative;
    margin-top: 40px;
}

.zwc-loyalty-reward-circle {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    background: transparent linear-gradient(180deg, rgb(168 149 255 / 42%) 0%, rgb(240 89 196 / 42%) 100%, #EECDF1 100%) 0% 0% no-repeat padding-box;
    border-radius: 50px;
    z-index: 1;
    top: -30px;
    margin: auto;
    right: 15px;

}

/*Responsive  */

@media only screen and (max-width:1199px) {
    .zwc-task-rhs {
        transform: translateX(24px);
    }

    .zwc-loyalty-cards {
        width: 47%;
    }

    .zwc-loyalty-reward {
        width: 82%;
    }

    .zwc-loyalty-reward-circle {
        right: 10%;
    }

    .zwc-loyalty-widget-lft {
        width: 65%;
    }

    .zwc-loyalty-widget-rgt {
        width: 40%;
    }

    .zwc-loyalty-widget-rgt-circle {
        bottom: 36%;
    }
}

@media only screen and (max-width:991px) {


    .zwc-task-container {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .zwc-task-lhs {
        max-width: 600px;
        margin-top: 80px;
    }

    .zwc-task-rhs {
        margin-top: 50px;
        transform: translateX(0px);
    }

    .zwc-task-reviews {
        margin-left: 0;
    }

    .zwc-task-review-img-container::after {
        display: none;
    }

    .zwc-loyalty-section {
        padding: 0 0 70px;
    }

    .zwc-loyalty-cards {
        width: 100%;
        margin-bottom: 30px;
    }

    .zwc-loyalty-section h3 {
        font-size: 28px;
    }

    .zwc-tasks {
        width: 100%;
    }

    .zwc-tasks h3,
    .zwc-tasks p,
    .zwc-loyalty-cards h3,
    .zwc-loyalty-cards p {
        text-align: center;
    }

    .zwc-task-review-container {
        margin-top: 100px;
    }

    .zwc-task-review-image {
        margin-right: 55px;
    }

    .zwc-task-review-container {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
    }

    /* .zwc-loyalty-cards-container {
        margin: 156px auto 0;
    } */

    .zwc-loyalty-cards-container .card1 {
        transform: none;    
        margin-top: 25px;
    }

    .card2 {
        transform: translate(0px, 0px);
    }
}

@media only screen and (max-width:767px) {

    .zwc-affiliate-card {
        width: 100%;
        /* margin-bottom: 50px; */
    }

    .zwc-tasks p {
        font-size: 18px;
    }

    .zwc-task-review-img-container {
        margin-top: 60px;
        margin-right: 0;
    }

    .zwc-task-review-image {
        margin: 0 auto;
    }

    .zwc-task-reviews {
        max-width: 500px;
        text-align: center;
        margin: 0 auto;
    }
}

@media only screen and (max-width:480px) {

    .zwc-loyalty-cards-container {
        max-width: 100%;
    }

    .zwc-loyalty-cards-buttons {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

    .zwc-loyalty-cards-buttons li {
        margin-bottom: 15px;
    }

    .zwc-loyalty-cards p {
        font-size: 17px;
    }

    .zwc-loyalty-section h3 {
        font-size: 25px;
    }

    .zwc-tasks p {
        font-size: 17px;
    }

    .zwc-task-review-container {
        margin-top: 60px;
    }

    .zwc-tasks {
        width: 100%;
    }
}

/* End Loyalty Section */

/* Experience Section */

section.zwc-section.zwc-experience-section:before {
    content: "";
    position: absolute;
    top: -85%;
    left: 0;
    width: 100%;
    height: 185%;
    background: transparent radial-gradient(50% 25%, #501974 0%, #501974 00%, #2a004b 100%) 0% 0% no-repeat padding-box;
}

.zwc-experience-section {
    padding: 120px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.zwc-experience-card {
    max-width: 577px;
    width: 100%;
    padding: 50px;
    border: 0.5px solid rgb(255 255 255 / 20%);
    border-radius: 10px;
}

.zwc-experience-card p {
    max-width: 480px;
}

.zwc-experience-section h2 {
    font-size: 48px;
    font-family: var(--primaryfont-bold);
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.zwc-experience-card-container {
    margin-top: 130px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.zwc-elevate {
    transform: translate(0px, -40px);
}

span[class*="experience-icons"] {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 20px;
}

span[class*="experience-icons"]::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 46px;
    background: url("/sites/zweb/images/thrive/feature/thrive-sprite.png");
    background-size: 232px;
}

span.experience-icons1::before {
    background-position: -36px 0px;
}

span.experience-icons3::before {
    background-position: 94px 0;
}

span.experience-icons2::before {
    background-position: -89px 0;
}

span.experience-icons4::before {
    background-position: 47px 0;
    width: 47px;
}

.zwc-setup-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent linear-gradient(93deg, rgb(203 151 221 / 30%) 0%, rgb(253 151 112 / 30%) 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    border-radius: 12px;
}

.zwc-setup-container {
    max-width: 1000px;
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    padding: 59px 0;
    position: relative;
    z-index: 1;
    color: #000;
}

.zwc-setup-container h2 {
    font-size: 45px;
    line-height: 56px;
    padding: 0 30px;
}

.zwc-setup-container p {
    max-width: 85%;
    font-size: 15px;
    padding: 0 30px;
    margin: 0 auto;
}

.zwc-trl-btn {
    margin: 20px 0 12px;
    font-size: 14px;
    font-family: var(--primaryfont-semibold);
    padding: 15px 45px;
    border: none;
}

/* Responsive */
@media only screen and (max-width:1299px) {

    .zwc-experience-card-container {
        justify-content: space-evenly;
    }

    .zwc-experience-card {
        width: 48%;
        padding: 17px;
    }
}

@media only screen and (max-width:1199px) {

    .zwc-experience-card-container {
        margin-top: 130px;
    }

    .zwc-experience-section h2 {
        font-size: 45px;
        line-height: 60px;
    }

    .zwc-setup-container {
        width: 85%;
        padding: 49px 0;
    }

    .zwc-setup-container h2 {
        font-size: 43px;
        line-height: 53px;
    }

    .zwc-trl-btn {
        padding: 15px 40px;
        margin: 12px 0;
    }
}

@media only screen and (max-width:991px) {
    .single-image {
        display: block;
        margin: 0 auto;
    }

    .multiple-image,
    .banner-images-single {
        display: none;
    }

    .zwc-elevate {
        transform: translate(0px, 0px);
    }

    .zwc-experience-card {
        padding: 25px 20px;
    }

    .zwc-setup-container h2 {
        font-size: 40px;
        line-height: 51px;
    }

    .zwc-experience-card p {
        font-size: 17px;
        line-height: 1.7;
        width: 91%;
    }
}

@media only screen and (max-width:767px) {
    .zwc-experience-section {
        padding: 100px 0;
    }

    .zwc-experience-section h2 {
        font-size: 40px;
        /* line-height: 60px; */
    }

    .zwc-experience-card-container {
        margin-top: 100px;
    }

    .zwc-setup-container h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .zwc-trl-btn {
        padding: 15px 35px;
        margin: 12px 0;
    }

    .zwc-experience-card {
        width: 100%;
    }

    .zwc-setup-container {
        width: 100%;
    }

    .zwc-experience-card p {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {
    .zwc-experience-section {
        padding: 70px 0;
    }

    .zwc-loyalty-cards {
        padding: 30px;
    }

    .zwc-experience-section h2 {
        font-size: 33px;
        line-height: 53px;
    }

    .zwc-experience-card-container {
        margin-top: 70px;
    }

    .zwc-experience-card p {
        width: 92%;
    }

    .zwc-setup-container {
        margin-top: 50px;
    }

    .zwc-setup-container p {
        max-width: 100%;
    }

    .zwc-setup-container h2 {
        font-size: 31px;
        line-height: 41px;
    }

}

/* End Experience Section */

/* Animation Try */