.card.carousel {
    width: 190px;
    height: 190px;
    border: none;
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
 
}
    @media (max-width: 768px) { 
        .card.carousel {
            width: 100%;
            height: 100px;
            
        }
    }

    @media (max-width: 500px) {
        .card.carousel {
            width: 280px;
            /* Take up the full width of the screen */
            height: 180px;
            /* Adjust height automatically based on content */
            /* Modify other styles as needed for mobile view */
        }
    }


.owl-prev,
.owl-next {
    background-color: #FFFFFF;
    /* Set the background color to white */
    border: none;
    /* Add a border to the buttons */
    border-radius: 50%;
    /* Make the buttons round */
    /* Set the text color to black */
    width: 40px;
    /* Set the width of the buttons */
    height: 40px;
    /* Set the height of the buttons */
    font-size: 24px;
    /* Adjust the font size */
    margin: 10px;
}
.owl-next{
    background-image: url('../images/homepage/Round Button 1.png');
    background-repeat: no-repeat;
    background-size: 100%;    
}
.owl-prev{
    background-image: url('../images/homepage/Round Button 3.png');
    background-repeat: no-repeat;
    background-size: 100%;    
}
.loops-layer2-bg{
    background-color: #D9D9D9;
}
