html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
}
:root{
    --blue-clr:#1D5FE9;
}
html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--blue-clr);
  border-radius: 25px;
}

.poppins{
    font-family: "Poppins", sans-serif;
}
.yellow-clr {
    color: #FFAA3A;
}
.white-clr {
    color: #ffffff;
}

.blue-clr {
    color: var(--blue-clr);
}
.orange-gradient{
    background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Header Section CSS */
.header-section {
    background-color: #010e2e;
    padding: 30px 0px;
}
.mainheadline{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 10px;
    display: inline-block;
    position: relative;
}
.pre-heading {
    border-radius: 10px;
    border: 1px dashed #1D7EEB;
    background: linear-gradient(90deg, rgba(29, 95, 233, 0.04) 0%, rgba(29, 95, 233, 0.2) 49.52%, rgba(29, 95, 233, 0.04) 100%);
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
}
.gradiant-frame{
    background: var(--blue-clr);
    padding: 0px 10px;
    display: inline-block;
    border-radius: 12px;
}
.black2-clr {
    color: #140014;
}
.red-hat-font {
    font-family: Red Hat Display;
}
.post-head {
    background: #D9D9D90D;
    backdrop-filter: blur(10px);
    border: 1px dashed #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.purple-brush {
    background: #1D5FE9;
    border-radius: 18px 0px 18px 0px;
    display: inline-block;
    padding: 5px 14px;
    color: #fff;
}
@media(min-width:768px) {
    .header-section {
        background:#010e2e url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/header-bg.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 40px 0px 120px 0px;
    }
        .mainheadline{
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 40px;
        border: unset;
        border-radius: unset;
    }
    .gradiant-frame {
        padding: 0px 25px;
        border-radius: 17.5px 0px 17.5px 0px;
    }
    .pre-heading {
        padding: 15px 27px;
        border-radius: 100px;
    }
            .post-head {
        padding: 12px 30px;
    }
        .purple-brush {
        padding: 5px 20px;
    }
}

.fifth-section {
	background: #05112d;
	padding: 60px 0 30px 0px;
}


@media(min-width:768px) {
   
    .fifth-section {
        background:#fff url("https://cdn.oppyotest.com/launches/broadcasterai/reseller/proudlybg.webp") no-repeat center bottom;
	    background-size: cover;
        padding: 100px 0 100px 0px;
    }
}



.white-clr {
    color: #ffffff;
}

.white-blue {
    color: #70abff;
}


.second-sec {
    padding: 30px 0;
	background:#f9f9f9;
}



@media(min-width:768px) {
    .second-sec {
        padding: 100px 0px;
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/white-section-bg.png) no-repeat;
        background-position: center center;
    }

}


::-webkit-input-placeholder {
    color: #797979 !important;
}

::-moz-placeholder {
    color: #797979 !important;
}

:-ms-input-placeholder {
    color: #797979 !important;
}

:-moz-placeholder {
    color: #797979 !important;
}


.relative {
    position: relative;
}


.blue-clr {
    color: #0041b5;
}


.blue-clr {
    color: #0041b5;
}


html {
    scroll-behavior: smooth;
}



/********features*********/

@font-face {
    font-family: 'handsean';
    src: url(../fonts/handsean.ttf);
}


.name-box {
    background: #5c6ac4;
    padding: 0px 30px;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
}

.inline-block {
    display: inline-block;
}

.inline-flex {
    display: inline-flex;
}

.green-clr {
    color: #16cf05;
}
.footer-section {
    background: #000000;
    padding: 30px 0px;
}

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
    line-height: 130%;
}

.footer-ul {
    padding: 0
}

.footer-ul li {
    display: inline;
}


@media(min-width:768px) {
    .footer-ul li {
        display: inline;
        line-height: normal;
    }
    .footer-section {
        padding: 70px 0px;
    }
} 

