﻿.page-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}


.artist-content-image, .artist-content-image img {
    aspect-ratio: 2/0.85;
    object-fit: cover;
}

.video-box, .video-box > img, .video-box > iframe {
    aspect-ratio: 2/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    cursor: pointer;
}

.artists-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 61px;
}

.artist-content {
    display: flex;
    flex-direction: column;
    row-gap: 61px;
}

.artist-content-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17.58px;
    line-height: 27px;
    color: #000000;
}

    .artist-content-description * {
        margin: 0;
    }

.artists-content-area .artist-content:first-child .artist-content-description {
    max-width: 905px;
    margin: auto;
    padding: 0 12px;
}

.page-section-area {
    display: flex;
    flex-direction: column;
    row-gap: 61px;
    margin-top: 61px;
}

.page-section-title-area {
    display: flex;
    align-items: center;
    column-gap: 24px;
    justify-content: space-between;
}

.page-section-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #2F2F2F;
}

.page-section-button a {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.page-section-button svg path {
    fill: #D1000F;
}

.artist-artifact-carousel .owl-stage {
    padding-left: 0 !important;
}

.artist-artifact-card {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.artist-artifact-card-image, .artist-artifact-card-image img {
    aspect-ratio: 1/1.25;
    object-fit: cover;
}

.artist-artifact-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

    .artist-artifact-card-text .artist-name {
        font-family: Inter;
        font-weight: 300;
        font-size: 18.7px;
        line-height: 20.91px;
        letter-spacing: -0.47px;
        color: #202223;
    }

    .artist-artifact-card-text .artifact-name {
        font-family: Inter;
        font-weight: 400;
        font-size: 18.26px;
        line-height: 20.91px;
        letter-spacing: -0.47px;
        color: #202223;
    }

    .artist-artifact-card-text .artifact-date {
        font-family: Inter;
        font-weight: 300;
        font-size: 19px;
        line-height: 20.91px;
        letter-spacing: -0.47px;
        color: #202223;
    }

    .artist-artifact-card-text .artifact-link button {
        font-family: Inter;
        font-weight: 300;
        font-size: 18.7px;
        line-height: 20.91px;
        letter-spacing: -0.47px;
        color: #202223;
        text-decoration: underline;
        text-underline-offset: 4px;
        border: none;
        background: none;
        outline: none;
        padding: 0;
    }


.artist-last-description {
    margin-top: 30px;
    font-family: Inter;
    font-weight: 400;
    font-size: 17.58px;
    line-height: 27px;
    color: #000;
}

    .artist-last-description * {
        margin: 0;
    }

.video-box {
    position: relative;
}

    .video-box .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        border: none;
        outline: none;
        box-shadow: none;
        background: none;
        pointer-events: none;
        cursor: pointer;
    }



.artist-artifact-carousel .owl-dots {
    margin-top: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
}

    .artist-artifact-carousel .owl-dots button span {
        width: 8px !important;
        height: 4px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
        background: #C0C0C0 !important;
    }

    .artist-artifact-carousel .owl-dots button.active span {
        background: #D1000F !important;
    }
