section {
    display: flex;
    background-color: black;
    color: white;
}

section .hero {
    perspective: 1000px;

}

section h1 {
    font-size: 2rem;
}

nav a {
    color: black;
    text-decoration: none;
}

nav {
    display: flex;
    gap: 3em;
    text-transform: uppercase;
    font-family: monospace;
    font-size: 1em;
    width: 100%;
    padding: 1.1em 1.1em 1.1em 21em;
    position: fixed;
    background: white;
    flex-wrap: nowrap;
    justify-content: center;
}


section img {
    width: 49vw;
    object-fit: cover;
}

article h1 {
    position: absolute;
    width: 86vw;
    /* height: 3vh; */
    top: 8vh;
    left: 3vw;
    background-color: #ffffffd9;
    color: black;
    text-align: center;
    padding: 1em;
    border-radius: 1em;
    font-family: monospace;
    font-size: 1em;
}

article p {
    font-size: 2em;
    font-family: monospace;
    margin: 0 auto;
    padding: 5em;
}


.realisations {
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    flex-direction: row;
    align-content: space-between;
    justify-content: center;
}

.realisation h2 {
    justify-content: left;
    font-size: 1em;
    font-family: monospace;
    text-transform: uppercase;
    margin-left: 2em;
}

.realisations img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.realisations h2 {
    margin-top: 5em;
    margin-left: 1.1em;
    font-size: 3.5em;
    font-family: monospace;
    margin-bottom: 1.5em;
}



section.intro article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 98%;
    font-family: monospace;
    color: rgb(0, 0, 0);
    font-size: 1em;
    margin: 1em auto;
    font-weight: 100;

}

article.manda p {
    display: flex;
    flex-direction: row;
    font-size: 1.5em;
    color: black;
    width: 100%;
}

h3 {
    font-size: 1.5em;
    margin-left: 1em;
}