@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

:root {
    --mlm-black: #2C2E30;
    --mlm-second-black: #7E7E7E;
    --mlm-yellow: #FFBD09;
    --white: #fff
}

.mlm-h1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: .02em;
    margin-bottom: 0
}

.mlm-h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 0
}

.mlm-h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0
}

.mlm-h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

.mlm-h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.mlm-h6 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0
}

.mlm-p-18 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .02em;
    margin-bottom: 0
}

.mlm-p-16 {
    font-family: 'Poppins', sans-serif!important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .02em;
    line-height: 26px;
    margin-bottom: 0
}

a {
    text-decoration: none!important;
    font-family: 'Poppins', sans-serif
}

.mlm-button {
    position: relative;
    padding: 12px 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 50px;
    color: var(--mlm-black);
    overflow: hidden;
    background-color: var(--mlm-yellow);
    border: 1px solid var(--mlm-yellow);
    padding-top: 12px
}

.mlm-button:focus {
    border-radius: 50px
}

.mlm-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: .5s all;
    pointer-events: none;
    background: #fff;
    opacity: .1;
    z-index: 0;
    transition: .5s all
}

.mlm-button:hover::before {
    left: -0
}

ul,
li {
    list-style: none
}

input,
select,
textarea,
input:focus,
select:focus,
textarea:focus,
a:focus-visible,
button:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0
}

.mm-b-8 {
    margin-bottom: 8px
}

.mm-b-12 {
    margin-bottom: 12px
}

.mm-b-16 {
    margin-bottom: 16px
}

.mm-b-24 {
    margin-bottom: 24px
}

.mm-b-32 {
    margin-bottom: 32px
}

.mm-b-48 {
    margin-bottom: 48px
}

.mm-b-56 {
    margin-bottom: 56px
}

.mm-120 {
    margin: 120px 0
}

.mm-b-120 {
    margin-bottom: 120px
}

.mm-t-120 {
    margin-top: 120px
}

.mm-120 {
    margin: 120px 0
}

.mp-120 {
    padding: 120px 0
}

.mp-b-120 {
    padding-bottom: 120px
}

.mp-t-120 {
    padding-top: 120px
}

.mlm-banner-hero .container {
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.mlm-banner-hero {
    padding: 130px 0 180px;
    min-height: 768px;
    max-height: 950px;
    height: 100vh;
    position: relative;
    background-image: url(../../img/pages/mlm-bg-img.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.mlm-banner-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12, 22, 32, 0.7);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    z-index: 0
}

.mlm-banner-hero::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background: url(../../img/pages/mlm-round-white-bg.svg);
    width: 100%;
    height: 125px;
    z-index: 1;
    background-position: top center
}

.mlb-banner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--white)
}

.mlb-banner-content .mlm-h3 {
    margin-bottom: 16px;
    font-weight: 500;
    color: var(--white)
}

.mlb-banner-content .mlm-h1 {
    margin-bottom: 16px;
    color: var(--white)
}

.mlb-banner-content .mlm-p-16 {
    opacity: .7;
    color: var(--white)
}

.mlb-banner-content .mlm-button {
    border: 1px solid #FFBD09;
    padding-left: 64px;
    padding-right: 64px
}

.mlm-result-sec {
    position: relative;
    background-color: #D8ECFB;
    padding-bottom: 30px
}

.mlm-result-sec:before,
.mlm-result-sec:after {
    content: "";
    position: absolute;
    left: 0;
    background: url(../../img/pages/mlm-round-blue-bg.svg);
    width: 100%;
    height: 125px;
    z-index: 1;
    background-position: top center;
    background-repeat: no-repeat
}

.mlm-result-sec:before {
    top: -110px
}

.mlm-result-sec:after {
    bottom: -110px;
    transform: rotate(180deg)
}

.result-mlm-heading {
    text-align: center;
    position: relative;
    z-index: 1
}

.result-mlm-heading .mlm-h2 {
    max-width: 550px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: var(--mlm-black)
}

.result-mlm-heading .mlm-p-16 {
    color: var(--mlm-second-black)
}

.mlm-result-card {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: var(--white);
    box-shadow: 8px 16px 48px rgba(36, 36, 36, 0.05);
    border-radius: 10px
}

.mlm-result-card img {
    width: 70px;
    height: 70px;
    object-fit: cover
}

.mlm-result-card .mlm-h4 {
    color: var(--mlm-black)
}

.mlm-result-card .mlm-p-16 {
    color: var(--mlm-second-black)
}

.mlm-result-card img {
    border-radius: 15px
}

.mlm-result-sec .col-md-4:first-child .mlm-result-card img {
    box-shadow: 0 4px 10px rgba(255, 189, 9, 0.2)
}

