
body{
    background-image: url(backgroundimage.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.photo {
    width: 400px;
    height: auto;
}
.photo{
    margin: 0 auto; 
    display: block;  /* لليمين */
}

 
.hero{
    font-size: 80px;
    color: white;
    text-align: center;
    padding-top: 100px;
    margin-top: -200px;
}

.hero h1{
    font-size: 100px;
    color: yellow;
     margin-top: -100px;
}

.hero p{
    font-size: 22px;
}
.hero h4{
    font-size:  25px;
    color: white;
     margin-top: -50px;
     margin-right: 0;   /* لليمين */
}
.hero ul{
    font-size:  25px;
    color: white;
     margin-top: -20px;
     margin-right: 0;   /* لليمين */
}

.photo2{
    width: 350px;
    position: absolute;
    left: 50px;
    top: 1000px;   /* الصورة تكون قريبة للفوق */
    margin-left: 850 px;
}
.photo3{
    width: 350px;
    position: absolute;
    left: 5px;
    top: 820px;   /* الصورة تكون قريبة للفوق */
    margin-right: 1500px;
}

.photo4{
    width: 40px;
    position: absolute;
    left: 5px;
    top: 10px;   /* الصورة تكون قريبة للفوق */
    margin-right: 1500px;
}
/* ========================= */
/* Responsive pour téléphone */
/* ========================= */

@media screen and (max-width: 768px){

    .photo{
        width:180px;
        margin:20px auto;
        display:block;
    }

    .hero{
        font-size:40px;
        padding-top:20px;
        margin-top:0;
        text-align:center;
    }

    .hero h1{
        font-size:55px;
        margin-top:0;
    }

    .hero h2{
        font-size:30px;
    }

    .hero h4{
        font-size:18px;
        margin:20px;
    }

    .hero ul{
        font-size:18px;
        margin:20px;
        text-align:left;
    }

    .photo2{
        position:static;
        width:180px;
        display:block;
        margin:30px auto;
       
    }

    .photo3{
        position:static;
        width:180px;
        display:block;
        margin:30px auto;
    }

    .photo4{
        position:fixed;
        width:35px;
        top:15px;
        left:15px;
    }

}
/* ===== Animation Logo ===== */
.photo{
    animation: zoomIn 1.5s ease;
}

/* ===== Animation Titre ===== */
.hero h1{
    animation: slideDown 1.2s ease;
    text-shadow: 0 0 20px yellow;
}

.hero h2{
    text-shadow: 0 0 20px yellow;
}
.hero h4,
.hero ul{
    animation: fadeUp 2s ease;
}

/* ===== Animation Images ===== */
.photo2{
    animation: slideRight 1.8s ease;
}

.photo3{
    animation: slideLeft 1.8s ease;
}

/* ===== Instagram ===== */
.photo4{
    transition: transform 0.3s;
}

.photo4:hover{
    transform: scale(1.3) rotate(15deg);
}

/* ===== Keyframes ===== */

@keyframes zoomIn{
    from{
        opacity:0;
        transform:scale(0.5);
    }
    to{
        opacity:1;
        transform:scale(1);
    }
}

@keyframes slideDown{
    from{
        opacity:0;
        transform:translateY(-80px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes slideRight{
    from{
        opacity:0;
        transform:translateX(150px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}

@keyframes slideLeft{
    from{
        opacity:0;
        transform:translateX(-150px);
    }
    to{
        opacity:1;
        transform:translateX(0);
    }
}
.photo2:hover,
.photo3:hover{
    transform: scale(1.08);
    transition: 0.4s;
}

.hero h1:hover{
    color: orange;
    transition: 0.4s;
}
.btn-menu{
    display:inline-block;
    margin-top:25px;
    padding:15px 35px;
    background:yellow;
    color:black;
    text-decoration:none;
    border-radius:40px;
    font-weight:bold;
    transition:0.3s;
    margin: 25px auto;
}

.btn-menu:hover{
    background:white;
    transform:scale(1.08);
}
.btn-menu{
    font-size: 20px;
}
.contact-numbers{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.contact-numbers h3{
    color: #FFD700;
    font-size: 24px;
    margin-bottom: 10px;
}

.contact-numbers a{
    text-decoration: none;
    color: white;
    background: #1a1a1a;
    padding: 12px 25px;
    border: 2px solid #FFD700;
    border-radius: 10px;
    font-size: 18px;
    transition: 0.3s;
}

.contact-numbers a:hover{
    background: #FFD700;
    color: black;
}
.location{
    text-align: center;
    margin-top: 40px;
}

.location h3{
    color: #FFD700;
    font-size: 24px;
    margin-bottom: 10px;
}

.location p{
    color: #ffffff;
    font-size: 18px;
    background: #1b1b1b;
    display: inline-block;
    padding: 12px 25px;
    border: 2px solid #FFD700;
    border-radius: 12px;
}
.menu-page{
    background:#0d0d0d;
    text-align:center;
    padding:30px;
}

.menu-title{
    color:#FFD000;
    font-size:50px;
    margin-bottom:30px;
}

.menu-photo{
    width:95%;
    max-width:1100px;
    border-radius:20px;
    box-shadow:0 0 30px rgba(255,208,0,.5);
}
/* Responsive pour la page menu */

.menu-page{
    background: #0d0d0d;
    text-align: center;
    padding: 20px;
}

.menu-title{
    color: #FFD000;
    font-size: 45px;
    margin-bottom: 20px;
}

.menu-photo{
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(255, 208, 0, 0.4);
}

/* Responsive téléphone */
@media (max-width: 768px){

    .menu-title{
        font-size: 30px;
    }

    .menu-photo{
        width: 100%;
        border-radius: 12px;
    }

    .btn-menu{
        width: auto;
        padding: 15px 35px;
        font-size: 18px;
    }

}