/* Estilo Geral */
body {
    margin: 0;
    font-family: 'Arial', sans-serif;
    background: #491337;
    color: #333;
}

/* Surpresa Inicial */
#surpresa {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #ffcccc;
    text-align: center;
}

#surpresa h1 {
    font-size: 2rem;
    color: #ff6699;
    animation: fadeIn 2s ease;
}

#surpresa button {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 1rem;
    color: #fff;
    background-color: #ff6699;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}

#surpresa button:hover {
    background-color: #ff3366;
}

/* Conteúdo Principal */
#conteudo {
    display: none;
    position: relative;
}

/* Efeito de Corações */
.background {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.hearts {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('heart.png');
    background-repeat: repeat;
    animation: fall 5s infinite linear;
}

/* Header */
header h1 {
    text-align: center;
    font-size: 1.7rem;
    color: #ff6699;
    margin: 20px 0;
}

/* Carrossel */
.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.carousel {
    display: flex;
    align-items: flex-end;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.slide img {
    width: 50%;
    display: block;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(143, 10, 10, 0.2);
    transform: translateY(-10%);
    animation: fadeShadow 3s ease-in-out;
}

/* Estilo específico para cada imagem */
.slide:nth-child(1) img {
    width: 78%;
    transform: translateY(-17%);
}

.slide:nth-child(2) img {
    width: 75%;
    transform: translateY(-10%);
}

.slide:nth-child(3) img {
    width: 75%;
    transform: translateY(-17%);
}

.slide:nth-child(4) img {
    width: 77%;
    transform: translateY(-25%);
}

.slide:nth-child(5) img {
    width: 78%;
    transform: translateY(-15%);
}

.slide:nth-child(6) img {
    width: 78%;
    transform: translateY(-16%);
}

.slide:nth-child(7) img {
    width: 77%;
    transform: translateY(-45%);
}

.slide:nth-child(8) img {
    width: 70%;
    transform: translateY(-15%);
}

.slide:nth-child(9) img {
    width: 70%;
    transform: translateY(-10%);
}

.slide:nth-child(10) img {
    width: 75%;
    transform: translateY(-14%);
}

.slide:nth-child(11) img {
    width: 77%;
    transform: translateY(-17%);
}

.slide:nth-child(12) img {
    width: 77%;
    transform: translateY(-19%);
}

.slide:nth-child(13) img {
    width: 77%;
    transform: translateY(-17%);
}

.slide:nth-child(14) img {
    width: 65%;
    transform: translateY(-10%);
}

.slide:nth-child(15) img {
    width: 78%;
    transform: translateY(-29%);
}

.carousel-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: linear-gradient(to top, rgb(0, 0, 0),rgba(0, 0, 0, 0.884),rgba(0, 0, 0, 0.473), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
    border-radius: 20px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* Animações */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes fall {
    0% {
        background-position: 0 -100%;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes fadeShadow {
    0% {
        opacity: 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0);
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 6px 15px rgba(233, 38, 38, 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 8px 20px rgba(255, 28, 28, 0.76);
    }
}









/* Container principal */
.container {
    position: relative; /* Para facilitar o posicionamento do texto */
    width: 100%; /* Largura do container */
    height: 100%; /* Altura do container */
    margin-top: -1%;
    background: #000000; /* Cor de fundo do container */
    display: flex; /* Centraliza o texto */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    overflow: hidden; /* Garante que elementos extras não escapem */
}

/* Texto com fundo preto */
.text-box {
    background-color: rgba(0, 0, 0, 0.8); /* Fundo preto com opacidade */
    color: #fff; /* Cor do texto branca */
    padding: 10px 20px; /* Espaçamento interno */
    font-size: 1rem; /* Tamanho da fonte */
    border-radius: 5px; /* Bordas arredondadas para o fundo */
    text-align: center; /* Centraliza o texto */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); /* Sombra para destaque */
}




#footer-image {
    text-align: center; /* Centraliza a imagem */
    margin-top: 20px; /* Adiciona um espaço acima da imagem */
    padding: 20px;
    background-color: #491337; /* Cor de fundo opcional */
}

#footer-image img {
    max-width: 100%; /* Ajusta a largura da imagem ao tamanho do contêiner */
    height: auto; /* Mantém a proporção */
    border-radius: 10px; /* Deixa as bordas arredondadas (opcional) */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Adiciona sombra (opcional) */
}


#imagemOculta {
    opacity: 0;
    transition: opacity 0.5s ease;
}

#imagemOculta.show {
    opacity: 1;
}