.mlm-result-sec .col-md-4:nth-child(2) .mlm-result-card img {
    box-shadow: 0 4px 10px rgba(0, 51, 124, 0.2)
}

.mlm-result-sec .col-md-4:nth-child(3) .mlm-result-card img {
    box-shadow: 0 4px 10px rgba(0, 51, 124, 0.2)
}

.mlm-result-sec .col-md-4:nth-child(4) .mlm-result-card img {
    box-shadow: 0 4px 10px rgba(78, 108, 80, 0.2)
}

.mlm-result-sec .col-md-4:nth-child(5) .mlm-result-card img {
    box-shadow: 0 4px 10px rgba(57, 181, 224, 0.2)
}

.mlm-result-sec .col-md-4:nth-child(6) .mlm-result-card img {
    box-shadow: 0 4px 10px rgba(255, 123, 84, 0.2)
}

.key-features-sec .mlm-result-card {
    background: var(--white);
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    padding: 8px 24px 32px
}

.key-features-sec .mlm-result-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 120px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #2C2E30;
    opacity: .3
}

.key-features-sec .col-md-4:nth-child(10) .mlm-result-card::before,
.key-features-sec .col-md-4:nth-child(11) .mlm-result-card::before,
.key-features-sec .col-md-4:nth-child(12) .mlm-result-card::before {
    opacity: 0
}

.key-features-sec .mlm-result-card img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 0
}

.mlm-plan-card {
    width: 100%;
    text-align: center;
    padding: 40px 24px;
    border: 1px solid #E8E5F0;
    box-shadow: 8px 16px 48px rgba(36, 36, 36, 0.05);
    border-radius: 10px;
    text-align: center
}

.mlm-plan-card img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 100px
}

.mlm-plan-btn {
    text-align: center
}

.mlm-developer-inner {
    padding: 44px 40px;
    border-radius: 30px;
    background-color: var(--mlm-black);
    background-image: url(../../img/pages/mlm-developer-bg.png);
    display: flex;
    align-items: center;
    gap: 64px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat
}

.mlm-hire-img {
    width: 40%
}

