.container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  background-color: #f6b800;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  transform: translate(0, -5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
}

.nav-link.w--current {
  margin-left: 0;
  margin-right: 10px;
}

.nav-link._1 {
  margin-right: 10px;
}

.nav-link._3 {
  margin-left: 10px;
  margin-right: 10px;
}

.nav-link._3._4 {
  margin-right: 0;
}

.text-block {
  text-decoration: none;
}

.nav-text {
  color: #fff;
  text-transform: uppercase;
  padding: 7px 13px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.image {
  max-height: 118px;
  max-width: 200px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 50px;
}

.landing-page-section {
  height: 100vh;
  background-image: url('../images/Design-ohne-Titel.svg');
  background-position: 0 0;
  background-size: cover;
}

.landing {
  position: relative;
  top: 25%;
}

.landing-heading {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 65px;
}

.landing-text {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #f6b800;
  margin-top: 80px;
  padding: 15px 25px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  transition: all .3s;
}

.button:hover {
  transform: translate(0, -7px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
}

.portfolio-section {
  height: 100vh;
  margin-top: 120px;
}

.heading {
  margin-top: 0;
  margin-bottom: 60px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 48px;
  line-height: 55px;
}

.heading.heading-drugi {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 60px;
  padding-left: 10px;
}

.heading.heading-drugi.heading-treci {
  color: #000;
}

.blocks {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.block {
  width: 500px;
  height: 500px;
  background-color: #e8e8e8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

.block.g-block.block1 {
  width: 450px;
  height: 450px;
  background-image: url('../images/ugao.svg');
  background-position: 50%;
  background-size: cover;
}

.block.g-block.block2 {
  width: 450px;
  height: 450px;
  background-image: url('../images/kuca.svg');
  background-position: 50%;
  background-size: cover;
}

.block.g-block.block3 {
  width: 450px;
  height: 450px;
  background-image: url('../images/nesto.svg');
  background-position: 50%;
  background-size: cover;
}

.icons {
  z-index: 1;
  width: 110px;
  height: 110px;
  position: relative;
}

.block-heading {
  z-index: 1;
  color: #f6b800;
  text-align: center;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  position: relative;
}

.info {
  z-index: 1;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
}

.gallery-section {
  background-image: url('../images/Design-ohne-Titel.png');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 140px;
}

.overlay {
  background-color: rgba(35, 33, 33, .11);
  display: none;
}

.image-3, .image-4, .image-5 {
  width: 400px;
  height: 400px;
}

.column {
  padding-left: 25px;
  padding-right: 25px;
  overflow: hidden;
}

.column-2, .column-3 {
  padding-left: 25px;
  padding-right: 25px;
}

.gallery-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 13px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
}

.gallery-button {
  width: 320px;
  background-color: #f6b800;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .1, 0, 1.41);
  display: block;
}

.gallery-button:hover {
  transform: translate(0, -7px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .45);
}

.gallery-view-button-text {
  color: #272727;
  text-align: center;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
}

.about-us-section {
  position: relative;
}

.jobs-done {
  background-color: #f6b800;
  margin-top: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  max-width: 640px;
  color: #f6b800;
  margin-top: -40px;
  margin-bottom: 50px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.about-paragraph {
  max-width: 450px;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.about-paragraph.drugi-p {
  margin-left: 110px;
}

.paragraph-div {
  justify-content: flex-start;
  display: flex;
}

.columns {
  margin-left: -23px;
  margin-right: -23px;
}

.slider {
  height: 150px;
  background-color: rgba(221, 221, 221, 0);
  margin-left: -50px;
  margin-right: -50px;
  overflow: hidden;
}

.mask {
  max-width: 20%;
  overflow: visible;
}

.image-6 {
  width: 200px;
  filter: grayscale();
  flex-direction: row;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.image-6:hover {
  filter: grayscale(0%);
}

.image-6.kakes {
  height: 40px;
}

.image-6.biba {
  height: 64px;
}

.image-6.jeesa {
  height: 150px;
  filter: grayscale();
  transition: all .3s;
}

.image-6.jeesa:hover {
  filter: grayscale(0%);
}

.image-6.jeesa.alfa90 {
  width: 160px;
  height: 80px;
}

.image-6.jeesa.aerodrom {
  width: 230px;
  height: 50px;
}

.image-6.jeesa.bihamk {
  height: 110px;
}

.image-6.akva, .image-6.mm {
  height: 160px;
}

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

.div-block-2 {
  height: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-block {
  height: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.contact-section {
  height: 100vh;
  background-image: url('../images/kontakt1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 55px;
  line-height: 62px;
}

.text-block-2 {
  font-family: IBM Plex Sans, sans-serif;
}

.contact-text {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
}

.contact-text.drugi-tekst, .contact-text.contact {
  margin-top: 0;
}

.columns-2 {
  align-items: flex-start;
  display: flex;
}

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

.image-7 {
  width: 50px;
  height: 50px;
}

.image-8 {
  width: 50px;
  height: 50px;
  margin-left: 40px;
  display: block;
}

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

.column-6 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.punjenje {
  background-color: #f6b800;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.column-div {
  overflow: hidden;
}

.text-block-3 {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
}

.link-block {
  background-color: #f6b800;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .1, 0, 1.41);
}

.link-block:hover {
  transform: translate(0, -7px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .45);
}

.image-18 {
  height: 20px;
  margin-left: 7px;
}

.image-19, .text-block-4 {
  display: none;
}

.heading-4 {
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 42px;
  line-height: 49px;
}

.div-block-3 {
  z-index: 6;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .3);
  display: none;
  position: fixed;
}

.div-block-4 {
  width: 850px;
  height: 500px;
  background-color: #f7f7f7;
  border-radius: 10px;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-2 {
  width: 700px;
  height: 390px;
  background-color: rgba(194, 194, 194, 0);
  align-items: center;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-arrow-2 {
  width: 75px;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -75px;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-20 {
  width: 35px;
}

.right-arrow-2 {
  width: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -75px;
  display: flex;
}

.image-21 {
  width: 35px;
}

.image-22 {
  width: 700px;
  height: 390px;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
}

.image-23 {
  width: 700px;
  height: 390px;
}

.image-24 {
  width: 20px;
  cursor: pointer;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-25 {
  height: 390px;
}

.div-block-7 {
  width: 90px;
  height: 90px;
  background-color: #f6b800;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.div-block-7:hover {
  background-color: #d17d00;
}

.image-26 {
  width: 50px;
}

.heading-5 {
  color: #fff;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: 100%;
    background-color: rgba(206, 206, 206, 0);
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    display: block;
  }

  .nav-link:hover {
    transform: translate(0);
    box-shadow: 0 0 rgba(0, 0, 0, .4);
  }

  .nav-link._1, .nav-link._2, .nav-link._3 {
    margin-top: 0%;
  }

  .nav-text {
    text-align: left;
    margin-left: 25px;
    font-size: 21px;
    line-height: 29px;
  }

  .navbar {
    overflow: visible;
  }

  .landing-page-section {
    background-position: 50%;
    position: relative;
  }

  .portfolio-section {
    height: auto;
  }

  .heading {
    margin-top: 100px;
  }

  .blocks {
    flex-direction: row;
    align-items: center;
    margin-bottom: 100px;
  }

  .block {
    height: 300px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icons {
    width: 90px;
    height: 90px;
    margin-top: 0;
  }

  .block-heading {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    line-height: 25px;
  }

  .info {
    font-size: 34px;
    line-height: 32px;
  }

  .image-3, .image-4, .image-5 {
    width: 350px;
    height: 350px;
    margin-left: -10px;
  }

  .column, .column-2 {
    margin-bottom: 30px;
  }

  .gallery-text {
    font-size: 29px;
    line-height: 36px;
  }

  .gallery-button {
    width: 50%;
  }

  .gallery-view-button-text {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 24px;
  }

  .about-paragraph.drugi-p {
    margin-left: 40px;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .mask {
    max-width: 33.33%;
  }

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

  .column-4 {
    justify-content: flex-start;
    margin-top: 30px;
  }

  .column-6 {
    margin-top: 30px;
  }

  .nav-menu {
    background-color: #f6b800;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .div-block-3 {
    display: none;
  }

  .div-block-4 {
    width: 700px;
  }

  .slider-2 {
    width: 600px;
  }

  .left-arrow-2 {
    width: 50px;
    margin-left: -50px;
  }

  .image-20 {
    width: 30px;
  }

  .right-arrow-2 {
    width: 50px;
    margin-right: -50px;
  }

  .image-21 {
    width: 30px;
  }

  .image-22 {
    width: 600px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .landing {
    top: 15%;
  }

  .image-3 {
    width: 320px;
    height: 320px;
  }

  .gallery-text {
    padding-left: 0;
  }

  .gallery-button {
    width: 250px;
    margin-left: 0;
  }

  .about-paragraph {
    max-width: 400px;
    margin-bottom: 15px;
  }

  .about-paragraph.drugi-p {
    max-width: 400px;
    margin-left: 0;
  }

  .paragraph-div {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-3 {
    display: none;
  }

  .div-block-4 {
    width: 95%;
    height: 450px;
  }

  .slider-2 {
    width: 92%;
    height: 350px;
  }

  .left-arrow-2 {
    margin-left: 0;
  }

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

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

@media screen and (max-width: 479px) {
  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    margin-top: 42%;
  }

  .nav-text {
    text-align: center;
    margin-left: 0;
    font-size: 24px;
    line-height: 31px;
  }

  .image {
    max-height: 85px;
    max-width: 150px;
  }

  .landing {
    top: 21%;
  }

  .landing-heading {
    font-size: 52px;
    line-height: 59px;
  }

  .landing-text {
    font-size: 21px;
    line-height: 28px;
  }

  .button {
    margin-top: 50px;
    font-size: 14px;
    line-height: 21px;
  }

  .heading {
    margin-top: 80px;
    font-size: 42px;
    line-height: 49px;
  }

  .heading.heading-drugi {
    padding-top: 80px;
  }

  .heading.heading-drugi.heading-treci {
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .blocks {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .block {
    width: 300px;
    height: 300px;
    flex-direction: column;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .icons {
    width: 95px;
    height: 95px;
  }

  .block-heading {
    font-size: 20px;
    line-height: 27px;
  }

  .info {
    font-size: 38px;
    line-height: 45px;
  }

  .gallery-section {
    background-position: 0 0;
    background-size: cover;
  }

  .image-3, .image-4, .image-5 {
    margin-left: 0;
  }

  .gallery-text {
    margin-top: 10px;
  }

  .gallery-button {
    width: 60%;
  }

  .gallery-view-button-text {
    font-size: 17px;
    line-height: 24px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .about-paragraph {
    font-size: 18px;
    line-height: 25px;
  }

  .about-paragraph.drugi-p {
    margin-left: 0;
  }

  .paragraph-div {
    flex-direction: column;
  }

  .columns, .slider {
    margin-left: 0;
    margin-right: 0;
  }

  .mask {
    max-width: 100%;
  }

  .image-6.jeesa, .image-6.jeesa.alfa90, .image-6.jeesa.aerodrom, .image-6.jeesa.bihamk {
    flex: 0 auto;
  }

  .slide-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .slide-nav {
    display: none;
  }

  .contact-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-3 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 49px;
  }

  .contact-text {
    margin-top: 20px;
    font-size: 21px;
    line-height: 28px;
  }

  .column-4 {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 35px;
    height: 35px;
  }

  .image-8 {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-6 {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 23px;
  }

  .link-block {
    margin-top: 70px;
    padding: 12px 18px;
  }

  .nav-menu {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-button {
    z-index: 11;
    position: relative;
  }

  .image-19 {
    width: 130px;
    filter: invert();
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-4 {
    color: #000;
    margin-top: 20px;
    font-family: IBM Plex Sans, sans-serif;
    font-size: 20px;
    line-height: 27px;
    display: block;
  }

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

  .div-block-3 {
    display: none;
  }

  .div-block-4 {
    width: 95%;
    height: 400px;
  }

  .slider-2 {
    width: 92%;
    height: 320px;
  }

  .left-arrow-2 {
    height: 200px;
  }

  .right-arrow-2 {
    height: 200px;
    display: flex;
  }

  .image-23, .image-23.projekt {
    height: auto;
  }

  .image-24 {
    width: 20px;
  }

  .div-block-5 {
    height: 100%;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .image-25 {
    height: auto;
  }

  .slider-div {
    height: 100%;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 0;
  }
}


