@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,100;1,300&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  text-decoration: none;
  outline: none;
}

a:visited,
a:hover,
a {
  text-decoration: none;
}

:root {
  --swiper-theme-color: unset;
}

html {
  scroll-behavior: smooth;
}

@keyframes grow {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 10000;
  }
  to {
    stroke-dashoffset: 20000;
  }
}
@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes menu-grow {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes mobile-menu {
  from {
    left: -30px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.header-section {
  width: 100%;
  height: 750px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.header-section > img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-section .logo {
  padding: 30px;
}
.header-section .logo img {
  position: relative;
  top: unset;
  width: 160px;
  height: 160px;
  object-fit: contain;
}
@media (max-width: 1100px) {
  .header-section .logo img {
    width: 120px;
    height: 120px;
  }
}
.header-section .nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 80px;
  z-index: 9;
  margin: 0 20px;
  text-align: center;
}
@media (max-width: 1100px) {
  .header-section .nav {
    display: none;
  }
}
.header-section .nav .menu {
  font: 400 16px/22px "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 20px;
}
.header-section .nav .menu .menu-item {
  position: relative;
  margin: 0 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 1445px) {
  .header-section .nav .menu .menu-item {
    margin: 0 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 1100px) {
  .header-section .nav .menu .menu-item {
    margin: 0 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
.header-section .nav .menu .item-line {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 1px;
  border-top: 2px solid #ffffff;
  transition: all ease;
}
.header-section .nav .menu .menu-item:hover .item-line {
  animation: menu-grow 1s ease forwards;
}
.header-section .nav .weekly {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 80px;
  cursor: pointer;
  position: relative;
  top: 24px;
}
@media (max-width: 1445px) {
  .header-section .nav .weekly {
    margin: 0 20px;
  }
}
.header-section .nav .weekly .weekly-top {
  font: 700 16px/22px "Poppins", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1445px) {
  .header-section .nav .weekly .weekly-top {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2;
  }
}
.header-section .nav .weekly .weekly-line {
  height: 1px;
  width: 0%;
  border-top: 2px solid #ffffff;
  transition: all ease;
}
.header-section .nav .weekly .weekly-bottom img {
  width: 14px;
  height: 24px;
  object-fit: contain;
  margin: 8px 0;
}
.header-section .nav .weekly:hover .weekly-line {
  animation: menu-grow 1s ease forwards;
}
.header-section .nav .phone-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  position: relative;
  top: 25px;
}
.header-section .nav .phone-cont .tel {
  display: flex;
  align-items: center;
}
.header-section .nav .phone-cont .tel img {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin: 0 8px;
}
.header-section .nav .phone-cont .tel div {
  color: #ffffff;
  font: 400 16px/22px "Poppins", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.header-section .title {
  position: absolute;
  top: 300px;
  width: 100%;
}
@media (max-width: 1100px) {
  .header-section .title {
    top: 200px;
  }
}
.header-section .title h1 {
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 92px;
  line-height: 108px;
  color: #ffffff;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  .header-section .title h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
.header-section .daily {
  position: absolute;
  top: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 1s linear;
}
@media (max-width: 1100px) {
  .header-section .daily {
    top: 500px;
  }
}
.header-section .daily .denne {
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 40px;
  font: 400 16px/22px "Poppins", sans-serif;
  letter-spacing: 4px;
  padding: 0 50px;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  transition: all 0.3s linear;
}
.header-section .daily .denne:hover {
  background: #ffffff;
  color: #171717;
}
.header-section .scroll-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 600px;
}
@media (max-width: 1100px) {
  .header-section .scroll-container {
    top: 540px;
  }
}
.header-section .scroll-container .chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.18rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.header-section .scroll-container .chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.header-section .scroll-container .chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.header-section .scroll-container .chevron:before,
.header-section .scroll-container .chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #ffffff;
}
.header-section .scroll-container .chevron:before {
  left: 0;
  transform: skewY(30deg);
}
.header-section .scroll-container .chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}

.header-section.subpage {
  height: 120px;
}
@media (max-width: 1100px) {
  .header-section.subpage {
    height: 70px;
  }
}
.header-section.subpage .nav .menu .menu-item {
  color: #171717;
}
.header-section.subpage .nav .menu .menu-item .item-line {
  border-top: 2px solid #171717;
}
.header-section.subpage .nav .weekly {
  top: unset;
}
.header-section.subpage .nav .weekly .weekly-top {
  color: #171717;
}
.header-section.subpage .nav .weekly .weekly-line {
  border-top: 2px solid #171717;
}
.header-section.subpage .nav .weekly .weekly-bottom {
  position: absolute;
  left: -20px;
}
.header-section.subpage .nav .tel div {
  color: #171717;
}

.about-section {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 830px;
  padding: 0 40px;
}
@media (max-width: 1100px) {
  .about-section {
    height: unset;
    padding: 60px 0;
  }
}
.about-section .about-background {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.about-section .about-background .text-plate {
  position: absolute;
  width: 1600px;
  top: 30%;
  left: 200px;
  object-fit: contain;
}
@media (max-width: 1445px) {
  .about-section .about-background .text-plate {
    left: 60px;
  }
}
.about-section .about-background .wineglass {
  position: absolute;
  object-fit: contain;
  top: 8%;
  left: 400px;
}
@media (max-width: 1445px) {
  .about-section .about-background .wineglass {
    left: 260px;
  }
}
.about-section .about-background .garlic {
  position: absolute;
  object-fit: contain;
  bottom: 0;
  left: 35px;
}
@media (max-width: 1445px) {
  .about-section .about-background .garlic {
    left: -10px;
  }
}
@media (max-width: 1100px) {
  .about-section .about-background .garlic {
    left: 0;
    filter: blur(5px);
  }
}
.about-section .about-background .grape {
  position: absolute;
  object-fit: contain;
  top: -40px;
  left: 750px;
}
.about-section .about-background .leaf {
  position: absolute;
  object-fit: contain;
  bottom: 20px;
  right: 50px;
}
.about-section .about-background .thyme-small {
  position: absolute;
  object-fit: contain;
  top: 40px;
  right: 100px;
}
.about-section .about-background .grape-small {
  position: absolute;
  object-fit: contain;
  top: 40px;
  left: 160px;
}
.about-section .about-background .peppercorn {
  position: absolute;
  object-fit: contain;
  bottom: 30px;
  right: 260px;
}
.about-section .about-background .separator {
  position: absolute;
  top: 48%;
  left: 252px;
  width: 0px;
  height: 1px;
  border-top: 1px solid #171717;
  transform-origin: center center;
  transition: width 1s ease;
}
@media (max-width: 1445px) {
  .about-section .about-background .separator {
    left: 112px;
  }
}
.about-section .about-background .grow {
  width: 600px;
  transform: rotate(-10deg);
}
@media (max-width: 1100px) {
  .about-section .about-background .leaf,
.about-section .about-background .peppercorn,
.about-section .about-background .thyme-small,
.about-section .about-background .text-plate,
.about-section .about-background .wineglass,
.about-section .about-background .separator {
    display: none;
  }
}
.about-section .about-left {
  width: 650px;
}
@media (max-width: 1100px) {
  .about-section .about-left {
    width: unset;
  }
}
.about-section .about-right {
  display: flex;
  flex-direction: column;
  width: 650px;
  margin-left: 80px;
  padding-right: 40px;
  z-index: 9;
}
@media (max-width: 1100px) {
  .about-section .about-right {
    width: 90%;
    text-align: center;
    padding: 0 40px;
    margin: 0;
    margin-bottom: 60px;
  }
}
.about-section .about-right h2 {
  font: italic 300 32px/40px "Fraunces", serif;
  color: #171717;
  margin-bottom: 30px;
  font-size: 80px;
  line-height: 90px;
}
@media (max-width: 1100px) {
  .about-section .about-right h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
.about-section .about-right .about-text {
  font: 400 16px/22px "Poppins", sans-serif;
  color: #171717;
}
.about-section .about-right .dakujeme {
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0;
}
.about-section .about-right .about-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.about-section .about-right .about-bottom .fb-ig {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}
.about-section .about-right .about-bottom .fb-ig img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.about-section .about-right .about-bottom .more {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.about-section .about-right .about-bottom .more .more-text {
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 16px;
  line-height: 20px;
  color: #171717;
}
.about-section .about-right .about-bottom .more img {
  width: 50px;
  height: 15px;
  object-fit: contain;
  margin: 0 0 0 10px;
  transition: all 1s ease;
}
.about-section .about-right .about-bottom .more:hover img {
  animation: grow 1s ease forwards;
}

.menu-section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu-section .menu-section-bg {
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}
.menu-section .line-art {
  position: absolute;
  left: 0;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .menu-section .line-art {
    display: none;
  }
}
.menu-section .line-art svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.menu-section .line-art svg path {
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
}
.menu-section .line-art svg .p-anim {
  animation: dash 5s linear forwards;
}
.menu-section .line-art:nth-child(3) {
  transform: rotateY(180deg);
  transform-origin: center center;
  right: 0;
  left: unset;
}
.menu-section .menu-header {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 600px;
  height: 150px;
  top: -81px;
  align-items: center;
  flex-direction: column;
}
.menu-section .menu-header .menu-header-bg {
  position: absolute;
}
.menu-section .menu-header .menu-header-bg img {
  position: relative;
  object-fit: contain;
}
.menu-section .menu-header .menu-header-text {
  position: relative;
  top: 3px;
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 72px;
  line-height: 72px;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .menu-section .menu-header .menu-header-text {
    font-size: 60px;
    line-height: 60px;
  }
}
.menu-section .menu-header .menu-date {
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 15px;
  z-index: 11;
}
.menu-section .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 54px 0 20px 0;
  width: 100%;
  z-index: 9;
}
.menu-section .menu .week {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #171717;
  border-bottom: 1px solid #171717;
  padding: 15px 40px;
}
.menu-section .menu .week .day {
  padding: 10px 0px;
  width: 130px;
  margin: 0 20px;
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 4px;
  color: #171717;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-section .menu .week .day.active {
  color: #ffffff;
  background: #171717;
}
@media (max-width: 1100px) {
  .menu-section .menu .week {
    margin: 0;
    padding: 15px 5px;
  }
}
.menu-section .menu .menu-items {
  position: relative;
  width: 100%;
  height: 900px;
}
.menu-section .menu .menu-items .day {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  position: absolute;
  width: 100%;
  transition: all 0.6s linear;
}
.menu-section .menu .menu-items .day .food-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px 0;
}
.menu-section .menu .menu-items .day .food-items .food-title-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 70px;
  margin: 5px 0;
}
@media (max-width: 1100px) {
  .menu-section .menu .menu-items .day .food-items .food-title-row {
    margin: 5px 0;
  }
}
.menu-section .menu .menu-items .day .food-items .food-title-row img {
  position: absolute;
  object-fit: contain;
  opacity: 0.6;
}
.menu-section .menu .menu-items .day .food-items .food-title-row .title-row {
  position: relative;
  font: 700 16px/22px "Poppins", sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 8px;
  color: #171717;
  text-transform: uppercase;
}
.menu-section .menu .menu-items .day .food-items .food-item {
  margin: 12px 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .menu-section .menu .menu-items .day .food-items .food-item {
    margin: 8px 0;
  }
}
.menu-section .menu .menu-items .day .food-items .food-item .letter {
  position: absolute;
  font: 100 32px/40px "Fraunces", serif;
  color: #ffffff;
  font-size: 70px;
  line-height: 70px;
  bottom: -5px;
  z-index: -1;
  text-align: center;
}
.menu-section .menu .menu-items .day .food-items .food-item .jedlo {
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: unset;
}
.menu-section .menu .menu-items .day .food-items .food-item .alergeny {
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: unset;
}
.menu-section .menu .menu-items .fadein {
  animation: fade 0.6s forwards linear;
  display: flex;
}
.menu-section .menu .allerg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 800px;
  padding-top: 20px;
  color: #171717;
  border-top: 2px dashed #171717;
}
@media (max-width: 1445px) {
  .menu-section .menu .allerg {
    width: 600px;
  }
}
@media (max-width: 1100px) {
  .menu-section .menu .allerg {
    width: calc(100% - 40px);
    padding: 20px 20px;
  }
}
.menu-section .menu .allerg h4 {
  text-align: center;
  font: 700 16px/22px "Poppins", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.menu-section .menu .allerg p {
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.sluzby-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.sluzby-section .sluzby-bg-img {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.sluzby-section .sluzby-bg-img div {
  position: absolute;
}
.sluzby-section .sluzby-bg-img div img {
  object-fit: contain;
}
.sluzby-section .sluzby-bg-img .pepper {
  top: -40px;
  left: 0px;
}
.sluzby-section .sluzby-bg-img .paprika {
  top: -60px;
  left: 25%;
}
@media (max-width: 1445px) {
  .sluzby-section .sluzby-bg-img .paprika {
    transform: scale(0.8);
    top: -100px;
    left: 40%;
  }
}
.sluzby-section .sluzby-bg-img .thyme {
  right: 0;
  bottom: 0;
}
.sluzby-section .sluzby-bg-img .asparagus {
  bottom: -390px;
  left: -300px;
}
@media (max-width: 1100px) {
  .sluzby-section .sluzby-bg-img .paprika,
.sluzby-section .sluzby-bg-img .thyme,
.sluzby-section .sluzby-bg-img .asparagus,
.sluzby-section .sluzby-bg-img .pepper {
    display: none;
  }
}
.sluzby-section .sluzby-bg {
  position: absolute;
  z-index: -1;
  color: #f6f2ea;
  font: 100 32px/40px "Fraunces", serif;
  font-size: 400px;
  line-height: 400px;
}
@media (max-width: 1100px) {
  .sluzby-section .sluzby-bg {
    font-size: 260px;
    line-height: 340px;
    display: none;
  }
}
.sluzby-section .sluzby-title h3 {
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 72px;
  line-height: 72px;
  color: #171717;
  text-align: center;
  margin-bottom: 120px;
}
.sluzby-section .sluzby-swiper {
  width: 1200px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .sluzby-section .sluzby-swiper {
    width: 100%;
  }
}
.sluzby-section .sluzby-swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 6px;
  text-align: center;
  text-transform: uppercase;
}
.sluzby-section .sluzby-swiper .swiper-wrapper .swiper-slide img {
  object-fit: contain;
  width: 70px;
  height: 70px;
  margin: 0 0 15px 0;
}
.sluzby-section .sluzby-swiper .swiper-wrapper .swiper-slide .text {
  margin: 0 0 20px 0;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sluzby-section .sluzby-swiper .swiper-wrapper .swiper-slide .more {
  background: #171717;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  letter-spacing: 6px;
  text-transform: uppercase;
  padding: 0 40px;
  height: 30px;
  border-radius: 15px;
}
.sluzby-section .sluzby-pagination {
  margin: 100px 0 0 0;
}
.sluzby-section .swiper-pagination-bullet {
  background: #171717;
  width: 12px;
  height: 12px;
  margin: 10px;
}

.slider-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  padding: 60px 0;
  width: 100%;
}
@media (max-width: 1100px) {
  .slider-bottom-section {
    flex-direction: column;
  }
}
.slider-bottom-section .slider-bottom-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
}
.slider-bottom-section .slider-bottom-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider-bottom-section .slider-bottom-left {
  width: 450px;
  height: 570px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 100px;
}
@media (max-width: 1445px) {
  .slider-bottom-section .slider-bottom-left {
    width: unset;
    height: unset;
    position: relative;
    right: unset;
    margin-left: unset;
    margin: 30px 80px 0 40px;
  }
}
@media (max-width: 1100px) {
  .slider-bottom-section .slider-bottom-left {
    margin: 30px 40px 0 40px;
    text-align: center;
    align-items: center;
  }
}
.slider-bottom-section .slider-bottom-left .slider-bottom-text {
  display: flex;
  width: 400px;
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}
@media (max-width: 1445px) {
  .slider-bottom-section .slider-bottom-left .slider-bottom-text {
    width: 300px;
  }
}
.slider-bottom-section .slider-bottom-left .slider-bottom-pagination {
  display: flex;
  justify-content: space-between;
  width: 100px;
  height: 45px;
  position: relative;
  margin: 40px 0 0 0;
}
.slider-bottom-section .slider-bottom-left .slider-bottom-pagination .prev,
.slider-bottom-section .slider-bottom-left .slider-bottom-pagination .next {
  width: 40px;
  height: 12px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
}
.slider-bottom-section .slider-bottom-left .slider-bottom-pagination .prev {
  left: 0;
  bottom: 0;
  top: unset;
  right: unset;
  transform: rotateY(180deg);
  transform-origin: center center;
}
.slider-bottom-section .slider-bottom-left .slider-bottom-pagination img {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.slider-bottom-section .slider-bottom-wrapper {
  width: 75%;
  position: absolute;
  height: 570px;
  right: 0;
}
@media (max-width: 1445px) {
  .slider-bottom-section .slider-bottom-wrapper {
    width: 70%;
    position: relative;
    right: unset;
    height: 450px;
  }
}
.slider-bottom-section .slider-bottom {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 60px;
}
@media (max-width: 1445px) {
  .slider-bottom-section .slider-bottom {
    width: 100%;
    position: relative;
    left: unset;
  }
}
@media (max-width: 1100px) {
  .slider-bottom-section .slider-bottom {
    margin: 40px 0 0 0;
  }
}
.slider-bottom-section .slider-bottom .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.slider-bottom-section .slider-bottom .swiper-wrapper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.slider-bottom-section .slider-bottom .swiper-wrapper .swiper-slide a img {
  object-fit: cover;
  width: 120%;
  height: 120%;
}
.slider-bottom-section .slider-bottom .swiper-wrapper .swiper-slide .overlay {
  position: absolute;
  pointer-events: none;
  top: 0;
  opacity: 0;
  background: #171717;
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
}
.slider-bottom-section .slider-bottom .swiper-wrapper .swiper-slide:hover .overlay {
  opacity: 0.5;
}

.footer footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
  letter-spacing: 2px;
  color: #ffffff;
  background: #171717;
}
.footer footer a {
  color: #ffffff;
}
.subpage-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-height: 900px;
  position: relative;
}
.subpage-container .subpage-bg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  display: flex;
}
.subpage-container .subpage-bg .subpage-bg-text {
  font: 100 32px/40px "Fraunces", serif;
  color: #f6f2ea;
  font-size: 400px;
  line-height: 300px;
  position: absolute;
  z-index: -9;
  top: -40px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  .subpage-container .subpage-bg .subpage-bg-text {
    filter: blur(3px);
    font-size: 200px;
    line-height: 200px;
  }
}
.subpage-container .subpage-bg img {
  position: absolute;
  transform-origin: center center;
  z-index: -11;
}
@media (max-width: 1100px) {
  .subpage-container .subpage-bg img {
    filter: blur(5px);
  }
}
.subpage-container .subpage-bg .garlic {
  top: 0;
  right: 0;
  transform: rotate(-180deg);
}
.subpage-container .subpage-bg .pepper {
  top: 400px;
  left: 0px;
}
.subpage-container .subpage-bg .paprika {
  top: 600px;
  right: -40px;
  transform: rotate(-240deg);
}
.subpage-container .subpage-bg .asparagus {
  display: none;
}
@media (min-height: 1200px) {
  .subpage-container .subpage-bg .asparagus {
    display: block;
    bottom: -390px;
    left: -300px;
  }
}
.subpage-container .subpage-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 80px 0px;
  position: relative;
  width: calc(100% - 600px);
}
@media (max-width: 1100px) {
  .subpage-container .subpage-title {
    width: 90%;
    margin: 120px 0 80px 0;
  }
}
.subpage-container .subpage-title h1 {
  font: italic 300 32px/40px "Fraunces", serif;
  color: #171717;
  font-size: 72px;
  line-height: 90px;
  width: calc(100% - 160px);
}
@media (max-width: 1100px) {
  .subpage-container .subpage-title h1 {
    width: 100%;
    font-size: 48px;
    line-height: 60px;
  }
}
.subpage-container .subpage-title .back {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: space-between;
  right: 0;
  width: 110px;
  color: #171717;
}
@media (max-width: 1100px) {
  .subpage-container .subpage-title .back {
    bottom: -30px;
  }
}
.subpage-container .subpage-title .back .arrow {
  object-fit: contain;
  width: 35px;
  height: 15px;
  transform: rotate(180deg);
  transform-origin: center center;
}
.subpage-container .subpage-title .back .text {
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 18px;
  line-height: 20px;
}

.sluzby-items {
  width: calc(100% - 400px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 80px 0;
}
@media (max-width: 1100px) {
  .sluzby-items {
    width: calc(100% - 40px);
  }
}
.sluzby-items .sluzba-item {
  width: 470px;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 20px;
  text-align: center;
  transition: all 0.6s ease;
}
.sluzby-items .sluzba-item .sluzba-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.sluzby-items .sluzba-item .sluzba-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}
.sluzby-items .sluzba-item .sluzba-title {
  font: 400 16px/22px "Poppins", sans-serif;
  width: 60%;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 40px 0;
}
@media (max-width: 1100px) {
  .sluzby-items .sluzba-item .sluzba-title {
    width: 90%;
  }
}
.sluzby-items .sluzba-item .sluzba-button {
  background: #171717;
  padding: 0px 60px;
  color: #ffffff;
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 14px;
  border-radius: 15px;
  height: 30px;
  display: flex;
  align-items: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  position: absolute;
  bottom: 60px;
}
.sluzby-items .sluzba-item:hover {
  filter: brightness(1.25);
}
.sluzby-items .sluzba-item:hover .sluzba-bg img {
  transform: scale(1.15);
  transform-origin: center center;
}

.sluzba-subpage {
  width: calc(100% - 600px);
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 80px 0;
  position: relative;
}
@media (max-width: 1100px) {
  .sluzba-subpage {
    width: calc(100% - 40px);
  }
}
.sluzba-subpage .sluzba-top {
  display: block;
  min-height: 600px;
  width: 100%;
}
.sluzba-subpage .sluzba-top .float-img {
  position: relative;
  float: left;
  width: 400px;
  margin: 0 40px 40px 0;
}
@media (max-width: 1100px) {
  .sluzba-subpage .sluzba-top .float-img {
    width: 75%;
  }
}
.sluzba-subpage .sluzba-top .float-img img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.sluzba-subpage .sluzba-top .sluzba-text {
  width: 100%;
  font: 400 16px/22px "Poppins", sans-serif;
  color: #171717;
  font-size: 16px;
  line-height: 24px;
}
.sluzba-subpage .sluzba-top .sluzba-text p {
  margin-bottom: 20px;
}
.sluzba-subpage .sluzba-top strong {
  font-weight: 900;
}
.sluzba-subpage .gallery {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
}
.sluzba-subpage .gallery .t {
  font: italic 300 32px/40px "Fraunces", serif;
  text-align: left;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.sluzba-subpage .gallery .imgs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .sluzba-subpage .gallery .imgs {
    justify-content: center;
  }
}
.sluzba-subpage .gallery .imgs a {
  width: 230px;
  height: 180px;
  overflow: hidden;
  margin: 0 40px 40px 0;
}
@media (max-width: 1100px) {
  .sluzba-subpage .gallery .imgs a {
    margin: 0 0 40px 0;
  }
}
.sluzba-subpage .gallery .imgs img {
  transition: all 0.6s ease;
  object-fit: cover;
}
.sluzba-subpage .gallery .imgs img:hover {
  transform-origin: center center;
  transform: scale(1.2);
}

.galeria-items {
  width: calc(100% - 600px);
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .galeria-items {
    width: calc(100% - 40px);
  }
}
.galeria-items .galeria-item {
  width: 250px;
  height: 250px;
  margin: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.galeria-items .galeria-item a {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.galeria-items .galeria-item a .gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease;
}
.galeria-items .galeria-item a:hover .gallery-image {
  transform: scale(1.2);
  filter: grayscale(30%);
}
.galeria-items .galeria-item .galeria-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -3;
  overflow: hidden;
}
.galeria-items .galeria-item .galeria-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: blur(5px);
  transition: all 0.6s ease;
  transform-origin: center center;
}
.galeria-items .galeria-item .galeria-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  flex-direction: column;
  font: 400 16px/22px "Poppins", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
