@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* mlm-landing-section */

.container-ss {
    padding: 0 10%;
}

.mlm-pt-10 {
    padding-top: 10px;
}

.mlm-text-40 {
    font-size: 40px;
    line-height: 60px;
    color: #030304;
    font-style: normal;
    font-weight: 600;
    font-family: 'Poppins';
}

.mlm_bg_primary {
    background: linear-gradient(180deg, #F0F9FF 0%, rgba(240, 249, 255, 0) 50%, #F0F9FF 100%);
}

.subtext-color {
    color: rgba(3, 3, 4, 0.8);
}

.mlm-landing-section {
    background: #F0F9FF;
    padding: 100px 0;
    background-image: url("../../img/pages/binary_bg.svg");
    background-size: cover;
    background-position: center;
}

.mlm-landing-content>h1 {
    position: relative;
}

.mlm-dots-images {
    position: absolute;
    top: -30px;
    left: -30px;
}


/* mlm-recognized-section */


/* .mlm-recognized-section {
    padding: 80px 0;
} */

.mlm-recognized-content h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 70px;
}

.mlm-recognized-logo-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
}

.rating_icons {
    padding-top: 15px;
}

.rating_icons span img {
    height: 15px;
}

.mlm-recognized-logo {
    padding-top: 30px;
}

.rating_icons span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    padding-left: 5px;
}

.mlm-recognized-logo-box>img {
    width: 100%;
}

.mlm-affiliate-images img {
    width: 100%;
}

.mlm-software-binary-images img {
    width: 90%;
}

.mlm-software-binary-section {
    background: #F0F9FF;
    padding: 50px 0;
}

.mlm-software-content h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
}


/* binary feature start */

.mlm-software-primarybg {
    background: #F0F9FF;
}

.mlm-pt-100 {
    padding-top: 100px !important;
}

.mlm-pb-100 {
    padding-bottom: 100px;
}

.mlm-ptb-100 {
    padding: 100px 0;
}

.feature_box {
    padding: 32px 30px 32px 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
}

.feature_round {
    width: 89px;
    height: 84px;
    border-radius: 0px 100px 100px 0px;
    line-height: 84px;
    text-align: center;
}

.feature_info {
    padding-left: 30px;
}

.mlm-p-17 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
    color: #535353;
}

.flip-card-back .mlm-p-17 {
    color: #FFFFFF;
}


/* Global MLM  */

.flip-card {
    background-color: transparent;
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    min-height: 130px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
}

.flip-card-front {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px 30px;
    display: flex;
}

.flip-card-front .d-flex {
    height: 100%;
    width: 100%;
}

.flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateX(180deg);
    background: #04AAE6;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 25px 18px;
}

.flip_round {
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: #FFBD09;
    border-radius: 84px;
}

.text-primary-color {
    color: #030304;
}

.global_title {
    margin-left: 20px;
    text-align: start;
}

.mlm-mt-85 {
    margin-top: 85px;
}


/* get started */

.m-process-step {
    text-align: center;
    padding: 0 30px;
    position: relative;
}

.m-process-step .m-before-img {
    position: absolute;
    bottom: 0%;
    right: -17%;
    height: 25%;
    width: 25%;
}

.step_round {
    position: relative;
    padding: 11px;
    border-radius: 900px;
    border: 4px dashed rgb(3 77 108 / 20%);
    display: inline-block;
    width: 180px;
    height: 180px;
}

.m-process-step .m-process-media {
    /* padding: 43px 43px; */
    background: #FFBD09;
    color: white;
    line-height: 43px;
    text-align: center;
    display: inline-block;
    border-radius: 900px;
    transition: all 0.5s ease-in-out;
    height: 150px;
    width: 150px;
    line-height: 150px;
}

.m-process-step .m-before-img1 {
    position: absolute;
    top: 0%;
    right: -25%;
    height: 25%;
    width: 35%;
}

.m-process-info {
    padding-top: 30px;
}

.m-process-media.m-process-step-bg2 {
    background: #04AAE6 !important;
}


/* customer_experoence */

