body {
    font-family: "Epilogue", sans-serif;
    line-height: 1.5;

    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal overflow */

    color: #fff;
    background-color: #2C363F;
}

a {
    color: #E75A7C;    
}

header {
    background: #2C363F;
    color: #fff;
    padding: 1rem 2rem;
    text-align: left;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

nav ul li {
    margin: 0 1rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: bold;
    font-size: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.language-switcher {
    display: flex;
    align-items: center;
}

.language-switcher button {
    background: #fff;
    border: none;
    color: #333;
    cursor: pointer;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
}

#hero {
    background: url('../images/IMG_1013 2_n.jpg') no-repeat;
    background-position: 75% 50%; /* Adjust the coordinates here */
    background-size: cover;
    height: 100vh;
    color: #2C363F;
    text-align: left;    
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    padding-top: 2rem;
}

#hero h1 {
    margin-top: 0px;
    font-family: "Parisienne", cursive;
    font-size: 5rem;
    line-height: 3.5rem;
    font-weight: bold;
    -webkit-text-stroke: 0px rgb(255, 255, 255, 0.5);
}

#hero p {
    font-weight: bold;
    font-size: 2rem;
    -webkit-text-stroke: 2px rgb(255, 255, 255, 0.5);
}

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: left; /* Align text to the left */
}

section {
    padding: 0rem 1rem;
    text-align: left; /* Align text to the left */
    opacity: 0;
    transition: opacity 2s ease-in-out; /* Adjust the timing here */
}

section.visible {
    opacity: 1;
}

footer {
    background: #2C363F;
    color: #fff;
    text-align: center;
    padding: 1rem;
}

footer .social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

footer .social-links a {
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

img {
    border-radius: 5px;
    width: 350px;
    margin-bottom: 1rem;
}

img.left {
    float:left;
    margin-right: 20px;
}


img.right {
    float:right;
    margin-left: 20px;
}

.carousel {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-inner img {
    width: 100%;
    cursor: pointer;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.card {
    flex: 0 0 calc(33.33% - 20px); /* Subtract the total horizontal margin */
    max-width: calc(33.33% - 20px); /* Subtract the total horizontal margin */
    box-sizing: border-box; /* Include padding and border in the width calculation */
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px; /* Add padding */
    text-align: left;
    margin: 10px; /* Add margin */
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.02);
}
.card p {
    margin: 8px 0;
    font-size: 16px;
    color: #333;
}
.card h2 {
    font-size: 20px;
    font-weight: bold;
    color: #222;
}

.news-carousel {
    flex-grow: 1;
    min-width: 0;
    overflow: hidden;
    margin: 0px;
}

#discography {
    text-align: center;
}

#news-desktop {
    display: flex;
    width: 100%;
}

.discography-carousel {
    flex-grow: 1;
    min-width: 0;
    overflow: hidden;
    margin: 0px;
}

#discography-list {
    display: flex;
    width: 100%;
}

.discography-item {
    flex: 0 0 100%;
    max-width: 100%;    
    margin: auto;
    transition: transform 0.3s ease-in-out;
}

.carousel-left {
    flex-shrink: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.carousel-right {
    flex-shrink: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.btn {
    display: inline;
    padding: 5px 5px;
    height: 45px;
    width: 45px;
    border: 2px solid #E75A7C;
    color: #E75A7C;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    transition: color 0.3s;
}
.btn:hover {
    background: #E75A7C;
    color:  #2C363F;
}
.btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    border: none;
    color:  #2C363F;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.calendar-item {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0px 10px 0px;
    margin-bottom: 5px;
}

.calendar-date {
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    padding: 3px;
    background-color: #fff;
    color: #2C363F;
    border-top: 6px solid #E75A7C;
}

.calendar-title {
    font-weight: bold;
    margin: 0px;
    font-size: 20px;
}

.calendar-description {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-weight: bold;
    display: inline-block;
    border: 2px solid #E75A7C;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0);
    color: #E75A7C;
    text-decoration: none;
    font-size: 18px;
}

.btn-link:hover {
    border: 2px solid #E75A7C;
    border-radius: 20px;
    background-color: #E75A7C;
    text-decoration: none;
    color: white;
}

.btn-link i {
    margin-right: 8px; /* Add spacing between the icon and text */
    font-size: 16px; /* Adjust icon size */
}

#news-list {
    display: none;
}

.list-card {
    border-bottom: #fff 1px dotted;
}

#header-mobile-placeholder {
    display: none; /* Hide the mobile menu button by default */
}

#header-mobile-placeholder h1 {
    font-family: "Parisienne", cursive;
    float:left;
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 32px;
}

.hidden {
    display: none;
}

#hero-text h1 {
    position: absolute; 
    top: 270px;
}

#hero-subtext p {
    position: absolute; 
    top: 410px;
}

.social-links a {
    margin-right: 15px; /* Add spacing between icons */
    text-decoration: none; /* Optional: Remove underline from links */
}

.social-links a:last-child {
    margin-right: 0; /* Remove margin from the last icon */
}

#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none; /* Hidden by default */
    background-color: rgba(0, 0, 0, 0);
    color: #E75A7C;
    border: #E75A7C 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 12px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    z-index: 1000;

    /* Flexbox for centering */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Remove padding to avoid misalignment */
    box-sizing: border-box; /* Ensure border doesn't affect alignment */
}

#back-to-top:hover {
    background-color: #E75A7C;
    color: #2C363F;
}

/* Media Queries for mobile */
@media (max-width: 768px) {
    #mobile-menu-btn {
        cursor: pointer;
        font-size: 24px; /* Adjust the size of the icon */
        display: block;
        padding: 10px;
        float: right;
        color: #fff; /* Change color on hover */
    }

    #hero-text {
        display: none;
    }

    #hero-subtext p {
        top: 50px;
        font-size: 1.6rem;
    }

    h1 {
        margin-top: 60px;
    }
    
    img {
        width: 100%;
    }

    #header-placeholder {
        display: none;
    }
    
    #header-mobile-placeholder {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 900;
        display: block;
        width: 100%;
        background-color: #2C363F;
    }

    header {
        padding: 1rem;
    }

    #news-list {
        display: block;
    }

    #news-desktop {        
        display: none;
    }

    nav {
        display: block;
    }

    nav ul {
        display: block;
    }

    nav ul li {
        margin: 1.5rem 0;
        font-size: 2rem;
    }

    nav .container {
        text-align: right;
        margin: auto 5px;
    }
}