@import url(../CSS/style.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-color: var(--blanco);
}

/* nav */

nav {
    position: fixed;
    left: 90%;
    top: 5%;
    z-index: 5;
}

.fa-bars {
    transform: scale(2.2);
}

.btn-cerrar-nav {
    position: fixed;
    left: 90%;
    top: 5%;
    z-index: 5;
}

.btn-cerrar-nav i {
    transform: scale(2.5);
    color: var(--blanco);
}

.menu {
    width: 100%;
    height: 100vh;
    background-color: var(--rosa);
    position: fixed;
    top: 0;
    z-index: 5;
    display: none;
}

.cont-nav {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.cont-nav>img {
    width: 35%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cont-nav>ul {
    margin-top: 2%;
}

.cont-nav>ul>a>li {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    padding-top: 7%;
    padding-bottom: 7%;
    text-underline-offset: 15px;
    font-weight: 700;
}

/* inicio */

.cont {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin-bottom: 5%;
}

.absolute {
    position: absolute;
}

#cont-principal>img:nth-child(1) {
    width: 55%;
    top: 3%;
    left: -15%;
    transform: scale(-1, 1);
}

#cont-principal>img:nth-child(2) {
    width: 55%;
    top: 35%;
    right: -15%;
}

#cont-principal>img:nth-child(3) {
    top: 25%;
    left: -15%;
}

#cont-principal>img:nth-child(4) {
    top: -5%;
    transform: scale(-1, -1);
    right: -10%;
}

.inicio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    border: 3px solid var(--rosa);
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    margin-top: 20%;
    background-image: url(../Recursos/pintura-fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.inicio>.div-inicio {
    height: 450px;
}

.div-inicio {
    text-align: center;
}

.div-inicio h3:nth-child(1) {
    padding-top: 25%;
    padding-bottom: 10%;
}

.div-inicio h4 {
    padding-left: 5%;
    padding-top: 1%;
}

#inicio-2 {
    height: 400px;
}

#inicio-2>img:nth-child(1) {
    position: absolute;
    z-index: 2;
    left: 15%;
    width: 70%;
}

#inicio-2>img:nth-child(2) {
    position: absolute;
    left: -5%;
    width: 110%;
    z-index: 1;
}

/* */

.rectangulo {
    width: 90%;
    border: 3px solid var(--rosa);
}

.padding-txt h2 {
    padding: 2.5%;
}

.padding-txt p {
    padding: 2.5%;
}

p {
    padding: 5%;
}

/* cena y fiesta */

#cena-fiesta {
    background-image: url(../Recursos/pintura-fondo.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 600px;
}

#cena-fiesta>img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 35%;
    margin-bottom: 10%;
}


#cont-cena-fiesta>img:nth-child(1) {
    top: 60%;
    left: -15%;
}

#cont-cena-fiesta>img:nth-child(2) {
    top: 60%;
    right: -15%;
    transform: scale(-1, 1);
}

/* cena */

.pagina-cena {
    margin-top: 20%;
    margin-bottom: 20%;
}

.pagina-cena>img {
    margin-top: 20%;
}

.pagina-cena>.rectangulo {
    height: 700px;
}

.padding-cena p {
    padding: 1%;
    padding-left: 10%;
    padding-right: 10%;
}

.padding-cena p:nth-child(2) {
    padding-top: 10%;
}

.padding-cena p:nth-child(5) {
    padding-bottom: 10%;
}

.padding-cena p:nth-child(7) {
    padding-top: 10%;
}

.padding-cena p:nth-child(10) {
    padding-bottom: 10%;
}

.padding-cena p:nth-child(11) {
    padding-left: 25%;
    padding-right: 25%;
}

/* página fiesta */

.pagina-fiesta {
    margin-top: 20%;
    margin-bottom: 20%;
}

.pagina-fiesta>img {
    margin-top: 20%;
}

