/* =========================================================
   GLOBAL
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background: #f5f4f0;
    color: #111111;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

button {
    font-family: inherit;
}

.eyebrow {
    display: inline-block;
    font-family: "Bebas Neue", sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    color: #e60000;
    margin-bottom: 10px;
}


/* =========================================================
   HERO
========================================================= */

.pricing-hero {
    min-height: 440px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;

    background-image:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.96) 0%,
            rgba(0, 0, 0, 0.87) 40%,
            rgba(0, 0, 0, 0.62) 70%,
            rgba(0, 0, 0, 0.82) 100%
        ),
        url("https://images.unsplash.com/photo-1581009146145-b5ef050c2e1e?auto=format&fit=crop&w=1800&q=85");

    background-size: cover;
    background-position: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 18% 75%,
            rgba(230, 0, 0, 0.10),
            transparent 35%
        );
}

.hero-content {
    position: relative;
    z-index: 2;

    width: min(1120px, 90%);
    margin: 0 auto;
}

.hero-content h1 {
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(48px, 6vw, 86px);
    font-weight: 400;
    line-height: 0.91;
    letter-spacing: 1px;
}

.hero-content h1 span {
    color: #ed0000;
}

.hero-content p {
    max-width: 500px;
    margin-top: 24px;

    color: #bcbcbc;
    font-size: 12px;
    line-height: 1.7;
}


/* =========================================================
   PRICING PLANS
========================================================= */

.pricing-plans {
    padding: 85px 0;
    background: #f5f4f0;
}

.plans-container {
    width: min(1080px, 88%);
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}


/* COMMON CARD */

.pricing-card {
    position: relative;
    min-height: 370px;

    padding: 34px 34px 30px;

    display: flex;
    flex-direction: column;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-5px);
}


/* BASIC */

.basic-card {
    background: #080808;
    color: #ffffff;
}

.basic-card .card-eyebrow {
    color: #ed0000;
}


/* PREMIUM */

.premium-card {
    background: #ffffff;
    color: #111111;

    border: 1px solid rgba(180, 0, 0, 0.45);

    box-shadow:
        0 0 0 1px rgba(230, 0, 0, 0.05);
}

.premium-card .card-eyebrow {
    color: #d90000;
}


/* POPULAR */

.popular-badge {
    position: absolute;

    right: 20px;
    top: 20px;

    padding: 5px 10px;

    background: #e60000;
    color: #ffffff;

    font-family: "Bebas Neue", sans-serif;
    font-size: 8px;
    letter-spacing: 1px;
}


/* CARD TITLE */

.card-eyebrow {
    display: block;

    font-family: "Bebas Neue", sans-serif;
    font-size: 9px;
    letter-spacing: 2.5px;

    margin-bottom: 8px;
}

.pricing-card h2 {
    font-family: "Bebas Neue", sans-serif;

    font-size: 48px;
    font-weight: 400;

    line-height: 1;
}

.price-description {
    margin-top: 7px;

    font-size: 9px;
    line-height: 1.5;

    color: #888888;
}


/* FEATURES */

.plan-features {
    list-style: none;

    margin-top: 28px;
    margin-bottom: 28px;
}

.plan-features li {
    position: relative;

    padding-left: 13px;
    margin-bottom: 10px;

    font-size: 9px;
    line-height: 1.45;
}

.plan-features li::before {
    content: "";

    position: absolute;
    left: 0;
    top: 5px;

    width: 4px;
    height: 4px;

    background: #e60000;
    border-radius: 50%;
}


/* BUTTON */

.plan-button {
    width: 100%;
    min-height: 42px;

    margin-top: auto;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Bebas Neue", sans-serif;
    font-size: 9px;
    letter-spacing: 1.8px;

    transition: 0.3s ease;
}

.light-button {
    background: #f4f3ef;
    color: #111111;
}

.light-button:hover {
    background: #ffffff;
}

.red-button {
    background: #ed0000;
    color: #ffffff;
}

.red-button:hover {
    background: #bd0000;
}


/* =========================================================
   COMPARISON
========================================================= */

.comparison-section {
    padding: 85px 0;

    background: #0b0b0b;
    color: #ffffff;
}

.comparison-container {
    width: min(1080px, 88%);
    margin: auto;
}

.comparison-heading h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(44px, 5vw, 68px);
    font-weight: 400;
    line-height: 0.95;

    margin-bottom: 45px;
}


