:root {
  --yellow: #ddf102;
  --white: white;
  --black: black;
  --blue: #007dc5;
  --black-2: #333;
  --white-smoke: #f5f5f7;
}

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

.nav-link-2 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}

.nav-link-2.gumb {
  background-color: var(--yellow);
  border-radius: 8px;
  font-size: 16px;
  box-shadow: 1px 1px 3px #000;
}

.sub-text-banner {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 33px;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

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

.scroll-down-wrapper {
  z-index: 998;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-down-wrapper.left-align {
  text-align: right;
  padding-right: 30px;
}

.banner {
  height: 600px;
  background-color: #002e63;
  position: relative;
}

.banner.style-4 {
  height: 75vh;
  background-color: #b7bbc9;
  background-image: linear-gradient(rgba(33, 33, 39, .6), rgba(33, 33, 39, .6)), url('../images/');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 80px;
  display: flex;
}

.scroll-down-icon {
  width: 25px;
  height: 25px;
  background-image: url('../images/');
  background-position: 0 0;
  background-size: contain;
}

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

.button-2 {
  background-color: var(--yellow);
  box-shadow: 1px 1px 3px 0 var(--white);
  color: var(--black);
  border-radius: 8px;
}

.project-wrapper {
  width: 100%;
  height: 320px;
  filter: grayscale();
  color: #121217;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 20px;
  padding: 40px;
  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 rgba(0, 0, 0, .15);
}

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

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

.project-wrapper.style-2.add-shadow:hover {
  box-shadow: none;
  color: var(--blue);
}

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

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

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

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

.section {
  margin: 40px 10px;
}

.margin-device {
  text-align: center;
  justify-content: center;
  display: flex;
}

.client-wrapper {
  width: 15%;
  color: var(--black-2);
  cursor: default;
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
}

.client-content {
  background-color: var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.bolder {
  color: #4253ff;
  margin-left: 2px;
  font-size: 40px;
  font-weight: 600;
  line-height: 0;
  display: none;
}

.heading {
  margin-bottom: 40px;
  font-weight: 700;
}

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

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

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

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

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

.footer-shelf {
  z-index: 100;
  color: #323d4c;
  background-color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 100px;
  position: relative;
}

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

.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: var(--blue);
}

.footer-navbar {
  background-color: rgba(0, 0, 0, 0);
}

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

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

.navbar-3 {
  background-color: var(--white);
  justify-content: space-around;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
}

.contact-form {
  border-top: 1px #ddd;
  padding-top: 17px;
  padding-right: 50px;
}

.input {
  background-color: var(--white);
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
}

.about-gallery-container {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 50px;
}

.spotlight-details {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #323d4c;
  padding: 9px;
  position: absolute;
  top: auto;
  bottom: -58px;
  left: 0;
  right: 0;
}

.spotlight-overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(50, 61, 76, .83);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.zoom-icon {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -150px);
}

.klju-ne-besede {
  background-color: var(--white-smoke);
  border-radius: 8px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px 8px 8px 7px;
  display: inline;
}

.div-block-17 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lightbox-link {
  margin: 10px;
}

.div-block-18 {
  text-align: center;
}

.submit-button {
  border-radius: 8px;
}

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

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

html.w-mod-js [data-ix="slide-in-effect-on-load-2"] {
  opacity: 0;
  transform: translate(0, -15px);
}

@media screen and (max-width: 991px) {
  .nav-link-2 {
    text-align: right;
  }

  .nav-link-2.gumb {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
  }

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

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

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

  .section {
    margin-top: 80px;
  }

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

  .client-wrapper {
    width: 33%;
  }

  .bolder {
    display: none;
  }

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

  .navbar-3 {
    padding-top: 7px;
  }

  .nav-menu-2 {
    margin-top: 83px;
  }

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

  .menu-button {
    font-size: 40px;
  }

  .menu-button.w--open {
    z-index: 1500;
  }

  .lightbox-link {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .image {
    display: block;
  }

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

  .banner {
    height: 400px;
  }

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

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

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

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-device {
    display: block;
  }

  .container-2 {
    margin-right: 0;
  }

  .lightbox-link {
    width: 42%;
  }
}

@media screen and (max-width: 479px) {
  .top-banner-title {
    font-size: 35px;
    line-height: 40px;
  }

  .banner {
    height: 500px;
  }

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

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

  .client-wrapper {
    width: 100%;
  }

  .bolder {
    font-size: 33px;
    display: none;
  }

  .nav-menu-2 {
    z-index: 2500;
  }

  .klju-ne-besede {
    display: inline-block;
  }

  .lightbox-link {
    width: 80%;
  }
}


