.zw-product-header {
    background: #fff8e4
}

section.banner-section {
    background: #fff8e4;
    padding: 80px 0 120px
}

.banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px
}

.zwc-content,.zwc-image {
    width: 100%;
    max-width: 50%
}

.act-btn.cta-btn {
    padding: 15px 30px
}

.zwc-content h1 {
    font-size: 50px; 
}

.zwc-content p {
    max-width: 580px;
    margin-bottom: 20px
}

.zwc-sticky-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start
}

section.sticky-section {
    padding: 90px 0
}

.zwc-sticky-nav {
    width: 450px;
    background-color: #fafafa;
    border-radius: 10px;
    height: auto;
    padding: 40px 40px;
    position: sticky;
    top: 100px
}

.zwc-sticky-nav li:not(.zwc-sticky-heading) {
    font: 16px/2.25 var(--primaryfont-regular);
    position: relative;
    padding-left: 15px
}

.zwc-sticky-nav li {
    cursor: pointer;
    width: fit-content
}

.zwc-sticky-nav li:not(.zwc-sticky-heading)::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 14px;
    left: 0
}

.zwc-sticky-nav li.list-none {
    font-size: 18px;
    line-height: 32px;
    padding: 10px;
    font-family: var(--primaryfont-bold)
}

.zwc-sticky-nav li.list-none:not(.zwc-sticky-heading)::before {
    display: none
}

.zwc-scroller-parent {
    max-width: 671px
}

.zwc-scroller-parent h2 {
    font: 30px/1.5 var(--primaryfont-bold);
    margin-bottom: 15px;
}

.zwc-scroller-child {
    margin-bottom: 50px
}

.zwc-scroller-parent h3 {
    font: 33px var(--primaryfont-bold);
    margin-bottom: 15px
}

.zwc-scroller-parent p {
    margin-bottom: 15px
}

.zwc-sticky-nav li {
    cursor: pointer;
    width: fit-content
}

.active-li {
    color: #000;
    font-family: var(--primaryfont-bold) !important
}

.box {
    background: #f7f5d9;
    padding: 60px;
    margin-bottom: 30px
}

.box ul li {
    padding-left: 25px;
    padding-bottom: 17px
}

h5 {
    font-size: 20px;
    padding-bottom: 17px
}

.box li:not(:last-child) {
    margin-bottom: 0
}

.box li {
    line-height: 1.7;
    position: relative;
    padding-left: 30px
}

.box li::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #4bae4f;
    position: absolute;
    top: 6px;
    left: 0
}

.box li::after {
    content: "";
    width: 8px;
    height: 5px;
    border-left: 2px solid #f6ecff;
    border-bottom: 2px solid #f6ecff;
    position: absolute;
    top: 10px;
    left: 4px;
    transform: rotate(-45deg);
    border-radius: 0 1px
}

.box.blue {
    background: #e5f6ff
}

.box.avoid {
    background: #ffe8e8
}

.box li.cross::before {
    background-color: #44aade;
    border-radius: 0
}

.box li.no::before {
    background-color: #fff;
    border: 1px solid #44aade;
    border-radius: 0
}

.box.avoid li.no::before {
    border: 1px solid #ffb3b3;
    border-radius: 30px
}

.box li.no::after {
    display: none
}

.zwc-image-wrap {
    text-align: center
}

.top-assest {
    position: absolute;
    top: -50px;
    right: 120px;
    animation: right-to-left 8s ease infinite
}

.zwc-image {
    position: relative
}

.rating-assest {
    position: absolute;
    bottom: -70px;
    left: 170px;
    animation: top-to-bottom 8s ease infinite
}

.bottom-assest {
    position: absolute;
    top: 80px;
    right: 0;
    animation: top-to-bottom 8s ease infinite
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes right-to-left {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes top-to-bottom {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }

    100% {
        transform: translateY(0)
    }
}

section.cta-section {
    background: #26354a;
    padding: 110px 0;
    text-align: center;
    color: #fff
}

.zwc-last-child {
    color: #000;
    padding: 50px;
    background: #e1fdff
}

.cta-inner-section {
    max-width: 800px;
    margin: 0 auto
}

@media only screen and (min-width: 1300px) {
    .zwc-scroller-child p {
        line-height:34px
    }

    .cta-inner-section h2 {
        font-size: 48px
    }

    .cta-inner-section h5 {
        font-size: 24px
    }
}

@media only screen and (max-width: 1400px) {
    .zwc-content h1 {
        font-size:54px
    }

    .zwc-scroller-parent h2 {
        font-size: 37px
    }

    .zwc-scroller-parent h3 {
        font-size: 30px
    }

    .zwc-sticky-nav {
        width: 400px;
        padding: 40px 30px
    }
}

@media only screen and (max-width: 1300px) {
    .zwc-content h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 1199px) {
    .rating-assest {
        left:130px
    }

    .zwc-content h1 {
        font-size: 36px;
    }

    .zwc-scroller-parent h2 {
        font-size: 30px
    }

    .zwc-sticky-nav li:not(.zwc-sticky-heading) {
        font-size: 14px;
        line-height: 35px
    }

    .zwc-scroller-parent h3 {
        font-size: 25px
    }

    .zwc-sticky-wrap {
        gap: 50px
    }

    .zwc-scroller-parent {
        max-width: 621px
    }

    section.banner-section {
        padding: 50px 0 60px
    }

    .zwc-sticky-nav {
        top: 40px
    }
}

@media only screen and (max-width: 1024px) {
    .zwc-image-wrap .rating-assest {
        width:50%;
        bottom: -10px;
        left: 110px
    }

    .zwc-sticky-nav li.list-none {
        padding: 0
    }

    img.top-assest { 
        right: 25px;
    
    }

    img.bottom-assest {
        right: -30px;
    }

    .zwc-sticky-nav {
        padding: 40px 30px
    }
}

@media only screen and (max-width: 991px) {
    .zwc-content h1 {
        font-size:38px
    }

    .zwc-sticky-nav li {
        line-height: 20px
    }

    .zwc-sticky-wrap {
        gap: 30px
    }

    .zwc-content p {
        margin: 0 auto 20px
    }

    .zwc-scroller-parent h2 {
        font-size: 27px
    }

    .zwc-scroller-parent h3 {
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 14px
    }

    .banner-inner {
        flex-flow: column;
        text-align: center;
        gap: 80px;
    }

    .zwc-content {
        width: 100%;
        max-width: 78%
    }

    .zwc-sticky-nav {
        display: none
    }

    img.bottom-assest {
        right: -65px;
    }

    .zwc-scroller-child {
        margin-bottom: 30px
    }
}

@media only screen and (max-width: 767px) {
    .zwc-content {
        width:100%;
        max-width: 100%;
        margin: 0 auto -30px
    }

    .zwc-content h1 {
        font-size: 28px
    }

    .box {
        padding: 30px 50px
    }

    .zwc-image {
        width: 100%;
        max-width: 80%
    }

    section.sticky-section {
        padding: 70px 0
    }
}

@media only screen and (max-width: 640px) {
    .zwc-content h1 {
        font-size:23px
    }

    .zwc-scroller-parent h2 {
        font-size: 20px
    }

    .zwc-scroller-parent h3 {
        font-size: 19px
    }

    h5 {
        font-size: 18px
    }

    .box {
        padding: 30px
    }

    .zwc-last-child {
        color: #000;
        padding: 40px 30px
    }
    img.bottom-assest {
        right: -45px;
        width: 40%;
        top: 60px;
    }
    img.top-assest {
        right: 10px;
        width: 60%;
        top: -47px;
    }
}