/* TABLE */

.comparison-table {
    width: 100%;
}

.table-row {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;

    min-height: 42px;

    align-items: center;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    color: #777777;

    font-size: 9px;
}

.table-row > div {
    padding: 8px 0;
}

.table-header {
    min-height: 35px;

    color: #666666;

    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 1.5px;
    font-size: 8px;
}

.table-row > div:nth-child(2),
.table-row > div:nth-child(3) {
    padding-left: 15px;
}

.table-row > div:nth-child(3) {
    color: #929292;
}

.table-header .premium-heading {
    color: #e60000;
}


/* =========================================================
   FAQ
========================================================= */

.faq-section {
    padding: 90px 0;

    background: #ffffff;
}

.faq-container {
    width: min(1080px, 88%);
    margin: auto;

    display: grid;
    grid-template-columns: 0.85fr 1.25fr;
    gap: 55px;
}


/* LEFT */

.faq-intro h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: clamp(48px, 5vw, 68px);
    font-weight: 400;

    line-height: 0.95;

    margin-bottom: 35px;
}

.custom-plan-box {
    background: #f1f0ec;

    padding: 25px 22px;
}

.custom-plan-box h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    font-weight: 400;

    margin-bottom: 12px;
}

.custom-plan-box p {
    font-size: 9px;
    line-height: 1.75;
    color: #858585;

    margin-bottom: 18px;
}

.custom-button {
    display: inline-flex;

    min-height: 38px;
    padding: 0 18px;

    align-items: center;
    justify-content: center;

    background: #0b0b0b;
    color: #ffffff;

    font-family: "Bebas Neue", sans-serif;
    font-size: 8px;
    letter-spacing: 1.3px;

    transition: 0.3s ease;
}

.custom-button:hover {
    background: #e60000;
}


/* FAQ ITEMS */

.faq-list {
    width: 100%;
}

.faq-item {
    border-bottom: 1px solid #dddddd;
}

.faq-question {
    width: 100%;

    min-height: 54px;

    padding: 0;

    border: none;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;

    text-align: left;

    cursor: pointer;

    font-family: "Bebas Neue", sans-serif;
    font-size: 10px;
    letter-spacing: 0.7px;

    color: #111111;
}

.faq-icon {
    font-family: Arial, sans-serif;
    font-size: 15px;

    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;

    transition:
        max-height 0.4s ease,
        padding 0.4s ease;
}

.faq-answer p {
    color: #777777;

    font-size: 9px;
    line-height: 1.7;

    padding-bottom: 0;
}

.faq-item.active .faq-answer {
    max-height: 150px;
}

.faq-item.active .faq-answer p {
    padding-bottom: 18px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta {
    min-height: 300px;

    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;

    background:
        radial-gradient(
            circle at 20% 50%,
            rgba(160, 0, 0, 0.40),
            transparent 38%
        ),
        #0b0b0b;

    color: #ffffff;
}

.cta-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.9)
        );
}

.cta-container {
    position: relative;
    z-index: 2;

    width: min(1080px, 88%);
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    align-items: center;
    gap: 60px;
}

.cta-title h2 {
    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(50px, 5.5vw, 78px);
    font-weight: 400;

    line-height: 0.88;
}

.cta-content p {
    max-width: 430px;

    color: #999999;

    font-size: 10px;
    line-height: 1.7;

    margin-bottom: 25px;
}

.cta-buttons {
    display: flex;
    gap: 10px;
}

.cta-primary,
.cta-secondary {
    min-height: 42px;

    padding: 0 20px;

    display: inline-flex;
    justify-content: center;
    align-items: center;

    font-family: "Bebas Neue", sans-serif;
    font-size: 9px;
    letter-spacing: 1.5px;

    transition: 0.3s ease;
}

.cta-primary {
    background: #e60000;
    color: #ffffff;
}

.cta-primary:hover {
    background: #bd0000;
}

.cta-secondary {
    border: 1px solid #333333;
    color: #ffffff;
}

