:root {
  --green: #5c735d;
  --text-hover-gray: #c5c5c5;
  --white: white;
  --red: #a61205;
  --red-70: #a61205b3;
  --dark-background: #000204;
  --dark-green: #17252d;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 6rem;
}

.navbar {
  z-index: 1000;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0%;
  display: flex;
  position: fixed;
  overflow: visible;
}

.nav-container {
  justify-content: flex-start;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav-box-1 {
  background-color: var(--green);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 25vh;
  display: flex;
}

.menu-button {
  z-index: 2;
  position: absolute;
}

.menu-button.w--open {
  z-index: 100;
  background-color: #0000;
}

.nav-link {
  color: #fff;
  text-align: center;
  text-transform: none;
  min-width: 100vw;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--text-hover-gray);
}

.nav-link:visited {
  color: #fff;
}

.nav-menu {
  background-color: #0000;
  justify-content: flex-start;
  display: flex;
}

.nav-box-2 {
  background-color: #667f67;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 25vh;
  display: flex;
}

.nav-box-3 {
  background-color: #708c71;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 25vh;
  display: flex;
}

.nav-box-4 {
  background-color: #7a997c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 25vh;
  display: flex;
}

.menu-button {
  z-index: 5;
  background-color: #ffffff4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: 1.5%;
  margin-left: 0%;
  margin-right: 5%;
  padding: 10px;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.menu-icon {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-hero {
  background-color: #0000;
  width: 100%;
  margin-top: 0%;
  overflow: hidden;
}

.container-large-5--padding {
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.container-large-5--padding.hero {
  justify-content: center;
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  overflow: hidden;
}

.container-large-5--padding.map {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  background-color: var(--green);
  justify-content: space-around;
  padding: 5%;
  display: flex;
}

.container-large-5--padding.uslovi-koriscenja {
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.image-logo {
  object-fit: fill;
  width: 5.5rem;
  max-width: none;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
  overflow: visible;
}

.link-logo {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1%;
  margin-left: 5%;
  display: flex;
  overflow: visible;
}

.link-logo.w--current {
  margin-top: 0%;
}

.h1 {
  float: none;
  clear: none;
  color: #f8f8f8;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  width: auto;
  margin-top: 10%;
  margin-bottom: 0;
  padding-top: 2%;
  padding-bottom: 0%;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
  overflow: visible;
}

.cta.postani-clan {
  background-color: var(--red);
  text-align: center;
  border: 1px solid #0000;
  border-radius: .2rem;
  flex: 0 auto;
  min-width: auto;
  margin-top: 0%;
  margin-right: 2%;
  padding: 2% 5%;
  font-size: 1.3rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.cta.postani-clan:hover {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #f5fff5;
  border-radius: 7.4rem;
  padding-left: 5%;
  padding-right: 5%;
}

.cta.learn-more {
  border: 1px solid var(--red);
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-radius: .1rem;
  flex: 0 auto;
  min-width: auto;
  margin-right: 3%;
  padding: 2% 5%;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.cta.learn-more:hover {
  background-color: var(--red);
  color: #f5fff5;
  border-radius: 8rem;
  padding-left: 5%;
  padding-right: 5%;
}

.cta.ghost {
  border: 1px solid var(--red);
  color: var(--red);
  text-align: center;
  background-color: #0000;
  border-radius: .2rem;
  flex: 0 auto;
  min-width: auto;
  margin-right: 0%;
  padding: 2% 5%;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.cta.ghost:hover {
  background-color: var(--red);
  color: #f5fff5;
  border-radius: 8rem;
  padding-left: 5%;
  padding-right: 5%;
}

.cta.upoznaj-tim {
  background-color: var(--red);
  text-align: center;
  border: 1px solid #0000;
  border-radius: .2rem;
  flex: 0 auto;
  min-width: auto;
  margin-top: 0%;
  margin-right: 2%;
  padding: 2% 5%;
  font-size: 1.3rem;
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.cta.upoznaj-tim:hover {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #f5fff5;
  border-radius: 7.4rem;
  padding-left: 5%;
  padding-right: 5%;
}

.cta.nazad {
  background-color: var(--red);
  text-align: center;
  border: 1px solid #0000;
  border-radius: .2rem;
  flex: 0 auto;
  min-width: auto;
  margin-top: 0%;
  margin-right: 2%;
  padding: 2% 5%;
  font-size: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.cta.nazad:hover {
  border: 1px solid var(--red);
  background-color: var(--red);
  color: #f5fff5;
  border-radius: 7.4rem;
  padding-left: 5%;
  padding-right: 5%;
}

.text-4 {
  color: var(--dark-background);
  padding: 0 50px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.text-1 {
  color: var(--dark-background);
  padding: 50px 0 50px 50px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.section-about-us {
  width: 100%;
  overflow: hidden;
}

.image-beach {
  clear: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 50vw;
  max-width: 100%;
  height: 70vh;
  position: static;
  overflow: visible;
}

.grid-about-us {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.about-us-image-container {
  background-image: linear-gradient(#000000b3, #fff0 58%), url('../images/team-black-and-white-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.about-us-image-container.color {
  background-image: linear-gradient(#fff0, #000000b3 85%), url('../images/team.jpg');
}

.about-us-image-container.color.contact {
  background-image: linear-gradient(#fff0, #000000b3 85%), url('../images/annie-spratt-goholCAVTRs-unsplash-min.jpg');
  background-attachment: scroll, scroll;
  justify-content: center;
}

.about-us-h-text {
  color: #fffc;
  text-align: center;
  width: 100vw;
  max-width: none;
  font-size: 9rem;
  font-weight: 700;
  line-height: 12rem;
  overflow: visible;
}

.about-us-text-container {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 5% 5% 10%;
  display: flex;
  overflow: hidden;
}

.background-video {
  object-fit: fill;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.text-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: visible;
}

.b-text-4 {
  color: var(--white);
  font-weight: 400;
}

.section-infinite-banner {
  width: 100%;
  overflow: hidden;
}

.banner {
  background-color: var(--green);
  color: var(--white);
  width: 100vw;
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: visible;
}

.banner-text {
  object-fit: fill;
  background-color: #0000;
  width: 324rem;
  font-size: 2rem;
  line-height: 2rem;
  display: block;
  overflow: visible;
}

.text-3 {
  color: var(--dark-background);
  font-weight: 400;
}

.text-box-3 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 0 5% 0 0;
  display: flex;
  overflow: hidden;
}

.text-box-2 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: auto;
  padding-left: 5%;
  display: flex;
  overflow: hidden;
}

.text-box-1 {
  background-color: var(--green);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 0 5% 0 0;
  display: flex;
  overflow: hidden;
}

.text-box-4 {
  background-color: var(--green);
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: auto;
  padding-left: 5%;
  display: flex;
  overflow: hidden;
}

.text {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}

.text-2 {
  color: var(--dark-background);
  padding: 0 50px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.b-text {
  color: var(--dark-background);
  font-weight: 400;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  margin-top: 5%;
  display: grid;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_link {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer3_legal-link {
  color: var(--text-hover-gray);
  font-size: .875rem;
  text-decoration: none;
}

.footer3_component {
  background-color: var(--green);
  width: 100%;
  overflow: hidden;
}

.text-size-small {
  outline-offset: 0px;
  color: var(--white);
  text-transform: none;
  border: 1px #000;
  outline: 3px #fff;
  font-size: .875rem;
  font-style: normal;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  margin-left: 0%;
  display: flex;
}

.padding-global {
  width: 100vw;
  padding: 5%;
  overflow: hidden;
}

.social-icon {
  color: var(--white);
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 20px;
  margin-right: 20px;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  margin-left: 15%;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.line-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
  display: none;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  padding-left: 5%;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer3_credit-text {
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.footer3_bottom-wrapper {
  color: var(--text-hover-gray);
  justify-content: flex-start;
  align-items: center;
  margin-top: 5%;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.link {
  color: var(--white);
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

.section-footer {
  background-color: #0000;
  width: 100%;
  margin-top: 0%;
  overflow: hidden;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 20vh;
  display: flex;
}

.grid-section-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100vw;
  overflow: hidden;
}

.image-1-container {
  object-fit: contain;
  border: 0 #000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: hidden;
}

.image-1 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.image-2-container {
  object-fit: contain;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: hidden;
}

.image-22 {
  clear: none;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 70vh;
  position: static;
  overflow: hidden;
}

.grid-section-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: hidden;
}

.small-video-container {
  border: 1px #000;
  overflow: hidden;
}

.small-video {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image-3-container {
  object-fit: contain;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.youtube-video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video {
  width: 50vw;
  height: auto;
}

._5--padding {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.profile-image-wrapper {
  width: 50vw;
  padding: 0 5% 40px;
}

.social-icons-profile {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.profile-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50vw;
  padding-top: 20px;
  padding-bottom: 80px;
  padding-left: 5%;
  display: flex;
}

.profile-text-wrapper.right {
  padding-left: 0%;
  padding-right: 5%;
}

.p1 {
  color: var(--dark-background);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.sub-heading {
  color: var(--red);
  text-align: center;
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}

.sub-heading.tim {
  text-align: center;
  font-size: 1rem;
}

.h2 {
  color: var(--green);
  padding-bottom: 40px;
  font-size: 2rem;
  font-weight: 700;
}

.h2.small {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
  display: block;
}

.profile-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.image-23, .image-24 {
  border-radius: 10px;
}

.section-nas-tim {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.grid-team {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tim-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.container-nas-tim {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5% 5% 10%;
  display: flex;
}

.image-container {
  object-fit: contain;
  background-image: url('../images/Dejan-K..jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 30vh;
  display: flex;
  overflow: visible;
}

.image-container.dejan {
  border-radius: 10px;
  height: 40vh;
  margin-bottom: 10%;
}

.image-container.joland {
  background-image: url('../images/Joland-K..jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 10px;
  height: 40vh;
  margin-bottom: 10%;
}

.image-container.sasa {
  background-image: url('../images/Sasa-Krstovic.jpg');
  background-size: cover;
  border-radius: 10px;
  height: 40vh;
  margin-bottom: 10%;
}

.image-container.adisa {
  background-image: url('../images/Adisa-H..jpg');
  background-position: 50% 70%;
  background-size: cover;
  border-radius: 10px;
  height: 40vh;
  margin-bottom: 10%;
}

.image-container.daliborka {
  background-image: url('../images/Daliborka-J..jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 10px;
  height: 40vh;
  margin-bottom: 10%;
}

.image-container.ilija {
  background-image: url('../images/business-man-147093_1280-min.png');
  background-position: 50% -1%;
  background-size: auto;
  border-radius: 10px;
  height: 40vh;
  margin-bottom: 10%;
}

.image-container.anka {
  background-image: url('../images/Anka-M..jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 10px;
  height: 40vh;
  margin-bottom: 10%;
}

.image-container.tamara {
  background-image: url('../images/Tamara-P..jpg');
  background-position: 50% 11%;
  background-size: cover;
  border-radius: 10px;
  height: 40vh;
  margin-bottom: 10%;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.cta-contact {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5%;
  display: flex;
}

.cta-container {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  display: flex;
}

.cta-container-yt {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 20vh;
  display: flex;
}

.map-wrapper {
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 0 #0000;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.mapa {
  border: 20px #000;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  overflow: visible;
}

.paragprah-centered {
  color: var(--green);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.4rem;
  line-height: 2.7rem;
}

.paragprah-centered.is-white {
  background-color: var(--green);
  color: var(--white);
  width: 100vw;
  padding-left: 5%;
  padding-right: 5%;
}

.section-intro, .section-intro-2 {
  width: 100%;
  height: auto;
  margin-top: 0%;
  overflow: hidden;
}

.kontakt-h-text {
  color: #fffc;
  text-align: center;
  letter-spacing: 10px;
  width: 80vw;
  max-width: none;
  font-size: 9rem;
  font-weight: 700;
  line-height: 12rem;
  overflow: visible;
}

.contact-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  overflow: visible;
}

.contact {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-contact-info {
  color: #fff;
  text-align: left;
  flex: none;
  margin-left: 5%;
  font-size: 1.2rem;
  text-decoration: none;
}

.adresa {
  width: 50px;
}

.email {
  width: 50px;
  min-width: 45px;
}

.telefon {
  width: 50px;
}

.spacer-image {
  background-image: url('../images/pexels-markus-spiske-112781-min.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 20vh;
  overflow: hidden;
}

.section-uslovi {
  width: 100%;
  overflow: hidden;
}

.h-uslovi-koriscenja {
  color: var(--white);
  text-transform: uppercase;
  font-size: 60px;
}

.uslovi-container {
  background-image: linear-gradient(#000000b3, #fff0 58%), url('../images/team-black-and-white-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: visible;
}

.uslovi-container.color {
  background-image: url('../images/uslovi-koriscenja-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer {
  height: 20vh;
}

.spacer.is-green {
  background-color: var(--green);
  width: 100%;
  overflow: hidden;
}

.spacer-small {
  height: 5vh;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  font-weight: 600;
}

.text-span-6, .text-span-7 {
  font-style: italic;
  font-weight: 600;
}

.text-span-8 {
  font-size: 1.8rem;
  font-style: italic;
}

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

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

.blog44_heading {
  flex: 1;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog44_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog44_category {
  background-color: #0000;
  margin-right: 1rem;
  padding: .25rem .5rem;
  display: flex;
}

.blog44_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog44_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog44_meta-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold.text-inline {
  display: inline;
}

.blog44_item-link {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog44_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.button {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.blog44_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.blog44_item {
  border: 1px solid #0000;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.blog44_button-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.blog44_title-wrapper {
  margin-bottom: .5rem;
}

.blog44_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog44_button-row.show-mobile-landscape {
  display: none;
}

@media screen and (min-width: 1920px) {
  .nav-container {
    flex: 0 auto;
    width: 100vw;
    overflow: hidden;
  }

  .nav-menu {
    width: 100vw;
    overflow: hidden;
  }

  .h1 {
    text-align: center;
    flex: none;
    width: auto;
    font-size: 7rem;
    line-height: 9rem;
  }

  .section-about-us {
    width: 100vw;
    overflow: hidden;
  }

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

  .section-infinite-banner {
    object-fit: fill;
    width: 100vw;
    overflow: hidden;
  }

  .banner {
    width: 324rem;
    overflow: visible;
  }

  .banner-text {
    background-color: #f000;
    width: 600rem;
    overflow: visible;
  }

  .section-footer {
    width: 100vw;
  }

  .small-video-container {
    height: 100%;
    overflow: hidden;
  }

  .profile-text-wrapper.left {
    padding-left: 0%;
  }

  .section-intro, .section-intro-2 {
    width: 100vw;
    overflow: hidden;
  }

  .body {
    overflow: visible;
  }

  .section-uslovi {
    width: 100vw;
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .nav-link:visited {
    color: var(--white);
  }

  .container-large-5--padding.map {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .text-1 {
    padding-right: 50px;
  }

  .about-us-image-container {
    height: 30vh;
  }

  .about-us-image-container.color.contact {
    position: relative;
  }

  .about-us-h-text {
    margin-bottom: -200px;
    font-size: 6rem;
  }

  .text-box-1 {
    overflow: visible;
  }

  .text-2 {
    padding-left: 50px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .image-1-container {
    text-align: left;
    object-fit: fill;
    overflow: hidden;
  }

  .image-1 {
    text-align: left;
    object-fit: fill;
    object-position: 50% 50%;
    width: auto;
    max-width: none;
    overflow: visible;
  }

  .small-video-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: cover;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .small-video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .youtube-video-wrapper {
    flex: 0 auto;
    width: 100vw;
  }

  .video {
    width: 100vw;
    overflow: visible;
  }

  .h2 {
    margin-bottom: 1em;
    padding-bottom: 0;
    line-height: 2rem;
  }

  .grid-team {
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
  }

  .tim-container {
    flex-direction: column;
    align-items: center;
    width: 40vw;
  }

  .image-container.dejan {
    background-size: cover;
    flex-wrap: nowrap;
    place-content: stretch center;
    width: 40vw;
    display: flex;
  }

  .image-container.joland, .image-container.sasa, .image-container.adisa, .image-container.daliborka, .image-container.ilija, .image-container.anka, .image-container.tamara {
    width: 40vw;
  }

  .map-wrapper {
    object-fit: fill;
    width: 100vw;
    overflow: visible;
  }

  .mapa {
    object-fit: fill;
    overflow: visible;
  }

  .kontakt-h-text {
    z-index: 100;
    margin-bottom: -202px;
    font-size: 6rem;
    position: absolute;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 77vw;
    margin-top: 20px;
    display: flex;
    overflow: visible;
  }

  .contact {
    width: 100%;
  }

  .blog44_heading {
    margin-right: 3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog44_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog44_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog44_button-row {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .text-4 {
    padding-right: 0;
  }

  .text-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .b-text-4 {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .text-box-3 {
    height: 40vh;
    padding-left: 5%;
  }

  .text-box-2 {
    align-items: center;
    height: 50vh;
    padding-right: 5%;
    overflow: visible;
  }

  .text-box-1 {
    height: 50vh;
    padding-left: 5%;
  }

  .text-box-4 {
    height: 50vh;
    padding: 5%;
  }

  .text-2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 1rem;
  }

  .b-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .image-1-container {
    object-fit: fill;
    height: 50vh;
    overflow: hidden;
  }

  .image-1, .image-2-container {
    height: 50vh;
  }

  .small-video-container {
    height: 40vh;
  }

  .image-3-container {
    height: 50vh;
  }

  .paragprah-centered {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .h-uslovi-koriscenja {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }

  .blog44_heading {
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .blog44_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .blog44_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog44_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .blog44_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .nav-box-1 {
    min-width: auto;
    min-height: auto;
  }

  .nav-link {
    min-width: auto;
    height: 100%;
    font-size: 3rem;
  }

  .nav-menu {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    min-height: 100svh;
  }

  .nav-box-2, .nav-box-3 {
    min-width: auto;
    min-height: auto;
  }

  .nav-box-4 {
    width: 100vw;
    min-width: auto;
    min-height: auto;
  }

  .menu-button {
    border-radius: 1000px;
    width: 2.7em;
    height: 2.7em;
    margin-top: 4%;
  }

  .container-large-5--padding.map {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: column;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    overflow: visible;
  }

  .image-logo {
    width: 4.5rem;
  }

  .h1 {
    margin-bottom: 5%;
  }

  .cta.postani-clan {
    background-color: var(--red-70);
    width: 14em;
    min-width: 0;
    margin: 5% 0%;
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 1.2rem;
  }

  .cta.postani-clan.red {
    background-color: #a61205;
  }

  .cta.learn-more {
    width: 14em;
    min-width: 0;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .cta.learn-more:hover {
    background-color: var(--red-70);
  }

  .cta.ghost {
    width: 14em;
    min-width: 0;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .cta.upoznaj-tim {
    background-color: var(--red);
    width: 14em;
    min-width: 0;
    margin: 5% 0%;
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 1.2rem;
  }

  .cta.nazad {
    background-color: var(--red);
    width: 14em;
    min-width: 0;
    margin: 5% 0%;
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .text-1 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-beach {
    width: 100vw;
    height: 50vh;
  }

  .about-us-h-text {
    margin-bottom: -100px;
    font-size: 3.2rem;
  }

  .banner {
    height: 15vh;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .banner-text {
    font-size: 1.4rem;
  }

  .text-box-3 {
    text-align: center;
    flex-direction: column;
    width: 100vw;
    height: 50vh;
    margin-bottom: 20%;
    overflow: visible;
  }

  .text-box-2 {
    text-align: center;
    flex-direction: column;
    width: 100vw;
  }

  .text-box-1 {
    text-align: center;
    flex-direction: column;
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-box-4 {
    text-align: center;
    flex-flow: column;
    width: 100vw;
    height: 70vh;
    padding-top: 0%;
    padding-bottom: 0%;
    overflow: visible;
  }

  .text, .text:hover {
    text-transform: none;
    text-decoration: none;
  }

  .text-2 {
    padding-bottom: 5%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    display: none;
    overflow: visible;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xxlarge {
    flex-direction: column;
    display: flex;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer3_component {
    flex-direction: column;
    display: flex;
  }

  .text-size-small {
    text-align: center;
  }

  .footer3_link-list {
    justify-content: center;
    align-items: center;
    margin-left: 0%;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: 1fr;
    margin-left: 0%;
  }

  .footer3_top-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    flex-direction: column;
    display: flex;
  }

  .footer3_bottom-wrapper {
    align-items: center;
  }

  .cta-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-section-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: block;
  }

  .image-1-container {
    width: 100vw;
    overflow: hidden;
  }

  .image-2-container {
    width: 100vw;
  }

  .grid-section-2 {
    flex: 0 auto;
    align-self: auto;
    width: 100vw;
    display: block;
  }

  .small-video-container {
    margin-bottom: 10%;
  }

  .image-3-container {
    width: 100vw;
    overflow: hidden;
  }

  .profile-image-wrapper {
    width: 100vw;
    height: 36vh;
    padding: 20px 3% 0;
    overflow: hidden;
  }

  .profile-text-wrapper.left, .profile-text-wrapper.right {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 3%;
    padding-right: 3%;
  }

  .sub-heading {
    width: 100vw;
  }

  .h2 {
    text-align: center;
  }

  .h2.small {
    margin-bottom: .2em;
  }

  .profile-wrapper {
    flex-direction: column;
    width: 100vw;
    margin-bottom: 20px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .image-23, .image-24 {
    border-radius: 0;
  }

  .section-nas-tim {
    width: 100%;
  }

  .grid-team {
    flex-direction: column;
    justify-content: center;
    place-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    overflow: hidden;
  }

  .tim-container {
    width: 100vw;
    height: auto;
    padding: 0;
  }

  .image-container.dejan {
    object-fit: fill;
    flex: none;
    align-self: auto;
    width: 250px;
    height: 250px;
    min-height: auto;
    max-height: none;
    margin-bottom: 5%;
    overflow: visible;
  }

  .image-container.joland {
    object-fit: contain;
    background-size: cover;
    width: 250px;
    height: 250px;
    margin-bottom: 5%;
    overflow: hidden;
  }

  .image-container.sasa, .image-container.adisa, .image-container.daliborka, .image-container.ilija, .image-container.anka, .image-container.tamara {
    width: 250px;
    height: 250px;
    margin-bottom: 5%;
  }

  .cta-container, .cta-container-yt {
    flex-direction: column;
  }

  .map-wrapper {
    object-fit: fill;
    flex-direction: row;
    flex: none;
    order: 0;
    justify-content: center;
    width: 100vw;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    overflow: visible;
  }

  .mapa {
    object-fit: fill;
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragprah-centered {
    padding-top: 0;
    font-size: 1.2rem;
  }

  .paragprah-centered.is-white {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .section-intro, .section-intro-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .kontakt-h-text {
    letter-spacing: 0;
    margin-bottom: -100px;
    font-size: 3.2rem;
  }

  .contact-wrapper {
    object-fit: fill;
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
    overflow: visible;
  }

  .contact {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .text-contact-info {
    text-align: center;
    font-size: 1rem;
  }

  .adresa {
    width: 20%;
    margin-bottom: 1em;
  }

  .email {
    width: 18%;
    margin-bottom: 1em;
  }

  .telefon {
    width: 20%;
    margin-bottom: 1em;
    margin-left: 1em;
    padding-left: 0;
  }

  .centered-container {
    padding-top: 2.2rem;
  }

  .spacer {
    display: none;
  }

  .heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .blog44_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

#w-node-a7a70765-a135-d617-fb1e-50cd90b6f0c6-622c0b21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3f3c997-b5ea-c78a-96b4-07aed13d6722-622c0b21 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9656076a-71d1-7752-d3b0-ed2ac3aa7c7c-622c0b21, #w-node-_32fad3e7-39fa-5db6-9b3d-99d84cc3a059-622c0b21, #w-node-d13e540f-4f98-7287-065b-974705d34504-622c0b21, #w-node-d13e540f-4f98-7287-065b-974705d34502-622c0b21, #w-node-d13e540f-4f98-7287-065b-974705d3450c-622c0b21, #w-node-d13e540f-4f98-7287-065b-974705d34508-622c0b21, #w-node-_23621f12-0c71-1893-9bd8-a7d43519f45f-622c0b21, #w-node-aef6895e-b6a5-db7b-2f18-e4452e2ce7a0-622c0b21, #w-node-_3785a1ad-7676-82f4-5cfb-1e2dfee8cec7-622c0b22, #w-node-_3785a1ad-7676-82f4-5cfb-1e2dfee8ceca-622c0b22, #w-node-_1c3e4738-e8cf-9eb3-6614-31ebd937cfa9-622c0b23, #w-node-_1c3e4738-e8cf-9eb3-6614-31ebd937cfac-622c0b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b98c299-e6e2-e0ab-7971-4cc42cbd25f1-622c0b23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_378798a6-2ab4-d2ab-0af7-dce3b76aef74-622c0b23, #w-node-_8cf21698-9569-dfb3-d872-390c232d4d15-622c0b24 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-e3f3c997-b5ea-c78a-96b4-07aed13d6722-622c0b21 {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e3f3c997-b5ea-c78a-96b4-07aed13d6722-622c0b21 {
    justify-self: center;
  }

  #w-node-d13e540f-4f98-7287-065b-974705d34502-622c0b21 {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_32fad3e7-39fa-5db6-9b3d-99d84cc3a059-622c0b21 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a7a70765-a135-d617-fb1e-50cd90b6f0c6-622c0b21 {
    justify-self: center;
  }

  #w-node-_91617498-b759-88c8-a7e8-b33a297abf04-622c0b23 {
    place-self: auto;
  }
}


