html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif !important;
    color: #101010;
    font-size: 14px;
    overflow-x: hidden;
    /* overflow: auto; */
}
 
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: #C735F7 ;
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}
.caveat{
    font-family: 'Caveat', cursive;
}

:root {
    --black-clr:#020311;
    --white-clr: #fff;
    --light-grey: #f1f1f1;
    --orange-clr: #F89B1C;
    --orange-clr1: #FB591B;
    --purple-clr: #C133F1;
    --purple-clr1:#6F209D;
    --purple-gradient: linear-gradient(95deg, #0040F2 4.15%, #AC37F2 95.85%);
    --orange-gradient: linear-gradient(90deg, #0040F2 -0.02%, #AC37F2 99.99%);
    --orange-gradient1: linear-gradient(90deg, #AC37F2 0%, #0040F2 100%);
    --sky-gradient: linear-gradient(90deg, #43C5ED 0%, #43EDB8 100%);
    --red-clr:#FF2C2C;
    --purple-gradient2: linear-gradient(90deg, #6F209D 0%, #C735F7 100%);
    --green-clr:#00ff1e;
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.white-clr,
a.white-clr {
    color: var(--white-clr);
}

.light-grey{
    color: var(--light-grey);
}

.orange-clr {
    color: var(--orange-clr);
}
.green-clr {
    color: var(--green-clr);
}
.purple-gradient{
    background: linear-gradient(95deg, #0040F2 4.15%, #AC37F2 95.85%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #0040F2 0%, #AC37F2 100%);
    border-image-slice: 1;
    width:100%;
}
.purple-gradient2{
    background:var(--orange-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.orange-gradient{
    background:var(--orange-gradient);
}

.orange-gradient1{
    background:var(--orange-gradient1);
}

.purple-clr{
    color: var(--purple-clr);
}

.purple-clr1{
    color: var( --purple-clr1);
}
.red-clr{color: var(--red-clr);}
/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    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;
    }
}

/* Section Padding End */

/* Header CSS */

.header-section {
    background: #ebe0fd;
    padding: 157px 0px 30px;
}
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);
}
.leader-ul li a{
    position: relative;
  transition: all .5s;
}


.header-section ul.leader-ul li a {
    text-decoration: none;
    font-weight: 800;
    padding:10px 10px;
}
.header-section ul.leader-ul li a:hover{
    color: black;
}
a.affiliate-link-btn {
	border-radius: 10px;
    border-radius: 10px;
    background:var(--orange-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 800 !important;
    transition: all .3s ease;
}
a.affiliate-link-btn:hover {
    transition: all .3s ease;
    background: var(--orange-gradient1);
    color: var(--white-clr) !important;
}
.theme-btn {
    background: var(--orange-gradient);
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

@media (min-width: 768px){
.theme-btn {
    padding: 30px 100px;
}
}

.gap20 {
    gap: 20px;
}

.post-headline{
    border-radius: 10px;
    border: 1px solid #43C5ED;
    padding: 9px 20px;
    display: inline-block;
    background: linear-gradient(to right, rgba(67, 197, 237,20%) 0%, rgba(67, 237, 184,10%) 100%);
}
.date-text{
    background: var(--orange-clr1);
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}
.list-head {
    list-style: none;
    padding: 0px;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/list-head.webp) no-repeat;
    padding: 15px 0px 15px 32px;
    background-position: 0px 17px;
}
@media (min-width:768px) {
    .post-headline{
        padding: 10px 50px;
    }
    .date-text{
        background: var(--orange-clr1);
        padding: 9px 25px;
    }
}


@media(min-width:768px){
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 200px 0px;
        position: relative;
    }
    /* .header-section::after{
        content: url("https://cdn.oppyotest.com/launches/bookcreator/preview/reader-person.webp");
        position: absolute;
        bottom: 70px;
        left: 245px;
    } */
    a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}
    /* .pre-heading {
        padding: 9px 20px;
    } */
    .min-md-video-width-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }
    .min-md-video-width-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }
    /* .launch-start-bg {
        padding: 30px;
    } */
    .f-md-100{
        font-size: 100px;
    }
}

/* @media(min-width:1200px){
    .date-sec {
        position: relative;
    }
    .date-sup{
        position: absolute;
        top: 15px;
    }
} */

/*************LIVE Section**************/
.live-section{
    background: linear-gradient(to bottom, #FFFFFF 0%, #F7F2FD 100%);
}
.live-section .gradiant-box{    

    background: linear-gradient(to right, #683AF2 0%, #AC37F2 100%);
    border-radius: 20px;
    padding: 50px 20px;
}
.lc-orange{
    color: #D99904;
}
.lc-bg-orange{
    background: #F1EBDB;
}
.lc-purple{
    color: #9550FA;
}
.lc-bg-purple{
    background: #F1E9FD;
}

.lc-sky-blue{
    color: #3A76CB;
}
.lc-bg-sky-blue{
    background: #ECF3FC;
}
.live-sec-card{
    padding: 20px;
}


.left-live-box{
    background: var(--white-clr);
    border: 2px solid var(--purple-clr1);
    border-radius: 30px;
    padding: 15px;
}
.right-live-box{
    background: var(--white-clr);
    border: 2px solid rgba(231, 109, 36, 0.30);
    border-radius: 30px;
    padding: 15px;
}
.form-btn input[type="submit"] {
	text-decoration: none;
	border: none;
	color: var(--white-clr);
	text-align: center;
	display: block;
	width: 100%;
	z-index: 9999;
	padding: 15px 10px;
	line-height: 30px;
	font-weight: 600;
	outline: none;
	white-space: normal;
    cursor: pointer;
    background: var(--orange-gradient);
    border-radius: 10px;
    transition: all .3s ease;
}
.form-btn input[type="submit"]:hover {
    transition: all .3s ease;
    background: var(--orange-gradient1);
}
.request-affiliate a{
    background: #E76D24;
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
}

/* promote-sec */
.promote-sec{
    background: var(--white-clr);
}
.promote-head{
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/promote-head.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px;
    display: inline-block;
}
@media (max-width:767px) {
    .promote-list-1, .promote-list-2, 
    .promote-list-3, .promote-list-4, .promote-list-5 {
        border: 2px solid #C735F7;
        border-radius: 20px;
        padding: 10px 20px;
        height: 100%;
    }
}
@media(min-width:768px){
    .promote-sec{
       background: url("https://cdn.oppyotest.com/launches/bookcreator/preview/promote-bg.webp") no-repeat center center;
       background-size: cover;
    }
    .promote-list-1 {
        background: url("https://cdn.oppyotest.com/launches/bookcreator/preview/promote-shade-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 60px 48px 59px 0px;
    }
    .promote-list-2{
        background: url("https://cdn.oppyotest.com/launches/bookcreator/preview/promote-shade-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 62px 0px 61px 38px;
        margin-top: -8px;
    }
    .promote-list-3 {
        background: url("https://cdn.oppyotest.com/launches/bookcreator/preview/promote-shade-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 61px 66px 63px 0px;
        margin-top: -8px;
    }
    .promote-list-4 {
        background: url("https://cdn.oppyotest.com/launches/bookcreator/preview/promote-shade-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 78px 0px 78px 42px;
        margin-top: -8px;
    }
    .promote-list-5 {
        background: url("https://cdn.oppyotest.com/launches/bookcreator/preview/promote-shade-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 75px 63px 76px 48px;
        margin-top: -8px;
    }
}

/* eliminate-sec */
@media(min-width:768px){
    

    /*************LIVE Section**************/
    /* .live-section {
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/live-sec-bg.webp) no-repeat center center;
        background-size: cover;    
    } */
    .left-live-box{
        padding: 46px 30px;
    }
    .right-live-box{
        padding: 50px 30px;
    }
    .form-control.input-field {
        height: 60px;
        font-size: 15px;
    }
    .form-control.input-field::placeholder{
        color: #000000;
    }
    .mt-md120{
        margin-top: 120px!important;
    }
    .request-affiliate a{
        padding: 17px;
    }
    .jvzoo-img{
        min-height: 131px;
    }

    /* promote-sec */
@media(min-width:768px){
    .promote-head{
        padding: 50px 60px;
        position: relative;
    }
    /* .promote-head::after{
        content: url(https://cdn.oppyotest.com/launches/bookcreator/preview/star-smile.webp);
        position: absolute;
        top: -10px;
        right: -20px;
        
    } */
}

    /* eliminate-sec */
}
@media (min-width: 1400px) {
    .min-md-video-width-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .min-md-video-width-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media(min-width:768px){
    .text-change{
        width: 520px;
        display: inline-block;
        text-align: start;
    }
}

.proudly-sec{
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/presenting-bg.gif) no-repeat center center;
    background-size: cover;
}
.proudly-head{
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/proudly-head.webp) no-repeat center center;
    background-size:100% 100%;
    padding: 9px 45px;
    display: inline-block;
}
.product-box{
    border-radius: 20px;
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(10px);
    padding: 15px;
}
@media(min-width:768px){
    /* .proudly-sec{
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/presenting-bg.gif) no-repeat center center;
        background-size: cover;
    } */
    .product-box{
        padding: 30px;
    }
}
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); }
}

.client-wall{
    height: 100%;
}
.launch-list li{
    padding: 0px 0px 12px 0px;
    color: #000;
}
@media(min-width:768px){
    .launch-list li {
        padding: 0px 20px 12px 0px;
    }
}



.ved_search_box {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 100%;
}
.ved_search_box .ved_search_placeholders {
	position: absolute;
	top: 0;
	left: 0;
	right: 0px;
	pointer-events: none;
	animation: text 5s ease 3s infinite normal none;
   
}
.hb-section1-wrapper .ved_search_box .ved_search_placeholders{
    animation: text2 5s ease 3s infinite normal none;
}

@keyframes text2 {
	0% {
		transform: translateY(0px);
	}
	17% {
		transform: translateY(0px);
	}
    33% {
		transform: translateY(-30px);
	}
	50% {
		transform: translateY(-30px);
	}
    66% {
		transform: translateY(-65px);
	}
    83% {
		transform: translateY(-65px);
	}	
	100% {
		transform: translateY(-102px);
	}	
	
}
@keyframes text {
	0% {
		transform: translateY(0px);
	}
	17% {
		transform: translateY(0px);
	}
    33% {
		transform: translateY(-30px);
	}
	50% {
		transform: translateY(-30px);
	}
    66% {
		transform: translateY(-65px);
	}
    83% {
		transform: translateY(-65px);
	}	
	100% {
		transform: translateY(-102px);
	}	
}
@media(min-width:768px){
    .ved_search_box {
        position: relative;
        overflow: hidden;
        height: 60px;
        width: 250px;
        text-align: start;
        margin-left: 12px;
        bottom: -3px;
    }
    @keyframes text2 {
        0% {
            transform: translateY(0px);
        }
        17% {
            transform: translateY(0px);
        }
        33% {
            transform: translateY(-60px);
        }
        50% {
            transform: translateY(-60px);
        }
        66% {
            transform: translateY(-116px);
        }
        83% {
            transform: translateY(-116px);
        }	
        100% {
            transform: translateY(-175px);
        }	
        
    }
    @keyframes text {
        0% {
            transform: translateY(0px);
        }
        17% {
            transform: translateY(0px);
        }
        33% {
            transform: translateY(-60px);
        }
        50% {
            transform: translateY(-60px);
        }
        66% {
            transform: translateY(-116px);
        }
        83% {
            transform: translateY(-116px);
        }	
        100% {
            transform: translateY(-175px);
        }	
    }
}


/* .promote-list li{
    list-style: none;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 18px;
    margin-bottom: 9px; 
    background: var(--white-clr);
    border: 1px solid #C735F7;
    border-radius: 10px;
    padding: 10px 20px;
    width:100%;
    text-align: left;
} */

/* .main-headline{
    border-radius: 10px 10px 10px 10px;
    background: var(--white-clr);
    padding: 20px;
}  
@media (min-width: 768px){
.main-headline{
    border-radius: 0px 10px 10px 10px;
    padding: 16px 25px 16px 26px;
    left: -5px;
}
} */


@keyframes bounce_shake{
  0%   { transform: scale(1,1)      translateY(0); }
  10%  { transform: scale(1.1,.9)   translateY(0); }
  30%  { transform: scale(.9,1.1)   translateY(-5px); }
  32% { transform: scale(1.2) translateY(-5px); }
  35%, 40% { transform: scale(1.2) translateY(-5px) rotate(-20deg)}
  45%, 50% { transform: scale(1.2) translateY(-5px) rotate(20deg)}
  60%  { transform: scale(1.05,.95) translateY(0); }
  70%  { transform: scale(1.05,.95) translateY(0); }
  80%  { transform: scale(1,1)      translateY(-3px); }
  95%  { transform: scale(1,1)      translateY(0); }
  100% { transform: scale(1,1)      translateY(0); }
}
@media(min-width:1199px){
    .top-heading{
        position: relative;
    }
    /*.top-heading::before{*/
    /*    position: absolute;*/
    /*    content: url('https://cdn.oppyotest.com/launches/bookcreator/preview/clock.webp');*/
    /*    bottom: 10px;*/
    /*    right:120px;*/
    /*    animation: bounce_shake 1.5s ease-out infinite;*/
    /*}*/
}

/* Problem Section Start */

.between-head{
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/prob-headline.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 16px 30px 16px 0px;
    display: inline-block;
}
@media (min-width:768px){
    .between-head{
        padding: 16px 30px 16px 41px;
    }
}
.linear-text{
    background: linear-gradient(to right, #0040F2 0%, #AC37F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media(min-width:768px){
    .between-head{
        position: relative;
        padding: 20px 100px 20px 40px ;
    }
}
/* Problem Section End */

/* Deep Funnel Section Start */
.deep-funnel-sec{
    background: var(--light-grey);
}
/* Deep Funnel Section End */


/* Contact Section Start */
.contact-section{
    background: var(--light-grey);
}
.container-box{
    padding: 20px;
    position: relative;
    background: var(--black-clr);
    border-radius: 30px;
}
.contact-shape{
    padding: 30px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(217, 217, 217, 0.03) 100%);
    backdrop-filter: blur(10px);
}
@media(min-width:768px){
    .container-box{
        padding: 80px;
        background: url(../images/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
    .contact-shape {
        padding: 25px 0px;
    }
}
/* Contact Section End */

/* Term Section Start */
.terms-list li {
    list-style: none;
    padding: 0 0 20px 0px;
}

/* Footer Section Start */
.footer-section{
    background: var(--black-clr);
    padding: 30px 0px;
}
.footer-ul{
    padding: 0px;
    margin: 0px;
}
.footer-ul li{
    display: inline;
}
@media (min-width: 768px) {
    .footer-section {
        padding: 50px 0px;
    }
}
/* Footer Section End */


/* Step Section Start */

.steps-section{
    background: #FDF1FF;
}
@media (min-width: 768px) {
	.steps-section{
		background:url(https://cdn.oppyotest.com/launches/bookcreator/preview/step-bg.webp) no-repeat;
		background-size:100% 100%;
	}
}

/* steps-card */

.steps-card .steps-icon{

    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out
}

.steps-tabs{
    height: 750px;
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
}

@media (min-width: 768px) {
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
}
.steps-card p{
    color: #555;
}
.steps-section .media{
    position: relative;
    padding: 80px 0 ;
}
.steps-section .media img{
    position: relative;
    z-index: 2;
}

.steps-section .media::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    border-radius: 10px;
    background: url('https://cdn.oppyotest.com/launches/bookcreator/preview/demo.webp'), lightgray 50% / cover no-repeat;
    filter: blur(15px);
    z-index: 0;
    opacity: 0.4;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
}
.heading-tabs{
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
}

.steps-section .nav-link.active .steps-card,
.steps-section .nav-link.active .steps-card .steps-icon{
    border: 1px solid var(--purple-clr);
}
.steps-section .nav-link.active .steps-card{
    height: 360px;
    border-left: 7px solid #0340f2;
}
.steps-section .nav-link.active .step-arrow{
    display:none !important;
}

/* 
.steps-section .nav-link.active .steps-card h4,
.steps-section .nav-link.active .steps-card p{
    color: #fff!important;
} */

/* Step Section End */

/* sample book section start*/
.sample-book-section{
    background: #F7F2FD;
}
.category{position: relative;}

@media (min-width:768px){
    .category::before{
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/left-arrow-icon.webp) no-repeat;
        position: absolute;
        width: 36px;
        height: 31px;
        top:45px;
        left: 170px;
        content: '';
    }
    .category::after{
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/right-arrow-icon.webp) no-repeat;
        position: absolute;
        width: 36px;
        height: 31px;
        top:45px;
        right: 170px;
        content: '';
    }
}
/* sample book section end */

/* demo section start */
.demo-section{background: #fff;}
/* demo section end */

/* features section start */
.features-section{
    background: #ffffff;
}
.features-heading{position: relative;}
@media (min-width:768px) {
    .features-heading:before{
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/power-icon-left.webp) no-repeat;
        position: absolute;
        width: 65px;
        height: 65px;
        top:12px;
        left:130px;
        content: '';
    }
    .features-heading:after{
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/power-icon-right.webp) no-repeat;
        position: absolute;
        width: 65px;
        height: 65px;
        top:12px;
        right:130px;
        content: '';
    }
}
.features-card{
    
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #6F209D 0%, #C735F7 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.features-card-inner {
    padding: 20px;
}
@media (min-width: 768px){
    .features-card-inner {
        padding: 30px;
    }
}
/* features section end */

/* dfy section start */
.dfy-section{background: #fff;}
.dfy-card{
   
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #6F209D 0%, #C735F7 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.dfy-card-inner {
    padding: 20px;
}
@media (min-width: 768px){
    .dfy-card-inner {
        padding: 30px 50px;
    }
}
/* dfy section end */

/* benefits section start */
.benefits-section{
    background: linear-gradient(180deg, #F7F2FD 0%, #FFF 100%);
}
.benefits-post-heading{
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/benefits-post-heading.webp) no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
}
@media (min-width:768px){
    .benefits-post-heading{
        padding: 10px 50px;
    }
}
.benefits-card{
    
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #6F209D 0%, #C735F7 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
    min-height:285px;
}
.benefits-card-inner {
    padding: 20px;
}
@media (min-width: 768px){
    .benefits-card-inner {
        padding: 30px;
    }
}
/* benefits section end */

/* funnel section start */
.deep-funnel-sec {
    background: #F7F2FD;
}
/* funnel section end */

/* contest section start */
.contest-section{
    background: #7034ff;
}
/* contest section end */

/* about sectiion */
.about-section{padding-bottom: 30px;}
@media (min-width:768px){   
    .about-section{padding-bottom: 100px;}
}
/* about section */

/* promote section start */
.promote-section{background:#FCFBFF;}
.promote-card1{
    background:url(https://cdn.oppyotest.com/launches/bookcreator/preview/promote-card1.webp) no-repeat ;
    background-size: 100% 100%;
    padding: 30px 20px;
    height: 100%;
}
.promote-card2{
    background:url(https://cdn.oppyotest.com/launches/bookcreator/preview/promote-card2.webp) no-repeat ;
    background-size: 100% 100%;
    padding: 30px 20px;
}
.promoate-card-text{
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/promote-tick.webp) no-repeat;
    padding: 0px 0px 0px 40px;
    background-position: 0px 0px;
}
/* promote section end */
  
  .btn-gradiant {
    background: linear-gradient(to right, #683AF2 0%, #AC37F2 100%);
    padding: 16px 10px;
    color: #fff;
  }
  
  .bottom-line {
    position: relative;
    display: inline-block;
  }


@media (min-width:768px) {
    .bottom-line::after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #0040F2 0%, #AC37F2 100%);
    }
}

/* second section start */
.second-section{
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/second-bg.webp) no-repeat top center;
    background-size: 100% 100%;
}
.features-card2 {
    display: inline-block;
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #6F209D 0%, #C735F7 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.features-card-inner2{
    padding: 20px;
}
/* second sectione end */

/* facts section start */
.facts-section{
    background: #F7F2FD;
}
.facts-card{
    border-radius: 20px;
    border: 1px solid var(--red-clr, #FF2C2C);
    background: #FFF;
    padding: 20px;
    height: 100%;
}
.facts-box{
    border-radius: 10px;
    background: linear-gradient(95deg, #683AF2 4.15%, #AC37F2 95.85%);
    padding: 10px 20px;
    display: inline-block;
}
@media (min-width:768px) {
    .facts-box{
        padding: 18px 30px;
    }
}
/* facts section end */

/* proud section start */
.proud-section{background: #050312;}
.proud-section .heading {
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/presenting-heading.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10px 0;
}
.proud-section .heading h2 {
    line-height: normal;
    background: var(--purple-gradient2, linear-gradient(90deg, #6F209D 0%, #C735F7 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width:768px) {
    .proud-section{
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/proud-bg.webp) no-repeat top center;
        background-size: cover;
    }
}
/* proud section end */

.cta-btn {
    border-radius: 10px;
    border: 1px solid var(--purple-clr);
    background: var(--black-clr);
    padding: 20px;
}
.cta-btn {
    padding: 50px;
}

/* service section start */
.service-section{background: #FDFF97;}
@media (min-width:768px) {
    .service-section{
        background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/service-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
}
/* service section end */

/* testimonials section start */

.testimonials-section{background: #F7F2FD;}

/* testimonials section end */

/* bonus section start */
.bonus-headline {
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/bonus-heading.webp) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
}
.bonus-section-shape {
    display: inline-block;
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(to right, #6F209D 0%, #C735F7 100% );
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.bonus-section-shape-inner{padding: 20px;}
.bonus-headline-top {
    background: linear-gradient(to right, #683AF2 0%, #AC37F2 100%);
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
}
.margin-t-50 {
    margin-top: -40px;
}
@media (min-width: 768px){
    
    .bonus-headline {
        padding: 15px 105px 15px 50px;
    }
    .bonus-headline::before {
        position: absolute;
        top: -7px;
        right: -30px;
        content: url(https://cdn.oppyotest.com/launches/bookcreator/preview/bonus-gift.webp);
    }
    .margin-t-60 {
        margin-top: -60px;
    }
    .bonus-section-shape-inner{padding: 30px;}
}
/* bonus section end */

/* riskfree section start */
.riskfree-section {
    background: #050d23;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .riskfree-section {
        padding: 100px 0px;
        background: #fff url(https://cdn.oppyotest.com/launches/bookcreator/preview/riskfree-bg.webp) no-repeat center top;
        background-size: 100% 100%;
    }
}
/* riskfree section end */

/* table section start */
.table-section {
    background: #fff;
}
.tablebox2 {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 10px;
    border: solid 1px #a2a1a3;
}
.tbbg2 {
    background: #fff;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}
ul.vgreytick {
    padding: 0;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/vgreytick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}
ul.vgreytick li:nth-child(odd) {
    background-color: #F7F2FD;
}
.tablebox3 {
    width: 100%;
    float: left;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    position: relative;
    border: solid 1px #a2a1a3;
    background-color: #080E20;
   
}
.tbbg3 {
    background: #080E20;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0 0;
}
ul.vgreytick li:nth-child(even) {
    background-color: #fff;
}
.myfeatureslast{background: #fff;border-radius: 0 0 9px 9px;}
.table-sale{
    background: #fff;
    border-radius: 48px;
    padding: 2% 5%;
    display: inline-block;
}
.vgreytick li.headline {
    background: linear-gradient(90deg, #6F209D 0%, #C735F7 100%);
    padding: 20px 0px 20px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
.br-sec{
    border: 1px solid #43C5ED;
    border-radius: 10px;
}
@media (min-width: 768px){
    .tbbg2 {
        padding: 50px 30px 0px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0 0;
        min-height: 294px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    .tbbg3 {
        padding: 50px 30px 50px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0 0;
    }
}
/* table section end */

/* faq section start */
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 35px;
    background-position: 0px 25px;
}
/* faq section end */

.video-box{
        border-radius: 20px;
        border: 1px solid #6F209D;
       
}
.fear-text{
    font-size: 90px;
}
.review-card{
    border-radius: 10px;
    border: 1px solid #43C5ED;
    padding: 9px 20px;
    background: transparent;
    height: 100%;
}
@media (min-width: 768px){
    .review-card {
        padding: 10px 40px;
    }
}
.meat-li {
    list-style: none;
    padding: 0px;
}
.meat-li li {
    background: url(https://cdn.oppyotest.com/launches/bookcreator/preview/oto-check.png) no-repeat;
    padding: 15px 0px 15px 65px;
    background-position: 0px 18px;
}


/* 
.fixed-top-bar {
    background-color: transparent;
    background-image: var(--purple-gradient);
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 99
}

.fixed-top-bar div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.fixed-top-bar img {
    max-width: 295px;
    margin-right: 15px
}

.fixed-top-bar a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #000;
    color: #000;
    background-color: #ffec2a;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 15px 4px;
}

.fixed-top-bar div p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-right: 15px
}

.fixed-top-bar div p b {
}

.fixed-top-bar div p span {
    text-decoration-line: line-through
}



.stickybar {
    display: table;
    margin: 0% 0% 1% 3%;
    width: 94%;
    border-radius: 6px;
    float: left;
    background: #171717;
    opacity: .9;
    position: fixed;
    top: 15px;
    padding: 1%;
    z-index: 9999
}

.stickybar.subscribebox p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    text-align: center
}
.subscribebox a {
    border-radius: 8px;
    background-image: -moz-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -webkit-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -ms-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    box-shadow: 0 10px 0 0 rgba(36,105,181,.004);
    border: 0;
    width: 100%;
    color: #fff;
    box-shadow: 3px 5px 2px 0 #2469ba;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 3px;
    background: rgb(26 168 255);
    box-shadow: 3px 5px 2px 0 rgb(23 146 255);
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none;
}
@media (min-width:768px) {
    .stickybar {
        display: table;
        margin: 0% 0% 1% 3%;
        width: 94%;
        border-radius: 6px;
        float: left;
        background: #171717;
        opacity: .9;
        position: fixed;
        bottom: 0;
        top: auto;
        padding: 1%;
        z-index: 9999
    }
    .stickybar.subscribebox p {
        color: #fff;
        font-size: 20px;
        margin: 0;
        text-align: center
    }
    
.subscribebox a {
    border-radius: 8px;
    background-image: -moz-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -webkit-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -ms-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    box-shadow: 0 10px 0 0 rgba(36,105,181,.004);
    border: 0;
    width: 100%;
    color: #fff;
    box-shadow: 3px 5px 2px 0 #2469ba;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 3px;
    background: rgb(26 168 255);
    box-shadow: 3px 5px 2px 0 rgb(23 146 255);
    font-size: 30px;
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none
    }
}
.text-new {
    color: #C735F7;
    text-transform: uppercase
}

.blink-soft {
    animation: blinker 1.5s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.subscribebox a {
    border-radius: 8px;
    background-image: -moz-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -webkit-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -ms-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    box-shadow: 0 10px 0 0 rgba(36,105,181,.004);
    border: 0;
    width: 100%;
    color: #fff;
    box-shadow: 3px 5px 2px 0 #2469ba;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 3px;
    background: rgb(26 168 255);
    box-shadow: 3px 5px 2px 0 rgb(23 146 255);
    font-size: 30px;
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none
} */
