/* homepage top banner slick */
.banner-slider {
    visibility: hidden;
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;
}

.banner-slider .slick-dots {
    bottom: -40px;
}

.banner-slider img {
    width: 98%;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.banner-slider .slick-dots li {
    width: auto;
}

.banner-slider .slick-dots li button {
    background-color: #707070;
    width: 20px;
    height: 10px;
    border-radius: 10px;
}

.banner-slider .slick-dots li button:before {
    font-size: 0;
}

.banner-slider .slick-dots li.slick-active button {
    background-color: white;
    width: 40px;
}

.swiper-container {
    margin: 20px 0;
}

.banner-slider.slick-initialized {
    visibility: visible;
}

@media (max-width: 768px) {
    .banner-slider {
        height: 40vw;
        width: calc(100vw - 40px);
        max-width: 768px;
        margin: 0 auto;
    }

    .banner-slider .slick-dots {
        bottom: -10px;
    }

    .swiper-container {
        margin: 20px;
        padding-top: 1rem;
    }

    .banner-slider .slick-slide img {
        border-radius: 9px;
    }

    .banner-slider li {
        margin: 0 2px;
        width: auto;
    }

    .banner-slider .slick-dots li button {
        height: 10px;
        width: 10px;
    }

    .banner-slider .slick-dots li.slick-active button {
        width: 30px;
    }
}

/* end of homepage top banner slick */

/* home page css */
.aff-section-divider {
    background: linear-gradient(90deg, rgba(46, 53, 71, 0) 0%, #2E3547 46.15%, rgba(46, 53, 71, 0) 94.81%);
    height: 1px;
    width: 50%;
    margin: 80px auto;
}

.aff-content {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.aff-content-title {
    font-family: NotoSansSCBlack;
    font-weight: 900;
    color: #F3F6FF;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    margin: 60px 0px;
}

.aff-cs {
    width: 100%;
}

.aff-cs .col-wrap {
    background-color: #131D39;
    border-radius: 24px;
    width: 100%;
    margin-bottom: 25px;
}

.aff-cs .cs-row1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 90px;
    height: max-content;
}

.aff-cs .cs-row1 .c1,
.aff-cs .cs-row1 .c3 {
    width: 27%;
}

.aff-cs .cs-row1 .c2 {
    width: 42%;
}

.aff-cs .cs-row1 .c1 .col-wrap {
    height: 100%;
    background: url('../images/green-overlay-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    background-color: #131D39;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding: 60px 20px 40px;
}

.aff-cs .cs-row1 .c1 img {
    width: 150px;
    height: 122px;
    object-fit: contain;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
}

.aff-cs .cs-row1 .c1 .col-wrap span {
    font-size: 70px;
    line-height: 105px;
}

.aff-cs .cs-row1 .c2 .col-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.aff-cs .cs-row1 .c2 .r1.col-wrap {
    background: url('../images/yellow-overlay-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    background-color: #131D39;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    padding: 25px 10px;
}

.aff-cs .cs-row1 .c2 .r2.col-wrap {
    position: relative;
    padding: 25px 10px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: url('../images/blue-overlay-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    background-color: #131D39;
}

.aff-cs .cs-row1 .c2 .r2.col-wrap .perc-img {
    position: absolute;
    top: -18px;
    left: -15px;
    width: 83px;
    height: 80px;
    object-fit: contain;
}

.aff-cs .risk-capital-wrap {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
}

.aff-cs .risk-capital-wrap .amt-txt {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 8px;
}

.aff-cs .cs-row1 .c3 .col-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    background: url('../images/gold-overlay-bg.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    background-color: #131D39;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: relative;
    padding: 60px 20px 40px;
}

.aff-cs .cs-row1 .c3 img {
    width: 170px;
    height: 157px;
    object-fit: contain;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
}

.aff-cs .cs-row1 .c3 .big-txt {
    font-size: 46px;
    line-height: 56px;
}

.aff-cs .cs-row2 {
    margin-top: 25px;
}

.aff-cs .cs-row2 .col-wrap {
    background: url('../images/yellow-ellipse-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #131D39;
    height: 392px;
    position: relative;
    margin-bottom: 160px;
}

.aff-cs .cs-row2 .earning-wrap {
    padding: 50px 6% 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 88%;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.aff-cs .cs-row2 .earning-wrap .comm-symbol {
    font-size: 2.5rem;
    padding-bottom: 1rem;
    width: min-content;
}

.aff-cs .cs-row2 .earning-wrap>div,
.aff-cs .cs-row2 .earning-wrap .comm-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aff-cs .cs-row2 .earning-wrap .comm-wrap {
    width: max-content;
}

.aff-cs .cs-row2 .earning-wrap .big-txt {
    font-size: 28px;
    line-height: 38px;
    margin-top: 6px;
}

.aff-cs .cs-row2 .earning-wrap .earning-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
}

.aff-cs .cs-row2 .caishen-img {
    position: absolute;
    right: 0px;
    top: -65px;
    height: 200px;
    width: 200px;
    object-fit: contain;
}

.aff-cs .cs-row2 .arrow-img {
    position: absolute;
    left: 13%;
    bottom: 9%;
    height: 120px;
    width: 130px;
    object-fit: contain;
}

.aff-cs .cs-row2 .vehicle-img {
    position: absolute;
    right: 0%;
    bottom: -39%;
    height: auto;
    width: 70%;
    object-fit: contain;
}

.testimonial-section {
    max-width: 100%;
}

.testimonial-inner-wrap {
    width: 100%;
    position: relative;
}

.testimonial-section .slick-prev {
    left: 6px !important;
    top: 36% !important;
}

.testimonial-section .slick-arrow {
    position: absolute;
    top: 48%;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 50%;
    background: #192548;
}

.testimonial-section .slick-arrow.prev {
    left: 0px;
}

.testimonial-section .slick-arrow.next {
    right: 0px;
}

.testimonial-section .slick-arrow:after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 10px;
}

.testimonial-section .slick-arrow.prev:after {
    border-left: 2px solid #F3F6FF;
    border-bottom: 2px solid #F3F6FF;
    transform: rotate(45deg);
    left: 12px;
}

.testimonial-section .slick-arrow.next:after {
    border-right: 2px solid #F3F6FF;
    border-bottom: 2px solid #F3F6FF;
    transform: rotate(-45deg);
    right: 12px;
}

.testimonial-slider .testimonial-item {
    color: rgba(243, 246, 255, 0.8);
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 25px;
}

.testimonial-slider .testimonial-item:not(:last-child) {
    border-left-width: 0px;
    border-right-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(46, 53, 71, 0), #2E3547, rgba(46, 53, 71, 0)) 1 100%;
}

.testimonial-slider .testimonial-item .profile-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.testimonial-slider .testimonial-item .username {
    margin: 20px 0px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.testimonial-slider .testimonial-item .content {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.testimonial-slider .testimonial-item .rating-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.testimonial-slider .testimonial-item .rating-wrap i {
    color: #FDBB2C;
    margin: 0px 3px;
}

.joinnow-section {
    border-radius: 24px;
    background: url('../images/yellow-overlay-bg-2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #131D39;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px;
    width: 100%;
    color: #F3F6FF;
}

.joinnow-section .sTitle {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.joinnow-section .sPara {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

@media (max-width: 768px) {

    .aff-cs .cs-row1 .c1,
    .aff-cs .cs-row1 .c2,
    .aff-cs .cs-row1 .c3 {
        width: 100%;
    }

    .aff-cs .cs-row1 .c2 {
        margin-top: 25px;
    }

    .aff-cs .cs-row1 .c3 {
        margin-top: 40px;
    }

    .aff-cs .cs-row1 .c2 .r2.col-wrap {
        margin-bottom: 25px;
    }

    .aff-cs .cs-row2 .earning-wrap {
        width: 100%;
    }

    .aff-cs .cs-row2 .earning-wrap {
        font-size: 12px;
        line-height: 22px;
    }

    .aff-cs .cs-row2 .earning-wrap .big-txt {
        font-size: 24px;
        line-height: 34px;
    }

    .aff-cs .cs-row2 .caishen-img {
        display: none;
    }

    .aff-cs .cs-row2 .arrow-img {
        left: 8%;
        bottom: 14%;
        height: 100px;
        width: 108px;
    }

    .aff-cs .cs-row2 .vehicle-img {
        right: 0%;
        bottom: -10%;
        height: auto;
        width: 80%;
    }

    .aff-cs .cs-row2 .col-wrap {
        margin-bottom: 50px;
    }

    .testimonial-slider .testimonial-item:not(:last-child) {
        border: 0px;
        border-style: solid;
        border-image: none;
    }

    .testimonial-section .slick-slide {
        margin: 10px
    }

    .joinnow-section {
        margin: 0px 20px;
        width: calc(100% - 40px);
    }

    .joinnow-section .sTitle {
        font-size: 20px;
        line-height: 26px;
    }

    .joinnow-section .sPara {
        font-size: 13px;
        line-height: 20px;
    }
}

/* end of home page css */


/* commission plan css */
.cp-col-wrap {
    border-radius: 24px;
    position: relative;
    width: 100%;
    height: 100%;
}

.cp-col-wrap.left-col {
    background: url('../images/cp-ellipse-bg-1.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #131D39;
}

.cp-col-wrap.right-col {
    background: url('../images/cp-ellipse-bg-2.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #131D39;
}

.cp-col-wrap .ill-icon-1 {
    width: 162px;
    height: 182px;
    object-fit: contain;
    margin-top: -30px;
    margin-left: -28px;
}

.cp-col-wrap .ill-icon-2 {
    width: 168px;
    height: 175px;
    object-fit: contain;
    margin-top: -22px;
    margin-left: -14px;
}

.cp-col-wrap .revenue-share-wrap {
    background: rgba(253, 187, 44, 0.16);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 30px 15px;
}

.cp-col-wrap .caption-wrap {
    padding: 30px 30px 50px;
    font-size: 14px;
    line-height: 30px;
}

.comm-calc-wrap {
    padding: 30px 30px 50px;
}

.comm-calc-wrap .comm-calc-divider {
    margin: 30px 0px;
    height: 1px;
    width: 100%;
    background: linear-gradient(90deg, rgba(46, 53, 71, 0) 0%, #2E3547 46.15%, rgba(46, 53, 71, 0) 94.81%);
}

.tgl-wrap {
    border-radius: 24px;
    background-color: #131D39;
    padding: 10px 18px 14px;
    font-size: 32px;
    line-height: 40px;
}

.cp-title {
    font-size: 32px;
    line-height: 40px;
}

.cp-body {
    font-size: 16px;
    line-height: 26px;
}

.cp-upto {
    font-size: 40px;
    line-height: 44px;
}

.cp-upto span {
    font-size: 50px;
    line-height: 54px;
}

.cp-header {
    font-size: 50px;
    line-height: 54px;
}

.cp-subheader {
    font-size: 40px;
    line-height: 40px;
}

.cp-calc-label {
    font-size: 20px;
    line-height: 30px;
}

.cp-calc-txt {
    font-size: 14px;
    line-height: 30px;
}

.cp-title-2 {
    font-size: 40px;
    line-height: 56px;
}

.cp-caption {
    font-size: 15px;
    line-height: 30px;
}

@media (max-width: 768px) {

    .ill-icon-1,
    .ill-icon-2 {
        width: 104px;
        height: 116px;
        object-fit: contain;
        position: absolute;
        top: -28px;
        left: -15px;
    }

    .tgl-wrap {
        border-radius: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .cp-title {
        font-size: 22px;
        line-height: 32px;
    }

    .cp-body {
        font-size: 13px;
        line-height: 20px;
    }

    .cp-upto {
        font-size: 16px;
        line-height: 30px;
    }

    .cp-upto span {
        font-size: 28px;
        line-height: 38px;
    }

    .cp-header {
        font-size: 28px;
        line-height: 32px;
    }

    .cp-subheader {
        font-size: 22px;
        line-height: 31px;
    }

    .cp-col-wrap .caption-wrap {
        padding: 24px 16px;
        font-size: 12px;
        line-height: 20px;
    }

    .comm-calc-wrap .comm-calc-divider {
        margin: 20px 0px;
    }

    .cp-calc-label {
        font-size: 14px;
        line-height: 24px;
    }

    .cp-calc-txt {
        font-size: 12px;
        line-height: 20px;
    }

    .cp-title-2 {
        font-size: 28px;
        line-height: 38px;
    }

    .cp-caption {
        font-size: 13px;
        line-height: 22px;
    }
}

/* end of commission plan css */

/* product css */
.product-section {
    margin-bottom: 10px;
}

.product-section .product-wrap {
    width: 100vw;
    max-width: 1920px;
    height: calc(504/1920 * 100vw);
    max-height: 504px;
    margin: 10px auto 0px;
    padding-left: 8%;
    padding-right: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.product-section .product-wrap.slots {
    background: url("../images/products/slots-banner.png");
    background-repeat: none;
    background-position: center;
    background-size: cover;
}

.product-section .product-wrap.livecasino {
    background: url("../images/products/livecasino-banner.png");
    background-repeat: none;
    background-position: center;
    background-size: cover;
}

.product-section .product-wrap.sportsbook {
    background: url("../images/products/sportsbook-banner.png");
    background-repeat: none;
    background-position: center;
    background-size: cover;
}

.product-section .product-wrap.fishing {
    background: url("../images/products/fishing-banner.png");
    background-repeat: none;
    background-position: center;
    background-size: cover;
}

.product-section .product-wrap.lottery {
    background: url("../images/products/lottery-banner.png");
    background-repeat: none;
    background-position: center;
    background-size: cover;
}

.product-section .product-wrap.esports {
    background: url("../images/products/esports-banner.png");
    background-repeat: none;
    background-position: center;
    background-size: cover;
}

.product-section .product-wrap .pTitle {
    text-shadow: 4px 4px 20px rgba(253, 187, 44, 0.3);
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
}

.product-section .product-wrap .pCaption {
    font-size: 14px;
    line-height: 24px;
    margin-top: 4%;
}

@media (max-width: 768px) {
    .product-section .product-wrap {
        width: 100vw;
        max-width: 768px;
        height: calc(276/390 * 100vw);
        max-height: 544px;
        margin: 0px auto 1.2rem;
        padding: 12px 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        cursor: pointer;
    }

    .product-section .product-wrap.slots {
        background: url("../images/products/slots-banner-mobile.jpg");
        background-repeat: none;
        background-position: center;
        background-size: cover;
    }

    .product-section .product-wrap.livecasino {
        background: url("../images/products/livecasino-banner-mobile.jpg");
        background-repeat: none;
        background-position: center;
        background-size: cover;
    }

    .product-section .product-wrap.sportsbook {
        background: url("../images/products/sportsbook-banner-mobile.jpg");
        background-repeat: none;
        background-position: center;
        background-size: cover;
    }

    .product-section .product-wrap.fishing {
        background: url("../images/products/fishing-banner-mobile.jpg");
        background-repeat: none;
        background-position: center;
        background-size: cover;
    }

    .product-section .product-wrap.lottery {
        background: url("../images/products/lottery-banner-mobile.jpg");
        background-repeat: none;
        background-position: center;
        background-size: cover;
    }

    .product-section .product-wrap.esports {
        background: url("../images/products/esports-banner-mobile.jpg");
        background-repeat: none;
        background-position: center;
        background-size: cover;
    }

    .product-section .product-wrap .pTitle {
        text-transform: uppercase;
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 0rem;
        text-shadow: 4px 4px 20px rgba(253, 187, 44, 0.3), 0px 0px 10px rgba(253, 187, 44, 0.3), 0px 0px 11px rgba(253, 187, 44, 0.3);
    }

    .product-section .product-wrap .pCaption {
        text-transform: uppercase;
        font-size: 12px;
        line-height: 15px;
        margin-top: 0%;
    }
}

/* end of product css */

/* faq css */
.faq-icon {
    background-image: url('../images/faq-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 330px;
    height: 378px;
    object-fit: contain;
    position: absolute;
    z-index: 0;
    right: 0px;
    top: -20px;
}

.faq-accordion {
    width: 100%;
    margin-bottom: 100px;
}

.faq-accordion .card {
    background: #131D39;
    border-radius: 24px !important;
    margin-bottom: 15px;
}

.faq-accordion .faqDropList {
    padding: 0px 20px;
}

.faq-accordion .faqDropList .drop-list-title {
    padding-right: 60px;
    height: 70px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.faq-accordion .faqDropList .drop-list-title:after {
    content: "+";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 24px;
    color: grey;
}

.faq-accordion .faqDropList .drop-list-title.active:after {
    content: "-";
    color: #FDBB2C;
}

.faq-accordion .faqDropList .drop-list-content {
    padding-bottom: 20px;
    display: none;
}

.faq-accordion .faqDropList .drop-list-content div {
    padding: 0px 60px 20px 18px;
    text-align: left;
}

.faq-accordion .faqDropList .drop-list-content div:last-child {
    padding-bottom: 0px;
}

.faq-title {
    font-size: 16px;
    line-height: 26px;
}

.faq-body {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .faq-accordion {
        width: calc(100vw - 40px);
        margin-bottom: 50px;
    }

    .faq-accordion .accordion-button {
        color: rgba(243, 246, 255, .8);
        background-color: #131D39;
        border-radius: 10px;
        font-family: NotoSansMedium;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .faq-accordion .accordion-button:not(.collapsed) {
        background-color: #131D39;
        font-family: NotoSansBold;
        font-weight: 700;
        color: rgba(243, 246, 255, 1);
    }

    .faq-accordion .accordion-item {
        border: none;
        background-color: #131D39;
        text-align: left;
        font-family: NotoSansMedium;
        font-weight: 500;
        color: rgba(243, 246, 255, .6);
        margin-bottom: 1.2rem;
        border-radius: 10px;
    }

    .faq-accordion .accordion-body {
        font-family: NotoSansMedium;
        font-weight: 500;
        padding: 0 1.25rem;
        padding-bottom: 1rem;
        font-size: 14px;
        line-height: 24px;
    }

    .faq-accordion .accordion-button:after {
        font-family: 'FontAwesome';
        content: "\f068";
        float: right;
        background-image: none !important;
    }

    .faq-accordion .accordion-button.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f067";
        background-image: none !important;
    }

    .faq-accordion .accordion-button:focus {
        box-shadow: none;
    }

    .faq-accordion .accordion-button:not(.collapsed)::after {
        color: rgba(253, 187, 44, 1);
    }

    .faq-icon {
        background-image: url('../images/mobile/faq-icon.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 150px;
        height: 238px;
        object-fit: contain;
        position: absolute;
        z-index: 0;
        right: 0px;
        top: 30px;
    }
}

/* end of faq css */


/* mobile css */
@media (max-width: 768px) {
    .aff-section-divider {
        background: linear-gradient(90deg, rgba(46, 53, 71, 0) 0%, #2E3547 46.15%, rgba(46, 53, 71, 0) 94.81%);
        height: 1px;
        width: 50%;
        margin: 40px auto;
    }

    .affiliate-container {
        padding-bottom: 5rem;
    }

    .swiper-slide img {
        width: 100%;
    }

    .aff-content-title {
        font-family: NotoSansSCBlack;
        font-weight: 900;
        color: #F3F6FF;
        font-size: 28px;
        line-height: 38px;
        text-align: center;
        margin: 40px 0px 10px;
    }

    .joinnow-nav-btn,
    .joinnow-popup-btn {
        outline: none;
        border: 0px;
        color: #000;
        background-color: #FDBB2C;
        border-radius: 5px;
        cursor: pointer;
        font-family: NotoSansBold;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .joinnow-nav-btn {
        font-size: 12px;
        height: 28px;
        width: 88px;
    }

    .joinnow-popup-btn {
        font-size: 16px;
        height: 48px;
        width: 100%;
    }

    .glow-container {
        background-image: url('../images/mobile/neon-effect.png');
        background-repeat: no-repeat;
    }

    .blue-glow {
        background-image: url('../images/mobile/blue-neon.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: inherit;
    }

    #glow-container img {
        width: 100%;
        height: auto;
    }

    .affiliate-box {
        background-color: #131D39;
        height: auto;
        font-family: NotoSansMedium;
        margin-bottom: 1rem;
        border-radius: 10px;
        line-height: 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }

    .shadowfilter {
        background: url('../images/mobile/green-overlay-bg.png');
        background-repeat: no-repeat;
        background-position: center -0.5rem;
        background-size: 100% 100%;
    }

    .join-now-btn {
        background-color: #FDBB2C29;
        width: 80%;
        color: #FDBB2C;
        padding: 8px;
        border-radius: 8px;
        font-size: 13px;
        margin-top: .6rem;
        font-family: NotoSansBold;
    }

    .multiply-symbol {
        padding-top: 1.5rem;
        font-size: 1rem;
    }

    .text-heading {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: .8rem;
        padding-top: 2rem;
    }

    .content-right {
        width: 66.7%;
        text-align: left;
    }

    .revenue-bg {
        background: rgba(253, 187, 44, 0.20);
        padding: 18px 0;
        line-height: 27px;
    }

    .revenue-left {
        text-align: left;
    }

    .revenue-right {
        font-size: 12px;
        text-align: left;
    }

    .gradient-line {
        /* margin: 0 0 50px 0; */
        display: block;
        border: none;
        height: 1px;
        background: linear-gradient(to right, #ffffff5e, #bec8df, #ffffff5e);
        width: 75%;
    }

    .comm-left {
        background: #131D39;
        text-align: left;
        padding: 15px 8px;
        font-size: 16px;
        line-height: 24px;
        border-radius: 12px;
        margin-bottom: .9rem;
    }

    .comm-right {
        background: #131D39;
        font-size: 16px;
        line-height: 24px;
        border-radius: 12px;
        padding: 15px 8px;
        margin-bottom: .9rem;
    }
}