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: #5289EF;
    --theme-gradient: linear-gradient(90deg, #5289EF 0%, #8EB5FD 100%) !important;
    --theme-gradient1: linear-gradient(90deg, #8EB5FD 0%, #5289EF 100%) !important;
}
.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 var(--purple-clr);
    border-image-slice: 1;
    width: 100%;
}
.theme-clr-1{
    color: var(--purple-clr);
    /* background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.purple-clr{
    color: var(--purple-clr);
}

.br-gradient2 {
    border-bottom: 2px solid #9958CC;
    border-image-slice: 1;
    width: 100%;
}

/* Header CSS */
.header-section {
	background: linear-gradient(180deg, #FFFFFF 0%, #D4E3FF 100%);
	padding: 30px 0px 50px 0px;
}

.mainheadline{
    background: #5289ef14;
    border: 3px dashed #79B3FF;
    padding: 20px 10px;
    border-radius: 10px;
    /* display: inline-block;*/
}
.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 var(--purple-clr);
}
.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 #5289EF4D; 
    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/ultimateai/unlimited/header-bg.webp) no-repeat center center;
	    background-size: cover;
		padding: 30px 0px 100px 0px;
	}
    .mainheadline{
        padding: 25px 14px 30px;
        border-radius: 20px;
    }
    /* .mainheadline::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/unlimited/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    } */
    .preheadline{
        padding: 10px 50px;
	  }
	/* .probtn1 a {
        font-size: 30px;
        padding: 35px 30px;
        display: inline-block;
        width: auto;
    } */
}

/* List-section */
/* .header-list-block {
    border-radius: 20px;
    padding: 20px 0px;
    border: double 2px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    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: #fff;
} */

.formbg {
    padding: 20px;
}
/* .feature-box{
    border: 5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
} */

