@charset "utf-8";

/* =====================================
MX DIRT RESPONSIVE BANNER
===================================== */

.mxdirt-section {
width: 100%;
margin: 0;
padding: 0;
}

/* DESKTOP */

.desktop-banner {
display: block;
}

.banner-wrapper{

    position:relative;

    display:inline-block;

    width:100%;

    line-height:0;

}

.banner-wrapper img{

    display:block;

    width:100%;

    height:auto;

}

.hotspot {
position: absolute;
display: block;
z-index: 10;
transition: background .3s ease;
}

.hotspot:hover {
background: none;
}



/* FULL PANEL HOTSPOTS */

.motocross {
left: 0%;
top: 0%;
width: 18%;
height: 100%;
}

.supercross {
left: 18%;
top: 0%;
width: 18%;
height: 100%;
}

.dirttrack {
left: 63%;
top: 0%;
width: 13%;
height: 100%;
}

.horse {
left: 76%;
top: 0%;
width: 14%;
height: 100%;
}

.equine {
left: 90%;
top: 0%;
width: 10%;
height: 100%;
}

/* MOBILE */

.mobile-categories {
display: none;
background: #000;
padding: 15px;
}

.mobile-header {
margin-bottom: 15px;
}

.mobile-header img {
border-radius: 6px;
}

.mobile-card {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 18px;
margin-bottom: 10px;
background: #111;
color: #fff;
text-decoration: none;
border-left: 4px solid #95ff00;
border-radius: 6px;
transition: all .25s ease;

}


.mobile-card strong {
display: block;
font-size: 1.1rem;
text-transform: uppercase;
}

.mobile-card span {
display: block;
color: #95ff00;
font-size: .85rem;
font-weight: 600;
}

.arrow {
color: #95ff00;
font-size: 2rem;
line-height: 1;
}

/* ===========================================
U.S. PARTS & TECH SUPPORT
=========================================== */

.us-support-banner{

    background:#111111;

    border-top:2px solid #95ff00;
    border-bottom:2px solid #95ff00;

    padding:24px 30px;

}



.support-content{

    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:180px 1fr 180px;

    align-items:center;

}

.support-text{

    flex: 1;
    text-align:center;

}

.support-text h2{

    color:#95ff00;

    font-size:2.3rem;

    font-weight:800;

    margin:0;

    text-transform:uppercase;

    letter-spacing:1px;

}

.support-text p{

    color:#ffffff;

    font-size:1.1rem;

    font-weight:700;

    margin-top:8px;

    letter-spacing:.5px;
    
    text-align: center;

}

.flag{

    height:60px;

    width:auto;

}

.flag-usa {

    width: 90px;
    height: 58px;

    flex-shrink: 0;
    margin-right: 35px;
    justify-self: start;
    margin-left: 25px;

}

.state-flags {

    display: flex;
    gap: 20px;

    flex-shrink: 0;
    margin-left: 10px;
}


/*=========================================
USA SUPPORT BANNER
=========================================*/

.usa-support-banner{

    background:#111;
    border-top:3px solid #95ff00;
    border-bottom:3px solid #95ff00;

    padding:28px 20px;

    text-align:center;

}

.usa-support-banner h2{

    color:#95ff00;

    font-size:2rem;

    font-weight:800;

    text-transform:uppercase;

    letter-spacing:1px;

    margin:0 0 8px 0;

}

.usa-support-banner p{

    color:#ffffff;

    font-size:1.15rem;

    font-weight:600;

    margin:0;

    letter-spacing:.5px;
    
    text-transform: uppercase;

}


@media (max-width:768px){

.usa-support-banner{

    padding:18px 15px;

}

.usa-support-banner h2{

    font-size:1.35rem;

}

.usa-support-banner p{

    font-size:.95rem;

}

}

/* ==========================================
USA SUPPORT BANNER - MOBILE
========================================== */


@media (max-width:768px){

.support-content{

    display:flex;
    flex-direction:column;

    align-items:center;

    text-align:center;

    gap:24px;



}

.flag-usa{

    height:70px;
    width:auto;

}

.state-flags{

    display:flex;

    justify-content:center;
    
    align-items: center;

    gap:20px;

}

.flag{

    height:42px;
    width:auto;

}

.support-text h2{

    font-size:1.6rem;
    line-height:1.15;

}

.support-text p{

    font-size:1rem;
    line-height:1.5;

}


}

