@font-face {
    font-family: 'Bank Gothic';
    src: url('assets/Bank Gothic Light Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

    font-family: 'Ethnocentric';
    src: url('assets/ethnocentric\ rg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    background: linear-gradient(180deg,
            #0F161E 0%,
            #0D1014 28%,
            #121519 56%,
            #171B1F 85%);
    min-height: 100vh;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}


.aerix-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(15, 22, 30, 0.85);
}

.aerix-hamburger {
    font-size: 1.6rem;
    color: #ffffff;
    background: none;
    border: none;
}

.aerix-logo {
    font-family: 'Ethnocentric', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.aerix-nav-link {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.2s ease;
}

.aerix-nav-link:hover,
.aerix-nav-link.active {
    color: #ffffff;
}

.aerix-icon-link {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    transition: color 0.2s ease;
}

.aerix-icon-link:hover {
    color: #ffffff;
}

.aerix-hero {
    position: relative;
    z-index: 0;
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding-top: 50px;

    background-image: url('assets/images/iceman.png');
    background-repeat: no-repeat;
    background-position: right 5% center;
    background-size: clamp(750px, 62%, 800px);
}

.aerix-hero-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.8rem);
    line-height: 1.05;
    color: #ffffff;
}

.aerix-hero-sub {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.3;
}

.aerix-hero-content,
.aerix-products {
    position: relative;
    z-index: 1;
}


.aerix-btn {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #141414;
    padding: 0.45rem 1.8rem;
    background: #B6EAFF;
    border-radius: 25px;
    border: none;
    transition: background 0.2s ease;
}

.aerix-btn:hover {
    background: #b6eaffd2;
    color: #000000;
}

.aerix-product-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1rem 1.2rem 0.8rem;
    width: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: border-color 0.2s ease, background 0.2s ease;
    cursor: pointer;
    overflow: visible;
}

.aerix-product-card:hover {
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.07);
}

.aerix-product-label {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.aerix-particle-col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.aerix-hero-image-col {
    max-height: 70vh;
}

.aerix-mouse-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    object-position: center;
}

.aerix-product-card .aerix-mouse-img {
    transition: transform 0.3s ease;
}

.aerix-product-card:hover .aerix-mouse-img {
    transform: scale(1.2);
}

.aerix-variant-badge {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    padding: 0.2rem 0.7rem;
    text-transform: uppercase;
}

