
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #010101;
    font-size: 14px;
    /* overflow-x: hidden; */
}

/* font-family */
.caveat{
    font-family: "Caveat", system-ui;
}
.italic{
    font-style: italic;
}
.Passero {
    font-family: "Passero One", sans-serif;
}
/* font-family */

html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: var(--red-clr);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}

:root {
    --black-clr: #010101;
    --black-clr-2: #010101B2;
    --white-clr: #fff;
    --light-white: #01010199;
    --red-clr:#FC0013;
    --red-clr1:#FF3637;
    --red-clr2:#FF361D;
    --red-clr3:#FF5E4A;
    --yellow-clr: #F8D13E;
    --green-clr: #64FE4B;
    --green-clr1: #3CB006;


    --red-clr4:#FF5E4A;
    --orange-clr: #FD6D29;
    --green-clr2: #29DA19;
    --purple-clr: #8346BF;
    --teal-clr: #00BBC0;
    --theme-clr: linear-gradient(135deg, #FFE31B, #FFF9B2);
    --theme-clr-1: linear-gradient(135deg, #FFF9B2, #FFE31B);
    --light-gradient: linear-gradient(180deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
    /*--blue-clr:#358DFF;
    --yellow-clr1: #FFCB34;
    --red-clr2:#FF361D;*/
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.black-clr-2 {color: var(--black-clr-2)}
.white-clr,a.white-clr { color: var(--white-clr);}
.light-white{color: var(--light-white);}
.red-clr{color:var(--red-clr);}
.red-clr1{color:var(--red-clr1);}
.red-clr2{color:var(--red-clr2);}
.red-clr3{color:var(--red-clr3);}
.red-clr4{color:var(--red-clr4);}
.orange-clr{color:var(--orange-clr);}
.green-clr{color:var(--green-clr)}
.green-clr1{color:var(--green-clr1)}
.green-clr2{color:var(--green-clr2)}
.purple-clr{color: var(--purple-clr);}
.yellow-clr{color:var(--yellow-clr);}
.teal-clr{color:var(--teal-clr)} 

/* 
.yellow-clr1{color:var(--yellow-clr1);}
.blue-clr{color:var(--blue-clr)} */

.theme-clr{
    background: var(--theme-clr);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-br {
    border-bottom: 3px solid transparent;
    border-image: var(--theme-clr);
    border-image-slice: 1;
    width: 100%;
}
.light-gradient{
    background: var(--light-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    /* border: 5px solid #A0D3FF; */
    /* 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 */

/* fixed-bar start */
.fixed-top-bar {
    background: var(--red-clr);
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
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;
}
.leader-ul li a:hover{
    color: #ffffff;
}

.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: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: var(--black-clr);
    font-weight: 600 !important;
    transition: all .3s ease;
    animation: blink 1.5s linear infinite;
}

@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
} 
@media (min-width: 768px) {
    .fixed-top-bar {
        padding: 5px 0;
    }
     a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}
}
/* fixed-bar 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;
}

a.cta-link-btn-1 {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
    font-weight: 800;
    transition: all .3s ease;
    background: var(--neon-clr);
    border-radius: 10px;
}
a.cta-link-btn-1:hover {
    border-radius: 8px;
    background: var(--theme-clr-1);
    color: var(--white-clr);
}
.cta-btn-border {
    border: 3px dashed #000000;
    border-radius: 10px;
    padding: 0px;
}

.cta-btn-bg {
    background: url('https://cdn.oppyotest.com/launches/tubeengineai/jv/cta-btn-border.webp') no-repeat center center; 
    background-size: cover; 
    padding: 20px 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    a.cta-link-btn-1 {
        font-size: 38px;
        padding: 20px 100px;
        display: inline-block;
    }

    .cta-btn-border {
        border-radius: 13px;
        padding: 0px;
    }
    
    .cta-btn-bg {
        padding: 30px;
        border-radius: 10px;
    }
}
/*  */



/* header section start */

.theme-btn {
    background: var(--theme-clr);
    padding: 15px 16px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.theme-btn:hover {
    transition: all .3s ease;
    background: var(--theme-clr-1);
    color: var(--black-clr) !important;
}


.header-sec{
    background: #0a0708;
    padding: 130px 0px 30px;
    position: relative;
}
.pre-head {
    background: #ffffff2b;
    border: 1px solid #ffffff54;
    border-radius: 15px;
    padding: 6px 15px;
    display: inline-block;
}
.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; */
}
.yellow-text{
    background: linear-gradient(180deg, rgba(248, 209, 62, 0) 0%, rgba(248, 209, 62, 0.5) 100%);
    padding: 0 5px;
    display: inline-block;
}
.heading-gradiant{
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
.post-heading{
    background: #1D1B1C;
    border: 1px solid #ffffff54;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.header-side-box{
    background: #FFFFFF;
    border: 2px solid #FD6D294D;
    backdrop-filter: blur(100px);
    border-radius: 10px;
    padding: 20px 10px;
}
.header-ul{
    padding: 20px 15px;
    background: #1D1B1C;
    border-radius: 15px;
}
.header-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/tick.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 37px;
}
.header-ul li:last-child{
    padding-bottom: 0px;
}
.green-frame{
    background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/green-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.Exclusive-text{
    background: #151515;
    border: 1px dashed var(--red-clr);
    border-radius: 10px;
    padding: 10px;
}
.red-frame-1 {
    background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/red-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 15px;
}
@media(min-width:768px){
    .header-sec{
        background: #0a0708 url("https://cdn.oppyotest.com/launches/tubeengineai/jv/header-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 100px;
    }
    .pre-head {
        border-radius: 30px;
    }
    .main-heading{
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/main-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
    .header-ul li {
        padding: 0px 0px 30px 37px;
    }
    .purple-arrow{
        position: relative;
    }
    .purple-arrow::after{
        content: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/purple-left-arrow.webp);
        position: absolute;
        left: -85px;
        top: 18px;
    }
    .purple-arrow::before{
        content: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/purple-right-arrow.webp);
        position: absolute;
        right: -85px;
        top: 18px;
    }
    .post-heading{
        padding: 12px 20px;
    }
    .header-side-box{
        padding: 30px 28px 60px;
    }
    .Exclusive-text{
        padding: 14px;
    }
    .theme-btn {
        padding: 20px 115px;
    }
    .theme-btn:hover {
        transform: scale(1.04);
    }
    .green-frame{
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/green-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 4px 8px;
    }
}
/* header section end */

/* live section start */
.live-section{
    background: #ffffff;
}
.gradiant-box{   
    border-radius: 20px;
    /* border: 5px solid #4D7FFA4D; */
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    padding: 20px 15px;
}
.live-text{
    background: var(--theme-clr);
    border-radius: 0px 0px 10px 10px;
    /* display: inline-block; */
    padding: 10px;
}
.live-boxes{
    background: #01010180;
    border: 2px solid #FFFFFF33;
    padding: 15px;
    border-radius: 10px;
}
.lc-orange{
    color: #D99904;
}
.lc-bg-orange{
    background: #f3f3f3;
    border: 1px solid #DFDFDF;
}
.lc-sky-blue{
    color: #3A76CB;
}
.lc-bg-sky-blue {
    background: #ffffff;
    border: 1px solid #cbdbfa;
}
.live-sec-card{
    padding: 20px 13px;
    height: 100%;
}
.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 #5289EF4D;
    border-radius: 10px;
    padding: 15px;
    /*height: 100%;*/
}
.form-btn input[type="submit"] {
	text-decoration: none;
	border: none;
	color: var(--black-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-clr);
    border-radius: 10px;
    transition: all .3s ease;
}
.form-btn input[type="submit"]:hover {
    transition: all .3s ease;
    /* background: var(--theme-clr-1); */
}
.request-affiliate-1 a{
    background: var(--theme-clr);
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    /* border: 10px solid rgba(20, 220, 255, 0.2); */
    width: 100%;
    background-size: 150% 100%;
    transition: all 0.6s ease-in-out;
    outline: 0;
}
/* .request-affiliate-1{
    border: 10px solid #A6FF004D;
    border-radius: 15px;
} */
.request-affiliate-1 a:hover{
    color: #000000;
    background-position: 100% 0%;
    transition: all .3s ease;
    background: var(--theme-clr);
}
.request-affiliate a{
    background:  var(--theme-clr);
    color: #000000;
    background-size: 150% 100%;
    transition: all 0.6s ease-in-out;
    outline: 0;
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.request-affiliate a:hover{
    transition: all .3s ease;
    color: #000000;
    background: var(--theme-clr);
    background-position: 100% 0%;
}
/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  .btn-border{
    transition: ease 0.3s;
    }
    .btn-border:hover{
        transform: scale(1.03);
    }
    /* .btn-border {
        padding: 4px;
        border-radius: 10px;
        transition: ease 0.3s;
        display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #fdd03b 14%, #d544f9 19%, #6d6ffd 23%, transparent 17%);
        background-size: contain;
        animation: rotateBG 5s linear infinite;
    }
    .btn-border-1 {
        padding: 4px;
        border-radius: 10px;
        transition: ease 0.3s;
        display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #fdd03b 14%, #d544f9 19%, #6d6ffd 23%, transparent 17%);
        background-size: contain;
        background-color: #070707;
        animation: rotateBG 5s linear infinite;
    }
  
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  } */
  
  /* button border animation css end */
@media(min-width:768px){
    /* .live-section{
        background: #181737 url("https://cdn.oppyotest.com/launches/tubeengineai/jv/live-bg.webp") no-repeat center center;
        background-size: cover;
    } */
    .gradiant-box{    
        border-radius: 20px;
        padding: 30px 50px;
    }
    .live-text{
        padding: 8px 30px;
    }
    .live-boxes{
        padding: 20px 21px;
    }
    .left-live-box{
        padding: 46px 30px;
    }
    .right-live-box{
        padding: 20px 20px;
    }
    .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;
    }
    .request-affiliate-1 a{
        padding: 20px 84px;
        text-align: center;
    }
    .jvzoo-img{
        min-height: 131px;
    }

}
/* live section end */

/* step sec start */
.step-sec{
    background: #fecbcf;
}
.neon-text{
    background: #F8D13E;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 10px;
}
.step-card{
    padding: 15px 15px 25px;
    display: inline-block;
    height: 100%;
}

.step-card-1 {
    background: #D0F4FF;
    border-radius: 10px;
}
.step-card-2{
    background: #EDE5F7;
    border-radius: 10px;
}
.step-card-3{
    background: #D6F0D5;
    border-radius: 10px;
}
@media (min-width:768px) {
    .step-sec{
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/step-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .neon-text{
        padding: 0px 20px;
    }
    .step-card {
        padding: 0px 25px 25px;
        border: unset;
        border-radius: unset;
    }
    .step-card img{
        margin-top: -25px;
    }
    .step-card-1{
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/step-card-1.webp") no-repeat;
        background-size: 100% 100%;
    }
    .step-card-2{
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/step-card-2.webp") no-repeat;
        background-size: 100% 100%;
    }
    .step-card-3{
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/step-card-3.webp") no-repeat;
        background-size: 100% 100%;
    }
}
/* step sec end */

/* cta btn section start */
.cta-section {
    background: #0b0809;
}
.cta-btn-border {
    /* border: 3px dashed #FFFFFF4D; */
    border-radius: 10px;
    padding: 0px;
}
.cta-btn-bg {
    background: #0b0909;
    padding: 20px 10px;
    border-radius: 10px;
}
a.cta-link-btn {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 28px;
    font-size: 22px;
    line-height: 160%;
    color: var(--black-clr);
    font-weight: 800;
    transition: all .3s ease;
    background: var(--theme-clr);
    border-radius: 10px;
    /* border: 5px solid rgba(255, 255, 255, 0.30); */
}
a.cta-link-btn:hover{
    background: var(--theme-clr-1);
    color: var(--black-clr);
}
.purple-box{
    background: var(--purple-clr);
    border-radius: 35px;
    padding: 10px;
    display: inline-block;
}
.col-12:has(.purple-box) {
    margin-top: -60px;
}
@media (min-width: 768px) {
    .cta-section {
        background: #0b0809 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/cta-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .cta-text{
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/cta-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 9px 41px;
    }
    .cta-btn-border {
        border-radius: 13px;
        padding: 0px;
    }
    .cta-btn-bg {
        background: url('https://cdn.oppyotest.com/launches/tubeengineai/jv/cta-btn-border.webp') no-repeat center center;
        background-size: 100% 100%;
        padding: 70px 23px;
        border-radius: 10px;
    }
    a.cta-link-btn {
        font-size: 38px;
        padding: 22px 84px;
        display: inline-block;
    }
    .purple-box{
        padding: 6px 35px;
    }
    .col-12:has(.purple-box){
        margin-top: -115px;
    }
}
/* cta btn section end */

/* limited time section start */
.limited-time-sec {
    padding: 10px 0px 10px 0px;
    background: var(--red-clr);
}
/* limited time section end */

/* youtube-sec start */
.youtube-sec{
    background: #d5f5d4;
}
.youtube-text{
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.youtube-text-1{
    background: #F8D13E;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
/*  */
    .chatbot-box-1 {
        background: #FF7879;
        padding: 20px 5px;
        border-radius: 15px;
        height: 100%;
    }
   
    .chatbot-box-2 {
        background: #6BB22D;
        padding: 20px 5px;
        border-radius: 15px;
        height: 100%;
    }
     .chatbot-box-2 video {
        object-fit: contain;
        min-height: 180px;
     }
    .white-text{
        background: #FDFFFC;
        display: inline-block;
        border-radius: 10px;
        padding: 8px 15px;
    }
@media (max-width: 767px) {
    .chatbot-box-1 img{
        max-width: 150px;
    }
}
@media (min-width: 768px) {
    .youtube-sec {
        background: #d5f5d4 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/youtube-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .youtube-text{
        padding: 0px 20px;
    }
    .youtube-text-1{
        padding: 0px 18px 0px 20px;
    }
    /*  */
    .chatbot-box-1 {
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/chatbot-box-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 24px 26px 30px 10px;
        /* border-radius: 20px 0px 0px 20px; */
        position: relative;
    }
    .chatbot-box-1::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/vs-img.webp");
        top: 45%;
        right: -47px;
    }
    .chatbot-box-2 {
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/chatbot-box-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 24px 10px 24px 30px;
        /* border-radius: 0px 20px 20px 0px; */
    }
    .chatbot-box-2 video{
        object-fit: contain;
        min-height: 409px;
     }
}
/* youtube-sec end */

/* profit-sec start */
.profit-sec{
    background: #FFFFFF;
}
.profit-text{
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .profit-sec {
        background: #FFFFFF url(https://cdn.oppyotest.com/launches/tubeengineai/jv/profit-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .profit-text{
        padding: 0px 15px;
    }
}
/* profit-sec end */

/* channel-sec start */
.channel-sec{
    background: #010101;
}
.channel-text{
    background: #FC0113;
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.channel-box{
    background: #FFFFFF;
    border: 2px solid #FC01134D;
    box-shadow: 0px 10px 20px 0px #0000004D;
    padding: 0px 20px 20px;
    border-radius: 20px;
}
.title{
    background: #FC0113;
    border-radius: 16px;
    padding: 0 16px;
    display: inline-block;
    /* margin-top: -10px; */
}
/* div:has(.title){
    margin-top: -8px;
} */
.sub-text{
    background: #6BB22D;
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0 20px
}
.why-text{
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 2px dashed #FFFFFF;
    display: inline-block;
    padding: 0 20px;
}

.channel-black-box{
    padding: 15px 5px 15px;
    z-index: 1;
    position: relative;
}
.channel-black-box::after{
    position: absolute;
    content: '';
    border-radius: 20px;
    background: #FFFFFF1A;
    border: 2px solid #FC01134D;
    backdrop-filter: blur(20px);
    height: 100%;
    width: 100%;
    max-width: 1270px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media (min-width: 768px) {
    .channel-sec {
        background: #010101 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/channel-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .channel-text{
        padding: 0px 20px;
    }
    .why-text{
        padding: 0 34px;
    }

    .channel-black-box{
        padding: 0px 0px 40px;
    }
    /* .channel-black-box::after{
        border: unset;
        border-radius: unset;
    } */
}
/* channel-sec end */

/* future-sec start */
.future-sec{
    background: #FFF1EC;
}
.future-text {
    background: #F8D13E;
    border: 2px dashed #e6b500;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.future-text-1 {
   background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.fu-frame{
    background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/fu-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
    position: relative
}
@media (min-width: 768px) {
    .future-sec{
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/future-bg.webp") no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .future-text {
        padding: 0px 20px;
    } 
    .future-text-1 {
        padding: 0px 25px;
    } 
}
/* future-sec end */

/* ultimate-sec start */
.ultimate-sec{
    background: #000000;
}
.ultimate-text {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 3px dashed #140207;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 15px;
}
.pd-box{
    padding: 10px;
    height: 100%;
    border-radius: 20px;
}
.ind-box {
    background: #FFFFFF1A;
    border: 2px solid #6C6C6C80;
    backdrop-filter: blur(10px);
    /* box-shadow: 0px 0px 50px 0px #FFFFFF4D inset; */
}
@media (min-width: 768px) {
    .ultimate-sec{
        background: #000000 url("https://cdn.oppyotest.com/launches/tubeengineai/jv/ultimate-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .ultimate-text {
        padding: 10px 30px;
    } 
   .pd-box{
        padding: 40px 30px 0px;
    }
    .features-heading{
        position: relative;
    }
    .features-heading:before{
       background: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/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/tubeengineai/jv/power-icon-right.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       right:130px;
       content: '';
   }
}
/* ultimate-sec end */

/* without-sec start */
.without-sec{
    background: #fff0f0;
}
.without-text{
    background: #FFFFFF;
    border: 1px dashed var(--red-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.without-box{
    display: flex;
    gap: 10px;
    align-items: center;
    background: #FFFFFF;
    border: 2px solid var(--red-clr);
    border-radius: 10px;
    padding: 5px 10px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #fff0f0 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/without-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .without-text{
        padding: 5px 20px;
    }
    .without-box{
        padding: 4px 15px;
        min-height: 67px;
    }
}
/* without-sec end */

/* final sec start */
.final-sec {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #FFFFFF 100%);
}
.final-shape {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 2px dashed #FFFFFF;
    padding: 15px 0px;
    border-radius: 10px;
}
.final-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px 10px;
    height: 100%;
    position: relative;
}
.final-card::before {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/final.webp) no-repeat;
    content: '';
    position: absolute;
    width: 150px;
    height: 80px;
    top: 50px;
    left: 25px;
}
.final-card.card-1{
    border: 2px solid #10A37F;
    box-shadow: 14px 14px 12px 0px #10A37F26;
}
.final-card.card-2{
   border: 2px solid #CC2AF1;
   box-shadow: 14px 14px 12px 0px #CC2AF126;
}
.final-card.card-3{
    border: 2px solid #FF882E;
    box-shadow: 14px 14px 12px 0px #FF882E26;
}
.final-card.card-4{
   border: 2px solid #3E57DA;
   box-shadow: 14px 14px 12px 0px #3E57DA26;
}
.final-card.card-5{
   border: 2px solid #0076D0;
   box-shadow: 14px 14px 12px 0px #0076D026;
}
.final-card.card-6{
    border: 2px solid #5EC9FF;
    box-shadow: 14px 14px 12px 0px #5EC9FF26;
}
.final-card.card-7{
    border: 2px solid #9FB7EF;
    box-shadow: 14px 14px 12px 0px #9FB7EF26;
}
.final-card.card-8{
    border: 2px solid #852CFF;
    box-shadow: 14px 14px 12px 0px #852CFF26;
}
.final-card.card-9{
    border: 2px solid #010101;
    box-shadow: 14px 14px 12px 0px #01010126;
}
 .final-card span{
        background: #FF361D;
        border-radius: 7px;
        padding: 2px 7px;
        display: inline-block;
    }
@media (min-width: 768px) {
    .final-sec {
        background: #FFFFFF url("https://cdn.oppyotest.com/launches/tubeengineai/jv/final-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .final-shape {
        padding: 10px 100px 10px 50px;
        display: inline-block;
        position: relative;
    }
    .final-shape:after {
        content: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/final-vector.webp");
        top: -21px;
        right: -66px;
        position: absolute;
    }
    .final-card {
        padding: 67px 20px 50px;
        position: relative;
    }
    .final-card span{
        background: #FF361D;
        border-radius: 7px;
        padding: 2px 7px;
        display: inline-block;
    }
    .final-card::after {
        content: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/final-sad-emoji.webp");
        position: absolute;
        top: -50px;
        right: -25px;
    }
}
/* final sec end */

/* viral-sec start */
.viral-sec{
    background: #fff0f0;
}
.viral-text, .viral-text-1{
    background: #F8D13E;
    border: 2px dashed var(--white-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.viral-box{
    display: flex;
    gap: 10px;
    align-items: center;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
}
.viral-1{
    border: 2px solid #F49A49;
}
.viral-2{
   border: 2px solid #265CC3;
}
.viral-3{
   border: 2px solid #5B3CFF;
}
.viral-4{
    border: 2px solid #F53252;
}
@media (min-width: 768px) {
    .viral-sec {
        background: #fff0f0 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/viral-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .viral-text{
        padding: 5px 25px;
    }
    .viral-text-1{
        padding: 0 78px 0 25px;
        position: relative;
    }
    .viral-text-1::after {
        content: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/cash-icon.webp");
        position: absolute;
        top: -25px;
        right: -60px;
    }
    .viral-box{
        gap: 20px;
        padding: 20px;
    }
}
/* viral-sec end */

/* gold-sec start */
.gold-sec{
    background: #ffffff;
}
.gold-text{
   background: #F8D13E;
    border: 4px dashed #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
.gold-box{
    /* display: inline-block; */
    padding: 20px 10px;
    border-radius: 10px;
    backdrop-filter: blur(50px);
    height: 100%;
}
.gold-1{
    background: #CEFFDA;
    border: 1px solid  #33D459;
    border-right: 5px solid #33D459;
    border-bottom: 5px solid #33D459;
}
.gold-2{
    background: #96A1FF1A;
    border: 1px solid  #96A1FF;
    border-right: 5px solid #96A1FF;
    border-bottom: 5px solid #96A1FF;
}
.gold-3{
    background: #FFE4E5;
    border: 1px solid  #FF282F;
    border-right: 5px solid #FF282F;
    border-bottom: 5px solid #FF282F;
}
.gold-4{
    background: #FFF3DB;
    border: 1px solid  #FFB930;
    border-right: 5px solid #FFB930;
    border-bottom: 5px solid #FFB930;
}
.gold-5{
    background: #ffffff;
    border: 1px solid  #1A4AA8;
    border-right: 5px solid #1A4AA8;
    border-bottom: 5px solid #1A4AA8;
}
.gold-6{
    background: #DBFFF8;
    border: 1px solid  #16B192;
    border-right: 5px solid #16B192;
    border-bottom: 5px solid #16B192;
}
@media (min-width: 768px) {
    .gold-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/tubeengineai/jv/gold-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .gold-text{
        padding: 10px 30px;
    }
    .gold-box{
        border-radius: 20px;
        padding: 20px;
    }
}
/* gold-sec end */

/* star-sec start */
.star-sec{
    background: #FBE9E2;
}
.star-text{
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
.star-list li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/star-list.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 55px;
}
.star-text-2{
    background: #F8D13E;
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .star-sec{
        background: #FBE9E2 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/star-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .star-text{
        padding: 0px 26px;
    }
    .star-list li {
    padding: 0px 0px 30px 55px;
    }
    .star-text-2{
        padding: 0 20px;
    }
}
/* star-sec end */

/* million-sec start */
.million-sec{
    background: #0e0204;
}
.million-text{
    background: #FC0113;
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .million-sec{
        background: #0e0204 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/million-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .million-text{
        padding: 0 34px;
    }
}
/* million-sec end */

/* turn-sec start */
.turn-sec{
    background: #ffffff;
}
.turn-text{
    background: #FC0113;
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0 10px;
}
.turn-box{
    background: #F8D13E;
    box-shadow: 0px 5px 25px 0px #19512280;
    padding: 10px 10px 5px;
    border-radius: 20px;
}
.turn-box img{
    border-radius: 15px 15px 0 0;
}
@media (min-width: 768px) {
    .turn-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/tubeengineai/jv/turn-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .turn-text{
        padding: 0 29px;
    }
}
/* turn-sec end */

/* freelancer-sec start */
.freelancer-sec{
    background: #070002;
}
.freelancer-sec-1{
    background: #070002;
}

.freelancer-text{
    background: #F8D13E;
    border: 2px dashed #FFFFFF;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 10px;
}
.freelancer-text-1{
    background: #FA0113;
    border: 2px dashed #FFFFFF;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .freelancer-sec {
        background: #070002 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/freelancer-bg.webp) no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
    }
    .freelancer-text{
        padding: 0px 31px;
    }
    .freelancer-sec-1 {
        background: #070002 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/freelancer-bg-1.webp) no-repeat bottom center;
        background-size: cover;
    }
    .freelancer-text-1{
        padding: 10px 71px 10px 40px;
        position: relative;
    }
    .freelancer-text-1::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/think-emoji-1.webp");
        top: -5px;
        right: -25px;
    }
}
/* freelancer-sec end */

/* expensive-section start */
.expensive-section{
    background: linear-gradient(180deg, #FFF1F1 0%, #FFF1F1 97.68%);
}
.expensive-text{
    background: #FC0113;
    border-radius: 8px;
    border: 2px dashed #FFFFFF;
    display: inline-block;
    padding: 0 10px;
}
.ex-card {
    background: #FFF1F1;
    border: 1px solid #FC0113;
    border-radius: 20px;
    padding: 20px 15px;
}
@media(min-width:768px){
    .expensive-section{
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/expensive-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 120px 0 137px;
    }
    .ex-sec{
        padding: 50px 0 100px;
    }
    .expensive-text{
        padding: 0 42px 0 18px;
        position: relative;
    }
   .expensive-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/think-emoji.webp");
        top: -22px;
        right: -25px;
    }
    .ex-card {
        padding: 50px 29px;
    }
}
/* expensive-section end */

/* not-anymore-sec start */
.not-anymore-sec{
   background: #C3FF6E33;
}
.not-anymore-sec-card{
    border-radius: 100px;
    border: 1px solid rgba(255, 44, 44, 0.5);
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}
.notanymore-text {
    padding: 10px 20px;
    background: #F8D13E;
    border: 2px dashed #FFFFFF;
    display: inline-block;
    position: relative;
}
.not-red-text{
    background: #FC0113;
    border: 1px dashed #FFFFFF;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    /* .not-anymore-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/tubeengineai/jv/not-anymore-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 130px;
    } */
    .not-anymore-sec-card{
        padding: 20px 14px;
    }
    .notanymore-text {
        padding: 10px 40px 10px 140px;
    }
    .notanymore-text::after {
        content: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/excited-emoji.webp);
        position: absolute;
        top: 40px;
        left: 40px;
        transform: translateY(-50%);
    }
}
/* not-anymore-sec end */

/* proudly-section start */
.proudly-sec{
    background: #0b0402;
    padding: 30px 0px;
}
.presenting-head{
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #FB0012;
    backdrop-filter: blur(4px);
    display: inline-block;
    padding: 8px 26px;
}
@media (max-width: 767px) {
    .proudly-logo{
        max-height: 90px;
    }
}
@media (min-width: 768px) {
    .proudly-sec {
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/proudlybg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 120px;
        position: relative;
    }
    .presenting-head {
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/presenting-frame.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 4px 45px 14px;
    }
}
/* proudly-section end */

/* step-sec start */
.step-sec-1{
    background: #ffffff;
}
.easy-step {
    background: #FC0013;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px 4px;
    position: relative;
}
/* steps-card */
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: #23A1F4;
}
/* .heading-tabs:not(.collapsed) .steps-card{
    border-color: var(--purple-clr);
} */
.steps-card .steps-icon{
    min-width: 80px;
    min-height: 80px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out;
    border: 2px solid transparent;
    padding: 20px;
    margin-bottom: 20px;
}

.steps-tabs{
    /* height: 750px; */
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border: 1px solid #FD6D29;
}

@media (min-width: 768px) {
    .step-sec-1 {
        background: #fff url("https://cdn.oppyotest.com/launches/tubeengineai/jv/step-bg-1.webp") no-repeat center center;
        background-size: cover;
    }
    .easy-step {
        padding: 0px 22px 3px 22px;
        position: relative;
    }
    .easy-step::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/click-hand-icon.webp");
        top: 26px;
        right: -60px;
    }
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
}
/*  */

.steps-card p{
    /* color: #101010; */
    color: rgb(25 25 25 / 78%);
    text-align: left;
}

.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #FD6D29;
    /* background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/step-frame.webp") no-repeat;
    background-size: 100% 100%; */
    padding: 40px 30px;
}
.nav-link.active .steps-card{
    border: 1px solid #FC001380
}
.nav-tabs .nav-link.active .steps-card {
    background: #FFF0DD80 !important;
}
.heading-tabs{
    /* background: rgba(153, 88, 204, 0.10);  */
    background: transparent; 
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    border-radius: 20px;
}
.cleint-frame {
    border: 5px solid #FC001380;
    background: #fc0013;
    border-radius: 12px;
}
/* step-sec end */

/* demo sec start */
.demo-sec{
    background: #fff0f0;
    overflow: hidden;
}
.purple-shade{
    background: #F8D13E;
    border: 2px dashed #FFFFFF;
    padding: 0px 15px;
    border-radius: 30px;
}
.border-frame{
    background: #FC00131A;
    border: 2px solid #FC001333;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
.tons-border {
    border-radius: 15px;
    background: #fff;
    backdrop-filter: blur(20px);
    border: double 1px var(--red-clr);
    display: flex;
    padding: 15px 10px;
    gap: 15px;
    align-items: center;
}
@media (min-width: 768px) {
    .demo-sec{
        background: #fff0f0 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/demo-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/demo-video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px;
        border-radius: 0;
        border: unset;
        backdrop-filter: unset;
    }
    .purple-shade{
        padding: 0px 45px;
    }
    .tons-border {
    padding: 15px;
}
}

/* demo sec end */

/* deep-funnel start */
.deep-funnel-sec {
   background: #ffffff;
}
.funnel-box {
    box-shadow: 0px 0px 10px 0px #fc001329 inset;
    background: #fc001314;
    border: 2px solid #FC00134D;
    border-radius: 15px;
    padding: 15px;
}
.funnel-inner {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 0;
}
.funnel-box-bundle {
    box-shadow: 0px 0px 10px 0px #fc001329 inset;
    background: #fc001314;
    border: 2px solid #FC00134D;
    border-radius: 15px;
    padding: 15px;
    min-height: 300px;
    /* height: 100%; */
}
.funnel-inner-bundle {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 0;
    min-height: 350px;
}

/* .funnel-inner-bundle {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 0;
    display: flex;
    min-height: 378px;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
} */
@media(min-width:768px){
    /* .deep-funnel-sec{
        background: #0d0e14 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/funnel-bg.webp) no-repeat center center;
        background-size: cover;
    } */
     .funnel-box-bundle {
        min-height: 400px;
}
     .funnel-inner-bundle {
        min-height: 378px;
    }
}
/* deep-funnel end */

/* prize sec start */

.prize-value {
    background: #010122;
}
@media (min-width: 768px) {
    .prize-value {
        background: #ffffff url(https://cdn.oppyotest.com/launches/tubeengineai/jv/prize-value.webp) no-repeat top center;
        background-size: cover;
        /* position: relative;
        z-index: -1;
        padding: 203px 0 97px; */
    }
}
/* prize sec end */

/* contest-sec start */
.contest-sec{
    background: #ffffff;
}
.purple-box-1{
    background: #FC00131A;
    border: 1px solid #FC00134D;
    box-shadow: 0px 0px 10px 0px #FC00131A;
    display: inline-block;
    border-radius: 40px;
    padding: 20px;
}
/* contest-sec end */

/* prise table */

@media (max-width:767px) {
    .prise-table-1{
        /* background: #D9D9D9;
        border: 10px solid #fff; */
        background: #6797ef24;
        border: 2px solid var(--red-clr);
        border-radius: 40px;
        padding: 32px 32px 50px 31px;
        position: relative;
    }
    .contest-text{
        background-color: #252525;
        border-radius: 100px;
        margin-top: -59px;
        height: 100%;
    }
    
    .trophy-1{
        background-color: var(--red-clr);
        border-radius: 20px;
        padding: 3px 0px;
        position: relative;
    }
    .tropfy-img {
        position: absolute;
        left: 32px;
        top: -2px;
        width: 50px;
        height: 55px;
    }
    
    .tropfy-img-1 {
        position: absolute;
        left: 39px;
        top: -1px;
        width: 44px;
        height: 50px;
    }
    
    .tropfy-img-2 {
        position: absolute;
        left: 39px;
        top: 0px;
        width: 42px;
        height: 48px;
    }
    
    .tropfy-img-3 {
        position: absolute;
        left: 46px;
        top: 7px;
        width: 35px;
        height: 35px;
    }
    
    .tropfy-img-4 {
        position: absolute;
        left: 46px;
        top: 7px;
        width: 35px;
        height: 35px;
    }

    .prise-table-2{
        /* background: #FDEFDF;
        border: 10px solid #fff; */
        background: #6797ef24;
        border: 2px solid #8F77FD4D;
        border-radius: 40px;
        padding: 32px 22px 35px 22px;
        position: relative;
    }
    .note-text{
        background-color: #F1A545;
        display: inline-block;
        padding: 11px 102px;
        border-radius: 20px;
    }
    }

.camle-clr{
    color: #F1A545;
}

@media (min-width:768px) {
   .prise-table-1 {
        box-shadow: 0px 0px 10px 0px #FC00131A;
        background: #FC00131A;
        border: 2px solid #FC00134D;
        border-radius: 40px;
        padding: 65px 32px 50px 31px;
        position: relative;
    }
    .prise-table-2{
        /* background: #FDEFDF;
        border: 10px solid #fff; */
        background: #FC00131A;
        border: 2px solid #FC00134D;
        border-radius: 40px;
        padding: 65px 30px 30px 20px;
        position: relative;
    }
    .contest-text{
        background-color: #252525;
        border-radius: 100px;
        margin-top: -92px;
        height: 100%;
    }
    .trophy-1{
        /* background-color: #2346A1; */
        background-color: var(--red-clr);
        border-radius: 20px;
        padding: 10px 0px;
        position: relative;
    }
    
.tropfy-img {
    position: absolute;
    left: 54px;
    top: -10px;
}

.tropfy-img-1 {
    position: absolute;
    left: 46px;
    top: -8px;
}

.tropfy-img-2 {
    position: absolute;
    left: 39px;
    top: -6px;
}

.tropfy-img-3 {
    position: absolute;
    left: 46px;
    top: 18px;
}

.tropfy-img-4 {
    position: absolute;
    left: 35px;
    top: 18px;
}

.note-text{
    background-color: #F1A545;
    display: inline-block;
    padding: 11px 102px;
    border-radius: 20px;
}
}
/* prise section end */

/* performer sec start */
.performer-sec{
    background: #FFF0F1;
}
.performer-text{
    background: var(--blue-clr);
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 10px;
}
.promote-card{
    background: #ffffff;
    border: 1px solid var(--red-clr);
    border-radius: 20px;
    align-content: center;
    padding: 30px 20px;
    height: 100%;
}
.promote-card2{
    background:url(https://cdn.oppyotest.com/launches/tubeengineai/jv/promote-card2.webp) no-repeat ;
    background-size: 100% 100%;
    padding: 30px 20px;
}
.promoate-card-text{
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/jv/promote-tick.webp) no-repeat;
    padding: 0px 0px 0px 40px;
    background-position: 0px 0px;
}
.performer-text {
    padding: 0px 10px;
    position: relative;
}
/* @media(min-width:768px){
    .performer-sec{
        background: #010101 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/performer-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
} */
/* performer sec end */

/* Reciprocate Section Start */
.reciprocate-sec{
    background: #000000;
}
.logo-box{
    background: #ffffff;
    border-radius: 10px;
    padding: 13px 20px;
    align-content: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    height: 100%;
}
.reciprocate-text{
    background: var(--red-clr);
    display: inline-block;
    padding: 0px 15px;
    border-radius: 30px;
}
@media(min-width:768px){
    .reciprocate-sec{
        background: #000000 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/reciprocate-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .logo-box{
        padding: 13px 35px;
    }
    .reciprocate-text{
        padding: 0px 25px;
    }
}

/*  */

/* logos sec start */
.logos-sec{
    background: #FFF0F1;
}
.logos-text{
    background:#ffffff;
    border: 1px dashed var(--red-clr);
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}
.launch-box{
    background: var(--red-clr);
    border-radius: 10px 10px 0px 0px;
    padding: 20px ;
}

.launch-border{
    border: 1px solid var(--red-clr);
     border-radius: 0px 0px 10px 10px;
}
.launch-border img{
    border-radius: 0px 0px 10px 10px;
}
@media(min-width:768px){
    /* .logos-sec{
        background: #FFF0F1 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/logos-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    } */
    .logos-text {
        padding: 0px 20px;
    }
}
/* logos sec end */

/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: #FFF0F1;
}
.inside-text {
    background: #FF0000;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media(min-width:768px){
    .contact-section{
        background: #FFF0F1 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/contact-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px;
    }
    .inside-text {
        border-radius: 100px;
        display: inline-block;
        padding: 11px 90px 9px 30px;
        position: relative;
    }
    .inside-text::after {
        content: url("https://cdn.oppyotest.com/launches/tubeengineai/jv/phone-call.webp");
        position: absolute;
        top: -20px;
        right: -50px;
    }
}
/*  Contact Section end */

/* term-sec start */
.term-sec{
    background: #FFF0F1;
}
/* @media(min-width:768px){
    .term-sec{
        background: #0B0C12 url(https://cdn.oppyotest.com/launches/tubeengineai/jv/term-bg.webp) no-repeat center center;
        background-size: cover;
    }
} */
/* term-sec end */



/* 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 100px;
    }
}

/* Footer Section End */

/* video mute/unmute css */
.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mute-toggle {
    position: absolute;
    top: 13px;
    right: 8px;
    z-index: 10;
    background-color: var(--yellow-clr);
    border: none;
    border-radius: 50%;
    padding: 12px 13px 12px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.mute-toggle:hover {
  background-color: var(--white-clr);
}



/* bttn css */
.play-btn {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--red-clr);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s;
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0
    }
}
/* Button Hidden when Playing */
.hide {
    opacity: 0;
    pointer-events: none;
}

/* Play/Pause Icons */
.play-btn i {
    color: white;
    font-size: 30px;
}
.fu-frame video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
}
@media (min-width: 768px) {
     .play-btn {
        top: 50%;
    }
  .play-btn {
        /* left: 27%; */
        width: 60px;
        height: 60px;
    }
}




/* slider up start */
.bx-wrapper {
    border: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    max-width: auto !important;
}
.bx-viewport {
    position: relative !important;
}
.bxslider {
    background: transparent !important;
    color: var(--yellow-clr);
    text-align: center;
    padding: 0;
    margin: 0;
    border: 0px !important;
    font-weight: 800;
    position: relative;
}
.bxslider li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    line-height: 32px;
    text-align: center;
}
.typing-text {
    width: 100%;
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: start;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
    .typing-text {
        color: var(--yellow-clr);
    /* width: 540px; */
            width: 530px;
}
}
/* slider up end */



 /* countdown css start */
  .countdown, .countdown-1 {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .countdown div {
    background: #111;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    min-width: 60px;
} 
.countdown-1 div {
    background: #ffffff;
    color: #000000;
    padding: 10px;
    border-radius: 10px;
    min-width: 60px;
} 
.countdown span,  .countdown-1 span {
    display: block;
    font-size: 25px;
    font-weight: bold;
}
.countdown-1 p {
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}
.countdown p {
    color: #999;
    font-size: 12px;
}
.countdown span.animate {
    animation: pop 0.5s ease;
  }
  .countdown-1 span.animate {
    animation: pop 0.5s ease;
  }
  @keyframes pop {
    0% {
      transform: scale(1.4);
      opacity: 0.5;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  .shake {
    animation: shake 0.4s infinite;
  }
  
  @keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0); }
  }
  .timer-bg{
    background: linear-gradient(90deg, #406cf752 40%, #ff6b8645 100%);
    border-radius: 5px;
    padding: 10px;
}
  @media (min-width: 768px){
    .countdown p, .countdown-1 p {
        font-size: 15px;
    }
    .countdown-1 div {
        padding: 10px 20px;
        min-width: 80px;
      }
      .countdown div {
        padding: 10px 20px;
        min-width: 80px;
      }
      .countdown span, .countdown-1 span {
        font-size: 32px;
      }
      .timer-bg{
        padding: 30px;
    }
  }

  /* countdown css end */