@import url(https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,700&family=Montserrat:wght@500;700&family=Ruda:wght@400;800&family=Secular+One&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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.secular {
  font-family: "Secular One", sans-serif;
}

.ruda {
  font-family: "Ruda", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.dm-sans {
  font-family: "DM Sans", sans-serif;
}

.paralax {
  width: 100%;
  height: 70vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.paralax .paralax__overlay {
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 42, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-menu {
  cursor: pointer;
  max-width: 100%;
  border-radius: 30px;
  border: 1px solid #cbbfa2;
  background: #27272a;
  padding: 1rem 2.5rem;
  color: #cbbfa2;
  font-family: "Secular One", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  .btn-menu {
    min-width: clamp(350px, 30vw, 459px);
    padding: 1.3125rem 2.5rem;
  }
}

.events {
  margin-top: 4.25rem;
}
.events .events__header {
  color: #cbbfa2;
  text-align: center;
  font-family: Secular One;
  font-size: 2.5rem;
  font-weight: 400;
}
.events .swiper-container {
  margin-top: 3.25rem;
  width: 100%;
  padding: 0 clamp(0.5rem, 3vw, 6.625rem);
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.events .swiper-container .swiper-arrow {
  cursor: pointer;
  border-radius: 300px;
  background-color: #585442;
  min-width: clamp(35px, 15vw, 115px);
  height: clamp(15px, 10vw, 75px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.events .swiper-container .swiper-arrow svg {
  width: clamp(1rem, 4vw, 2.1875rem);
  height: clamp(1rem, 4vw, 2.1875rem);
}
.events .swiper-container .event-swiper {
  width: 100%;
  height: clamp(200px, 30vw, 293px);
}
.events .swiper-container .event-swiper .swiper-slide {
  border-radius: 8px;
  border: 1px solid #cbbfa2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.events .swiper-container .event-swiper .swiper-slide .events__event-image {
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
}
.events .swiper-container .event-swiper .swiper-slide .events__event-text {
  width: 100%;
  height: 100%;
  padding: clamp(0.5rem, 1vw, 1rem);
  color: #cbbfa2;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.events .swiper-container .event-swiper .swiper-slide .events__event-text .events__event-title {
  width: 100%;
}
.events .swiper-container .event-swiper .swiper-slide .events__event-text .events__event-info {
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.75rem, 1vw, 1rem);
}

.transition-reverse {
  background: linear-gradient(0deg, rgba(39, 39, 42, 0.3) 0%, #27272a 89.58%);
  width: 100%;
  height: 10rem;
  position: relative;
  z-index: 2;
  top: -2px;
}

.reservation-btn {
  min-width: clamp(250px, 25vw, 655px);
  cursor: pointer;
  border: 1px solid #cbbfa2;
  border-radius: 20px;
  padding: 1.9375rem 2rem;
  padding: clamp(0.95rem, 1vw, 1.9375rem) clamp(1.8rem, 1.5vw, 2rem);
  background-color: #27272a;
  text-transform: uppercase;
  color: #cbbfa2;
  text-align: center;
  font-size: clamp(1.5rem, 1vw, 1.75rem);
}

button,
.terramona__btn,
.swiper-arrow {
  scale: 1;
  transition: scale 0.2s;
}

button:hover,
.terramona__btn:hover,
.swiper-arrow:hover {
  scale: 1.04;
  transition: scale 0.2s;
}

.navbar {
  z-index: 100;
  position: sticky;
  top: 0;
  background-color: #27272a;
  padding: 1.25rem;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}
.navbar .navbar__mobile-logo {
  z-index: 100;
  margin-left: 3.7vw;
}
.navbar .navbar__mobile-logo img {
  width: clamp(100px, 15vw, 149px);
  height: auto;
}
.navbar .navbar__links {
  z-index: 99;
  right: 0;
  transform: translateX(100%);
  top: 0;
  padding-top: 130px;
  padding-right: 11vw;
  width: 100vw;
  height: 100vh;
  background-color: #27272a;
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 2.3125rem;
}
.navbar .navbar__links .navbar__link {
  text-transform: uppercase;
  color: white;
  font-size: 1.5rem;
  text-align: right;
  text-decoration: none;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  /* display: none; */
}
.navbar .navbar__links .navbar__socials {
  margin-top: 0.4375rem;
  margin-left: auto;
  display: flex;
  gap: 1.9375rem;
}
.navbar .navbar__links .navbar__logo {
  display: none;
}
.navbar .navbar__hamburger-open {
  z-index: 100;
  margin-right: 0.3125rem;
  justify-self: flex-start;
}
.navbar .navbar__hamburger-close {
  z-index: 100;
  justify-self: flex-start;
  display: none;
}
@media screen and (min-width: 768px) {
  .navbar {
    box-shadow: none;
    position: fixed;
    top: unset;
    background: linear-gradient(180deg, #2c2c30 0%, rgba(39, 39, 42, 0.39) 100%);
    padding: 1.5625rem 0;
    max-height: 5rem;
    justify-content: unset;
  }
  .navbar .navbar__mobile-logo {
    display: none;
  }
  .navbar .navbar__links {
    right: unset;
    transform: none;
    top: unset;
    padding: unset;
    width: unset;
    height: unset;
    background-color: unset;
    margin: 0 auto;
    position: unset;
    min-width: 60%;
    max-width: 90%;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
  }
  .navbar .navbar__links .navbar__link {
    width: 183px;
    display: block;
    color: #cbbfa2;
    font-weight: 800;
    font-size: clamp(0.8rem, 1.5vw, 1.2rem);
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
  }
  .navbar .navbar__links .navbar__socials {
    display: none;
  }
  .navbar .navbar__links .navbar__logo {
    display: block;
  }
  .navbar .navbar__links .navbar__logo img {
    max-width: 8vw;
    height: auto;
  }
  .navbar .navbar__hamburger-open {
    display: none;
  }
  .navbar .navbar__hamburger-close {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .navbar .navbar__links {
    max-width: 85%;
  }
}
@media screen and (min-width: 1600px) {
  .navbar .navbar__links {
    gap: 5rem;
  }
  .navbar .navbar__links .navbar__link {
    max-width: 71.5%;
  }
  .navbar .navbar__links .navbar__logo img {
    max-width: 165px;
    height: auto;
  }
}

main {
  background-color: #27272a;
}

.footer {
  margin-top: -5px;
  padding: 4.5625rem 4rem 2.75rem;
  background-color: #27272a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.footer .footer__logo img {
  width: 10.3125rem;
  height: 5rem;
}
.footer .footer__info {
  margin-top: 4.4375rem;
  width: 100%;
  justify-content: space-evenly;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  color: #cbbfa2;
}
.footer .footer__info .footer__info-item {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__info .footer__info-item {
    text-align: left;
    flex-direction: row;
    width: 18ch;
  }
}
.footer .footer__info .footer__info-item a {
  text-decoration: none;
  color: #cbbfa2;
}
@media screen and (min-width: 768px) {
  .footer .footer__info {
    flex-direction: row;
  }
}
.footer .footer__working-hours {
  margin-top: 4.375rem;
  color: #cbbfa2;
  text-align: center;
  line-height: 1.1875rem;
}
.footer .footer__socials {
  margin-top: 4.125rem;
  display: flex;
  gap: 2.9375rem;
}

.banner {
  width: 100%;
  height: min(70vh - 97px, 903px);
  background-image: url(/images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .banner {
    height: min(110vh, 1000px);
  }
}
.banner .banner__transition {
  background: linear-gradient(180deg, rgba(39, 39, 42, 0.3) 0%, #27272a 44.79%);
  width: 100%;
  height: 24%;
  position: relative;
  z-index: 2;
  bottom: -2px;
}

.featured-food-list {
  position: relative;
  z-index: 3;
  top: max(-17.4vh, -180px);
  margin-bottom: max(-17.4vh, -180px);
  padding: 0 5vh 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7vw;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .featured-food-list {
    top: max(-21.4vh, -200px);
    margin-bottom: max(-21.4vh, -200px);
  }
}
@media screen and (min-width: 1024px) {
  .featured-food-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.featured-food-list .featured-food-list__item {
  width: clamp(120px, 35vw, 400px);
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .featured-food-list .featured-food-list__item {
    width: clamp(150px, 15vw, 400px);
  }
}

.--food-bg {
  background-image: url(/images/paralax-food.png);
}

.--drinks-bg {
  background-image: url(/images/paralax-drinks.png);
}

.featured-drinks-list {
  padding: 10vh 5vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7vw;
  justify-content: center;
  justify-items: center;
}
@media screen and (min-width: 1024px) {
  .featured-drinks-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.featured-drinks-list .featured-drinks-list__item {
  width: clamp(120px, 35vw, 400px);
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .featured-drinks-list .featured-drinks-list__item {
    width: clamp(150px, 15vw, 400px);
  }
}

.catering {
  padding: 112px 5vh 4.375rem;
  background-color: #27272a;
}

.catering__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 0 20px;
}

.catering__heading {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
  color: #cbbfa2;
  text-align: center;
}

.catering__description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #cbbfa2;
  text-align: center;
  margin-bottom: 2rem;
}

.catering__button-container {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.catering__button {
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #cbbfa2;
  background: #27272a;
  padding: 1rem 2.5rem;
  color: #cbbfa2;
  font-size: 1.1rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.catering__button:hover {
  background: rgba(203, 191, 162, 0.1);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.catering__media {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.catering__media-row {
  display: flex;
  gap: 15px;
  height: 220px;
}

.catering__video-wrapper,
.catering__image-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 50%;
  height: 100%;
}

.catering__video,
.catering__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.catering__image {
  transition: transform 0.3s ease;
}

.catering__image:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 768px) {
  .catering__media-row {
    height: 180px;
  }
}

@media screen and (min-width: 1024px) {
  .catering__container {
    flex-direction: row;
    align-items: center;
  }
  
  .catering__heading {
    text-align: left;
  }
  
  .catering__description {
    text-align: left;
  }
  
  .catering__button-container {
    justify-content: flex-start;
  }
  
  .catering__text,
  .catering__media {
    flex: 1;
  }
}

.visit-us {
  margin-top: 12.5rem;
}
.visit-us .visit-us__heading {
  color: #cbbfa2;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 800;
}
.visit-us .visit-us__map {
  margin-top: 5rem;
  width: 100%;
  height: clamp(300px, 40vw, 485px);
}
.visit-us .visit-us__map iframe {
  width: 100%;
  height: 100%;
}

.renting-banner {
  width: 100%;
  height: min(70vh - 97px, 903px);
  background-image: url(/images/renting-banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .renting-banner {
    height: min(110vh, 1000px);
  }
}
.renting-banner .renting-banner__transition {
  background: linear-gradient(180deg, rgba(39, 39, 42, 0.3) 0%, #27272a 44.79%);
  width: 100%;
  height: 24%;
  position: relative;
  z-index: 2;
  bottom: -2px;
}

.renting-header {
  position: relative;
  z-index: 3;
  top: max(-17.4vh, -180px);
  margin-bottom: max(-17.4vh, -180px);
  padding: 0 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .renting-header {
    top: max(-21.4vh, -200px);
    margin-bottom: max(-21.4vh, -200px);
  }
}
.renting-header .renting-header__heading {
  margin: 0 auto;
  text-align: center;
  color: #cbbfa2;
  font-size: clamp(2.25rem, 5vw, 4.375rem);
  line-height: 1.45;
  max-width: 30ch;
}

.renting-description {
  padding-top: 4rem;
}
.renting-description .renting-description__container {
  margin: 0 auto;
  width: 90vw;
  display: flex;
  gap: 2rem;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  color: #cbbfa2;
  text-align: center;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  line-height: 1.45;
}
.renting-description .renting-description__container .renting-description__text p + p {
  margin-top: 3.75rem;
}
.renting-description .renting-description__container .renting-description__image-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.renting-description .renting-description__container .renting-description__image-container img {
  width: 100%;
  max-width: 736px;
  height: auto;
}
.renting-description .renting-description__container .renting-description__image-container .renting-description__image-caption {
  font-size: clamp(0.8rem, 1.5vw, 1.3rem);
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .renting-description .renting-description__container {
    width: 80vw;
    flex-direction: row;
    gap: 4rem;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }
  .renting-description .renting-description__container .renting-description__text {
    width: 50%;
  }
  .renting-description .renting-description__container .renting-description__text p + p {
    margin-top: 3.75rem;
  }
  .renting-description .renting-description__container .renting-description__image-container {
    width: 50%;
  }
  .renting-description .renting-description__container .renting-description__image-container img {
    width: 100%;
    max-width: 736px;
    height: auto;
  }
}

.--catering-bg {
  margin: 7rem 0 0;
  background-image: url(/images/paralax-catering.png);
}

.terramona {
  margin-top: 7rem;
  margin-top: clamp(7rem, 10vw, 14.125rem);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.terramona .terramona__image-container {
  max-width: 90%;
  position: relative;
}
.terramona .terramona__image-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 736px;
  height: auto;
}
@media screen and (min-width: 640px) {
  .terramona .terramona__image-container img {
    width: 85%;
  }
}
.terramona .terramona__image-container .terramona__btn {
  position: relative;
  z-index: 2;
  transform: translateY(-80%);
  margin-left: auto;
  cursor: pointer;
  border-radius: 300px;
  padding: 0.5rem 1.2rem;
  background-color: #585442;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 1.3125rem;
  color: white;
  font-size: clamp(1rem, 2vw, 2.25rem);
  max-width: -moz-min-content;
  max-width: min-content;
}
.terramona .terramona__image-container .terramona__btn svg {
  width: clamp(33px, 5vw, 53px);
  height: clamp(33px, 5vw, 53px);
}
@media screen and (min-width: 640px) {
  .terramona .terramona__image-container .terramona__btn {
    margin: 0;
    left: 68%;
  }
}
@media screen and (min-width: 1024px) {
  .terramona .terramona__image-container .terramona__btn {
    padding: 1rem 1.8125rem;
  }
}

#rezervacija {
  scroll-margin: 100px;
}

.reservation {
  margin-top: 4rem;
  width: 100%;
  padding-bottom: 20vh;
  background-image: url(/images/reservation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.reservation .reservation__heading {
  max-width: 90vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 3rem;
  z-index: 3;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  color: #cbbfa2;
  font-size: clamp(3rem, 5vw, 4.375rem);
}
.reservation .reservation__form {
  max-width: 70%;
  max-width: clamp(280px, 90vw, 900px);
  height: 100%;
  margin: 5rem auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.reservation .reservation__form .reservation__form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .reservation .reservation__form .reservation__form-row {
    flex-direction: row;
    gap: 3rem;
  }
}
.reservation .reservation__form .reservation__form-row .reservation__form-input {
  font-family: monospace;
  font-size: clamp(1.2rem, 1vw, 1.75rem);
  line-height: 1.45;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6980392157);
  padding: clamp(1rem, 1vw, 1.25rem) clamp(1.25rem, 2vw, 2.3125rem);
  border: 1px solid #9f9f9f;
  border-radius: 20px;
}
.reservation .reservation__form .reservation__form-row .reservation__form-input:focus {
  outline: none;
}
.reservation .reservation__form .reservation__form-row .reservation__form-input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  text-transform: uppercase;
}
.reservation .reservation__form .reservation__form-row .reservation__form-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9f9f9f;
  text-transform: uppercase;
}
.reservation .reservation__form .reservation__form-row textarea {
  resize: none;
}
.reservation .reservation__form .reservation__form-btn-container {
  margin-top: 1rem;
  width: 100%;
}
.reservation .reservation__form .reservation__form-btn-container .reservation-btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .reservation .reservation__form .reservation__form-btn-container {
    width: unset;
  }
  .reservation .reservation__form .reservation__form-btn-container .reservation-btn {
    width: unset;
  }
}

.catering-banner {
  width: 100%;
  height: min(70vh - 97px, 903px);
  background-image: url(/images/paralax-catering.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .catering-banner {
    height: min(110vh, 1000px);
  }
}
.catering-banner .catering-banner__transition {
  background: linear-gradient(180deg, rgba(39, 39, 42, 0.3) 0%, #27272a 44.79%);
  width: 100%;
  height: 34%;
  position: relative;
  z-index: 2;
  bottom: -2px;
}
@media screen and (min-width: 768px) {
  .catering-banner .catering-banner__transition {
    height: 24%;
  }
}

.catering-header {
  position: relative;
  z-index: 3;
  top: max(-17.4vh, -180px);
  margin-bottom: max(-17.4vh, -180px);
  padding: 0 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .catering-header {
    top: max(-21.4vh, -200px);
    margin-bottom: max(-21.4vh, -200px);
  }
}
.catering-header .catering-header__heading {
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  color: #cbbfa2;
  font-size: clamp(3rem, 5vw, 4.375rem);
  line-height: 1.45;
  max-width: 30ch;
}

.catering-description {
  padding-top: 4rem;
}
.catering-description .catering-description__container {
  margin: 0 auto;
  width: 90vw;
  display: flex;
  gap: 2rem;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  color: #cbbfa2;
  text-align: center;
  font-size: clamp(1rem, 2.3vw, 2rem);
  line-height: 1.45;
}
.catering-description .catering-description__container .catering-description__text p + p {
  margin-top: 3.75rem;
}
.catering-description .catering-description__container .catering-description__image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.catering-description .catering-description__container .catering-description__image img {
  width: 100%;
  max-width: 558px;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .catering-description .catering-description__container {
    width: 80vw;
    flex-direction: row;
    gap: 4rem;
    align-items: center;
    justify-content: center;
    text-align: left;
  }
  .catering-description .catering-description__container .catering-description__text {
    width: 50%;
  }
  .catering-description .catering-description__container .catering-description__text p + p {
    margin-top: 3.75rem;
  }
  .catering-description .catering-description__container .catering-description__image {
    width: 50%;
  }
  .catering-description .catering-description__container .catering-description__image img {
    width: 100%;
    max-width: 558px;
    height: auto;
  }
}
.catering-description .catering-description__container:nth-of-type(2) {
  margin-top: clamp(5rem, 10vw, 10rem);
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .catering-description .catering-description__container:nth-of-type(2) {
    flex-direction: row-reverse;
  }
}

.menus {
  margin-top: clamp(7rem, 12vw, 10rem);
  color: #cbbfa2;
}
.menus .menus__heading-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menus .menus__heading-container .menus__heading-title {
  text-transform: uppercase;
  font-size: clamp(3rem, 5vw, 4.375rem);
  line-height: 1.45;
  text-align: center;
}
.menus .menus__list {
  margin-top: clamp(5rem, 10vw, 9rem);
}
.menus .menus__list .menus__menu {
  margin: 0 auto;
  max-width: 85vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .menus .menus__list .menus__menu {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4rem;
  }
}
.menus .menus__list .menus__menu .menus__text {
  width: 100%;
}
.menus .menus__list .menus__menu .menus__text .menus__menu-heading {
  text-transform: uppercase;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  line-height: 1.45;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .menus .menus__list .menus__menu .menus__text .menus__menu-heading {
    text-align: left;
  }
}
.menus .menus__list .menus__menu .menus__text .menus__menu-content {
  margin-top: 2rem;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  list-style-type: disc;
}
.menus .menus__list .menus__menu .menus__text .menus__menu-content li {
  margin-left: 1.5rem;
}
.menus .menus__list .menus__menu .menus__text .menus__menu-content li + li {
  margin-top: 1rem;
}
.menus .menus__list .menus__menu .menus__text .menus__menu-content + .menus__menu-heading {
  margin-top: 4rem;
}
.menus .menus__list .menus__menu .swiper-container {
  width: clamp(300px, 30vw, 400px);
  height: auto;
}
.menus .menus__list .menus__menu .swiper-container .menu-swiper {
  width: 100%;
  border-radius: 30px;
}
.menus .menus__list .menus__menu .swiper-container .menu-swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.menus .menus__list .menus__menu .swiper-container .menu-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.menus .menus__list .menus__menu .swiper-container .menus__slider-arrows-container {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.menus .menus__list .menus__menu .swiper-container .menus__slider-arrows-container .swiper-arrow {
  cursor: pointer;
  border-radius: 300px;
  background-color: #585442;
  min-width: clamp(35px, 15vw, 115px);
  height: clamp(30px, 5vw, 75px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.menus .menus__list .menus__menu .swiper-container .menus__slider-arrows-container .swiper-arrow svg {
  width: clamp(1rem, 4vw, 2.1875rem);
  height: clamp(1rem, 4vw, 2.1875rem);
}
.menus .menus__list .menus__menu + .menus__menu {
  margin-top: clamp(4rem, 7vw, 7rem);
}

.catering-reservation {
  margin-top: 8rem;
  width: 100%;
  height: 100vh;
  background-image: url(/images/reservation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.catering-reservation .catering-reservation__btn-container {
  margin: -10rem auto 0;
  width: 90%;
  height: 90%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .catering-reservation .catering-reservation__btn-container {
    justify-content: flex-end;
  }
}
.catering-reservation .catering-reservation__btn-container a {
  text-decoration: none;
}

/* Klasična postavitev navigacijske vrstice za namizne računalnike */
.navbar__desktop-logo {
    display: none;
}

@media screen and (min-width: 768px) {
    .navbar__desktop-logo {
        display: block;
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 102;
    }
    
    .navbar__desktop-logo img {
        height: 40px;
        width: auto;
    }
    
    .navbar__links {
        justify-content: flex-end !important;
        padding-right: 40px !important;
    }
    
    .navbar__links .navbar__logo {
        display: none !important;
    }
}

/* Vizualne izboljšave za najem prostora stran */
.menu-box {
    border: 1px solid #cbbfa2;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: rgba(203, 191, 162, 0.05);
}

/* Skrijemo sliko v Menu 4 */
#menu-swiper-4 {
    display: none;
}

/* Manjša slika za finger food na mobilnih napravah */
@media screen and (max-width: 767px) {
    #menu-swiper-3 .swiper-slide img {
        max-width: 60%;
        margin: 0 auto;
        display: block;
    }
}

.menu-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.menus__heading-title {
    font-size: 2.8rem;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.menus__heading-title:after {
    content: '';
    position: absolute;
    left: 25%;
    right: 25%;
    bottom: -10px;
    height: 3px;
    background-color: #cbbfa2;
}

.menus__menu-heading {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #cbbfa2;
    border-bottom: 1px solid rgba(203, 191, 162, 0.3);
    padding-bottom: 10px;
}

.menus__menu-content {
    padding-left: 20px;
}

.menus__menu-content li {
    position: relative;
    margin-bottom: 12px;
    line-height: 1.6;
}

.menus__menu-content li:before {
    content: '•';
    position: absolute;
    left: -15px;
    color: #cbbfa2;
}

/* Izboljšava za celotno stran */
.renting-description__container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 30px;
    background-color: rgba(203, 191, 162, 0.05);
}

.renting-header__heading {
    font-size: 3.2rem;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
    .renting-description__container {
        padding: 40px;
    }
    
    .menus__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .menus__menu-heading {
        font-size: 1.6rem;
    }
    
    .menus__heading-title {
        font-size: 2.2rem;
    }
    
    .renting-header__heading {
        font-size: 2.5rem;
    }
}

/* Food Showcase Section */
.food-showcase {
    padding: 3rem 0;
    background-color: #f9f9f9;
}

.food-showcase__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.food-showcase__image-container {
    flex: 1;
    text-align: center;
}

.food-showcase__images {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.food-showcase__image-wrapper {
    width: calc(50% - 8px);
    max-width: 280px;
}

.food-showcase__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.food-showcase__image:hover {
    transform: scale(1.02);
}

.food-showcase__text {
    flex: 1;
    padding: 0 2rem;
}

.food-showcase__heading {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #333;
}

.food-showcase__description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
}

@media (max-width: 768px) {
    .food-showcase__container {
        flex-direction: column;
    }
    
    .food-showcase__text {
        padding: 2rem 0 0 0;
        text-align: center;
        order: -1;
    }
    
    .food-showcase__images {
        margin-top: 1.5rem;
    }
    
    .food-showcase__image-wrapper {
        width: calc(50% - 8px);
        max-width: none;
    }
}

/* Menu Showcase Section */
.menu-showcase {
    padding: 4rem 0;
    background-color: #27272a;
}

.menu-showcase__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
}

.menu-showcase__item {
    flex: 1;
    min-width: 280px;
    max-width: 380px;
    background-color: rgba(203, 191, 162, 0.05);
    border: 1px solid rgba(203, 191, 162, 0.3);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-showcase__item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background-color: rgba(203, 191, 162, 0.1);
}

.menu-showcase__icon {
    width: 80px;
    height: 80px;
    background-color: rgba(203, 191, 162, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.menu-showcase__icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.menu-showcase__title {
    color: #cbbfa2;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.menu-showcase__description {
    color: #cbbfa2;
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.5;
    flex-grow: 1;
}

.menu-showcase__button {
    display: inline-block;
    padding: 12px 24px;
    background-color: transparent;
    color: #cbbfa2;
    text-decoration: none;
    border: 1px solid #cbbfa2;
    border-radius: 30px;
    font-size: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu-showcase__button:hover {
    background-color: #cbbfa2;
    color: #27272a;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .menu-showcase__container {
        flex-direction: column;
        align-items: center;
    }
    
    .menu-showcase__item {
        width: 100%;
    }
}

/* Menu Buttons Section */
.menu-buttons {
    padding: 3rem 0;
    background-color: #27272a;
    position: relative;
    z-index: 5;
}

.menu-buttons__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0 20px;
    flex-wrap: wrap;
}

.menu-buttons__button {
    display: flex;
    align-items: center;
    padding: 18px 30px;
    background-color: rgba(203, 191, 162, 0.05);
    border: 1px solid #cbbfa2;
    border-radius: 12px;
    color: #cbbfa2;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 220px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.menu-buttons__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(203, 191, 162, 0.05), rgba(203, 191, 162, 0.15));
    z-index: 0;
}

.menu-buttons__button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background-color: rgba(203, 191, 162, 0.15);
    border-color: rgba(203, 191, 162, 0.8);
}

.menu-buttons__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    background-color: rgba(203, 191, 162, 0.1);
    border-radius: 50%;
    padding: 8px;
}

.menu-buttons__icon img {
    width: 100%;
    height: 100%;
}

.menu-buttons__button span {
    font-family: "Secular One", sans-serif;
    font-size: 1rem;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
}

.time-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding: 8px 15px;
    background-color: rgba(203, 191, 162, 0.1);
    border-radius: 30px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px dashed rgba(203, 191, 162, 0.5);
}

.time-notice__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.time-notice span {
    color: #cbbfa2;
    font-size: 0.85rem;
    font-family: "Ruda", sans-serif;
}

@media (max-width: 1024px) {
    .menu-buttons__button {
        flex: 1;
    }
}

@media (max-width: 768px) {
    .menu-buttons__container {
        flex-direction: column;
        align-items: center;
    }
    
    .menu-buttons__button {
        width: 100%;
        max-width: 320px;
        justify-content: flex-start;
        padding-left: 25px;
    }
}