.pagina-fiesta>.rectangulo {
    height: 700px;
}

.padding-fiesta p {
    padding: 1%;
    padding-left: 5%;
    padding-right: 5;
}

.padding-fiesta h2:nth-child(1) {
    padding-bottom: 10%;
}

.padding-fiesta p:nth-child(4) {
    padding-bottom: 10%;
}

.padding-fiesta p:nth-child(6) {
    padding-top: 10%;
}

.padding-fiesta p:nth-child(7) {
    padding-bottom: 10%;
}


/* regalos */

#regalos {
    text-align: center;
    height: 400px;
}

.comillas {
    font-size: 4.5rem;
    font-weight: bold;
}

#regalos>p {
    font-family: "FleurDeLeah";
    font-size: 2.3rem;
    padding: 5%;
    line-height: 30px;
}

#informacion>p {
    font-size: 1.5rem;
    padding: 2.5%;
    padding-left: 5%;
    padding-right: 5%;
}

#cont-regalos>img {
    width: 40%;
    right: -10%;
    top: 65%;
}

/* carrusel 1 */

#div-carrusel {
    width: 100%;
    background-image: url(../Recursos/pintura-fondo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#div-carrusel>.cont-carrusel {
    margin-bottom: 30px;
}

#cont-regalos + .cont > img{
    width:120%;
}

#div-carrusel+img {
    width:120%;
    top: 87%;
}

.cont-carrusel {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
}

.overflow-imgs {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 300px;
    width: 100%;
    transition: 1.5s ease-in;
    margin-left: 0;
}

.img-carrusel {
    width: 100%;
    height: inherit;
}

.img-carrusel>img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 55%;
    transform: translateY(30%);
}

.botones-carrusel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 15%;
    margin-bottom: 25%;
    height: 60px;
}

.botones-carrusel>i {
    color: var(--amarillo);
    transform: scale(3);
}

/* playlist y dresscode */

#playlist {
    text-align: center;
    font-weight: bold;
}

#playlist i {
    transform: scale(2);
}

#spotify {
    margin-top: 5%;
    margin-bottom: 5%;
}

#pinterest {
    margin-bottom: 10%;
}

#spotify p,
#pinterest p {
    padding: 7%;
}

/* formulario */

#cont-formulario {
    width: 100%;
    background-image: url(../Recursos/pintura-fondo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#frase>h2 {
    text-align: center;
    font-size: 2.3rem;
    padding: 5%;
    padding-bottom: 0;
    line-height: 30px;
}

#formulario>p {
    text-align: center;
    font-weight: bold;
    padding-bottom: 5%;
}

form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

input {
    width: 90%;
    margin: 2%;
    height: 40px;
    outline: 2px solid var(--verde);
    background-color: var(--blanco);
    border: none;
    padding: 2%;
    font-family: "FrankRuhlLibre";
    font-size: 1.3rem;
    color: var(--negro);
}

input:focus {
    background-color: rgba(183, 186, 167, 0.4);
}

input[type="submit"] {
    background-color: var(--verde);
    font-family: "FrankRuhlLibre";
    color: var(--blanco);
    font-weight: bold;
    margin-bottom: 7%;
    line-height: 0;
}

input::placeholder {
    padding: 2%;
    font-family: "FrankRuhlLibre";
}

/* carrusel 2 */

#carrusel-2 {
    width: 100%;
}

#carrusel-2 {
    height: 300px;
}

#carrusel-2>.img-carrusel>img {
    width: 80%;
}

/* asistencia */

#asistencia {
    text-align: center;
    font-family: "FrankRuhlLibre";
    margin-top: 5%;
}

#asistencia a p {
    font-weight: bold;
    color: var(--rosa);
    text-decoration: underline;
}


/* footer */

footer {
    width: 100%;
    height: 50px;
    background-color: var(--rosa);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

footer>p {
    font-weight: bold;
    color: var(--blanco);
}