html {
    scroll-behavior: smooth;
}

body {
    font-family: "Roboto", sans-serif;
    color: #000000;
    font-size: 14px;
    overflow-x: hidden;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: var(--blue-clr);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}
.rocknroll{
  font-family: "RocknRoll One", sans-serif;
}
.roboto-s {
  font-family: "Roboto Serif", serif;
}
.Passero{
    font-family: "Passero One", sans-serif;
}
.caveat{
    font-family: "Caveat", system-ui;
}
:root {
    --black-clr:#000000;
    --white-clr: #fff;
    --light-grey: #f1f1f1;
    --light-white: #00000099;
    --orange-clr: #FF7E4E;
    --orange-clr-1: #FFA600;
    --blue-clr:#4E5DFF;
    --red-clr:#FF373C;
    --red-clr-1:#FF0000;

    --green-clr: #28B800;
    --green-clr1:#49BF35;
    --purple-clr: #B173FF;
    --grey-clr:#555555;
    --yellow-clr: #FFD641;

    --theme-clr: linear-gradient(106.05deg, #FF7E4E 10.13%, #4151FF 92.03%);
    --theme-clr-1: linear-gradient(269.49deg, #FFA600 -2.64%, #FFA600 22.21%, #FF0004 91.59%);
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.white-clr,
a.white-clr {color: var(--white-clr);}
.light-grey{color: var(--light-grey);}
.light-white{color: var(--light-white);}
.blue-clr{color:var(--blue-clr);}
.orange-clr{color:var(--orange-clr);}
.orange-clr-1{color:var(--orange-clr-1);}
.red-clr{color:var(--red-clr);}
.red-clr-1{color:var(--red-clr-1);}


.purple-clr {color: var(--purple-clr);}
.green-clr{color:var(--green-clr)}
.green-clr1{color:var(--green-clr1)}
.grey-clr{color:var(--grey-clr);}
.yellow-clr{color:var(--yellow-clr);}

.theme-clr{
    background: var(--theme-clr);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-clr-1{
    background: var(--theme-clr-1);
    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 */
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;
}


/* fixed-bar start */
.fixed-top-bar {
    background: var(--blue-clr);
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
ul.leader-ul-top {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul-top li {
    display: inline-block;
    padding: 0px 10px;
    /* font-weight: 500; */
    color: var(--white-clr);
}
.leader-ul-top li a {
    position: relative;
    transition: all .5s;
}
.leader-ul-top li a {
    position: relative;
    transition: all .5s;
}
a.affiliate-link-btn-1 {
    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: top-blink 1.5s linear infinite;
}
@keyframes top-blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
} 
@media (min-width: 768px) {
    .fixed-top-bar {
        padding: 8px 0;
    }
    a.affiliate-link-btn-1 {
        padding: 10px 20px !important;
        font-size: 20px;
    }
}
/* fixed-bar end */

/* theme-btn start */
.theme-btn {
    background: var(--theme-clr);
    padding: 15px 14px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
    background-size: 100% 100%;
    border: 5px solid #FFFFFF;
}
.theme-btn:hover {
    transition: all .3s ease;
    /* background: var(--theme-clr-1); */
    background-size: 150% 150%;
}
@media(min-width:768px){
    .theme-btn {
        padding: 29px 64.5px;
    }
}
/* theme-btn end */

/* header section start */
.header-sec{
    background: linear-gradient(180deg, #FFFFFF 57.31%, #FFBFB7 130.78%);
    padding: 150px 0px 30px;
}
.pre-head {
    padding: 10px 15px;
    background: #FF7E4E1A;
    border: 1px dashed var(--orange-clr);
    border-radius: 10px;
    display: inline-block;
}
.main-head{
    background: #FFFFFF;
    border: 2px solid var(--black-clr);
    border-bottom: 5px solid var(--black-clr);
    border-radius: 30px;
    padding: 20px 15px;
    display: inline-block;
}
.minute-text{
    background: var(--theme-clr);
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
}
.post-text {
    background: linear-gradient(104.56deg, rgba(255, 126, 78, 0.2) 8.14%, rgba(65, 81, 255, 0.2) 91.81%);
    border: 1px dashed var(--orange-clr);
    display: inline-block;
    border-radius: 10px;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    gap: 5px;
}
/* date-css */

.header-date-box {
    background: linear-gradient(180deg, #FF7E4E1A 0%, #FF7E4E1A 100%);
    border-bottom: none;
    padding: 20px;
    border-radius: 30px;
    position: relative;
}
.main-date-1 {
    /* background: url(../images/date-frame-1.webp) no-repeat;
    background-size: 100% 100%; */
    background: linear-gradient(103.03deg, #0BAEFF 6.55%, #0789C9 94.94%);
    border-radius: 20px;
    padding: 20px 14px 15px;
}
.launch-start {
    background: #ffffff;
    border: 2px solid var(--blue-clr);
    padding: 7px 34px;
    display: inline-block;
    border-radius: 100px;
}
.time-box-1 {
    background: #ffffff;
    padding: 11px 12px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px #0000004D;
}
.launch-end {
    background: #ffffff;
    border: 2px solid var(--red-clr);
    padding: 9px 33px;
    display: inline-block;
    border-radius: 100px;
}
.main-date-2 {
    /* background: url("../images/date-frame-2.webp") no-repeat;
    background-size: 100% 100%; */
    background: linear-gradient(180deg, #FF0C04 0%, #830400 100%);
    border-radius: 20px;
    padding: 20px 15px 15px;
}
.time-box-2 {
    background: #ffffff;
    padding: 11px 8px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px #0000004D;
}
.mt-top {
    margin-top: -45px;
}
@media(min-width:768px){
    .header-sec{
        background: url("../images/header-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 100px 0px 180px;
    }
    .pre-head {
        padding: 12px 25px;
        border-radius: 100px;
    }
    .main-head{
        border-radius: 30px;
        padding: 58px 56px 54px;
    }
    .minute-text{
        background: url("../images/minute-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 2px 11px 10px;
    }
    .post-text{
        padding: 5px 18px;
    }

    .header-date-box {
        padding: 60px 50px 40px;
    }
}
/* header section end */

/* worrior-card start */
.worrior-sec{
    background: linear-gradient(180deg, #FFFFFF 57.31%, #FFBFB7 130.78%);
}
.worrior-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 50px -10px #FF7E4E inset;
    border: 1.5px solid var(--orange-clr);
    border-radius: 30px;
    padding: 30px 20px 30px;
    display: inline-block;
}
.request-affiliate-1{
    display: inline-block;
}
.request-affiliate-1 a {
    background: var(--orange-clr-1);
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 14px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.request-affiliate-1 a:hover{
    color: #fff;
    transform: scale(1.05);
    transition: all .3s ease;
}
.request-affiliate-1 a::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s;
    background: var(--theme-clr-1);
    color: #ffffff;
    border-radius: 0 0 40% 40%;
}
@media (min-width:768px) {
    /* .worrior-sec{
        background: url("../images/worrior-bg.webp") no-repeat center center;
        background-size: cover;
    } */
    .worrior-card{
        padding: 50px;
    }
    .request-affiliate-1 a {
        padding: 20px 64px;
    }
    .request-affiliate a {
        font-size: 20px;
        padding: 15px 20px;
        display: inline-block;
        width: auto;
    }
}
/* worrior-card end */

/* step sec start */
.step-sec{
    background: #FFFFFF;
}
.step-text {
    background: linear-gradient(106.05deg, rgba(255, 126, 78, 0.1) 10.13%, rgba(65, 81, 255, 0.1) 92.03%);
    border: 1px solid var(--orange-clr);
    display: inline-block;
    padding: 10px 12px;
    border-radius: 30px;
}
.step-card-1{
    background: url("../images/step-card-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 85px 25px 55px;
    display: inline-block;
}
.step-card-2{
    background: url("../images/step-card-2.webp") no-repeat;
    background-size: 100% 100%;
    padding: 85px 25px 55px;
    display: inline-block;
}
.step-card-3{
    background: url("../images/step-card-3.webp") no-repeat;
    background-size: 100% 100%;
    padding: 85px 25px 55px;
    display: inline-block;
}
@media (min-width:768px) {
    .step-sec{
        background: url("../images/step-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .step-text{
        background: url("../images/step-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 114px 20px 30px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .step-text::after {
        position: absolute;
        content: url("../images/click-icon.webp");
        top: 15px;
        right: -5px;
    }
    .step-card-1{
        padding: 110px 36px 200px;
    }
    .step-card-2{
        padding: 90px 36px 136px;
    }
    .step-card-3 {
        padding: 104px 36px 142px;
    }
    .mt-md156{
        margin-top: 156px !important;
    }
}
/* step sec end */

/* listner-sec start */
.listner-sec{
    background: #FFF3F1;
}
.listner-text{
    background: var(--orange-clr);
    border: 2px solid var(--black-clr);
    border-bottom: 5px solid var(--black-clr);
    border-radius: 30px;
    display: inline-block;
    padding: 10px 15px;
}
.listner-text-1{
    border: double 2px transparent;
    border-bottom: double 5px transparent;
    background-image: linear-gradient(#fff3f1, #fff3f1), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 30px;
}
.listner-inner{
    padding: 12px 15px;
}
@media (min-width: 768px) {
    .listner-sec {
        background: url(../images/listner-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
    .listner-text{
        padding: 13px 15px 17px 28px;
        position: relative;
        z-index: 2;
    }
    .listner-text::before {
        content: url("../images/music-wave.webp");
        position: absolute;
        top: 25px;
        left: -133px;
        z-index: -1;
    }
    .listner-text::after {
        content: url("../images/music-wave.webp");
        position: absolute;
        top: 25px;
        right: -104px;
        z-index: -1;
    }
    .listner-inner{
        padding: 24px 30px;
    }
}
/* listner-sec end */

/* sound-sec start */
.sound-sec{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFBFB7 100.71%);
}
.sound-text{
    background: linear-gradient(96.64deg, rgba(255, 126, 78, 0.1) -1.62%, rgba(65, 81, 255, 0.1) 97.49%);
    border: 1px solid var(--orange-clr);
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
}
@media (min-width: 768px) {
    .sound-sec {
        background: url(../images/sound-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
    .sound-text{
        background: url("../images/sound-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 30px;
        display: inline-block;
        border: unset;
        border-radius: unset;
    }
    .theme-wave{
        position: relative;
    }
    .theme-wave::after {
        content: url(../images/theme-line.webp);
        position: absolute;
        bottom: -20px;
        left: -5px;
    }
}
/* sound-sec end */

/* podcast-sec start */
.podcast-sec{
    background: #000000;
}
.podcast-text{
    border: double 2px transparent;
    border-bottom: double 5px transparent;
    background-image: linear-gradient(#FFFFFF, #FFFFFF), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 30px;
}
.podcast-inner {
    padding: 12px 15px;
}
.podcast-box {
    background: linear-gradient(106.05deg, rgba(255, 126, 78, 0.2) 10.13%, rgba(65, 81, 255, 0.2) 92.03%);
    border: 1px solid var(--orange-clr);
    border-radius: 20px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}
.podcast-text-1{
    background: var(--theme-clr);
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
}
.podcast-text-2{
    background: var(--theme-clr);
    padding: 10px 15px;
    border-radius: 20px;
    display: inline-block;
}
.podcast-box-1 {
    border: 2px solid var(--orange-clr);
    border-radius: 30px;
    padding: 20px 15px;
    /* display: inline-block; */
}
.podcast-listner {
    background: var(--red-clr-1);
    border-radius: 30px;
    display: inline-block;
    padding: 15px;
}
.podcast-box-2 {
    background: linear-gradient(106.05deg, rgba(255, 126, 78, 0.2) 10.13%, rgba(65, 81, 255, 0.2) 92.03%);
    border: 1px solid var(--orange-clr);
    border-radius: 20px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}
@media (min-width: 768px) {
    .podcast-inner {
        padding: 20px 33px 17px;
        position: relative;
    }
    .podcast-inner::after {
        position: absolute;
        content: url(../images/confuse-icon.webp);
        top: 0px;
        right: -50px;
    }
    .podcast-box {
        background: url("../images/cross-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 12px 24px 12px 30px;
        gap: 15px;
        border: unset;
        border-radius: unset;
    }
    .podcast-text-1{
        padding: 15px 30px;
        border-radius: 50px;
    }
    .podcast-text-2{
        padding: 20px 48px;
        border-radius: 30px;
    }
    .podcast-box-1 {
        background: url("../images/podcast-box.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 70px 90px;
    }
    .podcast-listner {
        padding: 21px 36px;
        position: relative;
        z-index: 2;
    }
    .podcast-listner::before {
        content: url("../images/red-music-1.webp");
        position: absolute;
        top: 25px;
        left: -133px;
        z-index: -1;
    }
    .podcast-listner::after {
        content: url("../images/red-music-1.webp");
        position: absolute;
        top: 25px;
        right: -133px;
        z-index: -1;
    }
    .podcast-box-2 {
        background: url("../images/podcast-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 22px 38px;
        gap: 15px;
        border: unset;
        border-radius: unset;
    }
}
/* podcast-sec end */






























































/* presenting-sec start */
.presenting-sec{
    background: #000000;
}
@media (min-width: 768px) {
    .presenting-sec{
        background: url("../images/presenting-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 90px 0px 180px;
        position: relative;
    }
    .mt-md140{
        margin-top: 140px !important;
    }
}
/* presenting-sec end */

/* step-2 sec start */
.step-section {
    background: #fff3f1;
}
.step-text-2{
    display: inline-block;
    background: #ffffff;
    border: 1px solid var(--orange-clr);
    padding: 10px 12px;
    border-radius: 30px;
}
.steps-frame {
    background: url(../images/steps-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 6px 21px 12px 21px;
    display: inline-block;
    margin-top: -26px;
}

.step-card-11 {
    background: url(../images/step-card-11.webp) no-repeat;
    background-size: 100% 100%;
    padding: 30px 30px 50px 35px;
}

/*  */
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: #0BAEFF;
    box-shadow: 0px 5px 5px 0px #00000040;
}
.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)); */
    box-shadow: 0px 5px 5px 0px #00000040;
    transition: 0.5s ease-in-out;
    border: 2px solid #0BAEFF;
    padding: 20px;
    margin-bottom: 20px;
}

.steps-tabs{
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .step-section{
        background: #fff3f1 url("../images/step-sec-bg-1.webp") no-repeat center center;
        background-size: cover;
        margin-top: -90px;
        padding-top: 170px;
    }
    .step-text-2 {
        background: url(../images/step-frame-1.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px 114px 20px 30px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .step-text-2::after {
        position: absolute;
        content: url(../images/click-icon.webp);
        top: 15px;
        right: -5px;
    }
    .steps-frame {
        padding: 6px 20px 12px 23px;
        margin-top: -7px;
    }
    .step-card-11,.step-card-22,.step-card-33 {
        padding: 40px 35px 60px 42px;
    }
}
    /*  */
.steps-card p{
    color: rgba(25, 25, 25, 0.7);
}

.steps-card{
    transition: all .8s ease-in-out;
    background: #FFFFFF4D;
    border-radius: 20px;
    border: 1px solid var(--orange-clr);
    /* background: url("../images/step-frame.webp") no-repeat;
    background-size: 100% 100%; */
    padding: 40px 30px;
}
.nav-link.active .steps-card {
    background: #ffffff;
}
.heading-tabs{
    background: transparent; 
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    border-radius: 20px;
}

.cleint-frame {
    border: 5px solid var(--orange-clr);
    border-radius: 12px;
}
/* step-2 sec end */

/* demo section start */
.demo-sec{
    background: #ffffff;
}
.border-frame {
    background: url(../images/border-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 3px 4px 6px 4px;
}
.demo-text{
    background: var(--theme-clr);
    backdrop-filter: blur(100px);
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
}
@media(min-width:768px){
    .demo-sec{
        background: url(../images/demo.webp) no-repeat center center;
        background-size: cover;
    }
    .border-frame {
        padding: 14px 14px 20px;
    }
    .demo-text{
        padding: 18px 50px;
    }
}
/* demo section end */




/* deep-funnel start */
.deep-funnel-sec {
   background: #FFF3F1;
}
.funnel-box {
    box-shadow: 0px 0px 10px 0px #ff7e4e inset;
    background: #ff7e4e0d;
    border: 2px solid var(--orange-clr);
    border-radius: 15px;
    padding: 15px;
}
.funnel-inner {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 0;
}
/* @media(min-width:768px){
    .deep-funnel-sec{
        background: #0d0e14 url(../images/funnel-bg.webp) no-repeat center center;
        background-size: cover;
    }
} */
/* deep-funnel end */

/* prize sec start */

.prize-value {
    background: linear-gradient(180deg, #000000 0%, #6a0300 100%);
}
@media (min-width: 768px) {
    .prize-value {
        background: #ffffff url(../images/prize-value.webp) no-repeat bottom center;
        background-size: cover;
        padding: 50px 0px 100px;
    }
}
/* prize sec end */

/* contest-sec start */
.contest-sec{
    background: #ffffff;
    padding-top: 60px;
}
.purple-box{
    box-shadow: 0px 0px 10px 0px #ffffff;
    background: linear-gradient(96.64deg, rgba(255, 126, 78, 0.1) -1.62%, rgba(65, 81, 255, 0.1) 97.49%);
    border: 2px solid var(--orange-clr);
    display: inline-block;
    border-radius: 40px;
    padding: 20px;
    height: 100%;
}
/* contest-sec end */

/* prise table */

@media (max-width:767px) {
    .prise-table-1{
        box-shadow: 0px 0px 10px 0px #ffffff;
        background: linear-gradient(96.64deg, rgba(255, 126, 78, 0.1) -1.62%, rgba(65, 81, 255, 0.1) 97.49%);
        border: 2px solid var(--orange-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: var(--theme-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) {
    .contest-sec{
        padding-top: 100px;
    }
    .prise-table-1 {
        box-shadow: 0px 0px 10px 0px #ffffff;
        background: #DBF3FF4D;
        background: linear-gradient(96.64deg, rgba(255, 126, 78, 0.1) -1.62%, rgba(65, 81, 255, 0.1) 97.49%);
        border: 2px solid var(--orange-clr);
        border-radius: 40px;
        padding: 65px 32px 50px 31px;
        position: relative;
    }
    .prise-table-2{
        /* background: #FDEFDF;
        border: 10px solid #fff; */
        background: #6797ef24;
        border: 2px solid #8F77FD4D;
        border-radius: 40px;
        padding: 65px 30px 30px 20px;
        position: relative;
    }
    .contest-text{
        background-color: #252525;
        border-radius: 100px;
        margin-top: -100px;
        height: 100%;
    }
    .trophy-1{
        background: var(--theme-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: #FFF3F1;
}
.performer-text{
    background: var(--blue-clr);
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 10px;
}
.promote-card{
    background: #ffffff;
    border: 1px solid var(--orange-clr);
    border-radius: 20px;
    align-content: center;
    padding: 30px 20px;
    height: 100%;
}
.promoate-card-text{
    background: url(../images/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(../images/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(--theme-clr);
    /* border: 1.12px solid #FFFFFF4D; */
    display: inline-block;
    padding: 0px 15px;
    border-radius: 50px;
}
@media(min-width:768px){
    .reciprocate-sec{
        background: #000000 url(../images/reciprocate-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .logo-box{
        padding: 13px 35px;
    }
    .reciprocate-text{
        padding: 10px 25px;
    }
}

/*  */

/* logos sec start */
.logos-sec{
    background: #ffffff;
}
.logos-text{
    background:#FF7E4E1A;
    border: 1px dashed var(--orange-clr);
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}
.launch-box{
    background: var(--blue-clr);;
    border-radius: 10px 10px 0px 0px;
    padding: 20px ;
}

.launch-border{
    border: 1px solid var(--blue-clr);;
     border-radius: 0px 0px 10px 10px;
}
.launch-border img{
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    height: 100%;
}
@media(min-width:768px){
    /* .logos-sec{
        background: #EAF4FF url(https://cdn.oppyotest.com/launches/mobiagentsai/jv/logos-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    } */
    .logos-text {
        padding: 0px 20px;
    }
}
/* logos sec end */


/* inside sec start */
.inside-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #E8F8FF 100%);
}
.inside-text{
    background: var(--theme-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .inside-section {
        background: #E8F8FF url("../images/inside-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .inside-text{
        border-radius: 100px;
        display: inline-block;
        padding: 11px 90px 9px 30px;
        position: relative;
    }
    .inside-text::after {
        content: url("../images/phone-call.webp");
        position: absolute;
        top: -20px;
        right: -50px;
    }
}
/* inside sec end */

/* term-sec start */
.term-sec{
    background: #ffffff;
}
/* term-sec end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul .t-decoration-none:hover {
    color: #fff;
}
@media(min-width:768px) {
    .footer-section {
        padding: 70px 0px;
    }
}

/* footer end */







/* first-slider start */
.slider-container {
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.slider-track-1, .slider-track-2, .slider-track-3 {
    display: flex;
    gap: 20px;
    animation: slide 20s linear infinite;
    width: max-content;
}

.slider-container:hover .slider-track-1, .slider-container:hover .slider-track-2, .slider-container:hover .slider-track-3 {
    animation-play-state: paused;
}

@keyframes slide {
    0% {
    transform: translateX(0);
    }
    100% {
    transform: translateX(-50%);
    }
}
.slide {
    flex: 0 0 auto;
    width: auto;
    height: 550px;
    border-radius: 0px;
    overflow: hidden;
    /* background: #000; */
    transition: transform 0.3s ease;
    position: relative;
    /* background: #8F77FD1A; */
    /* padding: 10px; */
    /* border: 1px solid #8F77FD4D; */
}

.slide:hover {
    /* transform: scale(1.05); */
    z-index: 10;
    position: relative;
}

.slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Duplicate slides for seamless loop */
.slider-track-1, .slider-track-2, .slider-track-3 {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .slide {
        width: 280px !important;
        height: 450px;
        margin: auto;
    }
    .slider-container {
        height: 450px;
    }
}
/* first-slider end */


/* video css start */
    video {
      width: 100%;
      display: block;
    }
    .mute-btn {
        position: absolute;
        /* top: 10px;
        right: 10px; */
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        font-size: 24px;
        cursor: pointer;
        /* background: var(--blue-clr); */
        color: #ffffff;
        /* border: none; */
        outline: none;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        background: linear-gradient(135deg,rgba(255, 255, 255, 0.25),rgba(255, 255, 255, 0.05));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), inset 0 0 12px rgba(255, 255, 255, 0.2);
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s ease;
    }
    .mute-btn::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: #ffffff8f;
        animation: pulse 2.2s infinite ease-out;
        z-index: -1;
    }
    @keyframes pulse {
        0% {
            transform: scale(1);
            opacity: 0.6;
        }
        100% {
            transform: scale(1.8);
            opacity: 0;
        }
    }
    .mute-btn:hover {
        transform: translate(-50%, -50%) scale(1.15);
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4), 0 0 0 6px rgba(255, 255, 255, 0.15);
    }
    .mute-btn i {
        pointer-events: none;
        animation: breathe 2.2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    }

    @keyframes breathe {
        0% {
            opacity: 0.4;
            transform: scale(0.95);
        }
        50% {
            opacity: 1;
            transform: scale(1);
        }
        100% {
            opacity: 0.4;
            transform: scale(0.95);
        }
    }
/* video css end */

/* swiper css start */
.swiper {
    width: 100%;
    /* padding: 20px; */
    overflow: hidden;
}
.swiper-wrapper {
    transition-timing-function: ease-in-out !important;
}
.swiper-slide {
    /* background: #005fbd; */
    background: transparent;
    border-radius: 10px;
    /* padding: 20px; */
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.9s ease;
    will-change: transform, opacity;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    height: 0% !important;
}
.photo-border, .animal-border, .vertical-border {
    height: 100%;
}
.photo-border {
    border-radius: 20px;
    border: double 5px transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.swiper:hover .swiper-wrapper {
    animation-play-state: paused;
}

/* swiper-button start */
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    min-height: 20px !important;
    width: 20px !important;
    background: var(--red-clr);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), inset 0 0 12px rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50%;
    padding: 12px 23px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 22px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,15px) !important;
    left: auto;
}
/* .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,15px) !important;
    right: auto;
} */
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,8px) !important;
    right: auto;
}
/* .swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: -45px !important;
} */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,113%) !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -70px !important;
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: linear-gradient(284.33deg, #fd22225f 1.91%, #fdc86769 100.57%) !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--theme-clr) !important;
}
@media (min-width:768px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 31px !important;
        text-transform: none!important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        min-height: 50px !important;
        width: 50px !important;
        background: var(--red-clr);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), inset 0 0 12px rgba(255, 255, 255, 0.2);
        border-radius: 50% !important;
        padding: 14px 31px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 900 !important;
    }
    .swiper-button-next, .swiper-button-prev {
        top: var(--swiper-navigation-top-offset,50%) !important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset,-9px) !important;
        left: auto;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset,-9px) !important;
        right: auto;
    }

    .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        background: var(--red-clr) !important;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25), inset 0 0 12px rgba(255, 255, 255, 0.2);
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -50px !important;
    }
}
/* swiper css end */