body, h1, h2, h3, h4, h5, h6, p, a, .navbar-brand, .nav-link, .card-title, .card-text {
    font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body styling */
body {
    background-color: #000;
    color: white;
}

/* Navbar container */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #000000;
}

/* Logo styling */
.navbar .logo img {
    height: 200px; /* Adjust based on your logo size */
    width: auto;
    padding-bottom: 10px;
}

/* Navigation links */
.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
}

.nav-links a:hover {
    text-decoration: underline;
}


/* Responsive design: Ensure the logo scales */
@media (max-width: 855px) {
    .navbar .logo img {
        height: 200px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 30px; /* Adjust based on screen size */
    }
}

@media (max-width: 729px) {
    .navbar .logo img {
        height: 195px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 28px; /* Adjust based on screen size */
    }
}

@media (max-width: 706px) {
    .navbar .logo img {
        height: 180px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 25px; /* Adjust based on screen size */
    }
}

@media (max-width: 655px) {
    .navbar .logo img {
        height: 160px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 20px; /* Adjust based on screen size */
    }
}

@media (max-width: 574px) {
    .navbar .logo img {
        height: 140px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 18px; /* Adjust based on screen size */
    }
}

@media (max-width: 519px) {
    .navbar .logo img {
        height: 120px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 16px; /* Adjust based on screen size */
    }
}

@media (max-width: 465px) {
    .navbar .logo img {
        height: 120px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 14px; /* Adjust based on screen size */
    }
}

@media (max-width: 407px) {
    .navbar .logo img {
        height: 100px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 12px; /* Adjust based on screen size */
    }
}

@media (max-width: 375px) {
    .navbar .logo img {
        height: 95px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 10px; /* Adjust based on screen size */
    }
}

@media (max-width: 326px) {
    .navbar .logo img {
        height: 95px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 9px; /* Adjust based on screen size */
    }
}

@media (max-width: 316px) {
    .navbar .logo img {
        height: 90px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 8px; /* Adjust based on screen size */
    }
}

@media (max-width: 298px) {
    .navbar .logo img {
        height: 50px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 8px; /* Adjust based on screen size */
    }
}

@media (max-width: 227px) {
    .navbar .logo img {
        height: 50px; /* Adjust as needed */
    }

    .nav-links a {
        font-size: 5px; /* Adjust based on screen size */
    }
}

.card {
    margin-bottom: 40px; /* Increased spacing */
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* More pronounced depth */
    max-width: 90%; /* Keeps it well-centered */
    margin-left: auto;
    margin-right: auto;
    background-color: #1a1a1a; /* Darker background for contrast */
}

.card-img-top {
    width: 100%;
    height: 250px; /* Standardized height */
    object-fit: cover; /* Ensures images fill space evenly */
    aspect-ratio: 16/9; /* Maintains consistent aspect ratio */
    transition: transform 0.3s ease-in-out;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.card-img-top:hover {
    transform: scale(1.05); /* Smooth hover effect */
}


.card-body {
    padding: 25px;
    text-align: center;
    background-color: #222; /* Slightly lighter background */
}

.card-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 12px;
    color: #ff6600; /* Eye-catching color */
}

.card-text {
    color: #cccccc;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

/* Social icons & CTA */
.card-body a {
    display: inline-block;
    margin: 10px;
    transition: transform 0.3s;
}

.card-body a:hover {
    transform: scale(1.2);
}


.social-media-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.social-link {
    color: white;
    font-size: 24px;
    transition: color 0.3s ease-in-out;
}

.social-link:hover {
    color: #ffcc00; /* Highlight effect on hover */
}

iframe {
    border-radius: 10px;
    margin-top: 10px;
}


.card-title {
    color: #ec6608;
}
.card-body {
    color: black;
}

.card-body a{
    color: #f7a600;
    text-decoration-color: #f7a600;
}

.btn-primary {
    background-color: #ec6608;
    border-color: #c51a1b;
}
.btn-primary:hover {
    background-color: #20db2a;
    border-color: #20db2a;
}

.spotify-card {
    background-color: #2d2d2d; /* Dark grey background for the card */
    border: 1px solid #c51a1b; /* Red border for the card */
}

h1 {
    color: #c51a1b;
}

h2 {
    color: #ec6608;
}

u {
    text-decoration-color: #ec6608;
}
.social-media-links {
    display: flex;
    gap: 20px;
}

.social-link {
    text-decoration: none;
    color: #000;
    font-size: 50px;
    transition: color 0.3s, transform 0.3s;
}

.social-link:hover {
    color: #1db954; /* Change to Spotify green color or Instagram color */
    transform: scale(1.1);
}
.social-link .fa-instagram {
    color: #C13584; /* Instagram color */
}

.social-link .fa-facebook {
    color: #006eff; /* Instagram color */
}

.social-link .fa-spotify {
    color: #1DB954; /* Spotify green color */
}
.social-link .fa-instagram:hover {
    color: #C13584; /* Instagram color */
}

.social-link .fa-facebook:hover {
    color: #002fff; /* Instagram color */
}

.social-link .fa-spotify:hover {
    color: #1DB954; /* Spotify green color */
}

.container {
    margin-top: 20px;
}

.artist-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 20%; /* Make the image container slightly rounded */
}

.artist-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease; /* Smooth transition for scaling effect */
    border-radius: 20%; /* Make the image slightly rounded */
}

.artist-image-container:hover .artist-image {
    transform: scale(1.1); /* Scale up the image on hover */
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}

.photo-grid-item {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 10px;
    cursor: pointer;
}

.photo-grid-item:hover {
    transform: scale(1.05);
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.ticketbutton {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #ffcc00; /* Bright yellow */
    color: white !important; /* White text */
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.ticketbutton:hover {
    background-color: #ffa500; /* Orange on hover */
    transform: scale(1.1);
}
