
    .dugarcarousel.svelte-1opds2n :where(.svelte-1opds2n) {
        box-sizing: border-box;
    }
    .dugarcarousel.svelte-1opds2n {
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 200px;
        /* height: 19em; */
        height: auto;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 10px;
        font-family: "DM Sans", sans-serif;
        transition: background 0.4s ease-in;
        /* background-color: #c21a1a; */
    }
    /* @media (min-width: 450px) {
        .dugarcarousel {
            min-height: 800px;
        }
    } */
    .dugarcarousel.blue.svelte-1opds2n {
        background-color: #ffffff;
    }
    .dugarcarousel.svelte-1opds2n input[type="radio"]:where(.svelte-1opds2n) {
        display: none;
    }
    .dugarcarousel.svelte-1opds2n .card:where(.svelte-1opds2n) {
        position: absolute;
        width: 60%;
        /* max-height: 100%; */
        height: 100%;
        left: 0;
        right: 0;
        margin: auto;
        transition: transform 0.4s ease;
        cursor: pointer;
    }
    .dugarcarousel.svelte-1opds2n .container:where(.svelte-1opds2n) {
        /* width: 100%; */
        /* outline: green solid 3px; */
        max-width: 900px;
        /* max-height: 600px; */
        height: auto;
        aspect-ratio: 11/9;
        transform-style: preserve-3d;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .dugarcarousel.svelte-1opds2n .cards:where(.svelte-1opds2n) {
        position: relative;
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .dugarcarousel.svelte-1opds2n img:where(.svelte-1opds2n) {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .dugarcarousel.svelte-1opds2n #item-1:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-3:where(.svelte-1opds2n),
    .dugarcarousel.svelte-1opds2n #item-2:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-1:where(.svelte-1opds2n),
    .dugarcarousel.svelte-1opds2n #item-3:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-2:where(.svelte-1opds2n) {
        transform: translatex(-40%) scale(0.8);
        opacity: 0.4;
        z-index: 0;
    }
    .dugarcarousel.svelte-1opds2n #item-1:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-2:where(.svelte-1opds2n),
    .dugarcarousel.svelte-1opds2n #item-2:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-3:where(.svelte-1opds2n),
    .dugarcarousel.svelte-1opds2n #item-3:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-1:where(.svelte-1opds2n) {
        transform: translatex(40%) scale(0.8);
        opacity: 0.4;
        z-index: 0;
    }
    .dugarcarousel.svelte-1opds2n #item-1:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-1:where(.svelte-1opds2n),
    .dugarcarousel.svelte-1opds2n #item-2:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-2:where(.svelte-1opds2n),
    .dugarcarousel.svelte-1opds2n #item-3:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-3:where(.svelte-1opds2n) {
        transform: translatex(0) scale(1);
        opacity: 1;
        z-index: 1;
    }
    .dugarcarousel.svelte-1opds2n #item-1:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-1:where(.svelte-1opds2n) img:where(.svelte-1opds2n),
    .dugarcarousel.svelte-1opds2n #item-2:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-2:where(.svelte-1opds2n) img:where(.svelte-1opds2n),
    .dugarcarousel.svelte-1opds2n #item-3:where(.svelte-1opds2n):checked ~ .cards:where(.svelte-1opds2n) #song-3:where(.svelte-1opds2n) img:where(.svelte-1opds2n) {
        box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
    }