.galeria-items .galeria-item .galeria-title .line {
  display: block;
  height: 1px;
  border-top: 1px solid #ffffff;
  width: 50%;
  margin: 4px 0;
}
.galeria-items .galeria-item .galeria-button {
  background: transparent;
  padding: 0 20px;
  border-radius: 9px;
  height: 18px;
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  display: flex;
  text-align: center;
  justify-content: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
  width: 33%;
}
.galeria-items .galeria-item:hover .galeria-bg img {
  transform: scale(1.2);
  filter: blur(0);
}

.contact-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #171717;
}
.contact-page .margin {
  margin-bottom: 20px;
}
.contact-page .top-row {
  display: flex;
  align-items: start;
  justify-content: center;
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1100px) {
  .contact-page .top-row {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .contact-page .top-row div {
    margin: 0 0 60px 0;
  }
}
.contact-page .top-row div .title {
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.contact-page .top-row div .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.contact-page .top-row div .desc .row {
  display: grid;
  grid-template-columns: 70px auto;
  text-align: left;
  margin-bottom: 5px;
}
.contact-page .top-row div .desc .row span {
  display: inline-block;
}
.contact-page .top-row div .desc .row span.two {
  grid-column: 1/span 2;
}
.contact-page .top-row .line {
  height: 230px;
  position: relative;
  margin: 0 50px;
  border-right: 1px solid #171717;
}
@media (max-width: 1100px) {
  .contact-page .top-row .line {
    display: none;
  }
}
.contact-page .form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 80px 0;
}
.contact-page .form .title {
  font: italic 300 32px/40px "Fraunces", serif;
  text-align: center;
}
.contact-page .form .title h3 {
  font-size: 62px;
  line-height: 90px;
}
.contact-page .form .title h4 {
  font-size: 32px;
  line-height: 40px;
}
.contact-page .form form {
  display: grid;
  align-items: center;
  grid-template-columns: 550px;
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 40px 0;
}
@media (max-width: 1100px) {
  .contact-page .form form {
    grid-template-columns: 350px;
  }
}
.contact-page .form form input {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0 10px;
  height: 40px;
  width: auto;
  margin-bottom: 20px;
  border: 1px solid #171717;
  font: inherit;
}
.contact-page .form form textarea {
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 0 0 10px;
  width: auto;
  font: inherit;
  border: 1px solid #171717;
}
.contact-page .form form .send {
  justify-self: center;
  -webkit-appearance: none;
  appearance: none;
  background: #171717;
  color: #ffffff;
  height: 30px;
  border-radius: 15px;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 6px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  width: auto;
  margin: 40px 0 0 0;
  text-align: center;
  width: 160px;
}
.contact-page .map {
  display: flex;
  align-items: center;
  justify-items: center;
  position: relative;
  width: 80%;
  margin: 0 0 60px 0;
}
@media (max-width: 1100px) {
  .contact-page .map {
    width: 95%;
  }
}
.contact-page .map img {
  position: relative;
  object-fit: contain;
  width: 100%;
}
.contact-page .map .pin {
  position: absolute;
  top: 40%;
  left: 48%;
}

.about-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 800px);
  text-align: center;
}
@media (max-width: 1100px) {
  .about-page {
    width: 90%;
  }
}
.about-page p {
  margin: 0 0 40px 0;
}
.about-page .firm-text {
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.about-page strong {
  font-weight: 900;
}
.about-page .big-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 0 60px 0;
  font: italic 300 32px/40px "Fraunces", serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
}
.about-page .big-text .line {
  display: block;
  width: 25%;
  height: 1px;
  border-top: 1px solid #171717;
  margin: 20px 0;
}