.icon-box-p{
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.icon-box1{
    background: #DFFAFE;
}
.icon-box2{
    background: #F2E8FF;
}
.icon-box3{
    background: #FEE5E4;
}
.icon-box4{
    background: #CAD3FF;
}
.icon-box5{
    background: #E4FFD8;
}
.icon-box5{
    background: #E4FFD8;
}
.icon-box6{
    background: #F3F2D2;
}
.text-box{
    background: #252525;
    border-radius: 0px 0px 5px 5px;
    padding: 25px;
}
.text-box1{
    background: #252525;
    border-radius: 0px 0px 5px 5px;
    padding: 25px;
}

@media(min-width:768px) {
    /* .second-section {
        padding: 100px 0px;
    } */
    .formbg {
        padding: 50px;
    }
    .icon-box-p{
        padding: 20px;
    }
    .text-box{
        padding: 15px 13px;
    }
    .text-box1{
        padding: 16px 25px 14px;
    }
}
/* .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;
} */

/* List section End */

.third-section {
	padding: 30px 0px 30px 0px;
	background: #E2F3FF;
}

.exciting-inner-sec {
	background: url(https://cdn.oppyotest.com/launches/ultimateai/unlimited/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: #e9f0fe;
	padding: 40px 0px;
	position: relative;
}
.heading {
    background: #5289EF;
    border: 3px dotted #E7F0FF;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 5px 15px 0px #FFFFFF40; */
    border-radius: 100px;
    display: inline-block;
    position: relative;
}
.heading-text{
    padding: 2px 15px;
}

@media(min-width:768px){
	.presenting-sec {
        background:#E2F3FF url(https://cdn.oppyotest.com/launches/ultimateai/unlimited/introducing.webp) no-repeat top center;
        background-size: cover;
		padding: 80px 0px;
	}

    .heading-text{
        padding: 4px 30px;
    }
    /* .heading::before{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/unlimited/star-icon.webp");
        top: 0;
        left: -20px;
    }
    .heading::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/unlimited/child.webp");
        top: -35px;
        right: -110px;
    } */
    /* .mt-top{
        margin-top: -50px;
    } */
    }

/* Presenting Section End */


/********features*********/

.feature{
    background: linear-gradient(180deg, #010231 60%, #010231 65%);
    padding: 30px 0px;
}
.feature-box{
    background: #00000008;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}


@media (min-width: 768px) {
	.feature{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/unlimited/feature-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0px;
    }

}


/********features*********/
/* Good Section Start */

.good-section {
	background: #ffffff;
	padding: 30px 0px;
}

ul.good-list {
	padding: 0px;
	margin: 0px;
}

ul.good-list li {
	background: url(https://cdn.oppyotest.com/launches/ultimateai/unlimited/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: #e9f0fe;
    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/ultimateai/unlimited/moneyback-bg.webp) no-repeat;
		background-position: center center;
		background-size: cover;
	}
}


/* Bonus Section Start */

.feature-shape {
    border-radius: 10px;
    background: var(--purple-clr);
    padding: 10px 20px;
    display: inline-block;
}

.bonus-section {
	background: #f1effb;
	padding: 30px 0;
}

.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid var(--purple-clr);
    background: #ffffff;
    /* backdrop-filter: blur(25px); */
    height: 100%;
    padding: 20px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/ultimateai/unlimited/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
.margin-t-30 {
    margin-top: -30px;
}

.img-box img{
    width: 60%;
}
.img-box1 img{
    width: 80%;
}

@media (min-width: 768px) {
	.bonus-section {
		background: url(https://cdn.oppyotest.com/launches/ultimateai/unlimited/bonus-bg.webp) no-repeat center bottom;
		background-size: cover;
		padding: 70px 0px 100px 0px;
	}
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
    .margin-t-78 {
        margin-top: -66px;
    }
    .img-box1 img{
        width: 60%;
    }
}

/* Bonus Section End */

/*Table CSS Start*/

.table-section {
	background: #ffffff;
	padding: 30px 0;
}

.tablebox2 {
	background-color: #fff;
	border: solid 10px #000;
	width: 100%;
	float: left;
	border-radius: 15px;
}

.tbbg2 {
	background: linear-gradient(90deg, #010713 40%, #0d163a 100%);
	padding: 20px 30px;
	border-radius: 4px 4px 0px 0px;
}
.tbbg2-text {
	background: #FFCB40;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}

.table-sale {
    background: url(https://cdn.oppyotest.com/launches/ultimateai/unlimited/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    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/ultimateai/unlimited/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;
}
.mt-top {
    margin-top: -42px;
}
@media (min-width: 768px) {
	.table-section {
		padding: 70px 0 100px 0px;
	}
        .table-sale {
        padding: 11px 70px;
    }
        .mt-top {
        margin-top: -70px;
    }
    .tbbg2 {
        padding: 45px 20px 45px 20px;
    }

	ul.vgreytick li {
        padding: 24px 10px 24px 70px;
        background-position: 35px 24px;
    }

}

.footer-section {
	background: #000000;
	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;
}


.post-head{
    border-radius: 10px;
    border: 1px dotted #5289EF;
    background: #FFFFFF;
    backdrop-filter: blur(25px);
    padding: 10px;
}


@media(min-width:768px){
.post-head{
    padding: 0px 30px 20px;
}
}

/* ========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: #0B0C12;
}
@media(min-width:768px){
	.amazing-section {
		padding: 90px 0;
		background-color: #0B0C12;
	}
}

/* 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/ultimateai/unlimited/purple-brush.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 14px;
}
@media (min-width: 768px){
    .purple-brush{
        padding: 5px 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/ultimateai/unlimited/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: 10px;
    text-transform: uppercase;
    border: 0;
    animation: blink 1.5s linear infinite;
}

@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 8px 20px;
        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 var(--purple-clr);
    padding: 40px;
    border-radius: 20px;
    background: #D5EBFB;
    backdrop-filter: blur(25px);
}
@media (max-width : 767px){
    .yellow-border-card{
        padding: 15px;
    }
}
/* new featur css */


/*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: 41px 40px;
}
.compare-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    /* padding: 15px 26px 15px 36px; */
    padding: 15px 12px 15px 15px;
    list-style: none;
}
.gradiant-border {
    border: 5px solid var(--purple-clr);
    /* background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    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;
    border-radius: 10px 10px 0 0;
}
.compare-list2 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #DFF4FF;
    padding: 15px 12px 15px 15px;
    /* padding: 15px 26px 15px 36px; */
    list-style: none;
    position: relative;
}


.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 10px 15px 20px;
    list-style: none;
}


.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 #79B3FF;
        background: #FFF;
        /* height: 100%; */
    }
    .gradiant-border{
        border-radius: 20px;
    }
    .compare-card3{
        border-radius: 20px;
        border: 5px solid #79B3FF;
        background: #FFF;
        /* height: 100%; */
    }
    
    .compare-list li:nth-child(20) {
        border-radius: 0px 0px 17px 17px;
    }
    .compare-list2 li:nth-child(20) {
        border-radius: 0px 0px 17px 17px;
    }
    .compare-list3 li:nth-child(20) {
        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;
    }
    .compare-head2{
        border-radius: unset; 
    }
    .blue-brush{
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/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 #79B3FF;
        border-bottom: 5px solid #79B3FF;
        border-left: 5px solid #79B3FF;
        background: #FFF;
        /* height: 100%; */
    }
    .compare-card3{
        border-radius: 0px 20px 20px 0px;
        border-top: 5px solid #79B3FF;
        border-bottom: 5px solid #79B3FF;
        border-right: 5px solid #79B3FF;
        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(20) {
        border-radius: 0px 0px 0px 17px;
        padding: 13px 0px 17px 17px;
    }
    .compare-list3 li:nth-child(20) {
        border-radius: 0px 0px 17px 0px;
    }



}
/*outclass sec end */


#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--purple-clr);
    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(--purple-clr);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* slider-sec start */
.slider-sec{
    background: linear-gradient(180deg, #190416 0%, #050517 100%);
}
.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 60s linear infinite;
    width: 250%;
}
@keyframes slider-image-running {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
/* @media (min-width:768px) {
    .slider-sec{
        background: #351a08 url(https://cdn.oppyotest.com/launches/ultimateai/unlimited/slider-bg.webp) no-repeat center center;
        background-size: cover;
    }
} */
/* slider-sec end */

.twentytwenty-wrapper .twentytwenty-handle {
    height: 40px;
    width: 40px;
    border: 0;
    background: var(--theme-gradient);
    transform: translate(-50%, -50%);
    margin: 0;
}
.twentytwenty-container{
    border: 1px solid rgb(202, 224, 255);
    border-radius: 5px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
    width: 2px;
}
.bg-remover-twenty .twentytwenty-handle{
    height: 60px !important;
    width: 60px !important;
}
.bg-remover-twenty .twentytwenty-handle:before{
    bottom: 70% !important;
}
.bg-remover-twenty .twentytwenty-handle::after{
    top: 70% !important;
}





/* vivek css */
.blue-wave{
        position: relative;
    }
    .blue-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/unlimited/blue-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }