/* --------------------------
   RESET GENERAL
--------------------------- */

:root {
    --color-1: #CA8197;
    --color-2: #F7B2D1;
    --color-3: #FDD9E0;
    --color-4: #D9D9D9;
    --color-5: #716558;
    --color-6: #fff;
    --color-7: #ffeaf1;
    --font-1: 'Quicksand', sans-serif;
    --font-2: 'Great Vibes', sans-serif;
    --font-3: 'Roboto', sans-serif;
    --font-light: 300;
    --font-regular: 400;
    --font-bold: 700;
}

html {
    scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-1);
    background-color: #ffffff;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    overflow: hidden;
}

/* --------------------------
   LOADER
--------------------------- */

.loader p {
    font-family: var(--font-1);
    font-size: 30px;
}

#start-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5e1a33cf;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

/* --------------------------
   PORTADA PRINCIPAL
--------------------------- */
.section-front {
    display: flex;
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: space-evenly;
    background-image: url(../images/pictures/port.png);
    background-size: cover;
    flex-direction: column;
}

.section-front .title {
    font-family: var(--font-2);
    color: #ffffff;
    text-shadow: 2px 0px 20px #171d26;
    transform: rotate(358deg);
    position: relative;
    bottom: 40px;
}

.section-front .subtitle {
    font-family: var(--font-2);
    color: #D0888E;
    text-shadow: 2px 0px 20px #ffffff;
    transform: rotate(355deg);
    position: relative;
    left: 15px;
    bottom: 65px;
    /* background: linear-gradient(to bottom, #EDCE7C 15%, #B88414 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000; */
}

.section-front-end img {
    max-width: 35%;
}


#particulas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

@keyframes luz {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.particula {
    position: absolute;
    background-color: #ccc5b5;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0.2;
    animation: luz var(--tiempo-animacion) infinite alternate;
    box-shadow: 0 0 10px #ccc5b5, 0 0 20px #ccc5b5, 0 0 30px #dbc48a, 0 0 40px #dbc48a;
}

/* --------------------------
   CAROUSEL
--------------------------- */


.barra-decoracion-top img {
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 0;
}


.barra-decoracion-botton img {
    position: absolute;
    width: 100%;
    right: 0;
}


.barra-decoracion img {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
}



/* --------------------------
   CONTADOR
--------------------------- */
.section-countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
}

.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
}

.time-box {
    display: flex;
    background-image: url(../images/accets/circle.png);
    background-position: center;
    background-size: 70px;
    background-repeat: no-repeat;
    height: 70px;
    align-items: center;
    flex-direction: column;
}

.time-box h2 {
    color: var(--color-1);
    font: bold 80px / 1 arial;
    font-family: 'Great Vibes';
    text-transform: uppercase;
    /* text-shadow: 0 2px 0 #322705; */
    margin-top: 15px;
}

