html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", 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(--red-clr);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}
.Passero{
    font-family: "Passero One", sans-serif;
}
.caveat{
    font-family: "Caveat", system-ui;
}
.italic {
    font-style: italic;
}
:root {
    --black-clr:#010101;
    --white-clr: #fff;
    --light-grey: #f1f1f1;
    --light-white: #00000099;
    --red-clr:#FF0000;
    --green-clr: #28B800;
    --green-clr1:#49BF35;
    --blue-clr:#0BAEFF;
    --purple-clr: #B173FF;
    --grey-clr:#555555;
    --yellow-clr: #FFD641;
    --theme-clr: linear-gradient(90.03deg, #173EFF 1.99%, #FF0000 95.26%);
    --theme-clr-1: linear-gradient(90.03deg, #FF0000 1.99%, #173EFF 95.26%);
}
/* 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);}
.red-clr{color:var(--red-clr);}
.purple-clr {color: var(--purple-clr);}
.green-clr{color:var(--green-clr)}
.green-clr1{color:var(--green-clr1)}
.blue-clr{color:var(--blue-clr);}
.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;
}


/* top-bar sec start */
.coupon-code{
    background: #fff;
    border-radius: 5px;
    color: #000;
    padding: 0px 8px;
}
.fixed-top-bar {
    background-color: var(--red-clr);
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 99;
}
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
}
.next-text {
    background-color: rgb(239, 49, 49);
    color: #fff;
    border-radius: 4px;
    padding: 0px 2px;
}
.fixed-top-bar a {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    /* fill: #000; */
    color: #000000;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    text-decoration: none;
    padding: 6px 15px 4px;
    animation: top-blink 1.5s linear infinite;
}
@keyframes top-blink {
        0% {
        color: #fff;
    }
    100% {
        color: #000;
    }
}
@media (min-width: 768px) {
    .top-bar {
        flex-direction: row;
        gap: 40px;
    }
}
/* top-bar sec end */

/* typing-text start */
.typing-text {
    background: linear-gradient(180deg, #FF0C04 0%, #830400 100%);
    border-radius: 100px;
    display: inline-block;
    padding: 0px 20px;
    width: 100%;
}
@media (min-width: 768px) {
    .typing-text {
        padding: 0px 30px 0px 60px;
        width: 450px;
        position: relative;
    }
    .typing-text::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/like-thumb.webp");
        top: -4px;
        left: -40px;
    }
    /* .typing-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/yellow-round-arrow.webp");
        top: -55px;
        right: -105px;
    } */
}
/* typing-text 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-size: 150% 150%;
    transform: scale(1.05);
    /* background: var(--theme-clr-1); */
}
@media(min-width:768px){
    .theme-btn {
        padding: 29px 64.5px;
    }
}
/* theme-btn end */