.aerix-section {
    background: linear-gradient(180deg,
            #0F161E 0%,
            #0D1014 28%,
            #121519 56%,
            #171B1F 85%);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.aerix-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 700;
    color: #B6EAFF;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}

.aerix-description {
    font-size: 0.8rem;
    font-family: 'Bank Gothic', sans-serif;
    color: #c0cfe0;
    line-height: 1.8;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    max-width: 460px;
    margin-bottom: 2rem;
}

.product-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
    max-width: 380px;
}

.product-card img {
    width: 52px;
    height: 68px;
    object-fit: contain;
}

.product-card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-card-name {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: #e0eeff;
    letter-spacing: 1px;
}

.mouseslights-img {
    max-height: 645px;
    object-fit: contain;
    margin-top: -100px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.aerix-section {
    overflow: visible;
}

.btn-buy {
    background: #004759;
    border: 2px solid #004759;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    padding: 4px 18px;
    border-radius: 50px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s, color 0.25s;
    width: fit-content;
}

.btn-buy:hover {
    background-color: #004759;
    color: #B6EAFF;


}

.customize-section {
    background: linear-gradient(180deg,
            #0F161E 0%,
            #0D1014 28%,
            #121519 56%,
            #171B1F 85%);
    padding-left: 3rem;
    padding-right: 3rem;
}

.customize-title {
    font-size: 2.8rem;
    font-weight: 700;
    font-family: 'Orbitron', sans-serif;
    line-height: 1.2;
    margin-bottom: 0.8rem;
}

.customize-subtitle {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #B6EAFF;
    margin-bottom: 4.5rem;
}

.customize-card {
    overflow: hidden;
    position: relative;
}

.customize-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
}

.customize-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
    font-size: 1rem;
    font-weight: 700;
    font-family: Orbitron, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
}

.info-btn {
    background: none;
    border: none;
    color: #B6EAFF;
    cursor: pointer;
    transition: color 0.2s ease;
}

.btn-customize {
    background-color: #004759;
    color: #ffffff;
    border: none;
    padding: 0.55rem 2.5rem;
    border-radius: 30px;
    font-size: 0.95rem;
    font-weight: 700;
    font-family: Orbitron, sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
}

.btn-customize:hover {
    background-color: #00475991;
}

.community-section {
    background-color: #0d1117;
    color: #ffffff;
}

.community-title {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.community-sub {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 0.85rem;
    color: #aaaaaa;
    margin-bottom: 0.2rem;
}

.community-icons {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.community-icons a {
    color: #ffffff;
    font-size: 1.3rem;
    text-decoration: none;
    transition: color 0.2s;
}

.community-icons a:hover {
    color: rgba(255, 255, 255, 0.793);
}

.contact-bar {
    background-color: #00475991;
    color: #ffffff;
    padding: 1rem;
    font-family: 'Bank Gothic', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
}

.footer-section {
    background: linear-gradient(180deg,
            #0F161E 0%,
            #0D1014 28%,
            #121519 56%,
            #171B1F 85%);
    color: #ffffff;
}

.footer-heading {
    font-family: 'Bank Gothic', sans-serif;
    color: #B6EAFF;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.4rem;
}

.footer-links a {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 0.8rem;
    color: #aaaaaa;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0.05em;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-logo {
    font-family: 'Ethnocentric', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffffff;
}

.footer-copyright {
    font-family: 'Bank Gothic', sans-serif;
    font-size: 0.75rem;
    color: #555555;
    border-top: 1px solid #1e2530;
    padding-top: 1rem;
}

@media (max-width: 768px) {

    html,
    body {
        overflow-x: hidden;
        max-width: 100%;
    }

    .navbar-collapse {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 9999;
    }

    .navbar-nav {
        background: rgba(15, 22, 30, 0.9);
        padding: 1rem 22rem;
    }

    .navbar-collapse .navbar-nav {
        position: static;
        transform: none;
        flex-direction: column;
        gap: 1rem;
    }

    .aerix-nav-link {
        font-size: 1rem;
        letter-spacing: 0.15em;
    }

    .aerix-hero {
        padding-top: 0px;
        padding-bottom: 0;
        align-items: flex-start;
        background-image: none;
    }

    .aerix-hero-title {
        font-size: 2.2rem;
        line-height: 1.2;
        max-width: 8ch;
    }

    .aerix-hero-sub {
        font-size: 1.4rem;
    }

    .aerix-hero .container-fluid {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .aerix-hero-content {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .aerix-products {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        padding-bottom: 0.5rem;
        margin-right: 0;
        scrollbar-width: none;
        display: flex;
    }

    .aerix-product-card {
        width: 180px;
    }

    .aerix-mouse-img {
        width: 120px;
        height: 120px;
    }

    .aerix-products .col-auto {
        scroll-snap-align: start;
        flex: 0 0 auto;
    }

    .aerix-btn-mobile {
        display: block;
        width: 100%;
        margin: 1.5rem auto 0 auto;
        text-align: center;
        padding: 0.4rem 1rem;
        border-radius: 30px;
        font-size: 1.4rem;
        line-height: 0.9;
        letter-spacing: 0.15em;
    }

    .mouseslights-img {
        max-height: 400px;
        margin-top: -50px;
    }

    .aerix-title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        text-align: center;
    }

    .aerix-description {
        font-size: 0.75rem;
        max-width: 100%;
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .customize-section {
        padding-left: 0;
        padding-right: 1.5rem;
    }

    .customize-title {
        font-size: 1.5rem;

    }

    .customize-subtitle {
        font-size: 0.85rem;
        margin-bottom: 2.5rem;
    }

    .customize-card {
        height: 350px;

    }

    .customize-section .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding-bottom: 0.5rem;
        justify-content: flex-start !important;
    }

    .customize-card-overlay {
        font-size: 0.85rem;
    }

    .btn-customize {
        font-size: 1.0rem;
    }

    .footer-heading {
        font-size: 1.3rem;
    }

     .footer-links {
        font-size: 0.85rem;
    }

    .footer-logo {
        text-align: center;
        margin-top: 3.5rem;
        margin-bottom: 0;
        font-size: 2.5rem;
    }

}