*, ::after, 
::before {
    margin:0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    outline: none;
}

body {
    font-family: "Poppins", sans-serif;
    width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: "Caviar Dreams" ;
    src: url(/asset/font/CaviarDreams_Bold.ttf);
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    overflow-x: hidden;
}

a {text-decoration: none;}

img {
    width: 100%;
    object-fit: cover;
}

section {
    padding: var(--main-padding--);
    min-height: 100vh;
}

.navbar.navScroll {
    background: #9C0D3B;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.menu-btn {
    background: none;
    cursor: pointer;
    border: none;
    display: none;
}

/* CSS VARIABLE */
:root {
    --main-padding--: 0 10rem;
}

/* REUSABLE CLASS */

.title {
    font-size: 3rem;
    font-family: "Caviar Dreams";
    color: #9C0D3B;
    padding-block: 4rem;
}


.paragraph {
    font-size: 1.8rem;
    color: #ffff;
    font-weight: lighter;
}


.btn {
    color: #ffff;
    background:#EA0D4F;
    font-size: 1.8rem;
    display: inline-block;
    margin-block-start: 2rem;
    border-radius: 6rem;
    box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.212);
    cursor: pointer;
    transition: all 0.5s ease-in;
}

.btn:hover {
    transform: scale(1.1);
}

/* HOME */

