.product-card>h2{
    padding: 20px 0px;
    color: white;
    background: black;
}
marquee{
    color: white;
    height: 40px;
    padding: 10px 0px;
    background: black;
    display: block;
    z-index: 111;
}
.carousel-slide-main
{
    top:40px;
}
.footer-warning-h
{
    line-height: 24px;
    font-size: 28px;
    color: white;
}
.footer-warning
{
    color: white;
    margin-top: 15px;
    font-size: 16px;
}
.modal-content
{
    border-radius: 0px;
    border: 2px solid white;
    background-color: black;
    padding: 30px 0px;
}

.modal-content .modal-header
{
    border: none;
}
.modal-content .modal-header >h4{
    color: white;
    font-size: 30px;
}
.modal-content .modal-body >p{
    color: white;
    font-size: 16px;
}
.modal-content .modal-body >button
{
    border: 2px solid white;
    color: white;
    background-color: black;
    border-radius: 0px;
    padding: 10px 30px;
    transition: all 1s;
}
.modal-content .modal-body >button:hover
{
    border: 2px solid black;
    color: black;
    background-color: white;
}


@media (max-width: 768px) { 
    .carousel-slide-main
    {
        top: 0px;
    }
 }