/* Common CSS */
.zw-product-header, .zwc-banner-section {
    background-color: #010213;
}

.zwc_t_breadcrumb {
    background-color: #010213;
}

.zw-product-header .content-wrap {
    position: relative;
    z-index: 99;
}

/* Banner Section */
.zwc-banner-section {
    color: #fff;
    padding: 100px 0 110px 0;
}
.zwc-banner-section .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.zwc-banner-section::before {
    content: '';
    height: max(65vw, 1000px);
    width: max(80vw, 1000px);
    max-width: 840px;
    max-height: 460px;
    background-image: radial-gradient(#15173e, #010213);
    position: absolute;
    top: 150px;
    left: 50%;
    margin: auto;
    transform: translate(-50%, 25%);
    border-radius: 50%;
    box-shadow: 0 0 130px 100px #070820;
}
.banner-cont {
    max-width: 700px;
    padding-bottom: 20px;
}
.banner-cont h1 {
    font-size: 72px;
    line-height: 1.15;
    letter-spacing: -1px;
}
.banner-cont h1 span {
    color: #4CFE9A;
}
.banner-cont p {
    font-size: 18px;
    max-width: 700px;
    margin-bottom: 40px;
}
.banner-video video{
    border-radius: 17px;
}
.banner-video {
    line-height: 0;
}

/* Points Section */
.zwc-points-section {
    background-color: #010213;
}
.point-border {
    background-color: #56587E;
    padding: 1.5px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
@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: 1;
    }
    65% {
        left: 0%;
        top: 100%;
        opacity: 1;
    }
    100% {
        left: 0;
        top: 50%;
        opacity: 1;
    }
}
.point-border::after {
    content: '';
    position: absolute;
    width: 30%;
    height: 30%;
    background-image: radial-gradient(rgb(77 253 154 / 100%), transparent 60%);
    top: 0;
    left: 10%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 1;
    animation: borderSlide 5s linear infinite;
}
.points-fea-section {
    background-image: linear-gradient(to bottom right, #08091F 50%, #15186b 110%);
    padding: 70px 80px;
    border-radius: 30px;
    position: relative;
    z-index: 3;
    color: #fff;
    display: flex;
    justify-content: space-between;
}
.points-title, .points-section {
    width: 50%;
}
.points-title h2 {
    font-size: 45px;
    max-width: 450px;
}
.points-section p {
    font-size: 18px;
    margin-bottom: 35px;
    display: flex;
    gap: 20px;
}
.points-section p:last-child {
    margin: 0;
}
.points-section p span {
    display: block;
    position: relative;
    border: 2px solid #4CFE9A;
    border-radius: 50%;
    width: 26px;
    max-width: 30px;
    padding: 10px;
    height: 26px;
    top: 2px;
}
.points-section p span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border: 2px solid #4CFE9A;
    border-top: 0;
    border-right: 0;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-50deg);
}

