@font-face {
    font-family: 'Lavanderia';
    src: url('fonts/Lavanderia Sturdy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lavanderia_Bold';
    src: url('fonts/Lavanderia Sturdy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Champagne_limu';
    src: url('fonts/Champagne & Limousines Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.dt-button{
    border: 0px !important;

}
.swiper {
    width: auto;
    height: auto;
}

.swiper {
    width: 90%;
    max-width: 1000px;
    padding: 20px 0;
    margin: 20px auto 50px auto !important;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    width: auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    height: 500px;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #A2481B !important;


}
.swiper-pagination-bullet {
    background: #A2481B !important;
    opacity: 0.7;
}

.dt-paging-button{
    background-color: #A2481B !important;
    color: #F8F2E8 !important;
    border: none !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    margin: 0 2px !important;
    cursor: pointer !important;
}


body {
    font-family: 'Champagne_limu', sans-serif;
    background-color: #F8F2E8;
    color: #4a4a4a;
    font-size: 1.5rem;
    overflow-x: hidden;
}
.hero {
    position: relative;
    text-align: center;
    color: #F8F2E8;
}
.hero img {
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
    max-height: 800px;
    object-fit: cover;
}
.hero-text {
    z-index: 500;
    position: absolute;
    bottom: 20%;
    left: 50%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    transform: translateX(-50%);
}
.hero-text h1 {
    font-family: 'Lavanderia', cursive;

    font-size: 2rem;
}
.hero-text h3 {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Champagne_limu', serif;
}
.music-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto;
}
.music-btn {
    background-color: #A2481B;
    color: #F8F2E8;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    border: none;
    transition: 0.3s;
}
.music-btn:hover {
    background-color: #5a5e47;
}
.invite-title {
    font-family: 'Dancing Script', cursive;
    font-size: 2.2rem;
    color: #A2481B;
    text-align: center;
    margin-top: 30px;
}
.invite-text {
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.6;
}
#songTitle {
    margin-top: 10px;
    font-weight: bold;
    color: #A2481B;
    text-align: center;

}
#volumeBar{
    accent-color: #A2481B;
}
.heart {
    font-size: 2.2rem;
    color: #e63946;
    animation: pulse 1.5s infinite;
}

.btn-boda{
    background-color: #A2481B;
    color: #F8F2E8;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}


/* seccion  */
section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}
section.visible {
    opacity: 1;
    transform: translateY(0);
}
h1, h2 {
    margin-bottom: 20px;
    font-weight: 800;
}

/*******TEMPORIZADOR ***/
.contador {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tiempo {
    background-color: #A2481B;
    color: #F8F2E8;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    transition: background-color 0.3s;
    font-family: "Champagne_limu", cursive;
}

.tiempo span {
    font-size: 1.2rem;
    font-weight: normal;
    margin-top: 4px;
    color: #f0efeb;
}
/*******TEMPORIZADOR ***/
@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .swiper {
        width: 50%;
        margin-left: 15% !important;
        padding: 20px 0;
    }
    .swiper {

        max-width: 500px;

    }
}


@media only screen and (max-width: 700px) and (min-width: 401px) {
    .swiper {
        max-width: 500px;
    }

    .hero-text h1 {
        font-size: 1.7rem;
    }
    .hero-text h3 {
        font-size: 1rem;
    }
    .music-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .invite-title {
        font-size: 1.8rem;
    }
    .invite-text {
        padding: 0 10px;
        font-size: 1.5rem;
    }
    .tiempo {
        width: 70px;
        height: 70px;
        font-size: 1.4rem;
    }

    .swiper-slide img {
        height: 300px;

    }

    .swiper {
        width: 28%;

        padding: 20px 0;
    }

}

@media only screen and (max-width: 400px)  {
    .swiper {
        max-width: 450px;
    }
    .swiper-slide img {
       margin-left: 10px;

    }
    .hero-text h1 {
        font-size: 2rem;
    }
    .hero-text h3 {
        font-size: 1rem;
    }
    .music-btn {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    .invite-title {
        font-size: 1.8rem;
    }
    .invite-text {
        padding: 0 10px;
        font-size: 1.2rem;
    }
    .tiempo {
        width: 70px;
        height: 70px;
        font-size: 1.4rem;
    }
}


/*********fechaa/hora******/
.fecha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-weight: bold;
    color: #A2481B;
}
.fecha-container span {
    display: block;
    text-align: center;
}
.dia {
    font-size: 1.2rem;
    letter-spacing: 2px;
}
.mes {
    font-size: 0.9rem;
}
.numero {
    font-size: 3rem;
    line-height: 1;
}
.anio {
    font-size: 0.9rem;
}
.hora {
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.separator {
    border-left: 2px solid #6e2c1c;
    height: 60px;
}


