html {
	scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
	color: #252525;
	font-size: 14px;
	overflow-x: hidden;
}
.poppins{
    font-family: 'Poppins', sans-serif;
}
.caveat {
    font-family: 'Caveat', cursive;
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--theme-gradient);
  border-radius: 25px;
}

/* Color CSS */
: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%);
    --blue-clr: #0BAEFF;
}
.purple-clr{
    color: #9641FB;
}
.white-clr {
	color: #fff;
}

.black-clr {
	color: #252525;
}
.orange-clr{
	color: #FC884C !important;
}
.red-clr {
    color: #FF0000 !important;
}
.blue-clr {
    color: var(--blue-clr);
}
.green-clr {
    color: #28b800;
}
.green-clr3 {
    color: #16cf05;
}
.green-clr2 {
    color: #86c63a;
}
.theme-clr{
	background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-box{
    background: var(--theme-gradient);
    border-radius: 10px;
    display: inline-block;
    padding: 4px 18px;
}
.theme-clr1{
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 2px solid var(--theme-gradient);
    /* border-image: var(--theme-gradient); */
    border-image-slice: 1;
    width: 100%;
}
.br-gradient1 {
    border-bottom: 2px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}
.caveat {
    font-family: 'Caveat', cursive;
}
.warning-section{
    background: var(--theme-gradient);
    padding: 10px 0px;
}
.theme-btn {
    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;
}
.btn-border:hover{
    transform: scale(1.1);
}
.theme-btn:hover{
    color: #ffffff;
    background: var(--theme-gradient1);
    transform: scale(1.05);
}
.img-box img{
    width: 90%;
}
a.affiliate-link-btn {
	border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	text-align: center;
    display: inline-block;
	padding: 10px 28px;
	font-size: 18px;
	color: var(--black-clr);
	transition: all .3s ease;
	animation: blink 1.5s linear infinite;
}

@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
} 
@media (min-width: 768px){
.theme-btn {
    padding: 27px 20px;
}
a.affiliate-link-btn {
    padding: 10px 28px !important;
    font-size: 24px;
}
}
.sec-pd {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px){
	.sec-md-pd {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

/* Header Section CSS */
.header-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #C9EFFF 124.12%);
    padding: 30px 0px;
}
.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;
}
.preheadline {
    border-radius: 10px;
    border: 1px solid #43C5ED;
    padding: 9px 20px;
    display: inline-block;
    background: linear-gradient(to right, rgba(67, 197, 237,20%) 0%, rgba(67, 237, 184,10%) 100%);
}
.video-box {
    position: relative;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(217, 217, 217, 0.03) 100%);
    backdrop-filter: blur(5px);
    border-radius: 20px;
}

.fixed-top-bar{
    position: sticky;
    top: 0;
    z-index: 99;
}
.white-box{
    background: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
}

.mainheading-text{
    font-style: italic;
    background: linear-gradient(90deg, #72F3E9 0%, #CFA8FF 50%, #FACEAB 100%);
    border-radius: 10px;
    padding: 0px 10px;
}
.yellow-shape{
    background: #a869f3;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  /* .btn-border{
    border: 10px solid #A6FF004D;
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
    } */
    .btn-border:hover{
        transform: scale(1.1);
    }
    .btn-border {
        padding: 4px;
        border-radius: 10px;
        transition: ease 0.3s;
        display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #ffde00 14%, #FFDE004D 19%, transparent 17%);
        background-size: contain;
        background-color:transparent;
        animation: rotateBG 5s linear infinite;
    }
    .btn-border1 {
        padding: 4px;
        border-radius: 10px;
        transition: ease 0.3s;
        display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #ffde00 14%, #FFDE004D 19%, transparent 17%);
        background-size: contain;
        background-color:#ffffff;
        animation: rotateBG 5s linear infinite;
    }
.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;
}
    .blue-wave {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
    }
  
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  }

.probtn1 a {
    border-radius: 20px;
    transition: all 0.5s linear;
    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 {
	transition: all .5s ease;
	background: var(--theme-gradient1);
    transform: scale(1.05);
}
.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;
}

  /* button border animation css end */

@media(min-width:768px) {
	.header-section {
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/header-bg.webp) no-repeat top center;
        background-size: cover;
		padding: 40px 0px 100px 0px;
	}
    .preheadline{
        padding: 10px 50px;
	  }
    .mainheading-text{
        font-style: italic;
        background: linear-gradient(90deg, #72F3E9 0%, #CFA8FF 50%, #FACEAB 100%);
        border-radius: 10px;
        padding: 0px 10px;
    }
    .post-head{
        padding: 12px 20px;
    }
    .img-width img{
        max-width: 85%;
    }
    .main-heading {
        border-radius: 30px;
        padding: 40px 22px;
    }

        .yellow-shape{
        background: url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/blue-shade.webp) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 5px 20px;
        border-radius: unset;
    }
    .probtn1 a {
		font-size: 34px;
		padding: 28px 25px;
		display: inline-block;
		width: auto;
	}
}

/* Header Section CSS */