.mlm-h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #030304;
    font-family: 'Poppins', sans-serif;
}

.customer_info {
    position: relative;
}

.customer_info::before {
    position: absolute;
    content: "";
    background-image: url("../../img/pages/circles.svg");
    height: 71px;
    width: 70px;
    top: -43px;
    left: -17px;
}


/* mlm-binary-plan-work */

.binary_work_main {
    position: relative;
    padding-bottom: 10px;
}

.binary_work_main::after {
    position: absolute;
    left: 30px;
    content: "";
    top: 0;
    border-left: 2px dashed rgba(83, 83, 83, 0.2);
    height: 100%;
    width: 2px;
}

.binary-work {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #04AAE6;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.binary_info {
    margin-left: 20px;
    margin-bottom: 15px;
}

.binary_plan .binary_work_main:last-of-type::after {
    display: none;
}


/* binary-advantage */

.advantage_box {
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
}

.advantage_ic {
    background: #FFBD09;
    border-radius: 84px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    display: table;
    /* display: inline-block; */
    text-align: center;
    margin: auto;
    margin-top: -72px;
}

.advantage_box_main {
    margin-top: 50px;
    margin-bottom: 20px;
}


/*  Income in Binary MLM Software */

.income_box_main {
    position: relative;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px 25px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.income_round {
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    border-radius: 100px;
}

.income_info {
    padding-left: 22px;
}

.left_arrow {
    position: absolute;
    bottom: -38px;
    right: -37px;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    background-color: #04AAE6;
    border-radius: 100px;
}

.left_arrow img {
    position: absolute;
    left: 34px;
    top: 26px;
}


/* mlm-calculator */

.mlm-calculator-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 20px;
}

.cal-round {
    background: #04AAE6;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-left: -54px;
    border-radius: 50px;
}

.cal-round p {
    color: #FFFFFF;
    line-height: 60px;
}

.cal_text {
    margin-left: 20px;
}

.cal_text h4 {
    color: rgba(3, 3, 4, 0.8);
}


/* action speak */

.action_speak {
    background-color: #04AAE6;
}

.speak_info h2 {
    color: #FFFFFF;
    font-weight: 600;
    line-height: 60px;
    font-size: 40px;
}

.speak_box {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 20px 30px;
}

.speak_video {
    margin-top: -80px;
}

.speak_img {
    position: relative;
}

.speak_img>img {
    width: 100%;
    border-radius: 10px;
}

.speak_img_main {
    position: relative;
}

.speak_info {
    margin-left: 20px;
}

.speak_info p {
    color: rgba(3, 3, 4, 0.8);
}

.video_ic {
    position: absolute;
    text-align: center;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 25%;
    translate: -8px -39px;
}


/* placement */

.placement_accordian .accordion-item {
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 5px !important;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    border: none;
}

.placement_accordian .accordion-flush .accordion-item .accordion-button {
    border-radius: 5px;
}

.placement_accordian .accordion-button::after {
    background-image: url("../../img/pages/down-arrow.svg");
}

.placement_accordian .accordion-button:not(.collapsed)::after {
    background-image: url("../../img/pages/down-arrow.svg");
    transform: rotate(-180deg);
}

.placement_accordian .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: unset;
    color: rgba(3, 3, 4, 0.8);
    border-top: 5px solid #04AAE6 !important;
}

.placement_accordian .accordion-header {
    border-radius: 5px !important;
}

.placement_accordian .accordion-button {
    color: rgba(3, 3, 4, 0.7);
    border-top: 5px solid transparent;
    padding: 15px 20px;
    /* color: #030304; */
}

.placement_accordian .accordion-button:focus {
    border-top: 5px solid #04AAE6 !important;
    box-shadow: none;
}

.placement_accordian .accordion-body h5 {
    font-weight: 400;
}

.platform_main_box {
    border-radius: 10px;
    padding: 25px;
}

.platform_rel_mlm p {
    color: #535353;
}

.platform_rel_mlm {
    position: relative;
    margin-top: 50px;
}

