
*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    scroll-behavior: smooth;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
}

body {
    background-image: url("image/background-Body.jpeg");
}

a {
    text-decoration: none;
}

.navbar {
    background-color:#f5e7da;
    display: flex;
    justify-content: space-between;
    align-items:  center;
    height: 80px;
    padding: 0px 150px 0px 50px ;
}

.nav-logo{
    display: flex;
    flex-direction: column;
}

.nav-logo a {
    font-size: 29px;
}

.nav-menu {
    display: flex;
    gap: 50px;
    font-weight: 55 0;
    margin-left: 400px;
}

.nav-cart {
    font-size: 13px;
    text-align: center;
    align-content: center;
    border: 1.5px solid  rgba(37, 202, 51);
    height: 39px;
    width: 110px;
    border-radius: 20px;
    margin-left: 00px;
}

.nav-cart i {
    margin-right: 13px;
    color: rgba(37, 202, 51);
}

/*--------------------------HERO------------------------------*/
.hero {
    background-image: url("./image/backgroud-Hero.webp");
    height:  100vh;
    display: flex;
    flex-direction: column;
        padding-left: 200px;
        padding-top: 90px;
    gap: 20px;
/*padding: 0 15%;
    color: white;*/
}

.hero {
    background-size: cover;
    background-position: center;
    justify-content: center;

}

.hero h2 {
    width:fit-content;
    font-weight: 450;
}

.hero h1 {
    color:  rgb(37, 202, 51);
    width:fit-content;
    font-size: 30px;
}

.hero p {
    max-width: 600px;
    line-height: 2.2;
    margin-top: 30px;
}

.hero button {
    width: 200px;
    height: 50px;
    background: rgba(37, 202, 51);
    margin-top:  50px;
    color: white;
    font-size: 20px;
        font-weight: 400;
     border: none;
    cursor: pointer;
}

.hero button:hover{
    background: rgb(16, 114, 24) ;
}

/*--------------------------------menu-du-jour-------------------------------------------------*/
.menu-du-jour{
  padding: 50px 10px 50px 10px;
  text-align: center;
}

.mdj-container {
  max-width: 1200px;
  margin: 0 auto;
}

.mdj-title {
  font-size: 30px;
  margin-bottom: 60px;
}

.mdj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.mdj-card {
  background: #f5e7da;
  padding: 2rem;
  border-radius: 10px;
}

.mdj-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.mdj-card h3 {
    margin-bottom: 30px;
}

.mdj-card h4 {
    margin-top: 20px;
}

/*--------------------------------- CONTACT ---------------------------*/

.contact {
  padding: 50px 40px 50px 40px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.contact-title {
    text-align: start;
    font-size: 30px;
    margin-bottom: 60px;
    text-align:center;
}

.contact-form {
    background-color: #f5e7da;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    border-radius: 10px;
}

.contact-form p {
    color: red;
    font-size: 11px;

}

/* Contact Form Styling */
.contact-form input {
    width: 95%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.submitBtn {
    background: rgb(37, 202, 51);
    color: white;
    border: none;
    padding: 12px;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
}

.submitBtn:hover {
    background: rgb(16, 114, 24);
}

.successMsg {
    display: none;
    margin-top: 20px;
    text-align: center;
    color: green;
    font-weight: bold;
}

.contact-form p {
    display: none;
}

.inputMessage {
    height: 120px;
    padding-top: 10px;
    text-align: start;
    width: 100%;
    border: 1px solid #ccc;
}

.inputMessage::placeholder {
    vertical-align: top;
}

.contact-form label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}



/*--------------------------FOOTER------------------------------*/
.footer {
    display: flex;
    flex-direction: column;
    background: #f5e7da;
    height: 430px;
    border-top: 1px solid rgba(199, 179, 115, 0.2);
    justify-content: space-between;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 60px 0px 0px 80px;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.footer-logo span {
    font-weight: normal;
}

.social {
    display: flex;
    gap: 30px;
    font-size: 30px;
    width: fit-content;
}

.social i {
    color: rgba(37, 202, 51);
}

.footer-top ul {
    display: flex;
    flex-direction: column;
    padding: 20px 0px 0px 0px;
    list-style: none;
    gap: 15px;
}

.footer-contact i {
    margin-right: 13px;
    color: rgba(37, 202, 51);
}

.footer-bottom {
    display: flex;
    justify-content: center;
    height: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(197, 160, 40, 0.2);
}

/*--------------------------HAMBURGER MENU------------------------------*/
.hamburger,
.navbar .hamburger {
    font-size: 35px;
    position: relative;
    margin-left: -2rem;
}

.hamburger-menu {
        display: none;
        position: fixed;
        top: 58px;
        left: 0;
        width: 100%;
        background-color: rgb(37, 202, 51);;
        padding: 1rem 2rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 998;
}

.hamburger-menu.show {
    display: block;
}

.hamburger-menu a {
    display: block;
    padding: 0.75rem 0;
    color: #f5e7da;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid  rgba(197, 160, 40, 0.2);
}

.hamburger-menu a:hover {
    color: #d4af37;
}

.hamburger-menu a:last-child {
    border-bottom: none;
}

/*--------------------------------- DESKTOP view ---------------------------*/
@media (min-width: 900px) {
    .navbar .hamburger {
        display: none;
    }

}

/*------------------------------------------------------------- MOBILE view ----------------------------------------------------------------------------------------------------------------*/
@media (max-width: 800px) {
    .nav-cart {
        display: none;
    }

    .nav-logo .logo {
        font-size: 30px;
        padding: 70px;
    }

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

    .nav-menu {
        display: none;
    }
    .footer-top {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .social {
        display: none;
    }

    .footer {
        height: 700px;
    }

    .hero {
    height: auto;
    padding: 100px 30px;
    text-align: justify;
    align-items: center;
    }
}
/*
.contact-title {
    text-align: center;
}*/

/*
@media (max-width: 968px) {
	.services-grid {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.footer {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}
*/


/*------------------------------------------------------------------------------------------------------*/


