/* html,
body {
    overflow-x: hidden;
} */

.main-content {
    text-align: center;
}

.ff-header-overwrite {
    width: 100vw !important;
}

.main-content h2 {
    font-size: 1.5em;
    margin: 20px 0;
}

.ff-main {
    display: flex;
    flex-direction: column;
    align-items: center ;
}

#prime_access {
    color: #F1DD80;
    width: 25vw;
    margin-top: 10px;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.979px;
    /* 136.596% */
    letter-spacing: 2.2px;
}

#prime_access::after {
    content: '';
    display: block;
    width: 100%;
    height: 1.261px;
    /* Adjust the height of the lines as needed */
    background: linear-gradient(90deg, #A78027 40.21%, #F1DD80 53.42%, #B28D33 100%);
    /* Same color as the text */
    margin: 5px 0;
    /* Space between the lines */
}

#prime_access::before {
    content: '';
    display: block;
    position: relative;
    top: 52px;
    width: 100%;
    height: 1.261px;
    /* Adjust the height of the lines as needed */
    background: linear-gradient(90deg, #A78027 40.21%, #F1DD80 53.42%, #B28D33 100%);
    /* Same color as the text */
    margin-top: 5px;
    /* Space between the text and the first line */
}

#all_course_access {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
}

.plans {
    display: flex;
    justify-content: center;
}

.plan {
    /* background-color: #2a2f3a; */
    padding: 20px;
    border-radius: 10px;
    /* width: 30%; */
    text-align: left;
    /* margin: 10px; */
    /* margin-left: 20px !important; */
    position: relative;
    transition: background-color 0.3s, color 0.3s;
}

.ff_subscription__card {
    width: 278px;
    height: 322px;
    flex-shrink: 0;
    border-radius: 18.545px;
    border: 0.773px solid var(--Accent-2-Variation-200, #128586);
    cursor: pointer;
    background: linear-gradient(0deg, #363664 -35.46%, #252543 59.58%, #1C1C32 89.5%);
}

.plan .tag {
    background: linear-gradient(90deg, #BA973B 0.01%, #F1DD80 47.49%, #F1DD80 87.77%, #A57D24 139.57%);
    padding: 2.99px 14.96px 2.99px 14.96px;
    border-radius: 5.98px;
    position: absolute;
    left: 35.125px;
    top: 8.682px;
    color: var(--Neutral-700, #3E3E3E);
    font-family: Poppins;
    font-size: 12.364px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.545px;
}

.plan .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5em;
    margin-bottom: 10px;
    width: 278px;
    height: 89.636px;
    flex-shrink: 0;
    border-radius: 18.545px 18.545px 0px 0px;
    background: var(--Brand-1-Variation-600, #128586);
}

.plan .price .original {
    text-decoration: line-through;
    color: #ff6347;
}

/* .plan .price span {
    font-size: 0.8em;
    width:40px;
    color: #aaa;
    margin: 15px; 
} */


.plan .price li {
    display: flex;
    flex-direction: column;
    margin: 5px;
}

#amount_plan1 {
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-left: 10px;
}

#duration_plan1 {
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-left: 10px;
}

#amount_plan2_discounted {
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-decoration-line: line-through;
    margin-left: 10px;
}

#amount_plan2 {
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}



.ff_subscription__card input[type="radio"] {
    display: none;
}

