@media (max-width: 1100px) {
    .testimonials-img {
        transform: translateY(-20%);
    }
}

@media (max-width: 1000px) {
    .navbar {
        grid-template-columns: 0.6fr 1fr 1fr;
    }
    .mentor-name {
        font-variation-settings: 'wght' 900 !important;
        font-family: 'Satoshi-med';
        font-size: 3rem !important;
        color: #ffffffa3 !important;
    }
    .testimonials {
        gap: 0px;
    }
    /* .thi {
        position: absolute;
        left: 7%;
        top: 47%;
    } */
    .fb {
        height: 250px !important;
    }
    .faq-container {
        grid-template-columns: 1fr;
        align-items: center;
        text-align: center;
    }
    button {
        display: none !important;
    }
    .testimonial-box {
        margin: 0 15px;
    }
    .tm-mobile-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }
    .tm-dots-inner {
        display: flex;
        gap: 2rem;
    }
    .tm-dot {
        border-radius: 50%;
        width: 15px;
        height: 15px;
        display: block;
        background: #ffffff66;
        transition: all 0.5s ease-in-out;
    }
    .active-dot {
        width: 40px !important;
        border-radius: 20px !important;
        background-color: white !important;
    }
    .testimonials-section {
        margin-top: 0;
        margin-bottom: 0 !important;
        margin-top: 100px;
    }
    .features-section {
        margin-bottom: 0;
    }
    .testimonials {
        gap: 0px;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
    }
    .mobile .fb {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .mobile .fb-image {
        margin: 0 auto;
    }
    .arrow {
        display: flex !important;
        background: #ffffff14;
        border-radius: 8px;
        width: fit-content;
        padding: 2rem;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        position: absolute;
        z-index: 1;
    }
    .slick-arrow {
        position: absolute;
        z-index: 1;
    }
    .slick-slide img {
        width: 120% !important;
    }
}

