html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito', sans-serif;
	color: #000000;
	font-size: 14px;
	overflow-x: hidden;
}
.caveat {
    font-family: 'Caveat', cursive;
}

.letter-spacing{
    letter-spacing: 1px;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-thumb {
    background: var(--purple-clr);
    border-radius: 25px;
  }
/* Color CSS */

:root{
    --purple-clr: #9958CC;
    --theme-gradient: linear-gradient(91deg, #8E2CDA 0%, #9958CC 100%);
    --theme-gradient1: linear-gradient(91deg, #9958CC 0%, #8E2CDA 100%);
}
.white-clr {
	color: #fff;
}
.green-clr{
    color: #21AF21;
}
.green-clr2{
    color: #86c63a;
}
.black-clr {
	color: #000;
}
.red-clr {
	color: #EF3E3A;
}
.orange-clr{
    color:#FD433C;
}
.red-clr a{
	color: #EF3E3A;
    text-decoration: none;
}
.theme-clr{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 2px solid transparent;
    border-image: #9958CC;
    border-image-slice: 1;
    width: 100%;
}
.br-gradient1 {
    border-bottom: 2px solid #9958CC;
    border-image-slice: 1;
    width: 100%;
}
.theme-clr-1{
    background: var(--theme-gradient1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purple-clr{
    color: #9958CC;
}

.br-gradient2 {
    border-bottom: 2px solid #9958CC;
    border-image-slice: 1;
    width: 100%;
}

/* Header CSS */
.header-section {
	background: linear-gradient(180deg, rgba(153, 88, 204, 0.00) 0%, rgba(153, 88, 204, 0.10) 100%);
	padding: 30px 0px 50px 0px;
}

.preheadline {
    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%);
}
.video-box{
    position: relative; 
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0.03) 100%);
	backdrop-filter: blur(5px); 
    border-radius: 15px;
    border: 5px solid #9958CC;
}
.hr{
	mix-blend-mode: overlay;
}
/* .probtn1{
    border: 10px solid rgba(253, 67, 60, 0.20);
    border-radius: 20px;
    display: inline-block;
} */
/* .probtn1 a {
    transition: all .3s ease;
    border-radius: 15px;
    border-radius: 10px;
    background: var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 12px 12px;
    color: #ffffff;
    border: none;
    font-weight: 800;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    border-radius: 10px;
    
}
.probtn1 a:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
} */


.theme-btn {
    background: var(--theme-gradient);
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.btn-border{
    border: 10px solid rgba(153, 88, 204, 0.3);
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.5s;
}
.btn-border:hover{
    transform: scale(1.1);
}
.theme-btn:hover{
    color: #ffffff;
    background: var(--theme-gradient1);
}
@media (min-width: 768px){
.theme-btn {
    padding: 35px 30px;
}
}


@media(min-width:768px){
	.header-section {
        background: url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/header-bg.webp) no-repeat top center;
	    background-size: cover;
		padding: 30px 0px 100px 0px;
	}

    .preheadline{
        padding: 10px 50px;
	  }
	/* .probtn1 a {
        font-size: 30px;
        padding: 35px 30px;
        display: inline-block;
        width: auto;
    } */
}

/*outclass sec start */
.outclass-sec{
    background: #fff;
    padding: 30px 0px;
}
/*.blue-brush{*/
/*    color: #00A8FF;*/
/*}*/


/* compare section start */
.compare-head {
    border-radius: 20px 20px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 21px 40px;
}
.compare-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 15px 26px 15px 36px;
    list-style: none;
}
.gradiant-border {
    /* border: double 5px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    border: 5px solid var(--purple-clr);
    box-shadow: 0px 0px 20px 1px rgba(5, 184, 233, 0.25);
}
.compare-head2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #DFF4FF;
    padding: 21px 40px;
}
.compare-list2 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #DFF4FF;
    padding: 15px 26px 15px 36px;
    list-style: none;
    position: relative;
}


/* .compare-list2 li:nth-child(8) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(9) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(10) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(11) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(12) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(13) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(14) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list2 li:nth-child(15) {
    padding: 15px 26px 17px 36px !important;
} */

.compare-head3{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 21px 40px;
    border-radius: 20px 20px 0px 0px;
}
.compare-list3 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 15px 26px 15px 36px;
    list-style: none;
}

/* .compare-list3 li:nth-child(8) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(9) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(10) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(11) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(12) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(13) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(14) {
    padding: 15px 26px 17px 36px !important;
}
.compare-list3 li:nth-child(15) {
    padding: 15px 26px 17px 36px !important;
} */

.compare-bottom{
    background: rgba(255, 54, 29, 0.15);
    padding: 15px 20px;
    border-radius: 0 0 0 15px;
}
.compare-bottom1{
    background: var(--theme-gradient);
    padding: 26px 13px;
    border-radius: 0 0 17px 17px;
}
.compare-bottom2{
    background: #DFF4FF;
    padding: 32px 36px;
    border-radius: 0 0 0px 17px;
}
.compare-bottom3{
    background: #DFF4FF;
    padding: 32px 36px;
    border-radius: 0 0 17px 0px;
}

@media (max-width: 767px){
    .compare-card1{
        border-radius: 20px;
        border: 5px solid rgba(253, 32, 108, 0.3);
        background: #FFF;
        /* height: 100%; */
    }
    .gradiant-border{
        border-radius: 20px;
    }
    .compare-card3{
        border-radius: 20px;
        border: 5px solid rgba(253, 32, 108, 0.3);
        background: #FFF;
        /* height: 100%; */
    }
    .compare-list li:nth-child(16) {
        border-radius: 0px 0px 17px 17px;
    }
    .compare-list2 li:nth-child(16) {
        border-radius: 0px 0px 17px 17px;
    }
    .compare-list3 li:nth-child(16) {
        border-radius: 0px 0px 17px 17px;
    }
}

@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        padding: 0px 15px;
    }
}

