@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}



h1 {
    color: #333;
    font-size: 2.5em;
}

h2 {
    color: #555;
    font-size: 1.8em;
}

p {
    color: #666;
    font-size: 1em;
    line-height: 1.5;
}
/*____NAVBAR____*/

.navbar-brand{
    font-family: "Parisienne", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
}

.navbar .container-fluid {
    padding: 0px !important;
}

/*_____END__NAVBAR___*/

/*____Header____*/
header {
    text-align: center;
}

.Casal-yamaseki img{
    width: 600px;
    height: 400px;
   
}
/*_____END__Header___*/

/*__Start main content___*/
.Main-Content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0px;
}
.Main-Content h2, p{
    width: 400px;
    text-align: center;
    
    font-style: normal;
}
.Main-Content h2{
    font-family: "Parisienne", cursive;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
.Main-Content p{
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    
}
/*___End main content___*/

.container-calendario {
    width: 80%;
    margin: auto;
    overflow: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
}
.container-calendario img{
    width: 250px;
    height: 250px;
}
.Casal-Content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0px;
}

.Casal-Content img {
    border-radius: 30% !important;
    
}
.coracao-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0px;
}
.coracao-container img{
    width: 350px;
    height: 50px;
}
.rsvp-form {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

main{
    padding: 10px 0px 10px 0px;
}
.text-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0px 0px 0px;
}
.text-info h2{
    font-family: "Old Standard TT", serif;
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
}
.text-info p{
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}
h4{
    font-family: "Old Standard TT", serif;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.guestName{
    font-family: "Old Standard TT", serif;
    font-weight: 600;
    font-style: oblique;
    font-size: 20px;
    width: 700px;
    color: black;
}
.guestMessage{
    font-family: "Old Standard TT", serif;
    font-weight: 600;
    font-style: oblique;
    font-size: 20px;
    width: 700px;
    color: black;
}
#form{
    padding-bottom: 50px;
}
.button-env{
    border-radius: 15px;
    padding: 10px;
    background-color: white;
    margin-bottom: 45px;
    color: black;
    border: 1px black solid;
    font-family: "Old Standard TT", serif;
    font-weight: 600;
    font-style: oblique;
    font-size: 20px;
    width: 300px;
}
#btn-config{
    
    border-radius: 15px;
    background-color: white;
    color: black;
    border: 1px black solid;
    font-family: "Old Standard TT", serif;
    font-weight: 600;
    font-style: oblique;
    font-size: 18px;
    width: 200px;
}
/***/ 
.color-wife {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0px; /* Para forçar a rolagem */
}
.color {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
#color-madrinhas{
    margin: 20px 0px 60px 0px;
}
/****/
#overlay{
    display: flex;
    align-items: center;
    justify-content: center;
}
.overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
    background: url('../../assets/img/CesarLuana.png') no-repeat center center/cover;
    width: 300px;
    height: 400px;
}
.presenca-container, .presentes-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0px;
}
.presentes-container h3{
    font-family: "Old Standard TT", serif;
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
}
.presenca-container  h3{
    font-family: "Old Standard TT", serif;
    font-size: 30px;
    font-weight: 600;
    padding: 10px;
}
.presenca-container, .presentes-container p{
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.presenca-container button{
    border-radius: 15px;
    padding: 10px;
    background-color: white;
    width: 250px;
    margin-bottom: 45px;
}
#Lista{
    margin-top: 70px;
    text-align: center;
}
#Lista h1 {
    font-family: "Parisienne", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    padding: 10px;

}
#Lista p {
    font-family: "Old Standard TT", serif;
    font-weight: 600;
    font-style: oblique;
    font-size: 20px;
    width: 700px;
    color: black;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 0px !important; 
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 83%);
    text-align: center;
}
@media (max-width: 600px) {
    .container {
        width: 95%;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 700px) {
    .Casal-yamaseki img {
        width: 410px;
        height: 270px;
        padding-top: 40px;
    }
}
@media screen and (max-width: 400px) {
    .presenca-container h3 {
        font-size: 27px;
        
    }
    .Casal-yamaseki img {
        width: 310px;
        height: 170px;
        padding-top: 40px;
    }
    .Main-Content h2, p {
        width: fit-content;
        width: 300px;
    }
    .Casal-Content img {
        width: 270px;
        height: 350px;
    }
    .text-info h2 {
        text-align: center;
    }

    .text-info h2 {
        text-align: center;
    }
    .presenca-container h3 {
        padding: 0px;
    }
    .presenca-container p{
        width: 250px;
    }
}