.highlight {
    color: rgb(248, 91, 190);
    cursor: pointer;
}

.slide {
    margin: 26px;
    white-space: nowrap;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dot {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
}

.slide {
    display: flex !important;
    position: relative;
    width: max-content;
    height: max-content;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide-img {
    display: flex !important;
    position: relative;
    flex-shrink: 0;
    width: max-content;
    height: max-content;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 40px;
    justify-content: center;
}

.slide p {
    margin-top: 25px;
}

.slide-img .img {
    width: 164px;
    height: 164px;
}

.dot-img {
    position: absolute;
    width: 26px;
    height: 26px;
    top: -35px;
}

.highlightImg {
    transition: 1s;
    cursor: pointer;

    .img {
        width: 256px;
        height: 256px;
    }
    .artist-name{
        color: #FFF;
        position: absolute;
        top: 360px;
        font-family: Montserrat, sans-serif;
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    width: 346px;
    height: 346px;
    border: 3px solid var(--accentcolor, #F85BBE);
    border-radius: 20px;
    position: relative;
    z-index: 1000;
    margin-top: 0;
    animation: zoomSlide 3s ease-in-out 1;
}

.filter {
    width: 164px;
    height: 164px;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 13px;
    z-index: 2;
    position: absolute;
}

@media (max-width: 992px) {
    .highlightImg {
        transition: 1s;
        cursor: pointer;

        .img {
            width: 142px !important;
            height: 142px !important;
        }

        width: 182px !important;
        height: 182px !important;
        border: 3px solid var(--accentcolor, #F85BBE);
        border-radius: 20px;
        position: relative;
        z-index: 1000;
        margin-top: 50px;
        animation: zoomSlide 3s ease-in-out 1;
    }

    .slide-img .img {
        width: 96px;
        border-radius: 13px;
        height: 96px;
    }

    .dot-img {
        position: absolute;
        width: 26px;
        height: 26px;
        top: -35px;
    }

    .filter {
        width: 96px;
        height: 96px;
        background: rgba(0, 0, 0, 0.60);
        border-radius: 13px;
        z-index: 2;
        position: absolute;
    }

}
.artist-name{
    color: #FFF;
    position: absolute;
    top: 190px;
    font-family: Montserrat, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}