/* Tavolozza */
:root {
    --primary: #ff0080;
    --secondary: #7E30C2;
    --accent: #FDFD00;
    --light: #ffffff;
    --dark: #000000;
}

/* Grid system */
.grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    padding: 20px;
}

.res {
    width: 100%;
    max-width: 200px;
    margin-top: 300px;

}

/* Reset */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

body {
    background-color: #ff0080;
}

html {
    scroll-behavior: smooth;
}

/* Site Nav*/

.logo {
    display: flex;
    grid-column: 1/9;
    justify-content: center;
}

/* CHECK-BOX -----------------------*/


.sezione__check {
    background: var(--dark);
    margin-top: -70px;
}

.termini__condizioni {
    grid-column: 2/9;
    margin-top: 20px;
}

.checkbox-uno {
    display: flex;
    flex-direction: row;
}

#check-box {
    width: 20px;
}

a.condizioni {
    margin-left: 30px;
}

.condizioni {
    font-family: 'Fira Sans', sans-serif;
    color: var(--primary);
    grid-column: 3/9;
}


/* HEADER -----------------------*/

.sezione__zero {
    background: var(--primary);
}

.side {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 70px;
    border-right: 2px dashed var(--accent);
    color: var(--accent);
    font-family: 'Kanit', sans-serif;
    text-transform: uppercase;
    letter-spacing: .0875rem;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(.05, .69, .14, 1);
    grid-column: 1/9;
}

.side__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 90%;
    white-space: nowrap;

}

a {
    color: inherit;
    word-spacing: 0;
    transition: all 0.3s cubic-bezier(.05, .69, .14, 1);

}

.top,
.bottom {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg) perspective(1px);
    transform-origin: 50px 50px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    word-spacing: 5rem;
    margin-left: 10px;
}

.top {
    top: 0px;
    text-align: right;
    color: var(--accent);
}

.top :hover {
    color: var(--dark);
    background: var(--light);
}

.bottom {
    top: auto;
    bottom: auto;
}

.bottom :hover {
    background-size: 5px;
    background: var(--light);
    color: var(--dark);
}


/* SOMMARIO------------------------------------*/

.block h1,
h2,
.categorie {
    grid-column: 2/9;
    margin-top: 30px;
}

.descrizione h4 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    color: var(--accent);

}

.descrizione {
    background: none;
}

.nome {
    font-family: 'Vina Sans', cursive;
    font-size: 200px;
}

.secondo__nome {
    font-family: 'Fira Sans', sans-serif;
    font-size: 70px;
}

.categorie {
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 40pt;
    padding-top: 100px;
}

.categorie li {
    line-height: 80px;
}

.categorie a:hover {
    color: #FDFD00;
    background: #7E30C2;
}

.blocco__sinistra {
    grid-column: 2/6;
}

.blocco__destra {
    grid-column: 6/9;
    display: flex;
    align-items: center;
    padding-top: 35px;
}

.foto__uno {
    max-width: 100%;

}

/* ABOUT ME------------------------------------*/

.sezione__uno {
    background-color: var(--dark);
    margin-top: 40px;
    padding-bottom: 35px;
}



h3 {
    font-family: 'Kanit', sans-serif;
    font-size: 100px;
    color: var(--light);
    grid-column: 2/5;

}

.classi {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: var(--light);

}

.classe__uno {
    grid-column: 2/4;
    border-right: 3px solid var(--secondary);

}

.classe__due {
    grid-column: 4/6;
    border-right: 3px solid var(--secondary);
}

.classe__tre {
    grid-column: 6/8;
}

.sottotitolo {
    margin-top: 30px;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 25pt;
    color: var(--primary);
}

.contenuto {
    font-family: 'Fira Sans', sans-serif;
    font-size: 20pt;
    margin-top: 10px;
}

.donna {
    max-width: 100%;

}

/* SKILLS------------------------------------*/

.sezione__due {
    background-color: var(--secondary);
    padding-bottom: 35px;
    margin-top: -4px;
}

h5 {
    font-family: 'Kanit', sans-serif;
    font-size: 100px;
    color: var(--light);
    grid-column: 2/5;
}

.skills {
    grid-column: 2/9;
}

.stelle {
    display: flex;
    flex-direction: column;
    grid-column: 2/9;
}

.fa-solid {
    display: flex;
    flex-direction: column;
    color: var(--accent);
    font-size: 30px;
}

/*----------------*/


