html {
    scroll-behavior: smooth;
}

body {
    font-family: "Urbanist", sans-serif;
    color: #000000;
    font-size: 14px;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: var(--blue-clr);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.caveat{
    font-family: "Caveat", system-ui;
}
.Passero{
    font-family: "Passero One", sans-serif;
}
.italic {
    font-style: italic;
}
:root {
    --black-clr:#000000;
    --white-clr: #fff;
    --light-grey: #f1f1f1;
    --light-white: #01010199;
    --blue-clr:#2571FF;
    --blue-clr1:#0BAEFF;
    --orange-clr: #FF7520;
    --red-clr: #FF0000;
    --green-clr:#49BF35;
    --green-clr1:#21AF21;
    --pink-clr:#EB00D0;
    --grey-clr:#555555;
    --yellow-clr: #FFFF48;
    --theme-gradient: linear-gradient(90deg, #F37302 0%, #FE3030 100%);
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.white-clr,
a.white-clr {
    color: var(--white-clr);
}
.light-grey{color: var(--light-grey);}
.light-white{color: var(--light-white);}
.blue-clr{color:var(--blue-clr);}
.blue-clr1{color:var(--blue-clr1);}
.orange-clr{color:var(--orange-clr);}
.red-clr{color:var(--red-clr);}
.green-clr{color:var(--green-clr)}
.green-clr1{color:var(--green-clr1)}
.pink-clr{color:var(--pink-clr);}
.yellow-clr{color:var(--yellow-clr);}
.grey-clr{color:var(--grey-clr);}

.theme-clr{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    /* border: 5px solid #A0D3FF; */
    /* border: 1px solid rgba(255, 255, 255, 0.20); */
    backdrop-filter: blur(10px);
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Padding Start */

.sec-pd{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .mt-md118{
        padding-top: 118px;
    }
}

/* Section Padding End */
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.gap20 {
    gap: 20px;
}

ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul li {
    display: inline-block;
    padding: 0px 10px;
    font-weight: 500;
    color: var(--white-clr);
}
.header-sec ul.leader-ul li a {
    text-decoration: none;
    font-weight: 800;
    padding: 10px 10px;
}
.leader-ul li a {
    position: relative;
    transition: all .5s;
}
a.affiliate-link-btn {
    border-radius: 10px;
    border-radius: 10px;
    background: var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    /* border: 2px solid #070707; */
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 800 !important;
    transition: all .3s ease;
}
@media (min-width: 768px) {
    a.affiliate-link-btn {
        padding: 15px 20px !important;
        font-size: 20px;
    }
}

/* sticky bar start */
.fixed-top-bar {
    background: var(--blue-clr);
    padding: 10px 0 20px;
    position: sticky;
    top: 0;
    z-index: 99;
}

.fixed-top-bar a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    background: var(--white-clr);
    border-radius: 5px 5px 5px 5px;
    padding: 10px 9px 10px;
    text-decoration: none;
    animation: blink 1.5s linear infinite;
}
@keyframes blink {
    0% {
        color: #fff;
    }
    100% {
        color: #000;
    }
}
 @media (min-width: 768px) {
    .fixed-top-bar {
        padding: 10px 0;
    }
 }
/* stick bar end */

/* header section start */

.theme-btn {
    background: var(--theme-gradient);
    padding: 12px 9px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
    background-size: 100% 100%;
    border: 5px solid #FFFFFF;
}
.theme-btn:hover {
    transition: all .3s ease;
    background-size: 150% 150%;
    transform: scale(1.03);
}

.header-sec{
    background: linear-gradient(180deg, #000000 42.93%, #032F70 93.19%);
    padding: 30px 0px;
}
.pre-head {
    padding: 10px 10px;
    background: #0BAEFF4D;
    border: 1px solid var(--blue-clr1);
    border-radius: 20px;
    display: inline-block;
}
.main-heading {
    background: #FFFFFF;
    border: 2px solid var(--blue-clr);
    box-shadow: 0px 0px 20px 0px #2495FF80 inset;
    border-radius: 20px;
    padding: 10px;
}
.typing-text {
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/typing-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    /* padding: 5px 10px; */
    width: 100%;
}
.header-blue-box{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 2px solid #FFFFFF4D;
    backdrop-filter: blur(15px);
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset, 0px -10px 10px 0px #FFFFFF33 inset;
    display: inline-block;
    border-radius: 20px;
    padding: 10px;
}
.video-box {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 2px solid #FFFFFF4D; 
    backdrop-filter: blur(15px);
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset, 0px -10px 10px 0px #FFFFFF33 inset;
    border-radius: 20px;
    padding: 10px;
}
.payment-box{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    padding: 10px;
    border-radius: 10px;
}
.header-ul{
    padding: 20px 10px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 2px solid #FFFFFF4D;
    backdrop-filter: blur(15px);
    box-shadow: 0px 10px 20px 0px #FFFFFF33 inset, 0px -10px 10px 0px #FFFFFF33 inset;
    border-radius: 20px;
}
.header-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/tick.webp") no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 15px 37px;
}
.header-ul li:last-child{
    padding-bottom: 0;
}
.green-frame{
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/green-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.red-frame{
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/red-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.Exclusive-text{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border-radius: 20px;
    padding: 10px;
}
.green-price {
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/green-price.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.month-text{
    background: var(--red-clr);
    border-radius: 100px;
    padding: 2px 6px;
}
@media(min-width:768px){
    .header-sec{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/header-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 260px;
    }
    .pre-head {
        padding: 10px 66px;
        border-radius: 100px;
    }
    .main-heading {
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/main-headline-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 56px;
        border-radius: unset;
        border: unset;
        box-shadow: unset;
    }
    .typing-text {
        padding: 12px 24px;
        width: 520px;
    }
    .header-blue-box{
        padding: 20px 28px;
        border-radius: 100px;
    }
    .green-price {
        padding: 0px 8px;
    }
    .header-ul{
        padding: 30px 20px;
    }
    .header-ul li{
        padding: 0px 0px 30px 37px;
    }
    .payment-box{
        padding: 28px 15px;
    }
    .theme-btn {
        padding: 24px 120px;
    }
    .Exclusive-text{
        padding: 15px 30px;
    }
}
/* header section end */


/* step-2 sec start */
.step-section-1 {
    background: #f2f6fe;
}
.step-section {
    background: #F1F5FC;
}
.steps-frame {
    background: url(https://cdn.oppyotest.com/launches/zynzoai/special/steps-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 6px 21px 12px 21px;
    display: inline-block;
    margin-top: -26px;
}

.step-card-11 {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    box-shadow: 0px 4px 30px 0px #2571FF80 inset;
    border-radius: 30px;
    padding: 20px 10px 20px;
}
.step-frame {
    background: #2571ff1a;
    border: 1px dashed var(--blue-clr);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.step-frame-1 {
    background: var(--orange-clr);
    border: 1px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}

/*  */
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: var(--blue-clr);
}
.steps-card .steps-icon{
    min-width: 80px;
    min-height: 80px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out;
    border: 2px solid transparent;
    padding: 10px;
    margin-bottom: 20px;
}

.steps-tabs{
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}
.step-text{
    background: #459AFA;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.nav-link.active .steps-card{
    border: 1px solid var(--blue-clr);
}
@media (min-width: 768px) {
    .step-section-1{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/step-sec-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding-bottom: 145px;
    }
    .step-section{
        background: #F1F5FC url("https://cdn.oppyotest.com/launches/zynzoai/special/step-sec-bg-1.webp") no-repeat center center;
        background-size: cover;
    }
    .steps-frame {
        padding: 6px 20px 12px 23px;
        margin-top: -7px;
    }
    .step-card-11,.step-card-22,.step-card-33 {
        padding: 30px 25px 40px;
    }
    .step-frame{
        border-radius: 20px;
        padding: 6px 30px 4px 30px;
    }
    .step-frame-1{
        border-radius: 1000px;
        padding: 0px 44px;
    }
    .steps-card{
        padding: 40px 30px;
    }
    .steps-card .steps-icon{
        padding: 20px;
    }
}
    /*  */
.steps-card p{
    color: rgba(25, 25, 25, 0.7);
}

.steps-card{
    transition: all .8s ease-in-out;
    background: #FFFFFF;
    border: 1px solid #2571ff69;
    border-radius: 20px;
    padding: 20px;
}
.heading-tabs{
    background: transparent; 
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    border-radius: 20px;
}

.cleint-frame {
    border: 5px solid var(--blue-clr);
    border-radius: 12px;
}
/* step-2 sec end */

/* compitition-sec start */
.compitition-sec{
    background: #ffffff;
}
.compitition-text{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
.compitition-text img{
    max-height: 50px;
}
.competition-frame1 {
    background: #FAFAFA;
    border: 3px solid var(--red-clr);
    border-radius: 15px;
    /* padding: 43px 30px 46px 29px; */
    /* min-height: 518px; */
    margin-top: -15px;
}
.competition-frame2 {
    background: #FAFAFA;
    border: 3px solid var(--blue-clr);
    border-radius: 15px;
    /* padding: 12px 20px; */
    margin-top: -15px;
}

.competition-red {
    background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.3) 100%);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 2px 21px 26px;
    border-radius: 10px;
}
.competition-blue {
    background: linear-gradient(180deg, rgba(37, 113, 255, 0) 0%, rgba(37, 113, 255, 0.3) 100%);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 4px 24px 31px;
    border-radius: 10px;
}
@media (min-width:768px){
    .compitition-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/zynzoai/special/competition-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .compitition-text{
        padding: 14px 44px;
    }
    .compitition-text img{
        max-height: 61px;
    }
    .competition-red {
        padding: 25px 59px 30px;
    }
    .competition-blue {
        padding: 5px 36px 30px;
    }

    .competition-frame1 {
        min-height: 465px;
    }
}
/* compitition-sec end */

/* digital-sec start */
.digital-sec{
    background: #021026;
}
.digital-text{
    background: #2571FF;
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    display: inline-block;
    border-radius: 20px;
    padding: 10px 20px;
}
.digital-box{
    background: linear-gradient(180deg, rgba(11, 174, 255, 0.1) 0%, rgba(11, 174, 255, 0.06) 100%);
    border: 2px solid #0BAEFF4D;
    box-shadow: 0px 0px 50px 0px #0BAEFF80 inset;
    border-radius: 20px;
    padding: 20px;
}
@media (min-width:768px){
    .digital-sec{
        background: #021026 url(https://cdn.oppyotest.com/launches/zynzoai/special/digital-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .digital-text{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/digital-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        padding: 10px 66px;
    }
    .digital-box{
        border-radius: 30px;
        padding: 50px;
    }
}
/* digital-sec end */


/* stack-sec start */
/* .stack-card video {
    width: 100%;
    display: block;
} */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--theme-bg-1);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
    animation: blinker 1.5s linear infinite
}
@keyframes blinker {
    50% {
        opacity: 0
    }
}
/* Button Hidden when Playing */
.hide {
    opacity: 0;
    pointer-events: none;
}

/* Play/Pause Icons */
.play-btn i {
    color: white;
    font-size: 30px;
}
.stack-card {
    /* display: flex;
    align-items: center; */
    /* height: 100%; */
    overflow: hidden;
    padding: 20px 0px 30px;
    background: url(https://cdn.oppyotest.com/launches/zynzoai/special/scroll-bg.webp) no-repeat center center;
    background-size: cover;
    border: none;
}
/* .stack-card video{
    height: 100%;
    object-fit: cover;
} */
.stack-1{
    background-color: #E3EDFF;
}
.stack-2 {
    background-color: #FFFFFF;
}
.stack-3 {
    background-color: #E5FFE5;
}
.stack-4 {
    background-color: #FFE5FC;
}
.stack-5{
    background: linear-gradient(180deg, #E3EDFF 0%, #FFFFFF 100%);
}
/* scrolling video end */


.explore-box {
    padding: 25px 25px 10px;
    /* border-radius: 10px;
    position: relative; */
}
@media(min-width:768px){
    .explore-box {
        /* border-radius: 10px;
        height: 100%; */
        padding: 20px 30px 50px 30px;
    }
    .stack-card{
        padding: 0px;
    }
    .stack-5{
        background: url(https://cdn.oppyotest.com/launches/zynzoai/special/stack5-bg.webp) no-repeat center center;
        background-size: cover;
        padding-bottom: 100px;
    }
    .stack-arrow-1, .stack-arrow-2, .stack-arrow-3, .stack-arrow-4{
        position: relative;
    }
    .stack-arrow-1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/blue-ar.webp");
        top: -100px;
        left: -50px;
    }
    .stack-arrow-2::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/red-ar.webp");
        top: -100px;
        left: -50px;
    }
    .stack-arrow-3::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/green-ar.webp");
        top: -100px;
        left: -50px;
    }
    .stack-arrow-4::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/pink-ar.webp");
        top: -100px;
        left: -50px;
    }
    .play-btn i {
        font-size: 60px;
    }
    .play-btn {
        /* left: 27%; */
        width: 100px;
        height: 100px;
    }
}
/* stack-sec end */

/* cta-border-sec start */
.cta-btn-bg {
    background: linear-gradient(180deg, #000F27 0%, #2165D3 132.78%);
    padding: 20px 10px;
    border-radius: 10px;
}
.cta-btn-border {
    border: 3px dashed #033c68;
    border-radius: 10px;
    padding: 0px;
}
@media (min-width: 768px) {
    .cta-btn-bg {
        background: url(https://cdn.oppyotest.com/launches/zynzoai/special/cta-btn-border.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 70px 25px;
        border-radius: 20px;
    }
    .cta-btn-border {
        border-radius: 23px;
        padding: 0px;
    }
}
/* cta-border-sec end */

/* publish-sec start */
.publish-sec{
    background: #1E1E1E;
}
.publish-text{
    background: #2571FF80;
    border: 1px solid var(--blue-clr);
    border-radius: 15px;
    display: inline-block;
    padding: 10px 36px;
    position: relative;
}
.publish-text::before {
    position: absolute;
    content: url("https://cdn.oppyotest.com/launches/zynzoai/special/cool.webp");
    top: -2px;
    left: -32px;
}
.publish-text::after {
    position: absolute;
    content: url("https://cdn.oppyotest.com/launches/zynzoai/special/cool.webp");
    top: -2px;
    right: -32px;
}
.publish-box{
    background: linear-gradient(180deg, rgba(11, 174, 255, 0.1) 0%, rgba(11, 174, 255, 0.06) 100%);
    border: 2px solid #0BAEFF4D;
    box-shadow: 0px 0px 50px 0px #0BAEFF80 inset;
    border-radius: 30px;
    padding: 20px 20px 20px;
}
.publish-blue-1, .publish-blue-2, .publish-blue-3 {
    background: var(--blue-clr);
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 10px;
}
.publish-orange-1, .publish-orange-2, .publish-orange-3 {
    background: var(--orange-clr);
    border: 2px solid #FF75204D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 10px;
}
.mind-box{
    background: #FFFFFF;
    border: 2px solid #0BAEFF4D;
    box-shadow: 0px 0px 50px 0px #0BAEFF80 inset;
    border-radius: 20px;
    padding: 10px;
}
@media (min-width: 768px) {
    .publish-sec {
        background: url(https://cdn.oppyotest.com/launches/zynzoai/special/publish-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .publish-text{
        padding: 10px 36px;
    }
    .publish-text::before {
        top: 1px;
    }
    .publish-text::after {
        top: 1px;
    }
    .publish-box{
        padding: 0px 10px 50px;
    }
    .publish-blue-1{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        display: inline-block;
        padding: 23px 80px;
        margin-top: -44px;
    }
    .publish-orange-1{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/orange-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        display: inline-block;
        padding: 23px 68px;
        margin-top: -44px;
    }
    .publish-blue-2{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        display: inline-block;
        padding: 23px 134px;
        margin-top: -44px;
    }
    .publish-orange-2{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/orange-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        display: inline-block;
        padding: 23px 103px;
        margin-top: -44px;
    }
    .publish-blue-3{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        display: inline-block;
        padding: 23px 100px;
        margin-top: -44px;
    }
    .publish-orange-3{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/orange-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        display: inline-block;
        padding: 23px 94px;
        margin-top: -44px;
    }
    .mind-box{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/mind-bg.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        padding: 50px 94px;
    }
}
/* publish-sec end */

/* without-sec start */
.without-sec{
   background: #FFFFFF;
}
.without-text {
    background: var(--red-clr);
    border-radius: 50px;
    display: inline-block;
    padding: 4px 25px;
}
@media (min-width:768px) {
    .without-sec{
        background: #FFFFFF url("https://cdn.oppyotest.com/launches/zynzoai/special/without-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .without-text{
        padding: 4px 56px 5px 30px;
        position: relative;
    }
    .without-text::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/without-emoji.webp");
        top: -6px;
        right: -40px;
    }
}
/* without-sec end */

/* profit-sec start */
.profit-sec{
    background: #090909;
}
.profit-text{
    background: var(--blue-clr);
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    display: inline-block;
    border-radius: 20px;
    padding: 0px 10px;
}
.profit-text-1 {
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.profit-text-2 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset, 0px -10px 10px 0px #FFFFFF33 inset, 0px 4px 4px 0px #00000040;
    border-radius: 20px;
    display: inline-block;
    padding: 5px 40px;
}
@media (min-width:768px) {
    .profit-sec{
        background:#090909 url(https://cdn.oppyotest.com/launches/zynzoai/special/profit-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .profit-text{
        padding: 0px 99px 0px 20px;
        position: relative;
    }
    .profit-text::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/money-img.webp");
        top: -16px;
        right: -22px;
    }
    .profit-text-1 {
        padding: 16px 50px;
    }
    .profit-text-2{
        padding: 15px 50px;
    }
}
/* profit-sec end */

/* globally-sec start */
.globally-sec{
    background: #fff;
}
.globally-text-1{
    background: var(--green-clr1);
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border-radius: 20px;
    padding: 10px 10px;
    display: inline-block;
}
.globally-blue-box{
    background: var(--blue-clr);
    border: 2px solid #3A6FFF;
    display: inline-block;
    border-radius: 10px;
    padding: 15px;
}
@media (min-width: 768px){
     .globally-sec{
        background:#fff url(https://cdn.oppyotest.com/launches/zynzoai/special/globally-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .blue-arrows{
        position: relative;
    }
    .blue-arrows::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/left-arrow.webp");
        top: 20px;
        left: -90px;
    }
    .blue-arrows::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/right-arrow.webp");
        top: 20px;
        right: -100px;
    }
    .globally-text-1{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/green-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
        display: inline-block;
        padding: 6px 102px;
        position: relative;
    }
    .globally-text-1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/green-left-arrow.webp");
        top: -45px;
        left: -75px;
    }
    .globally-text-1::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/green-right-arrow.webp");
        top: -45px;
        right: -75px;
    }
    .globally-blue-box{
        padding: 15px 34px;
        border-radius: 100px;
    }
    
}
/* globally-sec end */

