/* .coins-wrapper {
    padding: 80px 0;
}

.our-features .section-title p {
    margin: 0 !important;
}

.features-content .section-title {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.features-content .section-title h2 {
    font-size: 37px;
}

.features-images {
    margin: 0;
    margin-right: 50px;
}

.right .features-images {
    margin: 0;
    margin-left: 0;
}

.right .features-images {
    margin-left: 50px;
}

.features-content .section-title .highlight {
    padding-right: 0;
}


.features-images img {
    aspect-ratio: auto;
}

.plan-box {
    padding: 12px;
}

.step-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-text p {
    margin-bottom: 0;
}

.plan-box.active {
    border: none;
}

.cta-box.coins {
    max-width: 1350px;
    margin: 64px auto;
    padding: 36px;
    border-radius: 12px;
    border-radius: 24px;
}

.cta-title {
    font-size: 51px;
}

.buy-now {
    margin: 64px auto;
}

.buy-now .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title.secondary {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.section-title.secondary a {
    font-size: 21px;
    padding: 16px 85px;
    border-radius: 32px;
}

.our-faqs {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width:1024px) {


    .cta-title {
        font-size: 25px;
        line-height: 35px;
    }

    .coins-wrapper {
        padding: 0;
        padding-bottom: 40px;
    }

    .row {
        gap: 32px;
    }

    .right .features-images, .features-images {
        margin: 0!important;
     
    }

    .features-images img{
        aspect-ratio: 1 / 1.22;
    }
} */


.about-simply .features-content .section-title.coins h2 {
    font-size: 37px;
}

.about-simply .features-content .section-title.coins p {
    font-size: 14px;
    max-width:85%;
}

.features-images.second {
    margin: 0;
    margin-right: 50px;
}

.success_footer .buttons.mobile{
    display:none;
}

.checkout-coins .checkout-coin-amount{
    margin-left: auto;
    margin-right: 10px;
}

.features-content.steps {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.steps-box {
    border-radius: 18px;
    padding: 10px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}

.steps-box.active {
    background: var(--accent-color);
}

.steps-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.steps-inner img {
    width: auto;
}

.steps-title {
    margin-bottom: 0 !important;
}

.steps-text {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    gap: 12px;
}

.steps-text h5 {
    font-size: 25px;
    font-weight: 800;
}

.steps-text p {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}


.our-features.coins {
    margin: 80px auto;
}

.container.secondary {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.buy-now {
    width: 250px;
    font-size: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.w-70{
    padding-right:70px;
}
.w-70 p{
    font-size: 14px !important;
}


.cta-box .section-title {
    margin-bottom: 0;
}


/* Affiliate */



.benefits .container .row{
    margin-top: 48px;
   
}

.tab-content{
    margin-top: 48px;
}
.benefits .container .row.af{
     max-width: 1240px;
     margin: 48px auto 0 auto;
}
.benefit-wrapper .card {
    border-radius: 16px;
    border: 1px solid #70707033;
}

.card-benefit {
    display: flex;
    flex-direction: column;
    gap: 52px;
    align-items: center;
}

.benefit-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #1616169c;
}

.card-title {
    margin: 0;
    font-size: 18px;
    color: #161616;
    font-weight: 600;
}

.card-text {
    font-size: 16px;
    font-weight: 500;
    font-family: 'New_hero_Regular';
}

.section-title p {
    color: #6F6F6D;
    font-size: 15px;
    font-family: 'New_hero_Regular';
}

.buttons-section{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 44px;
}
.join-btn {
    font-family: 'New_hero_Medium';
    background: #D9F07F;
    color: #161616;
    border-radius: 36px;
    padding: 20px;
    font-size: 21px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    font-family: 'New_hero_Medium';
    max-width: 268px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-btn.sign{
    background: transparent;
    border: 1px solid #161616;
    font-weight: 400;
} 

@media screen and (max-width: 1540px){
    .join-btn{
        padding: 16px;
        font-size: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    
    .buttons-section{
        margin-top: 24px;
    }
    .our-features.coins {
        margin: 35px auto;
    }
    .w-70{
    padding: 0 !important;
}
    .our-faqs {
        padding: 24px !important;
    }

    .about-simply .features-content .section-title.coins h2 {
        width: 100%;
        margin-top: 0;
        text-align: center;
        font-size: 25px;
    }
    
    /*.our-features.coins .join-btn{*/
    /*    width: fit-content;*/
    /*}*/

    .about-simply .features-content .section-title h2 {
        font-size: 25px;
        margin-top: 20px;
        /* text-align: center; */
    }

    .features-images.second {
        margin: 0 auto;
    }

    .steps-text h5 {
        font-size: 18px;
    }

    .steps-text p {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .buy-now {
        font-size: 18px;
    }

}

@media screen and (max-width: 992px){
    
    .coins-title{
        margin-top: 0 !important;
    }
    .about-simply .features-content .section-title.coins p {
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
}

.join-btn{
            width: 100%;
        max-width: 100%;
}

.benefits.py-5 .container .row {
margin-top: 0;
}

    .benefits.py-5 .container .row.af {
        margin-top: 24px;
    }
}

@media screen and (max-width: 600px) {
    
    .features-images.second{
        display: none;
    }
    
    .steps-box{
        padding: 0 12px;
    }
    
    
    
    .steps-text{
        gap: 4px;
    }
    
    .tab-content{
    margin-top: 24px;
}
    .steps-inner {
        gap: 16px;
    }

    .steps-inner img {
        width: 40px;
    }

    .section-title h2 {
        font-size: 22px;
    }

    .buy-now {
        font-size: 14px;
    }

}

