.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Fondo blanco */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* Asegura que esté por encima de todo */
}

.loader {
    text-align: center;
}

/* .spinner {
    width: 40px;
    height: 40px;
    border: 8px solid rgba(0, 0, 0, 0.1);
    border-top: 8px solid #F27C38;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
} */

body::-webkit-scrollbar {
    width: 5px;
    /* Ancho de la barra de desplazamiento */
    background: #E8DCC8;
}

/* Estilo para el scrollbar thumb (la barra movediza) */
body::-webkit-scrollbar-thumb {
    background: #F27C38;
    /* height: 1px !important; */
}

.padding-video {
    padding-left: 25px;
    padding-right: 25px;
}

.section-hero {
    padding: 80px 0;
}

.fs-social {
    font-size: 1rem;
}

.fs-hero {
    font-size: 7rem;
    font-weight: 400;
}

.fs-release {
    font-size: 5rem;
    font-weight: 200;
}

.border-all {
    border: 1.2px solid #2D2D2D;
}

.border-y {
    border-top: 1.2px solid #2D2D2D;
    border-bottom: 1.2px solid #2D2D2D;
}

.border-ybttm {
    border-bottom: 1.2px solid #2D2D2D;
}

.artist-padding {
    padding-left: 4rem;
}

.social-li-footer {
    padding-left: 4rem;
    padding-right: 6rem;
}

/* Efecto Ticker */

@keyframes ticker {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.ticker-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    border-top: 1px solid #2D2D2D;
    border-bottom: 1px solid #2D2D2D;
}

.ticker-text {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    animation: ticker 45s linear infinite;
}


@keyframes tickerTickets {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-40%);
    }
}

.ticker-text2 {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    animation: tickerTickets 45s linear infinite;
}

/* Efecto Bounce del Down Arrow */

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.down-button {
    font-size: 5rem;
    animation: bounce 1.5s infinite ease-in-out;
}

/* About Section */

.fs-about {
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: 1.3px;
}

.with-bar {
    position: relative;
    padding-right: 20px;
    /* Espacio entre la barra y el texto */
}

.with-bar::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #2d2d2d71;
}

.text-inter {
    font-family: 'Inter', sans-serif;
    color: #2D2D2D;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.1px;
}

/* Carousel Animation */

.swiper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
    /* 🔹 Movimiento constante */
}

.swiper-slide {
    flex-shrink: 0;
    width: auto;
    background-color: black;
}

