
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}

:root {
    --theme-gradient:linear-gradient(135deg, #FFE31B, #FFF9B2);
    --theme-gradient1: linear-gradient(135deg, #FFF9B2, #FFE31B);
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--theme-gradient);
  border-radius: 25px;
}

.theme-clr {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.orange-clr{
    color: #FF9500 !important;
}
.red-clr{
    color: #FC0013;
}
.green-clr {
    color: #21AF21;
}

.caveat {
    font-family: "Caveat", system-ui;
}

.brown-clr{
    color: #BF7002;
}

.yellow-clr {
    color: #FFFF48;
}
.white-clr {
    color: #ffffff;
}
.pink-clr{
    color: #F55D87;
}
.blue-clr {
    color: #2F60FF;
}
.blue-clr1 {
    color: #008CFF;
}
.yellow-clr1 {
    color: #FDA733;
}
.clr-1{
    color: #0AABFF;
}

.clr-7 {
    color: #F26159;
}

.probtn1 a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out ;
    background: var(--theme-gradient);
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #000000;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}
.probtn1 a:hover {
    background: var(--theme-gradient1);
    text-decoration: none;
}

.button-primary a{
    background: var(--theme-gradient);
    border-radius: 15px;
     transition: all 0.3s ease-in-out ;
    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;
}

.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;
}
.black2-clr {
    color: #140014;
}
@media(min-width:768px) {
    .probtn1 a {
        font-size: 36px;
        padding: 27px 50px;
    }
                .button-primary a{
        padding: 30px;
        font-size: 30px;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/main-head.webp) 0% 0% / 100% 100% no-repeat;
        padding: 24px 24px 30px;
        border: unset;
        border-radius: unset;
    }
}

