@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body {
  display: grid;
}
p,
a {
  font-family: 'Cairo';
}
.dish{
  margin-top: 100px;
  height: max-content;
}
.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:620px) {
  .dish h2{
      font-size:25px;
  }
}

@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 5%;
  width: 100%;
}

.dish .swiper .all-in button {
  background: #d60101;
  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;
  border: none;
}
.dish .swiper .all-in a:hover{
  background-color: #8B322C;
}
.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 button {
    background:#d60101;
    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 button {
    font-size: small;
  }
}

@media (max-width:800px) {
  .dish .swiper .all-in button {
    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 button {
    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 button {
    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 button {
    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 button {
    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 button {
    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 button {
    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;
}

.nomore {
  height: 20vw;
  align-content: center;
  text-align: center;
  color: #e80000;
}

@media (max-width:767px) {
  .nomore {
    align-content: flex-end;
    min-height: 140px;
  }
}

#city-select {
  position: absolute;
  top: 16%;
  left: 4%;
  outline: none;
  border: 2px #8b322c solid;
  border-radius: 6px;
  width: 115px;
}
 .new-cont{
     position:relative;
 }
@media (max-width:621px) {
  #city-select {
    width: 75px;
    font-size: small;
  }
}
@media (max-width:350px) {
  .dish h2{
      font-size:20px;
  }
  #city-select {
      position:relative;
  }
  .new-cont{
     display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .dish h2 {
      padding-bottom:10px;
  }
}