.mobile-menu {
  background: transparent;
  display: none;
  width: 33px;
  height: 70px;
  position: relative;
  right: 20px;
  font: 400 16px/22px "Poppins", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 1100px) {
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-menu .lines {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    height: 33px;
    position: absolute;
    right: 0;
  }
  .mobile-menu .lines .line {
    display: block;
    height: 1px;
    width: 100%;
    border-top: 2px solid #ffffff;
  }
}
.mobile-menu .menu {
  display: none;
  background: transparent;
}
.mobile-menu .menu .close {
  position: absolute;
  top: 18px;
  right: 18px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}
.mobile-menu .menu .close .line {
  width: 100%;
  height: 1px;
  position: absolute;
  border-top: 2px solid #ffffff;
  transform-origin: center center;
}
.mobile-menu .menu .close .line:first-child {
  transform: rotate(45deg);
}
.mobile-menu .menu .close .line:nth-child(2) {
  transform: rotate(-45deg);
}
.mobile-menu .menu a {
  color: #ffffff;
  margin: 10px 0;
  pointer-events: auto;
  transition: all 0.6s ease;
  position: relative;
  left: -30px;
  opacity: 0;
}
.mobile-menu .menu a.anim {
  animation: mobile-menu forwards 0.6s ease;
}
.mobile-menu .menu .weekly {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0 0;
}
.mobile-menu .menu .weekly .weekly-line {
  width: 80px;
  height: 1px;
  border-top: 2px solid #ffffff;
  margin: 4px 0;
}
.mobile-menu .menu .phone-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  position: relative;
  margin: 0 0 50px 0;
}
.mobile-menu .menu .phone-cont .tel {
  display: flex;
  align-items: center;
}
.mobile-menu .menu .phone-cont .tel img {
  object-fit: contain;
  width: 24px;
  height: 24px;
  margin: 0 8px;
}
.mobile-menu .menu .phone-cont .tel div {
  color: #ffffff;
  font: 400 16px/22px "Poppins", sans-serif;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.mobile-menu .menu.open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  height: 100vh;
  width: 100%;
  background: #171717;
  top: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
}

@media (max-width: 1100px) {
  .header-section.subpage {
    background: #171717;
  }
  .header-section.subpage > img {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