.around_border {
    position: absolute;
    border: 1px solid rgba(83, 83, 83, 0.2);
    height: 97%;
    width: 100%;
    left: 12px;
    top: 20px;
    z-index: -9;
    border-radius: 10px;
}

.mlm_count_box {
    counter-reset: count;
}

.mlm_count_box h2:before {
    counter-increment: count;
    content: "0" counter(count);
}

.platform_rel_mlm h2 {
    position: absolute;
    top: -15px;
    right: 0;
    font-weight: 700;
    font-size: 70px;
    color: rgba(83, 83, 83, 0.2);
}

.mlm-global-software {
    background-image: url(../../img/pages/binary_bg.svg);
    background-size: cover;
    background-position: center;
}


/* CSS Document */

@media(max-width:767.98px) {
    .mlm-h2 {
        font-size: 24px;
        line-height: 38px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .d-mobile-block {
        display: block !important;
        width: 100%;
    }
    .mlm-software-content h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .mlm-recognized-logo {
        display: block !important;
    }
    .mlm-recognized-content h1 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
    }
    .mlm-recognized-content h1 span img {
        height: 14px;
    }
    .mlm-recognized-logo {
        padding-top: 15px;
    }
    .feature_box.d-flex {
        display: inline-block !important;
        width: 100%;
    }
    .feature_info {
        padding-top: 10px;
        padding-left: 15px;
    }
    .m-before-img,
    .m-before-img1 {
        display: none;
    }
    .m-process-step.mlm-pt-100 {
        padding-top: 20px !important;
    }
    .process_step_main.mlm-mt-85 {
        margin-top: 0px !important;
    }
    .process_step2 {
        margin-top: 20px;
    }
    .m-process-info h3 {
        font-size: 18px;
    }
    .m-process-info p {
        font-size: 14px;
    }
    .income_round {
        margin: 0 auto 10px;
    }
    .income_info {
        padding-left: 0;
    }
    .mlm-button {
        height: auto !important;
    }
    .mt-sm-20 {
        margin-top: 20px;
    }
    .platform_main_box {
        padding: 15px 10px;
    }
    .platform_rel_mlm {
        width: 95%;
        margin: 0 auto 30px;
    }
    .mlm-ptb-100 {
        padding: 50px 0 !important;
    }
    .speak_img_main.w-50 {
        width: 100% !important;
    }
    .speak_info.w-50 {
        width: 100% !important;
    }
    .speak_box {
        padding: 20px;
    }
    .speak_info {
        margin-left: 0;
    }
    .flip-card-back p {
        font-size: 12px;
        line-height: 20px;
        display: table-cell;
        vertical-align: middle;
    }
    .flip-card-back {
        padding: 10px;
        display: table;
    }
    .flip-card-front {
        padding: 15px;
    }
    .flip_round {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .feature_box {
        padding: 15px 15px 15px 0;
    }
    .mlm-p-17 {
        font-size: 15px;
        line-height: 20px;
    }
    .speak_info h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .mlm-action_main .hero__shape__bottom svg {
        display: none;
    }
    .speak_box {
        margin-bottom: 50px;
    }
    .speak_info p {
        font-size: 16px;
        line-height: 25px;
    }
    .mlm-p-18 {
        font-size: 14px;
        line-height: 25px;
    }
    .step_round {
        width: 150px;
        height: 150px;
    }
    .m-process-step .m-process-media {
        height: 120px;
        width: 120px;
        line-height: 120px;
    }
    .m-process-info {
        padding-top: 15px;
    }
    .binary-work {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .binary_work_main::after {
        left: 25px;
    }
    .mlm-text-40 {
        font-size: 24px;
        line-height: 35px;
    }
    .cal-round {
        margin-left: -40px;
    }
    .mlm-calculator-box {
        padding: 20px;
    }
    .mlm-button {
        font-size: 14px;
        line-height: 20px;
        padding: 12px;
    }
    .left_arrow img {
        left: 25px;
        top: 16px;
    }
    .left_arrow {
        height: 80px;
        width: 80px;
        bottom: -37px;
        right: -37px;
    }
    .income_box_main {
        padding: 15px 20px;
    }
    .feature_round {
        width: 70px;
        height: 70px;
        line-height: 70px;
        border-radius: 100px;
        margin-left: 20px;
    }
    .cal_text {
        margin-left: 10px;
    }
    .cal-round {
        margin-left: -10px;
    }
    .speak_video.mlm-pb-100 {
        padding-bottom: 10px;
    }
    .speak_info p {
        font-size: 14px;
        line-height: 25px;
    }
    /* .mlm-pb-100{
        padding-bottom: 50px!important;
    } */
    .mlm-pt-100 {
        padding-top: 50px !important;
    }
    .mlm-h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #030304;
        font-family: 'Poppins', sans-serif;
    }
    .mlm-software-binary-images img {
        width: 100%;
    }
    .scrolling-content {
        padding-bottom: 50px;
    }
    .mlm-recognized-logo-box {
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        padding: 22px 57px;
        text-align: center;
    }
    .rating_icons {
        padding-top: 0;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .m-process-info {
        padding-top: 10px;
    }
    .rating_icons {
        padding-top: 0;
    }
    .scrolling-content {
        padding-bottom: 50px;
    }
    .mlm-recognized-logo-box {
        background: #FFFFFF;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
        border-radius: 20px;
        padding: 22px 57px;
        text-align: center;
    }
    .mlm-h2 {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #030304;
        font-family: 'Poppins', sans-serif;
    }
    .mlm-software-binary-images img {
        width: 100%;
    }
    .m-process-info h3 {
        font-size: 18px;
    }
    .m-process-info p {
        font-size: 14px;
    }
    .process_step_main.mlm-mt-85 {
        margin-top: 40px;
    }
    /* .m-process-step .m-before-img{
        display: none;
    }
    .m-process-step .m-before-img1{
        display: none;!important
    } */
    .m-process-step.mlm-pt-100 {
        padding-top: 20px !important;
    }
    .flip-card-back p {
        font-size: 16px;
        line-height: 00px;
        display: table-cell;
        vertical-align: middle;
    }
    .flip-card-back {
        padding: 10px;
        display: table;
    }
    .speak_info h2 {
        font-size: 25px;
        line-height: 30px;
    }
    .feature_info {
        padding-left: 15px;
    }
    .feature_box {
        padding: 15px 15px 15px 0;
    }
    .feature_round {
        width: 75px;
        height: 84px;
    }
    .mlm-mt-md-20 {
        margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-process-step .m-process-media {
        height: 120px;
        width: 120px;
        line-height: 120px;
    }
    .m-process-step .m-before-img {
        position: absolute;
        bottom: 0%;
        right: -25%;
        height: 25%;
        width: 25%;
    }
    .step_round {
        width: 150px;
        height: 150px;
    }
    .m-process-step .m-process-media {
        height: 120px;
        width: 120px;
        line-height: 120px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .flip-card-back p {
        font-size: 16px;
        line-height: 20px;
    }
    /* .flip-card-back{
        padding: 10px;
    } */
}

@media (min-width: 320px) and (max-width: 767px) {
    .m-process-step .m-before-img1 {
        display: none;
    }
    .m-process-step .m-before-img {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1170px) {}


/* New Landing page CSS */

.binary-landing-sec {
    padding: 100px 0;
}

.binary-tagline {
    padding: 4px 16px;
    margin-bottom: 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #07B4EE;
    background: #F0F9FF;
    border-radius: 50px;
    display: inline-block;
}

.binary-heading-main {
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 130%;
    color: #030304;
}

.binary-heading-main span.heading-gredient {
    background: linear-gradient(180deg, #FFCC59 24.36%, #FF8841 80.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mlm-software-content {
    position: relative;
}

@media(max-width:1279.98px) {
    .binary-heading-main {
        /* margin-bottom: 12px; */
        font-size: 47px;
    }
}

@media(max-width:1023.98px) {
    .binary-tagline {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .binary-heading-main {
        margin-bottom: 12px;
        font-size: 34px;
    }
}

@media(max-width:767.98px) {
    .binary-heading-main {
        font-size: 36px;
    }
}