* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'MANROPE';
}

html {
  scroll-behavior: smooth;
  width: 100%;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

img {
    width: 100%;
}

strong {
    font-weight: 1000;
}

/*             */

@media screen and (max-width: 620px) {
    .main-head {
        display: none;
    }
}

.main-head {
    width: 100vw;
    height: 64px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
    margin-top: -70px;
}

.main-head.slidedown {
    background: rgba(0,0,0,0.6);
}

.main-head .main-menu {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-head .main-menu .logo-text {
    font-size: 2rem;
    padding-left: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: white;
}

.main-head .main-menu .nav-menu {
    display: flex;
    justify-content: flex-end;
    padding: 2em;
    align-items: center;
}

.main-head .main-menu .nav-menu {
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.main-head .main-menu .nav-menu .nav-item {
    list-style: none;
    padding: 15px 30px;
}

.main-head .main-menu .nav-menu .nav-item a {
    display: inline-block;
    font-family: 'MANROPE';
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.hero-section {
    background: url(https://contoursonore.fr/img/BG.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    display: flex;
    color: white;
}

.hero-section .title {
    font-size: clamp(2.5rem, 3vw, 3rem);
    font-family: 'Merriweather';
    letter-spacing: 10px;
    font-weight: 600;
    animation: animate__fadeInDown;
}

@media screen and (max-width: 620px) {
    .hero-section .title {
        font-size: 2rem;
    }
}

.hero-section .subtitle {
    font-size: 1rem;
    position: absolute;
    bottom: 130px;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.noise {
    background:#0A0A0A;
    background-image: url(https://contoursonore.fr/img/noise.png);
}

.aboutme {
    color: white;
}

.aboutme-section {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #525252;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-inline: auto;
    padding: 6em;
    align-content: space-between;
}

.aboutme-wrap {
    flex: 1 0 200px;
    margin: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: space-between;
    width: 100%;
}

.aboutme p {
    text-align: start;
    font-family: "Poppins", sans-serif;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: -0.2px;
    color: #8F8F8F;
    margin-block-end: 20px;
}

.aboutme-section h2 {
    font-size: 5em;
    font-family: "Bebas Neue", sans-serif;
    background: linear-gradient(to right, #ff9100, #fc0c0c);
    font-weight: 300;
    line-height: 1em;
    letter-spacing: -1px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 800px) {
    .aboutme-section h2 {
        font-size: 2em;
    }
    .aboutme-section {
        padding: 3em;
    }
}

.aboutme-section img {
    width: 100%;
}

.contact-section {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: start;
}


.contact-title {
    font-family: 'MANROPE';
    font-weight: bold;
    font-size: 2.5vw;
    margin-top: 4vw;
    margin-bottom: 5px;
    color: white;
}

.contact-title hr {
    border: none;
    width: 15vw;
    height: 0.5vw;
    background-color: rgb(255, 255, 255);
    margin-bottom: 0.2vw;
}

.contact-inputs {
    width: 50vw;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 10px;
}

.contact textarea {
    height: 140px;
    padding-top: 15px;
    border-radius: 10px;
}

.contact-inputs:focus {
    border: 2px solid #1d87ff;
}

.contact-inputs::placeholder {
    color: grey;
}

.contact button {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 800;
    color: white;
    gap: 10px;
    border: none;
    border-radius: 10px;
    background: #3a3a3a;
    cursor: pointer;
    margin-bottom: 20px;
}

.contact-section p {
    padding-top: 1vw;
    font-size: 1rem;
}

.contact-section a {
    font-size: 1rem;
    color: white;
}
.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 6vh;
    color: white;
    font-size: 0.6rem;
}

.popup {
    cursor: pointer;
}

.popup-video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 400ms ease;
    background: rgba(0,0,0,0.8);
    transform: translate(0%, -100%);
}

.popup-video-overlay.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0%, 0%);
}

.popup-video iframe {
    position: absolute;
    width: 60%;
    left: 50%;
    top: 50%;
    aspect-ratio: 16/9;
    transform: translate(-50%, -50%);
}


.popup-video span {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 7em;
    color: white;
    z-index: 100;
}

@media (max-width: 800px) {
    .popup-video iframe {
        width: 90%;
    }
}