/* Header Section CSS */
.header-section {
    background:#0a0708;
    padding: 30px 0px;
}
.pre-heading {
    background: rgba(13, 135, 231, 0.1);
    border: 1px dashed rgba(13, 135, 231, 0.5);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.blue-wave {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
.preheadline {
    padding: 0px 10px;
    display: inline-block;
    background: linear-gradient(180deg, rgba(248, 209, 62, 0) 0%, rgba(248, 209, 62, 0.5) 100%);
}
.orange-frame{
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/orange-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
.brown-box{
    background: rgba(255, 149, 0, 0.1);
    border: 1px dashed rgba(255, 149, 0, 0.5);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.post-heading{
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/brown-frame-1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/tick.webp) no-repeat;
    padding: 0px 0px 20px 40px;
    list-style-type: none;
    background-position: 4px 3px;
}
.white-box{
    background: #1D1B1C;
    border-radius: 10px;
    padding: 10px;
}

.list-head li:nth-last-child(1){
    padding-bottom: 0px;
}


@media(min-width:768px) {
    .header-section {
        background:#0a0708 url(https://cdn.oppyotest.com/launches/aitubestar/automation/header-bg.webp);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        padding: 60px 0px 120px;
    }
    .post-heading{
        padding: 10px 20px;
    }
    .pre-heading {
        padding: 8px 33px;
    }
    .f-md-70{
        font-size: 70px !important;
    }
    .orange-frame{
        padding: 27px 46px 17px;
    }
    .brown-box{
        padding: 8px 22px;
    }
    .white-box{
        padding: 30px;
    }
}

/* Header Section CSS */ 

/* monthly box start */
.monthly-sec{
    background: #ffffff;
    padding: 30px 0px;
}

.monthly-box{
    background: #161405;
    border: 3px solid #fe9601;
    padding: 10px;
    border-radius: 10px;
}

.progress-parent{
    border: 1px solid #ccc !important;
    border-radius: 30px;
    background-color: #EEE;
    box-shadow: 1px 2px 4px #4785ff66;
}
.progress-bar{
    background-color: #FF2929;
    height: 28px;
    width: 68%;
    border-radius: 30px 0px 0px 30px;
}
.progress-bar-stripes{
    opacity: 0.4;
    background-image: url("https://cdn.oppyotest.com/launches/aitubestar/automation/strip.gif");
    background-repeat: repeat-x;
    background-position: right top;
    background-size: 40px 40px;
    margin-right: 20px;
    height: 28px;
    width: 100%;
    border-radius: 30px 0px 0px 30px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}
.orange-frame2{
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/orange-frame2.webp) no-repeat;
    background-size: 100% 100%;
    padding: 10px 30px;
}

@media(min-width:768px){
    .monthly-sec{
        padding: 100px 0px;
    }
    .monthly-box{
        background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/monthly-bg.webp) no-repeat;
        background-size: 100% 100%;
        padding: 50px 0px;
        border: unset;
    }
    .upgrade-bar{
        width: 50%;
        height: 30px;
    }
}

/* monthly box end */

/* time Section Start */
.time-sec{
    background: #FFF0F1;
    padding: 30px 0px;
}

@media(min-width:768px){
    .time-sec{
        /* background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/time-bg.webp) no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
    }
}
/* time Section end */

/* income Section Start */
.income-sec{
    background: #ffffff;
    padding: 30px 0px;
}
.income-frame{
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/income-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 15px 30px;
}
    .brown-frame{
        background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
        border: 1px dashed #000000;
        border-radius: 5px;
        display: inline-block;
        padding: 0px 18px;
    }

/* @media(max-width:767px){
    .brown-frame{
        color: #a55800;
    }
} */

@media(min-width:768px){
    .income-sec{
        padding: 100px 0px;
    }
    .income-frame{
        padding: 16px 128px 16px 38px;
        position: relative;
    }
    .income-frame::after{
        content: url(https://cdn.oppyotest.com/launches/aitubestar/automation/thinking-man.webp);
        position: absolute;
        top: -55px;
        right: 30px;
    }
}
/* income Section end */

/* profits Section Start */
.profits-sec{
    background: #FFF0F1;
    padding: 30px 0px;
}
.blue-frame{
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}

@media(min-width:768px){
    .profits-sec{
        padding: 100px 0px;
    }
    
}
/* profits Section end */

/* earning Section Start */
.earning-sec{
    background: #FFF0F1;
    padding: 30px 0px;
}
.orange-frame1{
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/orange-frame1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 10px;
}

@media(min-width:768px){
    .earning-sec{
        /* background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/earning-bg.webp) no-repeat;
        background-size: cover; */
        padding: 100px 0px;
    }
}
/* earning Section End */

/* spots Section Start */
.spots-sec{
    background: #ffffff;
    padding: 30px 0px;
}
/* .spots-box{
    background: #FF4848;
    border-radius: 10px;
    padding: 10px 10px 10px 3px;
} */

@media(min-width:768px){
    .spots-sec{
        padding: 100px 0px;
    }
}
/* spots Section end */

/* claim Section Start */
.claim-sec{
    background: #FFF0F1;
    padding: 30px 0px;
}
.orange-brush{
    background: #C3FF6E;
    border: 2px dashed #000000;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}

@media(min-width:768px){
    .claim-sec{
        /* background:#fbf6de url(https://cdn.oppyotest.com/launches/aitubestar/automation/claim-bg.webp) no-repeat;
        background-size: cover; */
        padding: 100px 0px;
    }
}

/* claim Section end */

.proudly-section {    
    background-color: #090b0c;    
    padding:30px 0px;
    position: relative;
}

.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/frame-1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 8px 30px;
}

.but-design {
	background: var(--theme-gradient);
	padding: 15px 30px;
	-webkit-transform:skew(-200deg);
	-moz-transform:skew(-200deg);
	transform:skew(-200deg);
	display:inline-block
}
.but-design .skew-normal{
	-webkit-transform:skew(200deg);
	-moz-transform:skew(200deg);
	transform:skew(200deg);
}
.warning-section{
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    padding: 10px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
@media(min-width:768px) {
    .but-design {
        padding:15px 60px;
    }
    .proudly-section {
        background:#ffffff url("https://cdn.oppyotest.com/launches/aitubestar/automation/proudlybg.webp") no-repeat bottom center;
        background-size: cover;
        padding:100px 0px 215px;
    }
    .presenting-head {
        padding: 4px 45px 13px;
    }
    
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}


/********features*********/

.moneyback-section {
    background-color: #0a0708;
	padding: 30px 0px;
}
.brown-frame1{
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}

@media (min-width:768px) {
    .moneyback-section {
        background: #0a0708  url(https://cdn.oppyotest.com/launches/aitubestar/automation/moneyback-bg.webp) no-repeat;
        background-position:top center;
        background-size: cover;
        padding: 100px 0 100px;
    }
    .brown-frame1{
        padding: 0px 25px;
    }
    
}

.footer-section {
    background: #000000;
    padding: 30px 0;
}
@media (min-width: 768px) {
	.footer-section {
		padding: 45px 0px 50px;
	}
}
.footer-ul {
    padding: 0
}

.footer-ul li {
    display: inline;
}

/*new*/

a.link {
    color: #337ab7;
}

.footer-ul li a:hover{
    color: #fff;
}

.feature-card {
        border-radius: 20px;
        box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
        border: double 2px transparent;
        background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
        background-origin: border-box;
        background-clip: content-box, border-box;
} 

/* success start */

.success-sec{
    background-color: #ffffff;
    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{
    text-decoration: none;
    color: #fff;
}
.inter-btn a:hover{
    color: #fff;
    background-color: #00a806;
    border-radius: 10px;
}
.inter-btn-1 a{
    background-color: #FF2929;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    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{
    text-decoration: none;
    color: #fff;
}
.inter-btn-1 a:hover{
    background-color: #eb0a0a;
    color: #fff;
}
@media (min-width: 768px){
    .success-sec{
        padding: 60px 0px 100px;
    } 
    
    .inter-btn a,.inter-btn-1 a {
        font-size: 22px;
        padding: 28px 40px;
    }
}

/*Table CSS Starts*/

.table-section{
    background: #FFF0DD;
}

.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
.tbbg2{
    background: #ffffff;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}
@media (min-width:768px) {
    .tbbg2 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .table-section{
        background: #FFF0DD url(https://cdn.oppyotest.com/launches/aitubestar/automation/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0 100px 0px;
     }

}
.tablebox2 {
    background: #ffffff;
    border: 10px solid #FFF0F1;
    width: 100%;
    float: left;
    border-radius: 25px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
}
.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox3 {
    width: 100%;
    border: 10px solid #000000;
    float: left;
    border-radius: 25px;
    box-shadow: 0px 0px 22px 0px rgb(38 23 70 / 40%);
    position: relative;
    height: 100%;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/vgreytick-icon.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    color: #000;
    background-position: 15px 15px;
    line-height: 150%;
    text-transform: capitalize;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/vgreytick-icon.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}
ul.vgreytick li:nth-child(odd) {
    background-color: #FFF0F1;
}
@media (min-width: 768px) {
    ul.vgreytick li {
        padding: 15px 15px 15px 50px;
        background-position: 15px 15px;
    }
}
ul.grey-tick-last li:nth-child(even) {
    background-color: #000000;
    color: #ffffff;
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #fff;
}

ul.grey-tick-last li:last-child {
    border-bottom: 0px;
}

.tbbg3 {
    background: #000000;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/automation/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
.mt-top {
    margin-top: -31%;
}

@media (min-width: 768px) {
    .tbbg3 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .table-sale {
        padding: 11px 70px;
    }
    .mt-top {
        margin-top: -20.80%;
    }
}

.buypad {
    padding: 4% 3%;
}

.myfeatureslast {
    float: left;
    padding: 0px 30px 30px;
    width: 100%;
    min-height: 69px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
}

.myfeatureslast-com {
    float: left;
    padding: 15px;
    width: 100%;
    min-height: 69px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

@media(min-width:768px) {
    .myfeatureslast {
        padding: 0px 20px 30px;
    }
}

/*Table CSS Enad*/