@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: url(11.jpg);
}

.container{
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.inicio{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(fondo.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.titulo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.titulo h1{
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 4em;
    color: black; 
    padding: 5px;
    width: 100%;
    text-align: center;
}

.titulo h2,
.titulo h3{
    color: rgb(133, 133, 133);
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}

.bendicion{
    text-align: center;
    margin-bottom: 50px;
}

.bendicion{
    font-size: 25px!important;
}

.image-fill {
    font-weight: bold;
    background-image: url('oro-líquido.webp'); /* Reemplaza con la URL de tu imagen */
    background-size: cover;
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.animate-text {
    font-size: 3rem;
    filter: blur(4px);
    opacity: 0;
    transition: all 0.5s;
}

.animate-text.show {
    filter: blur(0);
    opacity: 1;
}

#ampersand{
    font-size: 3rem;
    line-height: 25px;
}

.cuenta-regresiva{
    width: 100%;
    height: 100vh;
    background: url(foto1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cuenta-regresiva::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Cambia el color y la opacidad según tus necesidades */
    mix-blend-mode: lighten; /* Puedes usar lighten, darken, etc. */
}

.sombra-interior-avanzada {
    border: 4px solid #ccc;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5), inset 5px 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    box-sizing: border-box;
}

.contadores{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 20px;
    color: aliceblue;
}

.reloj{
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.564); /* Fondo semi-transparente */
    border-radius: 10px;
    box-shadow: 5px 4px 6px rgba(0, 0, 0, 0.578); /* Sombra para profundidad */
    backdrop-filter: blur(10px); /* Efecto de difuminado en el fondo */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); /* Borde semi-transparente */
    border-right: 1px solid rgba(255, 255, 255, 0.3); /* Borde semi-transparente */
    border-top: 1px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-left: 1px solid rgb(255, 255, 255); /* Borde semi-transparente */
}

.reloj p{
    font-size: 1.5rem;
}

.cuenta-regresiva__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.txt-blanco{
    color: rgb(255, 255, 255);
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 30px;
}

.cuenta-titulo{
    width: 100%;
}

.cuenta-titulo h2{
    margin-bottom: 10px;
}

#fecha-boda{
    margin-top: 40px;
}

.padres{
    width: 100%;
    height: 100vh;
    background: black;
    /* background: url(9.jpg);
    background-size: 400px;
    background-repeat: repeat; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.divisor{
    width: 97%;
    height: 2px;
    background: url(oro-líquido.webp);
    background-size: 100px;
}

.titulo-padres{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.titulo-padres h2{
    width: 100%;
}

.nombres-padres{
    margin: 80px 0;
}

/* Define the blur animation */
@keyframes fadeInBlur {
    from {
        opacity: 0;
        filter: blur(10px);
    }
    to {
        opacity: 1;
        filter: blur(0);
    }
}

.animate-blur {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1s, filter 1s;
}

.show {
    opacity: 1;
    filter: blur(0);
}

/* Stagger the animations */
.animate-blur-1 {
    transition-delay: 0.5s;
}

.animate-blur-2 {
    transition-delay: 1s;
}

.animate-blur-3 {
    transition-delay: 1.5s;
}

.animate-blur-4 {
    transition-delay: 2s;
}

#foto-novia{
    width: 130px;
    height: 170px;
    background: url(foto-ella.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#foto-novio{
    width: 130px;
    height: 170px;
    background: url(foto-el.JPG);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.novios{
    width: 100%;
    height: 100vh;
    background: url(11.jpg);
    background-size: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-novios{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.205); /* Fondo semi-transparente */
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.842); /* Sombra para profundidad */
    backdrop-filter: blur(10px); /* Efecto de difuminado en el fondo */
    border-top: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-left: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-bottom: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
    border-right: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
    margin: 5px 0;
    color: rgb(109, 109, 109);
    padding: 20px 10px;
}

.card-novios h2{
    /* font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal; */
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
}

.and p{
    font-size: 70px;
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
    color: rgb(143, 143, 143);
}

.ubicacion{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(fondo.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;

}

.titulo embed,
.ubicacion embed {
    width: 70px;
    height: 70px;
    filter: invert(39%) sepia(94%) saturate(484%) hue-rotate(180deg) brightness(100%) contrast(98%);
}

.btn-musica {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}

.btn-musica img {
    width: 80%;
    filter: invert(39%) sepia(94%) saturate(484%) hue-rotate(180deg) brightness(100%) contrast(98%);
}

.ubicacion p{
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: rgba(132, 132, 132, 0.936);
}

.botones-gps{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
}

.btn-gps{
    background: rgb(255, 255, 255); /* Fondo semi-transparente */
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.842); /* Sombra para profundidad */
    backdrop-filter: blur(10px); /* Efecto de difuminado en el fondo */
    border-top: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-left: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-bottom: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
    border-right: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-gps:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0); /* Sombra para profundidad */
    backdrop-filter: blur(10px); /* Efecto de difuminado en el fondo */
    border-bottom: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-right: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-top: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
    border-left: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
}

.btn-gps img{
    width: 40px;
}

.btn-confirmar{
    padding: 5px 10px;
    background: rgb(255, 255, 255); /* Fondo semi-transparente */
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.842); /* Sombra para profundidad */
    backdrop-filter: blur(10px); /* Efecto de difuminado en el fondo */
    border-top: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-left: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-bottom: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
    border-right: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
    margin-top: 30px;
}

.btn-confirmar:hover{
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0); /* Sombra para profundidad */
    backdrop-filter: blur(10px); /* Efecto de difuminado en el fondo */
    border-bottom: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-right: 2px solid rgb(255, 255, 255); /* Borde semi-transparente */
    border-top: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
    border-left: 2px solid rgb(0, 0, 0); /* Borde semi-transparente */
}



.btn-confirmar p{
    font-size: 20px;
    text-transform: uppercase;
}

/* Container for the slideshow */
.slide-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Hide all slides by default */
.slide {
    position: absolute;
    width: 100%;
    height: 100vh;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

/* Ensure images take up the full container size */
.slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

/* Custom styles for the confirm button */
.swal2-confirm.btn-confirm {
    background-color: #025efe; /* Green */
    color: #fff;
}

.swal2-confirm.btn-confirm:hover {
    background-color: #497ffb; /* Darker green */
}

/* Custom styles for the cancel button */
.swal2-cancel.btn-cancel {
    background-color: #f503b5; /* Red */
    color: #fff;
}

.swal2-cancel.btn-cancel:hover {
    background-color: #ff58ee; /* Darker red */
}



