/* 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;
}
/* Color CSS */
:root{
    /* --theme-gradient:linear-gradient(135deg, #FFE31B, #FFF9B2);
    --theme-gradient1: linear-gradient(135deg, #FFF9B2, #FFE31B); */
    --theme-gradient:#ffd431;
    --theme-gradient1: #ffd431;
}

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: #f8d13e;
}
.yellow-clr1{
    color: #ffd431;
}
.green-clr2{
    color: #86c63a;
}
.white-clr {
	color: #fff;
}

.purple-clr1 {
    color: #7c39ff;
}

.black-clr {
	color: #010101;
}
.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%;
}
.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: #C735F7;
}

.clr-1 {
    color: #4494FF;
}

.caveat {
    font-family: 'Caveat', cursive;
}


.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;
}

/* Header Section CSS */
.pre-heading {
    background: #010101;
    border-radius: 10px;
    border: 1px solid #D2FF3F;
    backdrop-filter: blur(25px);
    padding: 10px;
    display: inline-block;
}
.header-section {
	background: #0a0708;
	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;
}
.preheadline {
    padding: 0px 10px;
    display: inline-block;
    background: linear-gradient(180deg, rgba(248, 209, 62, 0) 0%, rgba(248, 209, 62, 0.5) 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;
}
.post-head {
    background: #1D1B1C;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.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) {
	.header-section {
        background: #0a0708 url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/header-bg.webp) no-repeat top center;
	    background-size: cover;
		padding: 30px 0px 100px 0px;
	}
	.post-head{
        padding: 12px 20px;
	}
	.pre-heading {
        padding: 10px 25px;
    }
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}

.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: #000;
	border: none;
	font-weight: 700;
	width: 100%;
	font-size: 24px;
	line-height: 140%;
}

.probtn1 a:hover {
	transition: all .3s ease;
	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;
    line-height: 140%;
    display: inline-block;
    padding: 10px 20px;
    font-size: 22px;
    color: #000000 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.button-primary a:hover {
    background: var(--theme-gradient1);
            border-radius: 15px;
}
.second-section {
	padding: 30px 0px;
	background: #fff;
}
@media (min-width:768px) {
	.probtn1 a {
		font-size: 36px;
		padding: 28px 60px;
		display: inline-block;
		width: auto;
		border-radius: 10px;
	}
	                .button-primary a{
        padding: 30px;
        font-size: 30px;
    }
	.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 {
    background: #FFF1F1;
    border-radius: 20px;
    border-top: 2px solid #FC0113;
    border-right: 2px solid #FC0113;
    border-bottom: 10px solid #FC0113;
    border-left: 2px solid #FC0113;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
    height: 100%;
    /* background-image: linear-gradient(#ffffff,#ffffff),  var(--theme-gradient1);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.steps-card1 {
    display: block;
    background: #FC0013;
    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 */


/* feature start */
.steps-section {
    background: #ffffff;
    padding: 30px 0;
}
.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.features-title .size {
    max-height: 50px;
}
.features-card1 {
    background: #FFF1F1;
    border-radius: 20px;
        border-top: 2px solid #FC0113;
    border-right: 2px solid #FC0113;
    border-bottom: 10px solid #FC0113;
    border-left: 2px solid #FC0113;
    /* background-image: linear-gradient(#ffffff,#ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    height: 100%;
}
.features-card1-inner {
    padding: 20px 15px;
}
.features-card2 {
    background: #FFF1F1;
    border-top: 2px solid #FC0113;
    border-right: 2px solid #FC0113;
    border-bottom: 10px solid #FC0113;
    border-left: 2px solid #FC0113;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    border-radius: 20px;
    padding: 20px 15px;
    height: 100%;
}
@media (min-width: 768px) {
    .steps-section {
        background: #fff;
        /* background: #0a162d url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/steps-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed; */
        padding: 0px 0 100px;
    }
    .features-card1-inner {
        padding: 50px 30px;
    }
    .features-card2 {
        padding: 50px 30px;
    }
}
/* feature end */

@media (min-width: 768px) {
	.white-section,
	.grey-section {
		padding: 40px 0px;
	}
	.grey-section-last{
		padding: 40px 0px 100px;
	}
}

.moneyback-section {
	background: #0a0708;
    padding: 30px 0px;
}
.brown-frame1 {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}
.hr {
    mix-blend-mode: overlay;
}
@media (min-width: 768px) {
	.moneyback-section {
		padding: 100px 0px;
		background:  url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/prize-value.webp) no-repeat center top;
		background-size: 100% 100%;
	}
    .brown-frame1 {
        padding: 0px 25px;
    }
}

.bonus-section {
	background: #f1f1f1;
	background-size: cover;
	padding: 30px 0;
}

@media (min-width: 768px) {
	.bonus-section {
		background: #040a1f url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/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 #000000;
    /* background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    border-radius: 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-gradient1);
    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/tubeengineai/enterprise/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/tubeengineai/enterprise/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: #000000;
    padding: 30px 20px;
    border-radius: 4px 4px 0px 0px;
}

.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: #ffffff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
@media (min-width: 768px) {
	.table-section {
        background:#ffffff url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/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 {
        padding: 50px 30px 50px 30px;
        border-radius: 4px 4px 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: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 {
    padding: 30px 0px;
	background: #0a1015;
}
.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/proudly-head.webp) no-repeat center center;
    background-size: 100% 100%;
    padding: 4px 45px 13px;
    display: inline-block;
}
@media (min-width: 768px){
	.proudly-sec {
		padding: 100px 0px 100px 0px;
		background: url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/proudlybg.webp) center center no-repeat;
    	background-size: cover;
	}
}

/* Presenting Section End */

/* .feature-shape {
    border-radius: 10px;
    background: var(--theme-gradient);
    padding: 10px 20px;
    display: inline-block;
} */

.mainheadline {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    border: 2px solid #FE0C0D;
    border-radius: 10px;
    padding: 20px 10px;
    display: inline-block;
}

.typing-text {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/typing-bg.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 4px 20px;
}


@media(min-width:768px){
	.mainheadline {
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 36px 42px;
        border: unset;
        border-radius: unset;
    }

    /* .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 #FC001380 ;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient1);
    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)";
}

/*  */
.steps-card{
    width: 100%;
}

/* Bonus Section Start */

.bonus-section {
	background: #f1effb;
	padding: 30px 0;
}

.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid #FC0113;
    background: #FFF1F1;
    /* 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/tubeengineai/enterprise/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%;
}
.feature-shape {
    border-radius: 10px;
    background: #ffd431 ;
    padding: 10px 20px;
    display: inline-block;
}
@media (min-width: 768px) {
	.bonus-section {
		background: url(https://cdn.oppyotest.com/launches/tubeengineai/enterprise/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%;
    }
}

/* 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:#000000;
}
#scroll:hover {
    background: var(--theme-gradient1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}