.cta-secondary:hover {
    border-color: #ffffff;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .pricing-hero {
        min-height: 400px;
    }

    .plans-container {
        width: 90%;
    }

    .faq-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .cta-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 70px 0;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .pricing-hero {
        min-height: 430px;

        background-position: 65% center;
    }

    .hero-content {
        width: 88%;
    }

    .hero-content h1 {
        font-size: 54px;
    }

    .hero-content p {
        max-width: 310px;
        font-size: 10px;
    }


    /* PLANS */

    .pricing-plans {
        padding: 55px 0;
    }

    .plans-container {
        width: 88%;

        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pricing-card {
        min-height: auto;
        padding: 30px 25px;
    }

    .pricing-card h2 {
        font-size: 44px;
    }

    .plan-features {
        margin-top: 25px;
    }


    /* COMPARISON */

    .comparison-section {
        padding: 60px 0;
    }

    .comparison-container {
        width: 90%;
        overflow-x: auto;
    }

    .comparison-table {
        min-width: 620px;
    }

    .table-row {
        grid-template-columns: 1.3fr 1fr 1fr;
    }


    /* FAQ */

    .faq-section {
        padding: 60px 0;
    }

    .faq-container {
        width: 88%;
    }

    .faq-intro h2 {
        font-size: 52px;
    }


    /* CTA */

    .final-cta {
        min-height: auto;
    }

    .cta-container {
        width: 88%;
        padding: 65px 0;
    }

    .cta-title h2 {
        font-size: 56px;
    }

    .cta-content p {
        font-size: 10px;
    }

    .cta-buttons {
        flex-wrap: wrap;
    }

    .cta-primary,
    .cta-secondary {
        flex: 1;
        min-width: 145px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .hero-content h1 {
        font-size: 46px;
    }

    .pricing-card {
        padding: 25px 20px;
    }

    .popular-badge {
        right: 15px;
        top: 15px;
    }

    .cta-title h2 {
        font-size: 48px;
    }

}



/* =========================================================
   EXTRA TEXT SIZE
========================================================= */

/* Hero paragraph */
.hero-content p {
    font-size: 16px;
    line-height: 1.75;
}


/* Small red labels */
.eyebrow {
    font-size: 12px;
    letter-spacing: 3px;
}

.card-eyebrow {
    font-size: 12px;
    letter-spacing: 2.5px;
}


/* Pricing description */
.price-description {
    font-size: 13px;
    line-height: 1.6;
}


/* Pricing card features */
.plan-features li {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 12px;
}


/* Pricing buttons */
.plan-button {
    font-size: 11px;
    letter-spacing: 1.8px;
}


/* =========================================================
   COMPARISON TABLE
========================================================= */

.table-row {
    font-size: 13px;
    min-height: 48px;
}

.table-header {
    font-size: 11px;
}


/* =========================================================
   FAQ
========================================================= */

.custom-plan-box h3 {
    font-size: 20px;
}

.custom-plan-box p {
    font-size: 13px;
    line-height: 1.75;
}

.custom-button {
    font-size: 11px;
}

.faq-question {
    font-size: 13px;
    min-height: 60px;
}

.faq-answer p {
    font-size: 13px;
    line-height: 1.75;
}


/* =========================================================
   FINAL CTA
========================================================= */

.cta-content p {
    font-size: 14px;
    line-height: 1.75;
}

.cta-primary,
.cta-secondary {
    font-size: 11px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .hero-content p {
        font-size: 14px;
    }

    .eyebrow {
        font-size: 11px;
    }

    .card-eyebrow {
        font-size: 11px;
    }

    .price-description {
        font-size: 12px;
    }

    .plan-features li {
        font-size: 13px;
        line-height: 1.65;
    }

    .table-row {
        font-size: 13px;
    }

    .table-header {
        font-size: 11px;
    }

    .custom-plan-box h3 {
        font-size: 19px;
    }

    .custom-plan-box p {
        font-size: 12px;
    }

    .faq-question {
        font-size: 12px;
    }

    .faq-answer p {
        font-size: 12px;
    }

    .cta-content p {
        font-size: 13px;
    }

}










/* =========================================================
FIGHT CLUB HEADER / NAVBAR / FOOTER
EXACT ORIGINAL SIZES
========================================================= */

:root {
    --red: #ed1025;
    --white: #ffffff;
    --black: #070707;
    --heading-font: "Barlow Condensed", sans-serif;
}


/* =========================================================
TOP BAR
========================================================= */

.top-bar {
    position: relative;

    z-index: 100;

    width: 100%;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    background: #ffffff;

    border-bottom: 1px solid #dedbd6;

    color: #555;

    font-family: var(--heading-font);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 0.14em;

    text-transform: uppercase;

    padding: 0 4.5%;
}

.top-bar-left,
.top-bar-center,
.top-bar-right {
    height: 100%;

    display: flex;

    align-items: center;
}

.top-bar-left {
    gap: 6px;
}

.top-star {
    color: var(--red);

    font-size: 9px;
}

.top-bar-center {
    gap: 35px;
}

.top-bar-right {
    color: #111;
}


/* =========================================================
MAIN HEADER
========================================================= */

.main-header {
    position: absolute;

    z-index: 90;

    top: 25px;

    left: 0;

    width: 100%;

    height: 66px;

    color: var(--white);

    background: rgba(0, 0, 0, 0.36);

    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.14);

    transition:
        background 0.3s ease,
        height 0.3s ease;
}