@media (max-width: 850px) {
    html {
        font-size: 55%;
    }
    .desktop-nav {
        display: none;
    }
    .mobile-nav {
        display: flex;
    }
    .mobile-nav .nav-items,
    .nav-btn {
        display: none;
    }
    .mobile-nav {
        justify-content: space-between;
    }
    .nav-open {
        text-align: right;
        transition: all 2s ease-in-out;
    }
    .pl-d {
        display: none;
    }
    .pl-m {
        display: inline-block;
        margin-top: 20px;
    }
    .nav-close {
        display: none !important;
    }
    .nav-active .nav-open {
        display: none !important;
    }
    .nav-active .nav-close {
        display: inline-block !important;
        text-align: right;
    }
    .nav-active .nav-items {
        display: flex;
        flex-direction: column;
        grid-column: 1/-1;
        text-align: center;
        font-size: 16px;
    }
    .nav-active .nav-btn {
        display: flex;
        grid-column: 1/-1;
        justify-self: center;
    }
    .nav-active {
        display: grid;
        grid-template-columns: 0.3fr 0.3fr !important;
        grid-template-rows: 0.3fr min-content;
        position: absolute;
        z-index: 1;
        width: 100%;
    }
    /* .nav-active .nav-logo {
        grid-column: 1/2;
    } */
    .nav-active .nav-items {
        grid-row: 2/2 !important;
    }
    .nav-items {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .navbar {
        grid-template-columns: 1fr 2fr;
    }
}

@media (max-width: 750px) {
    section {
        padding: 0 0px;
    }
    .waiting-for {
        margin-bottom: 10rem;
    }
    /* .stripe-div {
        margin-top: 150px;
    } */
    /* .carousel-desktop {
        display: none;
    } */
    /* .carousel-img {
        width: 70%;
    } */
    .carousel-mobile {
        display: flex !important;
        flex-direction: column;
    }
    .mb-c-1,
    .mb-c-2 {
        display: flex;
        gap: 32px;
    }
    .mb-c-2 {
        animation: carousel-reverse 30s linear infinite;
    }
    .mym-content {
        flex-direction: column;
        row-gap: 64px;
    }
    .active-btn {
        background-color: white !important;
        color: black !important;
    }
    .mobile-btns-plans {
        display: flex;
        gap: 40px;
        align-items: center;
        margin-top: 24px;
        justify-content: center;
    }
    .mobile-plan-btn {
        background: transparent;
        border: 1px solid #ffffff52;
        -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
        -webkit-opacity: 1;
        color: rgba(255, 255, 255, 0.4);
    }
    .mb-plan {
        position: absolute;
        margin: 0 auto;
    }
    .behind {
        z-index: -1;
        transform: translateX(80%);
        opacity: 0.3;
    }
    .to-front {
        animation-name: to-front;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        /* animation-iteration-count: infinite; */
    }
    .to-back {
        animation-name: to-back;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        /* animation-iteration-count: infinite; */
    }
    @keyframes to-back {
        0% {
            z-index: -1;
            opacity: 0.3;
            transform: translateX(0%);
        }
        100% {
            transform: translateX(80%);
            opacity: 0.3;
            z-index: -1;
        }
    }
    @keyframes to-front {
        0% {
            z-index: 1;
            opacity: 1;
            transform: translateX(80%);
        }
        100% {
            transform: translateX(0%);
            opacity: 1;
            z-index: 2;
        }
    }
    .features-section,
    .faq-container {
        padding-top: 0px;
    }
    .thi {
        left: -3px;
        top: -150px;
    }
    .desktop-header,
    .mobile-p {
        display: none;
    }
    .hero-content {
        margin-top: 100px;
    }
    .mobile-header {
        display: inline-block;
        margin-bottom: 50px;
        background: linear-gradient( 90deg, #eeeeee 0%, #ececec 37.44%, #bfbfbf 66.09%, #8a8a8a 100%);
    }
    .hero-btn-scroll {
        border: 1px solid #36373b;
        margin-top: 50%;
        font-size: 18px !important;
        font-family: 'Inter';
        font-weight: 400;
        letter-spacing: 8%;
    }
    .hero-btn {
        font-size: 16px;
    }
    .faq-container {
        gap: 0px;
    }
    .wf-glow {
        left: -25%;
        top: -25%;
        width: 250px !important;
    }
    .footer {
        z-index: -1;
    }
    .wf-phone {
        right: -20%;
        width: 70%;
        top: -30%;
    }
    .wf-phone-d {
        display: none;
    }
    .wf-phone-m {
        display: inline-block;
    }
    .faq-header {
        font-size: 20px;
    }
    .faq-sub-header {
        font-size: 36px;
    }
    .tb-text {
        font-size: 16px;
    }
    .waiting-for-sub {
        background: linear-gradient( 90deg, #8a8a8a 0%, #bfbfbf 24.42%, #ececec 58.8%, #eeeeee 100%);
        font-size: 20px !important;
    }
    .waiting-for-header {
        font-size: 3rem;
        white-space: nowrap;
        margin-bottom: 1rem;
        word-spacing: -2px;
    }
    .wf-btn {
        font-size: 16px;
    }
    .faq-container {
        margin-top: 100px;
    }
    .phone-right {
        display: none;
    }
    .phone-left {
        z-index: -1;
        /* filter: blur(5px); */
        /* left: -10%; */
        /* left: 6%; */
        width: 420px;
        top: 5%;
    }
    header {
        overflow-x: hidden !important;
        position: relative;
    }
    .faq-container {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    button.accordion {
        font-size: 2rem;
    }
    .accordion-content {
        text-align: left;
    }
    .fl-link {
        font-size: 16px;
    }
    .waiting-for-content {
        text-align: center;
    }
    .fl-list-1 {
        display: none;
    }
    .tb-text {
        padding-left: 0px;
        margin-top: 20px;
    }
    .testimonials-header,
    .testimonials-text {
        text-align: center;
    }
    .testimonial-pfp {
        width: 50%;
    }
    .footer {
        flex-direction: column;
    }
    .fl-left {
        gap: 20px;
        margin-bottom: 50px;
    }
    .left-lines {
        display: none;
    }
    .navbar {
        padding: 24px 24px;
    }
    /* .thi {
        top: 50%;
        left: 25%;
    } */
}

@media (max-width: 650px) {
    .modal-content {
        width: 350px;
    }
    .m-text {
        font-size: 16px;
    }
    .pl-active {
        height: calc(100% + 40px) !important;
    }
    .plan {
        width: 350px;
    }
}

@media (max-width: 500px) {
    .left-arrow {
        left: 15%;
    }
    .plans-header-text h2 {
        font-size: 24px;
    }
    .plans-price {
        font-size: 16px !important;
    }
    .plans-content ul li,
    .mastermind-sub {
        font-size: 16px !important;
    }
    .plans-btn {
        font-size: 14px;
        white-space: nowrap;
    }
    /* .thi {
        top: 41%;
        left: 10%;
    } */
    .right-arrow {
        right: 15%;
    }
    .navbar {
        border: none;
    }
    .plan {
        width: 350px;
    }
    .features-section {
        width: 100%;
    }
}

@media (max-width: 500px) {
    section {
        padding: 0 0px;
    }
    .pl-active {
        height: calc(100% + 40px) !important;
    }
    /* .pl-active ~ .background .plans-btn {
        margin-top: 25px !important;
    } */
    .hidden-content {
        height: 370px;
    }
    .mastermind .hidden-content {
        height: 380px !important;
    }
    .mobile-special {
        opacity: 0.2;
    }
    .fl-right {
        gap: 40px;
    }
    .fl-left-sub {
        display: none;
    }
    .fl-title,
    .fl-link {
        font-size: 16px;
    }
    .fl-mobile {
        display: block;
        margin-top: 40px;
        font-size: 18px;
    }
    .fl-left {
        align-self: flex-start;
        margin-left: 5%;
    }
    .fl-text {
        font-size: 32px !important;
    }
    .footer {
        padding: 40px 40px;
        align-items: center;
    }
    .tb-text {
        margin-top: 20px;
    }
    .right-lines {
        display: none;
    }
    .company-name {
        font-size: 6rem;
    }
}

@media (max-width: 400px) {
    /* .thi {
        top: 46%;
        left: 6%;
    } */
    .pt-btn {
        font-size: 1.3rem;
    }
}