@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wdth,wght@0,62..125,100..900;1,62..125,100..900&family=Caveat:wght@400..700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Archivo", sans-serif;
    color: #000000;
    font-size: 14px;
}
html::-webkit-scrollbar {
    width: 10px; 
}
html::-webkit-scrollbar-track {
  background-color: #eee;
}
html::-webkit-scrollbar-thumb {
  background: #0090FF;
  border-radius: 25px;
}
.poppins{
    font-family: "Poppins", sans-serif;
}
.canveat{font-family: "Caveat", cursive;}
.yellow-clr {
    color: #FFC633;
}
.white-clr {
    color: #ffffff;
}
.blue-clr {
    color: #031528;
}
.blue-gradient{
    background: #26D9FB;
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.red-clr {
    color: #FF361D;
}
.grey-clr{
    color: #D9D9D9;
}
.light-blue{
    color:#00AAFF;
}
.orange-clr{
    color: #FF813B;
}
.underline {
    border-bottom: 2px solid;
}
.black-clr {
	color: #101010;
}
.neon-clr{color:#95C956}
.theme-color{color:#42AFB2;}
.green-gradient{
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.green-gradient2{
    background: linear-gradient(90deg, #65BA8B 0%, #97CA55 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.orange-gradient{
    background: var(--C2, linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
a.cta-link-btn{
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    font-size: 22px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 700;
    transition: all .3s ease;
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    border-radius: 10px;
}
a.cta-link-btn:hover {
    border-radius: 8px;
    background: linear-gradient(90deg, #97CA55 0%, #009AFA 100%);
    color: #ffffff;
}
@media(min-width:768px){
    a.cta-link-btn {
        font-size: 30px;
        padding: 35px 25px;
        display: inline-block;
    }
}

.affiliate-link-btn1 a {
    border-radius: 10px;
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    font-size: 22px;
    line-height: 140%;
}
.affiliate-link-btn1 a:hover{
    background: linear-gradient(90deg, #97CA55 0%, #009AFA 100%);
}
@media(min-width:768px) {
    .affiliate-link-btn a {
        font-size: 27px;
        padding: 15px 20px;
        display: inline-block;
        width: auto;
    }
    .affiliate-link-btn1 a {
        font-size: 32px;
        padding: 30px 20px;
        width: auto;
    }
}

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);
}
.hero-section ul.leader-ul li a {
    text-decoration: none;
    font-weight: 500;
    padding: 10px 10px;
}
.hero-section ul.leader-ul li a:hover{
    color: var(--white-clr);
}
.leader-ul li a {
    position: relative;
    transition: all .5s;
}
a.affiliate-link-btn {
    border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    border: 2px solid #FFFFFF;
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 500 !important;
    transition: all .3s ease;
}
.affiliate-link-btn a:hover{
    background: linear-gradient(90deg, #97CA55 0%, #009AFA 100%);
}
@media (min-width: 768px) {
    a.affiliate-link-btn {
        padding: 12px 20px !important;
        font-size: 20px;
    }
}
/* Section Padding Start */

.sec-pd{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */

/* 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); }
}
/* hero section start */
@media(max-width:768px){
    .heading{
        border-bottom: 2px solid #DA1467 ;
    }
}
.hero-section{
    background: linear-gradient(191deg, #000 8.4%, #000E09 92.29%);
}
.pre-heading{
    border-radius: 31px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: #191B1A;
    padding: 10px;
    display: inline-block;
}

.post-heading{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/post-heading.webp) no-repeat;
    background-size: 100% 100%;
    padding: 0.5% 2%;
    display: inline-block;
}
.post-heading2{
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.50);
    background: #07100C;
    display: inline-block;
    padding: 1% 2%;
}
.black-shape{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/black-shape.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 10px 15px;
}
.border-dashed {
    border-radius: 20px;
    border: 2px dashed #009AFA;
    background: #191B1A;
    padding: 20px;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/list-head.webp) no-repeat;
    padding: 10px 0px 10px 40px;
    background-position: 0px 15px;
    list-style: none;
}
@media(min-width:768px){
    .hero-section{
        background: #000E09 url(https://cdn.oppyotest.com/launches/newscasterai/special/hero-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 60px 0 100px;
    }
    .pre-heading{padding: 10px 40px;}
    .heading{
        border-radius: 10px;
        background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
        padding: 2px 15px;
    }
    
}
/* hero section end */

/* second section start */
.second-section{
    background: #ffffff;
}
.click{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/click.webp) no-repeat;
    background-size: 100% 100%;
    padding: 3px 15px;
}
.step-card{
    border-radius: 20px;
    /* border: 2px solid #009AFA; */
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    padding: 10px;
}
.step{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/step.webp) no-repeat;
    background-size: 100% 100%;
    padding: 2% 6%;
    display: inline-block;
}
.step-card2{
    border-radius: 20px;
    /* border: 2px solid #009AFA; */
    background: #ffffff;
    padding: 10px;
    position: relative;
}
.step-card2:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
@media(min-width:768px){
    .second-section{
        background: #ffffff url(https://cdn.oppyotest.com/launches/newscasterai/special/second-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .step-card,.step-card2{padding: 50px;}
}
/* second section end */

/* third section start */
@media(max-width:767px){
    .brush{
        border-bottom:1px solid #FF992E;
        color:#031528;
        display:inline-block;
    }
}
.third-section{
    background: linear-gradient(191deg, #000 8.4%, #000E09 92.29%);
}

.third-section li::marker{
    color: #FF361D;
}
@media(min-width:768px){
    .third-section{
        background: #000302 url(https://cdn.oppyotest.com/launches/newscasterai/special/third-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .brush{
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/brush.webp) no-repeat;
        background-size: 100% 100%;
        padding: 1% 2%;
        display: inline-block;
    }
}
/* third section end */

/* cta btn section start */
.cta-section-white {
    background: #000302;
}
@media (min-width: 768px){
    .cta-section-white {
        background: #000302 url(https://cdn.oppyotest.com/launches/newscasterai/special/cta-bg.webp) no-repeat top center;
        background-size: cover;
    }
}
/* cta btn section end */

/* limited time section start */
.limited-time-sec {
    padding: 10px 0px 10px 0px;
    background: #FF2C2C;
}
/* limited time section end */

/* websites section start */
.websites-section{
    background: #000302;
    padding: 0 0 30px;
}
.websites-inner {
    background: #ffffff;
    padding: 30px 0;
    border-radius: 0 0 50px 50px;
}
@media (min-width: 768px){
    .websites-section{
        background: #000302 url(https://cdn.oppyotest.com/launches/newscasterai/special/websites-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
        padding: 0 0 100px;
    }
    .websites-inner {
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/websites-inner.webp) no-repeat;
        background-size: 100% 100%;
        padding: 100px 0 40px;
    }
}
/* websites section end */

/* forth section start */
.forth-section{
    background: #ffffff;
}
.forth-shape{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/forth-shape.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
    display: inline-block;
}
.forth-shape1 {
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/forth-shape.webp) no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
    display: inline-block;
}

.brush2{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/brush2.webp) no-repeat;
    background-size: 100% 100%;
    padding: 1% 2%;
}
@media (min-width: 768px){
    .forth-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/forth-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .forth-shape{
        padding: 15px 120px;
        position: relative;
    }
    .forth-shape1{
        padding: 30px 80px;
        display: inline-block;
    }
    .forth-shape:before{
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/coin.webp);
        position: absolute;
        top:42px;
        left:30px;
    }
    .forth-shape:after{
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/coin.webp);
        position: absolute;
        top:42px;
        right:30px;
    }
    .brush2{
        padding: 1% 2% 1% 6%;
        display: inline-block;
        position: relative;
    }
    .brush2:before{
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/vector.webp);
        position: absolute;
        top:-10px;
        left:-20px;
    }
    
}
/* forth section end */

