
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}
html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--theme-gradient);
  border-radius: 25px;
}

:root{
    /* --theme-gradient: #6137F7; */
    --theme-gradient:linear-gradient(135deg, #FFE31B, #FFF9B2);
    --theme-gradient1: linear-gradient(135deg, #FFF9B2, #FFE31B);
	/* --theme-gradient: linear-gradient(91.28deg, #6137F7 0%, #4D7FFA 100%);
    --theme-gradient1: linear-gradient(91.28deg, #4D7FFA 0%, #6137F7 100%); */
}

.theme-clr {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-clr1 {
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.caveat {
    font-family: "Caveat", system-ui;
}
.green-clr {
    color: #21AF21;
}
.red-clr {
    color: #FF3637 !important;
}
.purple-clr {
    color: #8346bf;
}
.yellow-clr {
    color: #FFFF48;
}
.white-clr {
    color: #ffffff;
}
.pink-clr{
    color: #F55D87;
}
.blue-clr {
    color: #2F60FF;
}
.yellow-clr1 {
    color: #FDA733;
}
.clr-1{
    color: #0AABFF;
}
.clr-2 {
    color: #ff9601;
}

.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;
}

.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;
}
.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%);
}

@media(min-width:768px) {
    .probtn1 a {
        font-size: 37px;
        padding: 25px 15px;
    }
        .main-heading {
        background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/main-head.webp) 0% 0% / 100% 100% no-repeat;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
}

/* Header Section CSS */
.header-section {
    background: #0a0708;
    padding: 30px 0px;
}
.pre-heading {
    border-radius: 10px;
    /* border: 1px solid #5136E5; */
    background: linear-gradient(90deg, rgba(131, 70, 191, 0) 0%, rgba(131, 70, 191, 0.15) 50%, rgba(131, 70, 191, 0) 100%);
    /* backdrop-filter: blur(50px); */
    padding: 10px;
    display: inline-block;
}
.theme-box{
    background: var(--theme-gradient);
    border-radius: 10px;
    display: inline-block;
    padding: 4px 18px;
}

.post-heading{
    background: #1D1B1C;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

.list-head li {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/tick.webp) no-repeat;
    padding: 0px 0px 20px 40px;
    list-style-type: none;
    background-position: 0px 8px;
}

.purple-brush{
    background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/purple-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}

@media(min-width:768px) {
    .header-section {
        background:#0a0708 url(https://cdn.oppyotest.com/launches/aitubestar/traffic/header-bg.webp);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .post-heading{
         padding: 12px 20px;
    }
    .purple-brush{
        padding: 0px 10px;
    }
    .pre-heading {
        padding: 8px 20px;
    }
    
}

/* Header Section CSS */ 

/* monthly box start */


.monthly-box{
    background: #0c0503;
    /* 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/traffic/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;
}
@media(min-width:768px){
    .monthly-box{
        background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/moneyback-bg.webp) no-repeat;
        background-size: 100% 100%;
        /* margin-top: -350px; */
        padding: 50px 0px;
        border: unset;
    }
    .upgrade-bar{
        width: 50%;
        height: 30px;
    }
}

/* monthly box end */


/* testimonials start */

.testimonial-sec{
    background: #ffffff ;
    padding: 30px 0px;
}

