:root {
  --white: white;
  --black: black;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  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;
}

.hero-section {
  height: 100vh;
  background-image: url('../images/viber_image_2023-11-09_12-25-18-266.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.div-block {
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  max-width: 1500px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu {
  align-items: center;
}

.nav {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.nav:hover {
  border-bottom: 1px solid rgba(233, 217, 40, .95);
}

.nav.w--current {
  color: rgba(233, 217, 40, .95);
}

.nav-link-2, .nav-link-3 {
  margin-left: 0;
  margin-right: 0;
}

.heading {
  color: rgba(233, 217, 40, .95);
  margin-bottom: 20px;
  font-size: 30px;
}

.column {
  height: 65px;
  max-height: 65px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-2 {
  height: 65px;
  max-height: 65px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-3 {
  height: 65px;
  max-height: 65px;
  justify-content: flex-start;
  display: flex;
}

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

.navbar {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button {
  background-color: #aaaa0f;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.button.nav-button {
  background-color: rgba(233, 217, 40, .95);
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}

.button.nav-button:hover {
  background-color: rgba(170, 170, 15, 0);
  border: 1px solid rgba(233, 217, 40, .95);
}

.button.hero-button {
  background-color: rgba(233, 217, 40, .95);
  margin-top: 20px;
  padding: 20px 30px;
  transition: all .3s;
}

.button.hero-button:hover {
  outline-offset: 0px;
  background-color: rgba(170, 170, 15, 0);
  outline: 1px solid rgba(233, 217, 40, .95);
}

.button.usluge-btn {
  background-color: rgba(233, 217, 40, .95);
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
}

.button.usluge-btn:hover {
  outline-offset: 0px;
  background-color: rgba(170, 170, 15, 0);
  outline: 1px solid rgba(233, 217, 40, .95);
}

.heading-2 {
  color: #fff;
  font-size: 50px;
}

.text-block {
  max-width: 800px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
}

.container {
  max-width: 80%;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}

.container.uslugestrana {
  max-width: 80%;
}

.container.korisnici {
  width: 100%;
  max-width: none;
  margin-top: 20px;
  padding-top: 0;
  overflow: hidden;
}

.zasto-mi {
  padding-top: 100px;
  padding-bottom: 140px;
  display: none;
}

.info {
  justify-content: space-between;
  margin-bottom: 100px;
}

.info-text {
  color: #fff;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.heading-3 {
  color: #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
}

.quick-stack {
  grid-row-gap: 0px;
}

.cell {
  background-color: #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -5px 20px rgba(233, 217, 40, .95), 5px 0 20px rgba(233, 217, 40, .95), -5px 0 20px rgba(233, 217, 40, .95), 0 5px 20px rgba(233, 217, 40, .95);
}

.cell._2nd {
  box-shadow: none;
}

.cell.usluge-cell {
  background-color: #000;
  box-shadow: 0 -5px 20px #640808, 5px 0 20px #640808, -5px 0 20px #640808, 0 5px 20px #640808;
}

.cell.usluge-cell.strana2 {
  box-shadow: none;
  border: 5px solid rgba(233, 217, 40, .95);
}

.cell.strana2 {
  box-shadow: none;
  background-color: #000;
  border: 5px solid rgba(233, 217, 40, .95);
}

.cell.plovila {
  box-shadow: 0 -5px 20px #2e4661, 5px 0 20px #2e4661, -5px 0 20px #2e4661, 0 5px 20px #2e4661;
}

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

.cell-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-3 {
  margin-top: 100px;
  font-size: 20px;
  line-height: 30px;
}

.usluge {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 140px;
}

.grid {
  grid-template-areas: ". ."
                       ". Area";
}

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

.heading-4 {
  color: #640808;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 22px;
}

.heading-4.plovila {
  color: #2e4661;
}

.heading-4.masine {
  color: rgba(233, 217, 40, .95);
}

.heading-4.tone {
  color: #e9d928;
}

.text-block-4 {
  color: #fff;
  font-size: 18px;
}

.text-block-4.info-text {
  color: #640808;
  font-size: 17px;
  font-weight: 400;
}

.text-block-4.info-text.uslugestrana {
  color: #000;
  font-weight: 400;
}

.text-block-4.info-text.plovila {
  color: #2e4661;
  font-weight: 400;
}

.text-block-4.info-text.masine {
  color: rgba(233, 217, 40, .95);
  font-weight: 400;
}

.image-wrapper {
  justify-content: center;
  align-items: flex-end;
}

.image-wrapper.slide {
  align-items: center;
  display: flex;
}

.image-2 {
  aspect-ratio: 3 / 2;
  border-radius: 20px;
}

.txt-wrapper {
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.cell-3 {
  box-shadow: 0 -10px 5px rgba(170, 170, 15, .4), 10px 0 5px rgba(170, 170, 15, .4), -10px 0 5px rgba(170, 170, 15, .4), 0 12px 10px 3px rgba(170, 170, 15, .4);
}

.quick-stack-2 {
  grid-column-gap: 51px;
}

.quick-stack-2.uslugestrana {
  grid-row-gap: 56px;
  margin-top: 60px;
}

.brzo-do-vas {
  background-image: url('../images/CASNA-2-2023-05-27T101731.069-1200x700.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 140px;
  padding-right: 0;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer {
  z-index: -1;
  background-color: rgba(233, 217, 40, .95);
}

.heading-5 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.column-4, .column-5 {
  height: 150px;
  max-height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #000;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

.footer-txt-wrapper {
  text-align: center;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.footer-txt {
  color: #000;
  font-weight: 600;
}

.text-block-5 {
  margin-bottom: 10px;
}

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

.column-6 {
  height: 150px;
  max-height: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-div:hover {
  border-bottom: 1px solid #c3b246;
}

.text-block-7 {
  text-decoration: none;
}

.navbar-2 {
  background-color: #000;
}

.text-block-11 {
  color: rgba(233, 217, 40, .95);
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.navbar-3 {
  height: 75px;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  padding-top: 20px;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.heading-8 {
  color: #e9d928;
}

.heading-9 {
  color: rgba(233, 217, 40, .95);
  font-size: 30px;
  display: none;
}

.column-7 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.column-8 {
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.column-9 {
  justify-content: flex-start;
  margin-top: 10px;
  display: flex;
}

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

.usluge-section {
  padding-top: 100px;
  padding-bottom: 140px;
}

.body-2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  font-family: Montserrat, sans-serif;
}

.galerija-section {
  padding-top: 100px;
  padding-bottom: 140px;
}

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

.image-5 {
  border: 2px solid #000;
  border-radius: 10px;
}

.slika {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 10px;
}

.body-3, .body-4 {
  font-family: Montserrat, sans-serif;
}

.kontakt-section {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/viber_image_2023-11-09_12-25-18-266-1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 140px;
  padding-bottom: 140px;
}

.heading-10 {
  color: #000;
}

.text-block-12 {
  margin-top: 40px;
  font-size: 24px;
}

.txt-kontakt {
  color: #000;
  text-align: left;
  margin-top: 100px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 500;
}

.map {
  height: 500px;
  border-radius: 20px;
}

.heading-11 {
  color: #000;
  font-size: 45px;
}

.heading-12 {
  color: #000;
  margin-bottom: 60px;
  font-size: 45px;
}

.lajtboks1 {
  max-width: 100%;
}

.zadovoljni-korisnici {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider {
  height: 400px;
  max-height: 400px;
  max-width: 1000px;
  background-color: #000;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.text-block-13 {
  max-width: 500px;
  color: rgba(233, 217, 40, .95);
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 25px;
}

.text-block-14 {
  max-width: 300px;
  color: rgba(233, 217, 40, .95);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.heading-13 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  font-size: 30px;
}

.slider-txt-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.left-arrow-2 {
  margin-left: -10px;
}

.right-arrow-2 {
  margin-right: -10px;
}

.slider-2 {
  background-color: #fff;
  border-radius: 20px;
}

.image-6 {
  border-radius: 20px;
  padding: 10px;
}

.div-block-4 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 140px;
}

.div-block-5 {
  border: 2px solid #000;
  border-radius: 20px;
  margin-right: 40px;
  box-shadow: 0 -5px 20px rgba(233, 217, 40, .95), 5px 0 20px rgba(233, 217, 40, .95), -5px 0 20px rgba(233, 217, 40, .95), 0 5px 20px rgba(233, 217, 40, .95);
}

.div-block-5.drugi {
  height: 500px;
  background-color: #fff;
  margin-left: 40px;
}

.div-block-5.mapa {
  display: flex;
}

.div-block-6 {
  width: 300px;
  height: 3px;
  background-color: #000;
}

.heading-14 {
  color: rgba(233, 217, 40, .95);
  text-align: left;
  margin-bottom: 0;
}

.txt-line {
  margin-top: 40px;
}

.naslovh2 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
}

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

.txtblok {
  color: rgba(255, 255, 255, .95);
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.image-7 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
}

.slide-nav-2 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-3 {
  height: 500px;
  max-height: 500px;
  background-color: #000;
  border: 7px solid #640808;
  border-radius: 20px;
  margin-top: 60px;
}

.slider-3.plovila {
  height: auto;
  border-color: #2e4661;
  margin-left: auto;
  margin-right: auto;
}

.heading-16 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 40px;
}

.cell-4, .cell-5, .cell-6 {
  background-color: #e9d928;
  border: 3px solid #000;
}

.image2-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}

.heading-17 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 40px;
}

.slider-4, .slider-5, .slider-6 {
  background-color: rgba(221, 221, 221, 0);
}

.alarmingtext {
  background-color: #640808;
  border: 5px solid #000;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.alarmingtext.drugi {
  background-color: rgba(233, 217, 40, .95);
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.alarmingtext.treci {
  background-color: #2e4661;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-7, .slider-8 {
  background-color: rgba(221, 221, 221, 0);
  align-self: stretch;
}

.slider-9 {
  background-color: rgba(241, 241, 241, 0);
  align-self: stretch;
}

.adresawrap {
  text-decoration: none;
}

.text-block-17 {
  padding-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.inner {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  white-space: nowrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.firma {
  color: #000;
  justify-content: space-around;
}

.heading-19 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
}

.heading-20 {
  color: rgba(233, 217, 40, .95);
  text-align: center;
  font-size: 35px;
}

.slider-10 {
  background-color: rgba(221, 221, 221, 0);
  border-radius: 20px;
}

.left-arrow-3 {
  margin: -20px;
  padding: 0;
}

.right-arrow-3 {
  margin: -20px;
}

.div-block-7 {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/viber_image_2023-11-09_12-25-18-266.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lightbox-link {
  text-align: center;
  object-fit: cover;
  border-radius: 20px;
  display: none;
}

.lightbox-link-2, .lightbox-link-3 {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  display: none;
}

.slide-4 {
  background-image: url('../images/viber_image_2023-12-19_16-06-11-508.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/viber_image_2023-12-19_16-06-09-635.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-6 {
  background-image: url('../images/viber_image_2023-12-19_16-06-11-452.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pomocnaputuslider {
  height: 500px;
  background-color: #000;
  border: 5px solid #640808;
  border-radius: 10px;
  margin-top: 60px;
}

.slide-7 {
  background-image: url('../images/viber_image_2023-12-19_16-06-11-508.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.plovilaslider {
  height: 500px;
  background-color: #000;
  border: 5px solid #2e4661;
  border-radius: 10px;
  margin-top: 60px;
}

.slide-10 {
  background-image: url('../images/cetiri1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-11 {
  background-image: url('../images/viber_image_2023-12-19_16-06-09-653.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/viber_image_2023-12-19_16-06-10-114.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-13 {
  background-image: url('../images/viber_image_2023-11-09_12-21-01-962.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-14 {
  background-image: url('../images/viber_image_2023-11-09_12-21-36-520.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-15 {
  background-image: url('../images/sest3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-16 {
  background-image: url('../images/viber_image_2023-12-19_16-06-10-846.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/viber_image_2023-12-19_16-06-09-564.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-18 {
  background-image: url('../images/viber_image_2023-12-19_16-06-11-603.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-12 {
  aspect-ratio: auto;
}

.image-12.drugi {
  display: none;
}

.trcika {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
  overflow: hidden;
}

.section {
  padding-bottom: 10px;
}

.lightbox-link-4 {
  text-align: center;
}

.slider-image-wrapper {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14, .image-15, .image-16, .image-17, .image-18, .image-19 {
  aspect-ratio: 3 / 2;
}

.lightbox-link-5 {
  height: 100%;
  max-height: 100%;
}

.lightbox-link-6, .lightbox-link-7 {
  height: 100%;
}

.column-12 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.heading-21 {
  color: rgba(233, 217, 40, .95);
  font-size: 30px;
  display: none;
}

.column-13 {
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.column-14 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.heading-22 {
  color: rgba(233, 217, 40, .95);
  font-size: 30px;
  display: none;
}

.column-15 {
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.text-block-18 {
  padding-left: 20px;
  font-size: 22px;
  text-decoration: none;
}

.link-block-2 {
  text-align: left;
  text-decoration: none;
  display: block;
}

.text-block-19 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.kontakt-footer {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.column-16 {
  flex-flow: wrap;
  align-content: space-around;
  justify-content: center;
  align-items: center;
}

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

.cell-7 {
  border-radius: 20px;
  box-shadow: 0 0 5px 10px #2e4661;
}

.cell-8 {
  border-radius: 20px;
  box-shadow: 0 0 5px 10px #e9d928;
}

.cell-9 {
  border-radius: 20px;
  box-shadow: 0 0 5px 10px #640808;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 20px;
  }

  .button.nav-button {
    padding-left: 15px;
    font-size: 15px;
  }

  .button.hero-button, .button.usluge-btn {
    font-size: 15px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

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

  .image {
    width: 100px;
  }

  .info-text {
    font-size: 15px;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 25px;
  }

  .quick-stack {
    grid-column-gap: 14px;
  }

  .text-block-3 {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .quick-stack-2 {
    max-width: 400px;
    grid-row-gap: 65px;
    align-self: center;
  }

  .quick-stack-2.uslugestrana {
    align-self: center;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 15px;
  }

  .image-3 {
    width: 100px;
  }

  .menu-button, .icon {
    display: none;
  }

  .nav-menu-2 {
    background-color: #000;
    display: none;
  }

  .heading-9 {
    display: none;
  }

  .column-7 {
    justify-content: center;
    align-items: stretch;
  }

  .column-9 {
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #000;
  }

  .grid-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .slider {
    width: 700px;
  }

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

  .text-block-14 {
    font-size: 14px;
  }

  .heading-13 {
    font-size: 28px;
  }

  .div-block-5 {
    margin-right: 0;
  }

  .div-block-5.drugi {
    margin-top: 100px;
    margin-left: 0;
  }

  .naslovh2 {
    font-size: 35px;
  }

  .txtblok {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .slider-3.plovila {
    margin-left: auto;
    margin-right: auto;
  }

  .firma {
    font-size: 22px;
  }

  .heading-19, .heading-20 {
    font-size: 32px;
  }

  .pomocnaputuslider, .plovilaslider {
    align-self: stretch;
  }

  .image-12 {
    flex: 1;
    display: none;
  }

  .image-12.drugi {
    flex: 0 auto;
    display: block;
  }

  .trcika {
    align-self: flex-start;
  }

  .columns-2 {
    justify-content: space-around;
    align-items: stretch;
  }

  .column-12 {
    align-items: stretch;
  }

  .heading-21 {
    display: none;
  }

  .columns-3 {
    justify-content: space-around;
    align-items: stretch;
  }

  .column-14 {
    align-items: stretch;
  }

  .heading-22 {
    display: none;
  }

  .columns-4 {
    justify-content: space-around;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .column, .column-3 {
    display: none;
  }

  .button.hero-button {
    font-size: 14px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 30px;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

  .container {
    width: 350px;
    align-items: center;
  }

  .container.galerija {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .zasto-mi {
    align-items: center;
  }

  .image {
    width: 75px;
  }

  .heading-3 {
    margin-top: 20px;
  }

  .quick-stack {
    align-self: baseline;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-3 {
    width: 75px;
  }

  .column-7, .column-9 {
    justify-content: flex-start;
  }

  .grid-3 {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .columns {
    width: 470px;
  }

  .heading-11, .heading-12 {
    font-size: 40px;
  }

  .slider {
    width: 320px;
  }

  .text-block-13 {
    width: 200px;
    margin-top: 40px;
    font-size: 15px;
  }

  .heading-13 {
    font-size: 22px;
  }

  .left-arrow {
    margin-left: -20px;
  }

  .right-arrow {
    margin-right: -20px;
  }

  .slider-2 {
    height: 250px;
  }

  .naslovh2 {
    font-size: 30px;
  }

  .txtblok {
    font-size: 12px;
    line-height: 20px;
  }

  .image-7 {
    max-width: 100%;
    aspect-ratio: 3 / 2;
  }

  .slider-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .firma {
    font-size: 20px;
  }

  .heading-19, .heading-20 {
    font-size: 28px;
  }

  .columns-2 {
    display: flex;
  }

  .column-12 {
    justify-content: center;
  }

  .columns-3 {
    display: flex;
  }

  .column-14 {
    justify-content: center;
  }

  .columns-4 {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    background-image: url('../images/viber_image_2023-11-09_12-25-18-266.jpg');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-size: 800px;
    background-attachment: fixed;
  }

  .div-block {
    height: auto;
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .button.nav-button {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    font-size: 10px;
    display: block;
  }

  .button.hero-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

  .heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block {
    display: none;
  }

  .container {
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container.galerija {
    padding-left: 0;
    padding-right: 0;
  }

  .container.korisnici {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .info {
    display: none;
  }

  .image {
    width: 40px;
  }

  .heading-3 {
    font-size: 15px;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 15px;
  }

  .heading-4 {
    color: #640808;
    font-size: 12px;
  }

  .text-block-4.info-text {
    font-size: 12px;
    line-height: 20px;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-4 {
    display: none;
  }

  .column-7 {
    align-items: stretch;
  }

  .column-8 {
    justify-content: center;
    align-items: center;
  }

  .column-9 {
    justify-content: flex-start;
  }

  .column-11 {
    margin-top: 140px;
  }

  .columns {
    width: auto;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .heading-11, .heading-12 {
    font-size: 35px;
  }

  .slider {
    width: 220px;
  }

  .text-block-13 {
    width: 150px;
    font-size: 12px;
  }

  .text-block-14 {
    margin-top: 20px;
    font-size: 11px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .left-arrow-2 {
    height: 20px;
    margin-left: -10px;
  }

  .right-arrow-2 {
    height: 20px;
    margin-right: -10px;
  }

  .slider-2 {
    height: 180px;
  }

  .slide-nav {
    margin-bottom: 20px;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    display: flex;
  }

  .div-block-5.drugi {
    margin-right: 0;
  }

  .naslovh2 {
    font-size: 20px;
  }

  .txtblok {
    font-size: 13px;
    line-height: 15px;
  }

  .text-block-17.txtblok {
    font-size: 13px;
  }

  .firma {
    font-size: 12px;
  }

  .heading-19 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-20 {
    font-size: 15px;
  }

  .left-arrow-3 {
    margin-bottom: -100px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .right-arrow-3 {
    margin-bottom: -100px;
  }

  .left-arrow-4, .right-arrow-4 {
    margin-bottom: -200px;
  }

  .left-arrow-5, .right-arrow-5, .left-arrow-6, .right-arrow-6, .left-arrow-7, .right-arrow-7 {
    margin-bottom: -70px;
  }

  .left-arrow-8, .right-arrow-8 {
    margin-bottom: -200px;
  }

  .image-12.drugi {
    align-self: center;
  }

  .left-arrow-9, .right-arrow-9 {
    margin-bottom: -200px;
  }

  .columns-2 {
    display: flex;
  }

  .column-12 {
    align-items: stretch;
  }

  .columns-3 {
    display: flex;
  }

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

  .column-14 {
    align-items: stretch;
  }

  .columns-4 {
    display: flex;
  }

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

  .text-block-18 {
    padding-top: 20px;
    font-size: 22px;
    font-weight: 500;
  }

  .link-block-2 {
    text-decoration: none;
  }
}

#w-node-c1f806d6-ca34-14c6-e442-755474ff4b8a-2813d490 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
}

#w-node-f4e250ed-ab71-53fb-5732-bd620f4a0dd7-7c29bcfa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0e1659d4-3184-825a-8c79-915f182ed746-99faf8c3, #w-node-_4aea65c1-d1ed-6693-7415-0e7974dd6e33-99faf8c3, #w-node-e8186b90-73f1-0ed9-9669-78534bfdb272-99faf8c3, #w-node-_73a9eb1e-65b3-7a94-027a-342360daee0d-99faf8c3, #w-node-d29284d7-380a-a554-3c82-218f18c07997-99faf8c3, #w-node-_5193bc50-1e52-46e3-5b41-0130d55e2f6d-99faf8c3, #w-node-ae6d63fb-1918-f3ca-18bd-fcdec1e98a9e-99faf8c3, #w-node-e55d5709-637d-74b6-38fe-f60372b5d105-99faf8c3, #w-node-_289435f7-85bd-2565-81e0-b4e2ffaa0c00-99faf8c3, #w-node-_3d1217ed-94a7-f6d9-f312-036ffaeab8da-99faf8c3, #w-node-faadb8c8-926b-e141-f866-89522a2b37e0-99faf8c3, #w-node-_26feb3ba-0b2d-c223-219f-754f1ca7e313-99faf8c3, #w-node-_5f161b44-68dc-45cf-1a74-1f3d7f2f52b6-99faf8c3, #w-node-_428b3e3c-e40f-8bfe-fd92-5f6e00b9c159-99faf8c3, #w-node-b2db051f-60aa-3d64-f1b0-1e8f2d7533f6-99faf8c3, #w-node-aae83764-d85b-9fb8-6e5a-12646128f4f1-99faf8c3, #w-node-f5caee07-922c-9da0-5016-69f29d98fff0-99faf8c3, #w-node-_76d2b5fc-be0a-2a7f-f454-594fb87f7f58-99faf8c3, #w-node-_7d8e50c7-3b99-7724-0904-e075bbc29d52-99faf8c3, #w-node-_796f1db7-d8ed-72b2-c52c-2f9eb3b675f1-99faf8c3, #w-node-_59ea495a-4b5e-5d0f-2afa-2f94b50b04ff-99faf8c3, #w-node-c354024a-d6f6-ef9c-e442-cc9c8fb35678-99faf8c3, #w-node-d6c71ae1-8fcd-0140-cab9-6b3fb8c40c5c-99faf8c3, #w-node-_05c6aeed-33e5-54bf-580b-c7c5f45680f4-99faf8c3, #w-node-_7e5ab86c-9be0-c2a6-b6d7-02670168aab2-99faf8c3, #w-node-_0f5ebf5c-973b-6f59-e4ad-2006df350a29-99faf8c3, #w-node-_313cc498-f724-e39a-5222-d9f770a4af5c-99faf8c3, #w-node-a36e7c36-7318-9f64-e114-7ac39a333189-99faf8c3, #w-node-c45df7b1-2cb7-07b4-9c22-8de11df6dd60-99faf8c3, #w-node-c9e02514-82fc-d91e-fc9b-8a8e835ff23b-99faf8c3, #w-node-_5b183835-99ed-79f0-bbf5-f9b7cc07e048-99faf8c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c1f806d6-ca34-14c6-e442-755474ff4b8a-2813d490, #w-node-f4e250ed-ab71-53fb-5732-bd620f4a0dd7-7c29bcfa {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4e250ed-ab71-53fb-5732-bd620f4a0dd8-7c29bcfa {
    grid-row: span 1 / span 1;
  }
}


