/* Pro */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #030D1F;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
}
.poppins {
    font-family: "Poppins", sans-serif;
}
.clr-1{
    color: #FFCE51;
}
.clr-2{
    color: #FF5EE2;
}
.clr-3{
    color: #52FFE9;
}
:root{
    --theme-gradient:linear-gradient(135deg, #FFE31B, #FFF9B2);
    --theme-gradient1: linear-gradient(135deg, #FFF9B2, #FFE31B);
    --blue-clr: #1D7EEB;
}
.green-clr {
    color: #16cf05;
}
.blue-clr {
    color: var(--theme-gradient) !important;
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--theme-gradient);
  border-radius: 25px;
}

.black-clr {
    color: #000000;
}
.white-clr {
    color: #fff;
}
/* .blue-clr{
    color: #459EFF;
} */
.theme-clr {
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.under {
    border-bottom: 4px solid;
}
.under{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #FEB763 0%, #FD206C 100%);
    border-image-slice: 1;
}

.yellow-clr{
    color: #f8d13e;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-section {
    background: #0a0708;
    padding: 30px 0px 40px 0px;
}
.pre-heading {
    border-radius: 10px;
    /* border: 1px solid #5136E5; */
    background: linear-gradient(90deg, rgba(0, 89, 242, 0) 0%, rgba(0, 89, 242, 0.2) 50%, rgba(0, 89, 242, 0) 100%);
    /* backdrop-filter: blur(50px); */
    padding: 10px;
    display: inline-block;
}
.proudly-sec {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 8px 30px;
}
.main-heading {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    border: 2px solid #FE0C0D;
    border-radius: 10px;
    padding: 20px 10px;
    display: inline-block;
}
.blue-wave {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
.button-primary a{
    background: var(--theme-gradient);
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #000000 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.button-primary a:hover {
    background: var(--theme-gradient1);
            border-radius: 15px;
}

@media (min-width: 768px) {
    .header-section {
        background:#0a0708 url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/header-bg.webp) no-repeat bottom center ;
        background-size: cover;
        padding: 30px 0px 100px 0px;
    }
            .button-primary a{
        padding: 30px;
        font-size: 34px;
    }
    /* .pre-heading {
        padding: 10px 50px;
    } */
    .proudly-sec {
        padding: 4px 45px 13px;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/main-head.webp) 0% 0% / 100% 100% no-repeat;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
    
}
.probtn1 a {
    background: var(--theme-gradient);
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #000000 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}

/* .probtn1 a::before{
    position: absolute;
    width: 100%;
    height: 44px;
    z-index: 1;
    background: linear-gradient(171.07deg, #FFFEFE -40.8%, rgba(255, 254, 254, 0) 93.21%);
    content: '';
    top: 0;
    left: 0;
    border-radius: 0px 0px 100% 100%;
} */

.probtn1 a:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
}
/* .main-heading{
    padding: 15px;
    border: 1px solid #632329;
    background: #0f0506;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 8px #FD5968);
    backdrop-filter: blur(10px);
} */
.post-head {
    background: #1D1B1C;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

@media (min-width: 768px) {
    .probtn1 a {
        padding: 30px 45px;
        font-size: 32px;
    }
    /* .main-heading{
        padding: 50px 40px;
        background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/main-heading-shape.webp) no-repeat center center;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        filter: unset;
        backdrop-filter: unset;
    } */
    .post-head {
        padding: 12px 20px;
    }
}

.fifth-section {
    background: #090b0c;
}

.but-design {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/butthats-not-all.webp);
    padding: 20px 40px;
    display: inline-block;
    border-top: hidden;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

@media(min-width:768px) {
    .but-design {
        padding: 40px 50px 36px 51px;
        background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/butthats-not-all.webp);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
        border: hidden;
    }
    
    .fifth-section {       
        background: url("https://cdn.oppyotest.com/launches/aitubestar/unlimited/proudlybg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 100px;
    }
}






.kapblue {
    color: #0063eb;
}

.fourth-section {
    background: #fff;
    padding: 0;
}

.footer-section {
    background: #000000;
    padding: 30px 0px;
}

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
    line-height: 130%;
}

.footer-ul {
    padding: 0
}

.footer-ul li {
    display: inline;
}

.footer-ul li a {
    color: #ffffff;
    text-decoration: none;
}

@media(min-width:768px) {
    .footer-ul li {
        display: inline;
        line-height: normal;
    }
    .footer-section {
        padding: 70px 0px;
    }
    .xscenter {
        display: block;
        margin-right: auto;
        margin-left: 0;
    }
    .xs-text-center {
        text-align: left;
    }
    .xs-text-center1 {
        text-align: right;
    }
}



ul.grey-tick-last {
    padding: 0px 15px 10px;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/grey-tick-last.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 0px 28px;
    line-height: 150%;
    border-bottom: 1px solid #090e2d;
    color: #ffffff;
}

ul.grey-tick-last li:last-child {
    border-bottom: 0px;
}

ul.vgreentick li {
    background: #ffffff url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/vgreentick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 55px;
    background-position: 20px 25px;
    line-height: 150%;
    color: #000;
}



/* .tbbg3 {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/plan2.webp) no-repeat center top;
    padding: 30px 15px 57px;
    background-size: 100% 100%;
} */


@media (min-width: 768px) {
    ul.grey-tick-last li {
        padding: 20px 10px 20px 40px;
    }
    .mt-sm-170 {
        margin-top: 170px
    }
    .mt-sm-90 {
        margin-top: 90px
    }
    .probtn a {
        font-size: 38px;
        padding: 28px 30px;
        display: inline-block;
        width:auto;
    }
    .probtn1 a {
        font-size: 38px;
        padding: 28px 30px;
        display: inline-block;
        width:auto;
    }
}


.myfeatureslast {
    float: left;
    padding: 15px;
    width: 100%;
    min-height: 69px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #0041b5;
}
/*Table CSS Enad*/

.grey-section {
    background: #e5eaf6 ;
    padding: 30px 0;
}

.moneyback-section {   
    padding: 30px 0px;
    background: #0a0708;
}
.money-text {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}

.bonus-section {
    background: #e5eaf6 ;
    background-size: cover;
    padding: 30px 0;
}

.feature-box{
    border: 10px 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;
}
.grey-section1{
    padding: 40px 0px;
}

@media (min-width:768px) {
    .money-text {
        padding: 0px 25px;
    }
    .grey-section1{
    padding: 100px 0px 60px;
}
    .bonus-section {
        background: #e5eaf6 url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/bonus-bg.webp) no-repeat;
        background-size: cover;
        background-position: center bottom;
        padding: 70px 0px 100px 0px;
    }
    .moneyback-section {       
        padding: 70px 0 70px 0px;
        background: #0a0708 url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/moneyback-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
        .icon-box-p{
        padding: 43px 65px;
    }
    .text-box{
        padding: 33px 25px;
    }
    .text-box1{
        padding: 16px 25px 14px;
    }

    .mt-sm240 {
        margin-top: 240px;
    }
    .mt-sm0 {
        margin-top: 0px !important;
    }
}

.bonus-count {
    background: #5c6ac4;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 15px;
}

.grey-clr {
    color: #d6d6d6;
}
/*-------- Responsive ------------*/

@media (min-width:768px) {
    .white-section {
        padding: 50px 0px 100px 0px;
    }
    .third-section {
        padding: 100px 0;
    }
    .grey-section {
        padding: 100px 0;
    }
}



.red-clr,
a.red-clr {
    color: #ff3c00 !important;
}

.red-clr1{
    color: #FC0013;
}

.blue-head {
    color: #0041b5;
}

ul.template-lists {
    padding: 0px 0px;
}

ul.template-lists li {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/launch-tick-blue.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 10px 15px 40px;
    background-position: 0px 18px;
    line-height: 150%;
    color: #000;
}

.amazing-section {
    padding: 30px 0;
    background: #033183 url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/reason-sec-bg.webp) no-repeat bottom center;
    background-size: cover;
}
@media (min-width: 768px){
.amazing-section {    
    padding: 80px 0px;
}
}

.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.features-title .size {
    max-height: 100px;
}
.button-shape {
    background: var(--theme-gradient);
    padding: 15px 30px;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
    display: inline-block;
}

@media(min-width:768px){
    .button-shape {
        padding: 15px 60px;
    }
}
.warning-section {
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    padding: 20px 0px;
}
.lg30 {
    font-size: 30px;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}

/* new css start */
.sec-pd {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .sec-md-pd {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* second sec start */
.second-sec{
    background: #f3f3f3
}
.header-list-block {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #FC001380;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
@media (min-width: 768px) {
.second-sec {
    background: #f3f3f3 url("https://cdn.oppyotest.com/launches/aitubestar/unlimited/second-sec-bg.webp") no-repeat center center;
    background-size: cover;
}
}

/* second sec end */

/* third sec start */
.third-section {
    background: #ffffff;
}
.exciting-inner-sec {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/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;
}
.purple-brush {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}
.preheadline {
    padding: 0px 10px;
    display: inline-block;
    background: linear-gradient(180deg, rgba(248, 209, 62, 0) 0%, rgba(248, 209, 62, 0.5) 100%);
}
@media (min-width: 768px) {
    .exciting-inner-sec {
        padding: 100px 30px;
        border-radius: 50px;
        width: 85%;
    } 
    .purple-brush {
    padding: 0px 18px;
    }
}
/* third sec end */

/* feature start */
.steps-section {
    background: #ffffff;
    /* padding: 30px 0; */
}
.features-card1 {
    background: #fff;
    border-radius: 20px;
    border: 10px solid #FC0013;
    /* background-image: linear-gradient(#ffffff,#ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
}
.features-card1-inner {
    padding: 20px 15px;
}
.features-card2 {
    background: #FC0013;
    border-radius: 20px;
    padding: 20px 15px;
}
@media (min-width: 768px) {
    .steps-section {
        background: #fff;
        /* background: #0a162d url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/steps-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed; */
        /* padding: 0px 0 100px; */
    }
    .features-card1-inner {
        padding: 50px 30px;
    }
    .features-card2 {
        padding: 50px 30px;
    }
}
/* feature end */

.text-nowrap {
    background: var(--theme-gradient);
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
}

/* tabel sec start */
.table-section {
    background: #FFF0DD;
}
.tablebox2 {
    /* border: 1px solid #074281; */
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    width: 100%;
    float: left;
    border-radius: 20px;
}
.tbbg2 {
    background: #ffffff;
    padding: 80px 30px 60px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
ul.vgreytick {
    padding: 0px 0px;
    margin: 0px;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: url("https://cdn.oppyotest.com/launches/aitubestar/unlimited/vgreytick.png") no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 20px 28px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
ul.vgreytick li:nth-child(odd) {
    background-color: #ffefeee0;
}


/* ================= */

.tablebox3 {
    width: 100%;
    float: left;
    border: 10px solid #000000;
    border-radius: 27px 27px 20px 20px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
}
.tbbg3 {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/premium-table.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 250px;
}
ul.vgreytick-1 li {
    background: url("https://cdn.oppyotest.com/launches/aitubestar/unlimited/tick.webp") no-repeat;
    list-style: none;
    background-color: #fff;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 15px 24px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
/* ul.vgreytick-1 li:nth-child(odd) {
    background-color: #fff;
    color: #000;
}
ul.vgreytick-1 li:nth-child(even) {
    background-color: #210002;
    color: #ffffff;
} */
@media (min-width: 768px) {
    .table-section {
        background: #FFF0DD url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0 100px 0px;
    }
    ul.vgreytick li {
        padding: 24px 10px 24px 50px;
    }
    .tbbg3 {
        background: #ffffff url(https://cdn.oppyotest.com/launches/aitubestar/unlimited/premium-table.webp) no-repeat;
        background-size: 100% 100%;
        padding: 60px 20px 80px 20px;
        border-radius: 27px 27px 0px 0px;
        min-height: 500px;
    }
    ul.vgreytick-1 li {
        padding: 24px 10px 24px 50px;
    }
    .tablebox3 {
        border-radius: 40px 40px 20px 20px;
    }
}
/* tabel sec end */

/* success start */
.success-sec{
    background: #fff;
    padding: 30px 0px;
}

.inter-btn a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: #03CF0B;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}
.inter-btn a:hover{
    color: #fff;
}
.inter-btn-1 a {
    background-color: #FF2929;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}

.inter-btn-1 a:hover{
    color: #fff;
}
.inter-btn a:hover{
    background-color: #00a806;
}
.inter-btn-1 a:hover{
    background-color: #eb0a0a;
}
@media (min-width: 768px){
    .success-sec{
        /* background: url("https://cdn.oppyotest.com/launches/aitubestar/unlimited/goodbye-bg.webp") no-repeat center center;
        background-size: cover; */
        padding: 60px 0px 100px;
    } 
    .inter-btn a,.inter-btn-1 a {
        font-size: 30px;
        padding: 28px 30px;
    }
}
/* succes sec end */

/* reason-section  starts*/
.reason-section{
    background-color: #FFF0F1;
    padding: 30px 0px;
}
.reason-text{
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    padding: 10px;
}

@media (min-width: 768px){
    .reason-section{
        /* background: #fff url("https://cdn.oppyotest.com/launches/aitubestar/unlimited/reason-bg.webp") no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
    }
    .reason-text{
        padding: 11px 35px 9px 40px;
        border-radius: 0px 50px;
    }
    .f-md-100 {
        font-size: 100px !important;
    }
}
/* reason-section ends*/

.thank-section {
    background: #FFF0F1;
    padding: 30px 0px;
}

@media (min-width: 768px) {
    .thank-section {
        padding: 100px 0px;
    }
}