/* enterprise */
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito', sans-serif;
	color: #252525;
	font-size: 14px;
	overflow-x: hidden;
}
.poppins{
    font-family: 'Poppins', sans-serif;
}
.caveat {
    font-family: 'Caveat', cursive;
}
.caveat-brush {
    font-family: "Caveat Brush", cursive;
}
/* Color CSS */
:root{
    --theme-gradient: linear-gradient(115.66deg, #00BBF4 13.23%, #750DE4 91.11%);
    --theme-gradient1: linear-gradient(115.66deg, #750DE4 13.23%, #00BBF4 91.11%);
}

html::-webkit-scrollbar {
    width: 10px; 
 }
html::-webkit-scrollbar-thumb {
    background: var(--theme-gradient1);
    border-radius: 25px;
  }
.theme-clr {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.green-clr{
    color: #21AF21;
}
.yellow-clr{
    color: #FF6A00;
}
.green-clr2{
    color: #86c63a;
}
.white-clr {
	color: #fff;
}
.blue-clr {
    color: #1D9BF5;
}
.purple-clr1 {
    color: #9641FB;
}

.black-clr {
	color: #252525;
}
.orange-clr{
	color: #FF8B6F;
}
.red-clr {
    color: #FF3637 !important;
}
.purple-gradient{
	background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 2px solid transparent;
    border-image: var(--theme-gradient1);
    border-image-slice: 1;
    width: 100%;
}
.theme-br {
    border-bottom: 2px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}
.purple-gradient-1{
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purple-clr{
    color: #846DFF;
}

.clr-1 {
    color: #4494FF;
}

.caveat {
    font-family: 'Caveat', cursive;
}
/* Header Section CSS */

.header-section {
	background: linear-gradient(180deg, #FFFFFF 34.99%, #CFE2FF 96.22%);
	padding: 30px 0px 50px 0px;
}
.heading-gradiant {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
.pre-heading{
    background: #FFFFFF;
    border: 1px dashed #1D9BF5;
    border-radius: 100px;
    display: inline-block;
    padding: 10px;
}
.video-box {
    position: relative;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0.03) 100%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
}
.post-head {
    background: #CD50FF0D;
    border: 1px dashed #CD50FF;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.warning-section {
    background: #1D9BF5;
    padding: 10px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
.yellow-shape{
    background: #1D9BF5;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

@media(min-width:768px) {
	.header-section {
        background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/header-bg.webp) no-repeat bottom center;
	    background-size: cover;
		padding: 30px 0px 100px 0px;
	}
	.post-head{
        padding: 12px 20px;
	}
    .pre-heading{
        padding: 8px 20px;
    }
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
    .yellow-shape{
        background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/pink-frame.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 10px 25px;
        border-radius: unset;
    }
}

.probtn1 a {
	transition: all .3s ease;
	border-radius: 15px;
	background: var(--theme-gradient);
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 15px 12px;
	color: #fff;
	border: none;
	font-weight: 700;
	width: 100%;
	font-size: 24px;
	line-height: 140%;
}

.probtn1 a:hover {
	transition: all .5s ease;
	background: var(--theme-gradient1);
    transform: scale(1.1);
}
.button-primary a{
    background: var(--theme-gradient);
    border-radius: 15px;
     transition: all 0.3s ease ;
    text-decoration: none;
    text-align: center;
    line-height: 140%;
    display: inline-block;
    padding: 10px 20px;
    font-size: 22px;
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.button-primary a:hover {
    background: var(--theme-gradient1);
    border-radius: 15px;
    transform: scale(1.1);
}
.second-section {
	padding: 30px 0px;
	background: #fff;
}
@media (min-width:768px) {
	.probtn1 a {
		font-size: 40px;
		padding: 28px 40px;
		display: inline-block;
		width: auto;
		border-radius: 10px;
	}
	                .button-primary a{
        padding: 30px;
        font-size: 33px;
    }
	.second-section {
		padding: 100px 0px;
	}
}


.feature-list {
	padding: 15px;
	margin-top: 30px;
	list-style-type: none;
	min-height: 100px;
	display: flex;
	align-items: center;
	flex-direction: row;
	gap: 15px;
	background: #fff;
	border: 3px solid #B5D1FF;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
}


/* profits start */
.profits-section {
    background: #fff;
    padding: 30px 0;
}
.steps-card {
    display: block;
    background: #fff;
    border-radius: 20px;
    border: 10px solid transparent;
    background-image: linear-gradient(#ffffff,#ffffff),  var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.steps-card1 {
    display: block;
    background: var(--theme-gradient);
    border-radius: 20px;
    /* background-image: linear-gradient(#ffffff,#ffffff),  var(--theme-gradient1);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.steps-card-inner {
    padding: 20px 15px;
}
.step {
    border-radius: 50%;
    padding: 14px 20px 14px 20px;
    background-color: #FF7E39;
    display: inline-block;
}
@media (min-width: 768px){
    .profits-section {
        background: #fff;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
    }
    .steps-card-inner {
        padding: 50px 30px;
    }
}
/* profits end */


/* featurs start */
.steps-section {
    background: #ffffff;
    padding: 30px 0;
}
/* .steps-card {
    display: block;
    border-radius: 20px;
    border: double 2px transparent;
    background-image: linear-gradient(#ffffff,#ffffff),  var(--theme-gradient1);
    background-origin: border-box;
    background-clip: content-box, border-box;
} */
.steps-card-inner {
    padding: 20px 15px;
}
.step {
    border-radius: 50%;
    padding: 14px 20px 14px 20px;
    background-color: #FF7E39;
    display: inline-block;
}
@media (min-width: 768px){
    .steps-section {
        padding: 100px 0 100px;
    }
    .steps-card-inner {
        padding: 50px 45px;
    }
}
/* featurs end */

.features-title {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 15px;
}

.features-title .size {
	max-height: 100px;
}

@media (min-width: 768px) {
	.white-section,
	.grey-section {
		padding: 40px 0px;
	}
	.grey-section-last{
		padding: 40px 0px 100px;
	}
}

.moneyback-section {
    padding: 30px 0 30px 0px;
    background: #00141f;
}

.brown-frame1 {
    background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/pink-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}
.hr {
    mix-blend-mode: overlay;
}
@media (min-width: 768px) {
    .moneyback-section {
        background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/moneyback-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 100px 0 100px 0px;
    }
    .brown-frame1 {
        padding: 0px 20px;
    }
}

.bonus-section {
	background: #f1f1f1;
	background-size: cover;
	padding: 30px 0;
}

@media (min-width: 768px) {
	.bonus-section {
		background: #040a1f url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/bonus-bg.webp) no-repeat center bottom;
		background-size: cover;
		padding: 70px 0px 100px 0px;
	}
}

/*Table CSS Start*/
.table-section {
	background: #ffffff;
	padding: 30px 0;
}

.tablebox2 ul {
	padding-left: 0;
	color: #010101;
}

.tablebox2 {
	border: 10px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 40px 40px 20px 20px;
    width: 100%;
    float: left;
}

.tablebox3 ul {
	padding-left: 0;
	color: #010101;
}

.tablebox3 {
	border: double 10px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 100%;
    float: left;
    border-radius: 25px;
}

ul.vgreytick {
	padding: 0px;
	margin: 0;
}

ul.vgreytick li {
	background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/table-tick.webp) no-repeat;
	list-style: none;
	text-align: left;
	padding: 15px 15px 15px 50px;
	background-position:10px 19px;
	line-height: 150%;
	text-transform: capitalize;
}

ul.vgreytick li:nth-child(odd) {
	background-color: #EAF3F8;
}

ul.vgreytick li:nth-child(even) {
	background-color: #ffffff;
}

ul.vgreytick li:last-child {
	border-bottom: 0px;
}

ul.grey-tick-last {
	padding: 0px;
	margin: 0;
}

ul.grey-tick-last li {
	background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/table-tick.webp) no-repeat;
	list-style: none;
	text-align: left;
	padding: 15px 15px 15px 50px;
	color: #000;
	background-position:10px 19px;
	line-height: 150%;
	/* text-transform: capitalize; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

ul.grey-tick-last li:nth-child(odd) {
	background-color: #ffffff;
}

ul.grey-tick-last li:nth-child(even) {
	background-color: #fff;
}

/* ul.grey-tick-last li:last-child {
	border-bottom: 0px;
} */

.tbbg2 {
    background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/premium-table.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 250px;
}

.tbbg3 {
	background: linear-gradient(90deg, #2DB3FF 9.55%, rgba(45, 179, 255, 0) 91%);
	padding: 50px 30px 50px 30px;
	border-radius: 10px 10px 0px 0px;
}

.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: 30px;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
	min-height: 69px;
	background: #ffffff;
}
.commercial {
    background: #FCBB2F;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
@media (min-width: 768px) {
	.table-section {
        background:#FFF0DD url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
		padding: 70px 0 100px 0px;
	}

	/* .tbbg3 {
		padding: 50px 30px 50px 30px;
		background-size: 100% 100%;
		border-radius: 10px 10px 0px 0px;
	} */

	.tbbg2 {
        background: #ffffff url(https://cdn.oppyotest.com/launches/affiliateengineai/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 li {
		padding: 20px 15px 20px 65px;
		background-position:20px 22px;
	}

	ul.grey-tick-last li {
		padding: 20px 15px 20px 65px;
		background-position:20px 22px;
	}

	.myfeatureslast {
		padding: 0px 20px 30px;
	}
}

/*Table CSS Enad*/

.footer-section {
	background: #000000;
	padding: 30px 0;
}

.footer-ul {
	padding: 0
}

.footer-ul li {
	display: inline;
	line-height: 130%;
}

.footer-ul li:hover a {
	color: #fff;
}

@media(min-width:768px) {
	.footer-section {
		padding: 50px 0px;
	}

	.footer-ul li {
		line-height: normal;
	}

}

a.nothank {
	color: #EF3E3A;
	text-decoration: none;
}

/* Presenting Section Start */
.proudly-sec {
    background: #001027;
	padding: 30px 0 30px 0px;
}
/* .fifth-section{
    background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/proudly-bg.webp) no-repeat bottom center;
    background-size: cover;
    padding: 30px 0px;
} */
.presenting-head {
   background: var(--theme-gradient);
    display: inline-block;
    border-radius: 40px;
    padding: 4px 15px;
}
@media (min-width: 768px){
	.proudly-sec {
		background: url("https://cdn.oppyotest.com/launches/affiliateengineai/traffic/proudlybg.webp") no-repeat bottom center;
	background-size: cover;
    padding: 100px 0px 150px;
	}
    .presenting-head {
        background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/proudly-frame.webp) no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 15px 62px;
}
    /* .fifth-section{
    padding: 80px 0px 100px;
} */
}

/* Presenting Section End */

.feature-shape {
    border-radius: 10px;
    background: var(--theme-gradient);
    padding: 10px 20px;
    display: inline-block;
}

.mainheadline {
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #C899FF;
    background: #ffffff;
}

.typing-text {
    background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/typing-bg.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 4px 20px;
}
.mainheadline{
        padding: 10px;
    border-radius: 20px;
    border-top: 1px solid #9DD6FF;
    border-right: 1px solid #9DD6FF;
    border-bottom: 5px solid #9DD6FF;
    border-left: 1px solid #9DD6FF;
    border-radius: 50px 10px 50px 10px;
    display: inline-block;
    background: #F4F9FF;
}

@media(min-width:768px){
	.mainheadline {
         padding: 24px 45px;
    }

    /* .preheadline{
        padding: 10px 50px;
	  } */
}
.bonus-title-bg {
    background: var(--theme-gradient);
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
img.vert-move {
    animation: mover 1s infinite  alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
ul.vgreytick li:nth-child(odd) {
    background-color: #F7F2FD;
}

.header-list-block {
	border-radius: 20px;
    /* padding: 20px 0px; */
    border: 2px solid transparent ;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 0px 19.8px 2.2px rgb(0 0 0 / 15%);
    margin: 0px;
}
.header-list-block > div{
	padding: 15px;
}
.warning-box img {
    min-width: 52px;
    max-height: 50px;
    margin-right: 14px;
}
.warning-box {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
}
.btn-accent {
    background: var(--theme-gradient);
    color: #fff;
}
.btn-medium {
    padding: 12px 28px;
    font-size: 24px;
    line-height: 33px;
    border-radius: 43px;
    text-transform: uppercase;
    border: 0;
}
.btn-accent:hover {
    color: #fff;
}
.step-group {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tp-step .highlighted.style4 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    background: #89ADE2;
    border-radius: 20px;
    color: #fff;
}
@media (min-width: 768px){
	.header-list-block > div{
		padding: 30px;
	}
    .step-group:after {
        content: "";
        width: 100%;
        height: 2px;
        border-top: 2px dashed rgba(237, 108, 104, 0.4);
        position: absolute;
        left: 50%;
        top: 15px;
        transform: translatex(-50%);
        -webkit-transform: translatex(-50%);
        -moz-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        -o-transform: translatex(-50%);
    }
}

/* new featur css */

.yellow-border-card{
    border: 1px solid #FAAE49;
    padding: 40px;
    border-radius: 20px;
    background: rgba(250, 174, 73, 0.10);
    backdrop-filter: blur(25px);
}
@media (max-width : 767px){
    .yellow-border-card{
        padding: 15px;
    }
}
/* new featur css */


/* Floating Btn */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--theme-gradient1);
    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-gradient1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*  */

/* 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: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/affiliateengineai/traffic/success-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;
    }
}
.steps-card{
    width: 100%;
}

/* thank-section */

/* .thank-section {
    background: #faf4ff;
    padding: 30px 0px;
}

.need-h{
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px #00000040;
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
}
.thank-box{
    background: #FFFFFF;
    border: 2px solid #C899FF;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
}
.thank-box-1{
    background: #F8F3FF;
    border: 2px solid #C899FF;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
}
.thank-text{
    background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/pink-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .thank-section {
        background: url("https://cdn.oppyotest.com/launches/affiliateengineai/traffic/thank-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0px;
    }
    .need-h{
    background: url(https://cdn.oppyotest.com/launches/affiliateengineai/traffic/need-h.webp) no-repeat;
    background-size: 100% 100%;
    border-radius: unset;
    box-shadow: unset;
    padding: 40px 35px;
    }
    .thank-box, .thank-box-1{
        border-radius: 20px;
        padding: 20px 30px;
    }
    .thank-text{
        padding: 15px 80px 15px 23px;
        position: relative;
    }
    .thank-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/affiliateengineai/traffic/star-emoji.webp");
        top: -15px;
        right: -25px;
    }
}
 */