/* =========================================================
SCROLLED HEADER
========================================================= */

.main-header.scrolled {
    position: fixed;

    top: 0;

    height: 62px;

    background: rgba(7, 7, 7, 0.96);

    backdrop-filter: blur(12px);
}


/* =========================================================
NAV CONTAINER
========================================================= */

.nav-container {
    width: 100%;

    max-width: 1400px;

    height: 100%;

    margin: 0 auto;

    padding: 0 4.5%;

    display: flex;

    align-items: center;

    gap: 28px; 
}


/* =========================================================
LOGO
========================================================= */

.logo {
    flex-shrink: 0;

    display: flex;

    align-items: center;

    gap: 4px;

    color: var(--white);

    font-family: var(--heading-font);

    font-size: 18px;

    font-weight: 900;

    line-height: 1;

    letter-spacing: 0.02em;

    white-space: nowrap;
}

.logo-symbol {
    color: var(--red);

    font-size: 20px;

    line-height: 1;
}


/* =========================================================
DESKTOP NAVIGATION
========================================================= */

.desktop-nav {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 23px;

    margin-left: auto !important;
}

.desktop-nav a {
    position: relative;

    padding: 25px 0;

    color: rgba(255, 255, 255, 0.88);

    font-family: var(--heading-font);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 0.12em;

    text-transform: uppercase;

    white-space: nowrap;

    transition: color 0.2s ease;
}

.desktop-nav a::after {
    content: "";

    position: absolute;

    left: 0;

    bottom: 17px;

    width: 0;

    height: 2px;

    background: var(--red);

    transition: width 0.25s ease;
}

.desktop-nav a:hover {
    color: var(--white);
}

.desktop-nav a:hover::after {
    width: 100%;
}


/* =========================================================
NAV BUTTON
========================================================= */

