@charset "UTF-8";
:root {
  --primary-color: #6e1916;
}

.logo img {
  height: 75px;
}

a {
  color: #f4a235;
}
a:hover {
  color: #c26e32;
}

.bradius6 {
  border-radius: 6px;
}

.main-title {
  color: var(--heading-color);
}

.banner .banner-taiteL h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  letter-spacing: -0.68px;
  color: #6e1916;
}
.banner .banner-taiteL h1 span {
  background: -webkit-linear-gradient(#dee8f1 -1.58%, #f4a235 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header {
  position: fixed;
  padding: 10px 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(90deg, #6e1916 -1.58%, #B13140 100%);
}

.header .header-main .header-left-center p {
  font-weight: 400;
  color: #f4a235;
}
.header .menu-bg .nav-main .nav-main {
  padding-right: 45px;
}
.header .menu-bg .nav-main .nav-main .menu ul li a {
  position: relative;
  transition: all linear 0.3s;
  color: var(--heading-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  gap: 5px;
  align-items: center;
  text-transform: uppercase;
}

.categories {
  background-image: url(../assets/images/banner/img_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.categories .categories-head h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #fff;
}
.categories .categories-main-box .categories-item::before {
  background: linear-gradient(304deg, #c26e32 -22.35%, #f4a235 134.49%);
}

.work {
  background-image: url(/assets/images/banner/img_3.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.work .work-item {
  padding: 32px 20px;
  background-color: #6e1916;
  border: 1px solid #b1313d;
  border-radius: 30px 0px 30px 30px;
  clip-path: polygon(0 0, 85% 0, 100% 14%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0% 20%);
  position: relative;
}
.work .work-item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(304deg, #f4a235 -22.35%, #b1313d 134.49%);
  z-index: -1;
  border-radius: 20px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.promotions {
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.promotions .promotions-head h2 {
  color: #2d2d2d;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
}

.featured .featured-head h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.48px;
  color: #2d2d2d;
}

.traditional {
  background: linear-gradient(304deg, #f4a235 -22.35%, #b1313d 134.49%);
  background-repeat: no-repeat;
}

.footer {
  padding: 110px 0;
  background: url(../assets/images/banner/img_3.jpg) no-repeat center/cover;
}

.restaurant {
  padding: 101px 0 120px 0;
  background: #6e1916;
}

.contact-us-from {
  background-image: url(/assets/images/kontatk.jpg) !important;
  background-position: center;
}

.inner-banner {
  margin-top: 40px;
  padding: 230px 0 128px 0;
  background: url(/assets/images/backimage.jpg) !important;
}

.banner .banner-taiteL-btn {
  width: 100%;
  justify-content: center;
  justify-items: center;
  background: none;
  box-shadow: none;
}

.footer .footer-icon .icon a i {
  background: #6e1917;
  color: white;
}

.about-us .about-us-img .about-us-img-btn-img {
  position: absolute;
  top: auto !important;
  bottom: 0% !important;
  left: 25% !important;
  transform: translate(-50%, -50%);
}

.blog-details .blog-details-taitel p {
  color: var(--grey-scale-700);
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  padding-top: 0px !important;
  margin: 10px 0px !important;
}

#offcanvas-nav .m-nav .nav-links li a {
  font-size: 25px !important;
  color: #000;
}

#nav-opn-btn {
  width: 50px !important;
  height: 50px !important;
  border: none;
  background: #F01543;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  margin-left: -65px !important;
}

.traditional {
  background-image: url("/assets/images/yellow-background.jpg");
  background-position: center;
  background-size: cover;
}

.news-item .aspect-ratio-box {
  position: relative;
}
.news-item .aspect-ratio-box:before {
  content: " ";
  position: absolute;
  bottom: 0px;
  height: 250px;
  background: linear-gradient(0deg, black, transparent);
  left: 0px;
  right: 0px;
}

.our-latest-news .news-item .news-img:hover .news-img-overlay .news-img-overlay-text h3 a {
  color: white !important;
}

.mobile-header__container {
  padding: 15px 20px;
}

.about-us .about-us-img img {
  border-radius: 15px;
}
.about-us .about-us-head h2 span {
  display: block;
  font-size: 18px;
  margin-top: -25px;
}
.about-us .menu {
  list-style: inherit;
}
.about-us .menu li {
  padding: 5px 0px 5px 0px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
  border-bottom: 1px dashed #dee8f1;
}
.about-us .menu li span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.about-us ul li {
  padding: 5px 0px 5px 10px;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0px;
  border-bottom: 1px dashed #dee8f1;
}
.about-us ul li span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.about-us .about-us-head h2, .about-us .about-us-head h3, .about-us h5 {
  color: var(--heading-color);
  font-weight: bold;
  font-size: 36px;
  line-height: initial;
  margin-bottom: 15px;
}

.copyright-text {
  color: white;
}

.faq .faq-img .faq-img-two .faq-img-overlay {
  background-color: rgba(45, 58, 22, 0.8117647059);
}

.faq .faq-img .faq-img-two .faq-img-overlay-two {
  background-color: rgba(177, 49, 61, 0.8196078431);
}

.banner .banner-taiteL h1 {
  text-align: center;
}

.banner .banner-taiteL h2 {
  font-size: 16px;
  text-align: center;
  padding: 15px 0px;
}

@media screen and (max-width: 767px) {
  .banner .banner-taiteL h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -0.68px;
    color: #6e1916;
    text-align: center;
  }
  .banner .banner-taiteL h2 {
    font-size: 16px;
    text-align: center;
    padding: 15px 0px;
  }
  .banner .banner-taiteL-btn {
    margin-left: 0px !important;
    width: 280px;
  }
  .banner .banner-taiteL-btn .main-btn-two-banner {
    width: 120px;
    font-size: 12px;
  }
  .banner .banner-taiteL-btn .main-btn-two-banner svg {
    height: 20px;
  }
  .inner-banner {
    padding: 130px 0 65px 0;
  }
  .about-us .about-us-head h2 span {
    margin-top: -10px;
  }
  .featured .featured-head h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .ketering-za-firme .about-us .about-us-head h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #offcanvas-nav .m-nav .nav-links li a {
    font-size: 16px !important;
    color: #2d2d2d;
    padding-bottom: 8px;
  }
  #offcanvas-nav .m-nav .nav-links li {
    margin-bottom: 10px;
    border-bottom: 1px solid #dee8f1;
  }
  #nav-opn-btn {
    background: #6e1916;
  }
  .inner-banner .inner-banner-item .left span, .inner-banner .inner-banner-item .left a {
    font-size: 14px;
  }
  .inner-banner svg {
    width: 14px;
  }
  .about-us h5 {
    margin-top: 20px;
  }
  .ketering-za-firme .about-us-img {
    margin-bottom: 20px;
  }
}
.blog-details img {
  max-width: 100%;
  height: inherit !important;
}

.blog .col-lg-4 {
  margin-bottom: 20px;
}

.our-latest-news .news-item .news-img .news-img-overlay .news-img-overlay-text h3 a, .blog .news-item .news-img .news-img-overlay .news-img-overlay-text h3 a {
  line-height: 100% !important;
}

.pr-holder {
  display: flex;
  column-gap: 20px;
  overflow: auto;
}
.pr-holder .pr-box {
  margin: 20px 0px;
  border: 1px solid #2b2f33;
  border-radius: 15px;
  padding: 20px;
  min-width: 250px;
}
.pr-holder .pr-box h5 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
.pr-holder .pr-box .price {
  font-weight: bold;
  color: #6e1916;
}

.ponuda {
  background: white;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 25px 20px;
}
.ponuda h4 {
  font-weight: 700;
}
.ponuda .nopersons {
  font-size: 12px;
  line-height: 18px;
  display: block;
  border-bottom: 1px dashed #dee8f1;
  padding: 10px 0px;
  margin-bottom: 5px;
}
.ponuda ul li {
  font-size: 14px;
  border-bottom: 1px dashed #dee8f1;
  padding: 5px 0px 5px 25px;
  position: relative;
}
.ponuda ul li:before {
  content: "✔️";
  position: absolute;
  left: 0px;
  top: calc(50% - 10px);
}
.ponuda .price {
  margin: 20px 0px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #6e1916;
}

.news-item .news-img .news-img-overlay {
  width: 100% !important;
  background: #6e1917 !important;
  left: 0px !important;
  bottom: 0px !important;
  top: inherit !important;
  padding: 15px !important;
}

.news-item .news-img:hover .news-img-overlay .news-img-overlay-text h3 a, .news-item .news-img:hover .news-img-overlay .news-img-overlay-btn a {
  color: white !important;
}

.news-item .news-img:hover .news-img-overlay .news-img-overlay-btn a span svg {
  stroke: white !important;
  color: white !important;
}

.happyhour {
  color: white;
  font-weight: bold !important;
  background: #7b8e52;
  display: flex !important;
  gap: 10px;
  padding: 5px 10px;
  vertical-align: middle;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  max-width: 260px;
}
.happyhour span {
  font-size: 10px !important;
}

select.select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  height: 52px;
}

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