@media (min-width: 768px) {
    .outclass-sec{
        padding: 100px 0px;
    }
    .blue-brush{
        background: url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/blue-brush.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 22px;
        color: #fff;
    }
    .compare-card1{
        border-radius: 20px 0px 0px 20px;
        border-top: 5px solid rgba(253, 32, 108, 0.3);
        border-bottom: 5px solid rgba(253, 32, 108, 0.3);
        border-left: 5px solid rgba(253, 32, 108, 0.3);
        background: #FFF;
        /* height: 100%; */
    }
    .compare-card3{
        border-radius: 0px 20px 20px 0px;
        border-top: 5px solid rgba(253, 32, 108, 0.3);
        border-bottom: 5px solid rgba(253, 32, 108, 0.3);
        border-right: 5px solid rgba(253, 32, 108, 0.3);
        background: #FFF;
        /* height: 100%; */
    }

    .compare-head {
        border-radius: 20px 0px 0px 0px;
    }
    .compare-head3{
        border-radius: 0px 20px 0px 0px;
    }

    .compare-list li:nth-child(17) {
        border-radius: 0px 0px 0px 17px;
        padding: 15px 26px 13px 36px;
    }
    .compare-list3 li:nth-child(17) {
        border-radius: 0px 0px 17px 0px;
    }



}
/*outclass sec end */

/* List-section */
.header-list-block {
    border-radius: 20px;
    /* padding: 20px 0px; */
    border: double 2px #9958CC;
    box-shadow: 0px 0px 19.8px 2.2px rgb(0 0 0 / 15%);
    margin: 0px;
}

.converting-shape {
    background-color: #ffb703;
    padding: 10px 30px;
    display: inline-block;
    border: 2px dashed #020d13;
    line-height: 30px;
	 border-radius: 65px;
}
@media (min-width: 768px) {
	.converting-shape {
    padding: 15px 40px 15px 40px;
    line-height: 100%;
}
    .highlihgt-heading {
        position: relative;
        padding: 15px 20px;
    }
	/* .header-list-block {
    padding: 80px 30px 30px;
} */
}

.second-section {
    padding: 30px 0px;
	background: linear-gradient(180deg, rgba(153, 88, 204, 0.00) 0%, rgba(153, 88, 204, 0.10) 100%);
}

.formbg {
    padding: 20px;
}

@media(min-width:768px) {
    .second-section {
        padding: 100px 0px;
    }
    .formbg {
        padding: 50px;
    }
}
/* .video-box {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
} */


.feature-list {
	padding: 15px;
    margin-top: 30px;
    list-style-type: none;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
    background: #FFEED6;
    border: 3px solid #FFFFFF;
    box-shadow: -5px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
}

