/* header start */

.navbar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 24px 80px;
    border-bottom: 1px solid #292929;
    background-color: #020202 !important;
}

header {
    overflow: hidden;
}

.mobile-nav {
    display: none;
}

.pl-m {
    display: none;
}

.nav-items {
    display: flex;
    font-family: 'Inter', sans-serif;
    gap: 48px;
    align-self: center;
    justify-self: center;
    transition: 0.5s all ease-in-out;
}

.nav-items a {
    font-family: 'Inter';
    font-weight: 500;
}

.nav-items a:hover {
    transform: translateY(-5px);
    transition: 0.5s all ease-in-out;
}

.nav-btn {
    border: 1px solid #ffffff29;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.6rem;
    color: #ffffffb8;
    justify-self: end;
}

.mobile-p {
    background: linear-gradient( 90deg, #8a8a8a 0%, #bfbfbf 24.42%, #ececec 58.8%, #434343 100%);
}

.hero-content {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    font-family: 'Satoshi';
}

.hero-header {
    font-size: 2.5rem;
    font-family: 'Satoshi-Bold';
    background: linear-gradient( 90deg, #eeeeee 0%, #ececec 37.44%, #bfbfbf 66.09%, #8a8a8a 100%);
}

.desktop-header {
    margin-top: 24px;
}

.company-name {
    font-size: 8rem;
    font-family: 'Satoshi-Bold';
    margin-top: 2rem;
}

.hero-text {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    font-family: 'Satoshi-med';
    background: linear-gradient( 90deg, #8a8a8a 0%, #bfbfbf 24.42%, #ececec 58.8%, #434343 100%);
}

.hero-btn {
    display: flex;
    font-family: 'Inter';
    align-items: center;
    gap: 8px;
    background-color: white;
    color: black;
    font-size: 1.6rem;
    font-weight: 600;
}

.hero-btn-price {
    color: #000000a3;
    font-weight: 400;
    font-family: 'Inter';
}

.hero-btn-scroll {
    display: flex;
    align-items: center;
    background: #0f1115;
    color: #ffffffb8;
    border-radius: 8px;
    gap: 12px;
    padding: 12.5px 16px;
    margin-top: 150px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
}

.phone-right,
.phone-left {
    position: absolute;
}

.phone-left {
    left: 0;
}

.phone-right {
    right: 0;
    top: 3%;
}

.cord {
    font-family: 'Satoshi' !important;
    font-weight: 400 !important;
    background: linear-gradient( 90deg, #8a8a8a 0%, #bfbfbf 24.42%, #ececec 58.8%, #434343 100%);
}

.mobile-header {
    display: none;
}

/* header end */

/* Features start */

.features-mobile {
    display: none;
}

main {
    position: relative;
}

.right-lines {
    position: absolute;
    right: 0;
    top: 6%;
    z-index: -1;
}

.stripe-div {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.features-header {
    text-align: center;
    font-family: 'Satoshi-extra-bold' !important;
}

.plan {
    border: 1px solid #ffffff29;
    background-color: #0f1115;
    border-radius: 16px;
    padding: 24px 32px 32px 32px;
    width: 400px;
    margin: 0 auto;
    margin-top: 40px;
}

.plan-types {
    display: flex;
    column-gap: 32px;
    justify-content: center;
    margin-top: 40px;
}

.plan-price {
    font-variation-settings: 'wght' 700;
    font-size: 3.2rem;
    font-family: 'Satoshi-Bold';
}

.plan-features-header {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
    -webkit-opacity: 1;
    color: rgba(255, 255, 255, 0.4);
    font-variation-settings: 'wght' 500;
    font-size: 1.8rem;
    font-family: 'Satoshi';
}

.pl-section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 32px;
    overflow: hidden;
    height: 29px;
    transition: height 1s ease-in-out;
}

.pl-section-active {
    height: fit-content;
}

.plan-arrow {
    transition: all 0.6s ease-in-out;
    margin-top: 4px;
}

.pl-section-active .plan-arrow {
    transform: rotate(180deg);
    transition: all 0.6s ease-in-out;
}

.pf-information {
    cursor: pointer;
    font-size: 2.2rem;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
    -webkit-opacity: 1;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.plan-time {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
    -webkit-opacity: 1;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.08em;
    font-size: 1.6rem;
    font-variation-settings: 'wght' 500;
}

.plan-feature {
    cursor: auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 2rem;
}

.plan-btn {
    justify-content: center;
    margin-top: 32px;
}

.pt-btn {
    border: 1px solid #ffffff66;
}

.pt-active {
    background-color: white;
    color: black;
}

/* features end */

/* meet your mentors start */

.mym-heading {
    text-align: center;
}

.mym-content {
    display: flex;
    column-gap: 110px;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}

.mentor-btns {
    display: flex;
    height: fit-content;
    column-gap: 16px;
}

.test3 {
    font-size: 3rem;
    font-family: 'Satoshi';
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
    -webkit-opacity: 1;
    color: rgba(255, 255, 255, 0.4);
}

.mentor {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}

.mentor-img {
    width: 100%;
}

/* .m-btn-1, .m-btn-2 {
    padding: 8px;
    border-radius: 8px;
}

.m-btn-2 {
    border: 1px solid #FFFFFF29
}

.m-btn-1 {
    background: linear-gradient(135deg, rgba(116, 54, 251, 0.16) 6.41%, rgba(187, 2, 233, 0.16) 28.02%, rgba(252, 27, 85, 0.16) 57.15%, rgba(255, 206, 0, 0.16) 88.16%);
}

.mentor-insta, .mentor-book {
    width: 32px;
} */

/* meet your mentors end */

/* testimonials start */

.testimonials {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 60px; */
}

.tm-mobile {
    display: none;
}

.testimonials-img {
    transform: translateY(-25%) translateX(-5%);
    width: 110%;
}

.test2 {
    position: relative;
}

.thi {
    position: absolute;
    left: -90px;
    top: -120px;
}

.testimonials-text {
    font-size: 1.6rem;
    margin-left: 5px;
    margin-bottom: 40px;
    font-family: 'Inter';
    font-weight: 600;
    background: linear-gradient( 90deg, #8a8a8a 0%, #bfbfbf 24.42%, #ececec 58.8%, #434343 100%);
    margin-top: 5px;
}

.testimonial-box {
    margin-bottom: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonial-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-testimonials {
    position: relative;
}

.tb-user {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.testimonial-bhs {
    font-size: 2.4rem;
    white-space: nowrap;
    font-family: 'Satoshi' !important;
    font-weight: 500;
}

.tb-text {
    padding-left: 85px;
    font-size: 1.6rem;
    font-family: 'Satoshi-light';
    color: #ffffff7a;
    /* margin-top: 12px; */
}

.tm-left-arrow,
.tm-right-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #ffffff14;
    position: relative !important;
    width: fit-content;
    border-radius: 8px;
}

.tm-mobile-bottom {
    display: none;
}

/* testimonials end */

/* faq start */

.left-lines {
    position: absolute;
    left: 0;
    bottom: 900px;
    z-index: -1;
}

.faq-left {
    margin-bottom: 40px;
}

.faq-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
}

.faq-header {
    background-image: linear-gradient( 90deg, #8a8a8a 0%, #bfbfbf 24.42%, #ececec 58.8%, #434343 100%) !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    font-size: 1.6rem;
    font-family: 'Inter';
    margin-left: 3px;
    letter-spacing: 10%;
    font-weight: 600;
}

.faq-sub-header {
    font-size: 4rem;
    font-family: 'Satoshi-extra-bold';
    font-weight: 900;
    margin-top: 15px;
}

button.accordion {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    background-color: #020202;
    border: none;
    outline: none;
    text-align: left;
    padding: 2rem 2rem;
    font-size: 18px;
    color: #ffffffb8;
    cursor: pointer;
    transition: background-color 0.2s linear;
    border-radius: 16px;
    border: 1px solid #ffffff29;
    font-size: 2.4rem;
    flex-wrap: nowrap;
    font-family: 'Satoshi';
    font-weight: 500;
    align-items: center;
}

button.accordion:after {
    font-family: FontAwesome;
    content: '\f107';
    font-family: 'fontawesome';
    font-size: 18px;
    float: right;
    margin-top: 2px;
}

button.accordion.is-open:after {
    content: '\f106';
}

button.accordion.is-open {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background: linear-gradient(0deg, #0f1115, #0f1115), linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16));
    border: 1px solid transparent;
    color: white;
    font-family: 'Satoshi-Bold';
    font-weight: 800;
}

.accordion-content {
    background: linear-gradient(0deg, #0f1115, #0f1115), linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16));
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.accordion-content p {
    font-size: 2rem;
    padding-bottom: 2rem;
    color: #ffffff7a;
}

/* faq end */

/* waiting for start */

.waiting-for {
    position: relative;
}

.wf-phone,
.wf-glow {
    position: absolute;
    z-index: -1;
}

.wf-glow {
    left: 20%;
    top: -15%;
}

.wf-phone {
    right: 0;
}

.wf-phone-m {
    display: none;
}

.waiting-for-header {
    font-size: 4.8rem;
    font-family: 'Satoshi-extra-bold';
    text-align: center;
}

.waiting-for-sub {
    font-size: 2.4rem;
    margin-bottom: 40px;
    font-family: 'Satoshi';
}

.waiting-for-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wf-btns {
    display: flex;
    gap: 24px;
}

.insta-btn {
    background: linear-gradient( 135deg, rgba(116, 54, 251, 0.16) 6.41%, rgba(187, 2, 233, 0.16) 28.02%, rgba(252, 27, 85, 0.16) 57.15%, rgba(255, 206, 0, 0.16) 88.16%);
    color: white;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
}

/* waiting for end */

/* carousel start */

.carousel-wf-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
}

.carousel-mobile {
    display: none;
}

/* carousel end */

/* footer start */

.footer {
    border-top: 1px solid #ffffff14;
    padding: 40px 100px;
    display: flex;
    justify-content: space-between;
}

.fl-mobile {
    display: none;
}

.fl-left {
    display: flex;
    flex-direction: column;
    gap: 150px;
}

.fl-left-sub {
    font-size: 1.8rem;
    color: #ffffff52;
    font-family: 'Satoshi-Light';
}

.footer-logo-content {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 2.4rem;
}

.fl-right {
    display: flex;
    gap: 80px;
}

.fl-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fl-title {
    font-size: 1.8rem;
    color: white;
}

.fl-text {
    font-family: 'Satoshi-extra-bold' !important;
}

.fl-text .cord {
    font-family: 'Satoshi' !important;
}

.fl-link {
    font-size: 1.6rem;
    font-weight: 400;
    font-family: 'Satoshi-light';
}

/* footer end */

.overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.active-loader {
    overflow: hidden !important;
}

.loader-cord {
    background-size: 100% 100%;
    animation: gradient 10s ease infinite;
}

.carousel-wf-content {
    /* animation: name duration timing-function delay iteration-count direction fill-mode; */
    animation: carousel 30s linear infinite;
}

@keyframes carousel {
    to {
        transform: translateX(-100%);
    }
}

@keyframes carousel-reverse {
    from {
        transform: translateX(-300%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* modal start */

.modal {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    /* overflow: auto; Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    display: none;
    align-items: center;
    justify-content: center;
}

.modal-header {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    align-items: center;
    justify-content: center;
}

.modal-content {
    padding: 24px 32px 32px 32px;
    width: 500px;
    background-color: #0f1115;
    margin: 0 auto;
    top: 50%;
    border-radius: 16px;
}

.m-image {
    width: 100px;
}

.dustin {
    font-variation-settings: 'wght' 700 !important;
    font-size: 32px;
    font-family: 'Satoshi';
}

.mentor {
    -webkit-text-fill-color: rgba(255, 255, 255, 0.4);
    -webkit-opacity: 1;
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    letter-spacing: 0.08em;
}

.modal-footer {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.m-text {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff7a;
}

.m-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff29;
    padding: 16px 24px 16px 24px;
    border-radius: 8px;
    margin-top: 32px;
}

/* modal end */