.home {
    width: 100%;
    min-height: 100vh;
    background: url(/asset/images/1000007104.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.logo {
    width: 25rem;
    z-index: 1000;
}

.navbar {
    width: 100%;
    height: 8rem;
    padding: var(--main-padding--);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10000;
}

.navbar .menu-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 4rem;
    z-index: 1000;
}

.menu-link {
    font-size: 1.8rem;
    color: #ffff;
    text-transform: uppercase;
    transition: all 0.5s ease-outs;
}

.menu-link:is(:hover) {
    color: #dedede;
}

.header-content {
    padding: var(--main-padding--);
    padding-block-start: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.header-title {
    text-align: center;
  font-family: "Caviar Dreams";
  font-size: 5.2rem;
  color:#ffff ;
}

.header-para {
    width: 70%;
    margin: 1.4rem auto;
    text-align: center;
    font-weight: 400;
}

/* .text-content {
    width: 50%;
}

.banner-content {
    width: 40%;
} */


.header-btn {
    display: block;
    padding: 1.5rem 4rem;
    margin : auto ;
    outline: none;
    border: none;
}

.overlay {
    width: 100%;
    height: 100vh;
    background: #100f0f57;
    position: absolute;
    left: 0;
    top: 0;
}

/* ABOUT */
.about {
    width: 100%;
    min-height: 100vh;
    background: #F4F8F8;
}


.about-para {
    color: #100F0F;
    font-weight: 400;
    margin-bottom: 2rem;
    width: 90%;
}

.about-content {
    display: flex;
    justify-content: space-between;
}

.about-banner {
    width: 200rem;
}

/* SERVICE */

.service-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.service-text {
    color: #100F0F;
    font-weight: 400;
    margin-bottom: 2rem;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

article {
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

article img {
    width: 70%;
}

.card {
    margin-block-start: 4rem;
    max-width: 100%;
    box-shadow: -1px 5px 11px 2px rgba(0,0,0,0.06);
    border-radius: .8rem;
}

.card .card-title {
    color: #3e393b;
    font-size: 1.4rem;
    text-align: center;
    padding-block: 1.8rem;
    text-transform: uppercase;
}

/* CONTACT */



.contact-title {
    text-align: center;
    font-size: 3rem;
    margin-block-start: 4rem;
}

.contact-box {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 2rem;
    gap: 2rem;
}

.contact-text {
    width: 50%;
}

.contact-para {
    color: #100F0F;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2rem;
}

.contact-title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 2.4rem;
}

.check {
    display: flex;
    align-items: center;
}

.check span{
    display: block;
    font-size: 1.6rem;
    margin-left: 2rem;
}

.form {
    display: flex;
    flex-direction: column;
    width: 60%
}

.input {
    font-size: 1.6rem;
    padding: 1rem 2rem;
    margin-block: 1.3rem;
}

.name-type, 
.lastname-type {
    width: 50%;
}

.input-name {
    display: flex;
    gap: 2rem;
}

.text-area {
    font-size: 1.8rem;
    height: 20rem;
    padding: 2rem;
    margin-block: 1.3rem;
    resize: none;
}


.submit-btn {
    align-self: flex-start;
    margin-block: 1.3rem;
    padding: 1.2rem 4rem;
    border: none;
}

/* FOOTER */

.footer {
    width: 100%;
    height: 40vh;
    background: url(/asset/images/background.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: var(--main-padding--);
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-block-start: 3rem;
    gap: 2rem;
}

.site-map {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1.2rem;
}


.site-map .link, .footer-item .link {
    font-size: 1.2rem;
    white-space: nowrap;
    color: #ffff;
}

.footer-items {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    gap: 2rem;
}

.copyright {
    font-size: 1.6rem;
    font-weight: 500;
}

/* MENTION LEGALE ET CONFIDETIALITE */
.conf-title, .mention-title {
    font-size: 2.2rem;
    text-align: center;
    margin: 2rem 0;
}

.confidence, .legal {
    font-size: 1.8rem;
    display: block;
    margin: 3rem auto;
    width: 74rem;
}



/* RESPONSIVE */

@media screen and (max-width: 1260px) {
    :root {
        --main-padding--: 0 5rem;
    }

    .header-title {
        font-size: 4.4rem;
    }
    
}

@media screen and (max-width: 999px) {

    :root {
        --main-padding--: 0 3rem;
    }

    .menu-btn {
        display: block;
        cursor: pointer;
        z-index: 100000;
    }

    /* HEADER */

    .logo {
        width: 20rem;
    }

    .header-title {
        font-size: 4rem;
        text-align: center;
    }

    .header-content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-block-start: 3rem;

    }

    .text-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .header-para {
        text-align: center;
        width: 80%;
        margin: 2rem auto;
    }

    .navbar .menu-nav {
        display: block;
        position: absolute;
        background: #490000;
        width: 30rem;
        top: 0;
        left: -30rem;
        padding: 3rem;
        height: 100vh;
        transition: all 0.5s ease-in-out;
    }

    .menu-nav.open-nav {
        left: 0;
    }

    .menu-item {
        padding: 3rem 0;
    }

    .header-btn {
        align-self: center;
    }

    .banner-content {
        width: 70vw;
        padding-block-end: 4rem;
        margin: 0 auto;
    }

    /* ABOUT */
    .about-content {
        flex-direction: column;
        align-items: center;
    }

    .about-para {
        width: 100%;
    }

    .about-banner {
        width: 100%;
        padding-block: 3rem;
    }
}

@media screen and (max-width: 768px) {

    :root {
        --main-padding--: 0 2.6rem;
    }

    /* HEADER */

    .header-para {
        text-align: center;
        width: 100%;
        margin: 2rem auto;
    }

    /* ABOUT */
    .service-text {
        width: 100%;
    }

    /* CONTACT */

    .contact-title {
        margin-block: 2rem;
    }

    .contact-box {
        flex-direction: column;
    }

    .contact-banner {
        width: 80%;
    }

    .form {
        width: 100%;
    }

    .input-name {
        flex-direction: column;
        gap: 0;
    }

    .name-type, .lastname-type {
        width: 100%;
    }

    /* FOOTER */

    .footer {
        padding: 2rem;
    }
    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }
    
}

@media screen and (max-width: 660px) {

    .card {
        width: 100vw;
    }

    .card .service {
        margin: auto;
    }
}

@media screen and (max-width: 500px) {

    :root {
        --main-padding--: 0 2rem;
    }

    .header-title {
        font-size: 3.2rem;
        text-align: center;
    }
}


@media screen and (max-width: 360px) {

    :root {
        --main-padding--: 0 1.5rem;
    }

    .header-title {
        font-size: 2.6rem;
        text-align: center;
    }

    .footer-content {
        font-size: 1rem;
    }
}