#reposArt {
    position: relative;
    z-index: 0;
}

#reposArt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow:
        inset 3rem 0 2rem -1rem var(--bs-body-bg),
        inset -3rem 0 2rem -1rem var(--bs-body-bg);
    pointer-events: none;
    z-index: 1;
}

#reposArt > * {
    position: relative;
    z-index: 0;
}

.carousel-inner {
    display: flex;
    padding: 1rem;
}

.carousel-item {
    flex: 0 0 320px;
    margin-right: 0;
    display: block;
}

.card {
    margin: 0 .5rem;
}

.lang-badge {
    width: fit-content;
}

.tech-group {
    width: 242px;
}

.tech-badge {
    background-color: #f8f8f8;
    position: relative;
    transition: all 0.3s ease;
    top: 0;
}

.tech-badge:hover {
    box-shadow: 0 4px 8px rgba(128, 128, 128, 0.5);
    transform: translateY(-4px);
}
