body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
.container
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #A47148;
}

.logo
{
    width: 150px;
    overflow: hidden;
    object-fit: cover;
}
.logo img
{
    width: 100%;
}

.items
{
    display: flex;
    list-style: none;
    margin-right: -50px;
}
.items li a
{
    margin-left: 30px;
    font-size: 25px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    color: whitesmoke;
    transition: all 0.2s ease;
}
.items li:hover
{
    transform: scale(1.1);
}
.items li a:hover
{
    text-shadow: 0px 4px 5px rgb(0,0,0.5);
}
.headerline
{
    margin-right: 5%;
}


.content
{
    min-width: 400px;
    z-index: 999;
    top: 100%;
    display: none;
}
#mobile
{
    display: flex;
    flex-direction: column;
    z-index: 999;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    height: 100vh;
    max-width: 400px;
    background-color: #2E3C7D;
    color: #FBEAEB;
    position: fixed;
}
.menu_bar
{
    display: none;
}


.menu_profile 
{
    border: 3px solid white;
    border-radius: 50%;
    padding: 5px 3px 5px 3px;
    margin-top: -5px;
    background-color: black;
    overflow: hidden;
}
.menu_profile:hover
{
    border-color: cyan;
    color: cyan;
}


/* Login form */
.menu_profile 
{
    border: 3px solid white;
    border-radius: 50%;
    padding: 5px 3px 5px 3px;
    margin-top: -5px;
    background-color: black;
    overflow: hidden;
}
.menu_profile:hover
{
    border-color: cyan;
    color: cyan;
}
.cancel a
{
    font-size: 20px;
    margin-left: 90%;
    margin-top: 5px;
    border: 2px solid black;
    color: black;
    border-radius: 50%;
    padding: 5px 3px 2px 3px;
    margin-bottom: -10px;
}
.form_holder
{
    display: none;
    box-shadow: 0px 0px 10px black;
    max-width: 350px;
    padding: 20px;
    position: fixed;
    z-index: 999;
    margin-top: 5%;
    margin-left: 38%;
    border-radius: 30px;
    background-color: #fff;
}
.log
{
  font-size: 3rem;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
  color: black;
  text-decoration: underline;
}
.form_holder_content
{
  padding: 10px;
}
.input_group
{
  margin-top: 30px;
  position: relative;
}
.input_group input
{
  border-radius: 8px;
  padding-top: 9px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 2px solid black;
  color: black;
  min-width: 320px;
  font-size: 16px;
  background: transparent;
  outline: none;
}
.input_group label
{
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 15px;
  padding-left: 3px;
  padding-right: 3px;
  transform: translateY(-50%);
  transition: 0.3s;
  color: gray;
  background-color: white;
  pointer-events: none;
}
.input_group input:focus~label,
.input_group input:valid~label
{
  top: -3px;
  color: blue;
}
.forget
{
  margin-left: 10px;
  color: blue;
  font-size: 12px;
}
.pass
{
    display: flex;
    align-items: center;
}
.Remember
{
  margin-left: 25%;
}
.but
{
  padding: 8px 37% 8px 37%;
  margin-left: 15px;
  margin-top: 5%;
  font-size: 20px;
  background-color: blue;
  color: white;
  border-radius: 20px;
  border: none;
}
.but:hover
{
  background-color: black;
  color: white;
}
/* mistake */
.login_type
{
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 8px;
    padding-left: 20px;
}
/* mistake */
.l
{
    min-width: 100%;
    margin-left: -70px;
    text-align: center;
    margin-top: 28px;
    list-style: none;
}
/* mistake */
.l a
{
    text-decoration: none;
    color: black;
    align-content: center;
    padding-left: 20px;
    border: 2px solid;
    border-radius: 10px;
    font-size: 20px;
    padding: 7px 10% 7px 15%;
}
/* mistake */
#logo3
{
    padding-left: 33px;
}
/* mistake */
#logo2
{
    padding-left: 65px;
    padding-right: 40px;
}


#logo1:hover
{
  background: linear-gradient(to right,red,blue,green,yellow);
  border-top-color: red;
  border-right-color: blue;
  border-bottom-color: green;
  border-left-color: yellow;
  color: white;
}
#logo2:hover
{
  background-color: black;
  color: white;
  border-color: black;
}
#logo3:hover
{
  background-color: blue;
  color: white;
  border-color: black;
}

