html {
    scroll-behavior: smooth;
    --theme-gradient: linear-gradient(0deg, #1ECAFC 0%, #1B43C2 100%);
    --theme-gradient1: linear-gradient(0deg, #1B43C2 0%, #1ECAFC 100%);
}

body {
    font-family: 'Radio Canada', sans-serif;
    color: #031528;
    font-size: 14px;
}

.gradient-br{
    border-bottom: 2px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width:100%;
}

/* Color CSS */
.theme-clr {
    background: var(--theme-gradient) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: super;
    font-size: 25px;
}
.f-md-80{
    font-size: 80px !important;
}
.white-clr,
a.white-clr {
    color: #ffffff;
}

.yellow-clr {
    color: #FFC633;
}
.yellow-clr2{
    color: #FF7C21;
}
.red-clr{
    color: #FF361D;
}
.green-clr{
    color: #5AFF61;
}
.pink{
    color: #F55D87;
}
.blue-clr {
    color: #240f75;
}


/* Header CSS */

.header-section {
    background-color: #120c22;
    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: var(--theme-gradient);
    position: relative;
}

.affiliate-link-btn a:hover {
    border-radius: 8px;
    background: var(--theme-gradient1);
}


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: #ffffff;
    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-start-bg {
    padding: 21px 15px 15px 15px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    background-color: #FFFFFF;
}
.orange-circle {
    background: url("../images/orange-circle.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 3px 40px 8px;
}
.yellow-line{
    border: 1px solid transparent;
    border-image: var(--theme-gradient) 1;
}
.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;
}

.start-bg1{
    background: url(../images/start-bg1.webp);
    padding: 10px 32px 10px 32px;
    display: block;
    background-size: 100% 100%;
    text-align: center;
    position: absolute;
    right: -16px;
}
.pre-heading {
    border-radius: 35px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    display: inline-block;
    background: #000A1E;
    text-align: center;
    position: relative;
    padding: 10px;
}


.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;
}


@media (min-width: 768px) {
    .pre-heading {
        padding: 10px 50px;
    }

    .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;
        background: #ffffff url(../images/bluebg1.png) no-repeat center center;
        background-size: cover;
    }
    .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: url(../images/header-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 40px 0px 180px 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: #1f6fd5;
    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: #1d4fc7;
    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;
    }
}

/****/



@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: url("../images/blue-shade.webp") no-repeat;
    background-size: 100% 100%;
    padding: 3px 51px 3px 45px;
    display: inline-block;
    min-width: 332px;
    min-height: 50;
}
.make-text{
    background-color: #4e5ffc;
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
}
@media (min-width: 768px){
.under1{
    border-bottom: 1px solid transparent;
    border-image: var(--theme-gradient) 1;
}
.post-heading1 {
    min-width: 663px;
    min-height: 70px;
}

.no-text{
    background-color: #020B30;
    border: 1px dashed rgba(255, 255, 255, 0.50);
    border-radius: 10px;
    display: inline-block;
    padding: 8px 37px;
}
}

.product-list{
    background: #E6F0F4;
    padding: 30px 0px;
}

@media (min-width:768px) {
    .product-list{
        padding: 100px 0px;
    }
}
.feature-list {
    background: url("../images/blue-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 30px 55px;
    height: 100%;
    position: relative;
}
@media (min-width:768px) {
    .feature-list{
        padding: 0px 30px 30px;
    }
}

.fe-img{
    margin-top: -70px;
}

.dominat-text{
    border-radius:50px;
    background: #4E5FFC;
    display:inline-block;
    padding: 5px 25px;
}
.sales-2{
    display: inline-block;
}

@media (min-width: 768px) {
    .mtm170 {
        margin-top: -170px !important;
    }
}