
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    color: #100f12;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
  }
  html::-webkit-scrollbar {
    width: 10px;
 }
html::-webkit-scrollbar-thumb {
    background: var(--theme-gradient1);
    border-radius: 25px;
  }
/* css color */

: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%);
}
.clr-7{
    color: #FF5010;
}
.clr-1{
    color: #0AABFF;
}
.text-green{
    color: #21a140;
}
.blue-clr {
    color: #0BAEFF;
}

.text-black{color:#000;}
.gray{color:#69686b}
.gray2{color:#aeaeb1}
.gray3{color:#8c8c8c}
.blue{color:#2a3950} 
.black2{color:#101010} 

.clr-4 {
    color: #2F60FF;
}
.red-clr{
    color: #FF0000 !important;
}
.yellow-clr {
    color: #FFFF48 !important;
}
.neon-clr{
    color: #05E7FD;
}
.orange-clr {
    color: #FF703C !important;
}
.purple-clr{
    color: #7E34FF;
}
.green-clr {
    color: #16cf05;
}
/* a{text-decoration:none;}
a:hover{text-decoration:none;} */

.white-clr{
    color: #ffffff !important;
}
.under {
    border-bottom: 4px solid #22FFE4;
}
      .warning-section {
         background: var(--theme-gradient);
         padding: 10px 0px;
      }
.blue-gradient{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black2-clr {
    color: #140014;
}


/* Header starts */
.banner{
    background: linear-gradient(180deg, #FFFFFF 0%, #C9EFFF 124.12%);
    padding: 30px 0;
}
.blue-box{
    background: #FFFFFF;
    border: 1px solid #FF00004D;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.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 #FF0000;
    border-radius: 10px;
    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;
}
.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: #FFFFFF;
    border: 1px solid #FF00004D;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.white-box1 {
    background: linear-gradient(180deg, #FFFFFF 1.83%, rgba(255, 255, 255, 0.7) 100.24%);
    border: 1px solid #FF000080;
    border-radius: 10px;
    padding: 10px;
}
.list-head li {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/tick.webp) no-repeat;
    padding: 0px 0px 0px 40px;
    margin-bottom: 10px;
    background-position: 0px 8px;
    text-align: left;
    list-style-type: none;
}
.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);
    transform: scale(1.05);
    transition: all .5s ease;
    text-decoration: none;
}

@media (min-width: 768px){
    .banner {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/banner.webp) no-repeat top center;
        background-size: cover;
        padding: 40px 0px  100px;
        position: relative;
    }
    .blue-box{
        padding: 8px 22px;
        border-radius: 100px;
    }
    .main-heading {
        border-radius: 30px;
        padding: 40px 22px;
    }
    .pre-heading {
        padding: 8px 22px;
        border-radius: 100px;
    }
            .white-box1 {
        padding: 30px;
    }
            .probtn1 a {
        font-size: 30px;
        padding: 27px 20px;
    }
}

/* Header end */

/* section2 */
.section4 {
    background: #fff;
    padding: 30px 0px;
}
@media (min-width:768px){
    .section4 {
        padding: 5% 0 3% 0;
    }
}
/* section2 */

/* section2 */
.section5 {
    background: #E8F8FF;
    padding: 5% 0 5% 0;
    color: #000;
}

@media (min-width:768px){
    .section5 {
        padding: 5% 0 5% 0;
    }
}
/* section2 */

/* Proudly starts */
.section6 {
    background: #091521;
    padding: 30px 0;
}
.proudly-sec {
    border-radius: 30px;
    background: #0BAEFF;
    border: 1px solid #FFFFFF4D;
    display: inline-block;
    padding: 8px 26px;
}
.list-head1 li {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/tick.webp) no-repeat;
    padding: 0px 0px 10px 40px;
    margin-bottom: 10px;
    background-position: 0px 5px;
    text-align: left;
        list-style-type: none;
}
.list-head{
    padding: 0px;
}
.section7 {
    background: #ffffff;
    padding: 3% 0;
}
@media (min-width:768px){
    .section6 {
        display: block;
        background: #ffffff url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/bg3.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 200px;
    } 
            .proudly-sec {
    border-radius: 100px;
    padding: 10px 32px;
    }  
    .section7 {
    background: #ffffff;
    padding: 0 0 3%;
}
}

/* Proudly end */

/* section7 */


/* section7 */

/* moneyback starts */
.section8{
    background: #101010;
    padding: 30px 0;
}
.brown-frame1 {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/brown-frame1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}
@media (min-width:768px){
    .section8  {
        display: block;
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/bg7.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
        .brown-frame1 {
        padding: 0px 20px;
    }
}
/* moneyback end */

/* Table starts */
.section9{
    background-color: #ffffff;
    padding: 40px 0px;

}
.white-box{
    background: #ffffff;
}
.button-primary {
    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;
}

.button-primary:hover {
    background: var(--theme-gradient1);
    color: #ffffff;
     transform: scale(1.05); 
}

ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 6px 21px;
    line-height: 150%;
    color: #000;
    border-bottom: 1px solid #f3ebff;
}

@media (max-width:767px){
    .tbbg2 {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/premium-box.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px 20px 80px 20px;
        border-radius: 27px 27px 0px 0px;
        min-height: 260px;
    }
}

@media (min-width:768px) {
    .tbbg2 {
        background:#ffffff url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/premium-box.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 27px 27px 0px 0px;
        padding: 60px 20px 80px 20px;
        min-height: 500px;
    }
        .section9 {
        /* background:#FFF7DE url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed; */
        padding: 100px 0px;
    }
    .button-primary {
        padding: 30px;
        font-size: 42px;
    }


}

.tablebox2 {
    border: double 10px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    width: 100%;
    float: left;
    border-radius: 40px 40px 20px 20px;
}

ul.vgreytick li {
    background:#ffffff url(https://cdn.oppyotest.com/launches/magicclipsai/dfy/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 10px 23px;
    line-height: 150%;
    border-bottom: 1px solid #f3ebff;
}
ul.vgreytick {
    padding: 0px 15px;
}
.tablebox2 ul {
    padding: 0px;
    color: #010101;
}
.myfeatureslast {
    float: left;
    padding: 30px;
    width: 100%;
    min-height: 69px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

.img-animation {
    animation: 1s ease-in-out 0s infinite alternate none running mover2;
}

.nothanks-section {
    padding: 0% 0 5% 0;
}
.kapblue, a.kapblue {
    color: #0041b5;
    text-decoration: none;
    padding: 0px 0px 30px;
}

/* Table ends */

/* 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/dfy/success-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 60px 0px 100px;
    } 

    .inter-btn a {
        font-size: 22px;
        padding: 28px 30px;
    }
    .inter-btn-1 a {
        font-size: 22px;
        padding: 28px 30px;
    }
}
/* succes sec end */

/* footer starts */

.footer-ul {
    padding: 0;
    margin: 0;
}

.footer-ul li {
    display: inline
}
.footer-ul li a, .footer-ul li a:hover {
    color: #ffffff;
}
.top.sticky {
    padding: 1% 0;
}


.footer{padding: 3% 0 3% 0;position: relative;background-color: #000;}
.footer-link{padding: 2% 0;margin-top: 3%;border-top: 1px solid #ffffff0f;}

/* footer ends */