

body,html{
  overflow-x: hidden;
}

main{
    width: 100%;
    background-color: var(--bgcolor);
}
.azjatyckie-menu{
    width: 100%;
    height: auto;
    background-color: var(--bgcolor);
}
.top{
    background-image: url('../img/back.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: relative;
    min-height: 800px;
}

.danieDnia{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%);
    width: 90%;
    text-align: center;
    color: white;
    z-index: 1;
}
.danieDnia h1{
  font-family: 'Pinyon Script', cursive;
  font-size: 40px;
  border-bottom: 1px solid white;
}
.pozycje{
  text-align: left;
  
}
.pozycje em{
  font-family: var(--century);
  padding-right: 5px;

}
.cena{
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.cena h1{
  font-family: var(--century);
  border: none;
}
.pozycje h2{
  font-family: var(--md);
    color: #ffb166;
    font-weight: 100;
}
.pozycje p{
  font-family: var(--md);
  color: #cecece;
  text-wrap: balance;
}
.top::after{
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(2,17,27);
    background: linear-gradient(0deg, rgba(2,17,27,1) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
}
.black{
    width: 100%;
    height: auto;
    background-color: #02111B;
    color: white;
}
.black h1{
  font-family: 'Times New Roman', Times, serif;
  margin: 0;
  padding-bottom: 80px;
  font-size: 30px;
  padding-top: 20px;
  width: 90%;
}
.black em{
    color: #D4D4D4;
    font-style: normal;
}
.black p{
    padding:  10px;
    text-align: justify;
    line-height: 25px;
    color: whitesmoke;
}
* {
    box-sizing: border-box;
  }
  
  .menu {
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 40vh;
  }
  
  .menu.is-dragging {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  .menu--wrapper {
    counter-reset: count;
    display: flex;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
  }
  
  .menu--item {
    counter-increment: count;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 40vw; /* Zwiększone szerokości zdjęć */
    height: 100%;
    padding: 0 2vw; /* Zwiększone odstępy */
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .menu--item {
      width: 80vw; /* Dostosowane dla mniejszych ekranów */
      height: 80vw;
      padding: 0 2vw; /* Dostosowane odstępy */
    }
  }
  
  .menu--item:nth-child(n+10):before {
    position: absolute;
    content: counter(count);
    color: #ffffff;
    font-size: 2vw; /* Rozmiar numeru */
    bottom: 1vw;
    left: 1vw;
    z-index: 2;
  }
  
  .menu--item figure {
    position: absolute;
    z-index: 1;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transform-origin: center;
  }
  
  .menu--item figure img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    transform-origin: center;
  }
  .parking{
    border: 2px solid white;
    border-radius: 20px;
    /* margin: 10px; */
    width: 58%;
    margin: auto;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .rightParking p{
    width: 100%!important;
  }
  .leftParking img{
    width: 150px;
    margin: 0px;
    margin-top: 10px;
    margin-right: 20px;
  }
  .rightParking em{
    background-color: #3fde8b;
    color: #02111b;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: bold;
  }

  .linkGaleria{
    width: 100%;
    height: 40px;
    text-align: center;
    color: gainsboro;
    padding: 10px;
    margin-top: 30px;
  }
  .linkGaleria a{
    color: gainsboro;
    text-transform: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .menuDish{
    width: 100%;
    height: fit-content;
    background-color: var(--bgcolor);
    padding: 10px;
  }
  .menuDish h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 80px;
    text-align: center;
  }

 

  .menu-container {
    display: flex;
    justify-content: center;
    margin: 20px;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
  }
  
  .category-btn {
    background-color: #efe0d3;
    color: black;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    width: 100%;
    border-bottom: 2px solid black;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Times New Roman', Times, serif;
  }
  .category-btn:hover{
    background-color: #cdb9a8;
  }
  .menu-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px;
  }
  
  .menu-item {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .party{
    width: 100%;
    background-image: url('../img/faleSmall.png');
    background-position: center;
    background-size: cover;
    display: none;
  }
  .party h1{
    margin: 0;
    padding: 0;
    font-family:  'Comfortaa', sans-serif;;
    font-weight: bold;
    text-align: center;
    font-size: 40px;
  }
  .buttonParty{
    text-align: center;
    width: 60%;
    display: flex;
    background-color: #2406E6;
    color: white;
    font-weight: bold;
    margin: auto;
    margin-top: 40px;
    padding: 20px;
    border-radius: 0px 20px 20px 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .buttonParty a{
    color: rgb(255, 255, 255);
    text-transform: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .partyImg{
    width: 100%;
    margin: auto;
    display: flex;
    margin-top: 50px;
    padding-bottom: 20vw;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .partyImg img{
    width: 50vw;
    height: auto;
  }

  /* 
   */
   .blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #1C5F3E;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
  }

  @media screen and (max-width: 992px) {
    .blog-slider {
      max-width: 680px;
      height: 400px;
    }
  }

  @media screen and (max-width: 768px) {
    .blog-slider {
      min-height: 500px;
      height: auto;
      margin: 180px auto;
    }

    .swiper-slide {
      text-align: center;
    }

    .blog-slider__img {
      width: 90%;
      transform: translateY(-50%);
    }
  }

  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
      height: 350px;
    }
  }

  .blog-slider__item {
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 768px) {
    .blog-slider__item {
      flex-direction: column;
    }
  }

  .blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
  }

  .blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
  }

  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14),
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 0.3s;
  }

  .blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
  }

  .blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.8;
  }

  .blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
  }

  @media screen and (max-width: 768px) {
    .blog-slider__img {
      transform: translateY(-50%);
      width: 90%;
    }
  }

  @media screen and (max-width: 576px) {
    .blog-slider__img {
      width: 95%;
    }
  }

  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
      height: 270px;
    }
  }

  .blog-slider__content {
    padding-right: 25px;
  }

  @media screen and (max-width: 768px) {
    .blog-slider__content {
      margin-top: -80px;
      text-align: center;
      padding: 0 30px;
    }
  }

  @media screen and (max-width: 576px) {
    .blog-slider__content {
      padding: 0;
    }
  }

  .blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
  }

  .blog-slider__code {
    color: #505050;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
  }

  .blog-slider__title {
    font-size: 35px;
    font-weight: 700;
    color: #deb552;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 20px;
  }

  .blog-slider__text {
    color: #e1e1e1;
    margin-bottom: 30px;
    line-height: 1.5em;
  }

  .blog-slider__button {
    display: inline-flex;
    border: 2px solid white;
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
  }



  .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .blog-slider .swiper-pagination-custom,
  .blog-slider .swiper-pagination-fraction {
    bottom: 0px!important; /* Updated to move pagination to the bottom */
    left: 0!important;
    width: 100%!important;
    position: absolute!important; /* Added absolute positioning */
  }

  .blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
  }

  @media screen and (max-width: 768px) {
    .blog-slider__pagination {
      transform: translateX(-50%);
      left: 50% !important;
      top: 205px;
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }

  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
  }

  @media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
    }
  }

  .blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.2;
    transition: all 0.3s;
  }

  .blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
   
    height: 30px;
  }

  @media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px;
    }
  }