.swiper-slide img {
    height: 360px;
    width: auto;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

/* Ocultar navegación y paginación de Swiper */
.swiper-pagination,
.swiper-button-next,
.swiper-button-prev {
    display: none !important;
}

/* Merch Animation */

.merch-wrapper {
    display: flex;
    width: max-content !important;
}

.merch-wrapper .swiper-slide {
    flex-shrink: 0;
}

.button-wrap-merch {
    position: absolute;
    top: 50%;
    /* Centrado vertical */
    left: 50%;
    /* Centrado horizontal */
    transform: translate(-50%, -50%);
    /* Ajuste para centrarlo */
    z-index: 2;
    /* Más alto que el Swiper */
    pointer-events: none;
    /* No bloquea el carrusel */
}

.button-wrap-merch a {
    pointer-events: auto;
    /* Permite hacer clic */
}

/* Big Links */

.social-link {
    font-size: 4rem;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    color: black;
}

.social-link:hover {
    font-weight: 500;
}

.social-link::before {
    content: "";
    position: absolute;
    left: -60px;
    /* Ajusta la distancia del garabato */
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    /* Ajusta el tamaño del garabato */
    height: 50px;
    background: url('../images/Index/garabato.png') no-repeat center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.social-link:hover::before {
    opacity: 1;
}

/* Ticket Link Garabato */

.ticket-link {
    position: relative;
    transition: all 0.3s ease;
}

.ticket-link::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background: url('../images/Index/garabato.png') no-repeat center;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    filter: brightness(0) invert(1);
    /* Make it white to match text */
}

.ticket-link:hover::before {
    opacity: 1;
}

/* Event Table Styles */
.event-text {
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .event-text {
        font-size: 0.65rem !important;
        /* Even smaller for better fit */
        letter-spacing: 0.5px !important;
        line-height: 1.2 !important;
    }

    .ticket-link::before {
        content: none !important;
        /* Use content: none to be sure it disappears */
        display: none !important;
    }

    .py-4.align-items-center {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.social-content {
    display: none;
    opacity: 0;
    transition: opacity 10s ease-in-out;
}

.social-content.active {
    display: block;
    opacity: 1;
}

.tickets-bg {
    background: url('../images/Index/tickets-img.jpg') no-repeat center;
}

.tickets-bg2 {
    background: url('../images/Index/tickets-img2.jpg') no-repeat center;
}

.invite {
    font-size: 2.5rem;
    font-weight: 500;
    color: #44403b;
    line-height: 1;
}

.line {
    width: 100px !important;
    height: 1px !important;
    background-color: #2D2D2D !important;
}

.get-in-touch {
    font-size: 3rem;
    font-weight: 200;
    padding: 1.3rem;
}

.artist {
    font-family: 'Inter', sans-serif;
    font-weight: 200;
    color: #615c53;
    font-size: 2.3rem;
}

/* Display en Mobile */
@media (min-width: 320px) and (max-width: 576px) {
    .novfx {
        overflow-x: hidden;
    }

    .d-none-sm {
        display: none !important;
    }

    .fs-hero {
        font-size: 3.5rem !important;
    }

    .fs-header {
        font-size: 2.5rem !important;
    }

    .g-sm-0 {
        --bs-gutter-y: 0 !important;
    }

    .with-bar {
        position: relative;
        padding: 20px 12px 20px 12px;
    }

    .with-bar::after {
        content: "";
        position: absolute;
        left: 3.5%;
        top: 97%;
        height: 1px;
        width: 63%;
        background-color: #2d2d2d;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .pt-sm-20px {
        padding-top: 20px !important;
    }

    .pt-sm-5rem {
        padding-top: 5rem !important;
    }

    .social-link {
        font-size: 2.2rem;
    }

    .fs-release {
        font-size: 3rem;
    }

    .column-sm {
        flex-direction: column !important;
    }

    .line {
        width: 205px !important;
        height: 1px !important;
        background-color: #2D2D2D !important;
    }

    .invite {
        padding-bottom: 20px;
        margin-bottom: 0;
        text-align: left;
    }

    /* .w-extra-sm {
        width: 103.1%;
    } */
    .header .header-logo img {
        height: 64px;
    }

    .artist-padding {
        padding-left: 1rem;
    }

    .contact-sm {
        align-items: start !important;
        padding-left: 1rem;
    }

    .section-tickets-sm {
        padding: 70px 0 !important;
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .social-li-footer {
        padding-right: 0;
    }
}

/* Display en Tablet */
@media (min-width: 576.98px) and (max-width: 991.98px) {
    .d-none-md {
        display: none !important;
    }

    .fs-hero {
        font-size: 3.5rem !important;
    }

    .fs-header {
        font-size: 2.5rem !important;
    }

    .g-sm-0 {
        --bs-gutter-y: 0 !important;
    }

    .with-bar {
        position: relative;
        padding: 20px 0 20px 0;
    }

    .with-bar::after {
        content: "";
        position: absolute;
        left: 15%;
        top: 97%;
        height: 1px;
        width: 70%;
        background-color: #2d2d2d;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .text-center-sm {
        text-align: center !important;
    }

    .pt-sm-20px {
        padding-top: 20px !important;
    }

    .pt-sm-5rem {
        padding-top: 5rem !important;
    }

    .social-link {
        font-size: 2.2rem;
    }

    .fs-release {
        font-size: 3rem;
    }

    .column-sm {
        flex-direction: column !important;
    }

    .line {
        width: 205px !important;
        height: 1px !important;
        background-color: #2D2D2D !important;
    }

    .invite {
        padding-bottom: 20px;
        margin-bottom: 0;
        text-align: left;
    }

    /* .w-extra-md {
        width: 101.5%;
    } */
    .header .header-logo img {
        height: 64px;
    }

    .artist-padding {
        padding-left: 1rem;
    }

    .contact-sm {
        align-items: start !important;
        padding-left: 1rem;
    }

    .ig-flex-md {
        display: flex !important;
        justify-content: center;
    }
}

/* None Display en Desktop */
@media (min-width: 992px) {
    .d-none-lg {
        display: none !important;
    }

    .min-height-lg {
        min-height: 493px;
    }
}