@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #101010;
    font-size: 14px;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}


.caveat{
    font-family: 'Caveat', cursive;
}
:root {
    --black-clr:#050A19;
    --white-clr: #fff;
    --light-grey: #f1f1f1;
    --orange-clr: #F89B1C;
    --orange-clr1: #FB591B;
    --purple-clr: #A742ED;
    --purple-clr1:#6F209D;
    --red-clr:#FF2C2C;
    --blue-clr:#007BFF;
    --grey-clr:#555555;
    --purple-gradient: linear-gradient(95deg, #0040F2 4.15%, #AC37F2 95.85%);
    --theme-gradient: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);;
    --theme-gradient1: linear-gradient(90deg, #00AFF1 0%, #0177FA 100%);
    --sky-gradient: linear-gradient(90deg, #43C5ED 0%, #43EDB8 100%);
    --bs-font-sans-serif:"Asul", serif, "Work Sans", sans-serif;
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.white-clr,
a.white-clr {
    color: var(--white-clr);
}
.light-grey{
    color: var(--light-grey);
}
.orange-clr {
    color: var(--orange-clr);
}
.purple-clr {
    color: var(--purple-clr);
}
.purple-clr{color:var(--purple-clr);}
.red-clr{color:var(--red-clr);}
.blue-clr{color:var(--blue-clr);}
.grey-clr{color:var(--grey-clr);}
.theme-clr{
    background: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.clr1{color:#FF6492;}
.clr2{color:#7861FF;}
.clr3{color:#FF8C68;}
.clr4{color:#2E95FF;}
.clr5{color:#59A070;}
.clr6{color:#FFAD2E;}
.clr7{color:#3CCFCF;}
.clr8{color:#EE80FF;}
/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Padding Start */

.sec-pd{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.gap20 {
    gap: 20px;
}


/* header section start */
/* Header CSS */

.header-section {
    background: linear-gradient(180deg, #F5FAFF 0%, #E2F0FF 100%, #E2F0FF 100.01%);;
    padding: 30px 0px;
}
ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul li {
    display: inline-block;
    padding: 0px 10px;
    font-weight: 500;
	color: var(--white-clr);
}
.leader-ul li a{
    position: relative;
  transition: all .5s;
}


.header-section ul.leader-ul li a {
    text-decoration: none;
    font-weight: 500;
    padding:10px 10px;
}
.header-section ul.leader-ul li a:hover{
    color: black;
}
a.affiliate-link-btn {
	border-radius: 10px;
    border-radius: 10px;
    background:var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 600 !important;
    transition: all .3s ease;
}
a.affiliate-link-btn:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
    color: var(--white-clr) !important;
}
.pre-heading{
    border-radius: 10px;
    background: #FFDE4A;
    padding:7px 10px;
    display: inline-block;
}
.post-heading{
    border-radius: 10px;
    background: rgba(1, 121, 249, 0.10);
    padding:7px 10px;
    display: inline-block;
}
.post-heading2{
    border-radius: 10px;
    background: #FB591B;
    padding:7px 10px;
    display: inline-block;
}
.header-card{
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
}
.header-li li{
    background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/header-li.webp) no-repeat;
    padding: 10px 0px 10px 32px;
    background-position: 0px 15px;
    list-style: none;
}
@media(min-width:768px){
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/header-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 35px 0px 120px 0px;
        position: relative;
    }
    a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}
    .pre-heading,.post-heading,.post-heading2{padding: 7px 30px;}
    .header-card{padding: 29px;}
}
/* header section end */

/* live section start */
.live-section{
    background: #ffffff;
}
.live-section .gradiant-box{    
    border-radius: 20px;
    background: linear-gradient(90deg, #0177FA 0%, #00AFF1 100%);
    padding: 50px 20px;
}
.lc-orange{
    color: #D99904;
}
.lc-bg-orange{
    background: #F1EBDB;
}
.lc-purple{
    color: #9550FA;
}
.lc-bg-purple{
    background: #F1E9FD;
}

.lc-sky-blue{
    color: #3A76CB;
}
.lc-bg-sky-blue{
    background: #ECF3FC;
}
.live-sec-card{
    padding: 20px;
}


.left-live-box{
    background: var(--white-clr);
    border: 2px solid #007BFF;
    border-radius: 30px;
    padding: 15px;
}
.right-live-box{
    background: var(--white-clr);
    border: 2px solid rgba(231, 109, 36, 0.30);
    border-radius: 30px;
    padding: 15px;
}
.form-btn input[type="submit"] {
	text-decoration: none;
	border: none;
	color: var(--white-clr);
	text-align: center;
	display: block;
	width: 100%;
	z-index: 9999;
	padding: 15px 10px;
	line-height: 30px;
	font-weight: 600;
	outline: none;
	white-space: normal;
    cursor: pointer;
    background: var(--theme-gradient);
    border-radius: 10px;
    transition: all .3s ease;
}
.form-btn input[type="submit"]:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
}
.request-affiliate a{
    background: #E76D24;
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
}
@media(min-width:768px){
    .left-live-box{
        padding: 46px 30px;
    }
    .right-live-box{
        padding: 50px 30px;
    }
    .form-control.input-field {
        height: 60px;
        font-size: 15px;
    }
    .form-control.input-field::placeholder{
        color: #000000;
    }
    .mt-md120{
        margin-top: 120px!important;
    }
    .request-affiliate a{
        padding: 17px;
        text-align: center;
    }
    .jvzoo-img{
        min-height: 131px;
    }

}
/* live section end */

/* third-section start */
.third-section{
    background: #F0F6FD;
}
.doubt-card{
    border-radius: 20px;   
    background: #FFEAEA;
    padding: 20px 10px;
}
.num1{
    border-radius: 10px;
    border: 1px solid #FFAEC7;
    background: #FFEFF4;
    padding: 10px;
}
.num1-shape{
    background:#FFAEC7;
    border-radius: 50%;
    padding: 11px 23px;
}
.num2{
    border-radius: 10px;
    border: 1px solid #C9C2EE;  
    background: #F2F0FB;
    padding: 10px;
}
.num2-shape{
    background:#C9C2EE;
    border-radius: 50%;
    padding: 11px 23px;;
}
.num3{
    border-radius: 10px;
    border: 1px solid #EBBCAE;
    background: #FFF2EE;
    padding: 10px;
}
.num3-shape{
    background: #EBBCAE;
    border-radius: 50%;
    padding: 11px 23px;
}
.num4{
    border-radius: 10px;
    border: 1px solid #78B6FC;
    background: #F0F6FD;
    padding: 10px;
}
.num4-shape{
    background: #78B6FC;
    border-radius: 50%;
    padding: 11px 23px;
}
.num5{
    border-radius: 10px;
    border: 1px solid #ACD9B9;
    background: #EFFAF2;
    padding: 10px;
}
.num5-shape{
    background: #ACD9B9;
    border-radius: 50%;
    padding: 11px 23px;
}
.num6{
    border-radius: 10px;
    border: 1px solid #ECCA8F;
    background: #FFFAF1;
    padding: 10px;
}
.num6-shape{
    background: #ECCA8F;
    border-radius: 50%;
    padding: 11px 23px;
}
.num7{
    border-radius: 10px;
    border: 1px solid #99D8D8;
    background: #EBF9F9;
    padding: 10px;
}
.num7-shape{
    background: #99D8D8;
    border-radius: 50%;
    padding: 11px 23px;
}
.num7-list {
    margin-left: 100px !important;
}
.num8{
    border-radius: 10px;
    border: 1px solid #DDB3E4;
    background: #FCEEFE;
    padding: 10px;
}
.num8-shape{
    background: #DDB3E4;
    border-radius: 50%;
    padding: 11px 23px;
}
.thumb li{
    background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/thumb-up.webp) no-repeat;
    padding: 10px 0px 10px 40px;
    background-position: 0px 10px;
    list-style: none;
}
.thumb li ul  li{
    list-style: circle;
    background: none;
    padding: 5px 0px 5px 0px;
}
.black-card{
    border-radius: 20px;   
    background: #25272E;
    padding: 20px 10px;
}

/* forth section end */
.forth-section{background: #ffffff;}
.fe-card1{
    border-radius: 10px;
    border: 1px solid #FFAEC7;
    background: #FFEFF4;
    padding: 10px;
    height: 100%;
}
.fe-card2{
    border-radius: 10px;
    border: 1px solid #C9C2EE;
    background: #F2F0FB;
    padding: 10px;
    height: 100%;
}
.fe-card3{
    border-radius: 10px;
    border: 1px solid #78B6FC;
    background: #F0F6FD;
    padding: 10px;
    height: 100%;
}
.fe-card4{
    border-radius: 10px;
    border: 1px solid #EBBCAE;
    background: #FFF2EE;
    padding: 10px;
    height: 100%;
}
.fe-card5{
    border-radius: 10px;
    border: 1px solid #EBBCAE;
    background: #FFF2EE;
    padding: 10px;
    height: 100%;
}
.fe-card6{
    border-radius: 10px;
    border: 1px solid #ECCA8F;
    background: #FFFAF1;
    padding: 10px;
    height: 100%;
}
.fe-card7{
    border-radius: 10px;
    border: 1px solid #99D8D8;
    background: #EBF9F9;
    padding: 10px;
    height: 100%;
}
.fe-card8{
    border-radius: 10px;
    border: 1px solid #DDB3E4;
    background: #FCEEFE;
    padding: 10px;
    height: 100%;
}
.fe-card9{
    border-radius: 10px;
    border: 1px solid #ACD9B9;
    background: #EFFAF2;
    padding: 10px;
    height: 100%;
}
.fe-card-white{
    position: relative;
    padding:10px;
    display: block;
    align-items: center;
    height: 100%;
    background: #ffffff;
}
.fe-card-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: var(--theme-gradient);
    -webkit-mask: linear-gradient(#F0F6FD 0 0) padding-box, linear-gradient(#F0F6FD 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
@media(min-width:768px){
    .third-section{
        background:#F0F6FD url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/third-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .doubt-card{
        padding: 30px 50px;
        position: relative;
    }
    .doubt-card:before {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/alert.webp);
        top: -10px;
        left: -10px;
    }
    .num1,.num2,.num3,.num4,.num5,.num6,.num7,.num8{
        border-radius: 40px;
        padding: 10px 30px 10px 10px;
    }
    .num7-shape{
        padding: 11px 22px 8px 23px;
    }
    .num-right,.num-right2{position: relative;}
    .num-right:before{
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/num-right.webp);
        top:50px;
        right:-55px;
    }
    .num-left{position: relative;}
    .num-left:before{
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/num-left.webp);
        top:50px;
        left:-55px;
    }
    
    .black-card{
        background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/black-card.webp) no-repeat;
        background-size: 100% 100%;
        padding: 30px 50px;
    }
    .fe-card1,.fe-card2,.fe-card3,.fe-card4,.fe-card5,.fe-card6,.fe-card7,.fe-card8,.fe-card9{padding:20px;}
    .fe-card-white{padding: 60px 50px;}
    
    .num-right2:before{
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/num-right.webp);
        top:150px;
        right:-55px;
    }
}
/* forth section start */

/* fifth Section Start */

.fifth-section{
    background: #F0F6FD;
}
@media (min-width: 768px) {
	.fifth-section{
		background: #F0F6FD url( https://cdn.oppyotest.com/launches/aiagentsarmy/jv/fifth-bg.webp) no-repeat top center;
		background-size:100% 100%;
	}
}

/* steps-card */

.steps-card .steps-icon{

    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out
}

.steps-tabs{
    height: 750px;
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border:1px solid var(--blue-clr);
}

@media (min-width: 768px) {
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
}
.steps-card p{
    color: #555;
}
.steps-section .media{
    position: relative;
    padding: 80px 0 ;
}
.steps-section .media img{
    position: relative;
    z-index: 2;
}

.steps-section .media::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    border-radius: 10px;
    background: url('https://cdn.oppyotest.com/launches/bookcreator/jv/demo.webp'), lightgray 50% / cover no-repeat;
    filter: blur(15px);
    z-index: 0;
    opacity: 0.4;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
}
.heading-tabs{
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
}

.steps-section .nav-link.active .steps-card,
.steps-section .nav-link.active .steps-card .steps-icon{
    border: 1px solid var(--purple-clr);
}
.steps-section .nav-link.active .steps-card{
    height: 360px;
    border-left: 7px solid #0340f2;
}
.steps-section .nav-link.active .step-arrow{
    display:none !important;
}
/* 
.steps-section .nav-link.active .steps-card h4,
.steps-section .nav-link.active .steps-card p{
    color: #fff!important;
} */

/* fifth Section End */

/* sixth section start */
.sixth-section{background: #ffffff;}
.agents-card{
    position: relative;
    padding:10px;
    display: block;
    align-items: center;
    height: 100%;
    background: #F0F6FD;
}
.agents-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: var(--theme-gradient);
    -webkit-mask: linear-gradient(#F0F6FD 0 0) padding-box, linear-gradient(#F0F6FD 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
@media(min-width:768px){
    .agents-card{padding: 30px 50px;}
    .mt-md100{margin-top: 100px;}
}
/* sixth section end */

/* seventh section start */
.seventh-section{background:#F0F6FD;}
/* seventh section end */

/* eighth section start */
.eight-section {
    background: #ffffff;
}
.features{
    background: var(--blue-clr);
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.fe-arrow{
    margin-top: -20px;
    margin-left: -100px !important;
    position: absolute;
}
.features2{
    background: #50cac2;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.fe-arrow2{
    margin-top: -80px;
    margin-left: 455px !important;
    position: absolute;
}
.features3{
    background: #e394ff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.features4{
    background: #4dbfff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.fe-arrow3{
    margin-top: -20px;
    margin-left: 485px !important;
    position: absolute;
}
@media(min-width:768px){
    .eight-section.eight-section {
        background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/eight-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .mt-md100{margin-top: 100px;}
}
/* eighth section end */

/* funnul sec start */
.deep-funnel-sec {
    background: #F0F6FD;
}
/* funnul sec end */

/* contest section start */
.contest-section{
    background: linear-gradient(45deg, rgba(135, 86, 255, 1) 0%, rgba(112, 52, 255, 1) 100%);;
}
/* contest section end */

/* about sectiion */
.about-section{padding-bottom: 30px;}
@media (min-width:768px){   
    .about-section{padding-bottom: 100px;}
}
/* about section */

/* promote section start */
.promote-section{background:#F0F6FD;}
.promote-card{
    background: #F0F6FD;
    padding: 30px 20px;
    height: 100%;
    position: relative;
}
.promote-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: var(--theme-gradient);
    -webkit-mask: linear-gradient(#F0F6FD 0 0) padding-box, linear-gradient(#F0F6FD 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.promoate-card-text{
    background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/promote-tick.webp) no-repeat;
    padding: 0px 0px 0px 40px;
    background-position: 0px 0px;
}
/* promote section end */
  
  .btn-gradiant {
    background: linear-gradient(to right, #683AF2 0%, #AC37F2 100%);
    padding: 16px 10px;
    color: #fff;
  }
  
  .bottom-line {
    position: relative;
    display: inline-block;
  }


@media (min-width:768px) {
    .bottom-line::after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, #0040F2 0%, #AC37F2 100%);
    }
}
.video-box{
    border-radius: 20px;
    border: 1px solid #6F209D;
   
}
.contact-section {
    background: #F0F6FD;
}
.container-box {
    padding: 20px;
    position: relative;
    background: #020311;
    border-radius: 30px;
}
@media (min-width:768px) {
    .container-box {
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
}

.terms-list li {
    list-style: none;
    padding: 0 0 20px 0px;
}
/* Footer Section Start */
.footer-section{
    background: var(--black-clr);
    padding: 30px 0px;
}
.footer-ul{
    padding: 0px;
    margin: 0px;
}
.footer-ul li{
    display: inline;
}
.agent{
    max-height: 140px;
    border-radius: 50%;
}
@media (min-width: 768px) {
    .footer-section {
        padding: 50px 0px;
    }
}
/* Footer Section End */
.br-sec {
    border: 1px solid #43C5ED;
    border-radius: 10px;
}
.meat-li {
    list-style: none;
    padding: 0px;
}
.meat-li li {
    background: url(https://cdn.oppyotest.com/launches/aiagentsarmy/jv/oto-check.png) no-repeat;
    padding: 15px 0px 15px 65px;
    background-position: 0px 18px;
}
.cleint-frame {
    background: url(../images/client-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 20px;
}