/* header section start */
.header-sec{
    background: linear-gradient(180deg, #FFFFFF 0%, #C9EFFF 124.12%);
    padding: 30px 0px;
}
.pre-head {
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #FF00004D;
    border-radius: 30px;
    display: inline-block;
}
.main-head{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 20px 15px;
}

.scroll-text{
    background: linear-gradient(186.15deg, rgba(255, 0, 0, 0) 4.79%, rgba(255, 0, 0, 0.3) 142.05%, #FF0000 253.05%);
    border-bottom: 1px solid var(--red-clr);
    padding: 2px 15px 0px;
    display: inline-block;
    border-radius: 10px;
}
.post-head{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, #FFFFFF 46.63%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(100px);
    display: inline-block;
    border-radius: 10px;
    padding: 10px 15px;
}
.exclusive-text{
    background: #FFFFFF;
    border: 1px dashed var(--blue-clr);
    border-radius: 10px;
    padding: 10px;
}
.green-frame{
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/green-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.red-frame{
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/red-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.mock-box{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: 20px;
    padding: 20px 25px 14px;
}

.header-ul{
    background: linear-gradient(180deg, #FFFFFF 1.83%, rgba(255, 255, 255, 0.7) 100.24%);
    border: 1px solid var(--red-clr);
    border-radius: 10px;
    padding: 10px;
}
.price-text{
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/price-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 10px;
    display: inline-block;
}
.red-frame-1 {
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/red-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 15px;
}
.header-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/tick.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 37px;
}
.header-ul li:last-child{
    padding-bottom: 0 !important;
}
.blue-frame-2{
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/blue-frame-2.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 10px;
}

@media(min-width:768px){
    .header-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/header-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 180px;
    }
    .pre-head {
        padding: 12px 30px;
        border-radius: 100px;
    }
    .main-head{
        border-radius: 30px;
        padding: 40px 22px;
    }
    .post-head{
        padding: 20px 30px;
    }
    .exclusive-text{
        padding: 15px 30px;
    }

    .header-ul{
        border-radius: 30px;
        padding: 28px 18px;
    }


    .red-wave{
        position: relative;
    }
    .red-wave::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/red-wave.webp") no-repeat;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 8px;
    }
  
   

    .wave-line{
        position: relative;
    }
    .wave-line::after{
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/neon-wave.webp");
        position: absolute;
        bottom: -5px;
        left: -5px;
    }
    .blue-frame-2{
        padding: 2px 20px;
    }

}
/* header section end */

/* step sec start */
.step-sec{
    background: #FFFFFF;
}
.idea-text{
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 10px 15px;
    display: inline-block;
}
.step-text{
    background: linear-gradient(180deg, #FF0C04 0%, #830400 100%);
    display: inline-block;
    padding: 10px 12px;
    border-radius: 30px;
}


.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/magicclipsai/special/step-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .idea-text{
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
        border: 1px solid var(--red-clr);
        border-bottom: 5px solid var(--red-clr);
        backdrop-filter: blur(100px);
        border-radius: 30px;
        display: inline-block;
        padding: 30px 40px 26px 40px;
    }

    .step-text{
        padding: 10px 30px;
        border-radius: 100px;
    }
    .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/magicclipsai/special/step-card-1.webp") no-repeat;
        background-size: 100% 100%;
    }
    .step-card-2{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/step-card-2.webp") no-repeat;
        background-size: 100% 100%;
    }
    .step-card-3{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/step-card-3.webp") no-repeat;
        background-size: 100% 100%;
    }
}
@media (max-width:767px) {
    .step-img{
        max-height: 50px;
    }
}
/* step sec end */

/* cta-border-sec start */
.cta-btn-bg {
    background: #00182d;
    padding: 20px 10px;
    border-radius: 10px;
}
.cta-btn-border {
    border: 3px dashed #033c68;
    border-radius: 10px;
    padding: 0px;
}
@media (min-width: 768px) {
    .cta-btn-bg {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/cta-btn-border.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 70px 25px;
        border-radius: 20px;
    }
    .cta-btn-border {
        border-radius: 23px;
        padding: 0px;
    }
}
/* cta-border-sec end */

/* learning-sec start */
.learning-sec{
    background: #E8F8FF;
}
.orange-box{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    backdrop-filter: blur(100px);
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
.orange-round{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
}
@media (max-width: 767px) {
    .logo-img{
        max-height: 50px;
    }
}
@media (min-width: 768px) {
    .learning-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/learning-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding-bottom: 170px;
    }
    .orange-box{
        border-radius: 30px;
        padding: 20px 70px;
        position: relative;
    }
    .orange-box::before {
        content: url(https://cdn.oppyotest.com/launches/magicclipsai/special/star-emoji.webp);
        position: absolute;
        top: 35px;
        left: -60px;
    }
    .orange-box::after{
        content: url(https://cdn.oppyotest.com/launches/magicclipsai/special/star-emoji.webp);
        position: absolute;
        top: 35px;
        right: -60px;
    }
    .orange-round{
        padding: 12px 40px;
    }
}
/* learning-sec end */

/* shorts-sec start */
.shorts-sec{
    background: #ffffff;
}
.blue-round{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
}
@media (min-width: 768px) {
    .shorts-sec{
        background:  url("https://cdn.oppyotest.com/launches/magicclipsai/special/shorts-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .blue-round{
        padding: 12px 40px;
    }
}
/* shorts-sec end */

/* fruit-sec start */
.fruit-sec{
    background: #E8F8FF;
    padding: 40px 0 100px;
}
.fruit-text{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
}
@media (min-width: 768px) {
    .fruit-sec{
        background:  url("https://cdn.oppyotest.com/launches/magicclipsai/special/fruit-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0;
    }
    .fruit-text{
        padding: 12px 40px;
    }
}
/* fruit-sec end */

/* avatar-sec start */
.avatar-sec{
    background: #ffffff;
}
.avatar-text{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
}
@media (min-width: 768px) {
    .avatar-sec{
        background:  url("https://cdn.oppyotest.com/launches/magicclipsai/special/avatar-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .avatar-text{
        padding: 12px 40px;
    }
}
/* avatar-sec end */

/* avatar-sec-1 start */
.avatar-sec-1{
    background: linear-gradient(180deg, #E8F8FF 0%, #FFFFFF 100%);
}
/* .avatar-text-1{
    
    padding: 5px 20px;
} */
@media (min-width: 768px) {
    .avatar-sec-1{
        background:  url("https://cdn.oppyotest.com/launches/magicclipsai/special/avatar-bg-1.webp") no-repeat center center;
        background-size: cover;
    }
    .avatar-text-1{
        background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
        border: 1px solid var(--blue-clr);
        border-bottom: 5px solid var(--blue-clr);
        backdrop-filter: blur(100px);
        border-radius: 20px;
        display: inline-block;
        padding: 15px 40px;
    }
}
/* avatar-sec-1 end */

/* funny-sec start */
.funny-sec{
    background: linear-gradient(180deg, #E8F8FF 0%, #FFFFFF 100%);
}
.funny-text {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
}
@media (min-width: 768px) {
    .funny-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/funny-bg.webp") no-repeat top center;
        background-size: cover;
    }
     .funny-text {
        padding: 15px 40px;
        /* position: relative; */
    }
   /*.funny-text::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/magicclipsai/special/funny-emoji.webp);
        top: -10px;
        right: -50px;
    } */
}
/* funny-sec end */

/* catalog-sec start */
.catalog-sec{
    background: #E8F8FF;
}
.catalog-text{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
}
@media (min-width: 768px) {
    .catalog-sec{
        background:  url("https://cdn.oppyotest.com/launches/magicclipsai/special/catalog-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .catalog-text{
        padding: 15px 40px;
    }
}
/* catalog-sec end */

/* quote-sec start */
.quote-sec{
    background: #ffffff;
}
.quote-text{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
}
@media (min-width: 768px) {
    .quote-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/quote-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .quote-text{
        padding: 15px 40px;
    }
}
/* quote-sec end */

/* template-sec start */
.template-sec{
    background: #E8F8FF;
}
.template-text{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    backdrop-filter: blur(100px);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 20px;
}
.template-box{
    background: #0BAEFF1A;
    border: 1px dashed var(--blue-clr);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 100px;
}
@media (min-width: 768px) {
    .template-sec{
        background:  url("https://cdn.oppyotest.com/launches/magicclipsai/special/template-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .template-text{
        padding: 15px 40px;
    }
    .template-box{
        padding: 20px 40px;
        position: relative;
    }
   .template-box::after {
        position: absolute;
        content: url(https://cdn.oppyotest.com/launches/magicclipsai/special/star-emoji-2.webp);
        top: -10px;
        right: -75px;
    }
}
/* template-sec end */

/* earning-sec start */
.earning-sec{
    background: #E8F8FF;
}
.earning-sec-1{
    background: #ffffff;
}
.earning-text{
    background: #FF00001A;
    border: 2px dashed var(--red-clr);
    padding: 0px 15px;
    display: inline-block;
    border-radius: 20px;
}
@media (min-width: 768px) {
    .earning-sec{
        background:  url("https://cdn.oppyotest.com/launches/magicclipsai/special/earning-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .earning-sec-1{
        background:  url("https://cdn.oppyotest.com/launches/magicclipsai/special/earning-bg-1.webp") no-repeat center center;
        background-size: cover;
    }
    .earning-text{
        padding: 0px 30px;
    }
}
/* earning-sec end */

/*freelancer sec start */
.freelancer-sec{
    background: #000000;
}
.freelancer-sec-1{
    background: #000000;
}
.freelancer-blue{
    background: linear-gradient(186.15deg, rgba(11, 174, 255, 0) 4.79%, rgba(11, 174, 255, 0.3) 142.05%, #0BAEFF 253.05%);
    border-bottom: 1px solid var(--blue-clr);
    padding: 0px 10px;
    border-radius: 10px;
    display: inline-block;
}
.freelancer-text{
    background: var(--blue-clr);
    border-radius: 20px;
    display: inline-block;
    padding: 5px 10px;
}
@media (min-width: 768px) {
    .freelancer-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/freelancer-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 180px;
    }
    .freelancer-sec-1{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/freelancer-bg-1.webp") no-repeat top center;
        background-size: cover;
        padding-top: 165px;
    }
    .freelancer-blue{
        padding: 0px 20px;
    }
    .theme-line{
        position: relative;
    }
    .theme-line::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/theme-line.webp");
        bottom: -25px;
        left: -10px;
    }
    .freelancer-text{
        padding: 9px 10px;
    }
}
/* freelancer  sec end */

/* profit-sec start */
.profit-sec{
    background: #000000;
}
.profit-text{
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
.profit-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px #FC884C4D;
    border-radius: 10px;
    /* display: inline-block; */
    padding: 20px 5px;
}
.profit-inner-text{
    background: linear-gradient(90deg, rgba(11, 174, 255, 0.01) 0%, rgba(9, 141, 207, 0.1) 47.12%, rgba(9, 141, 207, 0.01) 100%);
    border: 1px dashed #0BAEFF;
    border-left: none;
    border-right: none;
    padding: 15px 0;
}
@media (min-width: 768px) {
    .profit-sec {
        background: #000000 url(https://cdn.oppyotest.com/launches/magicclipsai/special/profit-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .profit-text{
        padding: 0px 15px;
    }
    .green-wave{
        position: relative;
    }
    .green-wave::after{
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/green-wave.webp");
        position: absolute;
        bottom: -20px;
        left: -5px;
    }
    .profit-box{
        padding: 50px 0;
    }
    .profit-inner-text{
        padding: 28px 0;
    }
}
/* profit-sec end */

/* saves sec start */
.saves-sec{
    background: #ffffff;
}
.red-box{
    border-radius: 10px;
    background: #FFEAEA;
    /* border: 1px solid #3A3A3A; */
    padding: 10px;
}
.blue-box{
    border-radius: 10px;
    background: #FFFFFF;
    border: 2px solid var(--green-clr1);
    box-shadow: 0px 0px 30px 0px #49BF35 inset;
    padding: 10px;
}
.one-time-text{
    background: var(--green-clr1);
    border-radius: 10px;
    display: inline-block;
    padding: 12px 30px;
}
.saves-text{
    background: #FC0013;
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 15px;
}
@media (min-width: 768px) {
    .saves-sec{
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/saves-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .saves-text{
        padding: 0 30px;
    }
    .red-box{
        padding: 20px;
    }
    .blue-box{
        padding: 20px 22px;
        /* height: 100%; */
    }
    .intead-text{
        background: linear-gradient(186.15deg, rgba(255, 0, 0, 0) 4.79%, rgba(255, 0, 0, 0.3) 142.05%, #FF0000 253.05%);
        border-bottom: 1px solid var(--red-clr);
        padding: 8px 20px;
        display: inline-block;
        border-radius: 10px;
    }
    .magic-text{
        background: linear-gradient(186.15deg, rgba(73, 191, 53, 0) 4.79%, rgba(73, 191, 53, 0.3) 142.05%, #49BF35 253.05%);
        border-bottom: 1px solid var(--green-clr1);
        padding: 8px 20px;
        display: inline-block;
        border-radius: 10px;
    }
}
/* saves sec end */

/* industry-sec start */

.industry-sec{
    background: #E8F8FF;
}
.industry-text{
    background: var(--blue-clr);
    border: 2px dashed var(--blue-clr);
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
.ind-box1{
    background: #FFFFFF;
    border: 2px solid var(--blue-clr);
    padding: 20px;
    border-radius: 15px;
    height: 100%;
}
.ind-box2{
    background: #FFFFFF;
    border: 2px solid var(--blue-clr);
    padding: 20px 15px;
    border-radius: 15px;
    height: 100%;
}

@media (min-width:768px){
    .industry-sec{
        background: #E8F8FF url(https://cdn.oppyotest.com/launches/magicclipsai/special/industry-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .industry-text{
        padding: 0px 20px;
    }
    .ind-box1{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/fe-frame-1.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 50px 70px;
    }
    .ind-box2{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/fe-frame-2.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 40px 35px;
    }
}
/* industry-sec end */

/* without-sec start */
.without-sec{
    background: #ffffff;
}
.without-text{
    background: #FFFFFF;
    border: 1px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
.without-box{
    display: flex;
    gap: 10px;
    align-items: center;
    /* border: 2px solid var(--red-clr); */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #FF000080 inset;
    border-radius: 10px;
    padding: 5px 10px;
}
.without-box1{
    display: flex;
    gap: 10px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px #FF000080 inset;
    /* border: 2px solid var(--red-clr); */
    border-radius: 10px;
    padding: 5px 10px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/magicclipsai/special/without-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .without-text{
        padding: 20px 40px;
    }
    .without-box{
        padding: 15px;
        min-height: 67px;
    }
    .without-box1{
        padding: 28px 15px;
        min-height: 67px;
    }
}
/* without-sec end */

/* viral-sec start */
.viral-sec{
    background: #E8F8FF;
}
.viral-text, .viral-text-1{
    background: #FFFFFF;
    border: 2px dashed var(--blue-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.viral-box{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
}
.viral-1{
    border: 1px solid var(--blue-clr);
    border-right: 5px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
}
.viral-2{
    border: 1px solid var(--purple-clr);
    border-right: 5px solid var(--purple-clr);
    border-bottom: 5px solid var(--purple-clr);
}
.viral-3{
    border: 1px solid var(--green-clr1);
    border-right: 5px solid var(--green-clr1);
    border-bottom: 5px solid var(--green-clr1);
}
.viral-money{
    background: var(--blue-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    position: relative;
}
@media (min-width: 768px) {
    .viral-sec {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/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-money::after {
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/cash-icon.webp");
        position: absolute;
        top: -20px;
        right: -75px;
    }
    .viral-box{
        padding: 20px 20px 38px;
    }
    .viral-money{
    padding: 0px 59px 0px 25px;

}
}
/* viral-sec end */

/* choice sec start */
.choice-sec{
    background: #ffffff;
}
.choicebox-1{
    background: #FBE7E7;
    border: 2px solid #FF00004D;
    padding: 20px 10px;
    border-radius: 20px;
    /* height: 100%; */
}
.choicebox-2{
    background: #EBFDE5;
    border: 2px solid #49BF354D;
    padding: 20px 10px;
    border-radius: 20px;
    /* height: 100%; */
}
.choicetext-1 {
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/choicetext-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 65px 20px;
    display: inline-block;
}
.choicetext-2{
     background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/choicetext-2.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 65px 20px;
    display: inline-block;
}
.choise-list{
    background: #ffffff;
    border: 1px solid #FF5E4A33;
    padding: 20px !important;
    border-radius: 22px;
}
.choise-list-1{
    background: #ffffff;
    border: 1px solid #28B80033;
    padding: 20px !important;
    border-radius: 22px;
}
.choise-list li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/choice-cross.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 31px 37px;
}
.choise-list-1 li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/choice-right.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 31px 37px;
}
.choise-list li:nth-last-child(1), .choise-list-1 li:nth-last-child(1){
    border: unset;
    padding-bottom: 0px;
}
.choise-list li, .choise-list-1 li{
    position: relative;
}
.choise-list li::after {
    position: absolute;
    content: "";
    background: #FF5E4A40;
    width: 100%;
    height: 1px;
    bottom: 15px;
    left: 0;
}
.choise-list-1 li::after {
    position: absolute;
    content: "";
    background: #47C50C40;
    width: 100%;
    height: 1px;
    bottom: 15px;
    left: 0;
}
.choise-list li:last-child::after,
.choise-list-1 li:last-child::after {
    background: none;
    content: none; 
}

.choicebox-inner-text-1{
    background: #FFFFFF;
    border: 1px solid #FF4646;
    border-radius: 70px;
    padding: 10px 20px;
    display: inline-block;
}
.choicebox-inner-text-2{
    background: #FFFFFF;
    border: 1px solid #28B800;
    border-radius: 70px;
    padding: 10px 20px;
    display: inline-block;
}
@media (min-width: 768px) {
    .choice-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/magicclipsai/special/choice-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .choicebox-1{
        padding: 40px 40px 70px;
        border-radius: 40px;
    }
    .choicebox-2{
        padding: 40px;
        border-radius: 40px;
    }
    .choicetext-1{
        padding: 16px 65px 30px;
        border-radius: unset;
        display: inline-block;
    }
    .choicetext-2{
        padding: 16px 65px 30px;
        border-radius: unset;
        display: inline-block;
    }
    .choicebox-inner-text-1{
        padding: 16px 30px;
    }
    .choicebox-inner-text-2{
        padding: 16px 30px;
    }
}
/* choice sec end */

/* warning section start */
.warning-section{
    background: #000000;
}
.warning-card{
    background: #fff;
    border: 5px dotted var(--red-clr);
    border-radius: 20px;
    padding: 0px 10px 10px;
}
.warning-shape{
    background: var(--red-clr);
    border-radius: 41px;
    padding: 0px 36px 8px;
    display: inline-block;
    margin-top: -20px;
}
@media (min-width: 768px) {
    .warning-section{
        background: #000000 url(https://cdn.oppyotest.com/launches/magicclipsai/special/warning-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .warning-card{
        padding: 0px 35px 40px;
        position: relative;
    }
    .warning-shape{
        margin-top: -40px;
    }
}
/* warning section end */

/* star-sec start */
.star-sec{
    background: #ffffff;
}
.star-text{
    background: #49BF351A;
    border: 2px dashed var(--green-clr1);
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
.star-list li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/star-list.webp") no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 20px 35px;
}
.star-box{
    border-radius: 15px;
    padding: 10px;
}
.star-1{
    background: #0BAEFF1A;
    backdrop-filter: blur(50px);
    border: 1px solid var(--blue-clr);
    border-right: 5px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
}
.star-2{
    background: #B173FF1A;
    backdrop-filter: blur(50px);
    border: 1px solid var(--purple-clr);
    border-right: 5px solid var(--purple-clr);
    border-bottom: 5px solid var(--purple-clr);
}
.star-3{
    background: #49BF351A;
    backdrop-filter: blur(50px);
    border: 1px solid var(--green-clr1);
    border-right: 5px solid var(--green-clr1);
    border-bottom: 5px solid var(--green-clr1);
}

@media (min-width: 768px) {
    .star-sec{
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/star-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .star-text{
        padding: 0px 26px;
    }
    .star-list li {
    padding: 0px 0px 30px 35px;
    }
        .star-box{
        padding: 20px 20px 38px;
    }
}
/* star-sec end */

/* creator-sec start */
.creator-sec{
    background: #E8F8FF;
}
.creator-text {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    display: inline-block;
    border-radius: 20px;
    padding: 20px;
}
.creator-text-1{
    background: #FFFFFF;
    border: 2px dashed var(--blue-clr);
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .creator-sec{
        background: #E8F8FF url(https://cdn.oppyotest.com/launches/magicclipsai/special/creator-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .creator-text {
        padding: 30px;
    }
    .creator-text-1{
        padding: 20px 25px;
    }
}
/* creator-sec end */

/* expensive-section start */
.expensive-section{
    background: linear-gradient(180deg, #FFF1F1 2.38%, #FFF1F1 97.74%);
}
.expensive-text{
    background: var(--red-clr);
    border-radius: 8px;
    border: 2px dashed #FFFFFF;
    display: inline-block;
    padding: 0 10px;
}
.ex-card {
    background: #FC01130D;
    border: 1px solid var(--red-clr);
    border-radius: 20px;
    padding: 20px 15px;
}
@media(min-width:768px){
    .expensive-section{
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/expensive-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 120px 0 137px;
    }
    .ex-sec{
        padding: 50px 0 100px;
    }
    .expensive-text{
        padding: 6px 42px 6px 18px;
        position: relative;
    }
   .expensive-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/think-emoji.webp");
        top: -13px;
        right: -25px;
    }
    .ex-card {
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/ex-card.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 42px 60px;
    }
}
/* expensive-section end */

/* scary sec start */
.scary-sec{
  background: #E8F8FF;
}
.blue-brush{
    background: var(--blue-clr);
    border: 2px dashed #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    padding: 10px;
}
.scary-box{
    background: #FFFFFF;
    border: 5px solid var(--red-clr);
    box-shadow: 0px 0px 50px 0px #FF0000 inset;
    border-radius: 20px;
    padding: 20px;
}
.scary-text{
    background: var(--red-clr);
    border: 1px dashed #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 12px;
}
@media(min-width:768px){
    .scary-sec{
        background: #E8F8FF url("https://cdn.oppyotest.com/launches/magicclipsai/special/scary-bg.webp") no-repeat center center;
        background-size: cover;
        padding-top: 404px;
    }
    .blue-brush{
        padding: 0px 41px;
        position: relative;
    }
    .blue-brush::before{
        content: url(https://cdn.oppyotest.com/launches/magicclipsai/special/star-face-emoji.webp);
        position: absolute;
        top: 0px;
        left: -55px;
    }
    .blue-brush::after{
        content: url(https://cdn.oppyotest.com/launches/magicclipsai/special/star-face-emoji-1.webp);
        position: absolute;
        top: 0px;
        right: -55px;
    }
    .scary-box{
        border-radius: 50px;
        padding: 50px;
        position: relative;
    }
    .scary-box::before {
        content: url(https://cdn.oppyotest.com/launches/magicclipsai/special/santa.webp);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -83.1%);
    }
}

/* scary sec end */

/* presenting-sec start */
.presenting-sec{
    background: #04121d;
}
.presenting-head{
    border-radius: 100px;
    background: var(--blue-clr);
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 10px 32px;
}

.post-white-box {
    background: #ffffff;
    padding: 5;
    display: inline-block;
    border-radius: 3px;
}

.main-text {
    background: linear-gradient(186.15deg, rgba(255, 0, 0, 0) 4.79%, rgba(255, 0, 0, 0.3) 142.05%, #FF0000 253.05%);
    border-bottom: 1px solid var(--red-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 0px 15px;
}
.proms-text-1 {
    background: linear-gradient(180deg, #004196 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(100px);
    border-radius: 30px;
    display: inline-block;
    padding: 3px 14px;
}
.proms-text-2 {
    background: linear-gradient(180deg, #004196 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid var(--blue-clr);
    backdrop-filter: blur(100px);
    border-radius: 30px;
    display: inline-block;
    padding: 3px 14px;
}
.presenting-box{
    background: linear-gradient(180deg, #004196 0%, rgba(0, 0, 0, 0.3) 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 20px;
    display: inline-block;
}
@media (min-width: 768px) {
    .presenting-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/presenting-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 220px;
        position: relative;
    }
    .presenting-box{
        padding: 39px 73px 35px;
    }
    .presenting-head{
        padding: 10px 32px;
    }
    .post-white-box{
        padding: 20px 30px;
        border-radius: 10px;
    }
    .blue-wave{
        position: relative;
    }
    .blue-wave::before{
        position: absolute;
        content: '';
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/blue-wave.webp") no-repeat;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 15px;
    }
}
/* presenting-sec end */

/* step-2 sec start */
.step-section {
    background: #ffffff;
}
.step-text-2{
    background: linear-gradient(180deg, #FF0C04 0%, #830400 100%);
    display: inline-block;
    padding: 10px 12px;
    border-radius: 30px;
}
.steps-frame {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/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(https://cdn.oppyotest.com/launches/magicclipsai/special/step-card-11.webp) no-repeat;
    background-size: 100% 100%;
    padding: 30px 30px 50px 35px;
}

/*  */
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: var(--red-clr);
    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 var(--red-clr);
    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: #ffffff url("https://cdn.oppyotest.com/launches/magicclipsai/special/step-sec-bg-1.webp") no-repeat center center;
        background-size: cover;
        margin-top: -90px;
        padding-top: 170px;
    }
    .step-text-2 {
        padding: 5px 60px;
        border-radius: 100px;
    }
    .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: #FC01130D;
    border-radius: 20px;
    border: 1px solid var(--red-clr);
    /* background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/step-frame.webp") no-repeat;
    background-size: 100% 100%; */
    padding: 40px 30px;
}
.nav-link.active .steps-card {
    background: #fc011321;
}
.heading-tabs{
    background: transparent; 
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    border-radius: 20px;
}

.cleint-frame {
    border: 5px solid var(--red-clr);
    border-radius: 12px;
}
/* step-2 sec end */

/* demo section start */
.demo-sec{
    background: #E8F8FF;
}
.border-frame {
    /* background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/border-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 26px 2px 2px 1px; */
    border: 5px solid var(--blue-clr);
    background: var(--blue-clr);
    border-radius: 20px;
}
.tons-border {
    border-radius: 15px;
    background: #FFFFFF;
    border: double 1px var(--blue-clr);
    box-shadow: 0px 0px 20px 0px #0BAEFF80 inset;;
    display: flex;
    padding: 15px 10px;
    gap: 15px;
    align-items: center;
}
.demo-text{
    background: #FFFFFF;
    border: 1px solid var(--red-clr);
    border-bottom: 5px solid var(--red-clr);
    backdrop-filter: blur(100px);
    padding: 15px;
    border-radius: 30px;
    display: inline-block;
}
@media(min-width:768px){
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/demo.webp) no-repeat center center;
        background-size: cover;
    }
    /* .border-frame {
        padding: 73px 6px 5px;
    } */
    .tons-border {
        padding: 15px;
    }
    .demo-text{
        padding: 18px 31px;
    }
}
/* demo section end */

/* rest-sec start */
.rest-sec{
    background: #ffffff;
}
.blue-frame{
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/blue-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0 25px;
}
.rest-box{
    background: #FFFFFF;
    border: 2px solid var(--green-clr1);
    padding: 10px 12px;
    border-radius: 100px;
    display: inline-block;
}
.rest-box-1{
    background: #FFFFFF;
    border: 2px solid var(--green-clr1);
    padding: 10px 12px;
    border-radius: 100px;
    display: inline-block;
}
@media(min-width:768px){
    .rest-sec{
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/rest-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .rest-box{
        padding: 12px 8px 12px 22px;
        position: relative;
    }
    .rest-box::before {
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/green-right.webp");
        position: absolute;
        top: 15px;
        left: -28px;
    }
    .rest-box-1{
        padding: 12px 46px 12px 22px;
        position: relative;
    }
    .rest-box-1::after{
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/green-right.webp");
        position: absolute;
        top: 15px;
        right: -28px;
    }
}
/* rest-sec end */

/* cta btn section start */
.cta-section {
    background: #052a4f;
}

@media (min-width: 768px) {
    .cta-section {
        background: #052a4f url(https://cdn.oppyotest.com/launches/magicclipsai/special/cta-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .cta-text{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/cta-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 9px 41px;
    }
}
/* cta btn section end */

/* limited time section start */
.limited-time-sec {
    padding: 10px 0px 10px 0px;
    background: #FF2C2C;
}
/* limited time section end */

/* income sec start */
.income-sec{
    background: #001427;
}
.incom-box{
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/income-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 12px 8px;
    /* height: 100%; */
}

@media(min-width:768px){
    .income-sec{
        background: #001427 url("https://cdn.oppyotest.com/launches/magicclipsai/special/income-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .incom-box{
        padding: 26px 9px;
    }
    .incom-box-1{
        padding: 12px 9px;
    }
}
/* income sec end */

/* freelancer-sec-2 start */
.freelancer-sec-2 {
    background: #E8F8FF;
}
.freelancer-text-1 {
    background: #FFFFFF;
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
}
.charging-text{
    background: linear-gradient(186.15deg, rgba(11, 174, 255, 0) 4.79%, rgba(11, 174, 255, 0.3) 142.05%, #0BAEFF 253.05%);
    border-bottom: 1px solid var(--blue-clr);
    display: inline-block;
    padding: 0px 10px;
    border-radius: 10px;
}
@media(min-width:768px){
    .freelancer-sec-2 {
        background: #E8F8FF url(https://cdn.oppyotest.com/launches/magicclipsai/special/freelancer-bg-2.webp) no-repeat center center;
        background-size: cover;
    }
    .freelancer-text-1 {
        padding: 20px 30px;
    }
    
}
/* freelancer-sec-2 end */

/* crazy sec start */
.crazy-sec{
    background: #ffffff;
}
.crazy-text{
    background: var(--blue-clr);
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}
@media (min-width: 768px) {
    .crazy-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/crazy-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .crazy-text{
        padding: 10px 55px 10px 20px;
    }
    .crazy-text::after{
        content: url(https://cdn.oppyotest.com/launches/magicclipsai/special/cool-1.webp);
        position: absolute;
        top: 0px;
        right: -60px;
    }
    .red-wave-2{
        position: relative;
    }
    .red-wave-2::after {
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/blue-border-1.webp");
        content: "";
        position: absolute;
        height: 8px;
        width: 100%;
        bottom: 0px;
        right: 0px;
    }

}
/* crazy sec end */

/* social-sec start */
.social-sec{
    background: linear-gradient(180deg, #FFFFFF 0%, #E8F8FF 100%);
}
.social-card{
    backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 10px;
    height: 100%;
}
.social-card-1{
    background: #DBF3FF;
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
}
.social-card-2{
    background: #F4EAFF;
    border: 1px solid var(--purple-clr);
    border-bottom: 5px solid var(--purple-clr);
}
.social-card-3{
    background: #E4F6E1;
    border: 1px solid var(--green-clr1);
    border-bottom: 5px solid var(--green-clr1);
}
@media (min-width: 768px) {
    .social-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/social-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .social-card{
        padding: 20px 32px;
    }
}
/* social-sec end */

/*compare section start*/
.compare-section{
    background: #fff;
}

.winning-box{
    padding: 25px 110px;
    border-top: 1px solid #378E00;
    border-left: 1px solid #378E00;
    border-right: 1px solid #378E00;
    border-width: 1px, 0px, 1px, 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #378E00;
    border-radius: 20px 20px 0px 0px;
    box-shadow: -5px 4px 30px 0px #00000026;
    margin-top: -18px;
}
.compare-list-1{
    box-shadow: -5px 4px 30px 0px #00000026;
    border-radius: 0px 0px 0px 20px;
}
.compare-list-1 li {
    list-style: none;
    text-align: left;
    padding: 25px 25px 25px 74px;
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/happy-tick.webp") no-repeat;
    background-position: 23px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #378E00;
    background-color: #FFFFFF;
}
.compare-list-1 li:nth-child(odd){  
    background-color: #E6FFC7;
}
.compare-list-1 li:last-child{
     border-bottom: 1px solid #378E00;
    /*background-image: none;
    padding-top: 45px; */
    background-position: 23px 40px;
    border-radius: 0px 0px 0px 20px;
    padding: 40px 25px 40px 74px;
}
.losing-box {
    padding: 20px 110px;
    background: #FF361D;
    border: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 0px 0px;
    /* margin-top: -71px; */
}
.compare-list-2 li{
    list-style: none;
    text-align: left;
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/sad-tick.webp") no-repeat;
    background-position: 23px 25px;
    padding: 25px 41px 25px 65px;
    border-right: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FCDDDA;
    
}
.compare-list-2 li:nth-child(even){  
    background-color: #FFEBE9;
}
/* .compare-list-2 li:nth-child(3){
    padding: 38px 41px 38px 65px;
    background-position: 23px 36px;
} */
.compare-list-2 li:last-child{
    border-radius: 0px 0px 20px 0px;
    border-bottom: 1px solid #FF361D;
    padding: 25px 30px 25px 65px;
}
@media (min-width:768px) {
    .compare-section{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/compare-bg.webp") no-repeat center center;
        background-size: cover;
    }
    
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}

/* compare section end */

/* fear sec start */
.fear-sec{
    background: #FFFFFF;
}
.fair-text {
    border: 2px solid var(--red-clr);
    background: #ffffff;
    border-radius: 20px;
    color: var(--red-clr);
    display: inline-block;
    padding: 0px 58px;
}
.theme-brush {
    background: var(--red-clr);
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    padding: 1px 20px;
}
@media (min-width: 768px) {
    .fear-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/magicclipsai/special/fair-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .fair-text{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/fair-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 0px 30px;
    }
    .theme-brush {
        padding: 1px 30px;
    }
}
/* fear sec end */

/* stress-free-sec start */
.stress-free-sec{
    background: #E8F8FF;
}
.stress-free-head{
    display: inline-block;
    padding: 10px;
    border-radius: 100px;
    background: linear-gradient(180deg, #FF0C04 0%, #830400 100%);
}
.stress-free-head2 {
    display: inline-block;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background: var(--blue-clr);
}
@media (min-width: 768px) {
    .stress-free-sec{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/stress-free-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .stress-free-head{
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/stress-free-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 110px 10px 58px;
        position: relative;
    }
    .stress-free-head::after {
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/tounge-emoji.webp");
        position: absolute;
        top: -18px;
        right: -30px;
    }
    .green-line{
        position: relative;
    }
    .green-line::after {
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/green-line.webp");
        content: "";
        position: absolute;
        height: 4px;
        width: 100%;
        bottom: 0px;
        right: 0px;
    }
    .stress-free-head2 {
        background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/stress-free-head2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 118px 20px 50px;
    }
    .stress-free-head2::after {
        content: url("https://cdn.oppyotest.com/launches/magicclipsai/special/thinking-emoji.webp");
        position: absolute;
        top: -8px;
        right: 20px;
    }
}
/* stress-free-sec end */

/* bonusess-sec start */
.bonusess-sec{
    background: linear-gradient(180deg, #000000 0%, #6a0300 100%);
}
@media (min-width: 768px) {
    .bonusess-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/magicclipsai/special/bonusses-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 50px 0px 100px;
    }
}
/* bonusess-sec end */

/* bonus sec start */
.bonus-sec {
    background: #ffffff;
}
.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid var(--red-clr);
    background: #FF00000D;
    height: 100%;
    padding: 20px;
}

.margin-t-30 {
    margin-top: -30px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 768px){
    .margin-t-78 {
        margin-top: -66px;
    }
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
}
/* bonus sec end */

/* cost sec start */
.cost-text {
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/everyone-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 3px 0px 20px;
}

/* cost sec end */


/* moneyback sec start */
.moneyback-sec{
    background: #E8F8FF;
}
.moneyback-text{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    border-radius: 20px;
    padding: 10px 15px;
    display: inline-block;
}
@media (min-width:768px) {
    .moneyback-sec{
        background: #E8F8FF url("https://cdn.oppyotest.com/launches/magicclipsai/special/moneyback-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .moneyback-text{
        padding: 20px 30px 15px;
    }
}
/* moneyback sec end */

/* faq sec start */
.faq-section {
    padding: 30px 0px;
    background: #ffffff;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/faq-icon.webp) no-repeat top left;
    background-color: #E8F8FF;
    padding: 20px 15px 20px 55px;
    background-position: 15px 25px;
    border: 1px solid var(--blue-clr);
    border-radius: 20px;
}
@media (min-width: 768px){
    .faq-section {
        padding: 100px 0px;
    }
}
/* faq sec end */

/* final-call start */
.cta-section-white {
    background: #E8F8FF;
    padding: 30px 0;
}
.final-text{
    background: #ffffff;
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    border-radius: 20px;
    padding: 5px 15px;
    display: inline-block;
}
@media (min-width: 768px){
    .cta-section-white {
        padding: 80px 0px;
    }
    .final-text{
        padding: 10px 30px 5px;
    }
}
/* final-call end */

/* pricing tabel start */
.pricing-section {
    background: #000000;
}
.table-text{
    background: linear-gradient(180deg, #004196 0%, rgba(0, 65, 150, 0) 100%);
    border: 1px solid var(--blue-clr);
    border-bottom: 5px solid var(--blue-clr);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    padding: 10px 15px;
    display: inline-block;
}
a.cta-link-btn {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    font-size: 22px;
    line-height: 140%;
    color: #ffffff;
    font-weight: 700;
    background: var(--theme-clr);
    border-radius: 20px;
    transition: all .3s ease;
    background-size: 100% 100%;
    border: 5px solid #FFFFFF;
}
a.cta-link-btn:hover {
    transition: all .3s ease;
    background-size: 150% 150%;
    transform: scale(1.05);
}
.table-btn {
    padding: 30px 20px;
    text-align: center;
}
.table-border-content {
    background: #fff;
    border: 3px dashed #999;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}
.tb-check {
    background: #FEFE9B;
    padding: 18px 18px 18px 10px;
}


/*  */

.tablebox3 {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 30px;
    position: relative;
    /* padding: 10px 0px; */
    border: 10px solid var(--blue-clr);
    background: #ffffff;
}
.tbbg3 {
    /* background: #000; */
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/table-frame.webp) no-repeat bottom center;
    background-size: 100% 100%;
    padding: 8px 20px;
    border-radius: 8px 8px 0 0;
    min-height: 230px;
}
ul.vgreytick {
    padding: 0;
}
.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: #fff url(https://cdn.oppyotest.com/launches/magicclipsai/special/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
ul.vgreytick li:nth-child(1) {
    border-radius: 15px 15px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.vgreytick li.headline {
    background: var(--blue-clr);
    padding: 15px 0px 15px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
}
.myfeatureslastborder {
    float: left;
    padding: 10px;
    width: 100%;
    border-radius: 0 0 20px 20px;
    min-height: 69px;
    background: #fff;
}
.commercial-text {
    background: var(--yellow-clr);
    display: inline-block;
    border-radius: 30px;
    padding: 2px 25px;
}
.commercial-text-1{
    background: var(--blue-clr);
    display: inline-block;
    border-radius: 30px;
    padding: 2px 25px;
}
.tablebox4 {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 30px;
    position: relative;
    /* padding: 10px 0px; */
    border: 10px solid var(--black-clr);
    background: #ffffff;
}
.tbbg4  {
    background: #000;
    padding: 20px 10px;
    border-radius: 8px 8px 0 0;
    /* min-height: 210px; */
}
@media (min-width: 768px) {
    .pricing-section {
        background: #E8F8FF url("https://cdn.oppyotest.com/launches/magicclipsai/special/pricing-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 210px;
    }
    .table-text{
        padding: 30px 50px 25px;
    }
    .tbbg3 {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/special/table-frame.webp) no-repeat bottom center;
        background-size: 100% 100%;
        min-height: 540px;
        padding: 25px 30px 15px 30px;
        /* background-size: 100% 100%; */
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 27px;
    }
    .myfeatureslastborder {
        padding: 30px;
    }
    a.cta-link-btn {
        font-size: 44px;
        padding: 29px 64.5px;
        display: inline-block;
    }
    .table-border-content {
        max-width: 96%;
    }
    .tbbg4 {
        /* min-height: 500px; */
        padding: 15px 30px 30px 30px;
        background-size: 100% 100%;
    }
}
/* pricing tabel end */

/* inside sec start */
.inside-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #E8F8FF 100%);
}
.inside-text{
    background: var(--blue-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .inside-section {
        background: #E8F8FF url("https://cdn.oppyotest.com/launches/magicclipsai/special/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("https://cdn.oppyotest.com/launches/magicclipsai/special/phone-call.webp");
        position: absolute;
        top: -20px;
        right: -50px;
    }
}
/* inside 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 */


@media (min-width: 768px) {
    .f-md-80 {
        font-size: 80px;
    }
}
/*  */





/* 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;
}
@media (min-width: 768px){
    .bxslider li {
        justify-content: center;
        min-width: 100%;
        float: left !important;
        width: auto !important;
    }
}
/* slider up 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;
    transition: transform 0.3s ease;
    position: relative;
    /* background: url("https://cdn.oppyotest.com/launches/magicclipsai/special/slide-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 9px 14px; */
}

.slide:hover {
    /* transform: scale(1.05); */
    z-index: 10;
    position: relative;
}

.slide video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 50px;
}
.slide-cenematic{
    height: auto;
}
.slide-cenematic video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: unset;
    border: 5px solid #a79a9a59;
}
.hide-mute-btn {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: all 0.3s ease;
}

/* Duplicate slides for seamless loop */
.slider-track-1, .slider-track-2, .slider-track-3 {
    padding-left: 20px;
}

@media (max-width: 767px) {
    .slide {
        width: 220px !important;
        height: 450px;
        margin: auto;
    }
    .slide-cenematic{
        height: auto;
        width: auto !important;
        margin: auto;
    }
    .slide-cenematic video{
        border-radius: unset !important;
    }
    .slider-container {
        height: 450px;
    }
    
    .slide video {
        border-radius: 35px;
    }
}
/* first-slider end */


/* video css start */
    video {
      width: 100%;
      display: block;
    }
    .mute-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1);
        font-size: 32px;
        cursor: pointer;
        /* background: var(--blue-clr); */
        color: #ffffff;
        /* border: none; */
        outline: none;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        -webkit-backdrop-filter: blur(10px);
        background: linear-gradient(135deg, rgb(255 0 0), rgb(255 0 0));
        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: #ff00005c;
        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: fill;
    border-radius: 45px;
}
.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 */