.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: 2;
}
.nav-btn:hover{
    color: #0F594C;
}

.btn-inici{
    position: absolute;
    top: 15%;
    right: calc(8vw + 160px);
}

.btn-projectes{
    position: absolute;
    top: 15%;
    right: 4vw;
}
html, body {
    margin: 0;
    padding: 0;
    background-color: #FFF8F0;
    min-height: 100vh;
}

.header {
    width: 100vw;
    display: flex;
    align-items: center;
    position: relative;
}
.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);
}
.boto-inici{
    position: absolute;
    top: 15%;
    right: calc(8vw + 210px);
    width: clamp(120px, 18vw, 190px);
    z-index: 2;
}
.boto-inici:hover{
    content: url("img/header/botoIniciHOVER.png");
}
.boto-projectes{
    position: absolute;
    top: 15%;
    right: 4vw;
    width: clamp(120px, 18vw, 190px);
    z-index: 2;
}
.boto-projectes:hover{
    content: url("img/header/botoProjectesHOVER.png");
}




.text{
    max-width: 1150px;
    flex: 1 1 0;
    margin: 35px 10px 0 0;
    font-family: 'Chenla', serif;
    font-size: 20px;
    line-height: 1.6;
    color: #231C07;
}


.about-container{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin: 40px 0;
    padding-left: 6vw;
    padding-right: 0;
}

.selfi-deco{
    width: clamp(460px, 50vw, 720px);
    height: auto;
    margin-left: auto;
    margin-top: -250px;
    position: relative;
    z-index: 10;
    flex: 0 0 auto;
}

.coses-estimo{
    width: 100vw;
    display: block;
    margin-top: -130px;
    position: relative;
    z-index: 20;
}

.coses-estimo-wrapper{
    position: relative;
    width: 100vw;
    z-index: 30;
}

.coses-estimo-text{
    position: absolute;
    top: 15px;
    left: 6vw;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 90px;
    color: rgb(255, 255, 255);
    z-index: 31;
    margin: 0;
}

.polaroids-sobremi{
    width: 80vw;
    display: block;
    margin: 100px auto -120px auto;
    position: relative;
    z-index: 25;
}




.footer{
    width: 100vw;
    position: relative;
    margin-top: -80px;
    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");
}