.skills__uno {
    color: #fff;
    list-style: none;
    position: relative;
    line-height: 2;
    font-size: 25pt;
    font-family: 'Fira Sans', sans-serif;
    display: flex;
    flex-direction: column;
    grid-column: 2/4;
}


li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: var(--accent);
    font-size: 32px;
}

.one {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}

.two {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}

.three {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}

.four {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;

}

.stelle__due {
    color: #fff;
    list-style: none;
    position: relative;
    line-height: 2;
    font-size: 25pt;
    font-family: 'Fira Sans', sans-serif;
    display: flex;
    flex-direction: column;
    grid-column: 4/6;
}

.stelle__tre {
    color: #fff;
    list-style: none;
    position: relative;
    line-height: 2;
    font-size: 25pt;
    font-family: 'Fira Sans', sans-serif;
    display: flex;
    flex-direction: column;
    grid-column: 6/9;
}

.donna__due {
    max-width: 100%;
}

/* BACK TO TOP------------------------------------*/

.backToTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    font-size: 3em;
    z-index: 9999;
    height: 50px;
    width: 50px;
    border: 2px dashed var(--accent);
    text-align: center;

}

.backToTop i {
    top: 0px;
    left: 10px;
    color: var(--accent);
}

.backToTop i:hover {
    color: var(--light);
}



/* PROJECTS------------------------------------*/

.università,
.illustrazioni,
.vega {
    font-family: 'Kanit', sans-serif;
    font-size: 40pt;
    font-weight: 900;
    grid-column: 2/4;
    border: 3px solid var(--light);
    border-radius: 12px;
    color: var(--light);
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;

}

.università {
    background: url(img/img6.jpg);
    background-size: 500px;
}

.illustrazioni {
    grid-column: 4/6;
    background: url(img/img4.jpg);
    background-size: 455px;
}

.vega {
    grid-column: 6/8;
    background: url(img/img3.jpg);
    background-size: 420px;

}

.università:hover {
    border: 1px solid var(--light);
    background: var(--accent);
    color: var(--dark);
    border: 3px solid var(--dark);
}

.illustrazioni:hover {
    border: 1px solid var(--light);
    background: var(--accent);
    color: var(--dark);
    border: 3px solid var(--dark);
}

.vega:hover {
    border: 1px solid var(--light);
    background: var(--accent);
    color: var(--dark);
    border: 3px solid var(--dark);
}

/* PORTFOLIO------------------------------------*/

.sezione__quattro {
    margin-top: 80px;
    background: var(--secondary);
}

.descr {
    grid-column: 2/7;
    font-family: 'Fira Sans', sans-serif;
    font-size: 40pt;
    color: var(--accent);
    margin-top: 20px;
    margin-bottom: 20px;
}

/* TASTO DOWNLOAD------------------------------------*/

.tasto {
    grid-column: 5/8;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'Kanit', sans-serif;
    font-weight: 900;
    font-size: 20pt;
    border: 3px solid var(--light);
    border-radius: 12px;
    color: var(--light);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: var(--primary);
}

.tasto:hover {
    border: 1px solid var(--light);
    background: var(--accent);
    color: var(--dark);
    border: 3px solid var(--dark);
}

/* FOOTER------------------------------------*/

.sezione__cinque {
    background: var(--dark);
    padding-bottom: 70px;
    margin-top: -4px;
}

.contattami {
    font-size: 50pt;
}

form {
    grid-column: 2/9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(100%, 400px);
    margin-top: 40px;

}


input {
    padding: 0.75rem 0;
    border: none;
    background: var(--secondary);
    font-weight: 500;
    transition: border 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 0;
    width: 100%;
    font-size: 1.05rem;
    font-weight: bolder;
    color: #FDFD00;
    border-radius: 12px;
}

input:focus {
    outline: none;
}

input::placeholder {
    color: var(--dark);
}

.condividere {
    margin-left: 10px;
    color: var(--primary);
    font-size: 30px;
}

.share {
    margin-left: 10px;
    color: var(--primary);
    font-size: 30px;
}

.telefono {
    font-family: 'Fira Sans', sans-serif;
    color: var(--primary);
    font-size: 20pt;
    margin-left: 20px;
}

.gmail {
    font-family: 'Fira Sans', sans-serif;
    color: var(--primary);
    font-size: 20pt;
    margin-left: 20px;
}

.info {
    grid-column: 2/9;
    padding-top: 40px;
    display: flex;
    flex-direction: row;

}



form {
    position: relative;
}



.c-2 {
    margin-top: 3.5rem;
}

.footer_copyright {
    color: var(--light);
}