.time-box span {
    font-size: 1rem;
    color: var(--color-5);
    /* background: linear-gradient(to bottom, #EDCE7C 15%, #B88414 100%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    font-family: var(--font-1);
    margin-top: 5px;
}

.paragraph-countdown {
    font-family: var(--font-1);
    font-family: var(--font-1);
    margin-top: 20px;
    background: #EDCE7C;
    background: linear-gradient(to bottom, #EDCE7C 15%, #B88414 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --------------------------
   SECCIÓN INFO
--------------------------- */
.section-info {
    background: var(--color-7);
}

.section-invitacion {
    background: var(--color-3);
}

/* --------------------------
   CEREMONIA
--------------------------- */
.ceremonia-title {
    /* color: #efb810; */
    /* text-shadow: 0px 3px #2a1b20; */
    font-size: 3.6rem;
    font-family: var(--font-1);
    font-size: 1.2rem;
    color: var(--color-5);
    margin-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
}

.ceremonia-title p {
    font-weight: bold;
    color: var(--color-1);
}

.ceremonia .subtitle {
    /* color: #efb810; */
    /* text-shadow: 0px 3px #2a1b20; */
    font-size: 3.6rem;
    background: #EDCE7C;
    background: linear-gradient(to bottom, #EDCE7C 15%, #B88414 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ceremonia p {
    font-family: var(--font-1);
    font-size: 1.2rem;
    color: var(--color-5);
    margin-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
}

.ceremonia a {
    background: var(--color-2);
    color: #ffffff;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    text-decoration: initial;
    margin: 10px;
}


/* --------------------------
   FECHA CEREMONIA
--------------------------- */
.ceremonia-fecha {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.ceremonia-music {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ceremonia-fecha .ceremonia-day,
.ceremonia-fecha .ceremonia-month {
    font-family: var(--font-1);
    font-size: 1.6rem;
    background: #EDCE7C;
    background: linear-gradient(to bottom, #935668 15%, #b9b9b9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ceremonia-fecha .ceremonia-date {
    font-family: var(--font-1);
    font-size: 5.5rem;
    background: #EDCE7C;
    background: linear-gradient(to bottom, #935668 15%, #b9b9b9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
}



/* --------------------------
   TEXTOS GENERALES
--------------------------- */
.title-paragraph {
    font-family: var(--font-1);
    font-size: 1.2rem;
    color: #716558;
    margin-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    /* background: #EDCE7C;
    background: linear-gradient(to bottom, #EDCE7C 15%, #B88414 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.subtitle-paragraph {
    font-family: var(--font-1);
    font-size: 1.5rem;
    color: var(--color-1);
    font-weight: bold;
    /* background: #EDCE7C;
    background: linear-gradient(to bottom, #EDCE7C 15%, #B88414 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.paragraph {
    background: #EDCE7C;
    background: linear-gradient(to bottom, #EDCE7C 15%, #B88414 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font-1);
}

/* --------------------------
   BOTONES
--------------------------- */
.btn {
    text-shadow: 0px 3px #2a1b20;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 15px;
    background-color: #00000047;
    color: #efb810;
    font-weight: bold;
    border: none;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.btn-play {
    background-image: url(../images/icons/play.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    animation: latidos 2s infinite;
    transform-origin: center;
    z-index: 2;
}

.btn:hover {
    background-color: #911f27;
}

.btns {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; */
    position: relative;
    padding-bottom: 50px;
    z-index: 2;
}

/* --------------------------
   LÍNEA DE TIEMPO
--------------------------- */
.timeline {
    margin-top: 30px;
    text-align: center;
}

.timeline-item {
    margin: 10px 0;
}

/* --------------------------
   MENSAJE FINAL
--------------------------- */
.footer {
    color: #efb810;
    font-family: var(--font-1);
    text-shadow: 0px 3px #2a1b20;
    font-size: 3.5rem;
}

/* --------------------------
   RESPONSIVE
--------------------------- */
@media (max-width: 1080px) {
    .title {
        font-size: 4rem;
    }

    .countdown {
        gap: 10px;
    }

    .time-box {
        width: 70px;
    }

    .time-box h2 {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 4.2rem;

        .countdown {
            gap: 13px;
        }

        .time-box {
            width: 60px;
        }

        .time-box h2 {
            font-size: 2rem;
        }
    }

    @media (max-width: 480px) {
        .title {
            font-size: 3.3rem;
        }

        .countdown {
            gap: 10px;
        }

        .time-box {
            width: 65px;
        }

        .time-box h2 {
            font-size: 2.2rem;
        }
    }


    /* Animación con keyframe llamada "latidos" */
    @keyframes latidos {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.4);
        }

        100% {
            transform: scale(1);
        }
    }

}


header {
    background-image: url(../images/accets/img_instagram.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    z-index: 0;
}

.header-text {
    text-align: center;
    color: var(--color-6);
    text-shadow: 4px 4px 15px rgb(70 57 63);
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.header-text p {
    font-size: 1em;
    text-shadow: 4px 4px 15px rgb(70 57 63);
}

.header-text h1 {
    line-height: 1.5;
}

.hashtag {
    color: var(--color-6);
    text-decoration: none;
    font-size: 40px;
    padding-bottom: 20px;
    text-shadow: 4px 4px 15px rgb(70 57 63);
}

.header_btn {
    background: var(--color-2);
    color: #ffffff;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
    text-decoration: initial;
    border: 2px solid var(--color-3);
}



@media screen and (min-width: 660px) {
    .header-text h1 {
        font-size: 3em;
    }

    .header-text p {
        font-size: 1.25em;
    }

    .header_btn {
        font-size: 1em;
    }
}