/* =============================== */
/* INDEX CLASSES                   */
/* =============================== */

/* HERO SECTION ================== */

.hero-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 140%;
    color: #ffffff;
}

.hero-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .hero-header-typography {
        font-size: 43px;
    }

    .hero-paragraph-typography {
        font-size: 17px;
    }
}

@media screen and (max-width: 576px) {
    .hero-header-typography {
        font-size: 32px;
    }

    .hero-paragraph-typography {
        font-size: 16px;
    }
}

/* WHATSAPP/CHATBOT SECTION ============== */

.whatsapp-chatbot-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 1.6;
    color: #ffffff;
}

.whatsapp-chatbot-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    color: #fcfcfc;
    margin-bottom: 0;
}

@media screen and (max-width: 576px) {
    .whatsapp-chatbot-header-typography {
        font-size: 28px;
    }
}
/* NUMBER SECTION ============== */
.number-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
}

.number-big-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}
.number-service-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 2;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: 10px;
    margin-bottom: 15px;
}
.number-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0;
    color: #ffffff;
}

@media screen and (max-width: 1280px) {
    .number-header-typography {
        font-size: 40px;
    }
    .number-big-typography {
        font-size: 60px;
    }
    .number-service-typography {
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .number-paragraph-typography {
        font-size: 16px;
    }
}

@media screen and (max-width: 576px) {
    .number-header-typography {
        font-size: 28px;
    }
    .number-big-typography {
        font-size: 56px;
    }
    .number-service-typography {
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .number-paragraph-typography {
        font-size: 16px;
    }
}

/* FUNCTIONALITIES SECTION ============ */

.functionalities-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}
.functionalities-header2-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 620px) {
    .functionalities-header-typography {
        font-size: 28px;
    }
    .functionalities-header2-typography {
        font-size: 24px;
    }
}

/* SUBSCRIPTION CLUB SECTION ======= */

.subs-club-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .subs-club-header-typography {
        font-size: 38px;
    }
}

@media screen and (max-width: 900px) {
    .subs-club-header-typography {
        font-size: 28px;
    }
}
@media screen and (max-width: 576px) {
    .subs-club-header-typography {
        text-align: left;
    }
}

/* CASES SECTION ==================== */

.cases-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 2;
    color: #ffffff;
}

.cases-quote-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
}

.cases-header2-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 1;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .cases-header-typography {
        font-size: 28px;
        letter-spacing: 0;
    }
    .cases-quote-typography {
        font-size: 20px;
    }
    .cases-header2-typography {
        font-size: 24px;
        letter-spacing: 0;
    }
}

/* APP SECTION =================== */

.app-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #ffffff;
}

.app-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .app-header-typography {
        font-size: 28px;
    }

    .app-paragraph-typography {
        font-size: 14px;
    }
}

/* CTA SECTION =================== */

.cta-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.cta-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}
@media screen and (max-width: 991px) {
    .cta-header-typography {
        font-size: 40px;
    }

    .cta-paragraph-typography {
        font-size: 16px;
    }
}

/* PARTNSERSHIP SECTION =================== */

.partner-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

.partner-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
}

.partner-button-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .partner-header-typography {
        font-size: 28px;
    }

    .partner-paragraph-typography {
        font-size: 14px;
    }
}

/* =============================== */
/* BLOG CLASSES                   */
/* =============================== */

/* MAIN SECTION ================== */

.blog-main-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

/* NEWS SECTION ================== */
.blog-news-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #ffffff;
}

/* =============================== */
/* ABOUT CLASSES                   */
/* =============================== */

/* START SECTION ================== */

.start-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
}
.start-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    color: #ffffff;
}

@media screen and (max-width: 800px) {
    .start-header-typography {
        font-size: 28px;
        margin-bottom: 0;
    }
    .start-paragraph-typography {
        font-size: 14px;
    }
}

/* WHO SECTION ================== */

.who-content-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #ffffff;
}
.who-content-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fcfcfc;
}

.who-content-button-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #ffffff;
}

@media screen and (max-width: 675px) {
    .who-content-header-typography {
        font-size: 28px;
    }
    .who-content-paragraph-typography {
        font-size: 14px;
    }
}

/* MISSION SECTION ================== */

.mission-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}

@media screen and (max-width: 800px) {
    .mission-header-typography {
        font-size: 28px;
        /* margin-bottom: 0; */
    }
}