/* monthly box start */
.monthly-box {
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/megasuite/montly-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 3px 15px 30px;
    border-radius: 20px;
    position: relative;
}
.One-Time-text{
    background: url("https://cdn.oppyotest.com/launches/magicclipsai/megasuite/one-time-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 12px 59px;
    display: inline-block;
    margin: -10px;
}
/* .theme-btn {
    background: var(--theme-gradient);
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.theme-btn:hover {
    background: var(--theme-gradient1);
    color: #ffffff;
} */
@media (min-width: 768px) {
    .pl-md75 {
        padding-left: 75px !important;
    }
    .monthly-box{
        padding: 0px 106px 40px;
    }
	/* .theme-btn {
        padding: 30px 100px;
    } */
}
/* monthly box end */

/* Presenting Section Start */
.proudly-sec {
		padding: 30px 0px 30px 0px;
		background: #000000;
	}

.presenting-head {
    border-radius: 30px;
    background: #0BAEFF;
    border: 1px solid #FFFFFF4D;
    display: inline-block;
    padding: 8px 26px;
}

@media (min-width: 768px){
	.proudly-sec {
		padding: 100px 0px 150px 0px;
		background: url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/proudlybg.webp) bottom center no-repeat;
    	background-size: cover;
	}
	.presenting-head {
            border-radius: 100px;
    padding: 10px 32px;
    }
}

/* Presenting Section End */

/* feature-section start */
.bonus-headline-top {
    background: var(--theme-gradient);
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
}
.bonus-section-shape {
    background: #ffffff;
    border-radius: 20px;
    border: 2px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.bonus-section-shape-inner {
    padding: 20px;
}

@media (min-width: 768px){
	.bonus-section-shape-inner {
		padding: 30px;
	}
}
/* feature-section end */

/* Moneyback section */
.moneyback-section {
	background: #090703;
    padding: 30px 0px;
}
.brown-frame1 {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/blue-shade.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

@media (min-width: 768px) {
	.moneyback-section {
		padding: 100px 0px;
		background: url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/prize-value.webp) no-repeat center top;
		background-size: 100% 100%;
	}
        .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: #ffffff;
	width: 100%;
	float: left;
	border-radius: 10px;
	box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
}

.tablebox3 ul {
	padding-left: 0;
	color: #010101;
}

.tablebox3 {
    background: #fff;
	width: 100%;
	float: left;
	border-radius: 25px 25px 20px 20px;
	border: 10px solid transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
	position: relative;
}

ul.vgreytick {
	padding: 0px;
	margin: 0;
}

ul.vgreytick li {
	background: url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/table-tick.webp) no-repeat;
	list-style: none;
	text-align: left;
	padding: 15px 15px 15px 50px;
	background-position:10px 19px;
	line-height: 150%;
	text-transform: capitalize;
}

/* ul.vgreytick li:nth-child(odd) {
	background-color: #EAF3F8;
}

ul.vgreytick li:nth-child(even) {
	background-color: #ffffff;
} */

ul.vgreytick li:last-child {
	border-bottom: 0px;
}

ul.grey-tick-last {
	padding: 0px;
	margin: 0;
}

ul.grey-tick-last li {
	background:#fff url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/tick.webp) no-repeat;
	list-style: none;
	text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 15px 15px 15px 50px;
	color: #000;
	background-position:15px 17px;
	line-height: 150%;
	text-transform: capitalize;
}

/* ul.grey-tick-last li:nth-child(odd) {
	background-color: #ffffff;
}

ul.grey-tick-last li:nth-child(even) {
    background-color: #2a1b7d;
    color: #ffffff;
} */

/* ul.grey-tick-last li:last-child {
	border-bottom: 0px;
} */

.tbbg2 {
	background-color: #fff;
	padding: 50px 30px 50px 30px;
	background-size: 100% 100%;
	border-radius: 10px 10px 0px 0px;
}

.tbbg3 {
    background: url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/premium-table.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 250px;
}

.myfeatureslast {
	float: left;
	padding: 0px 30px 30px;
	width: 100%;
	min-height: 69px;
	background: #ffffff;
	border-radius: 0px 0px 10px 10px;
}

.myfeatureslast-com {
	float: left;
	padding: 30px;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
	min-height: 69px;
	background: #ffffff;
}

@media (min-width: 768px) {
	.table-section{
        /* background: url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed; */
        padding: 70px 0 100px 0px;
    }
    .tablebox3 {
        border-radius: 40px 40px 20px 20px;
    }

	.tbbg3 {
        background: #ffffff url(https://cdn.oppyotest.com/launches/magicclipsai/megasuite/premium-table.webp) no-repeat;
        background-size: 100% 100%;
        padding: 60px 20px 80px 20px;
        border-radius: 27px 27px 0px 0px;
        min-height: 500px;
	}

	.tbbg2 {
		padding: 50px 30px 50px 30px;
		background-size: 100% 100%;
		border-radius: 10px 10px 0px 0px;
	}

	ul.vgreytick li {
		padding: 20px 15px 20px 65px;
		background-position:20px 22px;
	}

	ul.grey-tick-last li {
		padding: 20px 15px 20px 65px;
		background-position:27px 20px;
	}

	.myfeatureslast {
		padding: 0px 20px 30px;
	}
}

/*Table CSS Enad*/

/* success start */
.success-sec{
    background: #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/megasuite/success-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 60px 0px 100px;
    } 
    .inter-btn a , .inter-btn-1 a {
        font-size: 30px;
        padding: 28px 30px;
    }
}
/* success start */

/* Footer Section */

.footer-section {
	background: #000000;
	padding: 30px 0;
}

.footer-ul {
	padding: 0
}

.footer-ul li {
	display: inline;
	line-height: 130%;
}

.footer-ul li:hover a {
	color: #fff;
}

@media(min-width:768px) {
	.footer-section {
		padding: 50px 0px;
	}

	.footer-ul li {
		line-height: normal;
	}

}
/* Footer Section */