@media (max-width: 991px) {
    .desktop-max-width {
        width: 100vw;
        padding: 0rem 2.4rem;
    }

    html {
        font-size: 60%;
    }

    ._hidden_ {
        display: inline-block;
    }

    .desktop-logo {
        display: none;
    }

    nav {
        display: flex;
        justify-content: space-between;
    }

    .nav-logo {
        margin: 0;
    }

    .nav-clickable {
        width: 70%;
        border-bottom-left-radius: 2rem;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #233B63;
        flex-direction: column;
        transform: translateX(100%);
        transition: transform .3s ease;
    }

    .nav-clickable-active {
        transform: translateX(0);
    }

    .navigation {
        flex-direction: column;
        text-align: left;
        width: 100%;

        li {
            width: 100%;

            a {
                width: 100%;

                &:hover {
                    background-color: #1A2C4A;
                }
            }
        }
    }

    .nav-btns {
        justify-content: center;
        margin-top: 2rem;
        margin-bottom: 6rem;
        width: 100%;
    }

    .nav-btns a, .nav-btns a .primary-btn{
        width: 100%;
    }
    .general-image {
        width: 46rem;
    }

    .pricing-main-box {
        gap: 0;
    }

    .pricing-box {
        padding: 1.2rem;
    }

    .amount,
    .plan-name {
        font-size: 2.4rem;
    }

    .plan-text {
        font-size: 1.6rem;
    }

    .pricing-box .general-list-item span {
        font-size: 1.6rem;
    }

    .pricing-btn {
        padding: 0 2.4rem;
        font-size: 1.6rem;
    }

    .pricing-btn .arrow-right {
        width: 2rem;
    }

}

@media (max-width: 768px) {
    .hero-main-heading {
        font-size: 4.8rem;
    }

    .footer-links {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem 2rem;
    }

    .pricing-main-box {
        flex-direction: column;
        gap: 2.4rem;
    }

    .pricing-box {
        margin-top: 0rem;
    }

    /* payment page */
    .payment-box {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2.4rem;
    }

    .payment-footer-container {
        flex-direction: column;
        span {
            display: none;
        }
    }
}

@media (max-width: 450px) {

    .nav-clickable {
        width: 100%;
    }

    .nav-btns {
        flex-direction: column;
        row-gap: 1.2rem;
        padding-inline: 2.4rem;
        align-items: center;
    }

    .pill {
        padding: .8rem 1.6rem;
    }

    .hero-main-heading {
        font-size: 4rem;
    }

    .primary-btn {
        font-size: 1.6rem;
    }

    .main-hero-image {
        min-width: 116%;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .box {
        width: 16rem;
    }

    .left-box {
        top: -5rem;
        left: -4.8rem;
    }

    .right-box {
        right: -5rem;
        bottom: -2.4rem;
    }

    .rounded-section-end {
        position: absolute;
        min-width: 100%;
        height: 6.4rem;
        background: #ffffff;
        border-top-left-radius: 3.2rem;
        border-top-right-radius: 3.2rem;
        z-index: 1;
        bottom: 0;
        left: 0;
    }

    .stats-container {
        flex-direction: column;
        gap: 3.2rem;
        align-items: center;
        text-align: center;
    }

    .section-heading {
        font-size: 4rem;
    }

    .impact-image {
        width: 100%;
    }

    .steps-box {
        flex-direction: column;
    }

    .features {
        border-top-left-radius: 3.2rem;
        border-top-right-radius: 3.2rem;
    }


    .features-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .general-heading {
        font-size: 4rem;
    }

    .general-image {
        width: 100%;
    }

    .general-container {
        gap: 2.4rem;
    }

    .loosing-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .final-cta {
        border-top-left-radius: 3.2rem;
        border-top-right-radius: 3.2rem;
    }

    .final-cta-heading {
        font-size: 3.2rem;
    }

    .final-cta-image {
        width: 100%;
    }

    .faq-container .faq-group {
        max-width: 100%;
    }

    .faq-container .faq-group .faq-item .faq-question h3 {
        font-size: 1.8rem;
    }

    .faq-container .faq-group .faq-item .faq-answer p {
        font-size: 1.8rem;
    }

    footer {
        border-top-left-radius: 3.2rem;
        border-top-right-radius: 3.2rem;
    }

    .support-heading {
        font-size: 3rem;
    }

    .pricing-box {
        height: fit-content;
    }

    .custom-plan-box {
        flex-direction: column;
        gap: 1.6rem;
    }

    .money-back-image {
        width: 20rem;
    }

    .money-back-text {
        width: 100%;
        line-height: 150%;
    }

    .payment {
        flex-direction: column;
        gap: 2.4rem;
    }

    .skype-btn-image {
        width: 4.8rem;
    }

    /* paymnet page */
    .payment-plan-header-image {
        width: 18rem;
        margin: .8rem auto;
    }

    .user-toggle-container {
        margin-block: 2.4rem;
    }

    .secure-payment {
        flex-direction: column;
        gap: 1.6rem;
        padding: 1.6rem;
    }

    .secure-payment img:nth-child(2) {
        width: 100%;
        
    }

}