
.card-wrapper {
    max-width: 1100px;
    margin: 0 60px 35px;
    padding: 20px 10px;
    overflow: hidden;
}

.swiper{
    width: max-content;
    margin-left: initial !important;
}

.card-list .card-item {
    list-style: none;
}

.card-wrapper .swiper-pagination-bullet{
    background-color: var(--cor-azul) !important;
}

.card-list .card-item .card-link {
    display: block;
    user-select: none;
    text-decoration: none;
    border: 2px solid transparent;
    transition: 0.2s ease;
    color: var(--cor-preta);
}

.icon_localizacao{
    display: flex;
    column-gap: 4px;
    align-items: center;
}


.card-list .card-item .card-link:active {
    cursor: grabbing;
}

.card-list .card-item .card-link:hover {

}

.text_slider{
    position: relative;
    z-index: 100;
    margin-top: -42px;
}

.card-list .card-link .card-image {
    width: 100%;
    aspect-ratio: 16 / 16;
    object-fit: cover;
    position: relative;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}


.card-list .card-link .badge {
    color: #5372F0;
    width: fit-content;
    font-size: 0.95rem;
    border-radius: 50px;
    font-weight: 500;
    /* background: #DDE4FF; */
}

.card-list .card-link .badge-designer {
    color: #B22485;
    background: #F7DFF5;
}

.card-list .card-link .badge-marketer {
    color: #B25A2B;
    background: #FFE3D2;
}

.card-list .card-link .badge-gamer {
    color: #205C20;
    background: #D6F8D6;
}

.card-list .card-link .badge-editor {
    color: #856404;
    background: #fff3cd;
}

.card-list .card-link .card-title {
    color: #000;
    font-size: 1.19rem;
    font-weight: 600;
}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    color: #5372F0;
    margin: 30px 0 5px;
    background: none;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #5372F0;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.card-list .card-link:hover .card-button {
    color: #fff;
    background: #5372F0;
}

.card-wrapper .swiper-pagination-bullet {
    height: 13px;
    width: 13px;
    opacity: 0.5;
    background: #5372F0;
}

.card-wrapper .swiper-pagination-bullet-active {
    opacity: 1;
}

.card-wrapper .swiper-slide-button {
    color: #5372F0;
    margin-top: -35px;
}

/* Responsive media query code for small screens */
@media (max-width: 768px) {
    .card-wrapper {
        margin: 0 10px 25px;
    }

    .card-wrapper .swiper-slide-button {
        display: none;
    }

    .card-wrapper {
        max-width: 187px;
        margin: 0 60px 35px;
        padding: 20px 10px;
        overflow: hidden;
    }
}

