/* fastpass */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Nunito', sans-serif;
    color: #000000;
    font-size: 14px;
    overflow-x: hidden;
}
.patua-font {
    font-family: "Patua One", serif;
}

html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-thumb {
    background: var(--blue-clr);
    border-radius: 25px;
}

/* Section Padding Start */
.sec-pd{
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */

/* Color CSS */

:root {
    --black-clr:#010101;
    --white-clr: #fff;
    --grey-clr:#555555;
    --grey-clr1:#FFFFFF99;
    --brown-clr: #DF6A00;
    --blue-clr: #5289EF;


    --blue-clr1: #0D87E7;
    --blue-clr3: #27A3F0;
    --yellow-clr: #FEC432;
    --yellow-clr1: #FFBF05;
    --light-white: #010101CC;
    --red-clr:#FF4A4A;
    --red-clr1:#FF5E55;
    --red-clr2:#F26159;
    --red-clr3:#FF361D;
    --green-clr:#00C40D;
    --orange-clr: #F08506;
    --orange-clr-1: #FF8000;

    --green-clr1:#02B802;
    --purple-clr: #AB59EC;
    --theme-gradient: linear-gradient(90deg, #5289EF 0%, #8EB5FD 100%) !important;
    --theme-gradient1: linear-gradient(90deg, #8EB5FD 0%, #5289EF 100%) !important;
}
/* Color CSS */
.black-clr {color: var(--black-clr)}

.white-clr,a.white-clr {color: var(--white-clr);}

.brown-clr{color:var(--brown-clr);}

.blue-clr {color: var(--blue-clr);}
.blue-clr1 {color: var(--blue-clr1);}
.blue-clr3 {color: var(--blue-clr3);}

.light-white{color: var(--light-white);}

.yellow-clr {color: var(--yellow-clr);}
.yellow-clr1 {color: var(--yellow-clr1);}

.green-clr {color: #00c40d;}
.green-clr1 {color: var(--green-clr1);}


.red-clr{color: var(--red-clr);}
.red-clr1{color: var(--red-clr1);}
.red-clr2{color: var(--red-clr2);}
.red-clr3{color: var(--red-clr3);}

.grey-clr1 {color: var(--grey-clr1);}
.purple-clr {color: var(--purple-clr);}
.orange-clr {color: var(--orange-clr);}
.orange-clr-1 {color: var(--orange-clr-1);}

.theme-clr {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.br-gradient {
    border-image-slice: 1;
    width: 100%;
    border-bottom: 2px solid var(--blue-clr);
}

.text-success {
    color: #21AF21 !important;
}

.white-box{
    background: #010224;
    padding: 30px 0px 30px;
}
.feature-box{
    background: #00000008;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}

.theme-btn {
    /* border: 2px solid #130d18; */
    background: var(--theme-gradient);
    padding: 15px 6px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    /* background-size: 150% 100%; */
    transition: all 0.6s ease-in-out;
    outline: 0;
}

.blue-clr{
    color: var(--blue-clr);
}

.btn-border:hover{
    transform: scale(1.1);
}
.theme-btn:hover{
    color: #ffffff;
    background: var(--theme-gradient1);
}
a.affiliate-link-btn {
	border-radius: 10px;
	border-radius: 10px;
    background: var(--blue-clr);
	text-decoration: none;
	text-align: center;
    display: inline-block;
	padding: 10px 28px;
	font-size: 18px;
	color: #ffffff;
	transition: all .3s ease;
	/*animation: blink 1.5s linear infinite;*/
}
.post-head{
    border-radius: 10px;
    border: 1px dotted #5289EF;
    background: #FFFFFF;
    backdrop-filter: blur(25px);
    display: inline-block;
    padding: 10px;
}


/* @keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}  */
@media (min-width: 768px){
.theme-btn {
    padding: 35px 30px;
}
a.affiliate-link-btn {
    padding: 10px 28px !important;
    font-size: 24px;
}
.img-width img{
    max-width: 80%;
}
.white-box{
    background:#010224 url(https://cdn.oppyotest.com/launches/ultimateai/bundle/feature-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 30px 0px 60px;
}
}

/* top header  */
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.warning-box img {
    min-width: 52px;
    max-height: 50px;
    margin-right: 14px;
}
.btn-accent {
    background: var(--theme-gradient);
    color: #000000;
}
.btn-medium {
    padding: 0px 18px;
    border: 2px solid #6137F7 !important;
    font-size: 18px;
    line-height: 33px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0;
    /* animation: blink 1.5s linear infinite; */
}

.fixed-top-bar {
    background: var(--blue-clr);
    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: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 15px 4px;
    animation: blink 1.5s linear infinite;
}

.fixed-top-bar div p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-right: 15px
}


.fixed-top-bar div p span {
    text-decoration-line: line-through
}



/* .mainheading-text{
    font-style: italic;
    background: linear-gradient(90deg, #72F3E9 0%, #CFA8FF 50%, #FACEAB 100%);
    border-radius: 10px;
    padding: 0px 10px;
} */

/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  .btn-border{
    border: 10px solid #486ee747;
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
    }
    .btn-border:hover{
        transform: scale(1.1);
    }
    .btn-border {
        /* padding: 4px;
        border-radius: 10px; */
        transition: ease 0.3s;
        /* display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #FFC401 14%,  #C90DF8 19%, #3538FF 23%, transparent 17%);
        background-size: contain;
        background-color:transparent;
        animation: rotateBG 5s linear infinite; */
    }
    .btn-border1 {
        /* padding: 4px;
        border-radius: 10px; */
        transition: ease 0.3s;
        /* display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #FFC401 14%,  #C90DF8 19%, #3538FF 23%, transparent 17%);
        background-size: contain;
        background-color:#ffffff;
        animation: rotateBG 5s linear infinite; */
    }
  
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  }

 .mainheadline{
        background: #5289ef14;
    border: 3px dashed #79B3FF;
    padding: 20px 10px;
    border-radius: 10px;
    /* display: inline-block;*/
}
 .mainheadline1{
    background: #ffffff;
    /* border: 2px solid #4B99FF; */
    padding: 20px 10px;
    border-radius: 10px;
    display: inline-block;
}
 .mainheadline2{
    background: #ffffff;
    /* border: 2px solid #4B99FF; */
    padding: 20px 10px;
    border-radius: 10px;
    display: inline-block;
}

.benefits{
    background: #E8F0FF;
    padding: 30px 0px;
}
/* .magically-text {
    background: #ffffff;
    border: 1px solid #5289EF;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
} */

  /* button border animation css end */

@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
    .mainheadline{
        padding: 25px 14px 30px;
        border-radius: 20px;
    }
    /* .magically-text {
        border-radius: 100px;
        padding: 12px 20px;
    } */
    /* .mainheadline::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    } */
    .mainheadline1{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 20px 30px 30px;
        display: inline-block;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .mainheadline1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    }
    .mainheadline2{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 20px 40px 30px;
        display: inline-block;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .mainheadline2::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    }
    .benefits{
        padding: 100px 0px;
    }
}

 @keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
} 
.btn-accent:hover {
    color: #000;
}
/* top header  */

.clr-1 {
    color: #4494FF;
}
.green-clr2 {
    color: #00da23;
}
.caveat {
    font-family: 'Caveat', cursive;
}
.play {
    font-family: 'Play', sans-serif;
}
/* a:hover {
    color: #fff;
} */
/* --- Global Css Start--- */
.blue-gradient{
    --blue-gradient: var(--theme-gradient);
}
.white-clr {
    color: #fff;
}
.black-clr {
    color: #010101;
}
.orange-clr {
    color: #f6841f;
}
.red-clr{
    color: #ff0506;
}
.sky-blue {
    color: #01dffb;
}

.neon-clr {
    background: var(--theme-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.relative {
    position: relative;
}

.support-link:hover{
        color: #0a58ca;
}
.img-shadow {
    box-shadow: 0px 0px 15px 0px rgb(73 76 80 / 25%);
}
.uppercase {
    text-transform: uppercase;
}

.instant-btn1 a {
    font-size: 20px;
}
.instant-btn1 a {
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 600;
    transition: all .3s ease;
     background: var(--theme-gradient);
    backdrop-filter: blur(10px);
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.03) 100%);
    backdrop-filter: blur(10px);
}
.close-img {
    width: 50px;
}
/* --- Global Css End--- */
/* --- Header Section Start--- */
.header-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #D4E3FF 100%);
    padding: 30px 0px;
}

.pre-heading {
    background: #5289EF1A;
    border: 1px dashed #5289EF;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

.textbox{
    background: #ffffff;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 10px;
    height: 100%;
}
.textbox-1{
    padding: 0px 10px 20px;
}
.textbox-inner{
    border-radius: 5px;
    background: #191919;
    display: inline-block;
    padding: 10px 16px;
}
.orange-brush{
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/orange-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

.blue-brush{
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

.purple-brush1{
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/purple-brush1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}
ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul li {
    display: inline-block;
    padding: 0px 10px;
    font-weight: 500;
	color: var(--white-clr);
}
.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;
} */

.mt-top{
    margin-top: -15px;
}


@media(min-width:768px) {
    .header-section {
        background:#fff url(https://cdn.oppyotest.com/launches/ultimateai/bundle/header-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .textbox{
        /* padding: 0px 16px 24px 15px; */
        /* min-height: 397px; */
    }
    .textbox-1{
        padding: 0px 16px 24px 15px;
    }
    .mt-top{
    margin-top: -48px;
}

    /* .textbox-inner{
        padding: 10px;
    } */
    .pre-heading {
        border-radius: 100px;
        padding: 12px 30px;
    }
    .f-md-70 {
        font-size: 70px !important;
    }
}
/* --- Header Section End--- */
/* --- New Section Start--- */
.new-section {
    background: #ffffff;
    padding: 30px 0px;
}

.menu-list {
    border: 3px solid rgba(20, 121, 255, 0.50);
    box-shadow: -5px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 15px 15px 15px 30px;
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}
@media (max-width: 767px) {
    /* .content-mbl-space {
        padding: 30px 15px;
    } */
    .f-md-70 {
        font-size: 70px;
    }
}
/* --- New Section End--- */

/* --- Second Section Start--- */
.elite-section {
    padding: 30px 0;
    background: #E8F0FF;
}
.enterprise-section {
    padding: 30px 0;
    background: #E8F0FF;
}
.studio-section {
    padding: 30px 0;
    background: #E8F0FF;
}
.agency-section {
    padding: 30px 0;
    background: #E8F0FF;
}

.plan1-shape {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgb(96 145 169 / 19%);
}
.plan2-shape {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(96, 145, 169, 0.19);
}
@font-face {
    font-family: 'handsean';
    src: url(../fonts/handsean.ttf);
}
.title-shape {
    background: var(--theme-gradient);
    padding: 5px;
    border-radius: 20px;
    display: inline-block;
}
.title-shape1 {
    background: var(--theme-gradient);
    padding: 10px;
    border-radius: 65px;
    display: inline-block;
}
.kaptick li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/kap-tick.webp) no-repeat;
    background-position: 10px 3px;
    padding: 0 0 15px 45px;
    color: #000000;
    line-height: 150%;
    font-size: 18px;
}
.kaptick1 li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/kap-tick.webp) no-repeat;
    background-position: 10px 3px;
    padding: 0 0 15px 45px;
    color: #000000;
    line-height: 150%;
    font-size: 18px;
}
.kaptick li:last-child {
    padding-bottom: 0px;
}
.kaptick1 li:last-child {
    padding-bottom: 0px;
}
.moneyback-section {
    background: #e9f0fe;
    padding: 30px 0 30px;
}
.second-header-section {
    padding: 30px 0;
    background: #111;
}
.step-shape {
    border-width: 3px;
    border-color: #f6841f;
    border-style: solid;
    border-radius: 15px;
    background-color: transparent;
    position: relative;
    width: 100%;
    float: left;
    padding: 20px;
    height: 100%;
    color: #fff;
}
.section-margin {
    margin-top: 40px !important;
}
.ved_search_box {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 100%;
}
.ved_search_box .ved_search_placeholders {
    animation: text2 5s ease 3s infinite normal none;
}
.ved_search_box .ved_search_placeholders {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    pointer-events: none;
    animation: text2 5s ease 3s infinite normal none;
}
.blue-gradient {
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .orange-frame-1 {
    background: #DF6A00;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.pink-frame {
    background: #D15DFF;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.blue-frame-1 {
    background: #5e80f1;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
} */

.gradient-frame{
    background: var(--blue-clr);
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}
.yellow-border-card {
    background: #00000008;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px 10px 0px;
    height: 100%;
}


@media(min-width:768px) {
    .title-shape {
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/purple-brush1.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 5px 30px;
    }
    .title-shape1 {
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/purple-brush1.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 5px 30px;
    }
    .tablebox-inner-bg {
        padding: 30px 0px 0px;
        border-radius: 30px;
    }
    .tablebox-bottom {
        padding: 10px 0px 30px;
        border-radius:0px 0px 27px 27px;
    }
    .section-margin {
        margin-top: 300px !important;
    }
    /* .orange-frame-1 {
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/orange-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        border: unset;
        border-radius: unset;
    }
    .pink-frame {
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/pink-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 10px 26px;
        border: unset;
        border-radius: unset;
    }
    .blue-frame-1 {
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        display: inline-block;
        border: unset;
        border-radius: unset;
    } */
    .new-section {
        padding: 80px 0px 100px;
    }
    .main-box,.main-box-2,.main-box-3,.main-box-4{
        padding: 50px 100px;
    }
    /* .pimg {
        margin-top: -255px;
    } */
    .section1 {
        padding: 40px 0 60px;
    }
    .enterprise-section {
        padding: 40px 0 60px;
    }
    /* .studio-section {
        padding: 40px 0 60px;
    } */
    /* .agency-section {
        padding: 40px 0 60px;
    } */
    /* .instant-btn a {
        font-size: 34px;
        padding: 28px 30px 30px 30px;
    } */
    .kaptick li {
        padding: 5px 0 30px 45px;
        background-position: 5px 6px;
    }
    .kaptick1 li {
        padding: 5px 0 7px 40px;
        background-position: 5px 8px;
    }
    .img-shadow {
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    }
    .moneyback-section {
        padding: 100px 0 100px 0px;
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/moneyback-bg.webp) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .yellow-border-card {
        border-radius: 20px;
        padding: 20px;
    }
}
/* --- Second Section End--- */

/* --- Third Section Start--- */
.section2 {
    padding: 30px 0;
    background: #ffffff;
}
.tablebox1 {
    border: 3px solid #000000;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    width: 100%;
    float: left;
    border-radius: 30px;
}
.tablebox-inner-bg {
    background: linear-gradient(90deg, #010713 40%, #0d163a 100%);
    border-radius: 27px;
}
.tablebox-bottom {
    background: #fff;
    padding: 10px;
    border-radius:0px 0px 27px 27px;
}
.table-headline-shape {
    background: #FEC432;
    display: inline-block;
    border-radius: 48px;
    padding: 1% 5%;
}
.odd-shape {
    background: #ffffff;
    padding: 10px 15px;
}
.bottom-border{
    border-bottom: 2px solid #746868c0;
}
.even-shape {
    background: var(--blue-clr);
    padding: 10px 15px;
    color: #ffffff !important;
}
.price-shape {
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 5px 4px 5px;
}
.price-shape1 {
    background: var(--blue-clr);
    display: inline-block;
    border-radius: 5px;
    padding: 4px 5px 4px 5px;
}
/* .now-price {
    background: var(--theme-gradient);
    padding: 12px 10px;
    border-radius: 22px;
} */
.myfeatures {
    float: left;
    /* padding: 25px 6px; */
    width: 100%;
    min-height: 69px;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
@media (min-width: 768px) {
    .section2 {
        padding: 60px 0;
        /* background: #ffffff url(https://cdn.oppyotest.com/launches/ultimateai/bundle/table-bg-2.webp) no-repeat bottom center;
        background-size: cover; */
    }
            .table-sale {
        padding: 11px 70px;
    }
}
/* --- Third Section End--- */
footer{
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
@media(min-width:768px){
    footer{padding: 50px 0px;}
}

/* ============ */
.purple-brush {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/purple-brush.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 14px;
}
.border-field {
    padding: 20px;
    border: 1px solid black;
}
@media (min-width: 768px){
    .purple-brush{
        padding: 5px 25px;
    }
}
/* Floating Btn */

/* monthly box start */
.monthly-box {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/montly-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 3px 15px 30px;
    position: relative;
}
.One-Time-text{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/one-time-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 12px 59px;
    display: inline-block;
    margin: -10px;
}
@media (min-width: 768px) {
    .pl-md75 {
        padding-left: 75px !important;
    }
    .monthly-box{
        padding: 0px 106px 40px;
    }
}
/* monthly box end */

#scroll {
    background: var(--blue-clr);
    background-size: 150% 100%;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    text-indent:-9999px;
    display:none;
    transition: all 0.6s ease-in-out;
    outline: 0;
    -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(--blue-clr);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*  */

a.nothank {
    color: #EF3E3A;
    text-decoration: none;
    letter-spacing: 2px;
}

/* 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%;
    max-width: unset;
    /* min-height: unset; */
}
@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/kidsbookai/elite/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;
}

/* Fe sections Start */

/* --- Header Section Start --- */
.fe-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #D4E3FF 100%);
    padding: 30px 0px;
}
.main-heading{
    background: #5289ef14;
    border: 3px dashed #79B3FF;
    padding: 20px 10px;
    border-radius: 10px;
    /* display: inline-block;*/
}
.magically-text {
    background: #ffffff;
    border: 1px solid #5289EF;
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
}

.post-head{
    background: #FFFFFF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
/* .white-box{
    background: linear-gradient(180deg, #FDF0F6 0%, #FFFFFF 100%);
    padding: 20px 10px;
    border-radius: 10px;
} */
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;
}


.fe-section ul.leader-ul li a {
    text-decoration: none;
    font-weight: 800;
    padding:10px 10px;
}
.fe-section ul.leader-ul li a:hover{
    color: #000000;
}

/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  .btn-border {
    border: 10px solid #5289EF4D;
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
  }
    .btn-border:hover{
        transform: scale(1.05);
    }
   
  /* button border animation css end */

.gap20 {
    gap: 20px;
}

.header-white-box{
    background: #FFFFFF;
    /* border: 1px solid #FFFFFF33; */
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0px 5px 20px 0px #00000026;
    backdrop-filter: blur(50px);
    height: 100%;
    align-items: center;
}
.header-white-box img{
    max-height: 70px;
}
.fe-section .h-box{
    background: #FFFFFF1A;
    border-radius: 10px;
    border: 1px solid #5289EF;
    box-shadow: 0px 0px 10px 0px #5289EF80;
    /* border: double 1px transparent;
    background-image: linear-gradient(#E2F3FF, #E2F3FF), var(--theme-bg);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.fe-section .blue-box {
    padding: 20px 10px;
}
.list-head {
    list-style: none;
    padding: 0px;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/list-head.webp) no-repeat;
    background-position: 4px 4px;
    padding: 0px 0px 15px 37px;
}
/* .list-head {
    border: 1px solid #406CF74D;
    background: #F1F5FE;
    padding: 15px 10px;
    border-radius: 10px;
} */
.list-head li:last-child{
    padding-bottom: 0px;
}

.video-box{
    border: 1px solid var(--blue-clr);
    box-shadow: 0px 0px 10px 8px #e1e8ff;
    border-radius: 10px;
}
@media(min-width:768px){
    .fe-section {
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 30px 0px 100px;
    }
    .magically-text {
        border-radius: 100px;
        padding: 12px 40px;
    }
    .main-heading{
        padding: 25px 14px 30px;
        border-radius: 20px;
    }
    .blue-wave{
        position: relative;
    }
    .blue-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    .post-head{
        padding: 14px 28px;
    }
    /* .white-box{
        padding: 40px 20px;
    } */
    /* .list-head {
        padding: 20px 15px;
    } */
    .fe-section .h-box{
        border-radius: 20px;
    }
    .fe-section .blue-box {
        padding: 30px;
    }
    .list-head li {
        padding: 0px 0px 35px 37px;
    }

}
/* header-sec end */

/* platform-sec start */
.platform-sec {
    background: #ffffff;
}

.platform-box{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/platform-box.webp") no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    height: 100%;
    display: inline-block;
}
@media(min-width:768px){
    .platform-text{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-box-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 16px 30px;
        border: unset;
        border-radius: unset;
    }
    .blue-wave-1{
        position: relative;
    }
    .blue-wave-1::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-wave-1.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 7px;
    }
}
/* platform-sec end */

/* dashboard-sec start */
.dashboard-sec{
    background-color: #E2ECFF;
}
.dashboard-text{
    background: #ffffff;
    border: 2px dashed #5289EF;
    border-radius: 10px;
    /* display: inline-block; */
    padding: 10px 15px;
}
.dashboard-card{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/dashboard-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px;
}
.dashboard-red-card{
    background: #FF462F;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 25px;
}
.dashboard-card a{
    color: #2F60FF;
    text-decoration: none;
    cursor: pointer;
}
.dashboard-card a:hover{
    color: #2F60FF;
}
.dash-1{
    background: #FFEBEF;
    border: 1px solid #FF462F;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 15px;
}
.dash-2{
    background: #E9FFEA;
    border: 1px solid #00C40D;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 15px;
}
@media(min-width:768px){
    .dashboard-sec{
        background: #E2ECFF url("https://cdn.oppyotest.com/launches/ultimateai/bundle/dashboard-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .dashboard-text{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/dashboard-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        padding: 20px 30px;
        border-radius: unset;
    }
    .green-wave{
        position: relative;
    }
    .green-wave::before{
        position: absolute;
        content: '';
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/green-wave.webp) no-repeat;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .dashboard-card{
        padding: 50px 25px 40px;
    }
    .dash-1{
        padding: 10px 50px;
    }
    .dash-2{
        padding: 10px 55px;
    }
}
/* dashboard-sec end */


/* power-sec start */
.power-sec{
    background: #E8F0FF;
}
.power-text{
    background: #ffffff;
    border: 1px dashed #5289EF;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
@media(min-width:768px){
    .power-sec{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/power-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .power-text{
        padding: 8px 24px;
    }
    .blue-wave-2{
        position: relative;
    }
    .blue-wave-2::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-wave-2.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 9px;
    }
}
/* power-sec end */

/* leader-sec start */
.leader-sec{
    background: #E8F0FF;
    padding-top: 80px;
}
.leader-sec-1{
    padding-top: 80px;
}
/* .leader-box{
    height: 100%;
    width: 100%;
    max-width: 1440px;
    background: #ffffff;
    border: 1px solid #5289EF;
    padding: 0px 125px 70px 125px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.leader-text {
    background: #5289EF;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-top: -40px;
}
.leader-text-1 {
    background: #F08506;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-top: -40px;
}
.leader-box {
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
}
.leader-box::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #5289EF;
    height: 100%;
    width: 100%;
    max-width: 1420px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-1 {
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
}
.leader-box-1::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: #FFF5E9;
    border: 1px solid #F08506;
    height: 100%;
    width: 100%;
    max-width: 1420px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media(min-width:768px){
    .leader-sec, .leader-sec-1{
        padding-top: 140px;
    }
    .leader-text{
        padding: 8px 50px;
        margin-top: -50px;
    }
    .leader-text-1 {
        padding: 4px 50px;
    }
    .leader-box, .leader-box-1 {
       padding: 0px 0px 70px 0px;
    }
}
@media (max-width:1400px) {
    .leader-box::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background-color: #ffffff;
        border: 1px solid #5289EF;
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .leader-box-1::after {
        position: absolute;
        content: '';
        border-radius: 20px;
        background: #FFF5E9;
        border: 1px solid #F08506;
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
/* leader-sec end */

/* without-sec start */
.without-sec{
    background: #ffffff;
}
.without-text{
    background: #EBFFED;
    border: 1px dashed #00C40D;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.without-box{
    background: linear-gradient(180deg, #CCDCFB 0%, rgba(204, 220, 251, 0.2) 100%);
    border-radius: 10px;
    padding: 5px 10px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/ultimateai/bundle/without-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .without-text{
        padding: 15px 35px 15px 38px;
        position: relative;
    }
    .without-text::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/sunglass-emoji.webp);
        top: 0px;
        right: -50px;
    }
    .without-box{
        padding: 10px 15px;
    }
}
/* without-sec end */
/* btn-sec start */
.btn-sec{
    background: #010231;
    position: relative;
    /* z-index: -1; */
}
.cta-btn-border {
    border: 3px dashed #000000;
    border-radius: 10px;
    padding: 0px;
}
.cta-btn-bg {
    background: url('https://cdn.oppyotest.com/launches/ultimateai/bundle/cta-btn-border.webp') no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
    border-radius: 10px;
}
@media(min-width:768px){
    .btn-sec{
        background: #010231 url(https://cdn.oppyotest.com/launches/ultimateai/bundle/btn-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 80px 0px;
    }
    .cta-btn-border {
        border-radius: 13px;
        padding: 0px;
    }
    .cta-btn-bg {
        padding: 40px 42px;
        border-radius: 10px;
    }
}
/* btn-sec end */

/* tool-sec start */
.tool-sec{
    background: linear-gradient(180deg, #FFFFFF  0%, #E8F0FF 100%);
}
.tool-text{
    background: #ffffff;
    border: 1px dashed #5289EF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tool-text-1{
    background: linear-gradient(180deg, #EDF3FF 0%, rgba(204, 220, 251, 0.2) 100%);
    border: 1px dashed #000000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.compare-box-1 {
    padding: 16px 28px 20px 28px;
    border-top: 4px solid #406CF780;
    border-left: 4px solid #406CF780;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 0px 0px 0px;
    background: #ffffff;
}
.compare-list-1 li{
    list-style: none;
    text-align: left;
    padding: 30px 30px 30px 30px;
    border-left: 4px solid #406CF780;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

.compare-list-1 li:last-child{
    border-bottom: 3px solid #406CF780;
    border-radius: 0px 0px 0px 20px;
}
.compare-box-2 {
    padding: 20px 22px 19px;
    border-top: 4px solid #406CF780;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
.compare-list-2 li {
    list-style: none;
    text-align: left;
    padding: 32.5px 30px 33px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.compare-list-2 li:nth-child(4){
    padding: 34px 30px 33px 50px;
}
.compare-list-2 li:nth-child(6){
    padding: 33px 30px 33px 50px;
}
.compare-list-2 li:nth-child(8) {
    padding: 31px 30px 30px 50px;
}
.compare-list-2 li:nth-child(9), .compare-list-2 li:nth-child(10){
    padding: 33px 30px 33px 50px;
}
.compare-list-2 li:last-child {
    border-bottom: 3px solid #9fb5fb;
    background-image: none;
}
.compare-box-3 {
    padding: 12px 0px 20px 0px;
    background: #EFF4FF;
    border: 3px solid #5289EF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
    margin-top: -82px;
}
.compare-list-3 li {
    list-style: none;
    text-align: left;
    padding: 36px 0px;
    border-left: 3px solid #5289EF;
    border-right: 3px solid #5289EF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #EFF4FF;
}
.compare-list-3 li:nth-child(6) {
    padding: 36.5px 0px;
}
.compare-list-3 li:nth-child(8) {
    padding: 33px 0px 34px;
}
.compare-list-3 li:last-child {
    border-radius: 0px 0px 20px 0px;
    border-bottom: 3px solid #5289EF;
    background-image: none;
}
.losing-frame{
    border: 2px solid #406CF7;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    background: #ffffff;
}
.ultimate-border{
    border-top: double 1px transparent;
    border-bottom: double 1px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, rgba(82, 137, 239, 0.1) 0%, #5289EF 48.08%, rgba(82, 137, 239, 0.1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.ultimate-box{
    background: linear-gradient(90deg, rgb(233 241 255) 0%, #feffff 45.67%, rgb(232 240 255) 100%);
    padding: 20px;
}
.ultimate-red-box{
    background: #FEEAE9;
    border: 1px solid #FF361D;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-blue-box{
    background: #E2ECFE;
    border: 1px solid #5289EF;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-ul li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/tool-tick.webp) no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 15px 40px;
}
.ultimate-ul li:nth-last-child(1){
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .tool-text{
        padding: 10px 55px;
        position: relative;
    }
    .tool-text::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/think-emoji.webp);
        top: -12px;
        right: -70px;
    }
    .tool-text-1{
        padding: 20px 50px;
    }
     .mt-md145{
        margin-top: 145px !important;
    }
    .ultimate-box{
        padding: 40px 36px;
    }
    .ultimate-red-box{
        padding: 30px 35px;
    }
    .ultimate-blue-box{
        padding: 30px 35px;
        position: relative;
    }
    .ultimate-blue-box::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/happy-emoji.webp");
        top: 115px;
        right: -75px;
    }
    .ultimate-ul li {
        padding: 0px 0px 15px 40px;
    }
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}
/* tool-sec end */

/* monthly-sec start */
.monthly-sec{
    background: #ffffff;
}
.monthly-text{
    background: #F5F9FF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
}
.monthly-text-1{
    background: linear-gradient(180deg, #EDF3FF 0%, rgba(204, 220, 251, 0.2) 100%);
    border: 1px dashed #000000;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
.monthly-text-2{
    background: #FFFFFF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
.monthly-card-1{
    background: linear-gradient(90deg, #FFD0CE 0%, #FEEAE9 100%);
    padding: 30px 20px;
    border: 10px solid #FFD0CE80;
    border-radius: 10px;
    position: relative;
}
.monthly-card-1::after {
    content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/vs.webp");
    position: absolute;
    bottom: -90px;
    right: 125px;
}
.monthly-card-1 ul li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/cross.webp") no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 30px 45px;
}
.monthly-card-1 ul li:nth-last-child(1){
    padding-bottom: 0;
}
.monthly-card-2 {
    background: linear-gradient(90deg, #5289EF 0%, #8EB5FD 100%);
    padding: 30px 20px;
    border: 10px solid #5289EF4D;
    border-radius: 10px;
}
.monthly-card-2 ul li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/right.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 15px 45px;
}
.monthly-card-2 ul li:nth-last-child(1){
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .monthly-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/ultimateai/bundle/monthly-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .monthly-text{
        padding: 15px 28px;
    }
    .blue-wave-3{
        position: relative;
    }
    .blue-wave-3::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-wave-3.webp") no-repeat;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .monthly-text-1{
        padding: 20px 30px;
    }
    .monthly-text-2{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 55px 35px 30px;
    }
    .monthly-card-1{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/monthly-card-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 80px 100px 80px 35px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .monthly-card-1::after {
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/vs-1.webp");
        position: absolute;
        top: 110px;
        right: -65px;
    }
    .monthly-card-1 ul li{
        list-style: none;
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/cross.webp") no-repeat;
        background-position: 0px 0px;
        padding: 0px 0px 30px 45px;
    }

    .monthly-card-2 {
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/monthly-card-2.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 35px 30px 100px;
    }
    .monthly-card-2 ul li{
        list-style: none;
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/right.webp") no-repeat;
        background-position: 0px 5px;
        padding: 0px 0px 15px 45px;
    }
}
/* monthly-sec end */

/* newbies-sec start */
.newbies-sec{
    background: #000000;
}
.newbies-card {
    border-radius: 10px;
    background: #5289EF;
    display: inline-block;
    padding: 20px;
}
.newbies-card-1 {
    border-radius: 10px;
    background: #5289EF1A;
    border: 1px solid #5289EF;
    display: inline-block;
    padding: 20px;
}
@media (min-width: 768px) {
    .newbies-sec {
        background: #000000 url(https://cdn.oppyotest.com/launches/ultimateai/bundle/newbies-bg.webp) no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
    }
    .newbies-card {
        padding: 50px;
    }
    .newbies-card-1 {
        padding: 50px;
    }
    .orange-wave{
        position: relative;
    }
    .orange-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/orange-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 12px;
    }
}
/* newbies-sec end */

/* tapping-sec start */
.tapping-sec{
    background: #ffffff;
}
.tapping-text{
    background: #5289EF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tapping-text-1{
    background: #ffffff;
    border: 2px solid #FF462F;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
}
.tapping-card {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/tapping-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px;
}
.tapping-red-card {
    background: #FF462F;
    display: inline-block;
    border-radius: 10px;
    padding: 3px 16px;
}
@media (min-width: 768px) {
    .tapping-text{
        padding: 12px 40px;
        position: relative;
    }
   .tapping-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/think-emoji-1.webp");
        top: 0px;
        right: -40px;
    }
    .tapping-text-1{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/red-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 20px 58px;
    }
    .tapping-card {
        padding: 50px 25px 40px;
    }
}
/* tapping-sec end */

/* problem-sec start */
.problem-sec{
   background: #E8F0FF;
}
.scary-text {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/scary-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 16px 35px 16px 30px;
}
/* problem-sec end */

/* not-anymore-sec start */
.not-anymore-sec{
    background: #ffffff;
}
.but-text {
    background: #5289EF;
    border-radius: 100px;
    display: inline-block;
    padding: 5px 20px;
}
.anymore-card{
    background: #EDF3FE;
    border: 1px solid #5289EF1A;
    border-radius: 10px;
    padding: 15px;
}
.anymore-text {
    background: #5289EF1A;
    border: 1px solid #5289EF4D;
    box-shadow: 0px 0px 30px 0px #5289EF4D inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
}
@media (min-width: 768px) {
     .not-anymore-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/ultimateai/bundle/not-anymore-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .but-text {
        padding: 5px 81px 5px 50px;
        position: relative;
    }
    .but-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/star-emoji.webp");
        top: -12px;
        right: -30px;
    }
     .blue-wave-4{
        position: relative;
    }
    .blue-wave-4::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/blue-wave-4.webp") no-repeat;
        bottom: -9px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .anymore-card{
        padding: 20px 15px 27px;
    }
    .anymore-text {
        padding: 30px 52px;
    }
}
/* not-anymore-sec end */

/* proudly sec start */
.proud-section{
    background: #e9f0fe;
}
.heading {
    background: #5289EF;
    border: 3px dashed #E7F0FF;
    border-radius: 100px;
    display: inline-block;
}
.heading-text{
    padding: 2px 15px;
}

.proudly-box{
    background: #5289EF;
    border: 1px solid #5289EF;
    border-radius: 30px;
}
.proud-inner-1 {
    background: #FFFFFF;
    padding: 20px 10px;
    border-radius: 30px;
}
.media-box{
    background: #FF483F14;
    border-radius: 10px;
    padding: 10px;
}
.media-inner{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 15px;
}
.price-box{
    background: #FF483F14;
    border: 1px solid #FF483F;
    border-radius: 10px;
    padding: 17px 53px;
}
.price-box-2{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px 60px;
    display: inline-block;
}
.product-box{
    padding: 0 10px 10px;
}
@media (min-width: 768px) {
    .proud-section{
        background: #e9f0fe url("https://cdn.oppyotest.com/launches/ultimateai/bundle/proudly-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .proud-text {
        border-bottom: 2px dashed #F06327;
    }
    .heading-text{
        padding: 5px 40px;
    }
    .img-pop{
        transition: ease 0.4s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
    .proud-inner-1{
        padding: 20px;
    }
    .product-box{
        padding: 0 ;
    }
}
/* proudly sec end */

/* demo section start */
.demo-sec{
    background: #ffffff;
}
.border-frame {
    background: #151515;
    border: 2px solid var(--blue-clr);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
@media(min-width:768px){
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/demo.webp) no-repeat center center;
        background-size: cover;
    }
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/demo-video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px;
        border-radius: 0;
        border: unset;
        backdrop-filter: unset;
    }
}
/* demo section end */

/* loaded-sec start */
.loaded-sec{
    background: #ffffff;
}
.loaded-card{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/loaded-card.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 100%;
    padding: 40px 20px 20px;
}

.loaded-blue-card{
    background: #2F60FF;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 10px;
}
.green-frame{
    background: #5289EF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .loaded-sec{
        background:#ffffff  url("https://cdn.oppyotest.com/launches/ultimateai/bundle/loaded-bg.webp") no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .loaded-card{
        padding: 50px 40px 30px;
    }
    .loaded-blue-card{
        padding: 5px 30px;
    }
}
/* loaded-sec end */

/* moving-row-sec */
.moving-row-sec{
    background: #010101;
}
.moving-container {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }

  /* Common styles for moving rows */
  .moving-row {
    display: flex;
    white-space: nowrap;
    animation: move 30s linear infinite;
  }

  /* Alternate direction for rows */
  .moving-row-parent:nth-child(odd) .moving-row {
    animation-direction: normal;
  }

  .moving-row-parent:nth-child(even) .moving-row {
    animation-direction: reverse;
  }

  /* Hover to pause animation */
  .moving-row-parent:hover .moving-row{
    animation-play-state: paused;   
  }

  /* Individual tags styling */
  .moving-row .tag {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #FFFFFF33;
    background: linear-gradient(88.18deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.1) 100%);
  }
  /* Shadow gradient effect on edges */
  .shadow-left,
  .shadow-right {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }

  .shadow-left {
    left: 0;
    background: linear-gradient(to right, rgb(1, 1, 1), rgb(8, 11, 26, 0));
  }

  .shadow-right {
    right: 0;
    background: linear-gradient(to left,  rgb(1, 1, 1), rgb(8, 11, 26, 0));
  }

  /* Keyframes for movement */
  @keyframes move {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @media (min-width:768px) {
    .moving-row-sec{
        padding-bottom: 150px;
    }
  }
/* moving-row-sec */

/* globally-sec start */
.globally-sec{
    background: #E8F0FF;
}

.believe-text {
    background: #5289EF;
    border: 3px dashed #E7F0FF;
    border-radius: 100px;
    display: inline-block;
    padding: 12px 30px;
}
@media (min-width: 768px){
    .globally-sec{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/globally-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }

    .believe-text {
        padding: 5px 65px 5px 25px;
        position: relative;
    }
    .believe-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/think-emoji-2.webp");
        top: -20px;
        right: -22px;
    }
}
/* globally-sec end */

/* testimonial sec start */
.testimonial-sec{
    background: #E8F0FF;
}
.testimonial-text {
    background: #ffffff;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
}
@media (min-width: 768px) {
    .testimonial-sec{
        background: #E8F0FF url("https://cdn.oppyotest.com/launches/ultimateai/bundle/testimonial-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .testimonial-text {
        padding: 15px 28px;
    }
}
/* testimonial sec end */

/*compare section start*/
.compare-section{
    background: #ffffff;
}
.winning-box{
    padding: 35px 110px;
    border-top: 1px solid #378E00;
    border-left: 1px solid #378E00;
    border-right: 1px solid #378E00;
    border-width: 1px, 0px, 1px, 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #378E00;
    border-radius: 20px 20px 0px 0px;
    box-shadow: -5px 4px 30px 0px #00000026;
    margin-top: -23px;
    position: relative;
}
.compare-list-11{
    box-shadow: -5px 4px 30px 0px #00000026;
    border-radius: 0px 0px 0px 20px;
}
.compare-list-11 li {
    list-style: none;
    text-align: left;
    padding: 25px 25px 25px 70px;
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/happy-tick.webp") no-repeat;
    background-position: 23px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #378E00;
    background-color: #FFFFFF;
}
.compare-list-11 li:nth-child(odd){  
    background-color: #E6FFC7;
}
.compare-list-11 li:last-child{
     border-bottom: 1px solid #378E00;
    /*background-image: none;
    padding-top: 45px; */
    border-radius: 0px 0px 0px 20px;
}
.losing-box {
    padding: 27px 110px 26px;
    background: #FF361D;
    border: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 0px 0px;
    position: relative;
    /* margin-top: -71px; */
}
.compare-list-22 li{
    list-style: none;
    text-align: left;
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/sad-tick.webp") no-repeat;
    background-position: 23px 25px;
    padding: 25px 36px 25px 65px;
    border-right: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FCDDDA;
    
}
.compare-list-22 li:nth-child(1){
    padding: 38px 36px 38px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(3) {
    padding: 38px 36px 37px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(6) {
    padding: 38px 36px 37px 65px;
    background-position: 23px 36px;
}
.compare-list-22 li:nth-child(even){  
    background-color: #FFEBE9;
}
.compare-list-22 li:last-child{
    border-radius: 0px 0px 20px 0px;
    border-bottom: 1px solid #FF361D;
    padding: 38px 36px 38px 65px;
    background-position: 23px 34px;
}

.winning-text{
    background: #B9FFBE1A;
    border: 2px dashed #00C40D;
    border-radius: 50px;
    padding: 3px 40px;
    /* display: inline-block; */
}
.losing-text{
    background: #FF25251A;
    border: 2px dashed #FF2525;
    border-radius: 50px;
    padding: 3px 40px;
    /* display: inline-block; */
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}
@media(min-width:768px){
     /* .compare-section{
        background:#090909 url(https://cdn.oppyotest.com/launches/ultimateai/bundle/compare-bg.webp) no-repeat center center;
        background-size: cover;
    } */
    .winning-box::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/enjoy-emoji.webp");
        top: 15px;
        left: 15px;
    }
    .winning-box::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/happy.webp");
        top: 25px;
        right: 15px;
    }
    .losing-box::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/sad-1.webp");
        top: 15px;
        left: 35px;
    }
    .losing-box::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/sad.webp");
        top: 15px;
        right: 35px;
    }
    .winning-text{
        padding: 10px 48px;
    }
    .losing-text{
        padding: 10px 48px;
    }
    .px-md-14{
        padding-left: 14px;
        padding-right: 14px;
    }
    .mt-md165{
        margin-top: 165px !important;
    }
}

/* compare section end */

/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: #E2F3FF;
}
.container-box{
    padding: 20px;
    position: relative;
    background: #030f28;
    border-radius: 30px;
}
@media(min-width:768px){
    .contact-section{
        padding: 100px 0px;
    }
    .container-box{
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
}

/* Contact Section end */

/* faq section start */
.faq-section {
    background: #ffffff;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/ultimateai/bundle/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 40px;
    background-position: 10px 25px;
    border: 1px solid var(--blue-clr);
    border-radius: 10px;
}
/* faq section end */


/* typing start */
.typing-text {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/bundle/typing-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .typing-text {
        width: 400px;
    }
}
/* typing end */

/* slider up start */
.bx-wrapper {
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    max-width: auto !important;
}
.bx-viewport {
    position: relative !important;
}
.bxslider {
    background: transparent !important;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0px !important;
    font-weight: 800;
    position: relative;
}
.bxslider li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    line-height: 32px;
    text-align: center;
    /* color: var(--blue-clr) !important; */
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
    /* .typing-text{
        width: 746px;
    } */
}
/* slider up end */

/* Fe sections end */