* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: black;
    background-color: #faf6f1;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    flex-direction: column;
    font-size: 20px;
}

/* DESKTOP NAV */

nav, .nav-links {
    display: flex;
}

nav {
    justify-content: space-around;
    align-items: center;
    height: 10vh;
}

.nav-links {
    gap: 2rem;
    list-style: none;
    font-size: 1.2rem;
}

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

a:hover {
    color: grey;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    text-decoration-color: rgb(181, 181, 181);
}

/* HAMBURGER MENU (Mobile Nav) */

#hamburger-nav {
    display: none;
}

.hamburger-menu {
    position: relative;
    display: inline-block;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 24px;
    width: 30px;
    cursor: pointer;
}

.hamburger-icon span {
    width: 100%;
    height: 2px;
    background-color: black;
    transition: all 0.3 ease-in-out;
}

.menu-links {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #faf6f1;
    width: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3 ease-in-out;
}

.menu-links a {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1.5rem;
    color: black;
    text-decoration: none;
    transition: all 0.3 ease-in-out;
}

.menu-links li {
    list-style: none;
}

.menu-links.open {
    max-height: 300px;
}

.hamburger-icon.open span:first-child {
    transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2) {
    opacity: 0;
}

.hamburger-icon.open span:last-child {
    transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span:first-child {
    transform: none;
}

.hamburger-icon span:first-child {
    opacity: 1;
}

.hamburger-icon span:first-child {
    transform: none;
}

/* MAIN SECTION */

.video-bg {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 100%;
    transform: translate(-50%, -50%);
    min-width: 200%;
    min-height: 200%;
}

#main-img {
    gap: 1.5rem;
    padding: 1rem;
    height: 300px; 
    width: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.class-item_welcome {
    padding: 40px 40px 40px 40px;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 50px;
    background: #8b5e3c68;
    border: solid rgba(0, 0, 0, 0.256);
    border-radius: 8px;
    justify-content: center;
    text-align: center;
}

.class-item_home {
    padding: 40px 40px 40px 40px;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 50px;
    background: #8b5e3c68;
    border: solid rgba(0, 0, 0, 0.256);
    border-radius: 8px;
    justify-content: center;
    text-align: center;
}

.section__text_welcome {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.home, #home {
    max-width: fit-content;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 8px;
    margin: 20px 80px 0 80px;
    margin-top: 30px;
    padding: 15px;
    text-decoration: none;
}

ul {
    text-decoration: none;
    text-align: left;
    margin-left: 20px;
}

.class-item_home h3 {
    text-align: center;
    padding-bottom: 20px;
}

.class-item_home p {
    padding-top: 20px;
}

.class-item_welcome p {
    padding-top: 15px;
}
/* ABOUT SECTION  */

#about {
    gap: 5rem;
    height: 80vh;
    margin-bottom: 20px;
}
.about {
    padding-top: 4vh;
    height: 96vh;
    margin: 0 10rem;
    box-sizing: border-box;
    min-height: fit-content;
    margin-bottom: 20px;
}

.section__text {
    text-align: center;
}

.section__text__p1 {
    text-align: center;
    margin-bottom: 1rem;
    padding-bottom: 30px;
    padding-top: 40px;
    margin-top: 40px;
}

.section__text_p2 {
    text-align: center;
    margin-top: 20px;
    margin-left: 110px;
    margin-right: 110px;
}

.section__text h2 {
    padding-top: 50px;
}

.about p {
    margin-top: 30px;
    margin-bottom: 30px;
}


#photo-marie {
    gap: 1.5rem;
    padding: 2rem;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#photo-nadia {
    gap: 1.5rem;
    padding: 2rem;
    max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.icon {
    width: 50px;
    height: auto;
}

#socials-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px auto;
}

/* CLASSES SECTION */

.classes {
    margin-bottom: 40px;
    text-align: center;
    color: #331c09;
}

.classes h2 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    color: black;
}

.classes h3 {
    margin-top: 20px;
}

.class-item {
    background: #8b5e3c68;
    border: solid rgba(0, 0, 0, 0.256);
    margin-left: 400px;
    margin-right: 400px;
    border-radius: 8px;
}

button {
    background-color: #6b4323a4;
    border: solid;
    border-radius: 4vh;
    height: 60px;
    width: 200px;
    align-content: center;
    margin: 30px;
    font-size: larger;
}

.classes img {
    height: 200px; 
}

.classes button {
    margin-bottom: 15px;
    margin-top: 15px;
}

button a:hover {
    text-decoration: none;
    color: white;
}

/* CONTACT SECTION */

.contact {
    background: #faf6f1;
    padding: 60px;
    text-align: center;
}

.contact h2 {
    margin-bottom: 20px;
}

.contact form {
    max-width: 600px;
    margin: auto;
}

.contact form input, .contact form textarea, .contact form button {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact form button {
    background: #8b5e3c;
    color: white;
    border: none;
    cursor: pointer;
}

.contact form button:hover {
    background: #6b4423;
}

.contact h3 {
    text-align: center;
    margin-top: 20px;
}

/* FOOTER */

footer {
    text-align: center;
    background: #faf6f1;
    color: black;
    padding: 10px 0;
}

/* PAGE INSCRIPTIONS */

.contact-inputs {
    width: 400px;
    height: 50px;
    border: solid;
    border-width: 1px;
    outline: none;
    padding-left: 25px;
    border-radius: 50px;
}

.centered-form {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid black;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    max-width: 450px;
    width: 100%;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 50px;
}

.submit-btn {
    padding: 15px 30px;
    background-color: #8b5e3c;
    border: solid;
    border-radius: 50px;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}