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

h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Rubik;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik;
  color: #1d1d1d;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.8px;
}

a {
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.loader__overlay {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #e10c14;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.loader__logowrap {
  position: relative;
  width: 350px;
  height: 200px;
}

.logo-text {
  position: absolute;
  z-index: 1;
  display: block;
  width: 350px;
}

.logo-patternright {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 350px;
}

.logo__patternup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.logo__patternleft {
  position: absolute;
  display: block;
  width: 350px;
}

.section-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  padding-top: 136px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-hero.mb80 {
  margin-bottom: 80px;
}

.section-hero.gradienttop {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), color-stop(13%, transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), transparent 13%);
}

.section-hero.center {
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-hero.center.hide {
  display: none;
}

.background-video {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 78%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 29, 29, 0.4)), to(rgba(29, 29, 29, 0.4)));
  background-image: linear-gradient(180deg, rgba(29, 29, 29, 0.4), rgba(29, 29, 29, 0.4));
}

.container {
  width: 80%;
  height: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
}

.container.header {
  width: 100%;
}

.container.pt120 {
  padding-top: 120px;
}

.container._2 {
  width: 85%;
}

.container.flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.hide {
  display: none;
}

.button-primary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 156px;
  padding: 8px 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e10c14;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #1d1d1d;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.mtauto {
  margin-top: auto;
}

.navbar-logo-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 77px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.navbar-logo-left.gradint {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), transparent);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  background-color: transparent;
}

.navbar-logo-left-container.shadow-three {
  width: 85%;
  height: 88px;
  max-width: 1680px;
  margin-bottom: 0px;
  padding: 20px 0px;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  color: #e9eceb;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #e10c14;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-link.w--current {
  color: #fff;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0px;
  background-color: #fff;
}

