@font-face {
  font-family: Fontawesome;
  src: url('../fonts/FontAwesome.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dark-green: #00512b;
}

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

.logo {
  height: 40px;
  margin-top: 3px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white {
  background-color: #fff;
  margin-top: 57px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: -7px;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.small-dropdown-icon {
  opacity: .5;
  margin-right: 11px;
  font-size: 12px;
}

.logo-block {
  z-index: 2500;
  background-color: #fff;
  margin-top: -50px;
  margin-right: 30px;
  padding: 10px;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px #0000001a;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-size: 13px;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.dropdown-toggle {
  padding-right: 30px;
}

.nav-link.dropdown-toggle.w--open {
  background-color: #0000001a;
}

.dropdown-link {
  font-size: 13px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #1f6fff;
}

.dropdown-link.w--current {
  color: #1f6fff;
}

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

.div-block {
  z-index: 500;
  background-color: var(--dark-green);
  height: 50px;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 5px 25px;
  font-family: Fontawesome, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.container {
  justify-content: flex-end;
  margin-top: 5px;
  display: flex;
}

.link-block {
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
}

.link-block.jezik {
  border: 1px solid #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.link-block.jezik.jezik-2 {
  justify-content: center;
  display: none;
}

.image {
  width: 22px;
  display: block;
}

.image.jezik {
  width: 30px;
  height: 20px;
}

.text-block {
  color: #fff;
  margin-top: 2px;
  margin-left: 8px;
  font-size: 15px;
}

.top-banner-title {
  color: #fff;
  font-size: 54px;
  font-weight: 400;
  line-height: 65px;
}

.naslovna {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-20 {
  flex-direction: column;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.sub-text-banner {
  color: #fffc;
  text-shadow: 1px 0 3px #000;
  margin-bottom: 33px;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.slider-2 {
  height: 650px;
  margin-top: 110px;
}

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

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Logistika-skladiščenje-špedicija-Kovaček-3_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3.slide-4 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Inoks-izdelki-Hekos-Grobelno.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3.slika-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Logistika-skladiščenje-špedicija-Kovaček-3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.slide-3.slika-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Logistika-skladiščenje-špedicija-Kovaček-2_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.button-2 {
  background-color: var(--dark-green);
  color: #fff;
  border-radius: 8px;
}

.project-title {
  text-transform: none;
  margin-top: 0;
  font-size: 22px;
  font-weight: 400;
}

.heading-2 {
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
}

.heading {
  text-align: center;
  margin: 30px 30px 0;
}

.project-wrapper {
  color: #121217;
  background-color: #fff0;
  border: 1px #e1e1e180;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 40px 20px;
  text-decoration: none;
  transition: all .4s;
  position: relative;
}

.project-wrapper:hover {
  filter: none;
  color: #4253ff;
  transform: translate(0, -5px);
  box-shadow: 0 10px 12px -7px #00000026;
}

.project-wrapper.style-2 {
  border-style: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.project-wrapper.style-2.add-shadow {
  filter: none;
  width: 22%;
  margin: 20px 10px;
}

.project-wrapper.style-2.add-shadow:hover {
  box-shadow: none;
  color: #007dc5;
}

.div-block-16 {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.project-type {
  color: #919197;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.section-2 {
  background-image: url('../images/Logistika-2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.project-content {
  background-color: #ffffff8c;
  padding: 15px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.paragraph {
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-21 {
  width: 33%;
}

.div-block-22 {
  width: 33%;
  padding: 16px;
}

.image-2 {
  width: 500px;
}

.text-block-2 {
  text-align: center;
  margin-top: 40px;
}

.footer-shelf {
  z-index: 100;
  background-color: var(--dark-green);
  color: #323d4c;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.text-block-3 {
  color: #fff;
  padding-top: 5px;
}

.link-2 {
  color: #fff;
  text-decoration: underline;
}

.footer-menu-item {
  float: none;
  clear: both;
  color: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

.footer-menu-item.w--current {
  color: #007dc5;
}

.footer-shelf-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-3 {
  float: none;
  color: #fff;
  text-align: center;
  background-color: #556270;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 24px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.button-3:hover {
  background-color: #fa6900;
}

.button-3.kako-do-nas {
  border-radius: 8px;
  margin-top: 10px;
  padding: 16px 20px;
  font-size: 19px;
  display: block;
}

.button-3.kako-do-nas:hover {
  background-color: #007dc5;
}

.footer-navbar {
  background-color: #0000;
}

.footer-nav-menu {
  float: left;
  width: 100%;
  line-height: 25px;
}

.widget-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.footer-shelf-column {
  border-width: 0 1px 0 0;
  border-right-style: solid;
  border-right-color: #ddd;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-list {
  line-height: 25px;
}

.list-item {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.list {
  text-align: left;
}

.banner-2 {
  background-image: url('../images/Logistika-skladiščenje-špedicija-Kovaček-1.jpg');
  background-position: 50% 65%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-top: 65px;
  display: flex;
  position: relative;
}

.banner-2.slika-5 {
  background-image: url('../images/Transport-Kovaček-Andrej.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-2.slika-2 {
  background-image: url('../images/Logistika-skladiščenje-špedicija-Kovaček-2_1.jpg');
  background-position: 50% 40%;
}

.body {
  padding-top: 46px;
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.feature-section.odd {
  background-color: #fafafa;
  border-top-width: 1px;
  border-top-color: #3370a640;
}

.feature-text-block {
  float: left;
  width: 50%;
  margin-right: 20px;
}

.feature-text-block.right {
  float: right;
  margin-left: 20px;
}

.video-lightbox-button {
  text-align: center;
  background-color: #e72a00;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 2px;
  transition: transform .2s;
  display: block;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.video-lightbox-button:hover {
  transform: translate(0, -50%)scale(1.2);
  box-shadow: 0 0 13px #00000080;
}

.video-lightbox-button.manjsi-gumb {
  justify-content: center;
  align-items: flex-start;
  width: 25px;
  height: 26px;
  padding-top: 8px;
  display: flex;
  top: 46%;
}

.video-lightbox-icon {
  height: 10px;
}

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

.main-feature-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 37px;
}

.lightbox-link-2 {
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 7px 7px 40px #0000004d;
}

.long-feature-icon-wrapper {
  text-align: center;
  border-radius: 7px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.small-features-wrapper {
  margin-top: 30px;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div-block-3.div-3 {
  margin-right: 40px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  float: none;
  color: #3370a6;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
}

.video-lightbox-image-block {
  background-image: linear-gradient(#0000001a, #0000001a);
  width: 100%;
  height: 100%;
  position: relative;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.long-feature-icon {
  height: 35px;
}

.lightbox-link-4 {
  color: #315287;
  text-align: center;
  width: 100px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  box-shadow: 7px 7px 40px #0000004d;
}

.feature-intro-title {
  color: #bebebe;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 14px;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.project-content-2 {
  background-color: #fff;
  padding: 15px 10px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.project-type-2 {
  color: #919197;
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}

.project-title-2 {
  text-transform: none;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.div-block-23 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-24 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.align-center-2 {
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.naslovna-2 {
  color: #fff;
  text-shadow: 2px 0 3px #000;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.naslovna-2.crna {
  text-shadow: 0 0 6px #000;
}

.top-banner-title-2 {
  color: #fff;
  text-shadow: 1px 0 3px #000;
  font-size: 54px;
  font-weight: 600;
  line-height: 65px;
}

.button-4 {
  background-color: var(--dark-green);
  color: #fff;
  border-radius: 8px;
  margin-top: 20px;
}

.button-4:hover {
  background-color: #3898ec;
}

.section-4 {
  margin: 40px;
}

.piskotki-naslov {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.list-item-2 {
  color: #fff;
}

.html-embed {
  margin-top: 10px;
  display: none;
}

.heading-3 {
  text-align: center;
  font-weight: 400;
}

.lightbox-link-5 {
  margin-top: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .fixed-nav-menu-button {
    background-color: var(--dark-green);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover {
    background-color: #1859cf;
  }

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

  .dropdown {
    width: 100%;
    max-width: 1500px;
  }

  .small-dropdown-icon {
    margin-right: 21px;
  }

  .logo-block {
    margin-top: -47px;
  }

  .nav-menu {
    background-color: #292c31;
    border-radius: 0;
    margin-top: 0;
  }

  .dropdown-list.w--open {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 0 #0000;
  }

  .nav-link {
    color: #fff;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link.dropdown-toggle {
    color: #fff;
  }

  .dropdown-link {
    padding-left: 35px;
  }

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

  .sub-text-banner {
    font-size: 17px;
  }

  .project-wrapper {
    height: 240px;
  }

  .project-wrapper.style-2.add-shadow {
    width: 45%;
  }

  .div-block-16 {
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

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

  .section {
    padding: 45px;
  }

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

  .feature-text-block {
    width: 400px;
  }

  .div-block-12 {
    justify-content: center;
  }

  .lightbox-link-4 {
    width: 33%;
  }

  .top-banner-title-2 {
    font-size: 49px;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-block.w--current {
    margin-top: -9px;
  }

  .nav-menu {
    background-color: var(--dark-green);
  }

  .nav-link, .dropdown-link {
    padding-left: 25px;
  }

  .link-block.del-cas {
    display: none;
  }

  .naslovna {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-2 {
    margin-top: 100px;
  }

  .project-wrapper {
    height: 100%;
  }

  .project-wrapper.style-2.add-shadow {
    margin-bottom: 40px;
  }

  .div-block-16 {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .project-type {
    font-size: 14px;
  }

  .section-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-shelf-column {
    border-style: solid none solid solid;
    border-color: #000;
  }

  .list {
    padding-left: 0;
  }

  .banner-2 {
    height: 100px;
  }

  .section {
    padding: 25px;
  }

  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .feature-text-block {
    width: 100%;
  }

  .video-lightbox-button {
    width: 35px;
    height: 35px;
  }

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

  .div-block-3 {
    flex-flow: column wrap;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: auto;
  }

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

  .container-2 {
    flex-direction: column;
  }

  .lightbox-link-4 {
    width: 100%;
  }

  .project-type-2 {
    font-size: 14px;
  }

  .image-3 {
    width: 100px;
  }

  .top-banner-title-2 {
    line-height: 55px;
  }

  .section-4 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    margin-top: 6px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    margin-top: 9px;
    padding-bottom: 10px;
  }

  .fixed-nav-menu-button {
    width: 40px;
    height: 40px;
    margin-right: 0;
    padding-top: 9px;
  }

  .logo-block {
    margin-top: 0;
    padding: 0;
  }

  .nav-menu {
    background-color: var(--dark-green);
  }

  .div-block {
    display: none;
  }

  .button {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .link-block.jezik.jezik-2 {
    display: inline-block;
  }

  .top-banner-title {
    font-size: 35px;
    line-height: 40px;
  }

  .right-arrow {
    display: none;
  }

  .slider-2 {
    height: 500px;
    margin-top: 72px;
  }

  .left-arrow {
    display: none;
  }

  .heading {
    margin-left: 0;
    margin-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .project-wrapper {
    height: 100%;
  }

  .project-wrapper.style-2.add-shadow {
    width: 80%;
    margin-bottom: 10px;
  }

  .div-block-16 {
    flex-direction: column;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section {
    padding: 25px;
  }

  .feature-text-block.right {
    margin-left: 0;
  }

  .video-lightbox-button.manjsi-gumb {
    width: 35px;
    height: 35px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-block.title-only {
    padding-top: 0;
    padding-left: 40px;
    padding-right: 0;
  }

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

  .div-block-3.div-3 {
    width: 100%;
    margin-bottom: 20px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    margin-left: 5px;
    font-size: 16px;
    line-height: 21px;
  }

  .container-2 {
    flex-direction: column;
  }

  .project-content-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .top-banner-title-2 {
    font-size: 35px;
    line-height: 40px;
  }

  .section-4 {
    margin-left: 10px;
    margin-right: 10px;
  }
}


@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}