.grey-section1 {
    background: #e9e1f1;
    padding: 40px 0px;
}
@media (min-width: 768px){
.grey-section1 {
    background: #fff url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/demo-bg.webp) no-repeat top center;
	background-size: cover;
    padding: 100px 0px;
}
}
/* List section End */

.third-section {
	padding: 30px 0px 30px 0px;
	background: #ffffff;
}

.exciting-inner-sec {
	background: url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/exiciting-inner-bg.webp) no-repeat center center;
	background-size: cover;
	padding: 20px 15px;
	backdrop-filter: blur(3px);
	border-radius: 15px;
	max-width: 95%;
	margin: 0px auto;
}

@media (min-width: 768px) {
	.third-section {
		padding: 100px 0px 100px 0px;
	}

	.exciting-inner-sec {
		padding: 100px 0px;
		border-radius: 50px;
		width: 95%;
	}
}

@media(min-width:1600px) {
	.exciting-inner-sec {
		max-width: 85%;
	}
}

/* Presenting Section Start */
.presenting-sec{
    background: #100116;
	padding: 40px 0px;
	position: relative;
}
.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/proudly-head.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 9px 45px;
    display: inline-block;
}

@media(min-width:768px){
	.presenting-sec {
        background: url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/introducing.webp) no-repeat bottom center;
        background-size: cover;
		padding: 80px 0px;
	}
    .presenting-head {
    padding: 20px 80px;
}
}

/* Presenting Section End */


/********features*********/

.white-section {
	/* background: #fff; */
	padding: 30px 0;
}

.grey-section {
	/* background: #FEF1E1; */
	padding: 30px 0;
}

.features-title {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 15px;
}

.features-title .size {
	max-height: 100px;
}

.grey-section-last{
    padding: 30px 0px;
}

@media (min-width:768px) {
	.white-section {
		padding: 40px 0;
	}

	.grey-section {
		padding: 40px 0;
	}
    .grey-section-last{
        padding: 40px 0px 100px;
    }
}


/* Good Section Start */

.good-section {
	background: #f5eefa;
	padding: 30px 0px;
}

ul.good-list {
	padding: 0px;
	margin: 0px;
}

ul.good-list li {
	background: url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/point-icon.webp) no-repeat;
	list-style: none;
	text-align: left;
	padding: 20px 10px 20px 40px;
	background-position: 0px 22px;
}

@media (min-width: 768px) {
	.good-section {
		padding: 100px 0px;
	}
}

.moneyback-section {
    background: #0d0238;
    background-position: center center;
    background-size: cover;
    padding: 30px 0 30px;
}

@media (min-width: 768px) {
	.moneyback-section {
		padding: 100px 0 100px 0px;
		background: url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/moneyback-bg.webp) no-repeat;
		background-position: center center;
		background-size: cover;
	}
}
.bonus-section {
	background: #f1effb;
	padding: 30px 0;
}

@media (min-width: 768px) {
	.bonus-section {
		background: url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/bonus-bg.webp) no-repeat center bottom;
		background-size: cover;
		padding: 70px 0px 100px 0px;
	}
}


/*Table CSS Start*/

.table-section {
	background: #ffffff;
	padding: 30px 0;
}

.tablebox2 {
	background-color: #fff;
	border: solid 10px #481C6B;
	width: 100%;
	float: left;
	border-radius: 15px;
}

