.modal-body h1 { 
    font-weight: 900; 
    font-size: 2.3em;
    text-transform: uppercase;
}

img.popup-image {
    max-width: 100%;
}

a.pre-order-btn { 
    color: #000;
    background-color: gold;
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 600; /* Corrected from 6600 to 600 */
}

a.pre-order-btn:hover { 
    background-color: #000;
    text-decoration: none;
    color: gold;
}

.mDialog .mBody img {
    max-width: 100%;
}

/* Additional styles for the carousel */
.cls_home {
    position: relative;
    max-width: 72%;
}

.mySlides {
    display: none; /* Initially hide all images */
    width: 95%; /* Ensure images are responsive */
    height: auto; /* Maintain aspect ratio */
}

.mDialog .mBody img {
    max-width: 100%;
}
.cls_borders {
    height: 150px;
    width:600px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 3px #ccc;
}
.img_importants
{
    width:180px;
}
.fade
{
    display:none;
}