.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
.tbbg2{
    background: #ffffff;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}
@media (min-width:768px) {
    .tbbg2 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
}
.tablebox2 {
    background: #ffffff;
    border: 10px solid #EAF1FF;
    width: 100%;
    float: left;
    border-radius: 25px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
}
.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox3 {
    width: 100%;
    border: 10px solid #0644C5;
    float: left;
    border-radius: 25px;
    box-shadow: 0px 0px 22px 0px rgb(38 23 70 / 40%);
    position: relative;
    /* height: 100%; */
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/greentick.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    color: #000;
    background-position: 15px 15px;
    line-height: 150%;
    text-transform: capitalize;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/greentick.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}
ul.vgreytick li:nth-child(odd) {
    background-color: #EAF1FF;
}
@media (min-width: 768px) {
    ul.vgreytick li {
        padding: 15px 15px 15px 50px;
        background-position: 15px 15px;
    }
}
ul.grey-tick-last li:nth-child(even) {
    background-color: #0644C5;
    color: #ffffff;
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #fff;
}

ul.grey-tick-last li:last-child {
    border-bottom: 0px;
}

.tbbg3 {
    background: #0644C5;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
.mt-top {
    margin-top: -26%;
}

@media (min-width: 768px) {
    .tbbg3 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .table-sale {
        padding: 11px 70px;
    }
    .mt-top {
        margin-top: -20.80%;
    }
}

.buypad {
    padding: 4% 3%;
}

.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: 15px;
    width: 100%;
    min-height: 69px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

@media(min-width:768px) {
    .myfeatureslast {
        padding: 0px 20px 20px;
    }
}

/*Table CSS Enad*/

.grey-section {
    background: #EAF1FF;
    padding: 30px 0;
}

.table-section {
    background: #ffffff;
    padding: 30px 0px;
}

@media (min-width:768px) {
    .table-section {
        padding: 100px 0;
    }

    .mt-sm240 {
        margin-top: 240px;
    }
    .mt-sm0 {
        margin-top: 0px !important;
    }
}

.bonus-count {
    background: #5c6ac4;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 15px;
}

.grey-clr {
    color: #d6d6d6;
}

.promo-icon {
    position: absolute;
    left: 15px;
    top: -20px;
    display: none;
}

.promo-icon1 {
    position: absolute;
    left: 15px;
    top: -20px;
    display: block;
}


/*-------- Responsive ------------*/

@media (min-width:768px) {
    .promo-icon1 {
        position: absolute;
        left: 0px;
        top: -20px;
        display: block;
    }
    .promo-icon {
        position: absolute;
        left: 0px;
        top: -60px;
        display: block;
    }

    .grey-section {
        /* background: #F1FFF4 url("https://cdn.oppyotest.com/launches/broadcasterai/reseller/grey-bg.webp") no-repeat top center;
        background-size: cover; */
        padding: 100px 0px;
    }
}

@media (max-width: 767px) {
    .tbbg2 {
        padding: 15px 15px 15px 15px;
    }
}

.black-design {
    background: #0063eb;
    padding: 15px 30px;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
    display: inline-block
}

.black-design .skew-normal {
    -webkit-transform: skew(200deg);
    -moz-transform: skew(200deg);
    transform: skew(200deg);
}

@media (min-width: 768px) {
    .black-design {
        padding: 15px 60px;
    }
}
.boxes{
    display: inline-block;
    border-radius: 20px;
    border: 2px solid var(--blue-clr);
    /* background-image: linear-gradient(#ffffff,#ffffff),  linear-gradient(90deg, #97CA55 0%, #009AFA 100%);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 15%);
}
.boxes-text {
    /* background: ; */
    padding: 20px;
    
}

ul.bigboxes {
    margin: 0px;
    padding: 0px;
}

.bigboxes li {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/greentick.png) no-repeat;
    line-height: 30px;
    list-style: none;
    text-align: left;
    padding: 0 0 0px 45px;
    background-position: 0 13px;
}

ul.bigboxes1 {
    margin: 0px;
    padding: 0px;
}

.bigboxes1 li {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/greentick.png) no-repeat;
    line-height: 30px;
    list-style: none;
    text-align: left;
    padding: 0 0 0px 45px;
    background-position: 0 4px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .boxes-text {
        padding: 50px;
    }
}

.footer-ul li:hover a {
    color: #fff;
}


.up-btn-header a {
    border-radius: 10px;
    background: var(--blue-clr);
    /* box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    -webkit-box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 6px 14px -1px rgba(0, 0, 0, 0.45); */
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    transition: all .3s ease;
    position: relative;
}
.up-btn-header a:hover {
    background: var(--blue-clr);
    text-decoration: none;
}
.button-primary a{
    background: var(--blue-clr);
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.button-primary a:hover {
    background: var(--blue-clr);
    border-radius: 15px;
}
@media(min-width:768px) {
    .up-btn-header a {
        font-size: 42px;
        padding: 28px 40px;
    }
        .button-primary a {
        padding: 28px 10px;
        font-size: 28px;
    }
}

.warning-section{
    background-color: #0e7adf;
    padding: 20px 0px;
}
.offer {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	flex-direction: column;
}
.kapblue,a.kapblue {
    color: #150de1;
	text-decoration:none;
}
@media (min-width:768px) {
	.offer {
		display: flex;
		align-items: center;
		gap: 15px;
		justify-content: center;
		flex-direction: row;
	}
}

.third-section {
    padding: 30px 0;
    background: #ffffff;
}
.exciting-inner-sec {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/reseller/exiciting-inner-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 20px 15px;
    backdrop-filter: blur(3px);
    border-radius: 15px;
    max-width: 95%;
    margin: 0px auto;
}
@media (min-width: 768px){
    .third-section {
        padding: 100px 0;
    }
    .exciting-inner-sec {
        padding: 100px 30px;
        border-radius: 50px;
        width: 85%;
    }
}

/* 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/reseller/goodbye-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 */