html {
    scroll-behavior: smooth;
}
body {
        font-family: "Poppins", sans-serif;
    color: #030D1F;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", system-ui;
  }

  :root {
    --theme-gradient: linear-gradient(90.03deg, #173EFF 1.99%, #FF0000 95.26%);
    --theme-gradient1: linear-gradient(90.03deg, #FF0000 1.99%, #173EFF 95.26%);
}

.yellow-clr{
    color: #FFFF48;
}
.red-clr{
    color: #FF0000 !important;
}
.green-clr {
    color: #28b800;
}
.yellow-clr2 {
    color: #FFC633;
}
.orange-clr {
    color: #FC884C !important;
}
.white-clr {
    color: #ffffff;
}
.blue-clr {
    color: #0BAEFF;
}
.neon-clr{
    color: #05E7FD;
}
.clr-1 {
    color: #F26159;
}
.clr-2{
    color: #FF9472;
}
.clr-3 {
    color: #ff9601;
}
.clr-7{
    color: #0AABFF;
}
.clr-4{
    color: #597EFF;
}
.theme-clr{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 2px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}
.blue-gradient{
    background: linear-gradient(90deg, #03BEE8 0%, #403FFB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black2-clr {
    color: #140014;
}
.under{
    border-bottom: 5px solid #22FFE4;
}

/* Header Section CSS */
.warning-section{
    background: var(--theme-gradient);
    padding: 10px 0px;
}
.header-section {
    background:linear-gradient(180deg, #FFFFFF 0%, #C9EFFF 124.12%);
    padding: 30px 0px;
}
.main-heading {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 100%);
    border: 1px solid #FF0000;
    border-bottom: 5px solid #FF0000;
    backdrop-filter: blur(100px);
    border-radius: 30px;
    padding: 20px 15px;
}
.pre-heading {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    border-radius: 35px;
    padding: 10px;
}

.white-shade {
    background: rgba(13, 135, 231, 0.1);
    border: 1px dashed rgba(13, 135, 231, 0.5);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.yellow-shape{
    background: #a869f3;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    }
.post-head {
    background: linear-gradient(180deg, #FFFFFF 1.83%, rgba(255, 255, 255, 0.7) 100.24%);
    border: 1px solid #FF000080;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

@media(min-width:768px) {
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .main-heading {
        border-radius: 30px;
        padding: 40px 22px;
    }
    .white-shade {
        padding: 8px 33px;
    }

    .pre-heading {
        padding: 9px 30px;
    }
        .post-head {
        padding: 12px 20px;
    }
    .blue-text {
background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border-top: 1px solid #0BAEFF;
    border-right: 1px solid #0BAEFF;
    border-bottom: 5px solid #0BAEFF;
    border-left: 1px solid #0BAEFF;
    backdrop-filter: blur(100px);
        border-radius: 10px;
        padding: 0px 10px;
        color: #000;
    }

    .yellow-shape{
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/pink-frame.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 0px 20px;
    }
}
/* Header Section CSS */

/* Second Section Start */
.second-section {
    padding: 30px 0px;
    background: #ffffff;
}
.header-list-block {
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: double 2px transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

@media (min-width: 768px) {
    .second-section {
        padding: 100px 0px;
    }
}

/* Second Section end */

/* Fourth Section Starts */
.fifth-section {
    padding: 30px 0px;
    background: #000000;
    position: relative;
}
.presenting-head {
    border-radius: 30px;
    background: #0BAEFF;
    border: 1px solid #FFFFFF4D;
    display: inline-block;
    padding: 8px 26px;
}

@media(min-width:768px) {
    .fifth-section { 
        background:#E8F8FF url(https://cdn.oppyotest.com/launches/magicclipsai/agency/proudlybg.webp) no-repeat center bottom;
        background-size: cover;      
        padding: 100px 0px 200px;
    }
        .presenting-head {
    border-radius: 100px;
    padding: 10px 32px;
    }
}
/* Fourth Section end */

/* Thats-not-all Section start */
.thats-not-all-section {
    background: #E8F8FF;
    padding: 30px 0px;
}
.btn-gradiant {
    background: var(--theme-gradient);
    display: inline-block;
    padding: 10px;
    color: #fff;
}
.one-time-shape {
    background: #597EFF;
    border-radius: 40px;
    padding: 9px 34px;
    display: inline-block;
    font-family: 'Caveat', cursive;
}
.amazing-software-section1 {
    background: #ffffff;
    padding: 30px 0;
}
@media(min-width:768px) {

        .amazing-software-section1 {
        /* background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/step-bg.webp) no-repeat bottom center;
        background-size: cover; */
        padding: 100px 0px 120px;
    }
        .btn-gradiant {
        padding: 16px 20px;
    }

}
@media(min-width:767px) {
    .one-time-shape {
        padding: 15px 60px;
        border-radius: 50px;
    }
    .thats-not-all-section {
        /* background: #f9f9f9 url(https://cdn.oppyotest.com/launches/magicclipsai/agency/white-section-bg.webp) no-repeat; */
        padding: 100px 0px 100px;
        /* background-position: center center; */
    }
    .imahe-h-300 {
        height: 400px;
    }
    .imahe-h-250 {
        height: 350px;
    }
}

/* Thats-not-all Section end */

/* steps */
.feature-bg {
    background: #e8f9ff;
    padding: 30px 0;
}
.yellow-border-card {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/fe-frame.webp) no-repeat;
    background-size: 100% 100%;
    /* background: #FC884C26;
    border: 1px solid #FC884C4D;
    box-shadow: 0px 0px 50px 0px #FC884C4D inset; */
    border-radius: 10px;
    padding: 10px 20px;
    height: 100%;
}
.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.white-section1 {
    /* background: #101010; */
    padding: 30px 0 0;
}
.main-text {
    background: #1C0B03;
    border: 1px solid #FC884C;
    border-radius: 10px;
    transform: skewX(-10deg);
    display: inline-block;
    padding: 5px 15px;
}
.main-text2 {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border-top: 1px solid #0BAEFF;
    border-right: 1px solid #0BAEFF;
    border-bottom: 5px solid #0BAEFF;
    border-left: 1px solid #0BAEFF;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 15px;
}
        .white-section {
        background:#f9f9f9;
        padding: 30px 0px ;
    }
@media (min-width: 768px){
    .steps-section {
        /* background: #07000c url(https://cdn.oppyotest.com/launches/magicclipsai/agency/steps-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed; */
        padding: 100px 0;
        /* margin-top: -50px; */
    }
    .feature-bg {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/steps-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 60px 0 100px;
}
    .white-section1 {
    /* background: #101010; */
    padding: 60px 0;
}

        .white-section {
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/magicclipsai/agency/white-section-bg.webp) no-repeat;
        padding: 100px 0px 100px;
        background-position: center center;
    }
        .yellow-border-card {
        border-radius: 20px;
        padding: 20px 35px;
    }
}
/* steps */

/* Moneyback section */
.moneyback-section {
        background: #090703;
        padding: 30px 0px;
}
.brown-frame1 {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/pink-frame.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}
@media (min-width:768px){
    .moneyback-section {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/moneyback-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0 100px;
    }
    .brown-frame1 {
        padding: 0px 20px;
    }
}
/* Moneyback section */

/*Table CSS Start*/
.table-section {
    background:#ffffff;
    padding:30px 0px;
}

.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox2 {
    background: #191919;
    width: 100%;
    float: left;
    border-radius: 32px 32px 23px 23px;
    /* box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%); */
    border: 10px solid #232323;
}

.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox3 {
    width: 100%;
    float: left;
    /* background: var(--theme-gradient); */
    border-radius: 32px 32px 23px 23px;
    /* box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%); */
    border: double 10px transparent;
    background-image: linear-gradient(#F3F3F3, #F3F3F3), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    position: relative;
}

ul.vgreytick {
    padding: 0px 0px;
}

ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/vgreytick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    /* background: #000; */
    color: #fff;
}

/* ul.vgreytick li:nth-child(odd) {
    background-color: #f1f7fe;
}

ul.vgreytick li:nth-child(even) {
    background-color: #fff;
} */

/* ul.vgreytick li:last-child {
    border-bottom: 0px;
} */

ul.grey-tick-last {
    padding: 0px 0px;
    background: #fff;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/vgreytick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    /* color: #ffffff; */
}

.tbbg2{
    background: #232323;;
    padding: 60px 20px 60px 20px;
    border-radius: 15px 15px 0px 0px;
    /* min-height: 420px; */
}
/* .tbbg3{
    background: var(--theme-gradient3);
    padding: 60px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 420px;
} */
.tbbg3 {
    background:linear-gradient(0deg, rgb(255, 255, 255) 3.3%, #ff00004d 95.98%);
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 20px 20px 0px 0px;
}
.commercial {
    background: #FCBB2F;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
.mt-top {
    margin-top: -12%;
}
@media (max-width: 767px) {
    .tbbg2,.tbbg3 {
        padding: 15px 15px 15px 15px;
    }
}
@media (min-width:768px) {
        .table-section {
        /* background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed; */
        padding: 70px 0 100px 0px;
    }
        .table-sale {
        padding: 11px 70px;
    }
    .mt-top {
            margin-top: -15.40%;
        }
    .tbbg3 {
        padding: 60px 30px 60px 30px;
        background-size: 100% 100%;
        border-radius: 20px 20px 0px 0px;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 20px;
    }
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 20px;
    }
    .up-btn-header a {
        font-size: 28px !important;
    }
}

.myfeatureslast {
    float: left;
    padding: 30px;
    width: 100%;
    min-height: 69px;
    /* color: #ffffff; */
    border-radius: 0px 0px 10px 10px;
    border-top: none;
}

.myfeatureslastborder {
    float: left;
    padding: 30px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    min-height: 69px;
    background: #ffffff;
    color: #000;
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.thanks-button a:hover {
    color: #224cb0;
}

@media(min-width:768px) {
    .myfeatureslast {
        padding: 30px;
    }
    .f-md-70 {
        font-size: 70px;
    }
}
/*Table CSS End*/

/* success start */
.success-sec{
    background-color: #e8f9ff;
    padding: 30px 0px;
}

.inter-btn a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: #03CF0B;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}
.inter-btn a:hover{
    color: #fff;
}
.inter-btn-1 a {
    background-color: #FF2929;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}

.inter-btn-1 a:hover{
    color: #fff;
}
.inter-btn a:hover{
    background-color: #00a806;
}
.inter-btn-1 a:hover{
    background-color: #eb0a0a;
}
@media (min-width: 768px){
    .success-sec{
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/agency/success-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 60px 0px 100px;
    } 
    .inter-btn a,.inter-btn-1 a {
        font-size: 22px;
        padding: 28px 30px;
    }
}
/* succes sec end */

/* footer sec starts */
.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 sec end */


/*-------- BTN ------------*/

.probtn1 a {
    border-radius: 20px;
    transition: all 0.5s ease;
    background: var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: 5px solid #ffffff;
    font-weight: 700;
    width: 100%;
    font-size: 26px;
    line-height: 140%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.probtn1 a:hover {
    background: var(--theme-gradient1);
    text-decoration: none;
    transform: scale(1.05);
}
@media (min-width: 768px) {
    .probtn1 a {
        font-size: 42px;
        padding: 28px 30px;
    }
}
/*-------- BTN ------------*/