
/* JV */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #010101;
    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;
}
.caveat{
    font-family: 'Caveat', cursive;
}
.italic{
    font-style: italic;
}
/* scroll button start */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--blue-clr);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
/* #scroll:hover {
    background: var(--theme-bg-1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
} */
/* scroll button end */
:root {
    --black-clr:#010101;
    --white-clr: #fff;
    --light-white: #01010199;
    --grey-clr1:#FFFFFF99;
    --orange-clr1: #FB591B;
    --orange-clr: #F08506;
    --grey-clr:#555555;
    --green-clr:#00C40D;
    --red-clr: #FF4A4A;
    --red-clr1: #FF361D;
    --blue-clr: #5289EF;
    --purple-clr: #8F77FD;
    --skyblue-clr: #0BAEFF;
    
    --green-clr1:#33FA59;
    --brown-clr: #DF6A00;
    --theme-bg: linear-gradient(89.87deg, #6363F8 2.95%, #8D8DFF 92.7%);
    --theme-bg-1: linear-gradient(89.87deg, #8D8DFF 2.95%, #6363F8 92.7%);

    /* --theme-bg-2: linear-gradient(90deg, rgba(143, 119, 253, 0.2) 0%, #8F77FD 45.67%, rgba(143, 119, 253, 0.2) 100%); */
}
/* Color CSS */

.black-clr {color: var(--black-clr);}
.white-clr,
a.white-clr {color: var(--white-clr);}

.light-white{color: var(--light-white);}
.grey-clr1 {color: var(--grey-clr1);}
.brown-clr{color:var(--brown-clr);}
.green-clr1 {color: var(--green-clr1);}
.red-clr{color:var(--red-clr);}
.red-clr1{color:var(--red-clr1);}

.blue-clr{color:var(--blue-clr);}
.purple-clr{color:var(--purple-clr);}
.skyblue-clr{color:var(--skyblue-clr);}

.grey-clr{color:var(--grey-clr);}

.green-clr{color:var(--green-clr);}
.green-clr1{color:var(--green-clr1);}

.orange-clr {color: var(--orange-clr);}
.orange-clr1 {color: var(--orange-clr1);}

.lightpurple-clr {color: var(--lightpurple-clr);}


.theme-clr{
    background: var(--theme-bg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.br-theme {
    border-bottom: 2px solid transparent;
    border-image: var(--theme-bg);
    border-image-slice: 1;
    width: 100%;
}






/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    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;
}


/* sticky bar start */

.cta-btn .timerbg,
.cta-btn .smmltd {
    color: #fff !important;
}

.blink-soft {
    animation: blinker 1.5s linear infinite
}
@keyframes blinker {
    50% {
        opacity: 0
    }
}

/* stick bar end */


/* typing start */
.typing-text {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/typing-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 100%;
}
@media (min-width: 768px) {
    .typing-text {
        width: 400px;
    }
}
/* typing end */


/* header section start */

.header-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #D4E3FF 100%);
    padding: 130px 0px 30px;
}
.magically-text {
    background: #ffffff;
    border: 1px solid #5289EF;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}
.main-heading{
    background: #5289ef14;
    border: 3px dashed #79B3FF;
    padding: 20px 10px;
    border-radius: 10px;
    /* display: inline-block; */
}


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;
}


.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;
  }
} 
.header-li li {
    background: url(https://cdn.oppyotest.com/launches/ultimateai/jv/header-li.webp) no-repeat;
    padding: 0px 0px 35px 32px;
    background-position: 0px 4px;
    list-style: none;
}
.header-li li:nth-last-child(1) {
    padding-bottom: 0px;
}
/* .header-card{
    border: 1px solid #406CF74D;
    background: #F1F5FE;
    border-radius: 10px;
    padding: 10px 0px;
} */
.Magically-text {
    background: #6797ef24;
    border-right: 2px solid var(--purple-clr);
    border-left: 2px solid var(--purple-clr);
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
}

.fsl-video-frame {
    border: 1px solid #5289EF;
    box-shadow: 0px 0px 10px 8px #e1e8ff;
    border-radius: 10px;
}
/* .jvzoo-box{
    background: #FDF0F6;
    border-radius: 10px;
    display: inline-block;
    padding: 20px 20px;
} */
.post-head{
    background: #FFFFFF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
@media(min-width:768px){
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/ultimateai/jv/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px;
        position: relative;
    }
    .magically-text {
        border-radius: 100px;
        padding: 12px 40px;
    }
     .main-heading{
        padding: 25px 14px 30px;
        border-radius: 20px;
    }
      .blue-wave{
        position: relative;
    }
    .blue-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/blue-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 10px;
    }
    /* .main-heading{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/jv/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 40px 45px;
        border: unset;
        border-radius: unset;
    } */
    .post-head{
        padding: 14px 28px;
    }
    .blue-line{
        position: relative;
    }
    .blue-line::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/jv/blue-line.webp");
        bottom: -26px;
        left: -6px;
    }
    .brown-line{
        position: relative;
    }
    .brown-line::after{
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/jv/brown-line.webp");
        bottom: -28px;
        left: 0px;
    }
    .Magically-text {
        padding: 7px 23px;
    }
    /* .header-card {
        padding: 20px 0px 0px 10px;
    } */
    a.affiliate-link-btn {
		padding: 15px 20px !important;
        font-size: 20px;
	}
}