/* choice sec start */
.choice-sec{
    background: #EDFBFF;
}
.choicebox-1{
    background: #FFF4F4;
    border: 2px solid #FF000080;
    border-bottom: 10px solid #FF000080;
    padding: 20px 10px;
    border-radius: 20px;
    /* height: 100%; */
}
.choicebox-2{
    background: #F1FFED;
    border: 2px solid #21AF2180;
    border-bottom: 10px solid #21AF2180;
    padding: 20px 10px;
    border-radius: 20px;
    /* height: 100%; */
}
.choicetext-1 {
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/choicetext-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 65px 20px;
    display: inline-block;
}
.choicetext-2{
     background: url("https://cdn.oppyotest.com/launches/zynzoai/special/choicetext-2.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 65px 20px;
    display: inline-block;
}
.choise-list{
    background: #ffffff;
    border: 1px solid #FF000033;
    padding: 20px !important;
    border-radius: 22px;
}
.choise-list-1{
    background: #ffffff;
    border: 1px solid #21AF2133;
    padding: 20px !important;
    border-radius: 22px;
}
.choise-list li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/choice-cross.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 31px 37px;
}
.choise-list-1 li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/choice-right.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 31px 37px;
}
.choise-list li:nth-last-child(1), .choise-list-1 li:nth-last-child(1){
    border: unset;
    padding-bottom: 0px;
}
.choise-list li, .choise-list-1 li{
    position: relative;
}
.choise-list li::after {
    position: absolute;
    content: "";
    background: #FF000033;
    width: 100%;
    height: 1px;
    bottom: 15px;
    left: 0;
}
.choise-list-1 li::after {
    position: absolute;
    content: "";
    background: #21AF2133;
    width: 100%;
    height: 1px;
    bottom: 15px;
    left: 0;
}
.choise-list li:last-child::after,
.choise-list-1 li:last-child::after {
    background: none;
    content: none; 
}

