.wishlist-btn {
    background-color: #b20f47;
    color: white;
    border: 6px solid white;
    border-radius: 37px;
    padding: 20px 40px;
    font-size: 5rem !important;
}

.img-logo {
    max-height: 350px;
}

.wishlist-btn:hover {
    background-color: #9c0d3e; /* Darker color on hover */
    color: white; /* Keep the text white */
}

.releases {
    background-size: cover;

}

.roadmap {

    background-size: cover;
    width: 100%;
    /*filter: grayscale(50%) brightness(80%);*/
}

.release-image {
    max-width: 100%;
    height: 255px;
    width: 255px;
}

.release-details {
    font-size: 0.9rem;
    text-align: right;
}

body {
    font-size: large;
}

/* Fixed background for the entire slider */

.tips {
    background-size: cover;
    background-position: center;
    background-image: url('/static/img/tips.png');
}

.carousel-item {
    height: 474px;
}

/* Text style in the slides */
.carousel-caption {
    background: rgba(0, 0, 0, 0.0); /* Semi-transparent background */
    padding: 20px;
    border-radius: 8px;
}

.carousel-caption h1, .carousel-caption p {
    color: #fff;
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}

.bg-ongoing {
    background-color: #75b798 !important;
}

.bg-queue {
    background-color: #e9ecef !important;
}

.btn-discord {
    height: 5rem;
    align-content: center;
}

.card-header {
    height: 75px;
    align-items: center;
    display: grid;
}

.card-body {
    height: fit-content;
    margin-bottom: 0.5rem;
}

.img-shadow {
    box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Mantiene proporción de video */
    max-width: 100%;
    border-radius: 10px;
    margin-bottom: -7px;
}

.logo-banner {
    max-height: 3.5rem;
}