/*  */
.blue-box {
    border-radius: 10px;
    background: #E2F3FF;
    border: 1px solid #406CF7;
    padding: 20px 10px;
}
.header-white-box {
    background: #FFFFFF;
    /* border: 1px solid #FFFFFF33; */
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: 0px 5px 20px 0px #00000026;
    backdrop-filter: blur(50px);
    height: 100%;
    align-items: center;
}
@media (min-width: 768px) {
    .blue-box {
        border-radius: 20px;
        padding: 30px;
    }
    .mt-mdm3 {
        margin-top: -4px !important;
    }
}
/* header section end */

/* live section start */
.live-section{
    background: linear-gradient(180deg, #FFFFFF 0%, #D4E3FF 100%);
}
.gradiant-box{   
    border-radius: 20px;
    /* border: 5px solid #4D7FFA4D; */
    background: var(--blue-clr);
    padding: 20px 15px;
}
.live-text{
    background: var(--theme-bg);
    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-bg);
    border-radius: 10px;
    transition: all .3s ease;
}
.form-btn input[type="submit"]:hover {
    transition: all .3s ease;
    /* background: var(--theme-bg-1); */
}
.request-affiliate-1 a{
    background: var(--blue-clr);
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    /* 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: #ffffff;
    background-position: 100% 0%;
    transition: all .3s ease;
    background: var(--blue-clr);
}
.request-affiliate a{
    background:  var(--blue-clr);
    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;
    background: var(--blue-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/ultimateai/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 */


/* platform-sec start */
.platform-sec{
    background: #ffffff;
}
.platform-text{
   background: #FFFFFF1A;
    border: 2px dashed #5289EF;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
}
.platform-box{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/platform-box.webp") no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    height: 100%;
    display: inline-block;
}
@media(min-width:768px){
    .platform-text{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/blue-box-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 16px 30px;
        border: unset;
        border-radius: unset;
    }
    .blue-wave-1{
        position: relative;
    }
    .blue-wave-1::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/blue-wave-1.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 7px;
    }
}
/* platform-sec end */

