@font-face {
    font-family: 'silk-serif-bold';
    src: url('/assets/fonts/silk_serif/silk-serif-bold.ttf') format('truetype'),
}

@font-face {
    font-family: 'silk-serif-regular';
    src: url('/assets/fonts/silk_serif/silk-serif-regular.ttf') format('truetype'),
}

@font-face {
    font-family: 'syncopate-bold';
    src: url('/assets/fonts/syncopate/syncopate-bold.ttf') format('truetype'),
}

@font-face {
    font-family: 'syncopate-regular';
    src: url('/assets/fonts/syncopate/syncopate-regular.ttf') format('truetype'),
}

@font-face {
    font-family: 'nunitosans-regular';
    src: url('/assets/fonts/nunito/nunitosans-variablefont.ttf') format('truetype'),
}

@font-face {
    font-family: 'nunitosans-italic';
    src: url('/assets/fonts/nunito/nunitosans-italic-variablefont.ttf') format('truetype'),
}

:root {
    --primary-color: #3d5b81;
    --secondary-color: #2c3a4b;
    --black: #1f1f1f;
}

body {
    color: white !important;
    font-family: 'syncopate-bold';
}

.primary-color {
    background-color: var(--primary-color);
}

.secondary-color {
    background-color: var(--secondary-color);
}

.ternary-color {
    background-color: var(--black);
}

.text-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
    justify-content: flex-end;
}

.text-image>h4 {
    text-align: center;

}

.text-image>p {
    text-align: center;
    font-family: 'syncopate-regular';
}

.text-image>a {
    /* text-decoration: none; */
    color: #fff;
    text-align: center;
    font-family: 'syncopate-bold';

}

.list-link li {
    border-bottom: 2px solid black;
    padding: 10px 0;
    margin: 0;
}

.list-link li a {
    text-decoration: none;
    color: black;
    font-family: 'syncopate-regular';

}

.list-link li:first-child {
    border-top: 2px solid black;
}

.social-media {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    justify-content: space-evenly;
}

.social-media li img {
    width: 30px;
}

nav li a {
    color: #fff !important;
    text-align: end;
}

li.nav-item {
    margin: 0 10px;
}


.modal .date {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 10px 0;
    font-family: 'syncopate-regular';
    margin-top: 25px;

}

.modal .date>b {
    font-family: 'syncopate-bold';

}

.modal .date-text {
    font-family: 'nunitosans-regular';
    font-size: 1.2rem;
}

.modal .date-text>b {
    font-size: 1.5rem;
}

.modal .date-text>a {
    text-decoration: none;
    color: var(--bs-heading-color);
}

.modal .btn {
    background: #3D5B81;
    background: linear-gradient(90deg, rgba(61, 91, 129, 1) 50%, rgba(255, 255, 255, 1) 100%);
    padding: 25px 60px;
    border-radius: 20px;
    border: unset;
    color: white;
    font-family: 'syncopate-bold';
    margin: 0 auto; display: block
}

.modal .text h5{
    margin-bottom: 20px;
}

.modal .text p{
    font-family: 'nunitosans-regular';
    color: #000;
}

.modal .text .about-artist{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding: 10px 0;
    font-family: 'syncopate-regular';
}

.modal .text .about-artist b{
    font-family: 'syncopate-bold';

}

.modal .links a{
    text-decoration: none;
    color: black;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.modal-header{
    border-bottom: unset;
}
@media (min-width: 576px) {
    .gx-6 {
        --bs-gutter-x: 4rem;
    }

    .gy-6 {
        --bs-gutter-y: 4rem;
    }
}