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

.body {
  background-color: #fff;
}

.navbar-no-shadow {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  height: 100px;
  min-height: 8vh;
  flex-direction: column;
  justify-content: center;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: flex;
  width: auto;
  margin-left: 0px;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}

.nav-menu {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

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

.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-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-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

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

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

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

.centered-heading.margin-bottom-32px {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}

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

.hero-split {
  display: flex;
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.margin-bottom-24px {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
  flex: 0 auto;
}

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

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: auto;
  overflow: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.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 {
  z-index: auto;
  width: 100%;
  max-width: 80%;
  margin-bottom: 0px;
  padding: 20px 0px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-wrapper-2 {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  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;
  -o-object-fit: fill;
     object-fit: fill;
}

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

.nav-divider {
  width: 1px;
  height: 22px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e4ebf3;
}

.nav-link-accent {
  margin-right: 20px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-decoration: none;
}

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

.container-2 {
  display: block;
}

.div-block {
  position: static;
  display: block;
  width: 80%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
  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;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.heading {
  width: 600px;
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 68px;
  font-weight: 700;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.heading-2 {
  width: 6001px;
  font-family: Poppins, sans-serif;
  color: #999;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 10px;
}

.text-block {
  overflow: visible;
  width: 600px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.section {
  position: static;
  display: flex;
  width: 100%;
}

.mainheading {
  display: flex;
  width: auto;
  min-width: 350px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: linear-gradient(128deg, #000, #7a7979 88%);
  font-family: Poppins, sans-serif;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -4px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.landing {
  position: relative;
  display: flex;
  overflow: visible;
  height: 92vh;
  min-height: 92vh;
  margin-bottom: 80px;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  -o-object-fit: fill;
     object-fit: fill;
}

.companyheading {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  letter-spacing: 12px;
}

.div-block-2 {
  position: relative;
  z-index: 2;
  display: flex;
  width: 90%;
  height: 50%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.companydescription {
  width: 500px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  height: auto;
  min-width: 100%;
  margin-top: 171px;
  flex: 0 auto;
}

.image-4 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 70%;
  margin-top: 5%;
  opacity: 1;
  -o-object-fit: fill;
     object-fit: fill;
}

.aboutus {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div-block-3 {
  display: flex;
  width: 95%;
  min-height: 500px;
  min-width: 80%;
  margin-right: 0px;
  margin-left: 5%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-4 {
  display: flex;
  width: 45%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-5 {
  width: 45%;
}

.div-block-6 {
  display: flex;
  width: 80%;
  height: 500px;
  min-width: 80%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

.section-4 {
  display: flex;
  flex-direction: column;
}

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

.div-block-7 {
  display: flex;
  justify-content: space-between;
}

.div-block-8 {
  display: flex;
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.div-block-9 {
  display: flex;
  width: 65%;
  flex-direction: column;
}

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

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

.centered-subheading {
  max-width: 530px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.team-member-image {
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.team-member-position {
  margin-bottom: 24px;
}

.sectionparagraph {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
}

.div-block-10 {
  display: flex;
  width: 95%;
  margin-right: 0px;
  margin-left: auto;
  justify-content: space-between;
  align-items: center;
}

.div-block-11 {
  width: 40%;
}

.div-block-12 {
  width: 50%;
}

.bullet {
  display: flex;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  flex-direction: row;
  align-items: center;
  border: 1px solid #dfdfdf;
}

.bullet:hover {
  background-color: #f5f5f5;
}

.image-5 {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.sectionheading {
  display: flex;
  width: 90%;
  height: 70px;
  margin: 0px auto 20px 0px;
  justify-content: space-between;
  align-items: center;
  font-family: Poppins, sans-serif;
}

.bullettext {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.proizvodnicentar {
  display: flex;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
}

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

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-brand-three {
  position: absolute;
  z-index: 5;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  display: flex;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-menu-block {
  display: flex;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.nav-link-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

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

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

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

.navbar-wrapper-3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.div-block-18 {
  display: none;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.values {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 100px;
  flex-direction: column;
}

.div-block-19 {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}

.div-block-20 {
  width: 280px;
  height: 340px;
  min-width: 250px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #dfdfdf;
}

.div-block-20:hover {
  background-color: #252525;
  color: #fff;
}

.div-block-21 {
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(119deg, #000, #7a7a7a);
}

.heading-8 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.paragraph-5 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.image-8 {
  width: 32px;
  height: 32px;
}

.mission {
  display: flex;
  height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
  background-image: url('../images/metal.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.heading-10 {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
}

.heading-11 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 28px;
}

.paragraph-6 {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.paragraph-7 {
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
}

.heading-12 {
  margin-right: 40px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 44px;
}

.div-block-22 {
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.contact {
  margin-top: 80px;
}

.headerr {
  font-family: 'Great Vibes', cursive;
}

.slider {
  position: absolute;
  width: 100%;
  height: 92vh;
}

.slide {
  position: absolute;
  width: 100%;
  background-image: url('../images/Group-279-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/Group-276-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-29 {
  display: flex;
  width: 100%;
  height: 600px;
  justify-content: space-between;
  align-items: center;
}

.div-block-30 {
  position: relative;
  display: flex;
  width: 45%;
  height: 80%;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}

.image-12 {
  width: 100%;
  height: 100%;
  opacity: 0.1;
  -o-object-fit: contain;
     object-fit: contain;
}

.paragraph-9 {
  margin-bottom: 40px;
}

.div-block-31 {
  display: flex;
  margin-bottom: 12px;
  flex-direction: row;
}

.image-13 {
  margin-right: 8px;
}

.paragraph-10 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.bold-text-7 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.slide-5 {
  background-image: url('../images/gallery02.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/gallery01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/gallery03.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3 {
  position: absolute;
  width: 100%;
  height: 92vh;
}

.slide-8 {
  background-image: url('../images/Group-279-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Group-277-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/Group-276-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/Group-278.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-32 {
  display: flex;
  align-items: center;
}

.div-block-33 {
  width: 40%;
  height: 100%;
  background-image: url('../images/kplogo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.navbar-no-shadow-2 {
  position: fixed;
  z-index: 100;
  display: flex;
  width: 100vw;
  height: 80px;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

.navbar-no-shadow-container-2 {
  z-index: 5;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  align-items: center;
  background-color: #fff;
}

.container-regular-2 {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

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

.nav-menu-2 {
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: space-between;
  align-items: center;
}

.nav-link-3 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

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

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.button-primary-2 {
  padding: 12px 25px;
  background-color: #1a1b1f;
  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;
}

.machines {
  display: flex;
  margin-top: 100px;
  flex-direction: column;
}

.machines-container {
  display: flex;
  margin-top: 100px;
  flex-direction: column;
}

.machine-container {
  display: flex;
  height: 500px;
  align-items: center;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #dfdfdf;
}

.machine-image {
  display: flex;
  width: 40%;
  height: 80%;
  margin-left: 5%;
  justify-content: center;
  align-items: center;
}

.separator {
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
}

.heading-13 {
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -2px;
}

.heading-14 {
  margin-top: 32px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
}

.div-block-34 {
  display: flex;
  width: 400px;
  height: 40px;
  margin-bottom: 12px;
  padding-left: 12px;
  align-items: center;
  border: 1px solid #dfdfdf;
  background-color: #fafafa;
}

.image-14 {
  width: 20px;
  height: 20px;
}

.paragraph-11 {
  margin-bottom: 0px;
  margin-left: 12px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.text-span {
  font-weight: 700;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: 5%;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  letter-spacing: -2px;
}

.machines-heading {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 32px;
  margin-left: 5%;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -2px;
}

.div-block-35 {
  display: flex;
  align-items: center;
}

.html-embed {
  position: static;
  width: 95%;
  height: 100%;
}

.map-class {
  display: flex;
  width: 55%;
  height: 100%;
  margin-right: 0%;
  justify-content: flex-end;
  align-items: center;
}

.link-block {
  color: #000;
}

.numbers {
  margin-bottom: 16px;
}

.div-block-36 {
  display: flex;
  align-items: center;
}

.image-15 {
  width: 50%;
  margin-right: auto;
  margin-left: 0px;
}

.f-paragraph-small {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.f-sub-heading-large {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: normal;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-feature-icon-wrapper {
  width: 72px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  margin-bottom: 32px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f9fd;
  background-image: linear-gradient(93deg, #000, #7a7a7a);
}

.f-feature-card-divider {
  width: 1px;
  height: 200px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: #dfdfdf;
}

.f-feature-card-row {
  display: flex;
  padding: 40px 32px;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
}

.f-paragraph-large {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.f-h3-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small {
  color: #6b7094;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.f-title-wrapper-center {
  position: relative;
  z-index: 5;
  display: flex;
  width: 100%;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.f-section-large {
  position: relative;
  margin-bottom: 100px;
  padding: 60px 5% 0px;
}

.image-16 {
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}

.image-17 {
  width: 40px;
  height: 40px;
}

.image-18 {
  width: 40px;
  height: 40px;
}

.image-19 {
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    font-size: 14px;
  }

  .landing {
    margin-bottom: 80px;
  }

  .image-3 {
    margin-top: 177px;
  }

  .bullet {
    display: flex;
    height: 60px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    align-items: center;
    border: 1px solid #dfdfdf;
  }

  .image-5 {
    margin-right: 12px;
  }

  .machines-heading {
    font-size: 40px;
    line-height: 53px;
  }
}

@media screen and (min-width: 1440px) {
  .landing {
    margin-bottom: 80px;
    flex-wrap: nowrap;
  }

  .image-3 {
    margin-top: 148px;
  }

  .aboutus {
    justify-content: flex-end;
  }

  .div-block-3 {
    width: 95%;
    min-width: 90%;
    margin-right: 0px;
    margin-left: 5%;
    justify-content: space-between;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .div-block-5 {
    display: flex;
    justify-content: flex-end;
  }

  .section-4 {
    margin-top: 80px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .sectionparagraph {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

  .paragraph-3 {
    font-family: Poppins, sans-serif;
  }

  .section-5 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .div-block-10 {
    display: flex;
    width: 90%;
    height: 100%;
    min-width: 80%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: row;
    justify-content: space-between;
  }

  .div-block-11 {
    width: 40%;
    min-width: 40%;
  }

  .div-block-12 {
    width: 55%;
    min-width: 55%;
    flex-wrap: nowrap;
  }

  .bullet {
    display: flex;
  }

  .sectionheading {
    height: 80px;
  }

  .proizvodnicentar {
    height: 600px;
    justify-content: center;
    align-items: center;
  }

  .image-7 {
    max-width: 90%;
  }

  .mission {
    margin-bottom: 80px;
  }

  .machines-heading {
    font-size: 44px;
    line-height: 60px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-no-shadow {
    position: relative;
    z-index: 100;
    display: flex;
    height: 120px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    align-items: center;
  }

  .navbar-no-shadow-container {
    max-width: 1540px;
  }

  .container-regular {
    max-width: 1460px;
  }

  .nav-link {
    font-size: 16px;
  }

  .navbar-logo-left {
    background-color: #fff;
  }

  .mainheading {
    font-size: 80px;
    line-height: 80px;
  }

  .landing {
    position: relative;
    top: 0px;
    overflow: visible;
    height: 92vh;
    min-height: 92vh;
    margin-bottom: 80px;
    justify-content: center;
  }

  .image-3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .image-4 {
    left: 0%;
    right: auto;
    z-index: 10000;
    height: 92vh;
    max-width: 60%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .aboutus {
    margin-bottom: 128px;
  }

  .div-block-3 {
    width: 95%;
    min-width: 95%;
    margin-left: 10%;
  }

  .div-block-4 {
    display: flex;
    width: 55%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: space-between;
  }

  .div-block-5 {
    width: 40%;
  }

  .heading-5 {
    font-family: Poppins, sans-serif;
    font-size: 64px;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-8 {
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    font-family: Poppins, sans-serif;
    color: #fff;
  }

  .sectionparagraph {
    margin-top: 40px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0px;
  }

  .paragraph-3 {
    margin-top: 32px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }

  .section-5 {
    width: 100%;
    height: 100%;
  }

  .div-block-10 {
    width: 90%;
    height: 100%;
    min-width: 90%;
    margin-right: 0px;
    margin-left: 10%;
    justify-content: space-between;
  }

  .div-block-11 {
    display: flex;
    width: 50%;
    height: 700px;
    min-height: 100%;
    min-width: 50%;
    margin-right: 0px;
    margin-left: auto;
    justify-content: center;
  }

  .div-block-12 {
    display: flex;
    width: 50%;
    height: 700px;
    min-width: 50%;
    margin-right: 0px;
    margin-left: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .bullet {
    display: flex;
    width: 100%;
    height: 80px;
    min-height: 80px;
    margin-bottom: 24px;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    outline-color: #dfdfdf;
    outline-offset: 0px;
    outline-style: solid;
    outline-width: 1px;
  }

  .bullet:hover {
    background-color: #f5f5f5;
  }

  .image-5 {
    width: 60px;
    height: 50px;
    min-width: 60px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .heading-6 {
    display: flex;
    margin-bottom: 12px;
    font-family: Poppins, sans-serif;
    font-size: 64px;
  }

  .div-block-14 {
    display: flex;
    min-width: 90%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sectionheading {
    height: 90px;
    margin-bottom: 54px;
    background-image: linear-gradient(82deg, #000, #8d8888);
    font-family: Poppins, sans-serif;
    font-size: 63px;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .paragraph-4 {
    margin-top: 32px;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }

  .bold-text {
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .bullettext {
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .bold-text-3 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .bold-text-4 {
    font-family: Poppins, sans-serif;
    font-size: 20px;
  }

  .bold-text-5 {
    font-size: 20px;
  }

  .image-6 {
    width: 100%;
    height: 500px;
    max-width: 0%;
  }

  .image-7 {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .nav-link-2 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .navbar-wrapper-3 {
    width: 100%;
  }

  .div-block-15 {
    display: flex;
    width: 400px;
    height: 400px;
    max-height: 400px;
    max-width: 400px;
    min-height: 400px;
    min-width: 400px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .div-block-16 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-17 {
    width: 400px;
    height: 400px;
  }

  .div-block-18 {
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    justify-content: flex-start;
  }

  .values {
    display: flex;
    width: 100%;
    margin-top: 200px;
    margin-bottom: 200px;
    flex-direction: column;
  }

  .heading-7 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-19 {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-20 {
    display: flex;
    width: 380px;
    height: 440px;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-self: auto;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    border: 1px solid #dfdfdf;
  }

  .div-block-20:hover {
    background-image: linear-gradient(134deg, #000, #272424 80%);
    color: #fff;
  }

  .div-block-21 {
    display: flex;
    width: 120px;
    height: 120px;
    margin-top: 0px;
    margin-left: 0px;
    align-items: center;
    background-image: linear-gradient(141deg, #909090, rgba(39, 36, 36, 0.8));
  }

  .heading-8 {
    margin-left: 0px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
  }

  .paragraph-5 {
    margin-top: 0px;
    margin-left: 0px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
  }

  .paragraph-5:hover {
    color: #fff;
  }

  .image-8 {
    width: 30%;
    height: 30%;
    margin-right: auto;
    margin-left: auto;
  }

  .mission {
    display: flex;
    height: 800px;
    margin-top: 200px;
    margin-bottom: 200px;
    justify-content: center;
    align-items: center;
    background-image: url('../images/metal.jpg');
    background-position: 50% 50%;
    background-repeat: repeat;
  }

  .heading-9 {
    color: #fff;
  }

  .heading-10 {
    font-size: 20px;
  }

  .heading-11 {
    font-size: 20px;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }

  .paragraph-7 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
  }

  .heading-12 {
    font-size: 68px;
    line-height: 60px;
  }

  .div-block-22 {
    display: flex;
    width: 90%;
    margin-right: 0px;
    margin-left: 10%;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .contact {
    display: flex;
    margin-top: 200px;
    margin-bottom: 100px;
    justify-content: center;
    align-items: center;
  }

  .headerr {
    margin-bottom: 54px;
    font-family: Poppins, sans-serif;
    font-size: 63px;
  }

  .list-item {
    margin-left: 40px;
  }

  .slider {
    position: absolute;
    z-index: -100;
    width: 100%;
    height: 92vh;
    min-height: 92vh;
    min-width: 100%;
  }

  .slide {
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    background-color: rgba(212, 0, 0, 0);
    background-image: url('../images/Group-279-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .slide-2 {
    background-color: red;
    background-image: url('../images/Group-276-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-3 {
    background-image: url('../images/Group-277-min.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-4 {
    background-image: url('../images/Group-278.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .div-block-23 {
    display: flex;
    width: 100%;
    height: 500px;
    min-width: 100%;
    margin-left: auto;
    justify-content: space-between;
  }

  .div-block-26 {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: center;
  }

  .paragraph-8 {
    font-family: Poppins, sans-serif;
  }

  .contactbullet {
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-25 {
    height: 20px;
    border: 0px none #000;
  }

  .image-9 {
    height: 100%;
    min-width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-10 {
    width: 80%;
    height: 80%;
    background-color: #fff;
    opacity: 0.1;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .div-block-27 {
    display: flex;
    width: 45%;
    justify-content: center;
    align-items: center;
  }

  .div-block-28 {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
  }

  .image-11 {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }

  .infonumbers {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

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

  .div-block-29 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-30 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .paragraph-9 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .div-block-31 {
    display: flex;
    margin-bottom: 12px;
    flex-direction: row;
    align-items: center;
  }

  .image-13 {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }

  .paragraph-10 {
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .bold-text-7 {
    font-size: 20px;
  }

  .slide-5 {
    background-image: url('../images/gallery01.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-6 {
    background-image: url('../images/gallery02.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .slide-7 {
    background-image: url('../images/gallery03.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .navbar-no-shadow-container-2 {
    max-width: 1600px;
  }

  .machines-container {
    margin-top: 160px;
  }

  .machine-image {
    width: 30%;
  }

  .machines-heading {
    font-size: 48px;
    line-height: 60px;
  }

  .image-15 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow {
    position: relative;
  }

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

  .nav-menu {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    margin-bottom: -40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .mainheading {
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-row-align: center;
        align-self: center;
    background-image: linear-gradient(128deg, #000, #585858);
    text-align: center;
  }

  .landing {
    margin-bottom: 80px;
  }

  .companyheading {
    margin-top: 20px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .div-block-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .companydescription {
    -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
  }

  .image-3 {
    overflow: hidden;
    margin-top: 394px;
  }

  .image-4 {
    margin-top: 20%;
  }

  .div-block-3 {
    width: 95%;
    margin-left: 5%;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-4 {
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-8 {
    height: 80%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    justify-content: center;
  }

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

  .team-grid {
    grid-column-gap: 40px;
  }

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

  .sectionheading {
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    top: 70px;
    background-color: transparent;
  }

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

  .nav-link-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

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

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

  .div-block-20 {
    width: 80%;
    height: 240px;
    margin-bottom: 40px;
    border-radius: 30px;
  }

  .div-block-21 {
    border-radius: 20px;
  }

  .mission {
    display: flex;
    height: 600px;
    justify-content: center;
    align-items: center;
    background-position: 50% 50%;
  }

  .div-block-30 {
    height: auto;
  }

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

  .nav-menu-2 {
    display: flex;
    padding-left: 0px;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
  }

  .nav-link-3 {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .text-content {
    margin-right: 5%;
  }

  .div-block-34 {
    width: 300px;
  }

  .paragraph-11 {
    font-size: 18px;
  }

  .f-feature-card-divider {
    width: 50%;
    height: 1px;
    margin: 32px 0px;
  }

  .f-feature-card-row {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .nav-menu {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }

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

  .nav-dropdown {
    display: flex;
    flex-direction: column;
    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-center {
    padding: 60px 15px;
  }

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

  .nav-menu-two {
    padding-bottom: 30px;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .mainheading {
    background-image: linear-gradient(128deg, #fff, #aeaeae);
  }

  .landing {
    margin-bottom: 100px;
  }

  .companydescription {
    color: #fff;
  }

  .image-3 {
    display: block;
    overflow: visible;
    margin-top: 275px;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .image-4 {
    top: 10vh;
  }

  .aboutus {
    flex-direction: column;
  }

  .div-block-3 {
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-4 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .div-block-8 {
    align-items: center;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

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

  .nav-menu-three {
    padding-bottom: 30px;
    flex-direction: column;
    border-radius: 20px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

  .div-block-20 {
    height: 260px;
  }

  .mission {
    height: 640px;
    background-position: 50% 50%;
    text-align: center;
    -o-object-fit: fill;
       object-fit: fill;
  }

  .heading-12 {
    margin-right: 0px;
  }

  .div-block-29 {
    height: auto;
    flex-direction: column;
  }

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

  .div-block-32 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-33 {
    opacity: 0;
  }

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

  .nav-menu-2 {
    padding-bottom: 30px;
    padding-left: 0px;
    flex-direction: column;
  }

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

  .nav-dropdown-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

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

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

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

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

  .machine-container {
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    flex-direction: column;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .machine-image {
    width: 60%;
  }

  .separator {
    display: none;
  }

  .text-container {
    width: 80%;
  }

  .div-block-34 {
    width: 300px;
  }

  .html-embed {
    width: 100vw;
    height: 400px;
  }

  .map-class {
    width: 100vw;
    margin-top: 40px;
  }

  .image-15 {
    margin-left: auto;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .mainheading {
    min-width: auto;
    margin-top: 10px;
    background-image: linear-gradient(180deg, #fff, #fff);
    font-size: 40px;
    line-height: 48px;
  }

  .landing {
    height: 100vh;
    margin-bottom: 0px;
  }

  .companyheading {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
  }

  .companydescription {
    width: 80%;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
  }

  .image-3 {
    overflow: hidden;
    margin-top: 332px;
  }

  .image-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .aboutus {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-4 {
    width: 90%;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    font-family: Poppins, sans-serif;
  }

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

  .div-block-8 {
    display: flex;
    width: 90%;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    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;
  }

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

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

  .sectionparagraph {
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .div-block-10 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
  }

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

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

  .bullet {
    display: flex;
    width: 90%;
    height: 60px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #dfdfdf;
  }

  .bullet:hover {
    background-color: hsla(0, 0%, 87.5%, 0.2);
  }

  .image-5 {
    width: 32px;
    height: 32px;
  }

  .sectionheading {
    width: 100%;
    margin-bottom: 0px;
    background-color: #fff;
    background-image: linear-gradient(94deg, #000, #5b5b5b 75%);
    font-family: Poppins, sans-serif;
    font-size: 28px;
    text-align: center;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .bullettext {
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .proizvodnicentar {
    display: flex;
    margin-top: 80px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .image-7 {
    display: block;
    width: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .div-block-18 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .values {
    display: flex;
    margin-top: 80px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .div-block-19 {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .div-block-20 {
    display: flex;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    padding: 16px;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #dfdfdf;
  }

  .div-block-20:hover {
    background-image: linear-gradient(131deg, #000, #272424 80%);
    color: #fff;
  }

  .div-block-21 {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(145deg, #909090, #242424);
  }

  .heading-8 {
    font-family: Poppins, sans-serif;
    font-size: 24px;
  }

  .paragraph-5 {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .image-8 {
    width: 40px;
    height: 40px;
  }

  .mission {
    display: flex;
    width: 100%;
    height: 800px;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-image: url('../images/metal.jpg');
    background-position: 50% 50%;
    background-size: auto;
    color: #fff;
  }

  .heading-10 {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    text-align: center;
  }

  .heading-11 {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    text-align: center;
  }

  .paragraph-6 {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    text-align: center;
  }

  .paragraph-7 {
    font-family: Poppins, sans-serif;
    text-align: center;
  }

  .heading-12 {
    background-image: linear-gradient(97deg, #fff, #232323);
    font-family: Poppins, sans-serif;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .bold-text-6 {
    display: block;
  }

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

  .headerr {
    background-color: #fff;
    background-image: linear-gradient(94deg, #000, #5b5b5b 75%);
    font-family: Poppins, sans-serif;
    text-align: center;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .slider-2 {
    width: 100%;
  }

  .div-block-30 {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
  }

  .paragraph-9 {
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-family: Poppins, sans-serif;
    text-align: center;
  }

  .div-block-31 {
    width: 100%;
    height: 32px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    align-items: center;
  }

  .paragraph-10 {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .bold-text-7 {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .slider-3 {
    height: 100vh;
  }

  .navbar-no-shadow-2 {
    width: 100vw;
    height: 80px;
  }

  .navbar-no-shadow-container-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: flex;
    height: 80px;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .machines-container {
    margin-top: 20px;
  }

  .heading-13 {
    font-size: 24px;
  }

  .div-block-34 {
    width: 200px;
  }

  .paragraph-11 {
    font-size: 16px;
  }

  .heading-15 {
    font-size: 16px;
    letter-spacing: 0px;
  }

  .machines-heading {
    font-size: 24px;
  }

  .map-class {
    margin-top: 16px;
  }

  .text-span-2 {
    font-size: 24px;
  }

  .numbers {
    width: 100%;
    margin-bottom: 12px;
  }

  .image-15 {
    width: 100%;
  }

  .f-section-large {
    padding-bottom: 0px;
  }
}

