
p,
a {
  font-family: 'Cairo';
}
.res-details{
    display: flex;
    justify-content: space-evenly;
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 30px;
}
.res-details img{
    width: 30vw;
    min-width: 200px;
    max-width: 300px;
}
.order-cont{
    width: 50vw;
    min-width: 250px;
    direction: rtl;
}
.order-cont h2{
    margin-bottom: 15px;
}
.order-cont p{
   line-height: 2;
   font-size: 18px;
    opacity: 82%;
}
@media (max-width:767px) {
    .order-cont p{
        line-height: 1.6;
        font-size: 16px;
    }
}
@media (max-width:550px) {
    .res-details{
        flex-direction: column;
        place-items: center;
        text-align: -webkit-center;
        gap: 20px;
    }
    .order-cont p{
        font-size: 14px;
    }
}
form a{
    color: white;
    background-color: #d60101;
    width: 50vw;
    min-width: 250px;
    height: 7vh;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    max-width: 400px;
    margin-bottom: 100px;
}
form a:hover{
    background-color:#8b322c;
    color: white !important;
    transition: 0.5s ease;
}
.order{
    direction: rtl;
}
.order form{
    display: flex;
    flex-direction: column;
    place-items: center;
    padding-bottom: 5vw;
}
select{
    width: 50vw;
    min-width: 250px;
    height: 6vh;
    padding-right: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: 0;
    max-width: 400px;
    cursor: pointer;
}
.order form label{
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 400px;
}
.date-content{
    display: flex;
    justify-content: space-between;
    width: 50vw;
    min-width: 250px;
    max-width: 400px;
}
.label{
    width: 50vw;
    min-width: 250px;
    direction: rtl;
    max-width: 400px;
}
.date{
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 50vw;
    min-width: 250px;
    direction: rtl;
    max-width: 400px;
    padding: 10px;
}
.time,textarea{
    width: 50vw;
    min-width: 250px;
    direction: rtl;
    max-width: 400px;
    padding: 10px;
}
textarea{
    height: 100px !important;
    margin-bottom: 10px !important;
    border-radius: 5px;
}
.time{
    height: 45px;
    border-radius: 5px;
    cursor: pointer;
}
.dish{
    position: relative;
  }
  .dish h2{
    padding-bottom: 35px;
    font-size: 35px;
    text-align: center;
    color: var(--main-color);
    font-weight: bold !important;
  }
  .dish .swiper {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 50px;
  }
  
  .dish .swiper .swiper-slide {
    text-align: center;
    max-width: 300px;
    max-height: 485px;
    font-size: 18px;
    width: 26vw;
    height: 41vw;
    min-width: 150px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 2px solid;
    overflow: hidden;
  }
  
  .dish .swiper .swiper-wrapper {
    align-items: center;
    transition: 1s;
  }
  
  @media (max-width:600px) {
    .dish .swiper .swiper-wrapper {
      scale: .8;
    }
  }
  
  @media (max-width:400px) {
    .dish .swiper .swiper-wrapper {
      scale: .5;
    }
  }
  
  .dish .swiper .swiper-slide img {
    display: block;
    height: 55%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
  }
  
  .dish .swiper .all-in {
    position: absolute;
    bottom: 0;
    height: 45%;
    padding: 0 9%;
  }
  
  .dish .swiper .all-in a {
    background: #8B322C;
    color: white;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 100px;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 60%;
    font-size: medium;
  }
  
  .dish .swiper .inner-container {
    display: flex;
  }
  
  .dish .swiper .inner-container .right {
    width: 60%;
    text-align: right;
  }
  
  .dish .swiper .inner-container .left {
    width: 40%;
  }
  
  .dish .swiper .big {
    font-size: larger;
    line-height: 1.8;
  }
  
  .dish .swiper .mid {
    font-size: medium;
    line-height: 1.8;
  }
  
  .dish .swiper .small {
    font-size: 12px;
    text-align: right;
    line-height: 1.6;
  }
  
  @media (max-width:950px) {
    .dish .swiper .all-in a {
      background: #8B322C;
      color: white;
      text-decoration: none;
      padding: 4px 0;
      border-radius: 100px;
      position: absolute;
      display: block;
      left: 50%;
      transform: translateX(-50%);
      bottom: 10px;
      width: 85%;
    }
  
    .dish .swiper .big {
      font-size: medium;
    }
    
    .dish .swiper .mid {
      font-size: smaller;
    }
    
    .dish .swiper .small {
      font-size: 9px;
    }
  
    .dish .swiper .all-in a {
      font-size: small;
    }
  }
  
  @media (max-width:800px) {
    .dish .swiper .all-in a {
      font-size: small;
      padding: 2px 0;
    }
  
    .dish .swiper .big {
      font-size: medium;
    }
    
    .dish .swiper .mid {
      font-size: small;
    }
    
    .dish .swiper .small {
      font-size: 7px;
    }
  
  
  }
  
  @media (max-width:767px) {
    .dish .swiper .all-in a {
      font-size: small;
      padding: 2px 0;
    }
  
    .dish .swiper .big {
      font-size: smaller;
    }
    
    .dish .swiper .mid {
      font-size: small;
    }
    
    .dish .swiper .small {
      font-size: 7px;
    }
  
  
  }
  
  @media (max-width:700px) {
    .dish .swiper .swiper-slide {
      border-radius: 28px;
    }
  
    .dish .swiper .all-in a {
      font-size: 10px;
      width: 85%;
    }
  
    .dish .swiper .big {
      font-size: small;
    }
    
    .dish .swiper .mid {
      font-size: 10px;
    }
    
    .dish .swiper .small {
      font-size: 8px !important;
    }
  
  
  }
  
  @media (max-width:660px) {
  
    .dish .swiper .all-in a {
      font-size: 10px;
    }
  
    .dish .swiper .big {
      font-size: 12px;
    }
    
    .dish .swiper .mid {
      font-size: 9px;
    }
    
    .dish .swiper .small {
      font-size: 7px;
    }
  }
  
  @media (max-width:590px) {
  
    .dish .swiper .swiper-slide {
      width: 40vw;
      height: 57vw;
    }
  
    .dish .swiper .all-in a {
      font-size: small;
    }
  
    .dish .swiper .big {
      font-size: smaller;
    }
    
    .dish .swiper .mid {
      font-size: small;
    }
    
    .dish .swiper .small {
      font-size: 9px;
    }
  
  }
  
  @media (max-width:547px) {
    .dish .swiper .swiper-slide {
      border-radius: 28px;
    }
  
    .dish .swiper .all-in a {
      font-size: 10px;
      width: 85%;
    }
  
    .dish .swiper .big {
      font-size: small;
    }
    
    .dish .swiper .mid {
      font-size: 10px;
    }
    
    .dish .swiper .small {
      font-size: 8px;
    }
  }
  
  @media (max-width:547px) {
  
    .dish .swiper .all-in a {
      font-size: 10px;
    }
  
    .dish .swiper .big {
      font-size: 12px;
    }
    
    .dish .swiper .mid {
      font-size: 9px;
    }
    
    .dish .swiper .small {
      font-size: 7px;
    }
  }
  
  @media (max-width:432px) {
  
    .dish .swiper .swiper-slide {
      width: 40vw;
      height: 65vw;
    }
  }
  
  @media (max-width:378px) {
  
    .dish .swiper .swiper-slide {
      width: 43vw;
      height: 70vw;
      min-width: 0;
      border-radius: 18px;
    }
    .dish .swiper {
      column-gap: 0;
    }
  }
  
  @media (max-width:378px) {
  
    .dish .swiper .small {
      font-size: 7px !important;
    }
  
    .dish .swiper .mid {
      font-size: 8px;
    }
    
  }
  
  @media (max-width:329px) {
  
    .dish .swiper .swiper-slide {
      height: 77vw;
    }
    
  }
  
  @media (max-width:306px) {
  
    .dish .swiper .swiper-slide img {
      height: 45%;
    }
    .dish .swiper .all-in {
      height: 55%;
    }
    .dish .swiper .inner-container .right ,.dish .swiper .inner-container .left {
      width: max-content;
    }
    .dish .swiper .inner-container {
      justify-content: space-between;
    }
  }
  
  @media (max-width:306px) {
    .dish .swiper .swiper-slide img {
      height: 40%;
    }
  
    .dish .swiper .all-in {
      height: 60%;
    }
  }
  
  .dish .swiper p {
    margin-bottom: 0;
    margin-top: 0;
  }

  .red {
    color: red;
    font-size: 11px;
  }

  
.order form button {
  color: white;
  background-color: #d60101;
  width: 25vw;
  min-width: 115px;
  height: 6vh;
  min-height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: bold;
  max-width: 190px;
  outline: none;
  border: none;
}

.order form button:hover {
  background-color: #8b322c;
  color: white !important;
  transition: 0.5s ease;
}

@media (max-width:380px) {
  .order form button {
    width: 100%;
    height: 5vh;
    font-size: 13px;
    min-height: 35px;
    min-width: 110px;
  }
}