/* dashboard-sec start */
.dashboard-sec{
    background-color: #E2ECFF;
}
.dashboard-text{
    background: #ffffff;
    border: 2px dashed #5289EF;
    border-radius: 10px;
    /* display: inline-block; */
    padding: 10px 15px;
}
.dashboard-card{
    background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/dashboard-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px;
}
.dashboard-red-card{
    background: #FF462F;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 25px;
}
.dashboard-card a{
    color: #2F60FF;
    text-decoration: none;
    cursor: pointer;
}
.dashboard-card a:hover{
    color: #2F60FF;
}
.dash-1{
    background: #FFEBEF;
    border: 1px solid #FF462F;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 15px;
}
.dash-2{
    background: #E9FFEA;
    border: 1px solid #00C40D;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 15px;
}
@media(min-width:768px){
    .dashboard-sec{
        background: #E2ECFF url("https://cdn.oppyotest.com/launches/ultimateai/jv/dashboard-bg.webp") no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .dashboard-text{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/dashboard-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        padding: 20px 30px;
        border-radius: unset;
    }
    .green-wave{
        position: relative;
    }
    .green-wave::before{
        position: absolute;
        content: '';
        background: url(https://cdn.oppyotest.com/launches/ultimateai/jv/green-wave.webp) no-repeat;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 8px;
    }
    .dashboard-card{
        padding: 50px 25px 40px;
    }
    .dash-1{
        padding: 10px 50px;
    }
    .dash-2{
        padding: 10px 55px;
    }
}
/* dashboard-sec end */

/* power-sec start */
.power-sec{
    background: linear-gradient(180deg, #E8F0FF 0%, #FFFFFF 100%);
}
.power-text{
    background: #ffffff;
    border: 1px dashed #5289EF;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
@media(min-width:768px){
    .power-sec{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/power-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .power-text{
        padding: 8px 24px;
    }
    .blue-wave-2{
        position: relative;
    }
    .blue-wave-2::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/blue-wave-2.webp") no-repeat;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 9px;
    }
}
/* power-sec end */


/* leader-sec start */
.leader-sec{
    background: #E8F0FF;
    padding-top: 80px;
}
.leader-sec-1{
    padding-top: 80px;
}
/* .leader-box{
    height: 100%;
    width: 100%;
    max-width: 1440px;
    background: #ffffff;
    border: 1px solid #5289EF;
    padding: 0px 125px 70px 125px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
} */
.leader-text {
    background: #5289EF;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-top: -40px;
}
.leader-text-1 {
    background: #F08506;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    margin-top: -40px;
}
.leader-box {
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
}
.leader-box::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #5289EF;
    height: 100%;
    width: 100%;
    max-width: 1420px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.leader-box-1 {
    padding: 0 10px 20px;
    z-index: 1;
    position: relative;
}
.leader-box-1::after {
    position: absolute;
    content: '';
    border-radius: 20px;
    background: #FFF5E9;
    border: 1px solid #F08506;
    height: 100%;
    width: 100%;
    max-width: 1420px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
@media(min-width:768px){
    .leader-sec, .leader-sec-1{
        padding-top: 140px;
    }
    .leader-text{
        padding: 8px 50px;
        margin-top: -50px;
    }
    .leader-text-1 {
        padding: 4px 50px;
    }
    .leader-box, .leader-box-1 {
       padding: 0px 125px 70px 125px;
    }
}
@media (max-width:1400px) {
    .leader-box::after{
        position: absolute;
        content: '';
        border-radius: 20px;
        background-color: #ffffff;
        border: 1px solid #5289EF;
        height: 100%;
        width: 100%;
        max-width: 1270px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
/* leader-sec end */

/* without-sec start */
.without-sec{
    background: #ffffff;
}
.without-text{
    background: #EBFFED;
    border: 1px dashed #00C40D;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.without-box{
    background: linear-gradient(180deg, #CCDCFB 0%, rgba(204, 220, 251, 0.2) 100%);
    border-radius: 10px;
    padding: 5px 10px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/ultimateai/jv/without-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .without-text{
        padding: 15px 35px 15px 38px;
        position: relative;
    }
    .without-text::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/ultimateai/jv/sunglass-emoji.webp);
        top: 0px;
        right: -50px;
    }
    .without-box{
        padding: 10px 15px;
    }
}
/* without-sec end */

/* tool-sec start */
.tool-sec{
    background: linear-gradient(180deg, #E8F0FF  0%, #FFFFFF 100%);
}
.tool-text{
    background: #ffffff;
    border: 1px dashed #5289EF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tool-text-1{
    background: linear-gradient(180deg, #EDF3FF 0%, rgba(204, 220, 251, 0.2) 100%);
    border: 1px dashed #000000;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
}
.compare-box-1 {
    padding: 16px 28px 20px 28px;
    border-top: 4px solid #406CF780;
    border-left: 4px solid #406CF780;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 0px 0px 0px;
    background: #ffffff;
}
.compare-list-1 li{
    list-style: none;
    text-align: left;
    padding: 30px 30px 30px 30px;
    border-left: 4px solid #406CF780;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

.compare-list-1 li:last-child{
    border-bottom: 3px solid #406CF780;
    border-radius: 0px 0px 0px 20px;
}
.compare-box-2 {
    padding: 20px 22px 19px;
    border-top: 4px solid #406CF780;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
.compare-list-2 li {
    list-style: none;
    text-align: left;
    padding: 32.5px 30px 33px 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.compare-list-2 li:nth-child(4){
    padding: 34px 30px 33px 50px;
}
.compare-list-2 li:nth-child(6){
    padding: 33px 30px 33px 50px;
}
.compare-list-2 li:nth-child(8) {
    padding: 31px 30px 30px 50px;
}
.compare-list-2 li:nth-child(9), .compare-list-2 li:nth-child(10){
    padding: 33px 30px 33px 50px;
}
.compare-list-2 li:last-child {
    border-bottom: 3px solid #9fb5fb;
    background-image: none;
}
.compare-box-3 {
    padding: 12px 0px 20px 0px;
    background: #EFF4FF;
    border: 3px solid #5289EF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 20px 20px 0px 0px;
    margin-top: -82px;
}
.compare-list-3 li {
    list-style: none;
    text-align: left;
    padding: 36px 0px;
    border-left: 3px solid #5289EF;
    border-right: 3px solid #5289EF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #EFF4FF;
}
.compare-list-3 li:nth-child(6) {
    padding: 36.5px 0px;
}
.compare-list-3 li:nth-child(8) {
    padding: 33px 0px 34px;
}
.compare-list-3 li:last-child {
    border-radius: 0px 0px 20px 0px;
    border-bottom: 3px solid #5289EF;
    background-image: none;
}
.losing-frame{
    border: 2px solid #406CF7;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    background: #ffffff;
}
.ultimate-border{
    border-top: double 1px transparent;
    border-bottom: double 1px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(90deg, rgba(82, 137, 239, 0.1) 0%, #5289EF 48.08%, rgba(82, 137, 239, 0.1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.ultimate-box{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 45.67%, rgba(255, 255, 255, 0.1) 100%);
    padding: 20px;
}
.ultimate-red-box{
    background: #FEEAE9;
    border: 1px solid #FF361D;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-blue-box{
    background: #E2ECFE;
    border: 1px solid #5289EF;
    border-radius: 10px;
    padding: 20px;
}
.ultimate-ul li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/ultimateai/jv/tool-tick.webp) no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 15px 40px;
}
.ultimate-ul li:nth-last-child(1){
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .tool-text{
        padding: 10px 55px;
        position: relative;
    }
    .tool-text::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/ultimateai/jv/think-emoji.webp);
        top: -12px;
        right: -70px;
    }
    .tool-text-1{
        padding: 20px 50px;
    }
     .mt-md145{
        margin-top: 145px !important;
    }
    .ultimate-box{
        padding: 40px 36px;
    }
    .ultimate-red-box{
        padding: 30px 35px;
    }
    .ultimate-blue-box{
        padding: 30px 35px;
        position: relative;
    }
    .ultimate-blue-box::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/jv/happy-emoji.webp");
        top: 115px;
        right: -75px;
    }
    .ultimate-ul li {
        padding: 0px 0px 15px 40px;
    }
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}
/* tool-sec end */

/* monthly-sec start */
.monthly-sec{
    background: #ffffff;
}
.monthly-text{
    background: #F5F9FF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 100px;
    display: inline-block;
}
.monthly-text-1{
    background: linear-gradient(180deg, #EDF3FF 0%, rgba(204, 220, 251, 0.2) 100%);
    border: 1px dashed #000000;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
.monthly-text-2{
    background: #FFFFFF;
    border: 1px dashed #5289EF;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}
.monthly-card-1{
    background: linear-gradient(90deg, #FFD0CE 0%, #FEEAE9 100%);
    padding: 30px 20px;
    border: 10px solid #FFD0CE80;
    border-radius: 10px;
    position: relative;
}
.monthly-card-1::after {
    content: url("https://cdn.oppyotest.com/launches/ultimateai/jv/vs.webp");
    position: absolute;
    bottom: -90px;
    right: 125px;
}
.monthly-card-1 ul li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/cross.webp") no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 30px 45px;
}
.monthly-card-1 ul li:nth-last-child(1){
    padding-bottom: 0;
}
.monthly-card-2 {
    background: linear-gradient(90deg, #5289EF 0%, #8EB5FD 100%);
    padding: 30px 20px;
    border: 10px solid #5289EF4D;
    border-radius: 10px;
}
.monthly-card-2 ul li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/right.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 15px 45px;
}
.monthly-card-2 ul li:nth-last-child(1){
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .monthly-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/ultimateai/jv/monthly-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .monthly-text{
        padding: 15px 28px;
    }
    .blue-wave-3{
        position: relative;
    }
    .blue-wave-3::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/blue-wave-3.webp") no-repeat;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .monthly-text-1{
        padding: 20px 30px;
    }
    .monthly-text-2{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 55px 35px 30px;
    }
    .monthly-card-1{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/monthly-card-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 80px 100px 80px 35px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .monthly-card-1::after {
        content: url("https://cdn.oppyotest.com/launches/ultimateai/jv/vs-1.webp");
        position: absolute;
        top: 110px;
        right: -65px;
    }
    .monthly-card-1 ul li{
        list-style: none;
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/cross.webp") no-repeat;
        background-position: 0px 0px;
        padding: 0px 0px 30px 45px;
    }

    .monthly-card-2 {
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/monthly-card-2.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 35px 30px 100px;
    }
    .monthly-card-2 ul li{
        list-style: none;
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/right.webp") no-repeat;
        background-position: 0px 5px;
        padding: 0px 0px 15px 45px;
    }
}
/* monthly-sec end */

/* newbies-sec start */
.newbies-sec{
    background: #000000;
}
.newbies-card {
    border-radius: 10px;
    background: #5289EF;
    display: inline-block;
    padding: 20px;
}
.newbies-card-1 {
    border-radius: 10px;
    background: #5289EF1A;
    border: 1px solid #5289EF;
    display: inline-block;
    padding: 20px;
}
@media (min-width: 768px) {
    .newbies-sec {
        background: #000000 url(https://cdn.oppyotest.com/launches/ultimateai/jv/newbies-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .newbies-card {
        padding: 50px;
    }
    .newbies-card-1 {
        padding: 50px;
    }
    .orange-wave{
        position: relative;
    }
    .orange-wave::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/orange-wave.webp") no-repeat;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 12px;
    }
}
/* newbies-sec end */

/* tapping-sec start */
.tapping-sec{
    background: #ffffff;
}
.tapping-text{
    background: #5289EF;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
.tapping-text-1{
    background: #ffffff;
    border: 2px solid #FF462F;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
}
.tapping-card {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/tapping-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 20px;
}
.tapping-red-card {
    background: #FF462F;
    display: inline-block;
    border-radius: 10px;
    padding: 3px 16px;
}
@media (min-width: 768px) {
    .tapping-text{
        padding: 12px 40px;
        position: relative;
    }
   .tapping-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/jv/think-emoji-1.webp");
        top: 0px;
        right: -40px;
    }
    .tapping-text-1{
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/red-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 20px 58px;
    }
    .tapping-card {
        padding: 50px 25px 40px;
    }
}
/* tapping-sec end */

/* problem-sec start */
.problem-sec{
   background: #E8F0FF;
}
.scary-text {
    background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/scary-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 16px 35px 16px 30px;
}
/* problem-sec end */

/* not-anymore-sec start */
.not-anymore-sec{
    background: #ffffff;
}
.but-text {
    background: #5289EF;
    border-radius: 100px;
    display: inline-block;
    padding: 5px 20px;
}
.anymore-card{
    background: #EDF3FE;
    border: 1px solid #5289EF1A;
    border-radius: 10px;
    padding: 15px;
}
.anymore-text {
    background: #5289EF1A;
    border: 1px solid #5289EF4D;
    box-shadow: 0px 0px 30px 0px #5289EF4D inset;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 20px;
}
@media (min-width: 768px) {
     .not-anymore-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/ultimateai/jv/not-anymore-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .but-text {
        padding: 5px 81px 5px 50px;
        position: relative;
    }
    .but-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/ultimateai/jv/star-emoji.webp");
        top: -12px;
        right: -30px;
    }
     .blue-wave-4{
        position: relative;
    }
    .blue-wave-4::before {
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/blue-wave-4.webp") no-repeat;
        bottom: -9px;
        left: 0;
        width: 100%;
        height: 12px;
    }
    .anymore-card{
        padding: 20px 15px 27px;
    }
    .anymore-text {
        padding: 30px 52px;
    }
}









































/* proudly sec start */
.proud-section{
    background: #e9f0fe;
}
.heading {
    background: #5289EF;
    border: 3px dashed #E7F0FF;
    border-radius: 100px;
    display: inline-block;
}
.heading-text{
    padding: 2px 15px;
}

.proudly-box{
    background: #5289EF;
    border: 1px solid #5289EF;
    border-radius: 30px;
}
.proud-inner-1 {
    background: #FFFFFF;
    padding: 20px 10px;
    border-radius: 30px;
}
.media-box{
    background: #FF483F14;
    border-radius: 10px;
    padding: 10px;
}
.media-inner{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 8px 15px;
}
.price-box{
    background: #FF483F14;
    border: 1px solid #FF483F;
    border-radius: 10px;
    padding: 17px 53px;
}
.price-box-2{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 8px 60px;
    display: inline-block;
}
.product-box{
    padding: 0 10px 10px;
}
@media (min-width: 768px) {
    .proud-section{
        background: #e9f0fe url("https://cdn.oppyotest.com/launches/ultimateai/jv/proudly-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .proud-text {
        border-bottom: 2px dashed #F06327;
    }
    .heading-text{
        padding: 5px 40px;
    }
    .img-pop{
        transition: ease 0.4s;
    }
    .img-pop:hover{
        transform: scale(1.1);
    }
    .proud-inner-1{
        padding: 20px;
    }
    .product-box{
        padding: 0 ;
    }
}
/* proudly sec end */


/* demo section start */
.demo-sec{
    background: #ffffff;
}
.border-frame {
    background: #151515;
    border: 2px solid var(--blue-clr);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
@media(min-width:768px){
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/ultimateai/jv/demo.webp) no-repeat center center;
        background-size: cover;
    }
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/ultimateai/jv/demo-video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px;
        border-radius: 0;
        border: unset;
        backdrop-filter: unset;
    }
}
/* demo section end */

/* deep-funnel start */
.deep-funnel-sec {
   background: linear-gradient(180deg, #E8F0FF 0%, #FFFFFF 100%);
}
/* @media(min-width:768px){
    .deep-funnel-sec{
        background: #0d0e14 url(https://cdn.oppyotest.com/launches/ultimateai/jv/funnel-bg.webp) no-repeat center center;
        background-size: cover;
    }
} */
/* deep-funnel end */

/* prize sec start */

.prize-value {
    background: #010122;
}
@media (min-width: 768px) {
    .prize-value {
        background: #ffffff url(https://cdn.oppyotest.com/launches/ultimateai/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{
    background: #6797ef24;
    border: 1px solid #5289ef;
    box-shadow: 0px 0px 10px 0px #608ee59e;
    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(--blue-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(--blue-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 #608ee59e;
        background: #6797ef24;
        border: 2px solid #5289ef;
        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: -92px;
        height: 100%;
    }
    .trophy-1{
        /* background-color: #2346A1; */
        background-color: var(--blue-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: #E8F0FF;
}
.performer-text{
    background: var(--blue-clr);
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 10px;
}
.promote-card{
    background: #ffffff;
    border: 1px solid var(--blue-clr);
    border-radius: 20px;
    align-content: center;
    padding: 30px 20px;
    height: 100%;
}
.promote-card2{
    background:url(https://cdn.oppyotest.com/launches/ultimateai/jv/promote-card2.webp) no-repeat ;
    background-size: 100% 100%;
    padding: 30px 20px;
}
.promoate-card-text{
    background: url(https://cdn.oppyotest.com/launches/ultimateai/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/ultimateai/jv/performer-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
} */
/* performer sec end */

/* Reciprocate Section Start */
.reciprocate-sec{
    background: #000105;
}
.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: #5289EF;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 30px;
}
@media(min-width:768px){
    .reciprocate-sec{
        background: #000105 url(https://cdn.oppyotest.com/launches/ultimateai/jv/reciprocate-bg.webp) no-repeat top center;
        background-size: cover;
        background-attachment: fixed;
    }
    .logo-box{
        padding: 13px 35px;
    }
    .reciprocate-text{
        padding: 0px 25px;
    }
}

/*  */

/* logos sec start */
.logos-sec{
    background: #E8F0FF;
}
.logos-text{
    background:#ffffff;
    border: 1px dashed #5289EF;
    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;
}
@media(min-width:768px){
    /* .logos-sec{
        background: #E8F0FF url(https://cdn.oppyotest.com/launches/ultimateai/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: #ffffff;
}
.container-box{
    padding: 20px;
    position: relative;
    background: #030f28;
    border-radius: 30px;
}
.terms-list li {
    list-style: none;
    padding: 0 0 20px 0px;
}
@media(min-width:768px){
    .contact-section{
        /* background: #010101 url(https://cdn.oppyotest.com/launches/ultimateai/jv/contact-sec-bg.webp) no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
    }
    .container-box{
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/ultimateai/jv/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
}

/*  */
/* term-sec start */
.term-sec{
    background: #E8F0FF;
}
/* @media(min-width:768px){
    .term-sec{
        background: #0B0C12 url(https://cdn.oppyotest.com/launches/ultimateai/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 */



/* fixed-bar start */
.fixed-top-bar {
    background: var(--blue-clr);
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
@media (min-width: 768px) {
    .fixed-top-bar {
        padding: 5px 0;
    }
}
/* fixed-bar end */
      

    .swing {
        animation: jhula 2s ease-in-out infinite alternate;
        transform-origin: top center;
      }
  
      @keyframes jhula {
        0% {
          transform: rotate(-15deg);
        }
        100% {
          transform: rotate(15deg);
        }
      }


      /* 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 */


/* swiper css start */

    .slider-container {
      width: 100%;
      height: 450px;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative;
    }

    .slider-track {
      display: flex;
      gap: 16px;
      animation: slide 100s linear infinite;
      width: max-content;
    }

    .slider-container:hover .slider-track {
      animation-play-state: paused;
    }

    @keyframes slide {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

   .slide {
        flex: 0 0 auto;
        width: 2px;
        height: 450px;
        border-radius: 20px;
        overflow: hidden;
        background: #000;
        transition: transform 0.3s ease;
        background: #6797ef24;
        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 {
      padding-left: 20px;
    }
@media (max-width: 767px) {
    .slide {
        width: 265px !important;
    }
}
  /* swiper css end */






/* 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: #fff;
    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;
    /* color: var(--purple-clr) !important; */
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
    /* .typing-text{
        width: 746px;
    } */
}
/* slider up end */