.container.content-slots {
    transition: all 0.5s ease-in-out;
    padding: 0rem;
}

.title h1 {
    transition: all 0.5s ease-in-out;
    text-align: center;
    color: white;
    margin: 0;
    margin-top: 0px;
    text-shadow: 1px 1px 10px rgb(175, 0, 0);
    font-family: "Black Ops One", system-ui;
    padding-top: 0rem;
}

.title h3 {
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin: 0;
    margin-bottom: 2.5rem;
    color: white;
    font-size: 2em;
    text-shadow: 1px 1px 10px rgb(175, 0, 0);
    font-family: "Afacad Flux", sans-serif;
}

.game-search {
    transition: all 0.5s ease-in-out;
    justify-content: start;
    padding: 2rem 1rem 1rem 1rem;
}

.game-search input {
    transition: all 0.5s ease-in-out;
    width: 100%;
    border: 2px solid red;
    background-color: black;
    color: white;
    font-size: 14px;
    border-radius: 1cm;
    margin-bottom: 1rem;
    padding: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.game-search #title-game {
    transition: all 0.5s ease-in-out;
    color: white;
    font-family: "Afacad Flux", sans-serif;
    text-align: left;
    font-size: 2rem;
}

.btn.btn-search {
    transition: all 0.5s ease-in-out;
    background-image: linear-gradient(180deg, rgb(73, 0, 0), red, rgb(73, 0, 0));
    justify-content: start;
    height: 2.6rem;
    color: white;
    font-size: 18px;
    font-weight: 600;
    font-family: "Afacad Flux", sans-serif;
}

.game-provider {
    transition: all 0.5s ease-in-out;
    min-height: 100px;
    padding: 0rem;
}

