.restaurant-menu{width:100%;background-color:#edf7ee;padding-bottom:48px}.restaurant-menu__card-front{height:100%;display:flex;align-items:flex-start;margin-bottom:80px}.restaurant-menu__slider{width:100%;height:490px;overflow-x:hidden}.restaurant-menu__button{margin-top:32px;width:100%;display:flex;justify-content:center;align-items:center;gap:16px}.restaurant-menu__button-prev{cursor:pointer;width:48px;height:48px;border-radius:50%;border:1px solid #003321;display:flex;justify-content:center;align-items:center;transition:background-color .4s ease}.restaurant-menu__button-prev svg{width:24px;height:24px;color:#003321;transition:color .4s ease}.restaurant-menu__button-prev:hover{background-color:#003321}.restaurant-menu__button-prev:hover svg{color:#edf7ee}.restaurant-menu__button-next{cursor:pointer;width:48px;height:48px;border-radius:50%;border:1px solid #003321;display:flex;justify-content:center;align-items:center}.restaurant-menu__button-next svg{width:24px;height:24px;color:#003321;transition:color .4s ease}.restaurant-menu__button-next:hover{background-color:#003321}.restaurant-menu__button-next:hover svg{color:#edf7ee}.restaurant-menu .swiper-slide{width:347px;height:100%;display:flex;justify-content:center;align-items:center;transition:transform .4s ease;transform-origin:center center;will-change:transform;backface-visibility:hidden}.restaurant-menu .swiper-slide .restaurant-menu__card{width:100%;height:100%;border-radius:32px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:end}.restaurant-menu .swiper-slide .restaurant-menu__card img{border-radius:32px;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.restaurant-menu .swiper-slide.swiper-slide-active{transition:transform .4s ease;transform:scaleX(1)}.restaurant-menu .swiper-slide.swiper-slide-active .restaurant-menu__info,.restaurant-menu .swiper-slide.swiper-slide-active .restaurant-menu__blur{opacity:1}.restaurant-menu .swiper-slide.swiper-slide-prev,.restaurant-menu .swiper-slide.swiper-slide-next{transition:transform .4s ease;transform:scaleY(.73) scaleX(.8)}.restaurant-menu .swiper-slide.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next){transition:transform .4s ease;transform:scaleY(.73) scaleX(.8)}.restaurant-menu__blur{transition:opacity 1s ease;opacity:0;border-bottom-right-radius:32px;border-bottom-left-radius:32px;position:absolute;bottom:0;left:0;width:100%;height:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.restaurant-menu__blur:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit}.restaurant-menu__info{transition:opacity 1s ease;opacity:0;color:#fff;position:relative;width:100%;height:50%;padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.restaurant-menu__info-title{font-family:Unbounded,sans-serif;margin-top:140%;width:100%;text-align:left}.restaurant-menu__info-title h4{font-size:28px;line-height:37px;font-weight:400}.restaurant-menu__info-desc{width:100%;text-align:left}.restaurant-menu__info-desc p{font-size:16px;line-height:24px;font-weight:500}@media screen and (max-width: 1140px){.restaurant-menu__info{gap:16px;padding:16px}.restaurant-menu__info-title h4{font-size:20px;line-height:25px}.restaurant-menu__info-desc p{font-size:14px;line-height:20px}.restaurant-menu__slider{height:476px}.restaurant-menu__slider .swiper-slide{width:307px}}@media screen and (max-width: 1024px){.restaurant-menu{padding-bottom:0}.restaurant-menu__button{margin-top:24px;gap:8px}.restaurant-menu__card{position:relative;width:100%;height:400px;perspective:1000px}.restaurant-menu__card-front,.restaurant-menu__card-back{width:100%;height:100%;position:absolute;top:0;left:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .6s ease-in-out}.restaurant-menu__card-front{transform:rotateY(0)}.restaurant-menu__card-front .restaurant-menu__info-desc{display:none}.restaurant-menu__card-front .restaurant-menu__info-title h4{text-align:center}.restaurant-menu__card-front .restaurant-menu__blur{height:20%}.restaurant-menu__card-back{display:flex;background:#003321;transform:rotateY(180deg)}.restaurant-menu__card-back .restaurant-menu__info-desc{display:flex;justify-content:center;align-items:center;width:90%;margin:0 auto}.restaurant-menu__card-back .restaurant-menu__info-desc p{text-align:center;color:#fff;font-size:14px;line-height:20px}.restaurant-menu__card.flipped .restaurant-menu__card-front{transform:rotateY(-180deg)}.restaurant-menu__card.flipped .restaurant-menu__card-back{transform:rotateY(0)}}@media screen and (max-width: 480px){.restaurant-menu__slider .swiper-slide{width:307px}.restaurant-menu__slider .swiper-slide.swiper-slide-prev,.restaurant-menu__slider .swiper-slide.swiper-slide-next{transform:scaleY(.73) scaleX(.85)}}