.nav-button {
    flex-shrink: 0;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 38px;

    padding: 0 18px;

    background: var(--red);

    color: var(--white);

    font-family: var(--heading-font);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 0.1em;

    text-transform: uppercase;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.nav-button:hover {
    background: #c90d1f;

    transform: translateY(-1px);
}


/* =========================================================
HAMBURGER
========================================================= */

.hamburger {
    display: none;

    width: 40px;

    height: 40px;

    margin-left: auto;

    padding: 8px;

    border: 0;

    background: transparent;

    cursor: pointer;
}

.hamburger span {
    display: block;

    width: 22px;

    height: 2px;

    margin: 5px auto;

    background: var(--white);

    transition:
        transform 0.25s ease,
        opacity 0.25s ease;
}

.hamburger.active span:nth-child(1) {
    transform:
        translateY(7px)
        rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform:
        translateY(-7px)
        rotate(-45deg);
}


/* =========================================================
MOBILE MENU
========================================================= */

.mobile-menu {
    position: absolute;

    top: 66px;

    left: 0;

    width: 100%;

    padding: 25px;

    display: none;

    flex-direction: column;

    gap: 0;

    background: rgba(8, 8, 8, 0.98);

    border-top: 1px solid #252525;

    box-shadow:
        0 20px 35px
        rgba(0, 0, 0, 0.35);
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu a {
    padding: 15px 4px;

    border-bottom: 1px solid #252525;

    color: var(--white);

    font-family: var(--heading-font);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 0.12em;

    text-transform: uppercase;
}

.mobile-menu a:hover {
    color: var(--red);
}

.mobile-menu-button {
    margin-top: 15px;

    border: 0 !important;

    background: var(--red);

    text-align: center;
}

.mobile-menu-button:hover {
    color: var(--white) !important;
}


/* =========================================================
FOOTER
========================================================= */

.main-footer {
    width: 100%;

    padding:
        65px
        max(7%, calc((100vw - 1160px) / 2))
        25px;

    background: #070707;

    color: var(--white);
}


/* =========================================================
FOOTER TOP
========================================================= */

.footer-top {
    width: 100%;

    max-width: 1160px;

    margin: 0 auto;

    display: grid;

    grid-template-columns:
        1.5fr
        repeat(3, 0.75fr)
        1fr;

    gap: 35px;

    padding-bottom: 50px;

    border-bottom: 1px solid #242424;
}


/* =========================================================
FOOTER BRAND
========================================================= */

.footer-brand-column {
    max-width: 250px;
}

.footer-logo {
    display: inline-flex;

    align-items: center;

    gap: 4px;

    color: var(--white);

    font-family: var(--heading-font);

    font-size: 20px;

    font-weight: 900;
}

.footer-brand-column p {
    margin-top: 20px;

    color: #666;

    font-family: var(--heading-font);

    font-size: 8px;

    font-weight: 700;

    line-height: 1.5;

    letter-spacing: 0.1em;
}


/* =========================================================
FOOTER COLUMNS
========================================================= */

.footer-column {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.footer-column h4 {
    margin-bottom: 20px;

    color: var(--white);

    font-family: var(--heading-font);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 0.13em;
}

.footer-column a {
    margin-bottom: 11px;

    color: #666;

    font-family: var(--heading-font);

    font-size: 8px;

    font-weight: 600;

    letter-spacing: 0.08em;

    transition: color 0.2s ease;
}

.footer-column a:hover {
    color: var(--white);
}


/* =========================================================
FOOTER SOCIALS
========================================================= */

.footer-socials {
    display: flex;

    gap: 6px;

    margin-top: 18px;
}

.footer-socials a {
    width: 28px;

    height: 28px;

    margin: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #292929;

    color: #777;

    font-size: 7px;

    font-weight: 800;
}

.footer-socials a:hover {
    border-color: var(--red);

    color: var(--red);
}


/* =========================================================
FOOTER BOTTOM
========================================================= */

.footer-bottom {
    width: 100%;

    max-width: 1160px;

    margin: 0 auto;

    padding-top: 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    color: #555;

    font-family: var(--heading-font);

    font-size: 7px;

    font-weight: 600;

    letter-spacing: 0.08em;
}

.footer-bottom div {
    display: flex;

    gap: 25px;
}

.footer-bottom a {
    transition: color 0.2s ease;
}

.footer-bottom a:hover {
    color: var(--white);
}


/* =========================================================
TABLET
========================================================= */

@media (max-width: 900px) {

    .top-bar-center,
    .top-bar-right {
        display: none;
    }

    .top-bar {
        justify-content: center;

        font-size: 8px;
    }

    .desktop-nav,
    .nav-button {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .main-footer {
        padding-top: 55px;
    }

    .footer-top {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 45px 30px;
    }

    .footer-brand-column {
        max-width: 320px;
    }

    .footer-bottom {
        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }
}


/* =========================================================
MOBILE
========================================================= */

@media (max-width: 600px) {

    .top-bar {
        height: 25px;

        font-size: 7px;
    }

    .main-header {
        top: 25px;

        height: 66px;
    }

    .nav-container {
        padding: 0 20px;
    }

    .logo {
        font-size: 20px;
    }

    /* FOOTER */

    .main-footer {
        padding:
            50px
            20px
            20px;
    }

    .footer-top {
        grid-template-columns: 1fr;

        gap: 35px;

        padding-bottom: 35px;
    }

    .footer-brand-column {
        max-width: 100%;
    }

    .footer-brand-column p {
        max-width: 300px;
    }

    .footer-column h4 {
        margin-bottom: 16px;
    }

    .footer-column a {
        margin-bottom: 9px;
    }

    .footer-socials {
        margin-top: 15px;
    }

    .footer-bottom {
        padding-top: 18px;

        gap: 14px;

        font-size: 6px;
    }

    .footer-bottom div {
        flex-wrap: wrap;

        gap: 12px 20px;
    }
}


/* =========================================================
SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .main-footer {
        padding-left: 15px;

        padding-right: 15px;
    }
}








