.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar {
  max-height: 130px;
  min-height: 100px;
  background-color: #ffedbf;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.container {
  padding-right: 200px;
  display: flex;
}

.nav-menu {
  margin-left: 143px;
}

.nav-bar-text {
  color: #ab2d2a;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-family: Crimson Text, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-section {
  height: 594px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  object-fit: contain;
  background-image: url('../images/pozadina.png'), url('../images/pozadina.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  grid-template-rows: 1.25fr auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.default-header-heading {
  z-index: 5;
  opacity: 1;
  color: #fff;
  object-fit: cover;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 125px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 95px;
  font-weight: 600;
  line-height: 100px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.heading {
  z-index: 6;
  color: #fff;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 90px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  z-index: 7;
  height: 129px;
  min-width: 370px;
  text-align: left;
  margin: 0 auto 38px;
  line-height: 130px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: 0%;
  right: 0%;
}

.div-block {
  margin-bottom: 300px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  z-index: 8;
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 60px;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button {
  margin-bottom: 0;
  margin-right: 556px;
}

.button-2 {
  margin-left: 556px;
}

.header-button {
  width: 150px;
  text-align: center;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-right: auto;
  font-family: Crimson Text, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 29px;
}

.header-button.header-button-2 {
  margin-left: auto;
  margin-right: 0;
}

.body {
  outline-offset: 0px;
  mix-blend-mode: normal;
  background-color: #ffedbf;
  border: 1px solid #432818;
  outline: 3px #333;
}

.tabs-menu {
  object-fit: fill;
  justify-content: center;
  display: flex;
}

.text-block {
  font-family: Crimson Text, sans-serif;
  font-weight: 600;
}

.manu-tab {
  background-color: rgba(0, 0, 0, 0);
}

.manu-tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-left: 2px #000;
  border-right: 2px #000;
}

.tab-link-tab-2 {
  flex: 0 auto;
}

.menu-tab {
  background-color: rgba(0, 0, 0, 0);
}

.menu-tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-family: Crimson Text, sans-serif;
  font-weight: 600;
}

.menu-tab.w--current:active {
  mix-blend-mode: normal;
  border-bottom: 2px solid #ab2d2a;
}

.menu-tab.w--current:visited {
  border: 1px solid #ab2d2a;
  border-bottom-width: 2px;
}

.tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5, .tab-link-tab-6 {
  background-color: rgba(0, 0, 0, 0);
}

.ko-smo-mi-section {
  border-left: 3px solid #000;
}

.contained-ksm {
  margin-right: auto;
}

.heading-2 {
  color: #432818;
  justify-content: center;
  align-items: center;
  font-family: Crimson Text, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 71px;
  display: flex;
}

.paragraf-ksm {
  max-height: 319px;
  max-width: 639px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  display: flex;
}

.container-3 {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.button-3 {
  max-height: 43px;
  max-width: 129px;
  color: #a6633b;
  text-align: center;
  background-color: #ffedbf;
  border: 2px solid #432818;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
}

.button-3:hover {
  -webkit-backdrop-filter: blur(5px) blur(5px);
  backdrop-filter: blur(5px) blur(5px);
  background-color: rgba(197, 184, 151, 0);
}

.container-4 {
  justify-content: center;
  margin-top: 52px;
  display: flex;
}

.heading-3 {
  color: #432818;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  font-family: Crimson Text, sans-serif;
  display: flex;
}

.lokacija {
  margin-top: 60px;
}

.div-block-lokacija {
  max-height: 500px;
  max-width: 900px;
  min-height: 300px;
  min-width: 900px;
  text-align: left;
  flex-wrap: nowrap;
  margin-left: 90px;
  margin-right: 90px;
  position: static;
}

.div-block-3 {
  max-height: 500px;
  max-width: 850px;
  min-height: 400px;
  min-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid {
  color: #000;
  grid-template-rows: auto auto auto auto auto auto auto;
  margin-left: 68px;
  padding-right: 172px;
  font-family: Crimson Text, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-2 {
  color: #a6633b;
  text-align: center;
  border: 3px solid #432818;
  border-radius: 40px;
  align-items: center;
  padding: 15px 27px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.ketering {
  margin-top: 180px;
}

.heading-4 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Crimson Text, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 72px;
}

.text-block-3 {
  color: #000;
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.all-txt-block-ketering {
  min-width: 130px;
  color: #a6633b;
  border: 3px solid #432818;
  border-radius: 40px;
  padding: 15px 27px;
  font-family: Roboto, sans-serif;
}

.all, .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
  color: #a6633b;
}

.image-2 {
  max-height: 400px;
  max-width: 400px;
  min-height: 400px;
  min-width: 400px;
  margin-top: 94px;
  margin-left: 65px;
  margin-right: 130px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-5 {
  color: #432818;
  text-align: center;
  margin-top: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 72px;
}

.heading-6 {
  max-height: 52px;
  max-width: 222px;
  float: none;
  color: #432818;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  margin: -38px auto 0;
  font-family: Crimson Text, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
  display: block;
  position: static;
}

.kontant {
  margin-top: 160px;
}

.div-block-4 {
  max-width: 1px;
  min-width: 1px;
  float: right;
}

.text-block-11 {
  color: #a6633b;
  text-align: center;
  padding-top: 46px;
  font-family: Crimson Text, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

.texblock-kontant {
  max-height: 60px;
  max-width: 123px;
  color: #a6633b;
  text-align: center;
  border: 3px solid #432818;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.text-block-12, .text-block-13 {
  color: #a6633b;
  text-align: center;
  margin-top: 55px;
  font-family: Crimson Text, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

.text-field {
  max-height: 60px;
  max-width: 400px;
  min-height: 60px;
  min-width: 400px;
  background-color: rgba(255, 255, 255, 0);
  border: 4px solid #432818;
  border-radius: 50px;
  margin-bottom: 35px;
}

.text-field-2 {
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0);
  border: 4px solid #432818;
  border-radius: 50px;
  margin-bottom: 35px;
}

.text-field-3 {
  max-height: 200px;
  min-height: 200px;
  float: none;
  color: #000;
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border: 4px solid #432818;
  border-radius: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 122px;
  overflow: scroll;
}

.form {
  max-width: 400px;
  min-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-14 {
  color: #a6633b;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 0;
  padding-left: 126px;
  font-family: Crimson Text, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  overflow: visible;
}

.column {
  border-left: 3px solid #432818;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-block {
  margin-top: 28px;
}

.tabs {
  text-align: center;
}

.meni-tab {
  background-color: rgba(0, 0, 0, 0);
}

.meni-tab:hover {
  background-color: rgba(255, 255, 255, 0);
}

.meni-tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  border: 3px #a6633b;
  border-bottom-style: solid;
  text-decoration: none;
}

.div-block-5 {
  width: 31px;
  height: 1.5px;
  opacity: 1;
  background-color: #a6633b;
}

.text-block-15 {
  color: #a6633b;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.tab-pane-tab-2 {
  min-height: 300px;
  border-left: 3px solid rgba(67, 40, 24, .7);
  border-right: 3px solid rgba(67, 40, 24, .7);
  margin-left: 300px;
  margin-right: 300px;
}

.heading-7 {
  text-align: center;
}

.heading-8 {
  text-align: left;
}

.meni-heading {
  color: #432818;
  text-align: center;
  font-family: Crimson Text, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 72px;
}

.meni-items {
  max-width: 1130px;
  color: #432818;
  text-align: left;
  padding-top: 50px;
  padding-left: 20px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.meni-items.inside {
  max-width: 500px;
  padding-top: 0;
  padding-left: 30px;
}

.tabs-content {
  padding-top: 0;
}

.text-block-16 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 30px;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.meni-price {
  color: #432818;
  margin-top: 0;
  padding-top: 50px;
  padding-right: 20px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.meni-price.down {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.meni-price.middle {
  margin-top: 465px;
}

.meni-price.middle.middle2 {
  margin-top: 1055px;
}

.meni-price.middle.middle2.middle3 {
  margin-top: 1435px;
}

.meni-price.middle.middle2.middle3.down1 {
  margin-top: 1995px;
}

.meni-price.down2 {
  margin-top: 200px;
}

.meni-price.down3 {
  margin-top: 435px;
}

.meni-price.mid {
  margin-top: 350px;
}

.meni-price.mid.down {
  margin-top: 850px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.meni-price.bela {
  margin-top: 530px;
}

.meni-price.bela.crvena {
  margin-top: 1150px;
}

.meni-price.bela.crvena.kosov {
  margin-top: 1590px;
}

.meni-price.bela.crvena.kosov.roze {
  margin-top: 1790px;
}

.meni-items-header {
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Crimson Text, sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}

.text-block-17 {
  max-width: 150px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.tabs-menu-2 {
  margin-bottom: 31px;
}

.text-block-18 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-7 {
  color: #000;
  padding-left: 140px;
  font-size: 16px;
  font-weight: 700;
}

.text-field-4 {
  height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #432818;
  border-radius: 50px;
  margin-bottom: 50px;
}

.text-field-6 {
  height: 60px;
  max-height: 200px;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #432818;
  border-radius: 50px;
  margin-bottom: 50px;
}

.text-field-6.textfiedl7 {
  height: 200px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.field-label {
  font-family: Crimson Text, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.submit-button {
  color: #432818;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #432818;
  border-radius: 20px;
  font-family: Crimson Text, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.linija {
  position: absolute;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-5 {
  float: right;
  clear: none;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 65px;
  margin-left: 140px;
  margin-right: 140px;
  display: grid;
}

.text-block-19 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.form-2 {
  margin-top: 31px;
  margin-left: 135px;
  margin-right: 170px;
}

.text-block-20 {
  color: #432818;
  text-align: center;
  margin-bottom: 46px;
  font-family: Crimson Text, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

.kontakt-text {
  color: #a6633b;
  text-align: center;
  font-family: Crimson Text, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

.kontakt-rectangle {
  width: 123px;
  height: 60px;
  text-align: left;
  border: 3px solid #432818;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin: 13px auto 28px;
  display: flex;
}

.kontakt-rectangle.first {
  margin-bottom: 60px;
}

.text-block-21 {
  color: #a6633b;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.field-label-2 {
  font-family: Crimson Text, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.field-label-3 {
  font-family: Crimson Text, sans-serif;
  font-size: 25px;
}

.footer {
  height: 230px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a6633b;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 59px;
  padding-bottom: 126px;
  padding-left: 0;
  display: flex;
}

.image-6 {
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: 130px;
}

.image-7, .image-8, .image-9 {
  width: 50px;
  height: 50px;
  margin-right: 130px;
}

.image-10 {
  height: 50px;
  margin-right: auto;
}

.link-block {
  width: 50px;
  margin-left: 0;
  margin-right: 130px;
}

.link-block-2 {
  width: 50px;
  margin-right: 130px;
}

.link-block-3, .link-block-4, .link-block-5 {
  width: 50px;
}

.link-block-6, .link-block-7 {
  width: 50px;
  margin-right: 130px;
}

.text-block-22 {
  margin-top: 320px;
  position: absolute;
}

.footer-text {
  color: #ffedbf;
  margin-top: 320px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
}

.webrainmakers {
  width: 200px;
  color: #ffedbf;
  margin: 325px 0 0 200px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-decoration: none;
  position: static;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.map {
  opacity: 1;
  border-radius: 0;
}

.column-2 {
  border-right: 2px red;
}

.column-3 {
  border-left: 4px solid #432818;
  padding-top: 35px;
}

.field-label-4 {
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
}

.text-field-7 {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #432818;
  border-radius: 40px;
  margin-bottom: 40px;
}

.text-field-7.veliki {
  min-height: 200px;
}

.submit-button-2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid #432818;
  border-radius: 20px;
  font-family: Crimson Text, sans-serif;
  font-size: 20px;
}

.image-11 {
  min-width: 100px;
  margin-top: 0;
  margin-bottom: 34px;
  margin-left: 36px;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.tab-pane-tab-6 {
  min-height: 300px;
  border-left: 3px solid rgba(67, 40, 24, .7);
  border-right: 3px solid rgba(67, 40, 24, .7);
  margin-left: 300px;
  margin-right: 300px;
}

.text-block-27 {
  z-index: 9;
  color: #fafafa;
  text-align: center;
  margin-top: 21px;
  margin-bottom: -101px;
  font-family: Crimson Text, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  position: absolute;
  top: auto;
  bottom: 18%;
  left: 0%;
  right: 0%;
}

.image-12 {
  opacity: 1;
  object-fit: fill;
}

.brand {
  min-height: 100px;
}

.meni-tab:hover {
  background-color: rgba(255, 255, 255, 0);
}

.heading1 {
  min-height: 594px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  width: 100%;
  min-height: 594px;
  object-fit: fill;
  background-image: url('../images/pogled.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  overflow: visible;
}

.slide {
  mix-blend-mode: darken;
  background-image: url('../images/separe.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-2 {
  opacity: 1;
  mix-blend-mode: darken;
  background-image: url('../images/unutra.png');
  background-position: 0 0;
  background-size: auto;
  right: 0;
}

.slide-3 {
  mix-blend-mode: darken;
  background-image: url('../images/sto11.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-4 {
  mix-blend-mode: darken;
  background-image: url('../images/pogled.png');
  background-position: 0 0;
  background-size: cover;
}

.header-class {
  height: 564px;
}

.slide-nav {
  overflow: visible;
}

.slide-5 {
  height: 17%;
  min-height: 594px;
  background-image: url('../images/unutra.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.slide-5.slide8 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/viber_image_2023-09-14_14-18-42-513.png');
  background-clip: border-box;
}

.slider-2 {
  height: 0;
  min-height: 594px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mask {
  min-height: 594px;
  background-image: url('../images/sto11.png');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/pogled.png');
  background-position: 0 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/separe.png');
  background-position: 0 0;
  background-size: cover;
}

.header-items {
  z-index: 10;
  text-align: center;
  padding-top: 125px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 95px;
  font-weight: 600;
  line-height: 123px;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Crimson Text, sans-serif;
  font-size: 85px;
  font-weight: 600;
  line-height: 110px;
}

.image-13 {
  max-height: 110px;
  max-width: 50%;
  margin-bottom: 32px;
}

.heading-buttons {
  margin-bottom: 19px;
}

.heading-button {
  width: 160px;
  height: 43px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  margin-left: 35px;
  margin-right: 35px;
  font-family: Crimson Text, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.brojevi {
  color: #fff;
  font-family: Crimson Text, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.slide-8 {
  background-image: url('../images/sto11.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-10 {
  margin-top: 320px;
  margin-left: 550px;
  position: absolute;
}

.link-block-8 {
  margin-right: 0;
}

@media screen and (min-width: 1280px) {
  .heading {
    margin-top: -124px;
  }

  .image {
    margin-bottom: 116px;
  }

  .div-block-2 {
    margin-bottom: 188px;
  }

  .text-block-15 {
    font-size: 18px;
  }

  .text-block-27 {
    margin-bottom: -20px;
  }

  .slide-2 {
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    margin-top: -200px;
  }

  .image {
    margin-bottom: 186px;
  }

  .div-block-2 {
    margin-bottom: 200px;
  }

  .meni-price.down {
    margin-top: 855px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .meni-price.bela {
    margin-top: 530px;
    margin-bottom: 600px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .meni-price.bela.crvena {
    margin-top: 1150px;
  }

  .meni-price.bela.crvena.kosov {
    margin-top: 1590px;
    margin-bottom: 0;
  }

  .form-2 {
    margin-right: 175px;
  }

  .image-11 {
    min-width: 100px;
    margin-top: 37px;
    margin-bottom: 62px;
    margin-left: 80px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .text-block-27 {
    color: #fff;
    text-align: center;
    align-items: flex-start;
    margin-top: 34px;
    margin-bottom: -6px;
    font-family: Crimson Text, sans-serif;
    font-size: 40px;
    font-weight: 600;
    display: block;
  }

  .div-block-9 {
    color: #fff;
  }

  .image-12 {
    border-radius: 60px;
  }

  .slide, .slide-3 {
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/pogled.png');
    background-position: 0 0;
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .default-header-heading {
    margin-top: 144px;
  }

  .heading {
    margin-top: -400px;
  }

  .image {
    margin-bottom: 350px;
  }

  .div-block-2 {
    margin-bottom: 450px;
  }

  .heading-4 {
    margin-bottom: 30px;
  }

  .tab-pane-tab-2 {
    margin-left: 500px;
    margin-right: 500px;
  }

  .meni-items.inside, .meni-price {
    font-size: 25px;
  }

  .meni-items-header {
    font-size: 30px;
  }

  .footer {
    margin-top: 53px;
  }

  .radno-vreme {
    margin-bottom: 2px;
  }

  .column-3 {
    padding-top: 45px;
  }

  .image-11 {
    margin-top: 31px;
  }

  .tab-pane-tab-6 {
    margin-left: 500px;
    margin-right: 500px;
  }

  .text-block-27 {
    margin-bottom: 200px;
  }

  .slider {
    z-index: 0;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    margin-left: 230px;
  }

  .image-2 {
    opacity: 0;
  }

  .tab-pane-tab-2 {
    margin-left: 80px;
    margin-right: 96px;
  }

  .meni-items {
    max-width: 600px;
  }

  .form-2 {
    margin-left: 49px;
  }

  .menu-button {
    margin-right: 90px;
  }

  .kontakt-us-2 {
    margin-top: 62px;
  }

  .text-field-7 {
    min-width: 250px;
  }

  .image-11 {
    margin-top: -51px;
    margin-bottom: 75px;
    margin-left: 11px;
    position: absolute;
  }

  .tab-pane-tab-6 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .brand {
    margin-top: 37px;
    margin-left: 83px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .columns {
    object-fit: cover;
    margin-left: 0;
    display: block;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 0;
  }

  .container {
    justify-content: flex-end;
  }

  .grid {
    margin-left: 134px;
  }

  .meni-items {
    max-width: 350px;
  }

  .div-block-8 {
    grid-column-gap: 15px;
  }

  .form-2 {
    min-width: 250px;
  }

  .menu-button {
    justify-content: flex-start;
    margin-right: 58px;
    display: block;
  }

  .radno-vreme {
    opacity: 1;
    overflow: visible;
  }

  .image-11 {
    margin: -10px 0 12px 52px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .tab-pane-tab-6 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .form-block-2 {
    object-fit: fill;
  }

  .brand {
    margin-left: 0;
    padding-left: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .default-header-heading {
    font-size: 65px;
  }

  .heading {
    font-size: 55px;
  }

  .image {
    height: 0;
    min-height: 100px;
    min-width: 310px;
  }

  .div-block-2 {
    grid-column-gap: 12px;
  }

  .heading-2 {
    text-align: center;
  }

  .paragraf-ksm {
    max-height: 500px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .container-3 {
    margin-top: -4px;
    font-size: 10px;
  }

  .div-block-3 {
    min-height: 200px;
    min-width: 320px;
    opacity: 1;
  }

  .grid {
    align-items: center;
    justify-items: center;
    margin-left: 2px;
  }

  .ketering {
    margin-top: 18px;
  }

  .all-txt-block-ketering {
    width: 130px;
    max-width: 160px;
    padding-left: 27px;
    font-size: 25px;
    overflow: hidden;
  }

  .image-2 {
    max-height: 0;
    max-width: 0;
    min-height: 0;
    min-width: 0;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .meni-tab:hover {
    background-color: rgba(255, 255, 255, 0);
  }

  .tab-pane-tab-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .meni-items {
    width: 360px;
    max-width: 270px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .meni-items.inside {
    width: 320px;
    font-size: 10px;
  }

  .meni-price {
    padding-top: 50px;
    font-size: 15px;
    line-height: 20px;
  }

  .meni-price.middle {
    margin-top: 330px;
  }

  .meni-price.middle.middle2 {
    margin-top: 740px;
  }

  .meni-price.middle.middle2.middle3 {
    margin-top: 1010px;
  }

  .meni-price.middle.middle2.middle3.down1 {
    margin-top: 1400px;
  }

  .meni-price.down3 {
    margin-top: 315px;
  }

  .meni-price.mid {
    margin-top: 250px;
  }

  .meni-price.mid.down {
    margin-top: 600px;
  }

  .meni-price.bela {
    margin-top: 370px;
  }

  .meni-price.bela.crvena {
    margin-top: 800px;
  }

  .meni-price.bela.crvena.kosov {
    margin-top: 1110px;
  }

  .meni-price.bela.crvena.kosov.roze {
    margin-top: 1260px;
  }

  .contact-us {
    width: 150px;
    height: 600px;
    margin-right: 0;
    display: flex;
  }

  .text-field-4 {
    text-align: left;
  }

  .div-block-8 {
    grid-column-gap: 748px;
    grid-template-columns: 5fr .25fr .25fr;
    margin-left: 43px;
  }

  .form-2 {
    width: auto;
    height: auto;
    max-width: 470px;
    min-width: 250px;
    text-align: center;
    object-fit: fill;
    margin-left: 0;
  }

  .footer {
    justify-content: center;
    padding-left: 2px;
    padding-right: 0;
  }

  .image-6 {
    margin-left: 0;
  }

  .image-10 {
    margin-right: 0;
  }

  .link-block {
    width: 40px;
    justify-content: flex-start;
    margin-right: 2px;
    display: flex;
  }

  .link-block-2, .link-block-6 {
    width: 40px;
    margin-right: 10px;
  }

  .link-block-7 {
    margin-right: 10px;
  }

  .footer-text {
    width: 120px;
    font-size: 10px;
  }

  .webrainmakers {
    width: 100px;
    margin-top: 320px;
    margin-left: 162px;
    font-size: 10px;
    position: static;
  }

  .map {
    width: 240px;
  }

  .menu-button {
    margin-right: -2px;
    position: relative;
    right: 27px;
  }

  .text-block-23, .text-block-24, .text-block-25, .text-block-26 {
    font-size: 20px;
  }

  .radno-vreme {
    opacity: 1;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-11 {
    margin-left: 17px;
  }

  .tab-pane-tab-6 {
    margin-left: 0;
    margin-right: 2px;
  }

  .form-block-2 {
    text-align: center;
    justify-content: flex-start;
    display: block;
  }

  .text-block-27 {
    width: 200px;
    margin: 0 auto -179px;
  }

  .heading-9 {
    font-size: 65px;
  }

  .heading-10 {
    font-size: 57px;
  }

  .image-13 {
    max-height: 110px;
    max-width: 85%;
    line-height: 30px;
  }

  .heading-buttons {
    margin-left: auto;
    padding-right: 0;
    display: flex;
  }

  .heading-button {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .heading-button._2 {
    margin-left: 14px;
  }

  .brojevi {
    max-height: 30px;
    min-height: 2px;
    object-fit: fill;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-10 {
    width: 100px;
    margin-left: 200px;
    overflow: hidden;
  }
}

#w-node-_47af75b3-b153-3aa7-0a85-ded7c9ce1e5e-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8b780c49-317b-3dc9-75e5-1053c64bc31f-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-a3895e65-dc81-f70f-aca7-ea7a5ddf3935-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_9478faea-69cf-6e8e-0a97-1f6fcbf287b4-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_75a26aef-ed98-716a-90e1-05c3d4dd1edf-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-f28c66a7-775b-9f93-64cd-37725db53809-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_5e719aa2-4dd1-a54c-add9-e234717ac483-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-d1044bb9-3488-9619-d5df-6912c937fe70-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_48809ba6-3548-4913-2d57-dc399508c6b1-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_2f7d0c4d-862b-7e1b-b039-cff6d97e9e5d-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_19e8df35-b643-8fb3-7a47-0ba49c55cec4-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-ea274a9e-7029-1efc-f3b1-149361f45035-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_40780187-3fe7-dbe8-83b6-dba31bae074e-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_89c74154-4b14-ea1a-133a-f0848a007fb9-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_21b19bff-312d-60e2-382b-007a564821c7-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cf17cbab-010c-82b5-d4e4-dab5ea221b4c-428895ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-e0f657e3-d4cb-6eb6-a845-5f6f308d6f58-428895ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