.slide{
    position: relative;
    width: 100%;
    height: 130vh;
    background-color: #02111B;
}
  .blog-slider{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
  }
  .blog-slider::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    background-color: #4aab7b57;
    border-radius: 10% 15% 100%;
  }
  .review{
    width: 100%;
    /* height: 150vh; */
    background-color: #02111B;
    padding-bottom: 5vh;
  }
  .review h1{
    color: white;
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    margin: 0;
    padding: 10px;
    font-weight: 400;
    letter-spacing: 10px;
    border-bottom: 2px solid rgb(169, 169, 169);

    width: 90%;
  }
  .review em{
    color: #898989;
    font-style: normal;
  }
  .review p{
    padding:  10px;
    text-align: justify;
    line-height: 25px;
    color: whitesmoke;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 2px;
  }

.reviewContener{
    width: 100%;
    margin: auto;
    height: auto;
    padding: 15px;
}
  .rew p{
    color: #bebebe;
    font-family: var(--century);
  }
  .rew{
    margin-bottom: 1em;
    background-color: #041525;
    border-radius: 10px;
    padding: 0px 10px;
  }
.rewBottom{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: baseline;

}
.mark{
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-size: 30px;
}
.mark img{
    width: 30px;
    height: 30px;
}
.author p{
    color: white;
    font-family: "Comfortaa";
}
.rew:nth-child(3){
    position: relative;
}
.rew:nth-child(3)::after{
  content: '';
  width: 100%;
  height: 110%;
  z-index: 100;
  position: absolute;
  background: rgb(2,17,27);
  background: linear-gradient(0deg, rgba(2,17,27,1) 27%, rgba(255,255,255,0) 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showMore{
    text-align: center;
    width: 100%;
    margin: auto;
    color: white;
}
.showMore a{
  color: #ffffff;
  text-decoration: underline;
}

.contact{
  width: 100%;
  height: auto;
  background-color: var(--bgcolor);

}
.contact h1{
  font-size: 80px;
  font-family: 'Times New Roman', Times, serif;
  margin: 0;
  padding: 40px;
  text-align: center;
  font-weight: 100;
}

.contactBox{
 
  text-align: left;
  font-family: 'Times New Roman', Times, serif;
}
h4{
  font-size: 20px;
  margin-bottom: 0px;
  color:#626262;
}

.hoursBox{
  display: flex;
  width: 70%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.map{
  margin-top: 40px;
  padding-bottom: 80px;
}
footer{
  width: 100%;
  height: auto;
  background-color: #E0D2C5;
  position: relative;
}
.rights{
  position: absolute;
  
  width: 80%;
  text-align: center;
  font-size: 12px;
  bottom: 10px;
  border-top: 2px solid #6D6D6D;
  left: 50%;
  /* bottom: 10px; */
  transform: translate(-50%, 0px);
  padding-top: 10px;
}
.logoFooter{
  width: 80%;
    height: auto;
    margin: auto;
    padding-bottom: 50px;
    color: #525252;
    font-family: 'Times New Roman', Times, serif;
}

.links{
  display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: auto;
    
    color: #919191;
}
.links p{
  margin-bottom: 5px;
}
.links h3{
  color:#6D6D6D;
  border-bottom: 2px solid #6D6D6D;
  padding-bottom: 5px;
  margin-bottom: 5px;
  margin-top: 20px;
  font-weight: 600;
}
.links img{
  width: 50px;
}
.textFooter{
  margin-top: 50px;
}


.menuBaner em{
  background-color: #3fde8b;
  padding: 2px 5px;
  border-radius: 7px;
  color: white;
 
}
.menuBaner h2{
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}
.menuBaner p{
  text-align: center;
  width: 90%;
  margin: auto;
}
.telMenu{
  width: 200px;
    padding: 10px 15px;
    border-radius: 30px;
    background-color: #044022;
    color: white;
    text-align: center;
    margin: auto;
    margin-top: 30px;
    font-weight: 900;
}
.cena h1{
  font-family: 'emoji';
}
.flexContect{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin: auto;

}
.contactBox{
  width: 100%;
}
.flexCont1{
  width: 100%;
}
.flexCont2{
  width: 100%;
}
/* Styl dla większych laptopów i monitorów o szerokości ekranu 1280 pikseli lub większej */

@media  screen and (max-width: 1000px) {
  .parking{
    width: 80%;
    margin: auto;
  }}

  @media  screen and (max-width: 880px){
    .parking{
      border: 2px solid white;
      border-radius: 20px;
      /* margin: 10px; */
      width: 85%;
      margin: auto;
      padding: 10px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 30px;
    }
  }
@media  screen and (max-width: 450px) {
  .parking{
    border: 2px solid white;
    border-radius: 20px;
    margin: 10px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin: auto;
  }
  .leftParking img{
    width: 150px;
    margin: 0px;
    margin-top: 10px;
  }
  .rightParking em{
    background-color: #3fde8b;
    color: #02111b;
    padding: 2px 5px;
    border-radius: 4px;
    font-weight: bold;
  }
  .rightParking p{
    padding-top: 0px;
  }
}
@media (min-width: 880px) {

  .flexBlack{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
    width: 80%;
    margin: auto;
    padding-bottom: 100px;
  }
  
  .black p{
    padding: 0;
  }
  .parag{
    margin: 0!important;
    margin-top: 2em!important;
    width: 70%!important;
  }
  .flexi p:first{
    margin-top: 2em!important;
  }
  .flexmenuDish{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
    margin: auto;
  }
  .menu-container{
    width: 50%;
  }
  .flexmenuDish .menuBaner{
    width: 50%;
  }
  .menuBaner h1{
    font-size: 60px;

  }
  
  .menuDish,.contact{
    width: 75%;
    margin: auto;
  }
  .party{
    width: 100%;
    height: 100vh;
    background-image: url(../img/faleBig.png);
    background-position: center;
    background-size: cover;
  }
  .flexParty{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
  }
  .party{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .partyImg{
    width: 30%;
    margin: 0;
    padding-bottom: 0;
  }
  .buttonParty{
    width: auto;
  }
  .blog-slider{
    transform: translate(-50%, -50%);
  }
  .reviewContener{
    width: 80%;
  }
  
  .menuBaner h1{
    text-align: left;
  }
  .menuBaner h2{
    text-align: left;

  }
  .menuBaner p{
    text-align: left;
    width: 100%;
  }
  .telMenu{
    margin: 0;
    margin-top: 30px;
  }
  .flexReview{
    width: 80%;
    margin: auto;
  }
  .danieDnia{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(20%, -25%);
    width: 40%;
    text-align: center;
    min-width: 375px;
    color: white;
    z-index: 1;
  }

  .flexContect{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }
  .flexCont1{
    width: 50%;
  }
  .flexCont2{
    width: 50%;
  }
  .partyImg{
    position: absolute;
    /* width: 200px; */
    transform: translate(-90%,0%);
  }
  .partyImg img{
    width: 20vw;
  }
  .slide{
    height:  65vh;
  }
}

@media (min-width: 1000px) {
  .flexBlack{
   
    width: 60%;
  }
}

/* Stylizacja dla standardowych i wariantowych pozycji menu */
.bigDiv, .zestawMenu1, .zestawMenu2, .menu-items {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.row, .row1, .mainDishRow, .variantRow {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.alternateRow {
  background-color: #f9f9f9;
}

.mainDishRow {
  background-color: #d4c1b2; /* Przykładowy kolor tła dla głównych dań */
  font-weight: bold;
  font-size: 18px;
}

.variantRow .opisDiv {
  padding-left: 20px; /* Indentacja dla opisów wariantów */
  font-size: 16px;
  color: #555;
}

.nameDiv {
  flex: 2;
  font-weight: bold;
  color: #333;
}

.opisDiv {
  flex: 3;
  color: #555;
}

.priceDiv {
  flex: 1;
  text-align: right;
  font-weight: bold;
  color: #000000;
}

/* Dodatkowe style dla 'danie_dnia' */
.zestawMenu1, .zestawMenu2 {
  border-radius: 10px;
  padding: 10px;
  background-color: #eee0d4;
  border: 2px solid #0f3f24;
  margin-bottom: 15px;
}
.chinczyk img{
  width: 300px;
}
.chinczyk{
  margin-top: 2em;
  height: auto;
}
.chinczyk h2{
  font-size: 20px;
  font-family: 'raleway';
  margin: 0;
  margin-bottom: 10px;
  color: #02111B;
  padding: 10px;
  font-weight: bold;
  letter-spacing: 10px;
  border-bottom: 2px solid #71543c;
  width: 90%;
}
.cenaDnia {
  background-color: #ae8e73;
  border-radius: 10px;
  color: white;
  padding: 10px 20px;
  margin-top: 1em;
  text-align: center;
  font-size: 30px;
}

.cenaDnia .small {
  font-size: 20px;
  white-space: nowrap;
}

/* Stylizacja dla aktywnego przycisku kategorii */
.active-category-btn {
  background-color: #ff6f61;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px 0;
  transition: background-color 0.3s;
}

.active-category-btn:hover {
  background-color: #e65c50;
}

/* Stylizacja przycisków kategorii */
.category-btn {
  background-color: #d5c1b0;
  color: #333;
  border: 1px solid;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px 0;
  transition: background-color 0.3s;
}

.category-btn:hover {
  background-color: #ad9580;
}

/* Responsywność */
@media (max-width: 768px) {
  .row, .row1, .mainDishRow, .variantRow {
      flex-direction: column;
      align-items: flex-start;
  }

  .priceDiv {
      text-align: left;
  }
}
