:root {
    --space: 2rem;
    --space-xs: calc(var(--space) / 3);
    --space-sm: calc(var(--space) / 2);
    --space-md: calc(var(--space) * 2);
  
    --color-primary: lightgray;
    --color-accent: whitesmoke;
    --color-dark: black;
    --color-mid: gray;
    --color-light: white;
    --color-highlight: dodgerblue;
  
    --radius: 0.125rem;
  }
  
  /* Here are the base styles for the main layout and sticky component */
 
html {
  scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

 p.script-font.text-center {
    text-align-last: center;
}
.headerMenu {
  background-image: url('../images/bg-27.jpg');
}

.items .item > a.scroll-to {
    text-shadow: -1px -1px 1px white;
    font-weight: 700;
    color: black;
    text-size-adjust: none;
    text-wrap: nowrap;
}

main {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end;
}

.footer-parallax-container {

  background-image: url('../images/hd-portrait-3.jpg');
  background-repeat: repeat-y;

}

@media (max-width:1024px) {

  .footer-parallax-container{
    background-image: none;

  }

}


/* Mernu Link To Top */
@font-face {
    font-family: anchorjs-icons;
    src: url("data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP") format("truetype");
}
.menuItemsHeading:not(:first-child) > .anchorjs-link {
    opacity: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.menuItemsHeading:not(:first-child) > .anchorjs-link, .menuItemsHeading:not(:first-child) > .anchorjs-link:focus {
    opacity: 1;
}

.menuItemsHeading:not(:first-child) > [data-anchorjs-icon]::after {
    content: attr(data-anchorjs-icon);
}


  
  .article {
    flex-basis: 0;
    flex-grow: 999;
    min-width: 40%;
  }
  
  .sidebar {
    --offset: var(--space);
    align-self: start;
    position: sticky;
    top: 150px;
    width: 30%;
    height: auto;
    
  }

  @media (max-width:768px) {

    .sidebar {
      position: relative;
      height: 40px;
      width: 100%;
      top: 0;
      box-shadow: 0px 1px 0px rgb(0 0 0 / 12%);
      margin-bottom: 24px;
      border-bottom: 1px solid #e4e4e4;
      overflow: hidden;


    }

    .list {
      overflow-x: scroll;
      white-space: nowrap;
      padding-left: 0;
      padding-right: 0;

    }

  }

  @media only screen and (min-width: 769px) and (max-width: 1024px){

    .sidebar {
      width: 25%;
    }

  }

  @media only screen and (min-width: 414px) and (max-width: 767px){

    .sidebar {
      width: 25%;
    }

  }

  @media only screen and (max-width: 414px){
    .sidebar {
      width: 100%;
    }
  }

  
  
  
  
  .sidebar .menuBox {
    max-height: calc(100vh - var(--offset) * 2);
  }
  
  /*
   * Other styles
  **/
  .visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  
 
 
  
  h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    line-height: 1.2;
  }
  
  p {
    /* max-width: 70ch; */
    /* font-size: clamp(1rem, 4vw, 1.25rem); */
    text-align-last: left;
    text-align: justify;
  }
  
 
  
 
  main {
    margin-bottom: calc(var(--space-md) * -1);
    margin-left: calc(var(--space-md) * -1);
    margin: 0 auto;
    padding: 10rem 0;
    display: flex;
    justify-content: center;
  }
  
  @media (max-width:768px) {

    main {
      flex-direction: column-reverse;
      padding: 2.5rem 0;
    }
  
  }



  main > * {
   /* margin-bottom: var(--space-md);
    margin-left: var(--space-md);*/
  }
  
  article > * + * {
    margin-top: var(--space);
  }
  
  .menuBox {
    position: relative;
  }
  
 
  .menuBox .content {
    padding: var(--space-sm);
    color: var(--color-dark);
  }
  
  .empty-text {
    padding: var(--space);
    text-align: center;
    color: var(--color-primary);
  }
  
  .item {
    position: relative;
    appearance: none;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 1rem;
    overflow: hidden;
    height: 27px;
    cursor: pointer;
    text-transform: uppercase;
    color: #000;
    opacity: .75;
    transition: opacity .5s linear;
  }

  @media (max-width:768px) {

    .item {
      display: inline-block;
      margin-right:24px;
    }

  }

  .item:hover {
    opacity: 1;
  }
  
  /*
  .item > * {
    pointer-events: none;
  }
  */

  .info {
    width: 100%;
  }
  
  
.menuItemsWrapper {

  display: flex;
  flex-direction: column;
  width: 70%;
}

@media only screen and (min-width: 600px) and (max-width: 1024px){

  .menuItemsWrapper {
    margin: 0 auto;
  }

}


.menuItemsHeading {
  margin-left: 1.5rem;
}

.menuItemsHeading:not(:first-child){
    margin-top: 50px;
    padding: 30px 10px 0px 0px;
}


.menuItem {
  display: flex;
  transition: border-color 300ms ease-out;
  padding: 1.5rem 0;
  margin: -1px 1.5rem;
  border-bottom: 1px solid rgba(32, 33, 37, 0.12);
}

.menuItemContent {
  flex: 1;
  margin-right: 1.5rem;
  max-width: 400px;
}
  
.menuItemContent h4 {

  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: .375rem;
  color: #202125;
  white-space: pre-wrap;
  overflow: hidden;

}

.menuItemContent p {
  color:rgb(113, 113, 113);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.15px;
  line-height: 19px;

}

@media (max-width:768px) {
  .menuItemContent p {
    margin-bottom: 24px;
  }

 
}
 


.menuItemSmallPicture {
  height: 130px;
  width: 210px;
}

.menuItemSmallPicture img {
  border-radius: 5px;
  /*height: 100%;*/
}

@media (max-width:414px) {

  .menuItemSmallPicture {
    max-width: 135px;
    display: flex;
  }

  .menuItemSmallPicture img {
    border-radius: 5px;
    align-self: center;
    width: auto;
  }

}


.menuItemOriginalPrice, .menuItemDiscountPrice {

  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  height: 22px;
  line-height: 22.4px;
  text-transform: uppercase;
  
}

@media (max-width:414px) {
  
  .menuItemOriginalPrice, .menuItemDiscountPrice {
    font-size: 14px;    
  }

}


.menuItemOriginalPrice {
  color: #009de0;
}

.menuItemOriginalPrice--notActive{
  color: #000;
  text-decoration: line-through;
  opacity: .75;
}

.menuItemDiscountPrice {
  color: #e0321f;
  font-weight: 700;
  margin-right: 1rem;
}
  
.footerLegal {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 400px){

  .footerLegal {
    flex-direction: column;
  }

}


.mainMenuWrapper {
  display: flex;
    flex-direction: column;
    width: 90%;
    justify-content: flex-start;
    align-items: flex-start;
}



.mainMenuWrapperDishes {

  display: flex;
  flex-direction: row-reverse;
  width: 90%;
  margin: 0 auto;
}

.mainMenuContact {
  width: 100%;
  margin-bottom: 6rem;
}

.mainMenuInfo {
    background: var(--cb-surfaceMain);
    border-radius: 8px;
    padding: 2rem 4rem;
    border: 1px solid rgba(32, 33, 37, 0.12);
    box-shadow: 0 2px 10px #2021250f;
    margin-bottom: 1vw;
    width: 90%;
    margin: 0 auto;
}

@media (max-width:414px) {
  .mainMenuInfo {
    width: 90%;
  }

}



.mainMenuInfo h3 {

  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-transform: none;
  margin: 0px 0px 1.5rem;
  color: rgb(32, 33, 37);
  white-space: pre-wrap;
  
}

.mainMenuInfo p {
  font-size: 16px;
}
/**
.number::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url('../images/whatsapp.png') 0 0 no-repeat;
  background-size: contain;
}
**/
.whatsappIcon {
  width: 24px;
}

.whatsappIconNaslovnica
{
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url('../images/whatsapp.png') 0 0 no-repeat;
  background-size: contain;
}

.headerGalerija {
    background-image: url("../images/galerija/uploaded-6466b1e8104090.98373019.jpg");
    background-blend-mode: overlay;
    background-color: #292121;
}

.foodMenu{
  width: 80%;
}

@media (max-width:414px) {

  .mainMenuWrapperDishes  {
    flex-direction: column-reverse;
    width: 100%;

  }

  .menuHolder {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
}



  @media (max-width:414px) {
  
    .mainMenuWrapper {
        width: 100% !important;
  
    }

    .menuItemContent h4 {
      font-size: 13px;
      line-height: 1.2;
      margin-bottom: 0;
    }

    .menuItemOriginalPrice {
      font-size: 12px;
    }

    .foodMenu{
      width: 100%;
  }

    .menuHolder {
      flex-direction: column-reverse;
    }

    .menuItemsWrapper {
      width: 80%;
      margin: 0 auto;
    }

  }