/* OPPORTUNITY SECTION ================== */

.opportunity-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}

.opportunity-list-header-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}
.opportunity-list-paragraph-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}
@media screen and (max-width: 675px) {
    .opportunity-header-typography {
        font-size: 28px;
    }

    .opportunity-list-header-typography {
        font-size: 20px;
    }
    .opportunity-list-paragraph-typography {
        font-size: 14px;
    }
}

/* TECHNOLOGY SECTION ================== */

.technology-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}

.technology-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fcfcfc;
    margin-bottom: 0;
}

@media screen and (max-width: 675px) {
    .technology-header-typography {
        font-size: 25px;
    }

    .technology-paragraph-typography {
        font-size: 14px;
    }
}

/* =============================== */
/* COMPONENTS                      */
/* =============================== */

/* NavBar ======================== */

.navbar-logo-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 0;
}
.navbar-links-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}
.navbar-button-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

.offcanvas-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .navbar-logo-typography {
        font-size: 21px;
    }
}
/* Footer ======================== */

.footer-logo-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 31.94px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
}

.footer-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #ffffff;
}

.footer-paragraph-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #ffffff;
}

.footer-header-social-typography {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #ffffff;
}
.extra-foot-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .footer-logo-typography {
        font-size: 21px;
    }
    .footer-header-typography {
        font-size: 24px;
    }

    .footer-paragraph-typography {
        font-size: 16px;
        margin: 0;
    }

    .footer-header-social-typography {
        font-family: "Open Sans", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #ffffff;
    }
    .extra-foot-typography {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0;
        color: #ffffff;
        margin-bottom: 0;
    }
}

/* Button ======================== */

.button-component-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

/* Pill ======================== */

.pill-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #2c2e31;
}

/* FuncCards ======================== */

.func-cards-title-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
}
.func-cards-description-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #78797b;
}
.func-cards-links-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
}

/* FuncMiniCards ======================== */
.func-mini-cards-title-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}
.func-mini-cards-description-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0;
    color: #ffffff;
    margin-bottom: 0;
}

/* Subsadv ======================== */

.subs-adv-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
}
@media (max-width: 767px) {
    .subs-adv-typography {
        font-size: 16px;
    }
}

/* ReviewCards ======================== */

.review-cards-title-typography {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
}

.review-cards-description-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0%;
}

/* AdvCards ======================== */

.adv-cards-title-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
}

.adv-cards-description-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
}

/* AppCards ======================== */

.app-cards-title-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
}
.app-cards-description-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
}

/* PlanCards ======================== */

.plancards-title {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
}
.plancards-config {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #ffffff;
}
.plancards-price {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -4%;
    color: #ffffff;
}
.plancards-period {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -4%;
    color: #ffffff;
}
.plancards-description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #ffffff;
}
.plancards-link {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

/* SubsTableStandard */

.substablestandard-header {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
}

.substablestandard-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
}
.substablestandard-paragraph {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #ffffff;
    max-width: 150px;
}

.substablestandard-row {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
}

.substablestandard-admin {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #ffffff;
}

.substablestandard-button {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
@media screen and (max-width: 991px) {

    .substablestandard-title {
        font-size: 10px;
    }
    .substablestandard-paragraph {
        font-size: 16px;
    }

    .substablestandard-row {
        font-size: 14px;
    }

    .substablestandard-admin {
        font-size: 16px;
    }
}

/* BlogMainCard */

.blogmaincard-title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    letter-spacing: 0%;
}

.blogmaincard-content {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.blogmaincard-link {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

/* BlogPostCard */
.blogpostcard-title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
}
.blogpostcard-content {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0%;
}
.blogpostcard-link {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

/* Subs */
.subs-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .subs-header-typography {
        font-size: 28px;
    }
}

/* Chatbot ======================== */

.chatbot-logo-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    color: #ffffff;
}

/* StartCards ======================== */

.start-cards-title-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
}
.start-cards-content-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0;
    line-height: 1.4;
}
/* MissionCards ======================== */

.mission-cards-title-typography {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0;
    color: #ffffff;
}
.mission-cards-content-typography * {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    color: #f6f6f6;
}

/* ViewPost ======================== */

.view-post-author-typography {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}
.view-post-date-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    text-align: center;
}
.view-post-header-typography {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
}
.view-post-content-typography {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #78797b;
}