/* fifth section start */
.fifth-section{background: #EDF3EF;}
.testimonial-card {
    border-radius: 20px;
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    padding: 30px;
    
}
/* fifth section end */

/* sixth section start */
.sixth-section{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 28.5%, #000 66.69%);
}
.red-brush{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/red-brush.webp) no-repeat;
    background-size: 100% 100%;
    padding: 0% 2%;
    display: inline-block;
}
.red-brush2{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/red-brush.webp) no-repeat;
    background-size: 100% 100%;
    padding: 0% 2%;
    display: inline-block;
}
@media (min-width: 768px){
    .sixth-section{
        background: #EDF3EF url(https://cdn.oppyotest.com/launches/newscasterai/special/sixth-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0 18%;
    }
    .red-brush2{
        padding: 2% 4% 2% 10%;
        position: relative;
    }
    .red-brush2:before{
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/silence-emoji.webp);
        position: absolute;
        top:-5px;
        left:-20px;
    }
}
/* sixth section end */

/* seventh section start */
.seventh-section{
    background: #EDF3EF;
    padding: 30px 0;
}
.white-card{
    border-radius: 20px;
    border: 1px solid #009AFA;
    background: #FFF;
    box-shadow: -10px 10px 30px 0px rgba(0, 96, 10, 0.30);
    padding:10px;
}
@media (min-width: 768px){
    .seventh-section{
        padding: 0 0 100px;
    }
    .white-card{
        padding: 60px 100px;
        margin-top: -25%;
    }
}
/* seventh section end */

