/* agency-deal */

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #030D1F;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
  }

  :root{
    --theme-gradient: #ffd431;
    --theme-gradient1: #ffd431;
    --theme-gradient2: linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    --blue-clr: #1D7EEB;
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--theme-gradient);
  border-radius: 25px;
}
.red-clr {
    color: #fc0013 !important;
}
.green-clr {
    color: #16cf05;
}
.yellow-clr {
    color: #f8d13e;
}
.yellow-clr2 {
    color: #FFC633;
}
.orange-clr {
    color: #FF992E !important;
}
.white-clr {
    color: #ffffff;
}
.blue-clr {
    color: var(--theme-gradient);
}
.neon-clr{
    color: #FFCE51;
}
.clr-2{
    color: #FFCE51;
}
.clr-7{
    color: #FF5EE2;
}
.clr-4{
    color: #597EFF;
}
.theme-clr{
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-br {
    border-bottom: 3px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}
.btn-gradiant {
    background: var(--theme-gradient);
    padding: 16px 10px;
    color: #000;
}
.br-gradient {
    border-bottom: 2px dashed #fc0013;
    /* border-image: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    border-image-slice: 1;
    width: 100%; */
}
.blue-gradient{
    background: linear-gradient(90deg, #03BEE8 0%, #403FFB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black2-clr {
    color: #140014;
}
.under{
    border-bottom: 5px solid #22FFE4;
}
/* @media(min-width:768px) {
    .probtn1 a {
        font-size: 32px;
        padding: 28px 30px;
    }
} */

.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 */
.header-section {
    background: #0a0708;
    padding: 30px 0px;
}
.pre-heading {
    border-radius: 10px;
    /* border: 1px solid #5136E5; */
    background: linear-gradient(90deg, rgba(0, 89, 242, 0) 0%, rgba(0, 89, 242, 0.2) 50%, rgba(0, 89, 242, 0) 100%);
    /* backdrop-filter: blur(50px); */
    padding: 10px;
    display: inline-block;
}
.yellow-shape{
    border-radius: 10px;
    background: #FFC633;
    color: #0D0E14;
    padding: 0px 10px;  
}
.orange-shape{
    background: #1D1B1C;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.main-heading {
    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;
}
.purple-brush {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/agency/blue-shade.webp) no-repeat;
    background-size: 100% 100%;
    padding: 0 14px;
    color: #ffffff;
    display: inline-block;
}
.blue-text {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
.blue-wave {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
.believe-text{
        background: #ffffff;
        border: 1px solid rgba(255, 44, 44, 0.2);
        border-radius: 35px;
        display: inline-block;
        padding: 12px 30px;
    }

@media(min-width:768px) {
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/agency/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
    .header-section {
        background:#0a0708 url(https://cdn.oppyotest.com/launches/tubeengineai/agency/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    /* .blue-text {
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/agency/blue-shade.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 0px 15px;
        color: #fff;
    } */
    /* .pre-heading {
        padding: 10px 55px;
    } */
     .believe-text{
            padding: 12px 130px 12px 30px;
            position: relative;
        }
        .believe-text::after{
            position: absolute;
            content: url("https://cdn.oppyotest.com/launches/tubeengineai/agency/think-emoji.webp");
            top: -42px;
            right: 18px;
        }
    
    .orange-shape {
        padding: 12px 20px;
    }
    .purple-brush {
        padding: 5px 25px;
    }
}
.fifth-section {
    padding: 30px 0px;
    background: #090b0c;
}

.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/agency/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 8px 30px;
}

.thats-not-all-section {
    background: #f9f9f9;
    background-size: cover;
    padding: 30px 0px;
}

.one-time-shape {
    background: #597EFF;
    border-radius: 40px;
    padding: 9px 40px;
    display: inline-block;
    font-family: 'Caveat', cursive;
}
.amazing-software-section1 {
    background: #EFF5F9;
    padding: 30px 0;
}
@media(min-width:768px) {
    .presenting-head {
        padding: 4px 45px 13px;
    }
    .fifth-section { 
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/agency/proudlybg.webp) no-repeat center bottom;
        background-size: cover;      
        padding: 100px 0px 120px;
    }
}
@media(min-width:767px) {
    .one-time-shape {
        padding: 15px 60px;
        border-radius: 50px;
    }
    .thats-not-all-section {
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/tubeengineai/agency/white-section-bg.webp) no-repeat;
        padding: 100px 0px 100px;
        background-position: center center;
    }
    .imahe-h-300 {
        height: 400px;
    }
    .imahe-h-250 {
        height: 350px;
    }
    .amazing-software-section1 {
        background: #FCFEFF url(https://cdn.oppyotest.com/launches/tubeengineai/agency/step-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 120px;
    }
}
/********features*********/

.white-section {
    background: #f9f9f9;
    padding: 30px 0;
}
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
@media(min-width:768px) {
    .footer-section {
        padding: 70px 0px;
    }
}

/*Table CSS Start*/

.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox2 {
    /* background: #ffffff; */
    border: 10px solid #FFF0F1;
    width: 100%;
    float: left;
    border-radius: 25px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
}

.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox3 {
    width: 100%;
    float: left;
    border: 10px solid #000000;
    /* background: #200d68; */
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
}