.testimonial-gradiant1 {
    border-radius: 20px;
    border-top: 1px solid #FBA170;
    border-right: 5px solid #FBA170;
    border-bottom: 5px solid #FBA170;
    border-left: 1px solid #FBA170;
    background: #FFF;
    height: 100%;
}
.testimonial-gradiant2 {
    border-radius: 20px;
    border-top: 1px solid #96A1FF;
    border-right: 5px solid #96A1FF;
    border-bottom: 5px solid #96A1FF;
    border-left: 1px solid #96A1FF;
    background: #FFF;
    height: 100%;
}
.testimonial-gradiant3 {
    border-radius: 20px;
    border-top: 1px solid #9FC754;
    border-right: 5px solid #9FC754;
    border-bottom: 5px solid #9FC754;
    border-left: 1px solid #9FC754;
    background: #FFF;
    height: 100%;
}

 .testimonial-gradiant-1{
    padding: 30px 10px;
 }

 .testimonial-gradiant-2{
    padding: 30px 10px;
 }

 .testimonial-gradiant-3{
    padding: 30px 10px;
 }

 .mt-top{
    margin-top: -65px;
 }

 @media (min-width: 768px) {
    .testimonial-sec{
        /* background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/testimonial-bg.webp) no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
    }

    .testimonial-gradiant-1{
        padding:60px 30px 30px;
     }
     .testimonial-gradiant-2{
        padding:60px 30px 30px;
     }
     .testimonial-gradiant-3{
        padding:60px 30px 30px;
     }

     .mt-top{
        margin-top: -90px;
     }
 }

/* testimonials end */

/* cta-section start */
.cta-section{
    background: #081026;
    padding: 30px 0px;
}

@media (min-width: 768px){
.cta-section{
    background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/cta-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 100px 100px;
}
}
/* cta-section end */


/* struggling-sec start */
.struggling-sec{
    background: #FFF0F1;
    padding: 30px 0px;
}

.struggling-h{
     background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}

.struggle-list li{
    background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/dot-img.webp) no-repeat;
    padding: 0px 0px 20px 20px;
    list-style-type: none;
    background-position: 0px 8px;

}

@media (min-width: 768px){
    .struggling-sec{
        /* background:#ffd4b7 url(https://cdn.oppyotest.com/launches/aitubestar/traffic/struggling-bg.webp) no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
    }
    .struggling-h{
        position: relative;
        padding: 10px 82px 10px 46px;
    }
    .struggling-h:after{
        content: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/thinking-emoji.webp);
        position: absolute;
        top: -10px;
        right: -45px;
    }
}

/* struggling-sec end */

/* revenue-sec start */
.revenue-sec{
    background: #FFF0F1;
    padding: 30px 0px;
}

@media (min-width: 768px){
    .revenue-sec{
        padding: 100px 0px;
    }
}
/* revenue-sec end */

/* offer-sec start */
.offer-sec{
    background: #ffffff;
    padding: 30px 0px;
}

.offer-h{
    background: #ebf0ff;
    display: inline-block;
    border: 3px solid #2d5ff9;
    border-radius: 10px;
    padding: 10px;  
}

@media (min-width: 768px){
    .offer-sec{
        background:#ffffff url(https://cdn.oppyotest.com/launches/aitubestar/traffic/offers-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .offer-h{
        background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/offers-h.webp) no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: 0px;
        padding: 25px 30px;
    }
}

/* offer-sec end */

/* End section start */

.end-sec{
    background: #ffffff;
    padding: 30px 0px;
}

.end-h{
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #000000;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}

.end-bottom{
    background: #ffffff;
    border: 1px solid #7f8fbc;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}

@media (min-width: 768px){
    .end-sec{
        /* background:#fff7df url(https://cdn.oppyotest.com/launches/aitubestar/traffic/end-section.webp) no-repeat center center;
        background-size: cover; */
        padding: 100px 0px 70px;
    }
    /* .end-h{
        background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/end-h.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 20px 97px 24px 96px;
    } */
    .end-bottom{
        background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/end-bottom.webp) no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: 0px;
        padding: 20px 39px;
    }
    
}

/* End section end */

.proudly-section {    
    background-color: #090b0c;    
    padding:30px 0px;
    position: relative;
}

.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/aitubestar/traffic/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    padding: 8px 30px;
    display: inline-block;
}

.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:#FFF1EC url("https://cdn.oppyotest.com/launches/aitubestar/traffic/proudlybg.webp") no-repeat center bottom;
        background-size: cover;
        /* z-index: -1; */
        padding:100px 0px 100px;
    }
    .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;
}
.white-box{
    background: #1D1B1C;
    border-radius: 10px;
    padding: 10px;
}

@media (min-width:768px) {
    .moneyback-section {
        background: #0a0708  url(https://cdn.oppyotest.com/launches/aitubestar/traffic/moneyback-bg.webp) no-repeat;
        background-position:top center;
        background-size: cover;
        padding: 100px 0 100px;
    }
    .brown-frame1 {
        padding: 0px 25px;
    }
        .white-box{
        padding: 30px;
    }

}

.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*/
/*Table CSS Start*/

.table-section {
    background: #FFF0DD;
    padding: 30px 0px;
}
.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/traffic/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;
}
.myfeatureslast {
    background-color: #fff;
    padding: 30px 0px 30px;
    border-radius: 10px;
}


/* ================= */

.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:#fff url(https://cdn.oppyotest.com/launches/aitubestar/traffic/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/traffic/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/traffic/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/traffic/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;
    }
}

/*Table CSS Enad*/

a.link {
    color: #337ab7;
}

.proudly-sec {
    background: #10a6f8;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
    transform: skew(-5deg);
}
@media(min-width:768px){
    .proudly-sec {
        padding: 15px 30px 15px 30px;
        transform: skew(-10deg);
    }
}

.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;
    }
}