/* ==========================================
FEATURED VIDEOS
========================================== */

.featured-videos {
    background: #000;
    padding: 80px 0;
}

.video-title {
    text-align: center;
    color: #95ff00;
    font-size: 3rem;
    font-weight: 800;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.video-subtitle {
    text-align: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.video-link {

    color: #ffffff;
    text-decoration: none;
    font-weight: bold;

}

.video-link:hover {

    color: #95ff00;
    text-decoration: underline;

}

.video-card {
    background: #ffffff;
    border: 2px solid #95ff00;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    transition: all .3s ease;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 20px rgba(149,255,0,.45);
}

.video-content {
    padding: 25px;
    text-align: center;
}

.video-content h3 {
    font-size: 1.7rem;
    font-weight: 800;
    text-decoration: underline;
    color: #1d2940;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.video-content p {
    color: #000;
    margin-bottom: 0px;

}

.product-details p {
    margin: 0;
    line-height: 1.5;
    margin-bottom: 6px;
}

.product-details p:first-child {
    margin-bottom: 5px;
}

.product-details {
    margin-bottom: 5px;
}

.product-details p:last-of-type {
    margin-bottom: 20px;
}

.btn-video {
    background: #95ff00;
    color: #000;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 4px;
    border: none;
    text-transform: uppercase;
}

.btn-video:hover {
    background: #7de000;
    color: #000;
}

/* MOBILE */

@media (max-width: 768px) {

    .featured-videos {
        padding: 50px 0;
    }

    .video-title {
        font-size: 2rem;
    }

    .video-content h3 {
        font-size: 1.3rem;
    }

}


/* ==================================
FOOTER
================================== */

.mx-footer {

    background: #111;
    border-top: 3px solid #95ff00;

    padding: 60px 0 25px;

    color: #ffffff;

}

.footer-title {

    color: #95ff00;

    font-size: 1.4rem;
    font-weight: 800;

    margin-bottom: 20px;

    text-transform: uppercase;

}

.mx-footer p {

    color: #cccccc;
    line-height: 1.8;

}

.footer-tagline {

    color: #95ff00;
    font-weight: 700;

}

.mx-footer a {

    color: #95ff00;
    text-decoration: none;

}

.mx-footer a:hover {

    color: #ffffff;

}

.footer-links {

    list-style: none;
    padding-left: 0;

}

.footer-links li {

    margin-bottom: 12px;

}

.footer-divider {

    border-color: rgba(149,255,0,.3);
    margin-top: 30px;
    margin-bottom: 25px;

}

.footer-bottom {

    text-align: center;

    color: #999;

    font-size: .9rem;

    letter-spacing: 1px;

}

/* MOBILE */

@media (max-width: 768px) {

    .mx-footer {

        text-align: center;

    }

}



/* RESPONSIVE SWITCH */

@media (max-width: 767.98px) {
    
    .hotspot {
        display:none !important;
    }

.desktop-banner {
    display: none;
}

.mobile-categories {
    display: block;
}


}
.mx-track-section {
    background: #000;
}

.mx-hero-banner {
    display: block;
    max-height: 900px;
    object-fit: cover;
}

.product-card {
    display: block;
    color: inherit;
    transition: all .3s ease;
}

.product-card:hover {
    transform: translateY(-8px);
}

.product-card .card {
    border: 3px solid #95ff00;
}

.product-card .card-body {
    text-align: center;
}

.product-card h3 {
    font-weight: 800;
    text-transform: uppercase;
}

.series-title {

    text-decoration: underline;
    text-decoration-color: #95ff00;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;

}

.btn-success {
    background: #95ff00;
    border-color: #95ff00;
    color: #000;
    font-weight: 700;
}

.desktop-banner {
    display:block;
}

.mobile-categories {
    display:none;
}

@media (max-width:768px){

    .desktop-banner {
        display:none;
    }

    .mobile-categories {
        display:block;
    }

}
