@import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Montserrat+Alternates&family=Questrial&family=Quicksand&family=Urbanist:wght@265;345;400;599;900&display=swap');
html{
    font-family: 'Urbanist', sans-serif;
}

body{
    background-color: white;
    margin: 0;
    padding: 0;
}

#display{
    background-color: white;
    padding: 2.5% 0 2.5% 0;
    border-top: #b93833 solid 0.5vw;
}

h1, h2{
    color: rgb(35, 35, 35);
}

#show{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    margin: 4vw 5vw 4vw 5vw;
}

#show #nome{
    text-align: center;
    width: 20vw;
}

#show #nome h1{
    font-size: 2vw;
    font-weight: 400;
    line-height: 1vw;
}

#title{
    padding: 2% 0 0 0;
    text-align: center;
}

#title h2{
    font-size: 3.2vw;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#show img{
    display: block;
    width: 15%;
}

#description{
    color: white;
    padding: 2.5%;
    background-color: #b93833;
    text-align: center;
}

#description h3{
    font-size: 2vw;
    font-weight: 400;
}

#buttons{
    align-items: center;
    background-color: white;
    padding: 1% 2.5% 0 2.5%;
    display: flex;
    flex-direction: row;
}

#buttons button{
    font-family: 'Urbanist', sans-serif;
    font-size: 1.5vw;
    padding: 1vw 1.5vw;
    background-color: #b93833;
    border: none;
    border-radius: 2vw;
    transition: 0.3s ease;
    color: white;
    margin: 0 0.2vw 0 0.2vw;
    width: 18.5vw;
    word-break: keep-all;
    white-space: nowrap;
}

#buttons button:hover{
    cursor: pointer;
    box-shadow: 0 0 1vw #98302d;
}

#buttons img{
    width: 4.5vw;
    height: 3vw;
    border-radius: 1vw;
    margin: 0.4vw 0 0 1vw;
}
#buttons img#bordo{
    border-top: 0.05vw solid #98302d;
    border-left: 0.05vw solid #98302d;
    border-right: 0.05vw solid #98302d;
}

@media (max-aspect-ratio: 1/1) {
    #show{
        flex-direction: column;
        justify-content: space-evenly;
    }
    .nome1{
        padding-bottom: 4vw;
    }
    .nome2{
        padding-top: 4vw;
    }
    #show #nome{
        width: 60vw;
    }
    #show #nome h1{
        font-size: 4.5vw;
    }
    #title h2{
        font-size: 6vw;
    }
    #description h3{
        font-size: 4.2vw;
    }
    #buttons{
        flex-direction: row;
        flex-wrap: wrap;
    }
    #buttons button{
        margin: 0.5vw;
        font-size: 3.5vw;
        padding: 1.5vw 3vw;
        border-radius: 6vw;
        width: 22vw;
    }
    #buttons img{
        height: 6vw;
        width: 9vw;
    }
}
@media (max-aspect-ratio: 2/3) {
    #show #nome{
        width: 60vw;
        padding: 6vw;
    }
    #show #nome h1{
        font-size: 6vw;
        font-weight: 400;
        line-height: 1vw;
    }
    #show img{
        width: 25vw;
    }
    #title h2{
        font-size: 8vw;
        padding-bottom: 12vw;
    }
    #description h3{
        font-size: 5vw;
    }
    #buttons button{
        font-size: 4vw;
        padding: 2vw 4vw;
        border-radius: 6vw;
        width: 35vw;
    }
    #buttons img{
        height: 6vw;
        width: 9vw;
    }
    #dropdown a{
    font-size: 14px;
    }
}
/*ALLESTIMENTO*/
section#allestimento{
    text-align: center;
    margin-top: 20%;
}

section#allestimento h2{
    font-size: 3vw;
    font-weight: 400;
}

section#allestimento button{
    font-family: 'Urbanist', sans-serif;
    font-size: 1.5vw;
    padding: 1vw 1.5vw;
    background-color: #b93833;
    border: none;
    border-radius: 2vw;
    transition: 0.3s ease;
    color: white;
    margin: 0 0.2vw 0 0.2vw;
    width: 18.5vw;
}

section#allestimento button:hover{
    cursor: pointer;
    box-shadow: 0 0 1vw #98302d;
}
#dropdown{
    display: none;
    
    text-align: center;
    font-size: 18px;

    z-index: 3;
    position: absolute;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 2px 2px 6px rgb(39, 39, 39);
    transform: translateY(-6rem);
}
#dropdown a{
    text-decoration: none;
}
#dropdown a:hover{
    text-decoration: underline;
    text-decoration-color: none;
}
#dropServizi{
    display: none;

    text-align: left;
    font-size: 18px;

    z-index: 3;
    position: absolute;
    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 2px 2px 6px rgb(39, 39, 39);
    transform: translateY(-7.3rem);
}
.fa{
    color: blue;
}