
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 14px;
}

:root{
    --theme-gradient: linear-gradient(113.88deg, #685FB7 -9.49%, #C4238F 30.77%, #EC4A47 60.18%, #F89B1B 91.41%);
    --blue-clr: #1D7EEB;
    --pink-clr: #FF3278;
}

.rocknroll{
  font-family: "RocknRoll One", sans-serif;
}

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;
}
.warning-box img {
    min-width: 52px;
    max-height: 50px;
    margin-right: 14px;
}
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}
.fixed-top-bar{
    position: sticky;
    top: 0;
    z-index: 99;
}
.btn-accent {
    background: var(--theme-gradient);
    color: #000;
}
.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; */
}
a.affiliate-link-btn {
    border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 28px;
    font-size: 18px;
    color: var(--black-clr);
    transition: all .3s 
ease;
    animation: blink 1.5s 
linear infinite;
}
@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
        a.affiliate-link-btn {
        padding: 10px 28px !important;
        font-size: 24px;
    }
}


@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}
.btn-accent:hover {
    color: #000;
}

.orange-clr{
    color: #FF9500 !important;
}
.pink-clr{
    color: var(--pink-clr);
}
.red-clr{
    color: #FC0013;
}
.green-clr {
    color: #21AF21;
}

.caveat {
    font-family: "Caveat", system-ui;
}

.brown-clr{
    color: #BF7002;
}

.yellow-clr {
    color: #F8CC1B;
}
.yellow-clr1 {
    color: #ffd431;
}
.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;
}

.bt-border{
    border-bottom: 2px dashed #f8d13e;
}

.probtn1 a {
    background: var(--theme-gradient);
    border: 3px solid #ffffff;
    background-size: 100% 100%;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
}
.probtn1 a:hover {
    transition: all .3s linear;
    background-size: 150% 150%;
    /* background: var(--theme-gradient1); */
    transform: scale(1.03);
}

