html {
    scroll-behavior: smooth;
}

body {
    font-family: "Exo", sans-serif;
    color: #031528;
    font-size: 14px;
}
.radio-canada{
    font-family: "Radio Canada", sans-serif;
  }
.exo {
    font-family: "Exo", sans-serif;
  }
.caveat {
    font-family: "Caveat", cursive;
  }

/* Color CSS */

.white-clr,
a.white-clr {
    color: #ffffff;
}

.yellow-clr {
    color: rgba(255, 205, 0, 1);
}
.pink{
    color: #F55D87;
}
.blue-clr {
    color: #240f75;
}
.orange-clr{
    color: #FF7E39;
}
.yellow-clr1{
    color: #FDA733 !important;
}
.golden-clr{
    background: linear-gradient(90deg, #FD9924 0%, #FFD361 44.5%, #C3900B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;   
}
.purple-gradient{
    background:  linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Header CSS */


.header-section {
    background: url(../images/header-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 30px 0px;
}

.affiliate-link-btn a {
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 100%;
    color: #ffffff;
    transition: all .3s ease;
    background: linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    position: relative;
}

.affiliate-link-btn a:hover {
    border-radius: 8px;
    background: linear-gradient(90deg,  #7E34FF 0%, #B931FA 100%);
}
/* .affiliate-link-btn a::before {
    position: absolute;
    width: 100%;
    height: 44px;
    z-index: 1;
    background: linear-gradient(171.07deg, #FFFEFE -40.8%, rgba(255, 254, 254, 0) 93.21%);
    content: '';
    top: 0;
    left: 0;
    border-radius: 15px 15px 100% 100%;
} */

span.under {
    border-bottom: 4px solid;
}

.header-section ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.header-section ul.leader-ul li {
    display: inline-block;
    padding: 0px 5px;
    font-weight: 400;
}

/* Ribbion CSS */

:root {
    --mainColor: #2f6574;
    --secColor: #f94b02;
}

/* Responsive Video CSS */

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-shadow: 0px 0px 1px 0px rgba(208, 219, 227, 0.58);
    border-radius: 5px;
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Black Timer css */

.white-section {
    background: #ffffff;
    padding: 5% 0;
}

.live-section {
    background: #F6EFFF;
    padding: 30px 0px ;
}
.affiliate-btn a, a.affiliate-btn {
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 9999;
    padding: 19px 20px;
    line-height: normal;
    font-weight: 700;
    outline: none;
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-style: solid;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    background-color: rgb(93, 0, 6);
}
.ground-breaking {
    padding: 30px 0px;
    background: #ffffff;
}



.launch-shape {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 65px;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-top: -22px;
}

.gap20 {
    gap: 20px;
}

.pre-heading {
    border-radius: 35px;
    border: 4px solid rgba(255, 255, 255, 0.20);
    background:  linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    background-image: linear-gradient(#020018,#020018),  linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    text-align: center;
    position: relative;
}

.proudly-sec {
    background: rgba(255, 255, 255, 0.20);
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 40px;
}

.skew-con {
    transform: skew(5deg);
}

.why-should {
    border-radius: 10px;
    background-color: #ffcc00;
    display: inline-block;
    padding: 15px;
    margin-top: -60px;
}

.pre-1 {
    padding: 10px;
}
@media (min-width: 768px) {
    /* .pre-heading {
        padding: 8px 30px;
    } */
    .pre-1 {
        padding: 8px 30px;
    }

    .px-md0{
        padding-left: 0px;
        padding-right: 0px;
    }

    .skew-con {
        transform: skew(10deg);
    }
   
    .why-should {
        margin-top: -50px;
        padding: 29px 40px 49px 40px;
        background: url(../images/here-why-should-not-promote.webp) no-repeat center center;
        background-size: 100% 100%;
    }
    .proudly-sec {
        padding: 15px 70px 15px 70px;
        
    }
    .skew-con {
        transform: skew(10deg);
    }
    .ground-breaking {
        padding: 100px 0px;
    }
    .live-section {
        padding: 100px 0px;
    }
    .min-md-video-width-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
    }
    .min-md-video-width-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .header-section {
        background-color: #0f0519;
        padding: 40px 0px 350px 0px;
    }
    .min-sm-video-width-left {
        width: 68%;
    }
    .min-sm-video-width-right {
        width: 32%;
    }
}

/* XS Margin Auto CSS */

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
}


@media only screen and (max-width: 767px) {
    .header-section ul.leader-ul li {
        padding: 0 2px;
    }
    .header-section ul.leader-ul {
        margin-top: 10px;
    }
}

/* MaxFunnel Section */

/* XS Margin Auto CSS */

@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    }
}

/* MaxFunnels Is EVERYTHING Section css*/

/* new css */

.formbg {
    position: relative;
    padding: 30px 15px 5px 15px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 14.7px 0.3px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .formbg {
        padding: 40px;
    }
}

.form-control.input-field {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    background-color: #ffffff;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none !important;
    color: #000000;
    padding: 6px 15px;
}

.popup-btn a,
.popup-btn input[type="submit"] {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 9999;
    padding: 19px 20px;
    line-height: normal;
    font-weight: 700;
    outline: none;
    border-radius: 8px;
    background:#ff9023;
    border: none;
}

.affiliate-btn a {
    border-radius: 5px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 9999;
    padding: 19px 20px;
    line-height: normal;
    font-weight: 700;
    outline: none;
    border-width: 1px;
    border-color: rgb(220, 220, 220);
    border-style: solid;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
    background-color: rgb(93, 0, 6);
}

.affiliate-btn a:hover {
    background: #801219;
    text-decoration: none;
}

@media (min-width: 768px) {
    .affiliate-link-btn a {
        font-size: 22px;
        padding: 15px 20px;
        display: inline-block;
        width: auto;
    }
}

a.promo-link {
    background-color: #5e2bff;
    max-width: 100%;
    padding: 11px 30px;
    border-radius: 5px;
}

.popup-btn input[type="submit"]:hover {
    text-decoration: none;
    border-radius: 8px;
    background: #ee851c;
    color: #ffffff;
}

a.promo-link:hover,
.popup-btn a:hover {
    text-decoration: none;
    border-radius: 8px;
    background: #5425f0;
    color: #ffffff;
}

.features-list-bg {
    background: #ffffff url(../images/features-list-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    width: 100%;
    padding: 50px 30px;
    height: 100%;
}

@media (min-width:768px) {
    .features-list-bg {
        padding: 50px 30px;
        min-height: 254px;
    }
}

/****/

.proudly-tick li {
    background: url(../images/tick.webp) no-repeat;
    background-position: 0 4px;
    list-style: none;
    padding: 0 0 20px 35px;
}

.proudly-tick li:last-child {
    padding-bottom: 0px;
}

@media (min-width: 1400px) {
    .min-md-video-width-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .min-md-video-width-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

img.vert-move {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 3s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

.row-padding .col {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.post-heading1 {
    background: #7E34FF;
    text-align: center;
    padding: 10px;
    display: inline-block;
}
.post-head1{
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
}
.post-head {
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    display: inline-block;
}
@media (min-width: 768px){
    .post-heading1 {
        padding: 8px 16px;
        background: url(../images/post-heading.webp) no-repeat center center;
        background-size: 100% 100%;
    }
    .post-head1{
        padding: 20px 29px 20px 30px;
    }
    .post-head {
    padding: 10px 20px;
}
}

.date-sec{
    padding: 30px 0px;
}
.launch-box{
    background: url("../images/table-box.webp") no-repeat;
    background-size: 100% 100%;
    padding: 30px 20px;
    position: relative;
}
.launch-1{
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    display: inline-block;
}
.launch-2{
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    font-style: italic;
}
.launch-2 sup{
    font-size: 15px;  
}
.launch-2 sup {
    position: relative;
    line-height: 0px;
    vertical-align: baseline;
}
.launch-2 sup {
    top: -1.0em;
    right: 4px;
}
@media (min-width:768px) {
    .date-sec{
        padding: 100px 0px;
    }
    .launch-box {
        padding: 70px 30px;
        margin-top: -350px;
    }
    .launch-1{
        background: url("../images/launch-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 50px 10px 20px;
        display: inline-block;
        font-style: italic;
    }
    .launch-2{
        background: url("../images/launch-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 35px 10px 57px;
        display: inline-block;
        font-style: italic;
    }
    .f-md-130{
        font-size: 130px;
    }
    sup {
        top: -2.5em;
        right: 32px;
    }
    sup {
        position: relative;
        font-size: 34px;
        vertical-align: baseline;
    }
    .launch-2{
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .launch-box::before{
        content: url("../images/uncle-img.webp");
        position: absolute;
        top: 0px;
        left: -88px;
    }
}


.left-live-box {
    background: #fff;
    border: 2px solid #6F209D;
    border-radius: 30px;
    padding: 15px;
    height: 100%;
}
.form-btn input[type="submit"] {
    text-decoration: none;
    border: none;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    z-index: 9999;
    padding: 15px 10px;
    line-height: 30px;
    font-weight: 600;
    outline: none;
    white-space: normal;
    cursor: pointer;
    background: linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    border-radius: 10px;
    transition: all .3s ease;
}
.right-live-box {
    background: #fff;
    border: 2px solid rgba(231, 109, 36, 0.30);
    border-radius: 30px;
    padding: 15px;
     height: 100%; 
}
.request-affiliate a {
    background: linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    border-radius: 10px;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
}
@media (min-width: 768px){
    .left-live-box {
        padding: 46px 30px;
    }
    .mb-md5 {
        margin-bottom: 5px!important;
    }
    .form-control.input-field {
        height: 60px;
        font-size: 15px;
    }
    .right-live-box {
        padding: 50px 30px;
    }
    .request-affiliate a {
        padding: 15px 10px
    }
}

.list-section{
    background-color: #fff;
    padding: 30px 0px;
    position: relative;
}
@media (min-width:768px) {
    .list-section{
        padding: 0px 0px 100px;
    }
    .list-section::before{
        content: url("../images/girl.webp");
        position: absolute;
        top: 95px;
        left: 0px;
    }
    .list-section::after{
        content: url("../images/boy.webp");
        position: absolute;
        top: 95px;
        right: 0px;
    }
}
.product-list {
    background: #F6EFFF;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .product-list {
        padding: 100px 0px;
    }
}
.dominat-text {
    border-radius: 50px;
    background: #FF7C21;
    display: inline-block;
    padding: 5px 25px;
}