.choicebox-inner-text-1{
    background: #FFFFFF;
    border: 1px solid var(--red-clr);
    border-radius: 70px;
    padding: 10px 9px;
    display: inline-block;
}
.choicebox-inner-text-2{
    background: #FFFFFF;
    border: 1px solid var(--green-clr1);
    border-radius: 70px;
    padding: 10px 20px;
    display: inline-block;
}
@media (min-width: 768px) {
    .choice-sec{
        background: #EDFBFF url("https://cdn.oppyotest.com/launches/zynzoai/special/choice-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .choicebox-1{
        padding: 40px 40px 40px;
        border-radius: 40px;
    }
    .choicebox-2{
        padding: 40px;
        border-radius: 40px;
    }
    .choicetext-1{
        padding: 16px 65px 36px;
        border-radius: unset;
        display: inline-block;
    }
    .choicetext-2{
        padding: 16px 65px 36px;
        border-radius: unset;
        display: inline-block;
    }
    .choicebox-inner-text-1{
        padding: 16px 30px;
    }
    .choicebox-inner-text-2{
        padding: 16px 30px;
    }
}
/* choice sec end */

/* role-sec start */
.role-sec{
    background: #ffffff;
}
.role-text{
    background: var(--blue-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 7px 40px;
}
.role-box-1{
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/role-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 50px 30px 20px;
}
.role-box-2{
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/role-2.webp") no-repeat;
    background-size: 100% 100%;
    padding: 50px 30px 20px;
}
.role-box-3{
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/role-3.webp") no-repeat;
    background-size: 100% 100%;
    padding: 50px 30px 20px;
}
@media (min-width: 768px) {
    .role-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/zynzoai/special/role-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .role-text{
        padding: 7px 30px;
    }
    .role-text-1{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/blue-roll.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 11px 35px;
    }
}
/* role-sec end */

/* attention-sec start */
.attention-sec{
    background: #EFF5FF;
}
.attention-text{
    background: var(--red-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 7px 25px;
}
.attention-text-1{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #2571FF80 inset;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.read-text{
    background: var(--blue-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 7px 67px 7px 46px;
    position: relative;
}
.read-text::after {
    position: absolute;
    content: url("https://cdn.oppyotest.com/launches/zynzoai/special/read-icon.webp");
    top: -20px;
    right: 14px;
}
.attention-text-2{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #2571FF80 inset;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .attention-sec{
        background: #EFF5FF url("https://cdn.oppyotest.com/launches/zynzoai/special/attention-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .attention-text{
        padding: 7px 30px;
        position: relative;
    }
    .attention-text::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/attention-icon.webp");
        top: -1px;
        left: -31px;
    }
    .attention-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/attention-icon.webp");
        top: -1px;
        right: -31px;
    }
    .attention-text-1{
        padding: 15px 22px;
    }
    .attention-text-2{
        padding: 20px 27px;
    }
}
/* attention-sec end */

