html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito', 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(--blue-clr);
  border-radius: 25px;
}

/* Color CSS */
:root{
    --theme-gradient:linear-gradient(135deg, #FFE31B, #FFF9B2);
    --theme-gradient1: linear-gradient(135deg, #FFF9B2, #FFE31B);
    --blue-clr:#1D5FE9;
}

.white-clr {
	color: #fff;
}

.black-clr {
	color: #252525;
}
.orange-clr{
	color: #f47412;
}
.red-clr {
    color: #fc0013;
}
.blue-clr {
    color: var(--blue-clr);
}
.green-clr {
    color: #00ff1e;
}
.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 var(--blue-clr);
    /* border-image: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    border-image-slice: 1;
    width: 100%; */
}
.caveat {
    font-family: 'Caveat', cursive;
}
.warning-section{
    background: #0e7adf;
    padding: 10px 0px;
}
.theme-btn {
    background: var(--blue-clr);
     /* border: 2px solid #130d18;  */
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

.btn-border:hover{
    transform: scale(1.1);
}
.theme-btn:hover{
    color: #ffffff;
    background: var(--blue-clr);
}
.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: 35px 30px;
}
a.affiliate-link-btn {
    padding: 10px 28px !important;
    font-size: 24px;
}
}

/* Header Section CSS */
.header-section {
    background: #010e2e;
    padding: 30px 0px;
}
.purple-brush{
    color: var(--theme-gradient);
}
.post-head{
    background: #D9D9D90D;
    backdrop-filter: blur(10px);
    border: 1px dashed #fff;
    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;
}

/* 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: #FFFFFF;
    border-radius: 20px;
    padding: 20px 10px;
    display: inline-block;
    position: relative;
    }
    .blue-wave {
    background: var(--blue-clr);
    padding: 0px 10px;
    display: inline-block;
    border-radius: 12px;
    }
  
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  }

  /* button border animation css end */