.nav-dropdown-link {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Rubik;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.nav-dropdown-link:hover {
  background-color: #e9eceb;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.image {
  width: 120px;
}

.hero__heading {
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 112px;
  line-height: 1;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.8px;
  text-transform: none;
}

.hero__heading.dark {
  max-width: 640px;
  color: #1d1d1d;
}

.hero__container {
  position: relative;
  z-index: 4;
  width: 100%;
}

.hero__imagemask {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), color-stop(17%, transparent)), url('../images/hero2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), transparent 17%), url('../images/hero2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.hero__imagemask.katalozi {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 80%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(17%, #fff), color-stop(80%, transparent)), url('../images/katalozi.jpg');
  background-image: linear-gradient(90deg, #fff 17%, transparent 80%), url('../images/katalozi.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.hero__imagemask.half {
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  width: 760px;
  height: auto;
  background-image: linear-gradient(89deg, #fff 6%, transparent 30%), url('../images/hero.jpeg');
  background-position: 0px 0px, 50% 45%;
  background-size: auto, cover;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.play-pause-button {
  z-index: 10;
}

.section {
  width: 100%;
  padding-bottom: 0px;
  background-color: #fff;
}

.section.caption {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}

.section.caption.white {
  background-color: #fff;
}

.section.cta {
  height: 400px;
  background-image: url('../images/books.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.dark {
  background-color: #858887;
}

.section.gallery {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.form {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.map {
  height: 500px;
  background-image: url('../images/mapa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.aboutus {
  height: 80vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}

.section.aboutus.white {
  background-color: #fff;
}

.section.pt80 {
  padding-top: 80px;
}

.section.pt80.pb80 {
  padding-bottom: 80px;
}

.section.foto {
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}

.section.foto.white {
  background-color: #fff;
}

.products__container {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.h2 {
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.line {
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
  background-color: #e9eceb;
}

.products__grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.products__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 320px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  color: #1d1d1d;
  text-decoration: none;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.product__item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.product__item-img.katalog {
  position: relative;
  background-image: url('../images/katalozi-i-casopisi-9.webp');
}

.product__item-img.fascikla {
  background-image: url('../images/fascikla.jpg');
  background-position: 50% 50%;
}

.product__item-img.knjige {
  background-image: url('../images/knjiga.jpg');
}

.product__item-img.plakati {
  background-image: url('../images/plakat.jpg');
}

.product__item-img.kese {
  background-image: url('../images/kese.jpg');
}

.product__item-img.kutije {
  background-image: url('../images/kutije.jpg');
}

.product__item-img.jelovnici {
  background-image: url('../images/jelovnik.jpg');
}

.product__item-img.prospekti {
  background-image: url('../images/prospekti.jpg');
}

.product__item-img.memorandumi {
  background-image: url('../images/momorandumi.jpg');
}

.product__item-img.kalendari {
  background-image: url('../images/kalendari.jpg');
}

.logos-title-large {
  position: relative;
  margin-bottom: 0px;
  padding: 80px 0px 221px;
  color: #858887;
}

.clients-wrapper {
  display: -ms-grid;
  display: grid;
  max-width: 1680px;
  margin: 72px auto 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.clients-image {
  margin: 0px;
}

.h3 {
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: #858887;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper__right.nopading {
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper__left-text {
  max-width: 480px;
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 32px;
  font-weight: 300;
  text-align: left;
}

.wrapper__left-text.small {
  max-width: 450px;
  color: #858887;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.wrapper__left-image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: url('../images/home2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper__left-image._2 {
  height: 100%;
  border-radius: 0px;
  background-image: url('../images/galerija00013.jpg');
}

.wrapper__left-image.mb64 {
  border-radius: 0px;
  background-image: url('../images/klijenti.jpg');
  background-position: 50% 60%;
}

.wrapper__left-image._3 {
  width: 60vw;
  height: 100%;
  margin-left: auto;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #fff), color-stop(15%, transparent)), url('../images/Exit.webp');
  background-image: linear-gradient(180deg, #fff 6%, transparent 15%), url('../images/Exit.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.cta__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 704px;
  height: auto;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: rgba(29, 29, 29, 0.7);
}

.paragraph-3 {
  margin-bottom: 32px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
}

.paragraph-4 {
  color: #fff;
  font-weight: 300;
}

.product__divider {
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
  background-color: #e10c14;
}

.product__divider.desc {
  position: absolute;
  left: 0%;
  top: 34px;
  right: 0%;
  bottom: auto;
  margin-bottom: 80px;
}

.team-circles {
  position: relative;
  padding: 80px 0px;
  border-bottom: 1px none #e4ebf3;
}

.centered-subheading {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #1d1d1d;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image {
  display: block;
  width: 80px;
  height: 80px;
  max-width: none;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 4px;
  border-color: #fff;
  border-radius: 50%;
  color: #fff;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.slider {
  display: none;
  width: 80%;
  height: 42vw;
  margin-right: auto;
  margin-left: auto;
}

.slider.small {
  width: 640px;
  height: 426px;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  background-image: url('../images/bank-phrom-Tzm3Oyu_6sk-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/pierre-bamin-X16N5J0uRD4-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/charisse-kenion-hd41GESb3ZY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.left-arrow {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 30%, transparent);
}

.slide-4 {
  background-image: url('../images/andrew-pons-6-RhsUzKO6g-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.field-label {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.field-label-2 {
  font-family: Rubik;
  font-weight: 500;
  text-transform: uppercase;
}

.text-field {
  height: 60px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #858887;
  border-radius: 20px;
  background-color: #f7f7f7;
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 16px;
}

.submit-button {
  width: 155px;
  padding: 14px 25px;
  border-bottom: 1px solid #858887;
  border-radius: 20px;
  background-color: #e10c14;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.footer-dark {
  position: relative;
  padding: 50px 30px 15px;
  border-bottom: 1px solid #e4ebf3;
  background-image: url('../images/footer.jpg');
  background-position: 50% 29%;
  background-size: cover;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-small {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #858887;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: none;
}

.footer-link.small {
  text-transform: none;
}

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

.footer-copyright-center {
  font-family: Roboto, sans-serif;
  color: #858887;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.8px;
}

.form__namesurname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.name {
  width: 50%;
  padding-right: 32px;
}

.surname {
  width: 50%;
}

.form__mailphone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.message {
  width: 100%;
  height: 180px;
  max-height: 180px;
  max-width: 100%;
  min-height: 180px;
  min-width: 100%;
  margin-bottom: 16px;
  padding-top: 12px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #858887;
  border-radius: 20px;
  background-color: #f7f7f7;
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 16px;
}

.footer__block-divider {
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
  background-color: #e10c14;
}

.mapwrapper {
  width: 100%;
  height: 100%;
}

.map-2 {
  width: 100%;
  height: 100%;
}

.contactinfo {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
}

.contactinfo.header {
  width: 100%;
}

.location {
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  margin-bottom: 16px;
}

.location-text {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  color: #1d1d1d;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}

.mail {
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  margin-bottom: 16px;
}

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

.mail-text {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}

.phone {
  display: block;
  width: 40px;
  height: 40px;
  max-width: none;
  margin-bottom: 16px;
}

.phone-text {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: none;
}

.hero-without-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4ebf3;
}

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

.hero-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #e9eceb;
  text-align: center;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary-2:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.hero-heading-center {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.centered-heading {
  margin-bottom: 16px;
  text-align: center;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-split {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 46%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shadow-two {
  box-shadow: 0 4px 24px 0 rgba(150, 163, 181, 0.08);
}

.paragraph-5 {
  color: #1d1d1d;
  font-weight: 500;
  text-transform: uppercase;
}

.paragraph-5.dark {
  color: #1d1d1d;
}

.text-span {
  color: #e10c14;
}

.text-span-2 {
  color: #e10c14;
}

.scrolldown {
  position: absolute;
  left: auto;
  top: auto;
  right: 10%;
  bottom: 10%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrolldown-icon {
  opacity: 0.8;
}

.lottie-animation {
  width: 50px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.description {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
}

.description.small {
  margin-bottom: 16px;
  padding-top: 0px;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 24px;
}

.sliderwrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.modal__container {
  padding-top: 120px;
}

.hover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 78px 16px 16px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.lightbox-link {
  width: 100%;
  height: 100%;
  max-width: 940px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.marquee {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herosection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  padding-top: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.herosection.mb80 {
  margin-bottom: 80px;
}

.heroimage {
  position: absolute;
  width: 1200px;
  height: 400px;
}

.text-span-3 {
  color: #1d1d1d;
}

.text-span-4 {
  color: #e10c14;
}

.text-span-5 {
  color: #1d1d1d;
}

.right-arrow {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(30%, rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 30%, transparent);
}

.slide-5 {
  background-color: transparent;
}

.image-3 {
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.gallery {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
}

.gallery__image {
  margin-bottom: 24px;
}

.gallery__wrap {
  width: 100%;
  padding-top: 0px;
}

.gallery__headingwrap {
  position: static;
  width: 100%;
}

.fotowrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fotowrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.fotowrap__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.foto__slideshow {
  width: 100%;
  height: 100%;
  background-image: url('../images/foto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.foto__slideshow._2 {
  height: 100%;
  border-radius: 0px;
  background-image: url('../images/o-nama.jpg');
}

.foto__slideshow.mb64 {
  border-radius: 0px;
  background-image: url('../images/klijenti.jpg');
  background-position: 50% 60%;
}

.foto__slideshow._3 {
  width: 60vw;
  height: 100%;
  margin-left: auto;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(6%, #fff), color-stop(15%, transparent)), url('../images/Exit.webp');
  background-image: linear-gradient(180deg, #fff 6%, transparent 15%), url('../images/Exit.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.products__image {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.foto__hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(29, 29, 29, 0.75);
}

.foto__hover-text {
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.foto__hover-text.dark {
  color: #1d1d1d;
}

@media screen and (max-width: 991px) {
  .section-hero {
    overflow: hidden;
    padding-top: 102px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .background-video {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 39%;
  }

  .container {
    width: 92%;
    max-width: 728px;
  }

  .container._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .navbar-logo-left-container.shadow-three {
    width: 92%;
  }

  .nav-menu-wrapper {
    background-color: transparent;
  }

  .nav-menu-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    padding: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
    color: #1d1d1d;
  }

  .nav-link.w--current {
    color: #1d1d1d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }

  .menu-button.w--open {
    background-color: transparent;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #1d1d1d;
  }

  .hero__heading {
    width: 100%;
    max-width: 622px;
    border-radius: 20px;
    font-size: 90px;
    text-align: right;
  }

  .hero__imagemask {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, transparent)), url('../images/hero2.jpg');
    background-image: linear-gradient(180deg, #fff, transparent 30%), url('../images/hero2.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
  }

  .section.caption {
    height: auto;
    padding-bottom: 40px;
  }

  .section.gallery {
    position: relative;
    height: 650px;
  }

  .section.map {
    background-position: 50% 50%;
  }

  .section.aboutus {
    height: auto;
    padding-bottom: 40px;
  }

  .section.foto {
    height: auto;
    padding-bottom: 40px;
  }

  .logos-title-large {
    padding-bottom: 80px;
  }

  .clients-wrapper {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    margin-bottom: 16px;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .wrapper__left {
    width: 100%;
    height: 500px;
  }

  .wrapper__right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper__left-text {
    max-width: 640px;
  }

  .wrapper__left-image {
    margin-bottom: 0px;
  }

  .wrapper__left-image.mb64 {
    margin-bottom: 64px;
  }

  .wrapper__left-image._3 {
    margin-left: 0px;
  }

  .paragraph-4 {
    max-width: 480px;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slider {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 62vw;
  }

  .field-label-2 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }

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

  .contactinfo {
    max-width: 728px;
  }

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

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

  .hero-wrapper {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-5 {
    max-width: 335px;
    text-align: right;
  }

  .herosection {
    overflow: hidden;
    padding-top: 127px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fotowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fotowrap.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fotowrap__image {
    width: 100%;
    height: 641px;
  }

  .foto__slideshow {
    margin-bottom: 0px;
  }

  .foto__slideshow.mb64 {
    margin-bottom: 64px;
  }

  .foto__slideshow._3 {
    margin-left: 0px;
  }

  .foto__hover-text {
    max-width: 335px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    height: 660px;
  }

  .background-video {
    height: 44%;
  }

  .container {
    width: 95%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-two {
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero__heading {
    width: auto;
    max-width: 300px;
    font-size: 72px;
  }

  .section {
    overflow: hidden;
  }

  .section.caption {
    overflow: hidden;
  }

  .section.caption.white {
    overflow: hidden;
  }

  .section.cta {
    overflow: hidden;
  }

  .section.gallery {
    overflow: hidden;
    height: 531px;
  }

  .section.form {
    overflow: hidden;
  }

  .section.map {
    overflow: hidden;
    height: 311px;
    background-position: 50% 50%;
  }

  .section.aboutus {
    overflow: hidden;
  }

  .section.aboutus.white {
    overflow: hidden;
  }

  .section.foto {
    overflow: hidden;
  }

  .section.foto.white {
    overflow: hidden;
  }

  .products__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .products__item {
    min-height: auto;
  }

  .product__item-img {
    height: 363px;
  }

  .logos-title-large {
    overflow: hidden;
    width: 100%;
    padding: 60px 15px;
  }

  .clients-wrapper {
    display: -ms-grid;
    display: grid;
    margin-bottom: 16px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-image {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .product__divider.desc {
    display: none;
  }

  .team-circles {
    overflow: hidden;
    width: 100%;
    padding: 60px 15px;
  }

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

  .slider {
    height: 65vw;
  }

  .footer-dark {
    overflow: hidden;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .footer-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .location-text {
    text-align: left;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .hover {
    padding-top: 0px;
  }

  .herosection {
    height: 660px;
  }

  .fotowrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .fotowrap__image {
    height: 500px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    height: 100vh;
    padding-top: 175px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .background-video {
    position: relative;
    height: 261px;
  }

  .container {
    width: 95%;
    max-width: none;
    min-height: 320px;
  }

  .container.header {
    min-height: auto;
  }

  .container._2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-menu-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__heading {
    width: 100%;
    max-width: none;
    font-size: 72px;
    font-weight: 300;
    text-align: left;
  }

  .hero__container {
    position: static;
    height: auto;
    margin-bottom: 0px;
    padding-top: 127px;
  }

  .hero__imagemask {
    position: absolute;
    left: 0%;
    top: 80px;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(12%, transparent)), url('../images/hero2.jpg');
    background-image: linear-gradient(180deg, #fff, transparent 12%), url('../images/hero2.jpg');
    background-position: 0px 0px, 75% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }

  .section.gallery {
    position: relative;
    height: 90vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.form {
    padding-top: 40px;
  }

  .products__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product__item-img {
    height: auto;
  }

  .product__item-img.katalog {
    height: 67vw;
  }

  .product__item-img.fascikla {
    height: 67vw;
  }

  .product__item-img.knjige {
    height: 67vw;
  }

  .product__item-img.plakati {
    height: 67vw;
  }

  .product__item-img.kese {
    height: 67vw;
  }

  .product__item-img.kutije {
    height: 67vw;
  }

  .product__item-img.jelovnici {
    height: 67vw;
  }

  .product__item-img.prospekti {
    height: 67vw;
  }

  .product__item-img.memorandumi {
    height: 67vw;
  }

  .product__item-img.kalendari {
    height: 67vw;
  }

  .logos-title-large {
    padding-bottom: 40px;
  }

  .clients-wrapper {
    display: -ms-grid;
    display: grid;
    margin-bottom: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .clients-image {
    width: 109px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .wrapper__left {
    height: 280px;
  }

  .cta__container {
    padding: 11px;
  }

  .cta__wrapper {
    height: 84%;
  }

  .team-circles {
    padding-bottom: 40px;
  }

  .centered-subheading {
    max-width: none;
    text-align: left;
  }

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

  .team-member-image {
    width: 60px;
    height: 60px;
  }

  .slider {
    height: 66.66666666666667vw;
  }

  .form__namesurname {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .name {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0px;
  }

  .surname {
    width: 100%;
  }

  .form__mailphone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contactinfo {
    width: 90%;
    max-width: none;
  }

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

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .paragraph-5 {
    max-width: 26ch;
    color: #fff;
    text-align: left;
  }

  .description {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .hover {
    padding-right: 0px;
  }

  .herosection {
    height: 100vh;
    padding-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-span-5 {
    color: #fff;
  }

  .fotowrap__image {
    height: 350px;
  }

  .foto__hover-text {
    max-width: 26ch;
    color: #fff;
    text-align: left;
  }
}

#w-node-_562c1469-4143-215e-9599-3752d4e20517-00db5402 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_2e059473-ff79-38d8-7190-d14271f9759e-00db5402 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e3163e02-ad5c-7b15-728c-d4936695a248-00db5402 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3163e02-ad5c-7b15-728c-d4936695a253-00db5402 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3163e02-ad5c-7b15-728c-d4936695a25d-00db5402 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_54ec34e6-f76c-dc3c-c180-a98fa549022c-00db5402 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28db521b-d91b-54d5-7d0c-dc12107910cc-107910c6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_28db521b-d91b-54d5-7d0c-dc12107910da-107910c6 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_28db521b-d91b-54d5-7d0c-dc12107910da-107910c6 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_562c1469-4143-215e-9599-3752d4e20517-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_562c1469-4143-215e-9599-3752d4e20514-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_562c1469-4143-215e-9599-3752d4e20515-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_562c1469-4143-215e-9599-3752d4e20516-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0d41492f-2c78-3fd7-c1ff-83ecbd44185a-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0d41492f-2c78-3fd7-c1ff-83ecbd441857-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0d41492f-2c78-3fd7-c1ff-83ecbd441858-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0d41492f-2c78-3fd7-c1ff-83ecbd441859-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2e059473-ff79-38d8-7190-d14271f9759d-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2e059473-ff79-38d8-7190-d14271f9759e-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2e059473-ff79-38d8-7190-d14271f9759f-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_2e059473-ff79-38d8-7190-d14271f975a0-00db5402 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}