.mail {
    font-family: 'Fira Sans', sans-serif;
    color: var(--accent);
    padding: 20px;
}

.fa-brands {
    display: flex;
    flex-direction: column;
    color: var(--accent);
    font-size: 30px;
}

/* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/
/* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/
/* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/


.descrizione__università {
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    color: var(--accent);
    margin-top: 40px;
}

.sezione__sei {
    margin-top: 200px;
}

.nome__uno {
    font-family: 'Vina Sans', cursive;
    font-size: 200px;
}

.titolo {
    grid-column: 2/9;
    font-family: 'Vina Sans', cursive;
    font-size: 80pt;
    color: var(--light);
    margin-top: 20px;
}

.sintesi {
    grid-column: 2/7;
    font-family: 'Fira Sans', sans-serif;
    font-size: 20pt;
    color: var(--light);
    margin-top: 40px;
    margin-bottom: 40px;
}


.avrariato__uno,
.dempa__uno,
.demetra__uno,
.hentai__uno {
    max-width: 100%;
    margin-top: -4px;
}


/* VEGA----------------------------------------------------------------------------------------------------------------------------*/
/* VEGA----------------------------------------------------------------------------------------------------------------------------*/
/* VEGA----------------------------------------------------------------------------------------------------------------------------*/

.sezione__vega {
    background: var(--dark);
}

.logo {
    max-width: 100%;
    width: 600px;
    grid-column: 4/6;
    margin-top: 250px;
    margin-bottom: 265px;
}

.vega__uno {
    max-width: 100%;
}

.sintesi__vega {
    color: var(--primary);
    font-family: 'Fira Sans', sans-serif;
    grid-column: 2/8;
    font-size: 40pt;
    margin-top: 40px;
    margin-bottom: 40px;
}


.foto__venti {
    max-width: 100%;
    width: 500px;
    grid-column: 2/4;
}

.foto__ventuno {
    max-width: 100%;
    width: 500px;
    grid-column: 4/6;
}

.foto__ventidue {
    max-width: 100%;
    width: 600px;
    grid-column: 6/8;
}

.costellazione {
    max-width: 100%;
    margin-top: 100px;
}

.sintesi__spazio {
    color: var(--primary);
    font-family: 'Fira Sans', sans-serif;
    grid-column: 2/8;
    font-size: 40pt;
    margin-top: 40px;
    margin-bottom: 40px;
}

.spazio__editoriale {
    max-width: 100%;
    margin-top: 100px;
}

.nuovi__pro {
    color: var(--primary);
    font-family: 'Fira Sans', sans-serif;
    grid-column: 2/8;
    font-size: 40pt;
    border: 3px solid var(--light);
    border-radius: 12px;
    padding: 20px;
    margin-top: 400px;
    margin-bottom: 400px;
}

.nuovi__pro:hover {
    border: 3px solid var(--accent);
    background: var(--accent);

}

/* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/
/* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/
/* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/

.nome__due {
    font-family: 'Vina Sans', cursive;
    font-size: 200px;
}

.galleria__uno {
    margin-top: 410px;
}

.img__25,
.img__26,
.img__27 {
    max-width: 100%;
}

.img__25 {
    grid-column: 2/4;
}

.img__26 {
    grid-column: 4/6;
}

.img__27 {
    grid-column: 6/8;
}

.img__34 {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.img__28,
.img__29,
.img__30 {
    max-width: 100%;
}

.img__28 {
    grid-column: 2/4;
}

.img__29 {
    grid-column: 4/6;
}

.img__30 {
    grid-column: 6/8;
}

.img__31,
.img__32,
.img__33 {
    max-width: 100%;
}

.img__31 {
    grid-column: 2/4;
}

.img__32 {
    grid-column: 4/6;
}

.img__33 {
    grid-column: 6/8;
}

.img__38 {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.img__35,
.img__36,
.img__37 {
    max-width: 100%;
}

.img__35 {
    grid-column: 2/4;
}

.img__36 {
    grid-column: 4/6;
}

.img__37 {
    grid-column: 6/8;
}

.img__39,
.img__40,
.img__41 {
    max-width: 100%;
}

.img__39 {
    grid-column: 2/4;
}

.img__40 {
    grid-column: 4/6;
}

.img__41 {
    grid-column: 6/8;
}


.img__42,
.img__43,
.img__44 {
    max-width: 100%;
}

.img__42 {
    grid-column: 2/4;
}

.img__43 {
    grid-column: 4/6;
}

.img__44 {
    grid-column: 6/8;
}

.img__45 {
    max-width: 100%;
    padding-top: 50px;

}



/* MEDIA  SMARPHONE----------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA  SMARPHONE----------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA  SMARPHONE----------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA  SMARPHONE----------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 767px) {

    /* Grid system */
    .grid {
        gap: 10px;
        padding: 10px;
    }

    .res {
        width: 100%;
        max-width: 200px;
        margin-top: 300px;

    }

    .side {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1000;
        width: 35px;
        border-right: 2px dashed var(--accent);
        color: var(--accent);
        font-family: 'Kanit', sans-serif;
        text-transform: uppercase;
        letter-spacing: .0875rem;
        font-size: 15px;
        transition: all 0.3s cubic-bezier(.05, .69, .14, 1);
        grid-column: 1/5;
    }

    .side__inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        position: relative;
        height: 50%;
        white-space: nowrap;

    }

    a {
        color: inherit;
        word-spacing: 0;
        transition: all 0.3s cubic-bezier(.05, .69, .14, 1);

    }

    .top,
    .bottom {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        transform: rotate(-90deg) perspective(1px);
        transform-origin: 50px 50px;
        height: 50px;
        line-height: 50px;
        white-space: nowrap;
        word-spacing: 2rem;
        margin-left: -7px;
        display: block;
    }

    .top {
        top: 0px;
        text-align: right;
        color: var(--accent);
    }

    .top :hover {
        color: var(--dark);
        background: var(--light);
    }

    .bottom {

        margin-top: 400px;
    }

    .bottom :hover {
        background-size: 5px;
        background: var(--light);
        color: var(--dark);
    }

    /* SOMMARIO------------------------------------*/
    .block h1,
    .categorie {
        grid-column: 2/9;
        margin-top: 20px;
    }

    .descrizione h4 {
        font-family: 'Fira Sans', sans-serif;
        font-size: 30px;
        color: var(--accent);


    }

    .descrizione {
        background: none;
    }

    .nome {
        font-family: 'Vina Sans', cursive;
        font-size: 100px;
        grid-column: 2/5;
        margin-top: -30px;
    }

    .secondo__nome {
        font-family: 'Fira Sans', sans-serif;
        font-size: 40px;
        margin-top: -5px;
        grid-column: 3/6;
    }

    .categorie {
        font-family: 'Kanit', sans-serif;
        font-weight: 900;
        font-size: 30pt;
        padding-top: 60px;
        grid-column: 1/9;

    }

    .categorie li {
        line-height: 60px;
    }

    .categorie a:hover {
        color: #FDFD00;
        background: #7E30C2;
    }

    .blocco__sinistra {
        grid-column: 2/9;
    }

    .blocco__destra {
        grid-column: 1/9;
        display: flex;
        align-items: center;

    }

    .foto__uno {
        max-width: 100%;

    }

    /* ABOUT ME------------------------------------*/

    .sezione__uno {
        background-color: var(--dark);
        margin-top: 40px;
        padding-bottom: 35px;
    }

    .titolino {
        margin-top: 20px;
        border-bottom: 3px solid var(--secondary);
    }

    h3 {
        font-family: 'Kanit', sans-serif;
        font-size: 45px;
        color: var(--light);
        grid-column: 2/9;

    }

    .descr {
        grid-column: 2/9;
        font-family: 'Fira Sans', sans-serif;
        font-size: 15pt;
        color: var(--accent);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .classi {
        font-family: 'Kanit', sans-serif;
        font-weight: 400;
        font-size: 40px;
        color: var(--light);

    }

    .classe__uno {
        grid-column: 2/9;
        border-right: none;

    }

    .classe__due {
        grid-column: 2/9;
        border-right: none;
    }

    .classe__tre {
        grid-column: 2/9;
    }

    .sottotitolo {
        margin-top: 30px;
        font-family: 'Kanit', sans-serif;
        font-weight: 400;
        font-size: 20pt;
        color: var(--primary);
    }

    .contenuto {
        font-family: 'Fira Sans', sans-serif;
        font-size: 15pt;
        margin-top: 10px;
    }

    .donna {
        max-width: 100%;

    }

    /* SKILLS------------------------------------*/

    .sezione__due {
        background-color: var(--secondary);
        padding-bottom: 35px;
        margin-top: -4px;
    }

    h5 {
        font-family: 'Kanit', sans-serif;
        font-size: 45px;
        color: var(--light);
        grid-column: 2/9;
    }

    .skills {
        grid-column: 2/9;
    }

    .stelle {
        display: flex;
        flex-direction: column;
        grid-column: 2/9;
    }

    .fa-solid {
        display: flex;
        flex-direction: column;
        color: var(--accent);
        font-size: 20px;
    }

    /*----------------*/


    .skills__uno {
        color: #fff;
        list-style: none;
        position: relative;
        line-height: 2;
        font-size: 15pt;
        font-family: 'Fira Sans', sans-serif;
        display: flex;
        flex-direction: column;
        grid-column: 2/9;
    }


    li:before {
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: var(--accent);
        font-size: 20px;
    }

    .one {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

    }

    .two {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

    }

    .three {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

    }

    .four {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

    }

    .stelle__due {
        color: #fff;
        list-style: none;
        position: relative;
        line-height: 2;
        font-size: 15pt;
        font-family: 'Fira Sans', sans-serif;
        display: flex;
        flex-direction: column;
        grid-column: 2/9;
        margin-top: 10px;
    }

    .stelle__tre {
        color: #fff;
        list-style: none;
        position: relative;
        line-height: 2;
        font-size: 15pt;
        font-family: 'Fira Sans', sans-serif;
        display: flex;
        flex-direction: column;
        grid-column: 2/9;
        margin-top: 10px;
    }

    .donna__due {
        max-width: 100%;
    }

    /* PROJECTS------------------------------------*/

    .università {
        font-family: 'Kanit', sans-serif;
        font-size: 30pt;
        font-weight: 900;
        grid-column: 2/4;
        border: 3px solid var(--light);
        border-radius: 12px;
        color: var(--light);
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center;

    }

    .illustrazioni,
    .vega {
        font-family: 'Kanit', sans-serif;
        font-size: 30pt;
        font-weight: 900;
        grid-column: 2/4;
        border: 3px solid var(--light);
        border-radius: 12px;
        color: var(--light);
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;

    }

    .università {
        background: url(img/img6.jpg) no-repeat;
        background-size: 100%;
        grid-column: 2/9;
    }

    .illustrazioni {
        grid-column: 2/9;
        background: url(img/img4.jpg) no-repeat;
        background-size: 100%;
    }

    .vega {
        grid-column: 2/9;
        background: url(img/img3.jpg) no-repeat;
        background-size: 100%;

    }

    .università:hover {
        border: 1px solid var(--light);
        background: var(--accent);
        color: var(--dark);
        border: 3px solid var(--dark);
    }

    .illustrazioni:hover {
        border: 1px solid var(--light);
        background: var(--accent);
        color: var(--dark);
        border: 3px solid var(--dark);
    }

    .vega:hover {
        border: 1px solid var(--light);
        background: var(--accent);
        color: var(--dark);
        border: 3px solid var(--dark);
    }

    /* TASTO DOWNLOAD------------------------------------*/

    .tasto {
        grid-column: 2/9;
        margin-top: 50px;
        margin-bottom: 50px;
        font-family: 'Kanit', sans-serif;
        font-weight: 900;
        font-size: 15pt;
        border: 3px solid var(--light);
        border-radius: 12px;
        color: var(--light);
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        background: var(--primary);
    }

    .tasto:hover {
        border: 1px solid var(--light);
        background: var(--accent);
        color: var(--dark);
        border: 3px solid var(--dark);
    }

    /* FOOTER------------------------------------*/
    .contattami {
        font-size: 30pt;
    }

    .telefono {
        font-family: 'Fira Sans', sans-serif;
        color: var(--primary);
        font-size: 15pt;
        margin-left: 20px;
    }

    .gmail {
        font-family: 'Fira Sans', sans-serif;
        color: var(--primary);
        font-size: 15pt;
        margin-left: 20px;
    }

    .info {
        grid-column: 2/9;
        padding-top: 40px;
        display: flex;
        flex-direction: row;

    }

    /* BACK TO TOP------------------------------------*/

    .backToTop {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 20px;
        font-size: 20pt;
        z-index: 9999;
        height: 30px;
        width: 30px;
        border: 2px dashed var(--accent);
        text-align: center;

    }

    .backToTop i {
        top: 0px;
        left: 10px;
        color: var(--accent);
    }

    .backToTop i:hover {
        color: var(--light);
    }

    /* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/
    /* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/
    /* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/


    .descrizione__università {
        font-family: 'Fira Sans', sans-serif;
        font-size: 20px;
        color: var(--accent);
        margin-top: 40px;
        grid-column: 2/9;
    }

    .sezione__sei {
        margin-top: 200px;
    }

    .nome__uno {
        font-size: 55pt;
        grid-column: 2/9;
    }

    .titolo {
        grid-column: 2/9;
        font-family: 'Vina Sans', cursive;
        font-size: 30pt;
        color: var(--light);
        margin-top: 20px;
    }

    .sintesi {
        grid-column: 2/9;
        font-family: 'Fira Sans', sans-serif;
        font-size: 15pt;
        color: var(--light);
        margin-top: 30px;
        margin-bottom: 40px;
    }


    .avrariato__uno,
    .dempa__uno,
    .demetra__uno,
    .hentai__uno {
        max-width: 100%;
        margin-top: -4px;
    }

    /* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/
    /* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/
    /* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/

    .nome__due {
        font-family: 'Vina Sans', cursive;
        font-size: 55px;
    }

    .galleria__uno {
        margin-top: 410px;
    }

    .img__25,
    .img__26,
    .img__27 {
        max-width: 100%;
    }

    .img__25 {
        grid-column: 2/9;
    }

    .img__26 {
        grid-column: 2/9;
    }

    .img__27 {
        grid-column: 2/9;
    }

    .img__34 {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .img__28,
    .img__29,
    .img__30 {
        max-width: 100%;
    }

    .img__28 {
        grid-column: 2/9;
    }

    .img__29 {
        grid-column: 2/9;
    }

    .img__30 {
        grid-column: 2/9;
    }

    .img__31,
    .img__32,
    .img__33 {
        max-width: 100%;
    }

    .img__31 {
        grid-column: 2/9;
    }

    .img__32 {
        grid-column: 2/9;
    }

    .img__33 {
        grid-column: 2/9;
    }

    .img__38 {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .img__35,
    .img__36,
    .img__37 {
        max-width: 100%;
    }

    .img__35 {
        grid-column: 2/9;
    }

    .img__36 {
        grid-column: 2/9;
    }

    .img__37 {
        grid-column: 2/9;
    }

    .img__39,
    .img__40,
    .img__41 {
        max-width: 100%;
    }

    .img__39 {
        grid-column: 2/9;
    }

    .img__40 {
        grid-column: 2/9;
    }

    .img__41 {
        grid-column: 2/9;
    }


    .img__42,
    .img__43,
    .img__44 {
        max-width: 100%;
    }

    .img__42 {
        grid-column: 2/9;
    }

    .img__43 {
        grid-column: 2/9;
    }

    .img__44 {
        grid-column: 2/9;
    }

    .img__45 {
        max-width: 100%;
        padding-top: 50px;

    }

    /* VEGA----------------------------------------------------------------------------------------------------------------------------*/
    /* VEGA----------------------------------------------------------------------------------------------------------------------------*/
    /* VEGA----------------------------------------------------------------------------------------------------------------------------*/

    .sezione__vega {
        background: var(--dark);
    }

    .logo {
        max-width: 100%;
        width: 600px;
        align-content: center;
        margin-top: 250px;
        margin-bottom: 265px;
    }

    .vega__uno {
        max-width: 100%;
    }

    .sintesi__vega {
        color: var(--primary);
        font-family: 'Fira Sans', sans-serif;
        grid-column: 2/9;
        font-size: 20pt;
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .foto__venti {
        max-width: 100%;
        width: 500px;
        grid-column: 2/9;
    }

    .foto__ventuno {
        max-width: 100%;
        width: 500px;
        grid-column: 2/9;
    }

    .foto__ventidue {
        max-width: 100%;
        width: 600px;
        grid-column: 2/9;
    }

    .costellazione {
        max-width: 100%;
        margin-top: 50px;
    }

    .sintesi__spazio {
        color: var(--primary);
        font-family: 'Fira Sans', sans-serif;
        grid-column: 2/9;
        font-size: 20pt;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .spazio__editoriale {
        max-width: 100%;
        margin-top: 20px;
    }

    .nuovi__pro {
        color: var(--primary);
        font-family: 'Fira Sans', sans-serif;
        grid-column: 2/9;
        font-size: 20pt;
        border: 3px solid var(--light);
        border-radius: 12px;
        padding: 20px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .nuovi__pro:hover {
        border: 3px solid var(--accent);
        background: var(--accent);

    }
}

/* MEDIA  TABLET----------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA  TABLET----------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA  TABLET----------------------------------------------------------------------------------------------------------------------------*/
/* MEDIA  TABLET----------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* SOMMARIO------------------------------------*/
    .blocco__destra {
        grid-column: 2/9;
        display: flex;
        align-items: center;

    }

    .foto__uno {
        max-width: 100%;

    }

    /* ABOUT ME------------------------------------*/

    .sezione__uno {
        background-color: var(--dark);
        margin-top: 40px;
        padding-bottom: 35px;
    }

    .titolino {
        margin-top: 20px;
        font-size: 25pt;
    }


    .classe__uno {
        grid-column: 2/4;
        border-right: 3px solid var(--secondary);

    }

    .classe__due {
        grid-column: 4/6;
        border-right: 3px solid var(--secondary);
    }

    .classe__tre {
        grid-column: 6/8;

    }

    .sottotitolo {
        margin-top: 30px;
        font-family: 'Kanit', sans-serif;
        font-weight: 400;
        font-size: 20pt;
        color: var(--primary);
    }

    .contenuto {
        font-family: 'Fira Sans', sans-serif;
        font-size: 15pt;
        margin-top: 10px;
    }

    .donna {
        max-width: 100%;

    }

    /* SKILLS------------------------------------*/

    .sezione__due {
        background-color: var(--secondary);
        padding-bottom: 35px;
        margin-top: -4px;
    }


    .skills {
        grid-column: 2/9;
    }

    .stelle {
        display: flex;
        flex-direction: column;
        grid-column: 6/8;
    }

    .fa-solid {
        display: flex;
        flex-direction: column;
        color: var(--accent);
        font-size: 20px;
    }

    .skills__uno {
        color: #fff;
        list-style: none;
        position: relative;
        line-height: 2;
        font-size: 15pt;
        font-family: 'Fira Sans', sans-serif;
        display: flex;
        flex-direction: column;
        grid-column: 2/4;
    }


    li:before {
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        color: var(--accent);
        font-size: 20px;
    }

    .one {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

    }

    .two {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

    }

    .three {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

    }

    .four {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

    }

    .stelle__due {
        color: #fff;
        list-style: none;
        position: relative;
        line-height: 2;
        font-size: 15pt;
        font-family: 'Fira Sans', sans-serif;
        display: flex;
        flex-direction: column;
        grid-column: 4/6;

    }

    .stelle__tre {
        color: #fff;
        list-style: none;
        position: relative;
        line-height: 2;
        font-size: 15pt;
        font-family: 'Fira Sans', sans-serif;
        display: flex;
        flex-direction: column;
        grid-column: 6/9;

    }

    .donna__due {
        max-width: 100%;
    }

    /* PROJECTS------------------------------------*/

    .università {
        font-family: 'Kanit', sans-serif;
        font-size: 30pt;
        font-weight: 900;
        grid-column: 2/4;
        border: 3px solid var(--light);
        border-radius: 12px;
        color: var(--light);
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center;

    }

    .illustrazioni {
        font-family: 'Kanit', sans-serif;
        font-size: 30pt;
        font-weight: 900;
        grid-column: 4/6;
        border: 3px solid var(--light);
        border-radius: 12px;
        color: var(--light);
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;

    }

    .vega {
        font-family: 'Kanit', sans-serif;
        font-size: 30pt;
        font-weight: 900;
        grid-column: 6/8;
        border: 3px solid var(--light);
        border-radius: 12px;
        color: var(--light);
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;

    }

    .università {
        background: url(img/img6.jpg) no-repeat;
        background-size: 100%;
        grid-column: 2/9;
    }

    .illustrazioni {
        grid-column: 2/9;
        background: url(img/img4.jpg) no-repeat;
        background-size: 100%;
    }

    .vega {
        grid-column: 2/9;
        background: url(img/img3.jpg) no-repeat;
        background-size: 100%;


    }

    .università:hover {
        border: 1px solid var(--light);
        background: var(--accent);
        color: var(--dark);
        border: 3px solid var(--dark);
    }

    .illustrazioni:hover {
        border: 1px solid var(--light);
        background: var(--accent);
        color: var(--dark);
        border: 3px solid var(--dark);
    }

    .vega:hover {
        border: 1px solid var(--light);
        background: var(--accent);
        color: var(--dark);
        border: 3px solid var(--dark);
    }

    /* TASTO DOWNLOAD------------------------------------*/

    .tasto {
        grid-column: 4/8;
        margin-top: 50px;
        margin-bottom: 50px;
        font-family: 'Kanit', sans-serif;
        font-weight: 900;
        font-size: 20pt;
        border: 3px solid var(--light);
        border-radius: 12px;
        color: var(--light);
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        background: var(--primary);
    }

    .tasto:hover {
        border: 1px solid var(--light);
        background: var(--accent);
        color: var(--dark);
        border: 3px solid var(--dark);
    }

    /* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/
    /* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/
    /* PROGETTI UNIVERSITARI----------------------------------------------------------------------------------------------------------------------------*/

    .sezione__sei {
        margin-top: 200px;
    }

    .nome__uno {
        font-size: 130pt;
        grid-column: 2/9;
    }



    .sintesi {
        grid-column: 2/9;
        font-family: 'Fira Sans', sans-serif;
        font-size: 20pt;
        color: var(--light);
        margin-top: 30px;
        margin-bottom: 40px;
    }


    .avrariato__uno,
    .dempa__uno,
    .demetra__uno,
    .hentai__uno {
        max-width: 100%;
        margin-top: -4px;
    }

    /* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/
    /* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/
    /* ILLUSTRAZIONI----------------------------------------------------------------------------------------------------------------------------*/

    .nome__due {
        font-family: 'Vina Sans', cursive;
        font-size: 100pt;
        grid-column: 2/9;
    }

    .galleria__uno {
        margin-top: 410px;
    }

    .img__25,
    .img__26,
    .img__27 {
        max-width: 100%;
    }

    .img__25 {
        grid-column: 2/9;
    }

    .img__26 {
        grid-column: 2/9;
    }

    .img__27 {
        grid-column: 2/9;
    }

    .img__34 {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .img__28,
    .img__29,
    .img__30 {
        max-width: 100%;
    }

    .img__28 {
        grid-column: 2/9;
    }

    .img__29 {
        grid-column: 2/9;
    }

    .img__30 {
        grid-column: 2/9;
    }

    .img__31,
    .img__32,
    .img__33 {
        max-width: 100%;
    }

    .img__31 {
        grid-column: 2/9;
    }

    .img__32 {
        grid-column: 2/9;
    }

    .img__33 {
        grid-column: 2/9;
    }

    .img__38 {
        max-width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .img__35,
    .img__36,
    .img__37 {
        max-width: 100%;
    }

    .img__35 {
        grid-column: 2/9;
    }

    .img__36 {
        grid-column: 2/9;
    }

    .img__37 {
        grid-column: 2/9;
    }

    .img__39,
    .img__40,
    .img__41 {
        max-width: 100%;
    }

    .img__39 {
        grid-column: 2/9;
    }

    .img__40 {
        grid-column: 2/9;
    }

    .img__41 {
        grid-column: 2/9;
    }


    .img__42,
    .img__43,
    .img__44 {
        max-width: 100%;
    }

    .img__42 {
        grid-column: 2/9;
    }

    .img__43 {
        grid-column: 2/9;
    }

    .img__44 {
        grid-column: 2/9;
    }

    .img__45 {
        max-width: 100%;
        padding-top: 50px;

    }

    /* VEGA----------------------------------------------------------------------------------------------------------------------------*/
    /* VEGA----------------------------------------------------------------------------------------------------------------------------*/
    /* VEGA----------------------------------------------------------------------------------------------------------------------------*/

    .sezione__vega {
        background: var(--dark);
    }

    .logo {
        max-width: 100%;
        width: 600px;
        align-content: center;
        margin-top: 440px;
        margin-bottom: 440px;
    }

    .vega__uno {
        max-width: 100%;
    }

    .sintesi__vega {
        color: var(--primary);
        font-family: 'Fira Sans', sans-serif;
        grid-column: 2/9;
        font-size: 25pt;
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .foto__venti {
        max-width: 100%;
        width: 500px;
        grid-column: 2/9;
    }

    .foto__ventuno {
        max-width: 100%;
        width: 500px;
        grid-column: 2/9;
    }

    .foto__ventidue {
        max-width: 100%;
        width: 500px;
        grid-column: 2/9;
    }

    .costellazione {
        max-width: 100%;
        margin-top: 50px;
    }

    .sintesi__spazio {
        color: var(--primary);
        font-family: 'Fira Sans', sans-serif;
        grid-column: 2/9;
        font-size: 25pt;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .spazio__editoriale {
        max-width: 100%;
        margin-top: 20px;
    }

    .nuovi__pro {
        color: var(--primary);
        font-family: 'Fira Sans', sans-serif;
        grid-column: 2/9;
        font-size: 20pt;
        border: 3px solid var(--light);
        border-radius: 12px;
        padding: 20px;
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .nuovi__pro:hover {
        border: 3px solid var(--accent);
        background: var(--accent);

    }
}