/* shift-sec start */
.shift-sec{
    background: #0E0E0E;
}
.shift-text{
    background: var(--blue-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 6px 40px;
}
.shift-red-box{
    background: #FF000033;
    border: 1px dashed var(--red-clr);
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
}
.shift-green-box{
    background: #21AF2133;
    border: 1px dashed var(--green-clr);
    border-radius: 10px;
    padding: 20px 30px;
}
.shift-red-box::after {
    content: "";
    position: absolute;
    background-image: url("https://cdn.oppyotest.com/launches/zynzoai/special/sh-arrow-mb.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    LEFT: 36%;
    bottom: -12%;
    transform: translateY(50%, -50%);
    width: 90px;
    height: 50px;
    z-index: 10;
}
@media (min-width: 768px) {
    .shift-sec{
        background: #0E0E0E url("https://cdn.oppyotest.com/launches/zynzoai/special/shift-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .shift-red-box{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/sh-red-box.webp") no-repeat;
        background-size: 100% 100%;
        padding: 60px 70px 60px 50px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .shift-green-box{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/sh-green-box.webp") no-repeat;
        background-size: 100% 100%;
        padding: 60px 40px 60px 80px;
        border: unset;
        border-radius: unset;
    }
    .shift-red-box::after {
        content: "";
        position: absolute;
        background-image: url("https://cdn.oppyotest.com/launches/zynzoai/special/sh-arow.webp");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: 50%;
        left: 86%;
        transform: translate(50%, -50%);
        width: 119px;
        height: 52px;
        z-index: 10;
    }
}
/* shift-sec end */

/* part-sec start */
.part-sec{
    background: #FFFFFF;
}
.part-text{
    background: var(--orange-clr);
    border-radius: 15px;
    display: inline-block;
    padding: 15px 28px;
}
.part-1{
    background: #2571FF1A;
    border: 1px solid #2571FF80;
    border-radius: 15px;
    padding: 20px;
}
.part-2{
    background: #EB00D01A;
    border: 1px solid #EB00D080;
    border-radius: 15px;
    padding: 20px;
}
.part-3{
    background: #21AF211A;
    border: 1px solid #21AF2180;
    border-radius: 15px;
    padding: 20px;
}
.part-4{
    background: #FF75201A;
    border: 1px solid #FF752080;
    border-radius: 15px;
    padding: 20px;
}
@media (min-width: 768px) {
    .part-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/zynzoai/special/part-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .part-1{
        padding: 30px 36px;
    }
    .part-2{
        padding: 30px 36px;
    }
    .part-3{
        padding: 30px 36px;
    }
    .part-4{
        padding: 30px 36px;
    }
}
/* part-sec end */

/* about-sec start */
.about-sec{
    background: #F1F5FC;
}
.about-text{
    background: #FFFFFF;
    border: 2px dashed var(--blue-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 7px;
}
@media (min-width: 768px) {
    .about-sec{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/about-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding-bottom: 210px;
    }
    .about-text{
        padding: 7px 120px 7px 28px;
        position: relative;
    }
    .about-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/hand.webp");
        top: -7px;
        right: 26px;
    }
}
/* about-sec end */

/* but-sec start */
.but-sec{
    background: #FFF1F1;
}
.but-text{
    background: var(--red-clr);
    border: 2px dashed #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
}
@media (min-width: 768px) {
    .but-sec{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/but-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 0px 0px 60px;
    }
    .but-text{
        padding: 5px 46px 5px 22px;
        position: relative;
    }
    .but-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/think-1.webp");
        top: -13px;
        right: -26px;
    }
}
/* but-sec end */

/* problem-sec start */
.problem-sec{
    background: #ffffff;
}
.problem-box{
    background: #FFF1F1;
    border: 1px solid var(--red-clr);
    border-top: 5px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    border-radius: 20px;
    display: inline-block;
    padding: 20px;
}
.problem-text{
    background: var(--red-clr);
    border: 2px dashed #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    padding: 7px;
}
@media (min-width: 768px) {
    .problem-sec{
        padding: 60px 0 100px;
    }
    .problem-box{
        padding: 55px 40px;
    }
    .problem-text{
        padding: 5px 76px 5px 18px;
        position: relative;
    }
    .problem-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/sad-emoji.webp");
        top: -13px;
        right: -13px;
    }
}
/* problem-sec end */

/* presenting-sec start */
.presenting-sec{
    background: linear-gradient(180deg, #000F27 61.92%, #2165D3 132.78%);
}
.presenting-head{
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset, 0px -10px 10px 0px #FFFFFF33 inset, 0px 4px 4px 0px #00000040;
    backdrop-filter: blur(100px);
    display: inline-block;
    padding: 10px 12px;
}
@media (min-width: 768px) {
    .presenting-sec{
        background: #F1F5FC url("https://cdn.oppyotest.com/launches/zynzoai/special/presenting-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 280px;
    }
    .presenting-head{
        padding: 12px 28px;
    }
}
/* presenting-sec end */

/* demo section start */
.demo-sec{
    background: #000000;
}
.demo-text{
    background: var(--blue-clr);
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 100px;
}
.border-frame {
    background: #151515;
    border: 2px solid #8F77FD80;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
@media(min-width:768px){
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/zynzoai/special/demo.webp) no-repeat center center;
        background-size: cover;
    }
    .demo-text {
        padding: 0px 50px;
    }
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/demo-video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px;
        border-radius: 0;
        border: unset;
        backdrop-filter: unset;
    }
}
/* demo section end */

