.affiliate-wrapper{
}
.affiliate-hero-banner {
    background-image: url('/assets/images/heroBanner.png');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 18rem;
    padding-bottom: 3rem;
}

.btn-primary {
    background: linear-gradient(94.36deg, #7446ec 2.65%, #da297f 98.04%), #fa2cab;
}

.btn-xl {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    padding: 10px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 4px 4px 12px 4px rgb(19 18 55 / 60%);
}

.affiliate-hero-banner h1 {
    line-height: 1.3;
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.affiliate-hero-banner h2 {
    text-align: center;
    font-size: 38px;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.affiliate-hero-banner p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.affiliate-hero-banner .btn-primary {
    margin-bottom: 45px !important;
}

.affiliate-hero-banner .moeny-rocket-img {
    max-width: 450px;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    animation: float 2s ease-in-out infinite;
}
@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
.icon-content {
    align-items: flex-start;
    position: relative;
}

.icon-content .icon-wrapper {
    background: linear-gradient(94.36deg, #7446ec 2.65%, #da297f 98.04%), #fa2cab;
    border-radius: 100%;
    border: 2px dashed #fff;
    position: relative;
    min-width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.icon-content .icon-wrapper img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(70%) saturate(0%) hue-rotate(246deg) brightness(110%) contrast(101%);
    width: 70px;
}

.icon-line:before {
    content: '';
    position: absolute;
    /* width: 1px; */
    height: 100%;
    border: 1.5px dashed #fff;
    top: 0;
    left: 50px;
}

.icon-content h3 {
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    color: #fff;
}

.icon-content p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.icon-content:not(:last-child) {
    margin-bottom: 70px;
}

.who-can {
    margin-top: 100px;
}

.who-can h2 {
    font-size: 34px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 24px;
}

.who-can .circle {
    position: absolute;
    top: -100px;
    left: unset;
    transform: unset;
    z-index: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    right: 0;
    z-index: -1;
}

.who-can .circle img {
    animation: 4s linear infinite spin;
}

.who-can .who-card-wrapper {
    background: linear-gradient(126.6deg, rgba(164, 144, 222, 0.08) 28.69%, rgba(207, 153, 225, 0) 100%);
    backdrop-filter: blur(68px);
    border-radius: 12px;
    border: 1px solid #353141;
    padding: 24px;
    margin-top: 20px;
    min-height: 590px;
    cursor: pointer;
    -webkit-transition:  transform 0.4s ease-in;
}

.who-can .who-card-wrapper:hover {
    transform: translate(0, -10px);
}

.who-can .who-card-wrapper .title {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 0;
}

.who-can .who-card-wrapper .para {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    color: #fff;
    margin-bottom: 0;
}

.who-can .who-card-wrapper img {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    display: block;
}

.benefits {
    margin-top: 100px;
}

.benefits h2 {
    font-size: 34px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 24px;
}

.benefits .benefites-img {
    max-width: 450px;
    width: 100%;
    padding-right: 50px;
}

.benefits .tick-listing {
    margin-top: 40px;
}

.benefits .benefits-wrapper {
    align-items: flex-start;
    margin-bottom: 30px;
}

.benefits .bene-img {
    min-width: 70px;
    text-align: center;
}

.benefits .bene-img img {
    width: 30px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.benefits .bene-content {
    padding-left: 10px;
    color: #fff
}

.benefits .bene-content .title {
    font-size: 18px;
    line-height: 25px;
}

.benefits .bene-content .para {
    font-size: 16px;
    line-height: 22px;
}

.benefits .gradient {
    top: 50%;
    background: rgb(194 116 224);
    filter: blur(172px);
    transform: matrix(-0.88, 0.36, 0.54, 0.92, 0, 0) translateY(-50%);
    z-index: -1;
    width: 300px;
    height: 300px;
    position: absolute;
}

.optimize {
    background: linear-gradient(94.36deg, rgb(116 70 236 / 52%) 2.65%, rgb(218 41 127 / 48%) 98.04%), rgb(250 44 171 / 45%);
    padding: 50px 0;
    margin-top: 50px;
}

.optimize .title {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #fff;
}

.optimize .para {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}

.how-do {
    padding-top: 100px;
}

.how-do .title {
    font-size: 34px;
    line-height: 45px;
    color: #fff;
}

.how-do .how-do-number {
    align-items: center;
    margin-top: 30px;
}

.how-do .circle-num {
    border-radius: 50%;
    min-width: 50px;
    height: 50px;
    padding: 10px;
    background: linear-gradient(94.36deg, rgb(116 70 236 / 52%) 2.65%, rgb(218 41 127 / 48%) 98.04%), rgb(250 44 171 / 45%);
    color: #fff;
    text-align: center;
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
}

.how-do .circle-text {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
}

.apply-btn-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.apply-btn-wrapper .apply-card {
    background: linear-gradient(126.6deg, rgba(164, 144, 222, 0.08) 28.69%, rgba(207, 153, 225, 0) 100%);
    backdrop-filter: blur(68px);
    border-radius: 12px;
    border: 1px solid #353141;
    padding: 50px 24px;
    cursor: pointer;
}

.apply-btn-wrapper .title {
    font-size: 34px;
    color: #fff;
    line-height: 45px;
}

.apply-btn-wrapper .para {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
}

.apply-btn-wrapper a {
    text-decoration: none;
}

.apply-btn-wrapper .btn {
    /* margin-bottom: 30px !important; */
}

.do-dont .title {
    font-size: 34px;
    color: #fff;
    margin-bottom: 40px;
    line-height: 45px;
}

.do-dont .do-wrapper {
    margin-bottom: 25px;
    padding: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, .1);
    background-color: rgba(67, 35, 164, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    min-height: 470px;
}

.do-dont .do-wrapper .title {
    font-size: 24px;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.do-dont .do-wrapper ul {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 20px !important;
    list-style-type: square;
}

.do-dont .do-wrapper ul li {
    font-size: 18px;
}

.do-dont .do-wrapper ul li:not(:last-child) {
    margin-bottom: 15px;
}

.faq {
    margin-top: 65px;
    margin-bottom: 80px;
}

.faq .title {
    font-size: 34px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 40px;
}

.faq .gradient {
    top: 50%;
    background: rgb(194 116 224);
    filter: blur(172px);
    transform: matrix(-0.88, 0.36, 0.54, 0.92, 0, 0) translateY(-50%);
    z-index: -1;
    width: 300px;
    height: 300px;
    position: absolute;
}

.faq .gradient.right {
    right: 0;
    top: 0;
}

.faq #accordionWrapper .accordion-item .accordion-header button[aria-expanded=true]:before,
.faq #accordionWrapper .accordion-item:hover .accordion-header button:before {
    content: "";
    background: linear-gradient(94.36deg, #da297f 2.65%, #4323a4 98.04%);
    width: 100%;
    z-index: -1
}

.faq #accordionWrapper .accordion-item .accordion-body {
    background: linear-gradient(126.6deg, rgba(164, 144, 222, .08) 28.69%, rgba(207, 153, 225, 0) 100%);
    backdrop-filter: blur(68px)
}

.faq #accordionWrapper .accordion-item .accordion-header button,
.faq #accordionWrapper .accordion-item .accordion-header button.collapsed,
.faq #accordionWrapper .accordion-item:hover .accordion-header button {
    background: linear-gradient(126.6deg, rgba(164, 144, 222, .12) 28.69%, rgba(207, 153, 225, 0) 100%);
    backdrop-filter: blur(68px);
    border-radius: 12px;
    box-shadow: none !important;
    outline: 0 !important;
    border: none !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: .023em;
    color: #fff;
    padding: 25px !important;
}

@media(max-width:1440.98px) {
    .who-can .circle {
        transform: translate(0, -50%);
        right: 50%;
    }

    .affiliate-hero-banner h2 {
        font-size: 40px;
    }
}

@media(max-width:1280.98px) {
    .icon-content:not(:last-child) {
        margin-bottom: 40px;
    }

    .icon-content .icon-wrapper {
        min-width: 80px;
        height: 80px;
    }

    .icon-line:before {
        left: 40px;
    }

    .icon-content .icon-wrapper img {
        width: 40px;
    }
}

@media(max-width:1024.98px) {
    .icon-line:before {
        height: calc(100% - 50px);
    }

    .tick-listing .col-lg-6,
    .how-do .col-md-9,
    .apply-btn-wrapper .col-md-8,
    .do-dont .col-md-10,
    .affiliate-hero-banner .col-md-9,
    .optimize .col-md-9,
    .icon-wrapper-list .col-md-10 {
        max-width: 100%;
        flex: 100%;
    }

    .benefits .benefits-wrapper {
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .how-do .circle-text {
        font-size: 20px;
        line-height: 30px;
    }

    .who-can .who-card-wrapper img {
        padding-bottom: 10px;
    }
}

@media(max-width:991.98px) {
    .benefits .benefites-img {
        padding-right: 0;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    .do-dont .do-wrapper {
        min-height: auto;
    }

    .who-can .who-card-wrapper .para {
        margin-top: 10px;
    }
    .btn-xl{
        font-size: 24px;
    }
}

@media(max-width:768.98px) {
    .affiliate-hero-banner h2 {
        font-size: 35px;
        line-height: 50px;
    }

    .icon-content h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .icon-content .icon-wrapper {
        min-width: 60px;
        height: 60px;
    }

    .how-do .how-do-number {
        align-items: flex-start;
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .icon-line:before {
        left: 30px;
    }

    .who-can .title,
    .benefits .title,
    .optimize .title,
    .how-do .title,
    .apply-btn-wrapper .title,
    .do-dont .title,
    .faq .title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .affiliate-hero-banner .moeny-rocket-img {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .affiliate-hero-banner {
        padding-top: 5rem;
        padding-bottom: 1rem;
    }

    .icon-content .icon-wrapper {
        margin-right: 30px;
    }

    .icon-content:not(:last-child) {
        margin-bottom: 20px;
    }
    
    .who-can,
    .benefits,
    .how-do {
        margin-top: 50px;
    }

    .who-can .who-card-wrapper {
        min-height: auto;
    }

    .apply-btn-wrapper {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .apply-btn-wrapper .apply-card,
    .do-dont .do-wrapper {
        padding: 24px;
    }

    .do-dont .title {
        margin-bottom: 14px;
    }

    .faq {
        margin-top: 35px;
        margin-bottom: 50px;
    }

    .faq #accordionWrapper .accordion-item .accordion-header button,
    .faq #accordionWrapper .accordion-item .accordion-header button.collapsed,
    .faq #accordionWrapper .accordion-item:hover .accordion-header button {
        font-size: 20px;
        line-height: 28px;
        padding: 25px !important;
    }
    .apply-btn-wrapper .para {
        font-size: 20px;
    }
    .how-do {
        padding-top: 0;
    }
    .how-do .circle-num {
        height: 40px;
        font-size: 18px;
        line-height: 22px;
    }
    .apply-btn-wrapper a {
        word-break: break-all;
    }
}
@media(max-width:480.98px) {
    .icon-line:before {
        height: calc(100% - 100px);
    }
    .icon-content .icon-wrapper {
        margin-right: 15px;
    }
    .how-do .circle-num {
        margin-right: 15px;
    }
    .benefits .bene-img {
        min-width: 35px;
        text-align: left;
    }
    .affiliate-hero-banner h1{
        line-height: 40px;
        font-size: 32px;
        text-transform: capitalize;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .affiliate-hero-banner h2{
        font-size: 24px;
        line-height: 30px;
    }
    .pulse.btn-xl{
        font-size: 22px;
        line-height: 34px;
        padding: 10px 30px;
    }
}