html {
	scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
	color: #000000;
	font-size: 14px;
	overflow-x: hidden;
}

html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-thumb {
    background: var(--purple-clr);
    border-radius: 25px;
}
  
/* font-family */

.caveat {
    font-family: 'Caveat', cursive;
}
/* Color CSS */
:root{
    --purple-clr: #8F77FD;
    --theme-gradient: linear-gradient(89.87deg, #6363F8 2.95%, #8D8DFF 92.7%);
    --theme-gradient1: linear-gradient(89.87deg, #8D8DFF 2.95%, #6363F8 92.7%);
    --theme-gradient2: linear-gradient(89.87deg, #63F8BC 2.95%, #8BF863 92.7%);
    --theme-gradient3: linear-gradient(89.87deg, #8BF863 2.95%, #63F8BC 92.7%);
}

.theme-clr {
    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-gradient);
    border-image-slice: 1;
    width: 100%;
}

.white-clr {
	color: #fff;
}

.black-clr {
	color: #212121;
}
.red-clr {
	color: #EF3E3A;
}

.green-clr{
    color: #21AF21;
}

.green-clr1{
    color: #86c63a;
}

.red-clr a{
	color: #EF3E3A;
    text-decoration: none;
}
.purple-gradient{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purple-gradient-1{
    background: var(--theme-gradient1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purple-clr{
    color: var(--purple-clr);
}

.br-gradient {
    border-bottom: 2px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}
.br-gradient2 {
    border-bottom: 2px solid var(--purple-clr);
    border-image-slice: 1;
    width: 100%;
}
/* Header CSS */
.header-section {
	background: #090909;
	padding: 30px 0px 50px 0px;
}

.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;
} */

.video-box{
    position: relative; 
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0.03) 100%);
	backdrop-filter: blur(5px); 
    border-radius: 15px;
    border: 5px solid #9958CC;
}
.hr{
	mix-blend-mode: overlay;
}
/* .probtn1 a {
    transition: all .3s ease;
    border-radius: 15px;
    border-radius: 10px;
    background: var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 12px 12px;
    color: #ffffff;
    border: none;
    font-weight: 800;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    border-radius: 10px;
}

.probtn1 a:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);

} */


.theme-btn {
    background: var(--theme-gradient2);
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.btn-border{
    border: 10px solid #63F8BC4D;
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.5s;
}
.btn-border:hover{
    transform: scale(1.1);
}
.theme-btn:hover{
    color: #000000;
    background: var(--theme-gradient3);
}
@media (min-width: 768px){
.theme-btn {
    padding: 26px 30px;
}
}


.post-head {
    border-radius: 10px;
    background: #00000008;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    /* backdrop-filter: blur(25px); */
    padding: 10px;
}

@media(min-width:768px) {
    .header-section {
        background:#090909 url(https://cdn.oppyotest.com/launches/aibrandifly/agency/header-bg.webp) no-repeat bottom center;
        background-size: cover;
		padding: 30px 0px 100px 0px;
	}
    .px-md0{
        padding-left: 0px;
        padding-right: 0px;
    }
    .preheadline{
        padding: 10px 50px;
	  }
      /* .probtn1 a {
        font-size: 30px;
        padding: 35px 30px;
        display: inline-block;
        width: auto;
    } */
    .post-head {
    padding: 20px 30px;
    }
}

/* Header Section End */

/* Second Setion Start */

.second-section {
    padding: 30px 0px;
    background: #0f1027;
}

/* .header-list-block {
    border-radius: 20px;
    padding: 20px 0px;
    border: double 2px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), 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 {
    border-radius: 20px;
    /* padding: 20px 0px; */
    background: #0B0C12;
    box-shadow: 0px 0px 20px #8F77FD80;
    margin: 0px;
}

@media(min-width:768px) {
    .second-section {
        background:#0f1027 url(https://cdn.oppyotest.com/launches/aibrandifly/agency/second-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
}

/* Second Section End */

/* Presenting Section Start */
.presenting-sec{
	padding: 30px 0px;
	background: #100116;
}
.presenting-wrap {
	padding: 0px 0px 15px 0px;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	border-radius: 50px;
	border: solid 2px rgba(255, 255, 255, 0.25);
	max-width: 95%;
	margin: 20px auto 0px auto;
}
.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/aibrandifly/agency/proudly-head.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 9px 45px;
    display: inline-block;
}
.ele3{
	position: absolute;
	top: 35%;
    right: 10%;
	animation: 2s ease-in-out 0s infinite alternate none running mover1;
}
.heading {
    background: linear-gradient(180deg, rgba(143, 119, 253, 0.2) 0%, #8F77FD 100%);
    border-radius: 36px;
    display: inline-block;
    position: relative;
}
.heading-text{
    padding: 2px 15px;
}
@media(min-width:768px){
	.presenting-sec{
        padding: 100px 0px 100px 0px;
        background:#0d0c11 url(https://cdn.oppyotest.com/launches/aibrandifly/agency/introducing.webp) no-repeat bottom center;
	    background-size: cover;
    }
        .heading-text{
       padding: 8px 40px 7px;
    }
    /* .heading::before{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/aibrandifly/agency/star-icon.webp");
        top: 0;
        left: -20px;
    }
    .heading::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/aibrandifly/agency/child.webp");
        top: -35px;
        right: -110px;
    } */
	.presenting-wrap {
		padding: 0px 0px 100px 0px;
		max-width: 95%;
		border-radius: 50px;
		margin: 50px auto 0px auto;
	}
}
@media(min-width:1600px) {
	.presenting-wrap {
		max-width: 85%;
	}
}

/* Presenting Section End */

/* ThatsNotAll Section Start */

.thats-not-all-section {
    background: #0e0d12;
    padding: 30px 0
}

.one-time-shape {
    background: #8339f2;
    border-radius: 40px;
    padding: 9px 40px;
    display: inline-block;
    font-family: 'Caveat', cursive;
}

@media(min-width:768px){
    .thats-not-all-section {
        padding: 100px 0 100px;
        background:#0e0d12 url(https://cdn.oppyotest.com/launches/aibrandifly/agency/agency-upgrade-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .one-time-shape {
        padding: 15px 60px;
        border-radius: 50px;
    }
}

/* ThatsNotAll Section End */

/* Amazing Section Start */

.amazing-software-section1 {
    padding: 30px 0;
    background: #14152e;
}
.feature-bg {
    background: #101010;
    padding: 30px 0px 30px;
}
@media(min-width:768px){
    .amazing-software-section1 {
    background:#14152e url(https://cdn.oppyotest.com/launches/aibrandifly/agency/nothing-bg.webp) no-repeat top center;
    background-size: cover;
    padding: 100px 0;
}
.feature-bg{
    background:#101010 url(https://cdn.oppyotest.com/launches/aibrandifly/agency/feature-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 40px;
}
}

/* Amazing Section End */

/* White Section Start */

.white-section {
    /* background: #fff; */
    padding: 30px 0px;
}

.yellow-border-card {
    background: #00000008;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px 10px 0px;
    height: 100%;
}

@media(min-width:768px){
    .white-section {
        padding: 40px 0px;
    }
        .features-heading {
    position: relative;
}

        .features-heading:before{
        background: url(https://cdn.oppyotest.com/launches/aibrandifly/agency/power-icon-left.webp) no-repeat;
        position: absolute;
        width: 65px;
        height: 65px;
        top:12px;
        left:130px;
        content: '';
    }
    .features-heading:after{
        background: url(https://cdn.oppyotest.com/launches/aibrandifly/agency/power-icon-right.webp) no-repeat;
        position: absolute;
        width: 65px;
        height: 65px;
        top:12px;
        right:130px;
        content: '';
    }

    .yellow-border-card {
        border-radius: 20px;
        padding: 20px;
    }
}

/* White Section End */

/* Grey Section Start */

.grey-section {
    padding: 30px 0px;
}

@media(min-width:768px) {   
    .grey-section {
        padding: 40px 0px;
    }
    .mb-md40{
        margin-bottom: 40px !important;
    }
}

/* Grey Setion End */

/* Moneyback Section Start */

.moneyback-section {
    background: #010101;
    padding: 30px 0 30px;
}

@media(min-width:768px) {        
    .moneyback-section {
        padding: 100px 0px;
        background:#010101 url(https://cdn.oppyotest.com/launches/aibrandifly/agency/moneyback-bg.webp) no-repeat;
        background-position: top center;
        background-size: cover;
    }
}

/* Moneyback Section End */

/* Bonus Section Start */

/* Bonus Section Start */

.feature-shape {
    border-radius: 10px;
    background: var(--purple-clr);
    padding: 10px 20px;
    display: inline-block;
}

.bonus-section {
	background: #20204e;
	padding: 30px 0;
}

.bonus-section-shape {
/* display: inline-block; */
    border-radius: 10px;
    border: 1px solid #FFFFFF33;
    background: #00000008;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    height: 100%;
    padding: 20px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/aibrandifly/agency/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%;
}

@media (min-width: 768px) {
	.bonus-section {
		background:#20204e url(https://cdn.oppyotest.com/launches/aibrandifly/agency/bonus-bg.webp) no-repeat center center;
		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%;
    }
}

/* Bonus Section End */

/* Table Section Start */

.table-section {
    background: #090909;
    padding: 30px 0
}

.tablebox2 {
    background: #fff;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 20px;
	border: solid 10px #8f77fd;
}

.tbbg2 {
    background: #E2F4FF;
    padding: 30px;
    background-size: cover;
    border-radius: 8px 8px 0 0
}

.tablebox2 ul {
    padding-left: 0;
    color: #010101
}

.myfeatureslast {
    float: left;
    padding: 30px;
    width: 100%;
    min-height: 69px;
    color: #000;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border-top: 0
}

ul.grey-tick-last {
    padding: 0
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/aibrandifly/agency/vgreytick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #08041e
}

ul.grey-tick-last li:last-child {
    border-bottom: 0
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #f1f1f1;
}

ul.grey-tick-last li:nth-child(even) {
    background-color: #fff;
}

.tablebox3 {
	background-color: #fff;
	border: solid 10px #8f77fd;
	width: 100%;
	float: left;
	border-radius: 20px;
}

.tbbg3 {
    background: #212148;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 8px 8px 0 0;
}

.tablebox3 ul {
    padding-left: 0;
    color: #010101
}

ul.vgreytick {
    padding: 0
}

ul.vgreytick li {
    background:#fff url(https://cdn.oppyotest.com/launches/aibrandifly/agency/vgreytick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 18px 17px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}


ul.vgreytick li:last-child {
    border-bottom: 0
}

.myfeatureslastborder {
    float: left;
    padding: 30px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    min-height: 69px;
    background: #fff
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #2447a2;
}

.commercial{
    background: #ffffff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}

.commercial1{
    background: #FCBB2F;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}

.table-sale {
    background: url(https://cdn.oppyotest.com/launches/aibrandifly/agency/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}

.mt-top{
    margin-top: -26%;
}

@media(min-width:768px){
    .table-section {
        background:#090909 url(https://cdn.oppyotest.com/launches/aibrandifly/agency/table-bg.webp) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
		padding: 70px 0 100px 0px;
    }
    .gx-6 {
        --bs-gutter-x: 4rem
    }
    .tbbg2 {
        min-height: 235px;
        padding:50px 30px 50px 30px;
        background-size: 100% 100%;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 35px 22px
    }
    .tbbg3 {
        min-height: 235px;
        padding: 50px 30px 50px 30px;
        background-size: 100% 100%;
    }    
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 27px
    }
    .myfeatureslast {
        padding: 30px
    }
    .table-sale {
        padding: 11px 70px;

    }

    .mt-top{
        margin-top: -10.7%;
    }
}

/* Table Section End */

/* Footer Section Start */

.footer-section {
    background: #000000;
    padding: 30px 0
}

.footer-ul {
    padding: 0;
    margin: 0
}
.footer-ul a:hover{
    color: #fff;
}
.footer-ul li {
    display: inline
}

@media(min-width:768px) {
    .footer-section {
        padding: 50px 0
    }
}

/* Footer Section End */
img.size{
    max-height: 100px;
}
.features-title {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 15px;
}


.mainheadline {
    background: #181623;
    box-shadow: 0px 0px 10px 2px #00000040;
    border: 2px solid #8F77FD;
    padding: 20px 10px;
    border-radius: 10px;
    display: inline-block;
}
/* .gametext {
    border-radius: 10px 10px 0px 0px;
    background: rgba(255, 255, 255, 0.10);
    padding: 9px 20px 9px 20px;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    color: #fff;
    font-weight: 800;
    position: absolute;
    top: -48px;
    left: 12px;
} */

@media(min-width:768px){
    .mainheadline{
        background: url(https://cdn.oppyotest.com/launches/aibrandifly/agency/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 30px 45px 30px;
        /* padding: 20px 30px 30px; */
        box-shadow: unset;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    /* .mainheadline::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/aibrandifly/agency/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    } */
    /* .gametext {
        padding: 9px 30px 9px 30px;
        top: -52px;
        left: 7px;
    } */
}

/* ================================== */

.bonus-title-bg {
    background: #9958CC;
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    color: #fff;
}
/* ================================== */
/* .video-frame {
    background: url("https://cdn.oppyotest.com/launches/aibrandifly/agency/video-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px;
} */
.purple-brush {
    background: url("https://cdn.oppyotest.com/launches/aibrandifly/agency/purple-brush.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 25px;
}


img.vert-move {
    animation: mover 1s infinite  alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
.btn-gradiant {
    background: var(--purple-clr);
    padding: 10px;
    color: #fff;
}
.bottom-line {
    position: relative;
    display: inline-block;
}
.linear-text {
    background: linear-gradient(to right, #0040F2 0%, #AC37F2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (min-width: 768px){
    .bottom-line::after {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 2px;
        background: var(--theme-gradient);
    }
        .btn-gradiant {
        padding: 16px 20px;
    }
}
.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: #ffffff;
    color: #000000;
}
.btn-medium {
    padding: 0px 18px;
    font-size: 18px;
    line-height: 33px;
    border-radius: 43px;
    text-transform: uppercase;
    border: 0;
    animation: blink 1.5s linear infinite;
}

@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
}

@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}
.btn-accent:hover {
    color: #000;
}
.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%);
    }
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--purple-clr);
    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(--purple-clr);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}