/* slider-sec start */
.slider-sec{
    background: #ffffff;
}
.slider-main-image {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
}
.slider-main-image img {
    display: block;
    animation: slider-image-running 30s linear infinite;
    width: 250%;
}
@keyframes slider-image-running {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@media (min-width:768px) {
    /* .slider-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/zynzoai/special/slider-bg.webp) no-repeat center center;
        background-size: cover;
    } */
}
/* slider-sec end */

/* features section start */
.feature-sec{
    background: #010101;
}
.features-heading{
   position: relative;
}
.feature-card-1 {
    background: #FFFFFF08;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
}
.feature-card-2 {
    background: #FFFFFF08;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
}
.black-feature-card{
    background: #FFFFFF08;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
}
.black-feature-card-1{
    background: #FFFFFF08;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
}
.white-feature-card, .white-feature-card-1{
    background: #FFFFFF08;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px 10px;
    height: 100%;
}
@media (min-width:768px) {
   .feature-sec{
       background: url("https://cdn.oppyotest.com/launches/zynzoai/special/feature-bg.webp") no-repeat center center;
       background-size: cover;
   }
   .features-heading:before{
       background: url(https://cdn.oppyotest.com/launches/zynzoai/special/power-icon-left.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       left:200px;
       content: '';
   }
   .features-heading:after{
       background: url(https://cdn.oppyotest.com/launches/zynzoai/special/power-icon-right.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       right:200px;
       content: '';
   }
   .feature-card-1{
        border-radius: 20px;
        padding: 40px 50px;
   }
   .feature-card-2{
        border-radius: 20px;
        padding: 25px 30px 30px;
   }
   .black-feature-card{
        border-radius: 20px;
        padding: 40px 50px;
   }
   .black-feature-card-1{
       border-radius: 20px;
       padding: 25px 30px 30px;
    }
    .white-feature-card{
        border-radius: 20px;
        padding: 40px 50px;
    }
   .white-feature-card-1{
        border-radius: 20px;
        padding: 25px 30px 30px;
   }

}
/* features section end */

/* option-sec start */
.option-sec{
    background: #F1F5FC;
}
.option {
    padding: 6px 45px 6px 25px;
    border-radius: 100px;
    display: inline-block;
}
.option-sec-head {
    background: #ffffff;
    border: 1px solid var(--blue-clr);
    box-shadow: 0px 0px 20px 0px #2495FF80 inset;
    border-radius: 20px;
    padding: 10px;
}
.option-sec-text{
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/option-sec-text.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 15px;
    color: var(--white-clr);
}
@media (min-width: 768px) {
    .option-sec{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/option-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .option-sec-head {
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/option-sec-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 25px 44px;
        border-radius: unset;
        border: unset;
        box-shadow: unset;
    }
    .option {
        padding: 1px 54px 1px 31px;
    }
}
/* option-sec end */

/* agency-sec start */
.agency-sec{
    background: #FFFFFF;
}
.agency-box-1{
    background: linear-gradient(180deg, #2571FF 0%, rgba(22, 68, 153, 0) 100%);
    border-radius: 20px;
    padding: 20px 15px 15px;
    height: 100%;
}
.agency-box-2{
    background: linear-gradient(180deg, #2571FF 0%, #164499 100%);
    border-radius: 20px;
    padding: 20px 15px 15px;
    height: 100%;
}
@media (min-width: 768px) {
    .agency-sec{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/agency-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .agency-box-1{
        transform: rotate(-5deg);
        padding: 30px 15px 15px;
        max-width: 295px;
        display: inline-block;
    }
    .agency-box-2{
        transform: rotate(5deg);
        padding: 30px 15px 15px;
        max-width: 295px;
        display: inline-block;
    }
}
/* agency-sec end */

/*freelancer sec start */
.freelancer-sec{
    background: #F1F5FC;
}
.freelancer-text{
    background: #ffffff;
    border: 1px solid var(--blue-clr);
    box-shadow: 0px 0px 20px 0px #2495FF80 inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
.freelancer-text-1{
    background: #FF7520;
    border: 2px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .freelancer-sec{
        background: #F1F5FC url("https://cdn.oppyotest.com/launches/zynzoai/special/freelancer-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .freelancer-text{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/freelancer-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        box-shadow: unset;
        padding: 28px 45px;
    }
    .freelancer-text-1{
        border-radius: 100px;
        padding: 10px 40px;
    }
}
/* freelancer  sec end */

/* crazy sec start */
.crazy-sec{
    background: #ffffff;
}
.crazy-text{
    background: var(--blue-clr);
    display: inline-block;
    padding: 10px;
    border-radius: 100px;
    position: relative;
}
@media (min-width: 768px) {
    .crazy-sec{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/crazy-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .crazy-text{
        padding: 10px 55px 10px 20px;
    }
    .crazy-text::after{
        content: url(https://cdn.oppyotest.com/launches/zynzoai/special/cool-1.webp);
        position: absolute;
        top: 0px;
        right: -60px;
    }
    .red-wave-2{
        position: relative;
    }
    .red-wave-2::after {
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/blue-border-1.webp");
        content: "";
        position: absolute;
        height: 8px;
        width: 100%;
        bottom: -8px;
        right: 0px;
    }

}
/* crazy sec end */

/* potential-sec start */
.potential-sec{
    background: #F1F5FC;
}
.gap30 {
	--bs-gutter-y: 30px;
}
.feature-list-box {
    padding: 15px 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: #FFFFFF;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	border-bottom: 7px solid var(--blue-clr);
}
.feature-list-box img {
    border-radius: 50%;
    background: #F1F5FC;
}
.feature-list-box:hover{
	-webkit-animation-name: wobble;
    animation-name: wobble;    
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}
@-webkit-keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  
  @keyframes wobble {
	0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
  }
  .support-img:hover img{-webkit-animation-name: wobble;
    animation-name: wobble;    
    -webkit-animation-duration:          0.8s;
    -webkit-animation-iteration-count:   infinite;
    -webkit-animation-timing-function:   linear;
    -webkit-transform-origin:            50% 100%;
}

@media(min-width:768px){
	.gap30 {
		--bs-gutter-x: 50px;
		--bs-gutter-y: 50px;
	}
	.feature-list-box {
		height: 100%;
		padding: 30px;
	}

}
/* potential-sec end */

/*compare section start*/
.compare-section{
    background: #ffffff;
}

.winning-box{
    padding: 36px 110px;
    border-top: 1px solid #378E00;
    border-left: 1px solid #378E00;
    border-right: 1px solid #378E00;
    border-width: 1px, 0px, 1px, 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #378E00;
    border-radius: 20px 20px 0px 0px;
    box-shadow: -5px 4px 30px 0px #00000026;
    margin-top: -24px;
}
.compare-list-1{
    box-shadow: -5px 4px 30px 0px #00000026;
    border-radius: 0px 0px 0px 20px;
}
.compare-list-1 li {
    list-style: none;
    text-align: left;
    padding: 25px 25px 25px 70px;
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/happy-tick.webp") no-repeat;
    background-position: 23px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #378E00;
    background-color: #FFFFFF;
}
.compare-list-1 li:nth-child(odd){  
    background-color: #E6FFC7;
}
.compare-list-1 li:last-child{
     border-bottom: 1px solid #378E00;
    border-radius: 0px 0px 0px 20px;
}
.losing-box {
    padding: 24px 110px;
    background: #FF361D;
    border: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 0px 0px;
}
.compare-list-2 li{
    list-style: none;
    text-align: left;
    background: url("https://cdn.oppyotest.com/launches/zynzoai/special/sad-tick.webp") no-repeat;
    background-position: 23px 37px;
    padding: 38px 41px 38px 65px;
    border-right: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FCDDDA;
    
}
.compare-list-2 li:nth-child(3), .compare-list-2 li:nth-child(5){
    padding: 25px 41px 25px 65px;
    background-position: 23px 25px;
}
.compare-list-2 li:nth-child(even){  
    background-color: #FFEBE9;
}
.compare-list-2 li:last-child{
    border-radius: 0px 0px 20px 0px;
    border-bottom: 1px solid #FF361D;
    /* padding: 25px 35px 25px 65px; */
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
    }
    .table-1>div{
        width:1170px;
    }
}
@media(min-width:768px){
    /* .compare-section{
        background:  url("https://cdn.oppyotest.com/launches/zynzoai/special/compare-bg.webp") no-repeat center center;
        background-size: cover;
    } */
    .px-md-14{
        padding-left: 14px;
        padding-right: 14px;
    }
    .mt-md165{
        margin-top: 165px !important;
    }
}

/* compare section end */

/* stress-free-sec start */
.stress-free-sec{
    background: #000000;
}
.stress-free-head{
    display: inline-block;
    position: relative;
    padding: 5px;
    border-radius: 10px;
    background: var(--orange-clr);
}
.stress-free-head2{
    background: #2571FF33;
    border: 1px dashed var(--blue-clr);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 10px 15px;
    display: inline-block;
}
@media (min-width: 768px) {
    .stress-free-sec{
        background: #000000 url("https://cdn.oppyotest.com/launches/zynzoai/special/stress-free-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .orange-wave{
        position: relative;
    }
    .orange-wave::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/orange-wave.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .stress-free-head{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/stress-free-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 100px 20px 60px;
    }
    .stress-free-head::after {
        content: url("https://cdn.oppyotest.com/launches/zynzoai/special/tounge-emoji.webp");
        position: absolute;
        top: -18px;
        right: -30px;
    }
    .stress-free-head2{
        padding: 12px 44px;
    }
}
/* stress-free-sec end */

/* fear sec start */
.fear-sec{
    background: #F1F5FC;
}
.fair-text {
    border: 2px solid #FF361D;
    background: #ffffff;
    border-radius: 20px;
    color: var(--red-clr);
    display: inline-block;
    padding: 0px 58px;
}
.theme-brush {
    background: var(--red-clr);
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    padding: 1px 20px;
}
@media (min-width: 768px) {
    .fear-sec{
        background: #F1F5FC url(https://cdn.oppyotest.com/launches/zynzoai/special/fair-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .fair-text{
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/fair-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 0px 30px;
    }
    .theme-brush {
        padding: 1px 30px;
    }
}
/* fear sec end */

/* bonusess-sec start */
.bonusess-sec{
    background: #2571FF;
}
@media (min-width: 768px) {
    .bonusess-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/zynzoai/special/bonusses-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 50px 0px 100px;
    }
}
/* bonusess-sec end */

/* bonus sec start */
.bonus-sec {
    background: #ffffff;
}
.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 2px solid var(--blue-clr);
    background: #2571FF1A;
    height: 100%;
    padding: 20px;
}

.margin-t-30 {
    margin-top: -30px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/zynzoai/special/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 768px){
    .margin-t-78 {
        margin-top: -66px;
    }
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
}
/* bonus sec end */

/* moneyback sec start */
.moneyback-sec{
    background: #F1F5FC;
}
.moneyback-h{
    background: var(--blue-clr);
    border: 2px solid var(--blue-clr);
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border-radius: 100px;
    padding: 10px;
}
@media (min-width:768px) {
    .moneyback-sec{
        background: #F1F5FC url("https://cdn.oppyotest.com/launches/zynzoai/special/moneyback-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .moneyback-h {
        padding: 10px 90px 10px 40px;
        position: relative;
    }
    .moneyback-h::after {
        content: url(https://cdn.oppyotest.com/launches/zynzoai/special/think-icon.webp);
        position: absolute;
        top: -15px;
        right: -15px;
    }
}
/* moneyback sec end */

/* Table Section Start */

.table-section {
    background: #000000;
    padding: 30px 0
}

.tablebox2 {
    background: #fff;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 20px;
    border: solid 10px #FDF1FF;
}

.tbbg2 {
    background: #FDF1FF;
    padding: 30px;
    background-size: cover;
    border-radius: 8px 8px 0 0
}

.tablebox2 ul {
    padding-left: 0;
    color: #010101
}

.myfeatureslast {
    float: left;
    padding: 20px;
    width: 100%;
    min-height: 69px;
    color: #000;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul.grey-tick-last {
    padding: 0
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/zynzoai/special/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #08041e
}

ul.grey-tick-last li:last-child {
    border-bottom: 0
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #f1f1f1;
}

ul.grey-tick-last li:nth-child(even) {
    background-color: #fff;
}

.tablebox3 {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 35px 35px 20px 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    position: relative;
    padding: 15px;
    /* border: 5px solid #000; */
    background: var(--white-clr);
}

.tbbg3 {
    background: #000;
    /* background: url(https://cdn.oppyotest.com/launches/zynzoai/special/table-frame.webp) no-repeat bottom center; 
    background-size: 100% 100%;*/
    padding: 20px;
    border-radius: 8px 8px 0 0;
    /* min-height: 210px; */
}
.tablebox3 ul {
    padding-left: 0;
    color: #010101
}

ul.vgreytick {
    padding: 0
}

ul.vgreytick li {
    background:#fff url(https://cdn.oppyotest.com/launches/zynzoai/special/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
ul.vgreytick li:nth-child(1) {
    border-radius: 15px 15px 0px 0px;
}
ul.vgreytick .list-close {
    background: #fff url(https://cdn.oppyotest.com/launches/zynzoai/special/list-cross.webp) no-repeat;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
}
/* ul.vgreytick li:last-child {
    border-bottom: 0
} */

.myfeatureslastborder {
    float: left;
    padding: 20px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    min-height: 69px;
    background: #fff
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #2447a2;
}

.commercial{
    background: #ffffff;
    border-radius: 25px;
    padding: 8px 29px;
    display: inline-block;
}
.commercial1{
    background: #FCEE53;
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 8px 11px;
    display: inline-block;
}
.commercial2 {
    background: var(--blue-clr);
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 8px 11px;
    display: inline-block;
}
.table-sale {
    background: var(--green-clr1);
    border-radius: 48px;
    padding: 2% 5%;
    display: inline-block;
}
/* .table-sale {
    background: url(https://cdn.oppyotest.com/launches/zynzoai/special/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
} */
.mt-top{
    margin-top: -77px;
}
.vgreytick li.headline1 {
    background: #FFDFDF;
    padding: 15px 0px 15px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #FF0000;
}
.vgreytick li.headline2 {
    background: var(--black-clr);
    padding: 15px 0px 15px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
}
ul.vgreytick3 li {
    background: url(https://cdn.oppyotest.com/launches/zynzoai/special/cross2.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.table-text {
    background: var(--blue-clr);
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border: 2px solid #FFFFFF4D;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 15px;
}
.tbbg4  {
    background: #000;
    padding: 20px 10px;
    border-radius: 8px 8px 0 0;
}
@media(min-width:768px){
    .table-section {
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/table-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
    }
    .table-text{
        background: url(https://cdn.oppyotest.com/launches/zynzoai/special/blue-frame.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        box-shadow: unset;
        padding: 8px 40px 8px;
    }
    .gx-6 {
        --bs-gutter-x: 4rem
    }
    .tbbg2 {
        min-height: 235px;
        padding:50px 30px 50px 30px;
        background-size: 100% 100%;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 27px
    }
    ul.vgreytick .list-close {
        padding: 20px 15px 20px 65px;
        background-position: 30px 24px;
    }
    .tbbg3 {
        padding: 30px;
        /* min-height: 500px; */
        /* background-size: 100% 100%; */
    }    
    .tbbg4 {
        padding: 100px 30px 30px !important;
    }    
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 27px
    }
    .myfeatureslast {
        padding: 30px 25px;
    }
    /* .table-sale {
        padding: 11px 70px;
    } */
    .mt-top{
        margin-top: -79px;
    }
    ul.vgreytick3 li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    .commercial1{
        padding: 8px 29px;
    }
    .commercial2{
        padding: 8px 29px;
    }
}

/* Table Section End */

/* ticking sec start */
.ticking-sec{
    background: #F1F5FC;
}
.ticking-text{
     background: var(--blue-clr);
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    padding: 0px 20px;
    display: inline-block;
}
/* ticking sec end */

/* contact-sec start */
.contact-section {
    background-color: #ffffff;
}
.contact-text {
    background: var(--blue-clr);
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
}
@media (min-width: 768px) {
    .contact-section {
        background: #ffffff url(https://cdn.oppyotest.com/launches/zynzoai/special/contact-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .contact-text {
        background: url("https://cdn.oppyotest.com/launches/zynzoai/special/dark-purple-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 60px;
        border-radius: unset;
        position: relative;
    }
}
/* contact-sec end */

/* faq sec start */
.faq-section {
    background: #F1F5FC;
    padding: 30px 0px;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/zynzoai/special/faq-icon.webp) no-repeat top left;
    background-color: #ffffff;
    padding: 20px 15px 20px 55px;
    background-position: 15px 25px;
    border: 1px solid var(--blue-clr);
    border-radius: 20px;
}
@media (min-width: 768px){
    .faq-section {
        padding: 100px 0px;
    }
}
/* faq sec end */

/* final-call start */
.cta-section-white {
    background: #ffffff;
    padding: 30px 0;
}
.final-text{
    background: var(--orange-clr);
    border: 1px solid #FFFFFF4D;
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px){
    .cta-section-white {
        padding: 80px 0px;
    }
    .final-text{
        border-radius: 100px;
        padding: 0px 44px;
    }
}
/* final-call end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul .t-decoration-none:hover {
    color: #fff;
}
@media(min-width:768px) {
    .footer-section {
        padding: 70px 0px;
    }
}

/* footer end */


@media (min-width: 768px) {
    .f-md-80 {
        font-size: 80px;
    }
}
/*  */





/* slider up start */
.bx-wrapper {
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    max-width: auto !important;
}
.bx-viewport {
    position: relative !important;
}
.bxslider {
    background: transparent !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0px !important;
    font-weight: 800;
    position: relative;
}
.bxslider li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    line-height: 32px;
    text-align: center;
}
.bx-wrapper img {
    display: inline !important;
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
}
/* slider up end */