*,
body {
    margin: 0 auto;
    padding: 0 auto;
    box-sizing: border-box;
}

.container {
    max-width: 1024px;
    width: 100%;
}



/*Topo*/
.topo {
    height: 900px;
    display: flex;
    flex-direction: column;
    background-color: black;
    background-image: url("Fotos/gypsophila-no-fundo-cinza-com-espaco-de-copia-no-centro.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.topo a:hover {
    color: white;
    font-size: 40px;
}

/*--*/
.limitar-secao {
    width: 100%;

    display: flex;
    align-items: center;

}

.limitar-secao a {
    margin-top: 30px;
    margin-bottom: 30px;
    text-decoration: underline 1px;
    color: oklch(20.8% 0.042 265.755);
    font-size: 40px;
    font-weight: 500;
    font-family: "Kapakana", cursive;
    text-shadow: 0px 0px 2px black;
}

.cart-topo {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;

}

/*--*/

.card-centro {
    height: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}

.card-centro h2,
h3 {
    text-align: center;
    font-size: 70px;
    font-family: "Kapakana", cursive;
    color: black;
    text-shadow: 5px 1px 8px black;
}

.foto-centro {
    margin: 0 auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: black;
    background-image: url("Fotos/fabio\ e\ tauane.jpg");
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px 10px black;
}

.contagem-regressiva {
    width: 100%;
    height: 250px;
    background-color: #baaa9e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-contagem h2 {
    font-size: 50px;
    text-shadow: 5px 1px 8px black;
    text-align: center;
    margin-bottom: 80px;
    color: white;
    font-family: "Kapakana", cursive;

}

#countdown {
    font-size: 55px;
    word-spacing: 15px;
    font-weight: 700;
    font-family: "Kapakana", cursive;
    color: white;
    text-shadow: 5px 1px 3px black;

}

/*convite*/
.convite h2,
p {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
}

.convite h2 {
    font-family: "Kapakana", cursive;
    font-size: 90px;

}

/*padrinhos*/
.padrinhos {
    display: flex;
    justify-content: center;

}

.card-padrinho {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 780px;
}

.card-padrinho h2 {
    font-family: "Kapakana", cursive;

    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 90px;
}

p {
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.imagem-padrinhos {
    margin-top: 50px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.card-img-padrinhos {
    display: flex;
    flex-direction: column;

}

.card-img-padrinhos img {
    border-radius: 50%;
    margin-bottom: 30px;
}

.card-img-padrinhos figcaption {
    font-family: "Playfair Display", seri;
    font-size: 25px;
}

/*Serimonia*/

.selebracao {
    margin-top: 30px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.selebracao a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin-bottom: 50px;
    padding: 10px;
    background-color: #ff7e5f;
    border-radius: 5px;
}

.selebracao figure img {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 3px black;
}

.selebracao a:hover {
    background-color: #ce8c7b;
}

.selebracao h2 {
    font-family: "Kapakana", cursive;
    font-size: 90px;


}

.imagem-selebracao {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;

}

iframe {
    display: flex;
    justify-content: center;
}

footer {
    background-color: black;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

.rodape p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    color: white;

}

.rodape img {
    position: relative;
    bottom: -8px;
    margin-right: 5px;
}

.rodape a {
    color: white;
    text-decoration: none
}

.cima {
    position: fixed;
    bottom: 50px;
    right: 50px;

}

.local_chacara {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
}

.local_chacara H2 {
    margin-top: 80px;
    text-align: center;
    font-family: "Kapakana", cursive;
    font-size: 90px;


}

.local_chacara figure {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;

}

.local_chacara figure img {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 3px black;
}

.local_chacara a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ff7e5f;
    border-radius: 5px;
}

.local_chacara a:hover {
    background-color: #ce8c7b;
}

.local_chacara iframe {
    width: 1000px;
    height: 450px;
    border: 0;

}

/* Estilo da seção PIX */
.secao-pix {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    max-width: 600px;
}

.secao-pix h2 {
    font-size: 28px;
    color: #ff7e5f;
    margin-bottom: 20px;
}

.secao-pix p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.pix-opcoes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.pix-btn {
    background-color: #ff7e5f;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pix-btn:hover {
    background-color: #feb47b;
}

#pix-form {
    margin-top: 20px;
}

#pix-submit {
    background-color: #ff7e5f;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#pix-submit:hover {
    background-color: #feb47b;
}

#pix-chave-container {
    display: none;
    margin-top: 20px;
}

.pix-chave {
    font-size: 18px;
    margin-bottom: 10px;
}

#copy-pix-btn {
    background-color: #ff7e5f;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#copy-pix-btn:hover {
    background-color: #feb47b;
}

/* Estilo da seção de confirmação de presença */
.secao-confirmacao {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    max-width: 600px;
}

.secao-confirmacao h2 {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.secao-confirmacao p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#form-presenca {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto;
}

#form-presenca input,
#form-presenca select {
    padding: 8px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#form-presenca button {
    background: #ff7e5f;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#form-presenca button:hover {
    background-color: #feb47b;
}

#mensagem-confirmacao {
    display: none;
    margin-top: 15px;
    color: green;
}





@media (max-width: 500px) {
    .local_chacara iframe {
        width: 100%;
        height: 300px;
    }

    .topo {
        width: 100%;

        background-size: 100% 100%;
    }

    .topo a {
        padding-bottom: 20px;
        font-size: 21px;
        word-spacing: -3px;
        padding-top: 20px;
        padding: 0 auto;
        margin: auto;
    }

    .topo a:hover {
        font-size: 30px;
    }

    .card-topo {
        display: flex;
        flex-wrap: wrap;
    }

    .foto-centro {
        margin-top: 50px;
        width: 200px;
        height: 200px;
    }

    #countdown {
        font-size: 23px
    }

    .rodape p {
        font-size: 15px;
    }

    .cima {
        position: fixed;
        right: 50px;
        bottom: 50px;
        width: 50px;
        height: 50px;

    }

    .card-img-padrinhos img {
        width: 150px;
        height: 150px;
        display: flex;
        flex-wrap: wrap;
    }


}

/* Menu hamburguer para telas menores */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
}

.hamburger .bar {
    width: 35px;
    height: 40px;
    background: #333;
    text-shadow: 5px 1px 5px 10px white;
    border: 3px solid #333;
    margin: 4px 0;
    border-radius: 2px;
    transition: 0.4s;
}

@media (max-width: 500px) {
    .hamburger {
        display: flex;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .cart-topo {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 60px;
        right: 10px;
        width: 180px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        z-index: 1000;
    }

    .cart-topo.active {
        display: flex;
    }

    .cart-topo a {
        padding: 16px;
        text-align: left;
        color: #333;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }

    .cart-topo a:last-child {
        border-bottom: none;
    }
}