
/* collaborazioni */

#aboutme .aboutme-collaborazioni {
    margin: max(120px, 10vw) auto max(100px, 10vw);
    display: flex;
    flex-direction: row;
    gap: 3em;
}
@media only screen and (max-width: 600px) {
    #aboutme .aboutme-collaborazioni {
        gap: 0.2em;
    }
}

#aboutme .aboutme-collaborazioni .title {
    writing-mode: vertical-rl;
    text-orientation: sideways-right;
    margin-left: -0.8em;
    position: sticky;
    top: 2em;
    font-size: min(max(36px, 5vw), 80px);
}

#aboutme .aboutme-collaborazioni .wrapper {
    width: 100%;
}

#aboutme .ellipse {
    width: min(75%, 700px);
    aspect-ratio: 15/10;
    background-color:rgba(250,219,217, 0.6);
    border-radius:50%;
    position: relative;
    margin-bottom: min(45vw, 540px);
}

#aboutme .ellipse img {
    position: absolute;
    border-radius: 5%;
}
#aboutme .partner {
    font-size: min(max(16px, 4.2vw), 50px);
    font-style: italic;
}

#aboutme a {
    text-decoration: none;
    color: var(--dark-brown);
}

#aboutme #parenti {
    left: 30%;
}

#aboutme #parenti .partner {
    position: relative;
    top: 10%;
    left: 10%;
}

#aboutme #parenti img:nth-of-type(1) {
    left: 10%;
    top: 40%;
    width: 30%
}

#aboutme #parenti img:nth-of-type(2) {
    left: 30%;
    top: 80%;
    width: 30%
}

#aboutme #parenti img:nth-of-type(3) {
    left: 50%;
    top: 30%;
    width: 30%
}

#aboutme #parenti img:nth-of-type(4) {
    left: 60%;
    top: 70%;
    width: 30%
}

#aboutme #silikomart {
    left: 10%;
}

#aboutme #silikomart .partner {
    position: relative;
    top: 10%;
    left: 20%;
}

#aboutme #silikomart img:nth-of-type(1) {
    left: 62%;
    top: 60%;
    width: 40%
}

#aboutme #silikomart img:nth-of-type(2) {
    left: 80%;
    top:5%;
    width: 35%
}

#aboutme #silikomart img:nth-of-type(3) {
    left: 30%;
    top: 35%;
    width: 35%
}

#aboutme #silikomart img:nth-of-type(4) {
    left:-3%;
    top: 60%;
    width: 35%
}


#aboutme #ken-food {
    margin-left: 25%;
}

#aboutme #ken-food .partner {
    position: relative;
    top: 10%;
    left: 50%;
}

#aboutme #ken-food img:nth-of-type(1) {
    left: 20%;
    top: 40%;
    width: 45%
}

#aboutme #ventura {
    margin-left: 8%;
}

#aboutme #ventura .partner {
    position: relative;
    top: 10%;
    left: 40%;
}

#aboutme #ventura img:nth-of-type(1) {
    left: 70%;
    top: 35%;
    width: 35%;
}

#aboutme #ventura img:nth-of-type(2) {
    left: -5%;
    top: 0%;
    width: 35%;
}

#aboutme #ventura img:nth-of-type(3) {
    left: 40%;
    top: 70%;
    width: 35%;
}

#aboutme #ventura img:nth-of-type(4) {
    left: 10%;
    top: 55%;
    width: 35%;
}

#aboutme #vegamo {
    margin-left: 10%;
}

#aboutme #vegamo .partner {
    position: relative;
    top: 40%;
    left: -8%;
}

#aboutme #vegamo img:nth-of-type(1) {
    left: 45%;
    top: -10%;
    width: 45%;
}

#aboutme #darbo {
    margin-left: 25%;
}

#aboutme #darbo .partner {
    position: relative;
    top: 14%;
    left: 80%;
}

#aboutme #darbo img:nth-of-type(1) {
    left: -5%;
    top: -25%;
    width: 45%;
}

#aboutme #darbo img:nth-of-type(2) {
    left: 25%;
    top: 47%;
    width: 40%;
}