.tbbg2 {
	background: #481C6B;
	padding: 20px 30px;
	border-radius: 4px 4px 0px 0px;
}
.tbbg2-text {
	background: #ffffff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}


.tablebox2 ul {
	padding-left: 0;
	color: #010101;
}

ul.vgreytick {
	padding: 0px;
}

ul.vgreytick li {
    background:#fff url(https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/vgreytick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 44px;
    background-position: 12px 20px;
    line-height: 150%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
}

/* ul.vgreytick li:last-child {
	border-bottom: 0px;
} */

.myfeatureslast {
	float: left;
	padding: 15px;
	width: 100%;
	min-height: 69px;
	background: #fff;
	border-radius: 0px 0px 15px 15px;
}
ul.vgreytick li.headline {
    background: #062D69 !important;
    padding: 20px 0px 20px 0px;
    background-position: 0px 18px;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
}
@media (min-width: 768px) {
	.table-section {
		padding: 70px 0 100px 0px;
	}

    .tbbg2 {
        padding: 45px 20px 45px 20px;
    }

	ul.vgreytick li {
        padding: 24px 10px 24px 70px;
        background-position: 35px 24px;
    }

}

.footer-section {
	background: #080E20;
	padding: 30px 0;
}

.footer-ul {
	padding: 0
}

.footer-ul li {
	display: inline;
	line-height: 130%;
}

.footer-ul li:hover a {
	color: #fff;
}

@media(min-width:768px) {
	.footer-section {
		padding: 50px 0px;
	}

}

a.nothank {
	color: #EF3E3A;
	text-decoration: none;
}

.feature-shape {
    border-radius: 10px;
    background: #9958CC;
    padding: 10px 20px;
    display: inline-block;
}


.post-head{
    border-radius: 10px;
    border: 1px solid #9958CC;
    background: rgba(153, 88, 204, 0.1);
    backdrop-filter: blur(25px);
    padding: 10px;
}
@media(min-width:768px){
.post-head{
    padding: 20px 30px;
}
}

/* ========SWIPE SECTION=========== */
.template-section {
	background: #F1F1F1;
    padding: 0px 0px 30px 0px;
}
@media(min-width:768px){
	.template-section {
		padding: 0px 0px 100px 0px;
	}
}

/* ================AMAZING SECTION======== */
.amazing-section {
    padding: 30px 0;
    background: #0d0238;
}
@media(min-width:768px){
	.amazing-section {
		padding: 90px 0;
		background-color: #182d5a;
	}
}

/* scroll section */
.swiper-section{
	background: #F1F1F1;
	padding: 30px 0px 10px;
}
@media (min-width:768px) {
	.swiper-section{
		padding: 100px 0px 30px;
	}
}
/* scroll section */

.bonus-title-bg {
    background: #9958CC;
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}

.purple-brush {
    background: url("https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/purple-brush.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 14px;
}
@media (min-width: 768px){
    .purple-brush{
        padding: 0px 25px;
    }
}

.bussiness-card .item, .owl-carousel .item{
   
    box-shadow:15px 0px 20px rgba(0, 0, 0, 0.20);
    }

/* .video-frame {
    background: url("https://cdn.oppyotest.com/launches/aiinteractivebooks/elite/f10.gif") no-repeat;
    background-size: 100% 100%;
    padding: 17px;
}     */

.logos-effect img:hover {
    transform: scale(1.1);
}

.logos-effect img {
    transition: 0.3s;
}

img.vert-move {
    animation: mover 1s infinite  alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
/* ul.vgreytick li:nth-child(odd) {
    background-color: #ffffff;
} */
.warning-box img {
    min-width: 52px;
    max-height: 50px;
    margin-right: 14px;
}
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}
.fixed-top-bar{
    position: sticky;
    top: 0;
    z-index: 99;
}
.btn-accent {
    background: #ffffff;
    color: #000;
}
.btn-medium {
    padding: 0px 18px;
    font-size: 18px;
    line-height: 33px;
    border-radius: 43px;
    text-transform: uppercase;
    border: 0;
    animation: blink 1.5s linear infinite;
}

@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
}


@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}
.btn-accent:hover {
    color: #fff;
}
.step-group {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tp-step .highlighted.style4 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    background: #89ADE2;
    border-radius: 20px;
    color: #fff;
}
@media (min-width: 768px){
    .step-group:after {
        content: "";
        width: 100%;
        height: 2px;
        border-top: 2px dashed rgba(237, 108, 104, 0.4);
        position: absolute;
        left: 50%;
        top: 15px;
        transform: translatex(-50%);
        -webkit-transform: translatex(-50%);
        -moz-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        -o-transform: translatex(-50%);
    }
}

/* new featur css */

.yellow-border-card{
    border: 1px solid #9958CC;
    padding: 40px;
    border-radius: 20px;
    background: rgba(153, 88, 204, 0.1);
    backdrop-filter: blur(25px);
}
@media (max-width : 767px){
    .yellow-border-card{
        padding: 15px;
    }
}
/* new featur css */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--theme-gradient);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background: var(--theme-gradient1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}