/* eighth section start */
.eighth-section{
    background: #ffffff;
}
@media (min-width: 768px){
    .eighth-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/eighth-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
}
/* eighth section end */

/* pie section start */
.pie-section{background: rgba(237, 243, 239, 0.90);}
@media (min-width: 768px){
    .pie-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/pie.webp) no-repeat bottom center;
        background-size: cover;
    }
}
/* pie section end */

/* news section start */
.news-section{
    background: #ffffff;
}
.news-shape {
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/forth-shape.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
    display: inline-block;
}
@media (min-width: 768px){
    .news-shape {
        padding: 15px 190px 15px 80px;
        position: relative;
    }
    .news-shape:before{
        position: absolute;
        top: 25px;
        right: 80px;
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/think-emoji.webp);
    }
}
/* news section end */

/* clicks section start */
.click-section{background:#ffffff;}
/* clicks section end */

/* demo section start */
.demo-section{
    background: linear-gradient(191deg, #000 8.4%, #000E09 92.29%);
}
@media (min-width: 768px){
    .demo-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/demo-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 140px;
    }
}
/* demo section end */

/* selling section start */
.selling-section{
    background: #ffffff;
}
@media (min-width: 768px){
    .selling-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/selling-bg.webp) no-repeat top center;
        background-size: cover;
    }
}
/* selling section end */

/* features section start */
.features-section{
    background: linear-gradient(191deg, #000 8.4%, #000E09 92.29%);;
}
.feature-card2{
    border-radius: 20px;
    /* border: 2px solid #009AFA; */
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    padding: 10px;
    height:100%;
}
.feature-card1{
    border-radius: 20px;
    /* border: 2px solid #009AFA; */
    background: transparent;
    padding: 10px;
    position: relative;
    height: 100%;
}
.feature-card1:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
@media (min-width: 768px){
    .features-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/features-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .feature-card1,.feature-card2{padding: 43px;}
}

/* features section end */

/* niche section start */
.niche-section{
    background: #000E09;
}
@media (min-width: 768px){
    .niche-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/niche-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
}
/* niche section end */

/* industry section start */
.industry-section{background: #ffffff;}
.industry-shape{
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(0, 154, 250, 0.20) 0%, rgba(151, 202, 85, 0.20) 100%);
    padding: 20px 10px;
    display: inline-block;
}
@media (min-width: 768px){
    .industry-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/industry-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .industry-shape{
        border-radius: 78px;
        background: linear-gradient(90deg, rgba(0, 154, 250, 0.20) 0%, rgba(151, 202, 85, 0.20) 100%);
        padding: 24px 50px 24px 170px; 
        position: relative;
    }
    .industry-shape:before{
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/industry-vector.webp) no-repeat;
        position: absolute;
        content:'';
        width: 200px;
        height: 200px;
        top:-35px;
        left:-35px;
    }
}
/* industry section end */