/* Slick Section */
.zwc-slick-section {
    background-color: #010213;
    padding: 110px 0 120px 0;
    color: #fff;
    position: relative;
}
.slick-whole-slider {
    position: relative;
    max-width: 2000px;
    margin: 0 auto;
    overflow: hidden;
}
.zwc-slick-section .whole-section {
    display: flex;
}
.zwc-slick-section .whole-section .title-cont {
    width: 40%;
    position: relative;
    z-index: 1;
    background-color: #010213;
    padding: 0 10px;
}
.zwc-slick-section .whole-section .title-cont::before {
    content: '';
    position: absolute;
    width: 220%;
    height: 100%;
    background-color: #010213;
    left: -220%;
}
.zwc-slick-section .whole-section .title-cont h2 {
    font-size: 45px;
    max-width: 450px;
    margin-bottom: 80px;
}
.zwc-slick-section .whole-section .title-cont h4 {
    color: #4CFE9A;
    font-size: 25px;
    margin-top: 25px;
    max-width: 450px;
}
.zwc-slick-section .whole-section .slick-cont {
    width: 60%;
}
.slick-section, .slick-section:not(.slick-initialized) div {
    max-height: max-content;
}
.slick-section:not(.slick-initialized) {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(4,minmax(max-content,520px));
}
.slick-section:not(.slick-initialized) div {
    max-width: 628px;
}
.slick-section .slick-slide, .slick-section:not(.slick-initialized) div {
    border: 1px solid #5256BF;
    background-color: #080A24;
    border-radius: 10px;
    padding: 30px 35px;
    margin: 0 20px;
}
.slick-section .slick-slide p, .slick-section:not(.slick-initialized) div p {
    margin: 0;
}
.slick-section .slick-slide h3, .slick-section:not(.slick-initialized) div h3 {
    font-size: 32px;
}
.slick-section .slick-slide .info-cont , .slick-section:not(.slick-initialized) div .info-cont {
    border-bottom: 1px dashed #3C3E6A;
    margin: 0 0 22px 0;
    padding-bottom: 20px;
}
.slick-list {
    overflow: visible;
}
.zwc-slick-section::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 20%;
    background-image: linear-gradient(to left, #010213 15%, rgba(0, 1, 18, 0));
    right: 0;
    top: 0;
}
.zwc-slick-section .whole-section .title-cont::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 20%;
    background-image: linear-gradient(to right, #010213 5%, rgba(0, 1, 18, 0));
    right: -100px;
    top: 0;
}
.slick-cont .title-p {
    position: relative;
    z-index: 99;
    max-width: 450px;
    margin: 10px 70px 40px;
}
.slider-controls {
    display: grid;
    grid-auto-flow: column;
    place-content: flex-start;
    align-items: center;
    padding-left: 70px;
    position: relative;
    z-index: 1;
}
.slick-dots {
    padding: 0 10px;
    list-style: none;
    margin: 0;
}
.slick-dots li {
    margin: 0 10px;
}
.slick-dots li.slick-active {
    background: radial-gradient(#3480F3 33%, transparent 33%);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    margin: -9px 10px;
}
.slick-next, .slick-prev {
    visibility: hidden;
}
.slide-m-next, .slide-m-prev{
    width: 40px;
    height: 40px;
    background: #242939;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: relative;
    font-size: 0;
    border: none;
    cursor: pointer;
}
.slide-m-next:before, .slide-m-prev:before {
    content: "";
    height: 2px;
    width: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}
.slide-m-next:after, .slide-m-prev:after{
    content: "";
    height: 9px;
    width: 9px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    background: transparent;
    position: absolute;
    transform: rotate(-45deg);
    margin-left: 4px;
}
.slide-m-prev{
    transform: rotate(180deg);
}
.slick-dotted.slick-slider {
    margin-bottom: 60px;
}

/* Four Feature Section */
.zwc-four-features {
    padding: 105px 0 120px 0;
}
.zwc-four-features h2, .zwc-features h2 {
    font-size: 50px;
    text-align: center;
    font-family: var(--primaryfont-bold);
}
.zwc-four-features p.title-para, .zwc-features p.title-para {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}
.feature-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.feature-section:last-child {
    margin: 0;
}
.feature-section div {
    background-color: #F2F2F2;
    padding: 40px;
    border-radius: 20px;
    width: 40%;
}
.feature-section div h3 {
    font-size: 32px;
    position: relative;
}
.feature-section div h3::before {
    content: '';
    display: block;
    width: 40px;
    height: 41px;
    background-image: url(/sites/zweb/images/zeptomail/transactional-emails/transactional-email-sprite.svg);
    background-size: 450px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.feature-section div:first-child h3::before {
    background-position: 0px 0;
}
.feature-section div:nth-child(2) h3::before {
    background-position: -82px 0;
}
.feature-section div:nth-child(3) h3::before {
    background-position: -44px 0;
    background-size: 470px;
}
.feature-section div:last-child h3::before {
    background-position: -129px 0;
    background-size: 470px;
}
.feature-section p {
    margin: 0;
}
.zwc-four-features h2, .zwc-features h2 {
    max-width: 710px;
    margin: 0 auto 20px;
}

/* Carosoul Section */
.zwc-carosoul-section {
    position: relative;
}
.zwc-carosoul-section .content-wrap {
    max-width: 1150px;
}
.carosoul-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    grid-gap: 70px;
    background-image: linear-gradient(to top, #08091F 40%, #15186b 110%);
    border: 1px solid #56587E;
    border-radius: 20px;
    padding: 0 80px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.carosoul-section h2 {
    font-size: 42px;
    max-width: 500px;
    margin: 45px 0;
}
.carosoul-section h2::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 150px;
    background-image: linear-gradient(#141648, #298E55, #08091e);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carosoul-list {
    max-height: 160px;
    overflow: hidden;
}
.carosoul-section h2::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #4CFE9A;
    -webkit-filter: drop-shadow(0 0 10px #4cfc99) drop-shadow(0 0 10px #4cfc99) drop-shadow(0 0 20px #4cfc99);
    filter: drop-shadow(0 0 10px #4cfc99) drop-shadow(0 0 10px #4cfc99) drop-shadow(0 0 20px #4cfc99);
    border-radius: 50%;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.carosoul-list li {
    position: relative;
    top: -4px;
    padding: 16px 0;
    margin-left: 20px;
    transform: translateY(0%);
}
.carosoul-list li p {
    font-size: 23px;
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff87;
    transform-origin: left;
    scale: .9;
}
.carosoul-list li.active p {
    color: #4CFE9A;
    scale: 1.1;
}
.carosoul-list ul {
    animation-delay: 1s;
}

/* Features */
.zwc-features {
    background-color: #08091F;
    background-image: radial-gradient(circle at 50% -65%, #1E226C, #050619 80%);
    color: #fff;
    padding: 200px 0 120px 0;
    margin: -95px 0 0 0;
}
.zwc-features .fea-container p {
    margin: 0;
}
.fea-container {
    max-width: 1150px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    grid-auto-flow: dense;
    grid-gap: 15px;
}
.fea-container>div {
    background: linear-gradient(#04041C 60%, #0f103c96 160%);
    color: #fff;
    padding: 35px;
    border: 1px solid rgba(87, 89, 127, 0.6);
    border-radius: 15px;
}
.fea-container .two-column {
    grid-column: span 2;
}
.fea-container .one-column {
    grid-column: span 1;
}
.fea-container>div h4 {
    position: relative;
    font-size: 25px;
}
.fea-container>div h4::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(/sites/zweb/images/zeptomail/transactional-emails/transactional-email-sprite.svg);
    background-repeat: no-repeat;
    background-size: 450px;
    margin-bottom: 15px;
}
.fea-container>div:first-child h4:before {
    background-position: -218px 0px;
    background-size: 480px;
    width: 43px;
}
.fea-container>div:nth-child(2) h4:before {
    background-position: -367px 0px;
}
.fea-container>div:nth-child(3) h4:before {
    background-position: -410px 0px;
}
.fea-container>div:nth-child(4) h4:before {
    background-position: -164px 0px;
}
.fea-container>div:nth-child(5) h4:before {
    background-position: -245px 0px;
}
.fea-container>div:nth-child(6) h4:before {
    background-position: -326px 0px;
}
.fea-container>div:last-child h4:before {
    background-position: -286px 0px;
}

/* Explaination Section */
.zwc-explanation-section {
    padding: 0 0 120px 0;
    background-color: #050618;
}
.zwc-explanation-section .content-wrap {
    max-width: 1150px;
}
.zwc-explanation-section .content-wrap>div {
    transform-style: preserve-3d;
    padding: 1px;
    overflow: hidden;
    border-radius: 30px;
    will-change: transform;
}
.zwc-explanation-section .content-wrap>div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right bottom, #0a0b25, #56587e);
    z-index: 1;
    border-radius: 30px;
}
.zwc-explanation-section .content-wrap>div::after {
    content: '';
    position: absolute;
    width: 20%;
    height: 20%;
    background-image: radial-gradient(rgb(77 253 154 / 100%), transparent 60%);
    top: 0;
    left: 10%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 1;
    animation: borderSlide 5s linear infinite;
}
.zwc-explanation-section .content-wrap>div>div {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-color: rgb(10, 11, 37);
    z-index: 3;
    padding: 75px 60px 85px 60px;
    color: #fff;
    box-shadow: 0px 3px 50px #656DFC76;
}
.zwc-explanation-section .content-wrap>div>div>div {
    position: relative;
}
.zwc-explaining-why {
    background-color: #1b1b1b;
    padding: 30px 50px;
    height: 100%;
}
.zwc-glow-box {
    position: absolute;
    height: 1000px;
    width: 1000px;
    background-image: url(/sites/zweb/images/zeptomail/homepage/explain-gradient.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease;
    transform: translate(-50%, -50%);
}
.zwc-glow-box:not(.active) {
    transition: left 1s ease-in-out, top 1s ease-in-out;
}
.zwc-glow-box.active {
    opacity: 1;
}
.zwc-why-content h2 {
    font-size: 50px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 20px;
}
.zwc-why-content p {
    text-align: center;
    max-width: 800px;
    font-size: 18px;
    margin: auto;
}

/* Footer Section */
.zwc-footer-section {
    background-color: #010213;
}
.zwc-footer-section .content-wrap {
    max-width: 1660px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
    position: relative;
    overflow: hidden;
    width: 96%;
}
.zwc-footer-section .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-footer-section .content-wrap>div {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
    align-items: end;
    grid-gap: 35px;
    padding: 100px 0 120px;
    position: relative;
    width: 90%;
}
.zwc-footer-section h2 {
    line-height: 1.25;
    font-size: 50px;
    max-width: 900px;
    margin-bottom: 0;
    color: #fff;
}

/* Responsive */
@media screen and (max-width: 1399px) {
    .zwc-banner-section {
        /* padding: 100px 0; */
    }
    .banner-cont h1 {
        font-size: 66px;
        max-width: 650px;
    }
    .banner-cont p {
        max-width: 570px;
    }
    .points-fea-section {
        padding: 60px;
    }
    .points-title h2, .zwc-slick-section .whole-section .title-cont h2 {
        font-size: 42px;
    }
    .zwc-slick-section {
        /* padding: 100px 0; */
    }
    .zwc-slick-section .whole-section .title-cont::after {
        right: -80px;
    }
    .zwc-slick-section::after {
        width: 9%;
    }
    .zwc-four-features {
        padding: 90px 0 110px;
    }
    .feature-section div {
        width: 45%;
    }
    .carosoul-section {
        padding: 0 60px;
    }
    .carosoul-section h2 {
        margin: 40px 0;
    }
    .zwc-features {
        /* padding: 200px 0 105px 0;
        margin: -95px 0 0 0; */
    }
    .feature-section div h3 {
        font-size: 30px;
    }
    .zwc-four-features h2, .zwc-features h2, .zwc-footer-section h2, .zwc-why-content h2 {
        font-size: 45px;
    }
}
@media screen and (max-width: 1299px) {
    .banner-cont h1 {
        font-size: 60px;
        max-width: 600px;
    }
}
@media screen and (max-width: 1199px) {
    .zwc-banner-section {
        padding: 85px 0 90px 0;
    }
    .zwc-banner-section::before {
        height: max(65vw, 880px);
        width: max(80vw, 880px);
    }
    .zwc-banner-section .content-wrap {
        /* justify-content: space-around; */
    }
    .banner-cont {
        padding-bottom: 10px;
    }
    .banner-cont h1 {
        font-size: 50px;
        max-width: 520px;
    }
    .banner-cont p {
        font-size: 16px;
        max-width: 480px;
    }
    .zwc-explanation-section .content-wrap {
        max-width: 1010px;
    }
    .feature-section div h3 {
        font-size: 28px;
    }
    .points-title h2, .zwc-slick-section .whole-section .title-cont h2 {
        font-size: 35px;
    }
    .zwc-four-features h2, .zwc-features h2, .zwc-footer-section h2, .zwc-why-content h2 {
        font-size: 40px;
    }
    .points-title h2 {
        max-width: 380px;
    }
    .points-fea-section {
        padding: 50px 50px 55px 50px;
    }
    .points-section p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .zwc-slick-section .whole-section .title-cont h4 {
        font-size: 20px;
        max-width: 300px;
    }
    .zwc-slick-section .whole-section .title-cont::after {
        right: -70px;
    }
    .zwc-slick-section {
        padding: 80px 0 90px;
    }
    .zwc-slick-section .whole-section .title-cont {
        padding: 0;
    }
    .zwc-four-features {
        padding: 80px 0 95px;
    }
    .zwc-slick-section::after {
        width: 8%;
    }
    .carosoul-section h2 {
        font-size: 35px;
        max-width: 350px;
    }
    .carosoul-section {
        padding: 0px 60px;
    }
    .carosoul-list li {
        top: -3px;
    }
    .zwc-features {
        padding: 170px 0 90px 0;
        margin: -85px 0 0 0;
    }
    .fea-container>div {
        padding: 35px 25px;
    }
    .zwc-features .fea-container p {
        font-size: 16px;
    }
    .zwc-why-content p {
        max-width: 770px;
        font-size: 17px;
    }
    .zwc-explanation-section {
        padding-bottom: 95px;
    }
    .zwc-explanation-section .content-wrap>div>div {
        padding: 55px 60px 65px 60px;
    }
    .zwc-footer-section {
        /* padding: 60px 0 0; */
    }
    .zwc-footer-section .content-wrap>div {
        padding: 80px 0 90px 0;
    }
    .zwc-footer-section h2 {
        max-width: 710px;
    }
}
@media screen and (max-width: 991px) {
    .zwc-banner-section::before {
        height: max(65vw, 540px);
        width: max(80vw, 540px);
        top: -350px;
        left: 60%;
    }
    .zwc-banner-section .content-wrap {
        justify-content: center;
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }
    .zwc-banner-section {
        padding: 70px 0 85px;
    }
    .banner-cont {
        padding-bottom: 0;
    }
    .banner-cont h1 {
        margin: 0 auto 20px;
    }
    .banner-cont p {
        margin: 0 auto 30px;
        max-width: 640px;
    }
    .banner-video video{
        max-width: 400px;
    }
    .points-fea-section, .point-border, .zwc-explanation-section .content-wrap>div::before, .zwc-explanation-section .content-wrap>div, .zwc-explanation-section .content-wrap>div>div {
        border-radius: 20px;
    }
    .points-title, .points-section {
        width: 100%;
    }
    .points-fea-section {
        flex-direction: column;
        align-items: center;
    }
    .points-title h2 {
        max-width: 500px;
        text-align: center;
        margin: 0 auto 30px;
    }
    .points-section p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .point-border {
        max-width: 700px;
        margin: 0 auto;
    }
    .zwc-slick-section {
        padding: 75px 0 85px;
    }
    .zwc-slick-section .whole-section {
        flex-direction: column;
    }
    .zwc-slick-section .whole-section .title-cont {
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .zwc-slick-section .whole-section .title-cont h2 {
        margin: 0 auto 30px;
    }
    .zwc-slick-section .whole-section .title-cont h4 {
        max-width: 430px;
        margin: 15px auto;
    }
    .slick-cont .title-p {
        margin: 30px auto;
        text-align: center;
    }
    .zwc-slick-section .whole-section .slick-cont {
        width: 100%;
    }
    .slider-controls {
        padding-left: 0;
        place-content: center;
    }
    .feature-section div {
        width: 48%;
        padding: 30px 30px;
    }
    .feature-section {
        gap: 20px;
        margin-bottom: 20px;
    }
    .zwc-four-features {
        padding: 75px 0 85px;
    }
    .zwc-carosoul-section .content-wrap {
        max-width: 780px;
    }
    .carosoul-section {
        grid-gap: 0px;
    }
    .fea-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .fea-container .two-column {
        grid-column: span 1;
    }
    .fea-container .two-column:first-child {
        grid-column: span 2;
    }
    .carosoul-list li {
        margin-left : 30px;
    }
    .carosoul-list {
        /* max-height: 150px; */
    }
    .carosoul-section h2 {
        font-size: 28px;
        margin: 30px 20px 30px 0;
        max-width: 300px;
    }
    .carosoul-list li p {
        font-size: 18px;
    }
    .zwc-four-features p.title-para, .zwc-features p.title-para {
        max-width: 630px;
        margin: 0 auto 40px;
    }
    .fea-container>div {
        padding: 30px;
    }
    .zwc-four-features h2, .zwc-features h2, .zwc-footer-section h2, .zwc-why-content h2 {
        font-size: 35px;
    }
    .zwc-footer-section h2, .zwc-why-content h2 {
        max-width: 600px;
    }
    .zwc-features {
        padding: 150px 0 85px 0;
        margin-top: -75px;
    }
    .feature-section div h3 {
        font-size: 26px;
    }
    .zwc-slick-section::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 15%;
        background-image: linear-gradient(to right, #010213 10%, rgba(0, 1, 18, 0));
        left: 0;
        top: 0;
        z-index: 99;
    }
    .zwc-explanation-section {
        padding-bottom: 85px;
    }
    .zwc-footer-section .content-wrap>div {
        padding: 75px 0 90px 0;
    }
}
@media screen and (max-width: 767px) {
    .zwc-banner-section{
        padding: 50px 0 75px;
    }
    .zwc-banner-section::before {
        height: max(65vw, 250px);
        width: max(80vw, 250px);
        top: 140px;
        left: 55%;
        box-shadow: 0 0 75px 95px #070820;
    }
    .feature-section div , .zwc-explanation-section .content-wrap>div>div, .zwc-explanation-section .content-wrap>div, .zwc-explanation-section .content-wrap>div::before ,.points-fea-section, .point-border, .carosoul-section, .fea-container>div, .zwc-footer-section .content-wrap {
        border-radius: 10px;
    }
    .banner-cont h1 {
        font-size: 40px;
        max-width: 380px;
    }
    .banner-cont p {
        max-width: 530px;
    }
    .banner-video video{
        max-width: 380px;
    }
    .points-fea-section {
        padding: 40px 25px;
    }
    .points-title h2, .zwc-slick-section .whole-section .title-cont h2 {
        font-size: 28px;
    }
    .point-border {
        max-width: 500px;
    }
    .points-section p {
        font-size: 15px;
        margin-bottom: 20px;
        gap: 10px;
    }
    .points-section p span {
        width: 23px;
        height: 23px;
        margin: 0px 10px 0 0;
    }
    .points-title h2 {
        max-width: 390px;
    }
    .zwc-four-features {
        padding: 65px 0 75px 0;
    }
    .feature-section {
        flex-direction: column;
        align-items: center;
    }
    .feature-section div, .fea-container {
        width: 85%;
    }
    .fea-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .zwc-points-section {
        /* padding-bottom: 30px; */
    }
    .zwc-slick-section {
        padding: 70px 0 75px;
    }
    .zwc-slick-section .whole-section .title-cont h2 {
        max-width: 380px;
        margin: 0 auto 20px;
    }
    .zwc-slick-section .whole-section .title-cont h4 {
        font-size: 19px;
        max-width: 410px;
    }
    .slick-cont .title-p {
        margin: 30px auto;
        text-align: center;
    }
    .slick-section .slick-slide {
        padding: 30px 25px;
        margin: 0 10px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 40px;
    }
    .zwc-four-features h2, .zwc-features h2, .zwc-footer-section h2, .zwc-why-content h2 {
        font-size: 32px;
    }
    .zwc-four-features p.title-para, .zwc-features p.title-para {
        margin: 0 auto 40px;
    }
    .zwc-features {
        padding: 65px 0 75px 0;
        margin: 75px 0 0 0;
    }
    .fea-container .two-column, .fea-container .one-column {
        width: 100%;
    }
    .zwc-explanation-section .content-wrap>div>div {
        padding: 50px 30px 55px 30px;
    }
    .zwc-why-content p {
        max-width: 770px;
        font-size: 16px;
    }
    .fea-container>div h4 {
        font-size: 22px;
    }
    .feature-section div h3, .slick-section .slick-slide h3 {
        font-size: 25px;
    }
    .feature-section div h3 {
        margin-top: 10px;
    }
    .feature-section div h3::before {
        top: -1px;
    }
    .carosoul-section {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-width: 100%;
        width: 85%;
        margin: auto;
    }  
    .carosoul-section:before {
        content: '';
        position: absolute;
        z-index: 99;
        background: linear-gradient(to bottom, #0d0f3b 65%, rgba(0,1,18,0));
        width: 100%;
        height: 50%;
        right: 0%;
        top: 0;
    }
    .carosoul-section:after {
        content: '';
        position: absolute;
        z-index: 99;
        background: linear-gradient(to top, #090A24 10%, rgba(0,1,18,0));
        width: 100%;
        height: 10%;
        right: 0%;
        bottom: 0;
    }
    .carosoul-section h2::after, .carosoul-section h2::before {
        display: none;
    }
    .carosoul-section h2 {
        font-size: 28px;
        max-width: 300px;
        text-align: center;
        z-index: 99;
        margin: 35px 0 20px 0;
    }
    .carosoul-section {
        padding: 0px 60px 15px 60px;
    }
    .carosoul-list li p {
        transform-origin: center;
        text-align: center;
    }
    .carosoul-section li p {
        font-size: 18px;
    }
    .carosoul-list li {
        margin: 0;
    }
    .carosoul-list {
        width: 100%;
        /* overflow: visible; */
    }
    .zwc-explanation-section {
        padding-bottom: 75px;
    }
    .zwc-footer-section h2, .zwc-why-content h2 {
        max-width: 450px;
    }
    .fea-container .two-column:first-child {
        grid-column: span 1;
    }
    .zwc-footer-section .content-wrap>div {
        padding: 60px 0 75px 0;
    }
}
@media screen and (max-width: 480px) {
    .zwc-banner-section {
        padding: 40px 0 65px;
    }
    .zwc-banner-section::before {
        top: 120px;
    }
    .banner-cont h1 {
        font-size: 34px;
        max-width: 330px;
    }
    .banner-video {
        display: none;
    }
    .points-section p span {
        width: 15px;
        height: 15px;
        padding: 8px;
        top: 4px;
    }
    .points-title h2 {
        max-width: 340px;
    }
    .zwc-slick-section .whole-section .title-cont h2 {
        margin: 0 auto 30px;
    }
    .slick-cont .title-p {
        margin: 10px auto 30px;
    }
    .carosoul-section h2 {
        max-width: 260px;
    }
    .points-title h2, .zwc-slick-section .whole-section .title-cont h2,.zwc-four-features h2, .zwc-features h2, .zwc-footer-section h2, .zwc-why-content h2, .carosoul-section h2 {
        font-size: 25px;
    }
    .feature-section div h3, .slick-section .slick-slide h3 ,.slick-section:not(.slick-initialized) div h3 {
        font-size: 22px;
    }
    .zwc-slick-section .whole-section .title-cont h4, .fea-container>div h4 {
        font-size: 20px;
    }
    .zwc-features {
        margin-top: 65px;
        padding: 55px 0 65px 0;
    }
    .zwc-features .fea-container p, .zwc-why-content p {
        font-size: 14px;
    }
    .carosoul-list li p {
        font-size: 16px;
    }
    .zwc-four-features {
        padding: 55px 0 65px;
    }
    .feature-section div {
        width: 100%;
        padding: 30px 25px;
    }
    .fea-container {
        width: 100%;
    }
    .points-section p span {
        margin: 0;
    }
    .zwc-slick-section {
        padding: 50px 0 65px;
    }
    .zwc-slick-section::before, .zwc-slick-section::after {
        display: none;
    }
    .slick-section:not(.slick-initialized) {
        display: grid;
        grid-auto-flow: initial;
        grid-template-columns: auto;
        gap: 20px;
    }
    .slick-section:not(.slick-initialized) div {
        padding: 30px 25px;
        margin: 0;
    }
    .carosoul-section {
        padding: 0px 20px;
    }
    .carosoul-list .active p {
        scale: .8;
    }
    .zwc-carosoul-section .content-wrap {
        /* max-width: 320px; */
    }
    .carosoul-section {
        width: 100%;
    }
    .fea-container>div {
        padding: 30px 25px;
    }
    .zwc-explanation-section .content-wrap>div>div {
        padding: 30px 25px 35px 25px;
    }
    .zwc-explanation-section {
        padding-bottom: 65px;
    }
    .slider-controls {
        display: none;
    }
    .zwc-footer-section h2 {
        max-width: 340px;
    }
    .zwc-footer-section .content-wrap>div {
        padding: 55px 0 65px 0;
    }
    .zwc-footer-section .content-wrap>div {
        grid-gap: 25px;
    }
}