:root {
  --white: white;
  --35-pix: 35px;
  --20-pix: 20px;
  --tamnoplava: #232d40;
  --taq: var(--tamnoplava);
  --10txt: 10px;
  --25-pix: 25px;
  --15-piks-text: 15px;
  --5txt: 5px;
  --12txt: 12px;
  --7-txt: 7px;
  --350-vel-text-box-tablet: 350px;
  --zlatna-tb: #e5af5b;
  --zlatna-20: rgba(229, 175, 91, .2);
  --mala-ikona-50pix: 50px;
  --black: black;
  --klasika-1240: 1240px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.all-sections {
  background-color: #232d40;
  padding-top: 60px;
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 28px;
}

.all-sections.hero-sec {
  background-image: url('../images/POZ-BR-2.png');
  background-position: 50% 65%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.all-sections.svadbe {
  margin-bottom: auto;
  padding-bottom: 90px;
  transition: all .3s;
}

.all-sections.svadbe.momacke, .all-sections.momacke {
  padding-top: 0;
}

.all-sections.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.all-sections.kontakt {
  padding-top: 140px;
  padding-bottom: 140px;
}

.body {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.body.spoj {
  margin-top: 0;
}

.container {
  transform-style: preserve-3d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  margin: 20px auto 40px;
  padding: 0 10px;
  display: flex;
}

.container:hover {
  transform: scale3d(1none, 1none, 1none);
}

.container.overlay-2 {
  background-color: rgba(35, 45, 64, .68);
}

.container.end {
  margin-bottom: 0;
}

.container.poz {
  justify-content: flex-start;
  align-items: center;
  max-height: 50px;
}

.container.pos {
  margin-top: 60px;
  margin-bottom: 0;
}

.container.poss {
  justify-content: center;
  align-items: flex-start;
}

.container.nvg {
  margin-top: 60px;
  margin-bottom: 100px;
}

.hero-heading {
  aspect-ratio: auto;
  text-align: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.overlay {
  background-image: linear-gradient(rgba(35, 45, 64, .63), rgba(35, 45, 64, .63));
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 460px;
  padding-bottom: 140px;
  display: block;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  margin-bottom: 40px;
  padding-top: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  float: none;
  color: var(--white);
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(229, 175, 91, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s;
  display: flex;
}

.nav-link:hover {
  outline-offset: 0px;
  pointer-events: auto;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  border-bottom-color: #e5af5b;
  outline: 3px #fff;
}

.nav-link.w--current {
  flex-flow: column;
  margin-left: auto;
  padding-left: 20px;
}

.brand {
  float: none;
}

.nav-menu {
  float: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1240px;
  display: flex;
}

.image {
  margin: 20px auto 40px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s;
  position: static;
}

.image:hover {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  outline: 3px #d9d9d9;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.column {
  clear: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  clear: none;
  aspect-ratio: 286 / 75;
  text-align: center;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: rgba(229, 175, 91, .2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 286px;
  max-width: 286px;
  height: 75px;
  max-height: 75px;
  transition: all .3s;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button:hover {
  transform: scale(1.1);
}

.button.szn {
  width: 180px;
  max-width: 180px;
  height: 50px;
  max-height: 50px;
  margin-top: 5px;
}

.text-block {
  text-align: center;
  letter-spacing: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.link-block {
  color: var(--white);
  text-decoration: none;
}

.div-block {
  margin-bottom: 235px;
  padding-bottom: 0;
}

.sections-headings {
  text-align: center;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
}

.sections-headings.novo {
  float: none;
  color: var(--white);
  margin-top: 160px;
  text-decoration: underline;
}

.sections-headings.pos {
  color: #fff;
  margin-top: 220px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  text-decoration: underline;
}

.mini-headings-lato {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.mini-headings-lato.malo {
  font-weight: 100;
}

.mini-headings-lato.edit {
  letter-spacing: 2px;
}

.details {
  background-color: #e5af5b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  max-width: 60px;
  height: 2px;
  max-height: 2px;
  margin-top: 2.5px;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.details.posebno {
  margin-top: 20px;
}

.details.novo {
  margin-top: 10px;
}

.naslov-sekcije {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.naslovi-kartica {
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 50px;
}

.naslovi-kartica.mom {
  font-size: 30px;
  font-weight: 300;
}

.naslovi-kartica.mom.edit {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 2.5px;
  font-family: Playfair Display, sans-serif;
}

.naslovi-kartica.ps {
  color: var(--white);
}

.columns {
  max-width: 1240px;
  margin-top: 80px;
  margin-bottom: 0;
  padding-top: 0;
}

.column-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 0;
  display: flex;
}

.druga-sekcija {
  max-width: 1300px;
}

.pozicija {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.pozicija.rzm {
  margin-top: 120px;
}

.pozicija.add {
  margin-top: 240px;
}

.text-block-2 {
  text-align: center;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 0px;
  column-count: auto;
  white-space: normal;
  padding-top: 10px;
  font-weight: 400;
  line-height: 80px;
  text-decoration: none;
}

.text-block-3 {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 3px;
  text-transform: none;
  column-count: 1;
  word-break: normal;
  max-width: 500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  line-height: 32px;
  position: static;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.div-block-3.pozicija {
  margin-top: 140px;
  padding-top: 0;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.image-2 {
  max-width: none;
}

.columns-2 {
  max-width: 1240px;
}

.section {
  overflow: hidden;
}

.section.all-sections.momacke {
  padding-bottom: 0;
}

.text-block-4 {
  text-align: center;
  letter-spacing: 3px;
  max-width: 500px;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 32px;
}

.text-block-4.text-block-3 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  line-height: 35px;
}

.columns-3 {
  width: 1240px;
  max-width: 1240px;
}

.text-block-5 {
  font-weight: 300;
}

.text-block-6 {
  text-align: center;
  letter-spacing: 3px;
  max-width: 500px;
  margin-top: 40px;
  font-weight: 300;
  line-height: 32px;
}

.columns-4 {
  width: 1240px;
  max-width: 1240px;
}

.text-block-7 {
  font-weight: 300;
}

.text-block-8 {
  text-align: center;
  letter-spacing: 3px;
  max-width: 500px;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 32px;
}

.text-block-8.text-block-3 {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  line-height: 34px;
}

.columns-5 {
  width: 1240px;
  max-width: 1240px;
  margin-bottom: 40px;
}

.text-block-9 {
  text-align: center;
  letter-spacing: 3px;
  max-width: 500px;
  margin-top: 40px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-9.text-block-3 {
  letter-spacing: 1px;
  line-height: 34px;
}

.overlay-details {
  background-color: #1c2433;
  justify-content: center;
  align-items: center;
  height: 270px;
  display: flex;
}

.centar {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: var(--white);
  background-color: rgba(229, 175, 91, 0);
}

.heading-2 {
  color: var(--zlatna-tb);
  text-align: center;
  letter-spacing: 8px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 57px;
}

.heading-2.nov {
  max-width: 1000px;
}

.div-block-4 {
  background-color: var(--zlatna-tb);
  width: 430px;
  max-width: 430px;
  height: 580px;
  max-height: 580px;
  margin-top: 40px;
}

.div-block-4.container {
  background-color: var(--zlatna-20);
}

.div-block-5 {
  background-color: #232d40;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 390px;
  height: 274px;
  display: flex;
}

.text-block-10 {
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 300;
}

.nvv.button {
  width: 200px;
  max-width: 200px;
  height: 50px;
  max-height: 50px;
  margin-top: 5px;
}

.vcc.text-block {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 20px;
}

.button-2 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(229, 175, 91, .2);
  justify-content: center;
  align-items: center;
  width: 180px;
  max-width: 180px;
  height: 45px;
  max-height: 45px;
  margin-top: 7px;
  font-size: 20px;
  font-weight: 300;
  transition: all .3s;
  display: flex;
}

.button-2:hover {
  transform: scale(1.1);
}

.recenzije.all-sections {
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-6 {
  background-image: url('../images/IMG_8348-1-sq.jpg');
  background-position: 50%;
  background-size: cover;
  height: 480px;
  max-height: 480px;
}

.ov-dolje.overlay {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 480px;
}

.div-block-7 {
  margin-top: 0;
}

.div-block-8 {
  background-color: rgba(35, 45, 64, .75);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 480px;
  max-height: 480px;
  margin-top: 20px;
  display: flex;
}

.div-block-9 {
  margin-top: 20px;
}

.column-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-top: 40px;
}

.column-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  margin-top: 180px;
}

.column-7, .column-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-top: 10px;
}

.image-6 {
  width: 64px;
  max-width: 64%;
  height: 64px;
  max-height: 64px;
}

.columns-6 {
  width: 1240px;
  max-width: 1240px;
}

.columns-7 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1240px;
  max-width: 1240px;
  display: flex;
}

.komentari {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 400px;
  height: 90px;
  max-height: 90px;
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
  display: flex;
}

.column-9 {
  padding-left: 100px;
}

.imena-kom {
  letter-spacing: 2px;
  max-width: 230px;
  font-weight: 300;
}

.column-10 {
  padding-left: 100px;
}

.column-11 {
  align-items: baseline;
  display: flex;
}

.column-12 {
  align-items: baseline;
  padding-left: 100px;
  display: flex;
}

.image-7 {
  margin-left: 40px;
  transition: all .3s;
}

.image-7:hover {
  transform: scale(1.1);
}

.column-13 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  display: flex;
}

.columns-8 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  display: flex;
}

.link {
  color: var(--white);
}

.link.svi {
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.link.svi:hover {
  border-bottom: 1.5px solid var(--zlatna-tb);
}

.link-2 {
  color: var(--white);
}

.link-2.svi {
  border-bottom: 1.5px none var(--zlatna-tb);
  margin-top: 5px;
  transition: all .3s;
}

.link-2.svi:hover {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--zlatna-tb);
}

.link-3 {
  color: var(--white);
}

.link-3.svi {
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.link-3.svi.notch {
  border-bottom: 1.5px none var(--zlatna-tb);
  transition: all .3s;
}

.link-3.svi.notch:hover {
  mix-blend-mode: normal;
  border-bottom-style: solid;
}

.flex-block {
  justify-content: center;
  align-items: center;
}

.column-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  margin-left: 10px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-12 {
  color: var(--white);
  margin-left: 10px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #232d40;
}

.heading-3 {
  color: #fff;
  margin-top: 140px;
}

.pozicija-2 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.columns-9 {
  width: 1240px;
  max-width: 1240px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.column-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.image-8 {
  border-radius: 14px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  display: flex;
}

.link-4 {
  margin-left: 0;
}

.link-4.soc-med {
  color: var(--white);
  letter-spacing: .5px;
  letter-spacing: .5px;
  margin-left: 10px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-13, .div-block-14 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-9 {
  margin-left: 0;
  margin-right: 10px;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-15.container {
  flex-flow: row;
}

.form-block {
  width: 500px;
  max-width: 500px;
  max-height: 400px;
}

.field-label {
  display: flex;
}

.field-label.imn {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.field-label-2 {
  display: flex;
}

.submit-button {
  background-color: var(--zlatna-tb);
  letter-spacing: 2px;
  border-radius: 8px;
  width: 160px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.columns-10 {
  width: 1240px;
  max-width: 1240px;
  margin-top: 40px;
}

.form {
  color: #000;
  width: 500px;
  max-width: 500px;
}

.text-field {
  background-color: var(--zlatna-20);
  color: var(--white);
  width: 500px;
  max-width: 500px;
  height: 200px;
  max-height: 200px;
}

.text-field-2 {
  background-color: var(--zlatna-20);
  color: var(--white);
  -webkit-text-stroke-color: var(--zlatna-20);
}

.column-17 {
  display: flex;
}

.lablee {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.fld {
  border-radius: 8px;
}

.textarea {
  min-height: 150px;
}

.submit-button-2 {
  background-color: var(--zlatna-tb);
  color: var(--black);
  border-radius: 10px;
  margin: 10px 10px 10px 0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-2 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-block-13 {
  color: var(--white);
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.grid-2 {
  grid-template: "Area"
                 "."
                 "."
                 / 1fr 1fr 1fr;
}

.link-block-2 {
  margin-top: 0;
}

.bold-text {
  font-weight: 300;
}

.image-10 {
  border-radius: 11px;
}

.kartice {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-11 {
  width: 1000px;
  max-width: 1240px;
  margin-top: 0;
  margin-bottom: 40px;
}

.image-12 {
  max-height: 68%;
}

.pozz {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .all-sections.svadbe {
    padding-top: 40px;
  }

  .container {
    justify-content: center;
    align-items: center;
    max-width: 990px;
  }

  .container.poss {
    padding-left: 0;
  }

  .hero-heading {
    font-size: var(--35-pix);
  }

  .nav-menu {
    background-color: var(--tamnoplava);
    border-radius: 8px;
  }

  .button {
    width: auto;
    height: auto;
  }

  .text-block {
    font-size: var(--20-pix);
  }

  .sections-headings {
    font-size: var(--25-pix);
  }

  .mini-headings-lato {
    font-size: var(--15-piks-text);
  }

  .naslovi-kartica {
    font-size: var(--25-pix);
  }

  .naslovi-kartica.mom {
    font-size: var(--20-pix);
  }

  .naslovi-kartica.ps {
    margin-bottom: 0;
  }

  .columns {
    margin-top: 60px;
  }

  .pozicija, .pozicija.rzm {
    margin-top: 0;
  }

  .text-block-3 {
    font-size: var(--15-piks-text);
    margin-top: 0;
    font-weight: 400;
    line-height: 22px;
  }

  .text-block-4 {
    width: var(--350-vel-text-box-tablet);
    font-size: var(--15-piks-text);
    margin-top: 0;
    line-height: 22px;
  }

  .text-block-4.text-block-3 {
    line-height: 25px;
  }

  .columns-3 {
    width: auto;
  }

  .text-block-6 {
    width: var(--350-vel-text-box-tablet);
    font-size: var(--15-piks-text);
    margin-top: 0;
  }

  .text-block-6.text-block-3 {
    letter-spacing: 1px;
    line-height: 25px;
  }

  .columns-4 {
    width: auto;
  }

  .text-block-8 {
    font-size: var(--15-piks-text);
    margin-top: 0;
    line-height: 30px;
  }

  .text-block-8.text-block-3 {
    line-height: 25px;
  }

  .columns-5 {
    width: auto;
  }

  .text-block-9 {
    font-size: var(--15-piks-text);
    margin-top: 0;
    line-height: 25px;
  }

  .text-block-9.text-block-3 {
    line-height: 25px;
  }

  .overlay-details {
    height: 200px;
  }

  .heading-2, .heading-2.nov {
    font-size: var(--20-pix);
    font-weight: 300;
  }

  .text-block-10 {
    font-size: var(--15-piks-text);
    width: 300px;
  }

  .button-2 {
    font-size: var(--15-piks-text);
    width: auto;
    height: auto;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 360px;
    max-height: none;
    display: flex;
  }

  .div-block-8 {
    width: 100%;
    max-width: none;
    height: 360px;
    max-height: none;
    margin-top: 0;
  }

  .image-3 {
    width: var(--mala-ikona-50pix);
    margin-top: 80px;
  }

  .image-4 {
    width: var(--mala-ikona-50pix);
    margin-top: 10px;
  }

  .image-4.image-3 {
    margin-top: 60px;
  }

  .image-5 {
    width: var(--mala-ikona-50pix);
  }

  .image-5.image-3 {
    margin-top: 20px;
  }

  .image-6 {
    width: var(--35-pix);
    height: auto;
  }

  .columns-6 {
    width: auto;
  }

  .komentari {
    font-size: var(--15-piks-text);
    width: 200px;
  }

  .imena-kom {
    font-size: var(--15-piks-text);
  }

  .column-12 {
    padding-left: 10px;
  }

  .image-7 {
    margin-left: 20px;
    margin-right: 40px;
  }

  .column-13 {
    padding-left: 10px;
  }

  .columns-8 {
    width: auto;
  }

  .text-block-11, .text-block-12 {
    font-size: var(--15-piks-text);
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .columns-9 {
    width: auto;
  }

  .column-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    font-size: var(--15-piks-text);
    line-height: 25px;
  }

  .link-4.soc-med {
    font-size: var(--15-piks-text);
  }

  .columns-10 {
    width: auto;
  }

  .text-block-13 {
    font-size: var(--15-piks-text);
    line-height: 22px;
  }

  .bold-text {
    font-weight: 700;
  }

  .menu-button.w--open {
    background-color: var(--zlatna-tb);
    border-radius: 5px;
  }

  .columns-11 {
    width: auto;
  }

  .link-block-3.w--current {
    margin-left: 0;
  }

  .image-13 {
    width: var(--mala-ikona-50pix);
    margin-top: 10px;
  }

  .image-13.image-3 {
    margin-top: 60px;
  }

  .image-14 {
    width: var(--mala-ikona-50pix);
    margin-top: 10px;
  }

  .image-15 {
    width: var(--35-pix);
  }

  .div-block-16 {
    max-width: 200px;
  }

  .icon {
    width: var(--mala-ikona-50pix);
    height: var(--mala-ikona-50pix);
    background-color: var(--zlatna-tb);
    border-radius: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-2 {
    width: var(--350-vel-text-box-tablet);
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: none;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .container.poss {
    padding-left: 10px;
  }

  .sections-headings.pos {
    margin-bottom: 20px;
  }

  .naslovi-kartica {
    font-size: var(--20-pix);
    letter-spacing: 3px;
    margin-bottom: 2px;
  }

  .naslovi-kartica.mom {
    font-size: var(--12txt);
    line-height: 25px;
  }

  .naslovi-kartica.mom.edit {
    font-size: var(--20-pix);
  }

  .columns {
    width: auto;
    display: flex;
  }

  .column-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .text-block-3 {
    font-size: var(--7-txt);
    letter-spacing: 1px;
    width: 160px;
    line-height: 10px;
  }

  .column-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-2 {
    max-width: none;
    display: flex;
  }

  .text-block-4.text-block-3 {
    max-width: none;
    line-height: 10px;
  }

  .columns-3 {
    display: flex;
  }

  .text-block-6.text-block-3 {
    line-height: 10px;
  }

  .columns-4 {
    display: flex;
  }

  .text-block-8.text-block-3 {
    line-height: 10px;
  }

  .columns-5 {
    display: flex;
  }

  .text-block-9.text-block-3 {
    line-height: 10px;
  }

  .div-block-4.container {
    width: auto;
    height: auto;
    max-height: 550px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-5 {
    width: auto;
    height: auto;
    padding-bottom: 10px;
  }

  .recenzije.all-sections {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-8 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    height: 360px;
    margin-top: 0;
  }

  .div-block-9.container {
    margin-left: 0;
    margin-right: 0;
  }

  .column-5 {
    flex-flow: column;
  }

  .image-3 {
    width: var(--35-pix);
    margin-top: 20px;
  }

  .image-4 {
    width: var(--35-pix);
  }

  .image-4.image-3 {
    margin-top: 40px;
  }

  .image-5 {
    width: var(--35-pix);
  }

  .image-5.image-3 {
    margin-top: 30px;
  }

  .columns-6 {
    max-width: none;
    margin-top: 10px;
  }

  .column-12 {
    padding-left: 3px;
  }

  .image-7 {
    width: 200px;
  }

  .link.svi, .link-2.svi, .link-3.svi.notch {
    font-size: var(--12txt);
  }

  .text-block-11 {
    font-size: var(--10txt);
  }

  .text-block-12 {
    font-size: var(--10txt);
    margin-left: 0;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .columns-9 {
    margin-top: 10px;
    display: flex;
  }

  .paragraph {
    font-size: var(--7-txt);
    line-height: 20px;
  }

  .div-block-12, .div-block-13 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-14 {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
  }

  .image-9 {
    width: auto;
    max-width: 60px;
    height: auto;
  }

  .columns-10 {
    display: flex;
  }

  .kartice {
    width: 160px;
  }

  .image-11 {
    width: auto;
    max-width: 210px;
    height: auto;
  }

  .image-13 {
    width: var(--35-pix);
  }

  .image-13.image-3 {
    margin-top: 40px;
  }

  .image-14 {
    width: var(--35-pix);
  }

  .image-14.image-3 {
    margin-top: 10px;
  }

  .image-16 {
    width: auto;
    max-width: 210px;
    height: auto;
  }

  .image-17, .image-18, .image-19 {
    width: auto;
    max-width: 210px;
  }

  .image-20, .image-21, .image-22, .image-23, .image-24 {
    max-width: var(--25-pix);
    width: auto;
  }

  .form-block-2 {
    width: 350px;
  }

  .pozz {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .all-sections {
    margin-top: 0;
  }

  .container {
    width: auto;
    max-width: 330px;
  }

  .container.pos {
    margin-top: 10px;
  }

  .container.poss {
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    max-width: 330px;
    margin-left: auto;
    padding-right: 0;
  }

  .hero-heading {
    font-size: var(--20-pix);
  }

  .overlay {
    padding-top: 350px;
    padding-bottom: 160px;
  }

  .navbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: var(--taq);
    border-radius: 10px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 270px;
    margin-top: 50px;
  }

  .text-block {
    font-size: var(--10txt);
  }

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

  .sections-headings {
    font-size: var(--20-pix);
    margin-top: 0;
    margin-bottom: 0;
  }

  .sections-headings.pos {
    margin-top: 180px;
    padding-bottom: 20px;
  }

  .mini-headings-lato {
    font-size: var(--10txt);
    margin-bottom: 0;
  }

  .mini-headings-lato.malo {
    font-weight: 300;
  }

  .mini-headings-lato.edit {
    font-size: var(--5txt);
  }

  .details.posebno, .details.novo {
    width: 100%;
    max-width: 40px;
  }

  .naslovi-kartica {
    font-size: var(--15-piks-text);
    margin-bottom: 0;
  }

  .naslovi-kartica.mom {
    font-size: var(--10txt);
    letter-spacing: 2px;
    line-height: 20px;
  }

  .naslovi-kartica.ps {
    font-size: var(--10txt);
  }

  .columns {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    max-width: 480px;
    margin-top: 20px;
    display: flex;
  }

  .column-3 {
    padding-right: 0;
  }

  .druga-sekcija {
    max-width: 330px;
  }

  .text-block-3 {
    font-size: var(--7-txt);
    line-height: var(--10txt);
    letter-spacing: .5px;
    width: auto;
    max-width: 150px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 400;
  }

  .columns-2 {
    width: auto;
  }

  .text-block-4.text-block-3 {
    line-height: var(--10txt);
    font-weight: 400;
  }

  .columns-3 {
    width: auto;
  }

  .text-block-6.text-block-3 {
    font-weight: 400;
  }

  .columns-4 {
    width: auto;
  }

  .text-block-8.text-block-3 {
    line-height: var(--10txt);
    font-weight: 500;
  }

  .columns-5 {
    width: auto;
  }

  .text-block-9.text-block-3 {
    line-height: var(--10txt);
    font-weight: 400;
  }

  .overlay-details {
    height: auto;
    max-height: 160px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-2 {
    font-size: var(--15-piks-text);
    letter-spacing: 5px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 30px;
  }

  .heading-2.nov {
    font-size: var(--15-piks-text);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 25px;
  }

  .image-3 {
    width: var(--20-pix);
    margin-top: 5px;
  }

  .image-4.image-3, .image-5.image-3 {
    margin-top: 10px;
  }

  .image-6 {
    width: var(--20-pix);
  }

  .columns-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .komentari {
    font-size: var(--10txt);
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 90px;
    line-height: 18px;
  }

  .imena-kom {
    font-size: var(--10txt);
  }

  .image-7 {
    width: auto;
    max-width: 200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-13 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .columns-8 {
    flex-flow: row;
    width: auto;
    max-width: 330px;
  }

  .flex-block {
    flex-flow: column;
    margin-top: 40px;
  }

  .column-14 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .text-block-11, .text-block-12 {
    font-size: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .columns-9 {
    max-width: none;
    margin-top: 0;
  }

  .paragraph {
    text-align: left;
    letter-spacing: .5px;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    line-height: 9px;
  }

  .image-9 {
    max-width: 30px;
    margin-right: 5px;
  }

  .columns-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 330px;
    margin-top: 10px;
  }

  .menu-button {
    width: var(--mala-ikona-50pix);
    height: var(--mala-ikona-50pix);
    background-color: var(--zlatna-tb);
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 18px 0 0 17px;
    display: block;
  }

  .menu-button.w--open {
    width: var(--mala-ikona-50pix);
    height: var(--mala-ikona-50pix);
    background-color: var(--zlatna-tb);
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-left: 17px;
  }

  .column-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-11 {
    max-width: 480px;
  }

  .column-19 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-11 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: auto;
    display: flex;
  }

  .image-12 {
    max-width: 330px;
    max-height: 600px;
  }

  .link-block-3 {
    display: flex;
  }

  .link-block-3.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .image-13.image-3 {
    margin-top: 10px;
  }

  .image-15 {
    width: var(--20-pix);
  }

  .icon {
    width: var(--15-piks-text);
    height: var(--15-piks-text);
    background-color: var(--zlatna-tb);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-2 {
    width: auto;
    max-width: 330px;
    margin-right: 0;
  }

  .image-16 {
    max-width: 165px;
  }

  .image-23 {
    margin-right: 2px;
  }

  .form-block-2 {
    width: auto;
    max-width: 330px;
  }

  .column-20, .column-21, .column-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-23 {
    margin-bottom: 20px;
  }
}

#w-node-_7794a115-7546-bc04-0728-9c01302d7abc-0c37a9be {
  align-self: center;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato.zip') format('undefined');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}