ul.vgreytick {
    padding: 0px 0px;
}

ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/agency/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}

ul.vgreytick li:nth-child(odd) {
    background-color: #FFF0F1;
}

ul.vgreytick li:nth-child(even) {
    background-color: #fff;
}

ul.vgreytick li:last-child {
    border-bottom: 0px;
}

ul.grey-tick-last {
    padding: 0px 0px;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/agency/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
}

ul.grey-tick-last li:last-child {
    border-bottom: 0px;
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #fff;
    color: #000;
}

ul.grey-tick-last li:nth-child(even) {
    background-color: #000000;
    color: #ffffff;
}

.tbbg2{
    background: #ffffff;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.tbbg3 {
    background:#000000;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/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) {
    .tbbg2 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .tbbg3 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 20px;
    }
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 20px;
    }
    .table-sale {
        padding: 11px 70px;
    }
    .mt-top {
        margin-top: -20.80%;
    }
}

.myfeatureslast {
    float: left;
    padding: 30px;
    width: 100%;
    min-height: 69px;
    color: #000;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
}

.myfeatureslastborder {
    float: left;
    padding: 30px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    min-height: 69px;
    background: #ffffff;
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.thanks-button a:hover {
    color: #224cb0;
}

@media(min-width:768px) {
    .myfeatureslast {
        padding: 30px;
    }
    .f-md-70 {
        font-size: 70px;
    }
}

/* btn-sec start */
.btn-sec{
    background: #0b0909;
    position: relative;
    padding: 30px 0px;
    /* z-index: -1; */
}
.button-primary a{
    background: var(--theme-gradient);
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #000000 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.button-primary a:hover {
    background: var(--theme-gradient1);
    border-radius: 15px;
}
@media(min-width:768px){
    .btn-sec{
        background: #0b0909 url(https://cdn.oppyotest.com/launches/tubeengineai/agency/btn-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 80px 0px;
        
    }
        .button-primary a{
        padding: 20px 25px;
        font-size: 30px;
    }
}
/* btn-sec end */

/*Table CSS End*/

.grey-section {
    background-color:#EFF5F9 ;
    padding: 30px 0;
}

.moneyback-section {
        background: #0a0708;
        padding: 60px 0 30px 0px;
}

.table-section {
    background: #ffffff;
    padding: 30px 0px;
}
a.nothank {
    color: #EF3E3A;
    text-decoration: none;
}
@media (min-width:768px) {
    .table-section {
        background: #ffffff url(https://cdn.oppyotest.com/launches/tubeengineai/agency/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0 100px 0px;
    }

    .moneyback-section {
        background: #0a0708 url(https://cdn.oppyotest.com/launches/tubeengineai/agency/moneyback-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0 100px;
    }
}

/*-------- Responsive ------------*/

@media (min-width:768px) {
    .white-section {
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/tubeengineai/agency/white-section-bg.webp) no-repeat;
        padding: 100px 0px 100px;
        background-position: center center;
    }
    .grey-section {
        padding: 100px 0px 100px;
    }
}

.probtn1 a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out ;
    background: var(--theme-gradient);
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #000000;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 22px;
    line-height: 140%;
    position: relative;
}
.probtn1 a:hover {
    background: var(--theme-gradient1);
    text-decoration: none;
    transform: scale(1.03);
}
@media (min-width: 768px) {
    .probtn1 a {
        font-size: 34px;
        padding: 28px 20px;
    }
}



.second-section {
    padding: 30px 0px;
    background: #f9f9f9;
}
.money-text {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}

@media (min-width: 768px) {
    .second-section {
        padding: 100px 0 !important;
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/tubeengineai/agency/white-section-bg.webp) no-repeat !important;
        background-position: center center !important;
    }
    .money-text {
        padding: 0px 25px;
    }
}


.black-design {
    background: linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    padding: 15px 30px;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
    display: inline-block;
}

@media (min-width: 768px) {
    .black-design {
        padding: 15px 60px;
    }
}

.black-design .skew-normal {
    -webkit-transform: skew(200deg);
    -moz-transform: skew(200deg);
    transform: skew(200deg);
}

.footer-ul .t-decoration-none:hover {
    color: #fff;
}

.kapblue {
    color: #150de1  !important;
}
.warning-section{
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    padding: 20px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
.proudly-list-bg {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    border: 2px solid #B931FA;
    background: #080414;
}

@media(min-width:768px){
    .proudly-list-bg {
        padding: 25px;
    }
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}
.header-list-block {
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #FC001380;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
/* steps */
.steps-section {
    background: #050303;
    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;
    display: inline-block;
    /* background-image: linear-gradient(#F3F3F3,#F3F3F3), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
    height: 90%;
    padding: 20px 15px
}
.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.features-title .size {
    max-height: 50px;
}

@media (min-width: 768px){
    .steps-section {
        background: #050303 url(https://cdn.oppyotest.com/launches/tubeengineai/agency/steps-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
        margin-top: -50px;
    }
    .steps-card {
        padding: 50px 30px;
    }
}
/* Bonus Section Start */

.feature-shape {
    border-radius: 10px;
    background: var(--purple-clr);
    padding: 10px 20px;
    display: inline-block;
}

.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/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%;
}
.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/agency/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%;
    }
}

#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)";
}
/* Bonus Section End */