.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(180deg, #4D0027 0%, rgba(33, 0, 17, 0.5) 95.07%);
    border: 2px solid #D7356C;
    border-radius: 10px;
    padding: 20px 10px;
    display: inline-block;
}
.black2-clr {
    color: #140014;
}
@media(min-width:768px) {
    .probtn1 a {
        padding: 30px 45px;
        font-size: 38px;
    }
                .button-primary a{
        padding: 30px;
        font-size: 30px;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/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:linear-gradient(180deg, #000000 0%, #4D0027 100%);
    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/instaengineai/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/instaengineai/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/instaengineai/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;
}
.post-head {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 2px solid #FFFFFF4D;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
        .second-sec {
        padding: 30px 0px;
    }
    .header-list-block {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

@media(min-width:768px) {
    .header-section {
        background:#0a0708 url(https://cdn.oppyotest.com/launches/instaengineai/automation/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 60px 0px 100px;
    }
        .second-sec {
        padding: 100px 0px;
    }
    .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;
    }
        .post-head {
        padding: 12px 20px;
        border-radius: 100px;
    }
}

/* 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/instaengineai/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/instaengineai/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/instaengineai/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: #FFF6F4;
    padding: 30px 0px;
}

@media(min-width:768px){
    .time-sec{
        /* background: url(https://cdn.oppyotest.com/launches/instaengineai/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/instaengineai/automation/income-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 15px 30px;
}
    .brown-frame{
        background: var(--theme-gradient);
        border: 1px dashed #ffffff;
        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/instaengineai/automation/thinking-man.webp);
        position: absolute;
        top: -55px;
        right: 30px;
    }
}
/* income Section end */

/* profits Section Start */
.profits-sec{
    background: #FFF6F4;
    padding: 30px 0px;
}
.blue-frame{
    background: var(--theme-gradient);
    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 */

.proudly-section {    
    background: #0e0108;
    padding:30px 0px;
    /* position: relative; */
}

.presenting-head {
    border-radius: 30px;
    background: linear-gradient(113.88deg, rgba(104, 95, 183, 0.2) -9.49%, rgba(196, 35, 143, 0.2) 30.77%, rgba(236, 74, 71, 0.2) 60.18%, rgba(248, 155, 27, 0.2) 91.41%);
    border: 1px solid #F89B1B;
    backdrop-filter: blur(4px);
    display: inline-block;
    padding: 8px 15px;
}

.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/instaengineai/automation/proudlybg.webp) no-repeat bottom center;
        background-size: cover;
        padding:100px 0px 180px;
    }
    .presenting-head {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/automation/proudly-head.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        border: unset;
        border-radius: unset;
        padding: 18px 50px;
    }
    
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}


/********features*********/

.moneyback-section {
    background: linear-gradient(180deg, #000000 0%, #4D0027 100%);
	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/instaengineai/automation/moneyback-bg.webp) no-repeat;
        background-position:center 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;
} 


/*Table CSS Starts*/

.table-section{
    background: #FDF6F4;
}

.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: #FDF6F4 url(https://cdn.oppyotest.com/launches/instaengineai/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/instaengineai/automation/vgreytick-icon.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-color: #ffffff;
        border-bottom: 1px solid #e7e7e7;
    color: #000;
    background-position: 15px 15px;
    line-height: 150%;
    text-transform: capitalize;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/instaengineai/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: 20px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/instaengineai/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: 45px 20px 45px 20px;
        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*/

/* Bonus Section Start */

.feature-shape {
    border-radius: 10px;
    background: var(--theme-gradient);
    padding: 10px 20px;
    display: inline-block;
}

.bonus-section {
	background: #f1effb;
	padding: 30px 0;
}

.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid #F48129;
    background: linear-gradient(180deg, #FFEFEB 0%, rgba(255, 239, 235, 0.1) 97.55%);
    /* backdrop-filter: blur(25px); */
    height: 100%;
    padding: 20px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/instaengineai/automation/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
.margin-t-30 {
    margin-top: -30px;
}

.img-box img{
    width: 60%;
}
.img-box1 img{
    width: 80%;
}
a.nothank {
    color: #EF3E3A;
    text-decoration: none;
}
@media (min-width: 768px) {
	.bonus-section {
		background: url(https://cdn.oppyotest.com/launches/instaengineai/automation/bonus-bg.webp) no-repeat center bottom;
		background-size: cover;
		padding: 70px 0px 100px 0px;
	}
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
    .margin-t-78 {
        margin-top: -66px;
    }
    .img-box1 img{
        width: 60%;
    }
    .tbbg2-text {
    background: #ffffff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
}

/* Bonus Section End */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--theme-gradient);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background: var(--theme-gradient);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* features start */
.feature-bg{
    background: #e9f0ff;
}

.yellow-border-card {
     background: #FFF1F1;
    border-top: 2px solid #F48129;
    border-right: 2px solid #F48129;
    border-bottom: 10px solid #F48129;
    border-left: 2px solid #F48129;
    /* box-shadow: 0px 0px 50px 0px #FC884C4D inset; */
    border-radius: 10px;
    padding:10px 20px;
    height: 100%;
}
.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
/* .steps-section {
    background: #020018;
    padding: 30px 0;
}



.features-card1 {
    border-radius: 20px;
    border: double 10px transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.features-card1-inner {
    padding: 20px 15px;
}

.features-card2 {
    background: var(--theme-gradient);
    border-radius: 20px;
    padding: 20px 15px;
}

.step {
    border-radius: 50%;
    padding: 14px 20px 14px 20px;
    background-color: #FF7E39;
    display: inline-block;
} */
 .white-section1 {
    /* background: #101010; */
    padding: 0px 0px 40px;
}
.features-title .size {
    max-height: 50px;
}
.grey-section1 {
    /* background: #101010; */
    padding: 0px 0px 60px;
}

/* .feature-box {
    border: 5px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.icon-box-p {
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.icon-box1 {
    background: #DFFAFE;
}

.icon-box2 {
    background: #F2E8FF;
}

.icon-box3 {
    background: #FEE5E4;
}

.icon-box4 {
    background: #CAD3FF;
}

.icon-box5 {
    background: #E4FFD8;
}

.icon-box5 {
    background: #E4FFD8;
}

.icon-box6 {
    background: #F3F2D2;
}

.text-box {
    background: #252525;
    border-radius: 0px 0px 5px 5px;
    padding: 25px;
}

.text-box1 {
    background: #252525;
    border-radius: 0px 0px 5px 5px;
    padding: 25px;
} */

@media (min-width: 768px) {
    .feature-bg{
    background: #ffffff;
    /* background-size: cover; */
    /* background-attachment: fixed */
}
        .yellow-border-card {
        border-radius: 20px;
        padding: 20px;
    }
     .white-section1 {
    /* background: #101010; */
    padding: 0px 0px 100px;
}
    /* .steps-section {
        background: #020018 url(https://cdn.oppyotest.com/launches/kidstaleai/unlimited/steps-bg.webp) no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
    }

    .features-card1-inner {
        padding: 50px 30px;
    }

    .features-card2 {
        padding: 50px 30px;
    }

    .grey-section1 {
        padding: 100px 0px 50px;
    }

    .icon-box-p {
        padding: 20px;
    }

    .text-box {
        padding: 15px 13px;
    }

    .text-box1 {
        padding: 16px 25px 14px;
    } */
}

/* features  */

.features-title svg {
  flex-shrink: 0;
}