/* min section start */
.miin-section{background: #EDF3EF;}

@media (min-width: 768px){
    .min-section{
        background:  url(https://cdn.oppyotest.com/launches/newscasterai/special/min-bg.webp) no-repeat top center;
        background-size: cover;
    }
}
/* min section end */

/* hi there section start */
.hi-their-sec {
    background: #EDF3EF;
}
.hi-their-box {
    background: #fff;
    border: 2px solid #15C6FC;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    padding: 0px 15px 30px 15px;
}
.hi-their-shadow {
    background: #FFFFFF;
    border: 10px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 5px;
    margin-top: -60px;
    display: inline-block;
}
.blue-border {
    border: 1px solid #15C6FC;
}
.hi-their-head {
    padding: 15px;
    border: 2px solid #15C6FC;
    border-radius: 100px;
    background: #fff;
    display: inline-block;
}
@media (min-width: 768px){
    .hi-their-box {
        border-radius: 50px;
        padding: 0px 70px 100px 70px;
    }
    .hi-their-head {
        padding: 15px 50px;
    }
}
/* hi there section end */

/* goal section start */
.goal-section{background: #fff;}
@media (min-width: 768px){
    .bulb {
        position: relative;
    }
    .bulb::before {
        position: absolute;
        top: 7px;
        left: 175px;
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/bulb.webp);
    }
    .bulb::after {
        position: absolute;
        top: 7px;
        right: 175px;
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/bulb.webp);
    }
}
/* goal section end */

/* trofee section start */
@media (min-width: 768px){
    .troffee-section {
        padding: 100px 0px;
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/troffee-bg.webp) no-repeat center center;
        background-size: cover;
    }
}
/* trofee section start */
.presenting-section{
    background: #000302;
}
.produly{
    position: relative;
    padding: 10px;
    display: inline-block;
   
}
.produly:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #65BA8B 0%, #97CA55 100%);;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
@media (min-width: 768px){
    .presenting-section{
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/presenting-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0 140px;
    }
    .produly{padding: 10px 30px;}
}
/* presenting section end */