/* breakfast content */
.contant
{
  justify-content: space-between;
  margin: 30px;
  max-width: 97%;
}
.breakfast
{
  min-width: 600px;
  max-height: 450px;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 5%;
  background-color: #FCDFC5;
  box-shadow: 0px 0px 10px bisque;
  margin-top: 20px;
}
.breakfast h1
{
  color: #262628;
  font-weight: bold;
  font-size: 2.2rem;
}
.breakfast_time
{
    overflow: hidden;
    object-fit: cover;
    min-width: 500px;
    max-height: 400px;
    padding: 5%;
    position: relative;
}
.breakfast_time img
{
    max-width: 90%;
    max-height: 480px;
    margin-top: -20px;
    animation: spin 30s linear infinite;
}

.food_details h3
{
    max-width: 80%;
    font-size: 1.1rem;
    color: #526f72;
}



@keyframes spin 
{
    0%
    {
        transform: rotate(-360deg);
    }
}



#slideright
{
    animation: slidethe 0.7s linear forwards;
}
#slideleft
{
    animation: slidethese 0.7s linear forwards;
}
@keyframes slidethe 
{
    0%
    {
        transform: translateX(-50px);
        opacity: 0;
    }    
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes slidethese 
{
    0%
    {
        transform: translateX(50px);
        opacity: 0;
    }    
    100%
    {
        transform: translateX(0px);
        opacity: 1;
    }
}

/*Footer content*/
footer
{
    background-color: darkslategray;
}
.footer_details
{
    display: flex;
    justify-content: space-between;
    padding: 30px;
    padding-right: 30px;
}
.arange
{
    max-width: 300px;
    text-align: left;
    margin-right: 30px;
}
.arange h1
{
    font-size: 2rem;
    color: white;
    text-align: center;
}
.abouts_details li a
{
    text-decoration: none;
    color: white;
    font-size: 15px;
} 
.abouts_details li
{
    list-style: disc;
    margin-top: 5px;
}
.contact_logo
{
    text-decoration: none;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    margin-left: -45px;
}
.contact_logo li a
{
    font-size: 17px;
    border: 3px solid white;
    color: white;
    padding: 5px;
    border-radius: 50%;
}
.contact_logo li a:hover
{
    color: cyan;
    border-color: cyan;
    background-color: black;
}
.mail_contact
{
    margin-top: 20px;
}
.mail_contact li a
{
    text-decoration: none;
    color: white;
}
.mail_contact li
{
    list-style: none;
    margin-left: -23px;
    margin-top: 10px;
}
.abouts_details
{
    color: white;
}





@media screen and (max-width: 700px)
{
   body
    {
        margin: 0px;
        padding: 0px;
        background-color: white;
    }
    .itemsn
    {
        list-style: none;
    }
    .itemsn li
    {
        margin-top: 18%;
    }
    .items
    {
         margin-left: -35%;
    }
    #logoshop
    {
        width: 70%;
        margin-left: 15%;
        margin-top: 50%;
    }
    .logo 
    {
        max-width: 90px;
    }
    #mobile li a
    {
        margin-top: 60px; 
        margin-left: 0px;
        margin-right: 60px;
        align-self:flex-start;  
        text-decoration: none;
        color: white;
        font-size: 25px;  
    }
    #hidemobile
    {
        display: none;
    }
    #x_mark a
    {
        margin-left: 20%;
        font-size: 40px;
    }
    .menu_profile
    {
        font-size: 20px;
        margin-right: -5px;
        padding: 2px 2px 2px 2px;
        margin-top: -10px;
    }
    .menu_bar
    {
        display: flex;
        margin-right: -10px;
        font-size: 25px;
    }
    .breakfast
    {
        min-width: 90%;
        max-height: 480px;
        display: flex;
        flex-wrap: wrap;
    }
    .breakfast_time
    {
        min-width: 80px;
    }
    .food_details h1
    {
        font-size: 20px;
    }
    .food_details h3
    {
        font-size: 15px;
        max-width: 500px;
    }
    .menu_bar a
    {
        font-size: 28px;
    }
    #manu_profile a
    {
        font-size: 18px;
        border: 3px solid white;
        border-radius: 50%;
        border-color: lightblue;
        color: lightblue;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .form_holder
    {
        margin-left: 25px;
        margin-top: 8%;
        position: fixed;
    }
    .footer_details
    {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .arange h1
    {
        font-size: 1.3rem;
    }
    .contact_logo
    {
        gap: 15px;
        margin-left: -40px;
    }
}


