html {
    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;
}

.yellow-clr {
    color: #FFC633;
}
.white-clr {
    color: #ffffff;
}
.red-clr{
    color: #FF3A3A;
}
.blue-clr {
    color: var(--blue-clr);
}
.green-clr {
    color: #16cf05;
}
.orange-clr {
    color: #FF992E;
}
.orange-gradient{
    background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(90deg, #FF992E  0%, #DA1467 100%);
    border-image-slice: 1;
    width: 100%;
}
.green-gradient{
    background: linear-gradient(90deg, #65BA8B 0%, #97CA55 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.probtn1 a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out ;
    background: var(--blue-clr);
    /* 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: 20px;
    line-height: 140%;
    position: relative;
}
.probtn1 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;
}

.main-heading {
    background: #fff;
    border-radius: 7px;
    padding: 20px 10px;
}
.black2-clr {
    color: #140014;
}
.red-hat-font {
    font-family: Red Hat Display;
}
@media(min-width:768px) {
    .probtn1 a {
        font-size: 32px;
        padding: 25px 30px;
    }
            .button-primary a {
        padding: 28px 20px;
        font-size: 28px;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/main-heading-bg.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 61px 25px 62px 61px;
    }
}

/* 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: 35px;
    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;
}
.post-head {
    background: #D9D9D90D;
    border: 1px dashed #fff;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.gradiant-frame{
    background: var(--blue-clr);
    padding: 0px 10px;
    display: inline-block;
    border-radius: 12px;
}

@media(min-width:768px) {
    .header-section {
        background: #010e2e url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/header-bg.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
        .mainheadline{
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 40px 50px;
        border: unset;
        border-radius: unset;
    }
       .post-head {
        padding: 12px 20px;
    }
    .pre-heading {
        padding: 9px 40px;
    }
    .f-md-86 {
        font-size: 80px !important;
    }
            .gradiant-frame {
        padding: 0px 25px;
        border-radius: 17.5px 0px 17.5px 0px;
    }
    
}
.proudly-section {    
    background-color: #05112d;    
    padding:30px 0px;
    position: relative;
}

.presenting-head {
    background: #FFFFFF1A;
    border: 1px dashed #1D7EEB;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    padding: 10px;
    display: inline-block;
}

.but-design {
	background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
	padding: 15px 30px;
	-webkit-transform:skew(-200deg);
	-moz-transform:skew(-200deg);
	transform:skew(-200deg);
	display:inline-block
}
.but-design .skew-normal{
	-webkit-transform:skew(200deg);
	-moz-transform:skew(200deg);
	transform:skew(200deg);
}
.warning-section{
    background-color: #0e7adf;
    padding: 20px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
@media(min-width:768px) {
    .but-design {
        padding:15px 60px;
    }
    .proudly-section {
        background: url("https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/proudlybg.webp") no-repeat center bottom;
        background-size: cover;
        padding:100px 0px;
    }
    .presenting-head {
        padding: 8px 40px;
    }
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}

span.under {
    border-bottom: 4px solid;
}

.second-section {
    padding: 5% 0;
	background:#f9f9f9;
}

.kapblue,a.kapblue {
    color: #150de1;
	text-decoration:none;
}


/********features*********/

.bonus-section {
    background: #F1FFF4;
    padding: 30px 0 30px;
}

.moneyback-section {
    background-color: #02182e;
	padding: 30px 0 30px;
}

@media (min-width:768px) {
    .moneyback-section {
        background: #02182e  url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/moneyback-bg.webp) no-repeat;
        background-position:top center;
        background-size: cover;
        padding: 100px 0 100px;
    }
    .bonus-section {
        background: url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/bonus-bg.webp) no-repeat center center;
        background-size: cover;
        padding:100px 0px;
		border-bottom:0px
    }
}

.footer-section {
    background: #000000;
    padding: 30px 0;
}
@media (min-width: 768px) {
	.footer-section {
		padding: 45px 0px 50px;
	}
}
.footer-ul {
    padding: 0
}

.footer-ul li {
    display: inline;
}

.white-section {
    background: #fff;
    padding: 30px 0px;
}

.grey-section {
    background: #F3EAFF;
    padding: 30px 0;
}

@media(min-width:768px) {
    .white-section {
        padding: 60px 0px 60px;
    }
    .grey-section {
        padding: 100px 0px 100px;
    }
}

/*new*/
/*Table CSS Start*/

.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}

.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%;
    float: left;
    border: 10px solid #0644C5;
    /* background: #200d68; */
    border-radius: 25px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
}
.tablebox3:before{
	content:'';
	position:absolute;
	background: url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/most-popular.webp) no-repeat left top;
	min-height:165px;
	min-width:153px;
	left: -10px;
	top: -10px;
}
/* .tablebox2:before{
	content:'';
	position:absolute;
	background: url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/most-popular.webp) no-repeat left top;
	min-height:165px;
	min-width:153px;
	left: 0px;
	top: 0px;
} */
ul.vgreytick {
    padding: 0px;
    margin: 0;
}

ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/vgreytick-icon.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    line-height: 150%;
}