.ff_subscription__card.active .ff__card_content_subscription {
    color: var(--Brand-2, #2E2E54);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.ff_subscription__card.active {
    /* background-color: #ffffff; */
    color: #000000;
    width: 278px;
    height: 322px;
    flex-shrink: 0;
    border-radius: 18.545px;
    border: 0.773px solid var(--Accent-2-Variation-200, #128586);
    background: #FFF;
}

.ff_subscription__card .tick-mark {
    position: absolute;
    right: 9%;
    display: none;
    top: 7.2%;
}

.ff_subscription__card.active .tick-mark {
    display: block;
}

.ff__subscription__benefits {
    display: flex;
    flex-direction: row;
}

.non-tick-mark{
    position: absolute;
    right: 9%;
    top: 7.15%;
}
.ff_subscription__card.active .non-tick-mark {
    display: none;
}
#benefit_1,
#benefit_2,
#benefit_3 {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 12px;
}

.benefit_container {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.svg-wrapper {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
}


.benefit_container span {
    margin-left: 10px;
}

.ff_subscription__card.otherLang
{
    height:340px!important;
}
.buy-now {
    display: flex;
    width: 238px;
    border: none;
    height: 48px;
    padding: 11px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Brand-1-Variation-500, #16A6A7);
}

.buy-now span {
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.buy-now:hover span {
    font-weight: 600;
    cursor: pointer;
}

.note {
    font-size: 0.9em;
    padding-bottom: 20px;
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 20px;
}

.coupon {
    margin-top: 10px;
    display: flex;
    width: 914px;
    padding: 8px 16px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid var(--Brand-2-Variation-300, #828298);
}

.apply-coupon {
    position: relative;
    left: -1.7rem;
}


.apply-coupon span {
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    align-self: stretch;
}

.apply-coupon:hover {
    font-size: 15px;
}

.ff_subscription_coupon__fg {
    position: relative;
    left: -2.27rem;
}

.apply-coupon_down_arrow {
    position: relative;
    left: 74%;
}
.apply-coupon_down_arrow-other-lang {
    left: 70%;
}
.ff_subscription__all {
    display: flex;
    flex-direction: row;
}

.ff__card_content_subscription {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    height: 205px;
    justify-content: space-between;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.ff__card_content_subscription_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    height: 205px;
    justify-content: space-between;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
#couponInput.error {
    border: 1px solid #D24B3D ! important;
}
.ff_subscription__coupon_input.red-border {
    border: 1px solid var(--Brand-2-Variation-100, #D24B3D) !important;
}
.ff_subscription__coupon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f5f5f5;
    font-family: 'Poppins', sans-serif;
}

.coupon-card {
    display: flex;
    width: 100%;
    height: 125px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 15px;
}

.discount {
    border-radius: 16px 0px 0px 16px;
    /* background: var(--Pastel-4, #C3AAED); */
    background: #c3aaed;
    display: flex;
    width: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
}

.coupon-card span {
    color: var(--Brand-2-Variation-500, #2E2E54);
    text-align: center;
    font-family: Poppins;
    height: fit-content;
    position: relative;
    left:-49px;
    top:45px;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    transform: rotate(-90deg);
}

svg#coupon_card_top_vector {
    width: 100.748px;
    height: 101.717px;
}

svg#coupon_card_btm_vector{
    width: 40px;
    height: 89.386px;
    position: relative;
}

.coupon-details {
    display: flex;
    padding: 16px;
    text-align: start;
    position: relative;
    right: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 0px 16px 16px 0px;
    background: var(--Neutral-White, #FFF);
}

.code {
    margin-bottom: 20px;
}

.code .ff_subscription_code {
    flex: 1 0 0;
    color: var(--Neutral-700, #3E3E3E);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 5px;
}

.code .code_offer {
    color: var(--Neutral-700, #3E3E3E);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    align-self: stretch;
    margin-bottom: 5px;
}

.code .validity {
    margin-top: 5px;
    color: var(--Neutral-400, #949494);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    flex: 1 0 0;
}



.code svg {
    stroke-width: 1px;
    stroke: rgb(186, 16, 16);
    height: 0px;
    align-self: stretch;
}

.code p {
    margin: 5px 0;
    color: #777;
}

.validity {
    font-size: 12px;
}

.apply {
    align-self: flex-end;
    position: relative;
    bottom: 5px;
    right: 15px;
    margin-top: 20px;
    transition: color 0.3s;
    color: var(--Brand-1-Variation-600, #128586);
    text-align: right;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.apply:hover {
    color: #139495;
}

.coupon__discount_color__vector {
    fill: var(--Pastel-3, #CEBEEA);
    position: absolute;
    right: -59.429px;
    bottom: -40.292px;
    width: 76.648px;
    height: 77.386px;
}

.coupon_modal_container {
    display: flex;
    width: 636px;
    padding-bottom: 58px;
    flex-direction: column;
    align-items: center;
    gap: 58px;
    border-radius: 24px;
    background: var(--Main-Background, #FFF);
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid rgba(0, 0, 0, .2) !important;
}

.modal-body {
    text-align: center;
}

.modal-body .no-coupons {
    margin-top: 20px;
}

.modal-body img {
    margin-bottom: 20px;
}


.ff_subscription__coupon_input {
    display: flex;
    width: 452px;
    height: 48px;
    padding: 11px 16px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    border: 1px solid var(--Brand-2-Variation-100, #D5D5DD);
    background: var(--Neutral-White, #FFF);
    transition: border-color 0.3s;
}

.card_subscription_text {
    display: flex;
}

.ff_subscription__coupon_input .form-control {
    border: none;
    outline: none;
    flex-grow: 1;
    padding: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-control:focus {
    box-shadow: none !important;
}

.ff_subscription__coupon_input.green-border {
    border: 1.5px solid var(--Brand-2-Variation-100, #128586) !important;
}

.coupon_popup_apply p {
    margin: 0;
    padding: 0;
    display: inline;
    color: #128586;
    font-weight: bold;
}

.coupon_popup_apply:hover p {
    font-size: 15px;
    cursor: pointer;
}

.coupon_modal-header {
    width: 100%;
    position: relative;
    top: 2rem;
    left: 1rem;
    display: flex;
    padding: 4px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: 16px;
    gap: 12px;
    align-self: stretch;
}

.close-left span {
    font-size: 18px;
}

input:focus {
    outline: none;
    box-shadow: none;
}

.no_coupons_img_bg {
    fill: var(--Neutral-100, #F2F2F2);
    width: 156px;
    height: 156px;
    flex-shrink: 0;
}

.no_coupons_img_fg {
    position: relative;
    top: -6rem;
    width: 89.484px;
    height: 45.507px;
    transform: rotate(17.254deg);
    flex-shrink: 0;
}

.no-coupons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 320px) and (max-width: 991px) {

    #prime_access {
        font-size: 24px;
        width: 100%;
        letter-spacing: 3.2px;
    }

    #all_course_access {
        font-size: 18px;
        margin-top: 30px !important;
    }

    #curr_prime_access {
        font-size: 14px !important;
        margin-top: 30px !important;
    }

    #upgrade_prime_text {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        padding: 0px 10px;
    }

    .ff_subscription__all {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .plans {
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .plan {
        /* margin-bottom: -24px; */
        padding-bottom: 0px !important;
        width: 100%;
    }

    .plan .tag {
        padding-bottom: 2px;
        left: 38.125px;
        top: 8.5px;
        font-size: 10px;
        line-height: 14px;
    }

    .non-tick-mark {
        top: unset;
        
    }

    .ff_subscription__card .tick-mark {
        top: unset;
    }

    .buy-now {
        display: none;
    }

    .coupon {
        width: 90%;
        margin-top: 20px;
        margin-left: 5%;
    }

    .plan .price {
        height: 48px;
        width: 100%;
    }

    #monthly {
        height: 200px !important;
    }

    .ff_subscription__card .tick-mark {
     
    }

    .ff_subscription__card {
        height: 90px;
        width: 100% !important;
    }

    .ff_subscription__card.active {
        height: 90px;
    }

    .card_subscription_text {
        margin-left: 10px;
    }

    .ff__card_content_subscription {
        color: var(--Neutral-White, #FFF);
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        align-items: flex-start !important;
    }

    .ff__card_content_subscription_1 {
        color: var(--Neutral-White, #FFF);
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        align-items: center !important;
    }

    .plan .price li {
        flex-direction: row;
        align-items: center;
    }

    #amount_plan2,
    #amount_plan1,
    #duration_plan2,
    #duration_plan1 {
        color: var(--Neutral-White, #FFF);
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    #duration_plan1 {
        margin-left: 5px !important;
    }

    #amount_plan2_discounted {
        color: var(--Neutral-White, #FFF);
        font-family: Poppins;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        text-decoration-line: strikethrough;
    }

    .note {
        margin-top: 15px;
        margin-left: 5vw;
        padding-bottom: 0px;
    }

    .coupon_modal_container {
        width: 100%;
    }

    .ff_subscription__coupon_input {
        width: 100%;
    }

    .coupon-card {
        width: 100% !important;
    }

    .ff_subscription__all_existing {
        flex-direction: column !important;
        align-items: center;
        width: 100% !important;
        margin-left: 0 !important;
    }

    .price_text_plan_card {
        flex-direction: row !important;
        align-items: center;
    }

    #upgrade_plan_three_yearly {
        margin-top: 50px !important;
    }

    /* .ff_subscription_upgrade_plan {
        max-width: 95vw;
    } */

    .apply-coupon_down_arrow {
        position: absolute !important; 
        left: 88% !important;

    }
}

.ff_existing_prime_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#curr_prime_access {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 20px;
}

.ff_subscription_upgrade_plan {
    display: flex;
    justify-content: center;
    max-width: 95vw;
}

.upgrade_plan_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 432.527px;
    /* height: 113.341px; */
    padding-top:16px;
    padding-bottom:16px;
    border-radius: 10.549px;
    background: linear-gradient(90deg, #BA973B -18.33%, #F1DD80 23.47%, #F1DD80 58.94%, #A57D24 104.53%);
}

.upgrade_plan_container hr {
    width: 263.736px;
    height: 1.319px !important;
    border: 1px #FFE3A8;
    margin-top:5px !important;
    margin-bottom:5px !important;

}

.current_plan_cost .plan_cost {
    color: var(--Brand-2, #2E2E54);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.current_plan_cost .duration_cost {
    color: var(--Brand-2, #2E2E54);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.expiration_text {
    color: var(--Brand-2, #2E2E54);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

#upgrade_prime_text {
    color: #FFF;
    text-align: center;
    align-self: stretch;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ff_subscription__all_existing {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: center;
}

#cost_plan2 {
    display: flex;
    flex-direction: row;
}

.ff_best_prime_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#subscription_case2 {
    margin-left: 5px;
    color: var(--Neutral-White, #FFF);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.price_text_plan_card {
    display: flex;
    flex-direction: column;
}

.upgrade_plan_container hr{
    /* border-bottom: 10px solid red;
    opacity: 1.2; */
    border: none;
    border-top: 2px solid #FFE3A8;
    width: 70%;
}

#star_icon_top {
    position: relative;
    top: 15px;
    left: -15px;
}

#star_icon_bottom {
    position: relative;
    right: -15px;
    bottom: 10px;
}

#star_icon_top_sml {
    position: relative;
    top: 40px;
    left: 0px;
}

#star_icon_btm_sml {
    position: relative;
    left: -20px;
}

/* Sticky footer for mobile view */
.sticky-footer {
    display: none; /* Default hidden */
}

@media only screen and (max-width: 768px) {
    .sticky-footer {
        display: block; /* Display on screens smaller than 768px (tablets and mobile) */
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        padding: 24px 16px;
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        text-align: center;
    }

    .pay-btn {
        background-color: var(--Brand-1, #16A6A7);
        color: var(--Neutral-White, #FFF);
        border: none;
        padding: 15px 0;
        width: 100%;
        border-radius: 8px;
        font-family: Poppins;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        cursor: pointer;
    }

    .pay-btn:hover {
        background-color: #4c9791;
    }

    .modal-dialog-scrollable .modal-content {
        /* max-height: 70% !important; */
    }
    .coupon_modal_container {
        padding-bottom:0px;
    }

    .modal-content {
        width: 100% !important;
    }
    
    .modal-dialog-centered {
        justify-content: center;
    }
}
.ff-accordion__content ol
{
    padding-left:0px !important;
}
