/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('Final_Fonts/roboto-v50-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url('Final_Fonts/nunito-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.page-title {
    text-align: center;
    font-size: 2.5rem;
    color: #6c5ce7;
    margin-bottom: 3rem;
}

.carousel-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 4rem;
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 2rem 5rem;
    border: 2px solid #e0e0e0;
}

.carousel-content {
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.slide {
    display: none;
    align-items: center;
    gap: 2rem;
}

.slide.active {
    display: flex;
}

.slide-text {
    flex: 1;
    padding: 1rem;
}

.slide-text h2 {
    font-size: 2rem;
    color: #6c5ce7;
    margin-bottom: 1rem;
}

.slide-text p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.slide-button {
    background-color: #6c5ce7;
    color: white;
    border: none;
    padding: 0.7rem 1.5rem;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slide-button:hover {
    background-color: #5b4bc4;
}

.slide-image {
    flex: 1;
    height: 300px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #6c5ce7;
    color: white;
    border: none;
    padding: 1rem;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 4px;
    z-index: 10;
}

.carousel-arrow:hover {
    background-color: #5b4bc4;
}

.left-arrow {
    left: 0.5rem;
}

.right-arrow {
    right: 0.5rem;
}

.slide-dots {
    text-align: center;
    margin-top: 1.5rem;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.dot.active {
    background-color: #6c5ce7;
}

.top-artists-section {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 2rem;
}

.section-header {
    background-color: #6c5ce7;
    color: white;
    padding: 0.8rem 1.5rem;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 2rem;
}

.section-header h3 {
    margin: 0;
    font-size: 1.1rem;
}

.artists-row {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    flex-wrap: wrap;
}

.artist-card {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.artist-circle-wrapper {
    position: relative;
    width: 120px;
    margin: 0 auto 1rem;
}

.rank-number {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #6c5ce7;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    z-index: 2;
    border: 2px solid white;
}

.artist-circle {
    width: 120px;
    height: 120px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e0e0e0;
    overflow: hidden;
}

.artist-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.5);
}

.artist-name {
    background-color: #f8f9fa;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 4px;
    font-weight: bold;
    color: #333;
}

.artist-subtitle {
    background-color: #f8f9fa;
    padding: 0.5rem;
    border-radius: 4px;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
}

.artist-button {
    background-color: #6c5ce7;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.artist-button:hover {
    background-color: #5b4bc4;
}

.logo-animated {
    height: 150px;
    width: auto;
    animation: none;
}

/* Media Mobile Screen Tag */
@media (max-width: 1024px) {
    nav {
        padding: 1rem;
    }

    .nav-logo {
        position: static;
        transform: none;
        text-align: center;
        margin-bottom: 0.5rem;
        padding-top: 0;
    }

    .logo-animated {
        height: 130px;
    }

    nav ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
        justify-content: center;
    }

    nav a {
        font-size: 0.9rem;
        padding: 0.3rem 0.5rem;
    }

    .carousel-container {
        padding: 1rem;
    }
    
    .slide {
        flex-direction: column;
    }
    
    .slide-text h2 {
        font-size: 1.5rem;
    }
    
    .carousel-arrow {
        padding: 0.5rem;
        font-size: 1rem;
    }
    
    .artists-row {
        flex-direction: column;
        align-items: center;
    }
    
    .page-container {
        padding: 2rem 1rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
}
