.nav-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    background-color: #F693AD;
    color: #FFF8F0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 999px;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease;
    z-index: 3;
}
.nav-btn:hover{
    color: #0F594C;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #FFF8F0;
    min-height: 100vh;
}


.portada {
    width: 100vw;
}

.portadaimg {
    width: 100%;
    height: auto;
    display: block;
}


.sticker{
    position: absolute;
    top: clamp(3%, 8vw, 13%);
    right: 15%;
    width: clamp(175px, 28vw, 540px);
    transform: rotate(-10deg);
}
.sticker:hover{
    content: url("img/inici/stickervariant.png");
}



.header {
    width: 100vw;
    display: flex;
    align-items: center;
    position: relative;
}
.header-actions{
    position: absolute;
    top: 15%;
    right: 4vw;
    display: flex;
    align-items: center;
    gap: 48px;
    z-index: 3;
}
.header-img {
    width: 100%;
    display: block;
}

.logo-rosa{
    position: absolute;
    top: 35%;
    left: 4vw;
    transform: translateY(-50%);
    width: clamp(70px, 14vw, 200px);
    z-index: 2;
    transition: transform cubic-bezier(0.23, 1, 0.320, 1) ease;
   }
.logo-rosa:hover{
    content: url("img/header/logoverd.png");
    transform: translateY(-50%) scale(1.03);
}


.polaroid{
    position: absolute;
    width: 280px;
    z-index: 1;
}
.polaroid-1{
    top: 115%;
    right: 30%;
    transform: rotate(-6deg);
}
.polaroid-2{
    top: 110%;
    right: 12%;
    transform: rotate(4deg);
}

.titol-qui-es{
    position: relative;
    margin-left: 5vw;
    top: 40px;
}
.titol-petit{
    font-family: 'Baskervville', serif;
    font-style: italic;
    font-size: 100px;
    color: #231C07;
    margin: 0;
}
.titol-gran{
    font-family: 'Bebas Neue', sans-serif;
    font-size: 100px;
    color: #F693AD;
    margin: 0;
}

.estrelles-deco{
    position: absolute;
    top: 125%;
    left: 28%;
    width: 235px;
    z-index: 2;
}

.text-descripcio{
    position: relative;
    margin-left: 5vw;
    top: 60px;
    max-width: 780px;
    font-family: 'Chenla', serif;
    font-size: 20px;
    line-height: 1.4;
    color: #231C07;
    z-index: 5;
}

.fons-gif{
    position: absolute;
    top: 160%;
    left: 70%;
    width: 360px;
    height: 260px;
    background-color: #F693AD;
    border-radius: 50%;
    z-index: 3;
}
.fons-gif-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 88%;
    height: 88%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}

.footer{
    width: 100vw;
    position: relative;
    margin-top: 0;
    z-index: 1;
}
.footer-img{
    width: 100%;
    display: block;
}
.footer-text{
    position: absolute;
    bottom: 60px;
    left: 10vw;
    font-family: 'Chenla', serif;
    font-size: 15px;
    color: #FFF8F0;
    margin: 0;
}
.footer-icons{
    position: absolute;
    bottom: 60px;
    right: 10vw;
    display: flex;
    gap: 18px;
    align-items: center;
}
.footer-icon{
    width: 40px;
    height: auto;
    cursor: pointer;
}
.footer-icon[src="img/footer/mail/mail.png"]:hover{
    content: url("img/footer/mail/hover.png");
}
.footer-icon[src="img/footer/twitter/twitter.png"]:hover{
    content: url("img/footer/twitter/hover.png");
}
.footer-icon[src="img/footer/insta/insta.png"]:hover{
    content: url("img/footer/insta/hover.png");
}