@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html,
body {
    height: 100%;
    display: flex;
    flex-direction: column;
}

body {
    line-height: 20px;
    letter-spacing: 0px;
    color: #2E2E2E;
    margin: 0 !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

iframe b {
    font-weight: 300;
}

body.home {
    background-size: cover;
}

section {
    height: 89vh;
}

h1 {
    line-height: 1.1;
    font-family: "Playfair Display", serif;
    font-size: 80px;
    font-weight: 400;
    padding: 0 0 2rem 0;
    margin: 0;
    letter-spacing: 0px;
    color: #2E2E2E;
}

h2 {
    line-height: 1.1;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    font-weight: 400;
    padding: 1rem 0;
    color: #b89e4f !important;
}

h3 {
    text-align: center;
    font-weight: 200;
    font-size: 16px;
}

button {
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #b89e4f !important;
    border-color: #b89e4f !important;
    border: 1px solid #b89e4f;
    font-size: 15px !important;
    transition: background-color .4s ease-in-out, box-shadow .3s ease-in-out;
    padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
    cursor: pointer;
}

button a {
    color: #b89e4f;
}

button:hover {
    background-color: transparent !important;
    border: 1px solid #b89e4f;
    box-shadow: inset 300px 0 0 0 #b89e4f;
    color: #fff !important;
}

button:hover a {
    color: #fff !important;
}

header,
nav {
    display: flex;
    align-items: center;
}

header {
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #f5f5f5;
    z-index: 2;
    position: fixed;
    top: 0;
    font-family: "Poppins", sans-serif;
    padding: 0 1rem;
}

header ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

header li {
    position: relative;
}

header li a {
    line-height: 20px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    background-image: linear-gradient(to right, #000, #000 50%, #000 50%);
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.02px;
}

header li a:before {
    content: '';
    background: #b89e4f;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    transition: all 0.3s ease-in-out;
}

header li a:hover {
    background-position: 0;
}

header li a:hover::before {
    width: 100%;
}

nav {
    gap: 20px;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    padding: 25px 0;
}

.logo img {
    width: 175px;
    max-width: 100%;
    height: auto;
}

main {
    padding-top: 5.5rem;
}

.biographie {
    main {
        /*display: flex;
        justify-content: center;*/
        padding: 8.5rem 0;

        .w-2\/3 {
            width: 66%;
        }

        .w-1\/3 {
            width: 33%;
        }

        .container {
            gap: 4rem;
        }

        .container p {
            margin-bottom: 1rem;
        }

        .container img {
            width: 100%;
        }
    }
    h1 {
        line-height: 1.1;
        font-family: "Playfair Display", serif;
        font-size: 80px;
        font-weight: 400;
        padding: 0 0 2rem 0;
        margin: 0;
        letter-spacing: 0px;
        color: #2E2E2E;
    }

    h2 {
        line-height: 1.1;
        font-family: "Playfair Display", serif;
        font-size: 60px;
        font-weight: 400;
        padding: 1rem 0;
        color: #b89e4f !important;
    }

    h3 {
        line-height: 1.1;
        font-family: "Playfair Display", serif;
        font-size: 40px;
        font-weight: 400;
        padding: 1rem 0;
        color: #b89e4f !important;
        text-align: left;
    }

    .pb-0 {
        padding-bottom: 0;
    }

    .pt-0 {
        padding-top: 0;
    }
}

.wrapper, .container {
    display: flex;
    align-items: center;
    max-width: 1080px;
    width: 100%;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: stretch;
}

.wrapper img {
    display: block;
    max-width: 700px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -25px;
}

.wrapper div:nth-of-type(2) {
    position: relative;
}

.wrapper div:first-child {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 50%;

}

.txt-gold {
    color: #b89e4f;
}

.play-button {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.play-button:hover {
    background-color: transparent;
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 20px solid #000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 4px;
}

.home-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #000;
    padding: 10px 0;
    width: 100%;
}

footer img {
    width: 200px;
    height: auto;
    filter: invert(1);
}

footer p {
    color: #FFF;
}

/* contact form */
.form-row {
    display: flex;
    gap: 20px;
}

@media (max-width: 1080px) {
    .wrapper img {
        max-width: 85%;
    }
}

@media (max-width: 780px) {
    h1 {
        font-size: 50px;
    }

    header .nav-wrapper {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 10px;

        &>* {
            margin: auto;
        }

        ul {
            justify-content: center;
        }

        li a {
            letter-spacing: 0;
        }
    }

    header {
        padding: 0 1rem;
        max-width: 100%;
    }

    header .nav-wrapper {
        max-width: 100%;
    }

    main {
        max-width: 100%;
    }

    .container {
        flex-direction: column;
    }

    .w-2\/3 {
        width: 100% !important;
    }

    .w-1\/3 {
        width: 100% !important;
    }

    .wrapper {
        display: block;
        position: relative;
        max-width: 100%;
    }

    .wrapper img {
        max-width: 100%;
        position: relative;
        margin: auto;
        left: 0;
    }

    .wrapper div:first-child {
        max-width: 100%;
        width: 100%;
    }

    .wrapper div:nth-of-type(2) {
        max-width: 100%;
        width: 100%;
    }
}