.mlm-hire-img img {
    max-width: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.mlm-developer-content {
    width: 60%
}

.mlm-developer-content .mlm-h3,
.mlm-developer-content .mlm-p-16 {
    color: var(--white)
}

.mlm-trusted-sec {
    padding-top: 190px;
    padding-bottom: 120px;
    position: relative;
    background-color: #D8ECFB;
    margin-top: -90px
}

.mlm-trusted-sec::before {
    content: "";
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    background: url(../../img/pages/mlm-round-blue-bg.svg);
    width: 100%;
    height: 125px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.mlm-trusted-sec:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 560px;
    background-image: url(../../img/pages/mlm-map.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    pointer-events: none
}

.mlm-counter {
    text-align: center
}

.result-mlm-heading.mlm-result-heading .mlm-h2 {
    max-width: 630px
}

.mlm-owl-slider-inner {
    display: flex;
    gap: 40px
}

.mlm-video {
    width: 50%
}

.mlm-video-innner {
    width: 100%
}

.mlm-video-innner iframe {
    width: 100%;
    height: 100%
}

.mlm-video-content {
    width: 50%;
    display: flex;
    flex-direction: column
}

.testi-review {
    padding-top: 30px;
    flex-grow: 1
}

.testi-review p {
    font-family: 'Poppins'!important;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #2C2E30
}

.testi-review-avtar p {
    color: #6C718B
}

.mlm-result-card,
.mlm-plan-card,
.mlm-button {
    cursor: pointer;
    transition: .5s all
}

.mlm-result-card:hover,
.mlm-plan-card:hover {
    transform: translateY(-20px);
    box-shadow: 8px 16px 48px #c2c2c2
}

@media (max-width: 1199.99px) {
    .mlm-h1 {
        font-size: 44px;
        line-height: 56px
    }
    .mlm-h2 {
        font-size: 30px;
        line-height: 48px
    }
    .mlm-h3 {
        font-size: 20px;
        line-height: 32px
    }
    .mm-120 {
        margin: 80px 0
    }
    .mm-b-120 {
        margin-bottom: 80px
    }
    .mm-t-120 {
        margin-top: 80px
    }
    .mm-120 {
        margin: 80px 0
    }
    .mm-b-120 {
        margin-bottom: 80px
    }
    .mm-t-120 {
        margin-top: 80px
    }
    .mp-120 {
        padding: 80px 0
    }
    .mp-b-120 {
        padding-bottom: 80px
    }
    .mp-t-120 {
        padding-top: 80px
    }
    .mlm-result-sec:after {
        bottom: -80px
    }
    .mlm-result-sec:before {
        top: -80px
    }
    .mlm-trusted-sec {
        padding-top: 160px;
        padding-bottom: 100px
    }
}

@media (max-width:1023.98px) {
    .mlm-banner-hero {
        padding: 140px 0 130px;
        padding: 180px 0 180px;
        height: 100%
    }
    .mlm-h2 {
        font-size: 28px;
        line-height: 40px
    }
    .mlm-h4 {
        font-size: 18px;
        line-height: 24px
    }
    .mlm-p-16 {
        font-size: 14px;
        line-height: 24px
    }
    .mm-b-12 {
        margin-bottom: 8px
    }
    .mm-b-24 {
        margin-bottom: 16px
    }
    .mm-b-48 {
        margin-bottom: 32px
    }
    .mlm-result-card img {
        width: 48px;
        height: 48px;
        object-fit: cover
    }
    .key-features-sec .mlm-result-card img {
        width: 64px;
        height: 64px
    }
    .mlm-plan-card {
        padding: 24px
    }
    .mlm-plan-card img {
        width: 80px;
        height: 80px
    }
    .mlm-button {
        height: 48px
    }
    .testi-review p {
        font-size: 16px;
        line-height: 26px
    }
    .mlm-hire-img {
        display: none
    }
    .mlm-developer-content {
        width: 100%;
        color: var(--white)
    }
}

@media (max-width: 767.98px) {
    .mlm-result-sec:before {
        top: -60px
    }
    .mlm-result-sec:after {
        bottom: -60px
    }
    .mm-b-16 {
        margin-bottom: 10px
    }
    .mlm-h1 {
        font-size: 32px;
        line-height: 40px
    }
    .mlm-h2 {
        font-size: 24px;
        line-height: 38px
    }
    .mlm-h3 {
        font-size: 16px;
        line-height: 24px
    }
    .mlm-h4 {
        font-size: 16px;
        line-height: 22px
    }
    .result-mlm-heading .mlm-h2 {
        max-width: 490px
    }
    .mlm-result-card {
        z-index: 2;
        padding: 16px
    }
    .mm-t-120 {
        margin-top: 60px
    }
    .mlm-developer-inner {
        padding: 24px
    }
    .mlm-trusted-sec:after {
        height: 400px
    }
    .mlm-trusted-sec::before {
        top: -70px
    }
    .mlm-owl-slider-inner {
        flex-wrap: wrap
    }
    .mlm-video {
        width: 100%
    }
    .mlm-video-content {
        width: 100%;
        display: flex;
        flex-direction: column
    }
    .testi-review-avtar .mlm-h3 {
        font-size: 14px;
        line-height: 24px
    }
    .testi-review-avtar .mlm-p-16 {
        font-size: 12px;
        line-height: 20px
    }
    .mlm-trusted-sec {
        padding-top: 150px;
        padding-bottom: 60px
    }
    .testi-review {
        padding-top: 0
    }
}

.mlm-banner-hero-2 {
    background: #0C131B;
    overflow: hidden
}

.mlm-banner-hero.mlm-banner-hero-2::after {
    display: none
}

.mlm-banner-hero-2 .container {
    height: 100%
}

.mlm-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.mlm-banner-inner .mlb-banner-content {
    text-align: left;
    width: 50%
}

.mlm-hero-img {
    position: relative;
    width: 50%
}

.mlm-hero-img img {
    position: absolute;
    top: -580px;
    right: -40%;
    width: 1260px;
    height: auto
}

@media (max-width: 1199.98px) {
    .mlm-banner-hero.mlm-banner-hero-2 {
        padding: 70px 0 100px
    }
    .mlm-hero-img img {
        top: -540px;
        right: -70%;
        width: 1210px
    }
}

@media (max-width: 1023.98px) {
    .mlm-banner-hero.mlm-banner-hero-2 {
        padding: 110px 0 100px
    }
    .mlm-banner-inner {
        flex-wrap: wrap
    }
    .mlm-banner-inner .mlb-banner-content {
        text-align: left;
        width: 100%
    }
    .mlm-hero-img img {
        top: 50%;
        left: 47%;
        width: 820px;
        position: relative;
        transform: translate(-50%, -50%);
        bottom: -230px
    }
}

@media (max-width: 767.98px) {
    .mlm-hero-img img {
        top: 50%;
        left: 47%;
        width: 580px;
        position: relative;
        transform: translate(-50%, -50%);
        bottom: -230px
    }
}

.cstm-mlm-rating-sec section#reviews {
    background-color: transparent!important;
    margin-top: 0
}

.cstm-mlm-rating-sec section#reviews .hero__shape__top {
    display: none
}

.cstm-mlm-rating-sec section#reviews .pt-60.pb-30 {
    padding-top: 0
}

.cstm-mlm-rating-sec section#reviews .row>* {
    width: auto
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px!important
    }
}