:root {
  --medium-slate-blue: #7f81ff;
}

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

.nav-link-2 {
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  font-size: 12px;
}

.nav-link-2.gumb {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
}

.nav-link-2.gumb:hover {
  background-color: #007dc5;
}

.dropdown-link {
  text-transform: uppercase;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #007dc5;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown {
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.image {
  width: 100px;
}

.navbar-3 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 5px 30px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.brand {
  margin-top: 0;
  padding-top: 0;
}

.brand.w--current {
  margin-top: 6px;
  padding-top: 4px;
}

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

.button-2 {
  background-color: var(--medium-slate-blue);
  color: #fff;
  border-radius: 8px;
}

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

.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
}

.scroll-down-icon {
  background-image: url('../images/font-awesome_4-7-0_long-arrow-down_100_0_ffffff_none.webp');
  background-position: 0 0;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.banner {
  background-color: #002e63;
  justify-content: center;
  align-items: center;
  height: 600px;
  position: relative;
}

.banner.style-4 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Hladilne-posode-za-vino-HEKOS.webp');
  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;
  height: 400px;
  margin-top: 63px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

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

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

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

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

.section-2 {
  margin: 60px 5% 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-16 {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.project-title {
  text-transform: none;
  margin-top: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

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

.project-wrapper {
  filter: grayscale();
  color: #121217;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  width: 100%;
  height: 320px;
  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 #00000026;
}

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

.project-wrapper.style-2.add-shadow {
  filter: none;
  margin: 20px 5px;
}

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

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

.podnaslov {
  text-align: center;
  text-transform: none;
  font-weight: 400;
}

.footer-shelf {
  z-index: 100;
  background-color: var(--medium-slate-blue);
  padding-top: 10px;
  padding-bottom: 100px;
  position: relative;
}

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

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

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

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

.widget-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

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

.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-shelf-inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.list-2 {
  flex: 0 auto;
  margin-left: 20px;
}

.list-item {
  margin-right: 60px;
  padding: 2px;
  font-weight: 400;
}

.section-3 {
  margin: 40px;
}

.heading-3 {
  color: #3d2b1d;
  text-align: center;
  border-bottom: 1px #1f4ea2;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.lightbox-link {
  text-align: center;
  flex: 1;
  margin: 10px;
}

.div-block-18 {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-17 {
  text-align: center;
  border-bottom-width: 1px;
  border-bottom-color: #bd1b19;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px 5%;
}

.paragraph-2 {
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.columns {
  margin-top: 40px;
  margin-bottom: 20px;
}

.column {
  text-align: center;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 20px;
}

.container-3 {
  flex: 1;
}

.hero-slider-content-block {
  width: 410px;
  position: absolute;
  top: 10px;
  right: 0;
}

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

.hero-slider-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.hero-slider {
  background-color: #0000;
  height: 320px;
}

.hero-slider-section {
  background-color: #1f6fff;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  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;
}

.button.slider-button {
  background-color: #5ec045;
}

.button.slider-button.outline {
  background-color: #0000;
  border: 1px solid #fff9;
  margin-left: 10px;
}

.container {
  position: relative;
}

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

.video-lightbox-button {
  text-align: center;
  background-color: #5ec045;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  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-image-block {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-6.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-lightbox-image-block.slider {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Photo-13.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.overall-video-lightbox {
  border-radius: 4px;
  width: 100%;
  height: 230px;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 40px #0000004d;
}

.overall-video-lightbox.in-slider {
  width: 430px;
  height: 280px;
  margin-left: 40px;
}

.slider-bottom-nav {
  font-size: 10px;
}

.hero-slider-text {
  color: #ffffff80;
}

.hero-slider-mockup {
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-slider-arrow {
  opacity: .35;
  margin-left: -90px;
  margin-right: -90px;
  font-size: 18px;
  transition: opacity .2s;
}

.hero-slider-arrow:hover {
  opacity: 1;
}

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

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  background-attachment: fixed;
  position: fixed;
}

.slider-2 {
  height: 90vh;
  margin-top: 54px;
}

.div-block-20 {
  flex-flow: column wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/Hladilne-posode-za-vino-HEKOS_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section-4 {
  margin: 100px 40px 40px;
}

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

.text-block-5, .text-block-6 {
  color: #fff;
}

.video {
  display: flex;
}

.div-block-22 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-button {
    font-size: 40px;
  }

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

  .nav-link-2 {
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

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

  .dropdown-list.w--open {
    z-index: 2000;
    display: block;
  }

  .dropdown {
    font-size: 14px;
  }

  .image {
    width: 150px;
  }

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

  .nav-menu-2 {
    margin-top: 5px;
    padding-bottom: 10px;
  }

  .brand.w--current {
    margin-top: 7px;
  }

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

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

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

  .div-block-16 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .project-wrapper {
    height: 240px;
  }

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

  .lightbox-link {
    width: 45%;
  }

  .hero-slider-content-block {
    width: 360px;
    top: 16px;
  }

  .hero-slider-title {
    font-size: 33px;
    line-height: 41px;
  }

  .hero-slider-section {
    padding: 140px 45px 70px 0;
  }

  .overall-video-lightbox.in-slider {
    width: 280px;
    margin-left: 30px;
  }

  .slider-bottom-nav {
    text-align: left;
    margin-bottom: -20px;
    padding-left: 30px;
  }

  .hero-slider-mockup {
    height: 190px;
    top: 61px;
    left: 20px;
  }

  .hero-slider-arrow {
    margin-left: 0;
    margin-right: 0;
  }

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

  .dropdown-2 {
    text-align: right;
    display: block;
  }
}

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

  .nav-link-2.gumb {
    text-align: center;
  }

  .dropdown {
    text-align: right;
  }

  .image {
    display: block;
  }

  .navbar-3 {
    display: flex;
  }

  .nav-menu-2 {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .brand.w--current {
    margin-top: 10px;
  }

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

  .banner {
    height: 400px;
  }

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

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

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

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

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

  .hero-slider-content-block {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .hero-slider-title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 31px;
  }

  .hero-slider {
    height: auto;
  }

  .hero-slider-section {
    padding: 90px 0 25px;
  }

  .button.slider-button {
    margin-top: 10px;
  }

  .hero-portfolio-slide {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overall-video-lightbox.in-slider {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .slider-bottom-nav {
    text-align: center;
    padding-left: 0;
  }

  .hero-slider-mockup {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  .slider-2 {
    margin-top: auto;
  }

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

  .dropdown-2 {
    text-align: right;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 125px;
  }

  .navbar-3 {
    display: flex;
  }

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

  .brand.w--current {
    margin-top: 15px;
    padding-left: 0;
  }

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

  .banner {
    height: 500px;
  }

  .banner.style-4 {
    margin-top: 90px;
  }

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

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

  .heading {
    font-size: 30px;
    line-height: 30px;
  }

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

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

  .lightbox-link {
    width: 80%;
  }

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

  .container-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
  }

  .hero-slider-content-block {
    margin-top: 20px;
  }

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

  .hero-slider-title {
    font-size: 21px;
    line-height: 27px;
  }

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

  .button.slider-button {
    width: 100%;
    margin-top: 0;
  }

  .button.slider-button.outline {
    margin-top: 5px;
    margin-left: 0;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .overall-video-lightbox {
    height: 140px;
  }

  .overall-video-lightbox.in-slider {
    height: 120px;
  }

  .hero-slider-text {
    font-size: 13px;
    line-height: 19px;
  }

  .hero-slider-mockup {
    width: 70%;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

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