/* conqure section start*/
.conqure-section{background: #ffffff;}
@media (min-width: 768px){
    .conqure-section{
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/conqure-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 140px;
    }
}
/* conqure setion end */

/* niche section start 2 */
.niche2-section{background:#DBEADF;}
@media (min-width: 768px){
    .niche2-section{
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/niche-bg2.webp) no-repeat bottom center;
        background-size: cover;
        padding: 140px;
        background-attachment: fixed;
    }
}

/* white section start */
.white-section{background: #ffffff;}
/* white section end */

/* everthing section start */
.everything-section{background: linear-gradient(191deg, #000 8.4%, #000E09 92.29%);}
.red-shape{
    background: #FF361D;
    border-radius: 48px;
    padding: 9px 20px;
    display: inline-block;
}
@media (min-width: 768px){
    .everything-section{
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/everything-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 200px;
    }
    .red-shape{
        padding: 9px 29px 9px 47px;
        position: relative;
    }
    .red-shape:before{
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/ai-img3.webp);
        position: absolute;
        top:-30px;
        left:-70px;
    }
}

/* everthing section end */

/* grey section start */
.grey-section{background: #EDF3EF;}
/* grey section end */

/* cool section start */
.cool-shape {
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/forth-shape.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
    display: inline-block;
}
@media (min-width: 768px){
    .cool-shape {
        padding: 15px 80px;
        position: relative;
    }
}
/* cool section end */

/* bonus section start */
.bonus{
    border-radius: 20px;
    background: linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
/* bonus section end */

/* join-section start */
.join-section{
    background: #EDF3EF;
}
@media (min-width: 768px){
    .join-section{
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/join-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 100px;
    }
}
/* join section end */

/* last section start */
.last-section{background: #EDF3EF;}
@media (min-width: 768px){
    .last-section{
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/last-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 100px;
    }
}
/* last section end */

/* earning section start */
.earning-shape{
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/forth-shape.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
    display: inline-block;
}
@media (min-width: 768px){
    .earning-shape{
        padding: 15px 130px 15px 40px;
        position: relative;
    }
    .earning-shape:before{
        content: url(https://cdn.oppyotest.com/launches/newscasterai/special/money.webp);
        position: absolute;
        top:-30px;
        right:-90px;
    }
    
}
/* forth section end */

/* vivek css start */

/* Cant decide section start */
.cant-decide-section {
    padding: 30px 0px;
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/cant-decide-bg.webp) no-repeat center center;
    background-size: cover;
}
@media (min-width: 768px){
    .cant-decide-section {
        padding: 100px 0px;
    }
}
/* Cant decide section end */

/* moneyback sec start */
.white-section{
    background: #fff;
}
/* moneyback sec end */

/* table start */
.pricing-section {
    background: #EDF3EF;
}
.table-head {
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/start-plan-bg.webp) no-repeat bottom center;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
    padding: 40px 30px 30px 30px;
    text-align: center;
    min-height: 250px;
}
.table-list li {
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/list-head2.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 57px;
    background-position: 20px 25px;
    line-height: 150%;
    text-transform: capitalize;
}
.table-list li:nth-child(odd) {
    background-color: #EDF3EF !important;
}
.table-list li.headline {
    background:linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
    padding: 26px 0px 20px 0px;
    background-position: 0px 18px;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.table-wrap {
    background: #ffffff;
    width: 100%;
    float: left;
    border-radius: 30px;
    /* border: solid 1px #cacaca; */
    overflow: hidden;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    padding-bottom: 30px;
}
.table-btn {
    padding: 30px 20px;
    text-align: center;
}
.table-border-content {
    background: #fff;
    border: 3px dashed #999;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}
.tb-check {
    background: #FEFE9B;
    padding: 20px;
}

@media (min-width: 768px){
    .table-head {
        padding: 80px 30px 80px 30px;
        text-align: center;
        min-height: 568px;
    }
    .table-list li {
        padding: 20px 15px 20px 57px;
    }
    .table-wrap {
        padding-bottom: 100px;
    }
    .table-border-content {
        max-width: 75%;
    }
}
/* table end */

/* grey sec start */
.grey-section {
    padding: 30px 0px;
    background: #EDF3EF;
}
@media (min-width: 768px){
    .grey-section {
        padding: 100px 0px;
    }
}
/* grey sec end */

/* inside sec start */
.inside-section {
    padding: 30px 0px;
    background: #eff5f9;
}
@media (min-width: 768px){
    .inside-section {
        padding: 100px 0px;
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/inside-bg.webp) no-repeat center center;
        background-size: cover;
    }
}
/* inside sec end */

.faq-section {
    padding: 30px 0px;
    background-color: #fff;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/newscasterai/special/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 55px;
    background-position: 15px 25px;
    border: 1px solid #031528;
    border-radius: 20px;
}
@media (min-width: 768px){
    .faq-section {
        padding: 100px 0px;
    }
}

/* final-call start */
.cta-section-white {
    background: #031647;
    padding: 30px 0;
}

.final-shape {
    background: linear-gradient(180deg, #F97B40 0%, #FF511A 100%);
    border-radius: 15px;
    padding: 8px 30px;
    display: inline-flex;
    position: relative;
    align-items: center;
}
@media (min-width: 768px){
    .cta-section-white {
        background: url(https://cdn.oppyotest.com/launches/newscasterai/special/cta-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .final-shape {
        padding: 15px 40px;
        border-radius: 100px;
    }
}
/* final-call end */

.footer-section {
    background: #010101;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul li a:hover{
    color: #fff;
}
@media (min-width: 768px){
    .footer-section {
        padding: 70px 0px;
    }
}
/* vivek css end */

.demo-video{
    border: 5px solid #48b0ab;
    border-radius: 10px;
}
/*.timer-header-top {*/
/*    background: #000;*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*}*/



.timer-header-top {
   background: url(https://cdn.oppyotest.com/launches/newscasterai/special/fixed-top-bar.webp) no-repeat center center;
    background-size: cover;
     padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 99
}


/* top sale tag css */
.sticky-top-animated{
    position: fixed;
    top: 150px;
    right: 1%;
    animation: 1000ms init forwards, 1000ms init-sign-move ease-out 1000ms, 3000ms sign-move 2000ms infinite;
    transform-origin: top;
    z-index: 1;
}

@media (min-width: 768px) {
    .sticky-top-animated{
        top: -15px;
    }
}

@media (max-width : 575px){
    .sticky-top-animated{
        zoom: 0.7;
    }
}
@keyframes init {
    0% {
      transform: scale(0);
    }
  
    40% {
      transform: scale(1.1);
    }
  
    60% {
      transform: scale(0.9);
    }
  
    80% {
      transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
    }
  }
  
@keyframes init-sign-move {
100% {
    transform: rotatez(3deg);
}
}

@keyframes sign-move {
0% {
    transform: rotatez(3deg);
}

50% {
    transform: rotatez(-3deg);
}

100% {
    transform: rotatez(3deg);
}
}
/* top sale tag css */