html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito', sans-serif;
	color: #252525;
	font-size: 14px;
	overflow-x: hidden;
}

.caveat {
    font-family: 'Caveat', cursive;
}
/* Color CSS */
.white-clr {
	color: #fff;
}

.black-clr {
	color: #252525;
}
.orange-clr{
	color: #f47412;
}
.red-clr {
    color: #EF3E3A;
}
.green-clr {
    color: #00ff1e;
}
.purple-gradient{
	background:  linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);;
    border-image-slice: 1;
    width: 100%;
}
.purple-gradient-1{
    background: linear-gradient(90deg, #6F209D 0%, #C735F7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purple-clr{
    color: #C735F7;
}
.caveat {
    font-family: 'Caveat', cursive;
}
/* Header Section CSS */
.header-section {
	background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/megabundle/header-bg.webp) no-repeat bottom center;
    background-size: cover;
    padding: 30px 0px;
}
.purple-brush {
	color: #000;
}
.preheadline {
    border-radius: 10px;
    border: 1px solid #43C5ED;
    padding: 9px 20px;
    display: inline-block;
    background: linear-gradient(to right, rgba(67, 197, 237,20%) 0%, rgba(67, 237, 184,10%) 100%);
}
.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;
}

@media(min-width:768px) {
	.header-section {
		padding: 50px 0px 100px 0px;
	}
	.purple-brush {
		background: url("https://cdn.oppyotest.com/launches/aiagentsarmy/megabundle/purple-brush.webp") no-repeat;
		background-size: 100% 100%;
		color: #fff;
		padding: 0px 25px;
	}
}

.probtn1 a {
	transition: all .3s ease;
	border-radius: 15px;
	background: linear-gradient(90deg, #0040F2 -0.02%, #AC37F2 99.99%);
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 15px 12px;
	color: #ffffff;
	border: none;
	font-weight: 700;
	width: 100%;
	font-size: 24px;
	line-height: 140%;
}

.probtn1 a:hover {
	transition: all .3s ease;
	background: linear-gradient(90deg, #AC37F2 -0.02%, #0040F2 99.99%);
}

@media (min-width:768px) {
	.probtn1 a {
		font-size: 38px;
		padding: 28px 60px;
		display: inline-block;
		width: auto;
		border-radius: 10px;
	}
}

.features-title {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 15px;
}

.features-title .size {
	max-height: 100px;
}


.moneyback-section {
	background: #050d23;
    padding: 30px 0px;
}
.hr {
    mix-blend-mode: overlay;
}
@media (min-width: 768px) {
	.moneyback-section {
		padding: 100px 0px;
		background:  url(https://cdn.oppyotest.com/launches/aiagentsarmy/megabundle/prize-value.webp) no-repeat center top;
		background-size: 100% 100%;
	}
}


/*Table CSS Start*/
.table-section {
	background: #ffffff;
	padding: 30px 0;
}

.tablebox2 ul {
	padding-left: 0;
	color: #010101;
}

.tablebox2 {
	background: #ffffff;
	width: 100%;
	float: left;
	border-radius: 10px;
	box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
}

.tablebox3 ul {
	padding-left: 0;
	color: #010101;
}

.tablebox3{
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 20px;
    border: solid 10px #100D22;
}

ul.vgreytick {
	padding: 0px;
	margin: 0;
}

ul.vgreytick li {
	background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/megabundle/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: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/aiagentsarmy/megabundle/header-li.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}


ul.grey-tick-last li:last-child {
	border-bottom: 0px;
}

.tbbg2 {
	background-color: #fff;
	padding: 50px 30px 50px 30px;
	background-size: 100% 100%;
	border-radius: 10px 10px 0px 0px;
}

.tbbg3 {
	background:#080E20;
	padding:50px 30px 50px 30px;
	background-size: 100% 100%;
	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;
}

@media (min-width: 768px) {
	.table-section {
		padding: 70px 0 100px 0px;
	}

	.tbbg3 {
		padding: 50px 30px 50px 30px;
		background-size: 100% 100%;
		border-radius: 10px 10px 0px 0px;
	}

	.tbbg2 {
		padding: 50px 30px 50px 30px;
		background-size: 100% 100%;
		border-radius: 10px 10px 0px 0px;
	}

	ul.vgreytick li {
		padding: 20px 15px 20px 65px;
		background-position:20px 22px;
	}

	ul.grey-tick-last li{
		padding: 20px 15px 20px 65px;
		background-position: 30px 22px;
	}

	.myfeatureslast {
		padding: 0px 20px 30px;
	}
}

/*Table CSS Enad*/

/* faq section start */
.faq-section{
	background: #E6EBF5;
}
/* faq section end */

.footer-section {
	background: #080E20;
	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 {
    padding: 30px 0px;
	background: #01071b;
}
.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/megabundle/proudly-head.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 9px 45px;
    display: inline-block;
}
@media (min-width: 768px){
	.proudly-sec {
		padding: 100px 0px 100px 0px;
		background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/megabundle/proudlybg.webp) center center no-repeat;
    	background-size: cover;
	}
}

/* Presenting Section End */




@media(min-width:768px){
    .preheadline{
        padding: 10px 50px;
	  }
}

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;
}

.warning-box img {
    min-width: 58px;
    margin-right: 14px;
}
.warning-box {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
}
.btn-accent {
    background: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);;
    color: #fff;
}
.btn-medium {
    padding: 16px 32px;
    font-size: 24px;
    line-height: 33px;
    border-radius: 43px;
    text-transform: uppercase;
	text-decoration: none;
}
.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){
    .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%);
    }
}

.sec-pd {
    padding-top: 30px;
    padding-bottom: 30px;
}
.btn {
    padding: 5px 18px;
    border-radius: 10px;
    font-size: 25px;
    border: none;
    line-height: 46px;
    font-weight: 900;
}
@media (min-width: 768px){
	.sec-md-pd {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.btn {
		padding: 20px 40px;
		border-radius: 43px;
		font-size: 34px;
	}
}
.box-button {
    padding: 40px 30px;
    text-align: center;
    border-radius: 48px;
    color: #fff;
    border-bottom: 12px solid #c133f1;
	border-radius: 10px;
    border: 1px solid #c133f1;
    background: #020311;
}
.btn-accent {
    /* background: #FAC55F; */
    color: #ffffff;
}

.btn-accent:hover, .btn-accent {
    /* background: #FAC55F; */
    color: #ffffff;
}
.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff,#fff), linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);;
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.bonus-section-shape-inner {
    padding: 20px;
}
.bonus-headline-top {
    background: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);;
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
}
@media (min-width: 768px){
	.bonus-section-shape-inner {
		padding: 30px;
	}
	.margin-t-60 {
		margin-top: -60px;
	}
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/megabundle/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 40px;
    background-position: 10px 25px;
    border: 1px solid #43C5ED;
    border-radius: 10px;
}
