@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
body{
    direction: rtl;
    background: #f9f9f9;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    width: 100vw;
    line-height: inherit;
    background-color: #052a3c;
    font-family: sahel;
}
header{
    color: white;
}
header div{
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    margin-top: 50px;
}
header p{
    font-family: sahel;
    margin: 0;
    text-align: center;
}
.logo_header{
    width: 200px;
}
.content{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 28rem;
    flex-direction: column;
    gap: 2rem;
    background-color: #153c4e;
    width: 100%;
}
.food_list{
    display: flex;
    justify-content: space-between;
    border: 1px solid white;
    border-radius: 20px;
    margin-left: 1rem;
    margin-right: 1rem;
}
.food_list a{
    color: white;
    text-decoration: none;
    padding: 15px 15px;
    font-weight: bold;
    font-size: 18px;
}
.food_list a:hover{
    background: #eb812b;
    border-radius: 20px;
}
.call_box{
    display: flex;
    justify-content: space-between;
    margin-left: 3rem;
    margin-right: 3rem;
}
.call_box .text_call{
    font-weight: bold;
    font-size: 18px;
    color: white;
    padding: 15px 15px;
    margin: 0;
}
.call_box .call{
    font-weight: bold;
    font-size: 18px;
    background: #eb812b;
    color: white;
    padding: 15px 15px;
    border-radius: 20px;
    text-decoration: none;
    animation: jump 1.2s infinite;
}
@keyframes jump {
  0% {
    transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    transform: translate(0, 5px) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(-1deg);
  }
}
.call_box .call:hover{
    color: #eb812b;
    background: white;
}
.menu{
    border: 0.5px solid white;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    padding: 30px 5px 5px;
    border-radius: 60px 60px .25rem .25rem;
    margin-top: 70px;
}
.menu.pizza{
    margin-top: 0 !important;
}
.menu_box{
    position: relative;
    z-index: 10;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
    gap: 1.25rem;
    border-radius: 60px 60px .25rem .25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(199 180 148 / var(--tw-bg-opacity));
    padding: 1.25rem 1.5rem;
    top: 25px;
}
.menu_list{
    margin: 30px auto;
    width: 1000px;
    display: contents;
}
.menu .cat{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 15px;
    background: white;
    width: 200px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 18px;
}
footer{
	text-align: center;
	margin-top: 70px;
	padding-top: 15px;
	width: auto;
	color: #052a3c;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
}
footer div{
    position: relative;
    width: 100%;
}
footer .footer_about{
    background: #c7b494;
    border-radius: .25rem 0 0 0;
    padding: 30px 20px 10px;
    z-index: 1;
}
footer span{
    border-top: 0.5px solid white;
    border-right: 0.5px solid white;
    border-left: 0.5px solid white;
    border-radius: .25rem .25rem 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 117px;
    display: flex;
    left: -6px;
    padding: 5px;
}
footer a{
    color: #153c4e;
}
.logo_footer{
    width: 85px;
    position: relative;
    z-index: 2;
    background: #153c4e;
    padding: 7px 30px;
    border-radius: 0 .25rem 0 0;
    border-top: 1px solid #c7b494;
    border-right: 1px solid #c7b494;
    border-left: 1px solid #c7b494;
}
#allNames{
	display: none;
}
#errorMessage{
	display: none;
	color: red;
}
#loader {	
  border: 16px solid #153c4e;
  border-top: 16px solid #eb812b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-top: 40px;
  color: white;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.name-row{
	display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f3f3f3;
    padding-bottom: 0;
    position: relative;
    min-height: 400px;
    border-radius: 0.375rem;
    margin-bottom: 40px;
    padding: 5px;
}
.name{
	display:inline-block;
	text-transform: capitalize;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    position: relative;
    z-index: 10;
    width: 100%;
    background-color: #ffffffbf;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    color: #153c4e;
    margin: 0;
}
.info{
    padding-bottom: 0.375rem;
    padding-top: 0.75rem;
    font-size: 1.25rem;
    margin: 5px;
    color: #153c4e;
}
.price{
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: 0.375rem;
    padding-top: 0.5rem;
    text-align: center;
    height: 100%;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #153c4e;
    margin: 5px;
}
.pic{
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 0.375rem;
}
#allNames_pizza .name-row,
#allNames_pizza .name-row img,
#allNames_berger .name-row,
#allNames_berger .name-row img,
#allNames_coffee .name-row,
#allNames_coffee .name-row img,
#allNames_sauce .name-row,
#allNames_sauce .name-row img{
    border-radius: 60px 60px .25rem .25rem;
}
@media (min-width: 1024px)
{
    .content_section {
        max-width: 1024px;
    }
}
@media (min-width: 768px)
{
    .content_section {
        max-width: 768px;
    }
}
@media (min-width: 640px)
{
    .content_section {
        max-width: 640px;
    }
}