@media(min-width:768px) {
	.header-section {
        background:#010e2e url(https://cdn.oppyotest.com/launches/broadcasterai/megasuite/header-bg.webp) no-repeat center center;
        background-size: cover;
		padding: 40px 0px 100px 0px;
	}
    .blue-wave {
        padding: 0px 25px;
        border-radius: 17.5px 0px 17.5px 0px;
    }
	.purple-brush {
        /* background: linear-gradient(180deg, rgba(250, 114, 36, 0) 40%, #FA7224 100%); */
        color: #ffffff;
        position: relative;
        padding: 0px 5px;
        z-index: 1;
    }
    .purple-brush::after {
        content: '';
        background: linear-gradient(180deg, rgba(250, 114, 36, 0) 0%, #FA7224 100%);
        position: absolute;
        bottom: 4px;
        right: 0px;
        width: 100%;
        height: 30px;
        z-index: -1;
    }
    .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 {
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/megasuite/main-head.webp) 0% 0% / 100% 100% no-repeat;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
}

.probtn1 a {
	transition: all .3s ease;
	border-radius: 15px;
	background: var(--blue-clr);
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 15px 12px;
	color: #fff;
	border: none;
	font-weight: 700;
	width: 100%;
	font-size: 24px;
	line-height: 140%;
}

.probtn1 a:hover {
	transition: all .3s ease;
	background: var(--blue-clr);
}

@media (min-width:768px) {
	.probtn1 a {
		font-size: 32px;
		padding: 28px 25px;
		display: inline-block;
		width: auto;
		border-radius: 10px;
	}
}

.features-title {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	gap: 15px;
}

.features-title .size {
	max-height: 100px;
}


.moneyback-section {
	background: #02182e;
    padding: 30px 0px;
}
.hr {
    mix-blend-mode: overlay;
}
@media (min-width: 768px) {
	.moneyback-section {
		padding: 100px 0px;
		background:#02182e url(https://cdn.oppyotest.com/launches/broadcasterai/megasuite/prize-value.webp) no-repeat center top;
		background-size: 100% 100%;
	}
}

/* monthly box start */
.monthly-box {
    background: url("https://cdn.oppyotest.com/launches/broadcasterai/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/broadcasterai/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 */



/*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 #0644C5;
    /* 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/broadcasterai/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/broadcasterai/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/broadcasterai/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: 10px;
	width: 100%;
	min-height: 69px;
	background: #ffffff;
	border-radius: 0px 0px 10px 10px;
}

.myfeatureslast-com {
	float: left;
	padding: 10px;
	width: 100%;
	border-radius: 0px 0px 10px 10px;
	min-height: 69px;
	background: #ffffff;
}

@media (min-width: 768px) {
	.table-section{
        /* background: #FFF0DD url(https://cdn.oppyotest.com/launches/broadcasterai/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/broadcasterai/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*/

.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;
	}

}

a.nothank {
	color: #EF3E3A;
	text-decoration: none;
}

/* Presenting Section Start */
.proudly-sec {
    padding: 30px 0px;
	background: #090b0c;
}
.presenting-head {
    background: #FFFFFF1A;
    border: 1px dashed #1D7EEB;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    padding: 10px;
    display: inline-block;
}

@media (min-width: 768px){
	.proudly-sec {
		padding: 100px 0px 150px 0px;
		background: url(https://cdn.oppyotest.com/launches/broadcasterai/megasuite/proudlybg.webp) bottom center no-repeat;
    	background-size: cover;
	}
	.presenting-head {
        padding: 8px 40px;
    }
}

/* Presenting Section End */


/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: #EDECFF;
}
.container-box{
    padding: 20px;
    position: relative;
    background: #030f28;
    border-radius: 30px;
}

.inter-btn a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: var(--theme-gradient);
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #000;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}
.inter-btn a:hover{
    color: #000;
}
.inter-btn a:hover{
    background-color: var(--theme-gradient);
}

@media(min-width:768px){
    .contact-section{
        padding: 100px 0px;
    }
    .container-box{
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/megasuite/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
        .inter-btn a {
        font-size: 24px;
        padding: 28px 15px;
    }
}

/* Contact Section end */

.commercial {
    background: #ffffff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}


@media(min-width:768px){
    .preheadline{
        padding: 10px 50px;
	  }
}

img.vert-move {
    animation: mover 1s infinite  alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}
/* ul.vgreytick li:nth-child(odd) {
    background-color: #F7F2FD;
} */

.warning-box img {
    min-width: 52px;
	max-height: 50px;
    margin-right: 14px;
}
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}
.btn-accent {
    background: var(--theme-gradient);
    color: #000000;
}
.btn-medium {
    padding: 0px 18px;
    border: 2px solid #6137F7 !important;
    font-size: 18px;
    line-height: 33px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0;
    /* animation: blink 1.5s linear infinite; */
}

@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
    .max-h450 {
        max-width: 65%;
    }
}
@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}
.btn-accent:hover {
    color: #fff;
}
.step-group {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tp-step .highlighted.style4 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    background: #89ADE2;
    border-radius: 20px;
    color: #fff;
}
@media (min-width: 768px){
    .step-group:after {
        content: "";
        width: 100%;
        height: 2px;
        border-top: 2px dashed rgba(237, 108, 104, 0.4);
        position: absolute;
        left: 50%;
        top: 15px;
        transform: translatex(-50%);
        -webkit-transform: translatex(-50%);
        -moz-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        -o-transform: translatex(-50%);
    }
}

.sec-pd {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px){
	.sec-md-pd {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.btn-accent {
    /* background: #FAC55F; */
    color: #ffffff;
}

.btn-accent:hover, .btn-accent {
    /* background: #FAC55F; */
    color: #000;
}
.bonus-section-shape {
    background: #ffffff;
    border-radius: 20px;
    border: 2px solid var(--blue-clr);
    /* 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;
}
.bonus-headline-top {
    background: var(--blue-clr);
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
}
.brown-frame1 {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}
@media (min-width: 768px){
	.bonus-section-shape-inner {
		padding: 30px;
	}
	.margin-t-60 {
		margin-top: -60px;
	}
    .brown-frame1 {
        padding: 0px 25px;
    }
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/megasuite/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 35px;
    background-position: 0px 25px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--theme-gradient);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background: var(--theme-gradient);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* success start */
.success-sec{
    background: #EAF1FF;
    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/broadcasterai/megasuite/goodbye-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;
    }
}
