.hero {
   
    background-image: url('https://kmnumismatics.s3.ca-central-1.amazonaws.com/auctions/bg_hero.png');
    background-size: cover;
    background-position: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    padding-top: 76px; /* Adjust this value based on your navbar height */
}
.auction-card {
    transition: transform 0.3s;
    border: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.auction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}
.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-brand img {
    max-height: 40px;
    width: auto;
}
#mainNav {
    transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
    background-color: transparent;
    position: absolute;
    width: 100%;
    z-index: 1030;
}
#mainNav.navbar-scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}-
#mainNav.navbar-scrolled .navbar-brand img {
    filter: none;
}
#mainNav.navbar-scrolled .nav-link {
    color: #333;
}
#mainNav .navbar-brand img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease-in-out;
}
#mainNav .nav-link {
    color: white;
    transition: color 0.3s ease-in-out;
}
        .navbar-brand img {
            max-height: 40px;
            width: auto;
        }
        .sticky-top {
            position: sticky;
            top: 0;
            z-index: 1020;
        }
        .top-header {
            background-color: #f8f9fa;
            padding: 0.5rem 0;
            font-size: 0.9rem;
        }
        #mainNav {
            transition: background-color 0.3s ease-in-out, padding 0.3s ease-in-out;
            background-color: transparent;
        }
        #mainNav.navbar-scrolled {
            background-color: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        #mainNav.navbar-scrolled .navbar-brand img {
            filter: none;
        }
        #mainNav.navbar-scrolled .nav-link {
            color: #333;
        }
        #mainNav .navbar-brand img {
            filter: brightness(0) invert(1);
            transition: filter 0.3s ease-in-out;
        }
        #mainNav .nav-link {
            color: white;
            transition: color 0.3s ease-in-out;
        }
       
        
        
        
        
        .no_product {
           
            font-family: 'Verdana', sans-serif; 
              color: #ff0000; 
                 font-size: 28px;
                 font-weight: normal; 
                 margin: 20px 0;   
                 text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);

        }
        .no-products-container{
            text-align: center;  

        }