.carousel-container-fluid {
    transition: all 0.5s ease-in-out;
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel-wrapper {
    transition: all 0.5s ease-in-out;
    display: flex;
    width: 100%;
    height: auto;
    overflow: auto;
    border: 2px solid red;
    padding: 10px;
    border-radius: 20px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    background-color: rgba(255, 255, 255, 0.438);

    &::-webkit-scrollbar {
        transition: all 0.5s ease-in-out;
        display: none;
    }

    &.dragging {
        transition: all 0.5s ease-in-out;
        scroll-behavior: auto;
    }
}

.marquee {
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}

.text-marquee {
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}

.carousel {
    transition: all 0.5s ease-in-out;
    display: flex;
    width: auto;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: .5rem;
    border-color: red;

    .carousel-slide {
        transition: all 0.5s ease-in-out;
        display: flex;
        width: 200px;
        min-width: 144px;
        height: 120px;
        flex-grow: 0;
        flex-direction: column;
        justify-content: flex-end;
        border-top-left-radius: 1cm;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 1cm;
        border-bottom-left-radius: 5px;
        position: relative;
        overflow: hidden;
        background-color: #000000;
        transition-property: width, min-width, height, flex, flex-grow, flex-shrink,
            flex-basis, opacity;
        transition-duration: 240ms;
        border-color: white;
        border-width: 2px;
        border: 2px solid rgba(255, 0, 0, 0.37);

        img,
        .carousel-image {
            transition: all 0.5s ease-in-out;
            display: block;
            width: 80%;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            margin-left: 0.6cm;
            margin-top: 0.3cm;
            object-position: center;
            transition: all 2s;
        }

        .carousel-content {
            transition: all 0.5s ease-in-out;
            background-color: #000000;
            display: flex;
            width: 100%;
            max-height: 100%;
            flex-direction: column;
            justify-content: flex-end;
            position: relative;
            padding: 8px;
            color: black;
            border-bottom-right-radius: 1cm;
            transform: translateY(100%);
            backdrop-filter: blur(1px);
            transition-property: transform, color, flex, height, flex-basis, opacity;
            transition-duration: 240ms;
            transition-property: width, height, flex, flex-grow, flex-shrink, flex-basis, opacity, transform, backdrop-filter;
            transition-duration: 240ms;
            transition-delay: 100ms;
            overflow: hidden;
            z-index: 2;

            h2 {
                transition: all 0.5s ease-in-out;
                font-size: 1rem;
                margin: 0;
                color: white;
                background-clip: text;
                transition: all 240ms;
                text-align: center;
                font-family: Goldman, serif;
                font-weight: 400;
                font-style: normal;
                text-align: center
            }
        }

        &.loaded {
            transition: all 0.5s ease-in-out;

            img,
            .carousel-image {
                transition: all 0.5s ease-in-out;
                opacity: 1;
                transition-delay: 100ms;
            }

            .carousel-content {
                transition: all 0.5s ease-in-out;
                transition-delay: 100ms;
                transform: translateY(0%);

                h2 {
                    transition: all 0.5s ease-in-out;
                    font-size: 1rem;
                }
            }
        }

        &:hover {
            transition: all 0.5s ease-in-out;

            .carousel-content {
                transition: all 0.5s ease-in-out;
                color: black;
                backdrop-filter: blur(15px);
                background-image: linear-gradient(180deg, rgb(73, 0, 0), red, rgb(73, 0, 0));
                font-family: "Black Ops One", system-ui;
            }
        }
    }

    &:hover .carousel-slide:not(:hover):not(.active) {
        transition: all 0.5s ease-in-out;
        opacity: 0.5;
    }
}

button.slider-nav {
    transition: all 0.5s ease-in-out;
    display: inline-flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;

    svg {
        transition: all 0.5s ease-in-out;
        pointer-events: none;
    }

    &:hover {
        transition: all 0.5s ease-in-out;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
}

button.btn-theme,
.btn.btn-theme {
    transition: all 0.5s ease-in-out;
    background: radial-gradient(farthest-corner at -1% 0%, white 5%, #cb0202 14%, #480000 85%) padding-box, linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    background-size: auto;
    background-size: 400% 400%;
    box-shadow: inset 0 0 5px 0px #f6ea74, inset 0 2px 0 0 #fff;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    color: #f8f09e;
}

button.btn-theme:hover,
.btn.btn-theme:hover {
    transition: all 0.5s ease-in-out;
    background: radial-gradient(farthest-corner at 100% 124%, white 5%, #cb0202 14%, #480000 85%) padding-box, linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    color: white;
}

button.prev {
    transition: all 0.5s ease-in-out;
    left: 0;
    transform: translate(-50%, calc(-50% - 13px));
}

button.next {
    transition: all 0.5s ease-in-out;
    right: 0;
    transform: translate(50%, calc(-50% - 13px));
}

.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
    transition: all 0.5s ease-in-out;
    display: none;
    width: 100%;
    align-items: center;
}

.slider-start {
    transition: all 0.5s ease-in-out;

    button.prev {
        transition: all 0.5s ease-in-out;
        visibility: hidden !important;
        display: none;
    }
}

.slider-end {
    transition: all 0.5s ease-in-out;

    button.next {
        transition: all 0.5s ease-in-out;
        visibility: hidden !important;
    }
}

.carousel-scrollbar {
    transition: all 0.5s ease-in-out;
    margin-top: 16px;
    padding: 4px 0;

    .scrollbar-track {
        transition: all 0.5s ease-in-out;
        border-radius: 999px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .scrollbar-thumb {
        transition: all 0.5s ease-in-out;
        width: 20%;
        height: 100%;
        border-radius: 999px;
        cursor: pointer;
        position: relative;
        background-color: rgba(0, 0, 0, 0.8);
        transition: transform 200ms, background-color 200ms, height 200ms;
        display: none;

        &::after {
            transition: all 0.5s ease-in-out;
            content: "";
            display: block;
            height: 16px;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        &:hover {
            transition: all 0.5s ease-in-out;
            height: 250%;
        }

        &.dragging,
        &.dragging:hover {
            transition: all 0.5s ease-in-out;
            background-color: rgba(0, 0, 0, 1);
            height: 400%;
        }

        &.dragging {
            transition: all 0.5s ease-in-out;

            &::after {
                transition: all 0.5s ease-in-out;
                height: 24px;
            }
        }
    }
}

a {
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

#prev {
    transition: all 0.5s ease-in-out;
    background-color: white;
    filter: drop-shadow(1px 1px 2px black);
    margin-top: 10px;
    color: black;
}

#next {
    transition: all 0.5s ease-in-out;
    background-color: white;
    filter: drop-shadow(1px 1px 2px black);
    margin-top: 10px;
    color: black;
}

.games-slot {
    transition: all 0.5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.774);
    border: 2px solid red;
    max-height: 100vh;
    max-width: 160vh;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem;
    scrollbar-width: thin;
    scrollbar-color: red black;
    border-radius: 10px;
    box-shadow: 0 5px 15px black;
    animation: .1s;
    opacity: 1;
}

.games-slot .row {
    display: flex;
    flex-wrap: wrap;
    max-height: 100vh;
    justify-content: flex-start;
}

.game-item {
    transition: all 0.3s ease-in-out;
}

.games-slot img {
    transition: all 0.5s ease-in-out;
    width: 100%;
    height: 17vh;
    max-height: 17vh;
    border-radius: .5rem;
    animation: .8s;
}

.slot-card {
    position: relative;
    overflow: hidden;
    border: 2px solid white;
}

.slot-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.788);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slot-card:hover .overlay {
    opacity: 1;
}

.play-btn {
    z-index: 2;
    font-weight: bold;
    padding: 5px 25px;
    font-size: 12px;
    color: white;
    border: 1px solid white;
    box-shadow: inset 0 0 10px 0px black, inset 0 4px 0 0 #fff;
    border-radius: 1cm;
    background-color: rgba(128, 128, 128, 0.836);
}

.play-btn:hover {
    z-index: 2;
    font-weight: bold;
    padding: 5px 25px;
    font-size: 12px;
    color: white;
    border: 1px solid white;
    box-shadow: inset 0 0 10px 0px black, inset 0 4px 0 0 #fff;
    border-radius: 1cm;
    background-color: rgba(128, 128, 128, 0.836);
}

.card-title {
    transition: all 0.5s ease-in-out;
    font-family: "Afacad Flux", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 18px;
    background-color: rgba(255, 0, 0, 0.637);
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border: 2px solid white;
    color: yellow;
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 5px 4px black;
    font-weight: 500;
}

.games-slot a {
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.article {
    transition: all 0.5s ease-in-out;
    background-color: rgb(26, 26, 26);
    margin-top: 5rem;
    border-top: 2px solid rgba(255, 255, 255, 0.815);
    padding-left: 1rem;
    padding-right: 1rem;
}

.article .container {
    transition: all 0.5s ease-in-out;
    padding-top: 3rem;
    padding-bottom: 5rem;
    backdrop-filter: blur(5px);
}

.article h1,
h2,
h3 {
    transition: all 0.5s ease-in-out;
    font-family: "Afacad Flux", sans-serif;
    color: red;
    text-align: center;
    font-weight: 700;
}

.article h4,
h5,
h6 {
    transition: all 0.5s ease-in-out;
    font-family: "Afacad Flux", sans-serif;
    color: red;
    font-weight: 700;
    text-align: left;
    text-shadow: 10;
}

.article p,
ul,
ol,
li {
    transition: all 0.5s ease-in-out;
    font-family: "Afacad Flux", sans-serif;
    font-size: 18px;
    color: white;
    text-align: justify;
    font-weight: 400;
}

.img-footer img {
    transition: all 0.5s ease-in-out;
    max-height: 3vh;
}

.col.copyright {
    transition: all 0.5s ease-in-out;
    width: 100%;
    background-color: rgba(223, 223, 223, 0.774);
    padding: .2rem;
    border-radius: 1cm;
    justify-content: center;
    text-align: center;
}

.text-muted {
    color: yellow !important;
    text-shadow: 0px 1px 2px red;
    padding: 0 !important;
    font-weight: 700;
}

@media screen and (max-width: 480px) {
    .container.content-slots {
        transition: all 0.5s ease-in-out;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .game-provider {
        transition: all 0.5s ease-in-out;
        min-height: 100px;
        padding: 0rem;
    }

    .game-search {
        transition: all 0.5s ease-in-out;
        justify-content: start;
        padding: 0rem;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .game-search input {
        transition: all 0.5s ease-in-out;
        width: 100%;
        border: 2px solid red;
        background-color: black;
        color: white;
        font-size: 14px;
        border-radius: 1cm;
    }

    .game-search #title-game {
        transition: all 0.5s ease-in-out;
        color: white;
        font-family: "Afacad Flux", sans-serif;
        text-align: center;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .btn.btn-search {
        transition: all 0.5s ease-in-out;
        background-image: linear-gradient(180deg, rgb(73, 0, 0), red, rgb(73, 0, 0));
        justify-content: start;
        height: 2.7rem;
        color: white;
        font-size: 18px;
        font-weight: 600;
        font-family: "Afacad Flux", sans-serif;
    }

    .games-slot {
        transition: all 0.5s ease-in-out;
        background-color: rgba(0, 0, 0, 0.774);
        border: 2px solid red;
        max-height: 100vh;
        max-width: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        flex-wrap: wrap;
        justify-content: center;
        padding: .5rem;
        scrollbar-width: thin;
        scrollbar-color: red black;
        border-radius: 10px;
        margin-bottom: 1rem;
    }

    .games-slot .row {
        display: flex;
        flex-wrap: wrap;
        max-height: 100vh;
        justify-content: flex-start;
    }

    .game-item {
        transition: all 0.3s ease-in-out;
    }

    .games-slot img {
        transition: all 0.5s ease-in-out;
        width: 100%;
        height: 17vh;
        max-height: 17vh;
        border-radius: .5rem;
        animation: .8s;
    }

    .title h1 {
        transition: all 0.5s ease-in-out;
        text-align: center;
        color: white;
        margin: 0;
        margin-top: 0px;
        text-shadow: 1px 1px 10px rgb(175, 0, 0);
        font-family: "Black Ops One", system-ui;
        padding-top: 8rem;
    }

    .title h3 {
        display: none;
    }

    .article {
        transition: all 0.5s ease-in-out;
        background-color: rgb(26, 26, 26);
        margin-top: 5rem;
        border-top: 2px solid rgba(255, 255, 255, 0.815);
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .carousel-wrapper {
        transition: all 0.5s ease-in-out;
        display: flex;
        width: 94%;
        height: auto;
        overflow: auto;
        border: 2px solid red;
        padding: 0px;
        border-radius: 20px;
        scrollbar-width: none;
        scroll-behavior: smooth;
        margin-left: .8rem;
        background-color: rgba(255, 255, 255, 0.438);
        margin-bottom: 1.5rem;
    }

    .carousel {
        transition: all 0.5s ease-in-out;
        display: flex;
        width: auto;
        width: fit-content;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 5px;
        padding: .4rem;

        .carousel-slide {
            transition: all 0.5s ease-in-out;
            display: flex;
            width: 140px;
            min-width: 144px;
            height: 85px;
            flex-grow: 0;
            flex-direction: column;
            justify-content: flex-end;
            border-top-left-radius: 1cm;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 1cm;
            border-bottom-left-radius: 5px;
            position: relative;
            overflow: hidden;
            background-color: #000000;
            transition-property: width, min-width, height, flex, flex-grow, flex-shrink,
                flex-basis, opacity;
            transition-duration: 240ms;
            border: 2px solid rgba(255, 0, 0, 0.822);

            img,
            .carousel-image {
                transition: all 0.5s ease-in-out;

                display: block;
                width: 80%;
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
                margin-left: 1rem;
                margin-top: 0.5rem;
                object-position: center;
                transition: all 2s;
            }

            .carousel-content {
                transition: all 0.5s ease-in-out;
                display: flex;
                background-color: #000000;
                width: 100%;
                max-height: 100%;
                flex-direction: column;
                justify-content: flex-end;
                position: relative;
                padding: 5px;
                color: black;
                border-bottom-right-radius: 1cm;
                transform: translateY(100%);
                backdrop-filter: blur(1px);
                transition-property: transform, color, flex, height, flex-basis, opacity;
                transition-duration: 240ms;
                transition-property: width, height, flex, flex-grow, flex-shrink, flex-basis, opacity, transform, backdrop-filter;
                transition-duration: 240ms;
                transition-delay: 100ms;
                overflow: hidden;
                z-index: 2;

                h2 {
                    transition: all 0.5s ease-in-out;
                    font-size: .8rem;
                    margin: 0;
                    color: white;
                    background-clip: text;
                    transition: all 240ms;
                    text-align: center;
                }

                p {
                    transition: all 0.5s ease-in-out;
                    display: none;
                    font-size: 0.75rem;
                    margin-top: 1em;
                    line-height: 1.5;
                    margin-top: 16px;
                    margin-bottom: 0;
                    transform: translateY(101%);
                    transition-property: width, height, flex, flex-grow, flex-shrink,
                        flex-basis, opacity, transform, margin;
                    transition-duration: 240ms;
                    transition-delay: 50ms;
                }
            }

            &.loaded {
                transition: all 0.5s ease-in-out;

                img,
                .carousel-image {
                    transition: all 0.5s ease-in-out;
                    opacity: 1;
                    transition-delay: 100ms;
                }

                .carousel-content {
                    transition: all 0.5s ease-in-out;
                    transition-delay: 100ms;
                    transform: translateY(0%);

                    h2 {
                        transition: all 0.5s ease-in-out;
                        font-size: .8rem;
                    }
                }
            }

            &:hover {
                transition: all 0.5s ease-in-out;

                .carousel-content {
                    transition: all 0.5s ease-in-out;
                    color: black;
                    backdrop-filter: blur(15px);
                    background-image: linear-gradient(180deg, rgb(73, 0, 0), red, rgb(73, 0, 0));
                }
            }
        }

        &:hover .carousel-slide:not(:hover):not(.active) {
            transition: all 0.5s ease-in-out;
            opacity: 0.5;
        }
    }

    button.slider-nav {
        transition: all 0.5s ease-in-out;
        display: inline-flex;
        width: 40px;
        height: 40px;
        min-width: 40px;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        border-radius: 999px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;

        svg {
            transition: all 0.5s ease-in-out;
            pointer-events: none;
        }

        &:hover {
            transition: all 0.5s ease-in-out;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        }
    }

    button.prev {
        transition: all 0.5s ease-in-out;
        left: 13px;
        transform: translate(-50%, calc(-50% - 13px));
    }

    button.next {
        transition: all 0.5s ease-in-out;
        right: 12px;
        transform: translate(50%, calc(-50% - 13px));
    }

    .carousel-scrollbar,
    .carousel-scrollbar .scrollbar-track {
        transition: all 0.5s ease-in-out;
        display: none;
        width: 100%;
        align-items: center;
    }

    .slider-start {
        transition: all 0.5s ease-in-out;

        button.prev {
            transition: all 0.5s ease-in-out;
            visibility: hidden !important;
            display: none;
        }
    }

    .slider-end {
        transition: all 0.5s ease-in-out;

        button.next {
            transition: all 0.5s ease-in-out;
            visibility: hidden !important;
        }
    }

    .carousel-scrollbar {
        transition: all 0.5s ease-in-out;
        margin-top: 16px;
        padding: 4px 0;

        .scrollbar-track {
            transition: all 0.5s ease-in-out;
            border-radius: 999px;
            height: 2px;
            background-color: rgba(0, 0, 0, 0.2);
        }

        .scrollbar-thumb {
            transition: all 0.5s ease-in-out;
            width: 20%;
            height: 100%;
            border-radius: 999px;
            cursor: pointer;
            position: relative;
            background-color: rgba(0, 0, 0, 0.8);
            transition: transform 200ms, background-color 200ms, height 200ms;
            display: none;

            &::after {
                transition: all 0.5s ease-in-out;
                content: "";
                display: block;
                height: 16px;
                width: 100%;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

            &:hover {
                transition: all 0.5s ease-in-out;
                height: 250%;
            }

            &.dragging,
            &.dragging:hover {
                transition: all 0.5s ease-in-out;
                background-color: rgba(0, 0, 0, 1);
                height: 400%;
            }

            &.dragging {
                transition: all 0.5s ease-in-out;

                &::after {
                    transition: all 0.5s ease-in-out;
                    height: 24px;
                }
            }
        }
    }
}