ul.vgreytick li:nth-child(odd) {
    background-color: #EAF1FF;
}


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: url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/vgreytick-icon.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
	color:#ffffff;
    background-position: 15px 22px;
    line-height: 150%;
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #fff;
    color: #000000;
}

ul.grey-tick-last li:nth-child(even) {
    background-color: #0644C5;
    color: #ffffff;
}

ul.grey-tick-last li:last-child {
    border-bottom: 0px;
}

.tbbg2 {
    background: #ffffff;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.tbbg3 {
    background: #0644C5;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}

@media (min-width: 768px) {
    .tbbg3 {
    padding: 80px 30px 80px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
    }
    .tbbg2 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 50px;
        background-position: 20px 17px;
    }
    ul.grey-tick-last li {
        padding: 20px 15px 20px 50px;
        background-position: 20px 17px;
    }	
}

.buypad {
    padding: 4% 3%;
}

.myfeatureslast {
    float: left;
    padding-bottom: 20px;
    width: 100%;
    min-height: 69px;
    background: #ffffff;
	border-radius:0px 0px 10px 10px;
}
.myfeatureslast-com {
    float: left;
    padding: 0px 20px 30px;
    width: 100%;
	border-radius:0px 0px 10px 10px;
    min-height: 69px;
    background: #ffffff;
}

@media(min-width:768px) {
    .myfeatureslast {
        padding: 0px 20px 30px;
    }
}

/*Table CSS Enad*/

a.link {
    color: #337ab7;
}

.proudly-sec {
    background: #10a6f8;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
    transform: skew(-5deg);
}
@media(min-width:768px){
    .proudly-sec {
        padding: 15px 30px 15px 30px;
        transform: skew(-10deg);
    }
}

.footer-ul li a:hover{
    color: #fff;
}

   
.feature-card {
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--blue-clr);
    /* background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    background-origin: border-box;
    background-clip: content-box, border-box; */
} 

/* steps */
.steps-section {
    background: #020018;
    padding: 30px 0;
}
.steps-card {
    display: inline-block;
    background: #0644C5;
    border-radius: 20px;
    /* border: 2px solid var(--blue-clr); */
    /* background-image: linear-gradient(#000000,#000000),  linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.steps-card-1 {
    display: inline-block;
    background: #ffffff;
    border-radius: 20px;
    /* border: 2px solid var(--blue-clr); */
    /* background-image: linear-gradient(#000000,#000000),  linear-gradient(90deg, #009AFA 0%, #97CA55 100%);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
.steps-card-inner {
    padding: 20px 15px;
}
.step {
    border-radius: 50%;
    padding: 14px 20px 14px 20px;
    background-color: #FF7E39;
    display: inline-block;
}
.money-text{
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}
@media (min-width: 768px){
    .steps-section {
        background: #020018 url(https://cdn.oppyotest.com/launches/broadcasterai/traffic-automation/steps-bg.webp) no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0px 100px;
        /* margin-top: -100px; */
    }
    .steps-card-inner {
        padding: 50px 45px;
    }
        .money-text{
        padding: 0px 25px;
    }
}

.text-nowrap {
    background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
}

/* success start */

.success-sec{
    background-color: #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{
    text-decoration: none;
    color: #fff;
}
.inter-btn a:hover{
    color: #fff;
    background-color: #00a806;
    border-radius: 10px;
}
.inter-btn-1 a{
    background-color: #FF2929;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    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{
    text-decoration: none;
    color: #fff;
}
.inter-btn-1 a:hover{
    background-color: #eb0a0a;
    color: #fff;
}
@media (min-width: 768px){
    .success-sec{
        padding: 60px 0px 100px;
    } 
    
    .inter-btn a,.inter-btn-1 a {
        font-size: 22px;
        padding: 28px 40px;
    }
}