:root {
  --black: #0000;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding: 0 0% 100px 2%;
  display: flex;
  overflow: hidden;
}

.hero-section.v2hero {
  background-color: #171d47;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 190px;
  padding-bottom: 9px;
  padding-left: 0%;
}

.hero-content-holder {
  z-index: 4;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 60%;
  height: auto;
  margin-top: 100px;
  margin-left: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 104px;
}

.hero-text-holder {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-text-holder.homev2 {
  justify-content: flex-start;
  align-items: center;
}

.hero-image-holder {
  width: 40%;
  margin-top: -33px;
}

.heading {
  color: #171d47;
  text-align: left;
  letter-spacing: -1px;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 63px;
}

.heading.homev2 {
  color: #fcfcfc;
  text-align: center;
  font-family: Archivo, sans-serif;
  font-weight: 500;
  line-height: 60px;
}

.paragraph {
  color: #252525;
  text-align: left;
  letter-spacing: .5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 40px;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
  display: flex;
}

.hero-cta-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 80px;
  display: flex;
}

.main-cta {
  background-color: #171d47;
  border: 3px solid #171d47;
  border-radius: 11px;
  padding: 13px 38px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .275s cubic-bezier(.77, 0, .175, 1);
}

.main-cta:hover {
  background-color: #04010c;
}

.main-cta.o-nama-cta {
  background-color: #141e49;
  border-color: #fff;
  margin-top: 40px;
  padding: 12px 24px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.main-cta.o-nama-cta:hover {
  background-color: #243891;
}

.main-cta.usluge-cta {
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 400;
}

.main-cta.o-nama-hero-cta {
  margin-top: 31px;
}

.main-cta.o-nama-hero-cta.lista-masina-btn {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.main-cta.secondary-cta {
  margin-top: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.main-cta.secondary {
  color: #252525;
  background-color: #fff;
  border-width: 3px;
  border-color: #171d47;
  transition: color .275s cubic-bezier(.165, .84, .44, 1), background-color .275s cubic-bezier(.77, 0, .175, 1);
}

.main-cta.secondary:hover {
  color: #fcfcfc;
  background-color: #171d47;
}

.main-cta.homev2 {
  color: #252525;
  background-color: #fff;
}

.navbar {
  background-color: #101f4bfa;
  position: sticky;
  inset: 0% 0% auto;
}

.navlink {
  color: #252525;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Archivo, sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: color .125s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

.navlink:hover {
  color: #131c5c;
}

.o-nama-section {
  margin-top: 80px;
  padding-left: 14%;
  padding-right: 14%;
}

.o-nama-holder {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 72px;
  padding-bottom: 72px;
  display: grid;
}

.heading-2 {
  color: #fcfcfc;
  margin-top: 80px;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: static;
}

.hero-logo-holder {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.svg {
  color: #b4b4b4;
  width: 50px;
  height: 32px;
  font-size: 11px;
}

.svg-2 {
  color: #fcfcfc;
}

.svg-3 {
  color: #d3d3d3;
  width: 31px;
}

.o-nama-img-holder {
  width: 100%;
  margin-top: 0;
}

.heading-3 {
  color: #8b8b8b;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.img-holder {
  background-image: url('../images/Welded-metal-co-1.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2px;
  width: 450px;
  height: 360px;
}

.o-nama-text-holder {
  width: 100%;
  margin-top: 24px;
}

.heading-4 {
  color: #252525;
  text-align: left;
  letter-spacing: -1px;
  width: 80%;
  margin-top: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 43px;
}

.paragraph-2 {
  color: #444;
  text-align: left;
  width: 50%;
  margin-top: 40px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  font-weight: 800;
}

.partner-section {
  background-color: #b9a8e900;
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/gray-smooth-textured-design-min.jpg');
  background-position: 0 0, 50%;
  border-radius: 16px;
  margin-top: 60px;
  padding-left: 7%;
  padding-right: 7%;
  overflow: hidden;
}

.partneri-content-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.partner-heading-text, .partner-heading-text.usluge-heading {
  width: 100%;
}

.heading-5 {
  color: #252525;
  text-align: left;
  text-transform: none;
  width: 800px;
  margin-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 41px;
  font-weight: 700;
  line-height: 67px;
}

.heading-5.extra-heading {
  color: #707070;
  width: auto;
  margin-bottom: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.heading-5.extra-heading.projects-subheading {
  color: #fcfcfcfc;
}

.heading-5.referenceheading {
  width: 50%;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.text-block {
  text-align: left;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.partner-cards-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 35px;
  display: grid;
}

.partner-card {
  background-color: var(--black);
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.partner-card-content {
  flex-flow: column;
  display: flex;
}

.partner-logo-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  margin-top: 24px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.svg-4 {
  width: 120px;
}

.usluge-section {
  padding-top: 80px;
  padding-left: 7%;
  padding-right: 7%;
  overflow: hidden;
}

.usluge-section.usluge-second-page {
  padding-bottom: 80px;
}

.usluge-content-holder {
  flex-flow: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.usluge-grid {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.usluge-card {
  background-image: linear-gradient(#262b4d6b, #262b4d6b), url('../images/262990850_423905795895259_2439489793213514368_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  height: 350px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.usluge-card.nabavkacard {
  background-image: linear-gradient(#262b4d6b, #262b4d6b), url('../images/277803630_498659618419876_9185998689614180938_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.usluge-card.proizvodnja {
  background-image: linear-gradient(#262b4d6b, #262b4d6b), url('../images/346042034_1295743407818497_9004969744932734185_n.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.usluge-content {
  background-color: #101f4bc4;
  margin-top: 288px;
  padding: 5px 20px 800px;
}

.heading-6 {
  color: #fcfcfc;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-3 {
  color: #fcfcfc;
  margin-top: 24px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
}

.stats-section {
  background-color: #0000;
  margin-top: 53px;
  padding: 0 7% 80px;
  overflow: hidden;
}

.stats-content-holder {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.stats-content-holder.extra-holder {
  margin-top: 50px;
}

.stats-icon {
  background-color: #e4e4e421;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 35px 28px;
  transition: background-color .35s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.stats-icon:hover {
  background-color: #5463b621;
}

.text-block-3 {
  color: #464646;
  text-align: center;
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.text-block-4 {
  color: #8a8a8a;
  text-align: center;
  height: auto;
  margin-top: 24px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.process-section {
  margin-top: 100px;
  padding-left: 14%;
  padding-right: 14%;
}

.image {
  margin-top: 29px;
  position: relative;
  top: 0;
  left: auto;
}

.image.about-usimage {
  position: absolute;
  inset: 0% 0% 0 -26%;
}

.proces-content-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 20px;
  display: grid;
}

.process-line {
  background-image: url('../images/Frame-40.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 34px;
  height: 510px;
}

.base-line-holder {
  display: flex;
}

.base-background-line {
  background-color: #c2c2c2;
  border-radius: 18px;
  width: 4px;
  height: 1250px;
}

.progression-line {
  background-color: #101f4b;
  height: 0%;
}

.contact-section {
  margin-top: 80px;
  padding: 40px 14%;
  overflow: hidden;
}

.process-heading-holder {
  margin-bottom: 40px;
}

.heading-7 {
  color: #252525;
  font-family: Mulish, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 60px;
}

.process-card {
  margin-bottom: 60px;
}

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

.paragraph-4 {
  font-family: Mulish, sans-serif;
  font-size: 16px;
}

.base-line-heading {
  margin-left: 24px;
}

.heading-9 {
  font-family: Mulish, sans-serif;
  font-size: 48px;
  line-height: 49px;
}

.contact-content-holder {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  display: flex;
}

.contact-form-holder {
  width: 35%;
}

.contact-text-holder {
  width: 60%;
  padding-left: 0;
}

.heading-10 {
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.heading-11 {
  color: #252525;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
}

.form-wrapper {
  margin-top: 40px;
}

.formfieldlabel {
  margin-top: 24px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.form-field {
  color: #252525;
  border: 1px solid #c2c2c2;
  border-radius: 8px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
}

.form-field::placeholder {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-weight: 300;
}

.form-field.message {
  height: 150px;
}

.form-field.message::placeholder {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-weight: 300;
}

.submit-button {
  background-color: #171d47;
  border: 1px #141e49;
  border-radius: 10px;
  width: 100%;
  padding: 14px 28px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: background-color .175s cubic-bezier(.755, .05, .855, .06);
}

.submit-button:hover {
  background-color: #1b2677;
}

.contact-icons-holder {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.email-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #101f4b;
  background-color: #141d3b;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 3.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 16px;
  display: flex;
}

.svg-5 {
  color: #fcfcfc;
  width: 32px;
}

.text-block-5 {
  color: #fcfcfc;
  text-align: center;
  margin-top: 8px;
  margin-left: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.icon-holder {
  width: 32px;
}

.svg-6 {
  color: #fcfcfc;
  width: 32px;
}

.code-embed {
  border-radius: 20px;
  width: 100%;
}

.footer-section {
  background-color: #141e49;
  padding: 80px 14%;
}

.footer-content-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-cell {
  justify-content: space-between;
  display: flex;
}

.footer-cell.footer-linkovi {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.footer-logo {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-left: 20px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-usluge {
  flex-flow: column;
  display: flex;
}

.text-block-7 {
  color: #fcfcfc;
  margin-bottom: 20px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.footerlink {
  color: #fcfcfc;
  margin-top: 16px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.image-2 {
  margin-top: -18px;
}

.footer-copyright-holder {
  border-top: 1px solid #fcfcfc;
  margin-top: 40px;
}

.copyright-content-holder {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.company-copyright-text {
  color: #fcfcfc;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-5 {
  font-weight: 500;
}

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

.footer-social-icons {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-8 {
  color: #fcfcfc;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.social-icons-holder {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.link-block {
  color: #fcfcfc;
  margin-right: 0;
  text-decoration: none;
}

.svg-7 {
  width: 40px;
}

.svg-8 {
  width: 39px;
}

.svg-9 {
  width: 40px;
}

.nav-menu {
  margin-top: 7px;
}

.div-block {
  padding-right: 36px;
}

.zasto-nas-odabrati {
  background-image: linear-gradient(#101f4bdb, #101f4bdb), url('../images/Viber-Bild_2023-09-14_14-00-36-674.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 120px 14%;
}

.za-to-nas-odabrati-hlder {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-12 {
  color: #fcfcfc;
  font-family: Mulish, sans-serif;
  font-size: 48px;
  font-weight: 800;
}

.text-block-9 {
  color: #fcfcfc;
  margin-top: 22px;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.zasto-nas-odabrati-header-holder {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  padding-left: 50px;
  position: sticky;
  top: 89px;
}

.heading-13 {
  color: #252525;
  margin-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 24px;
  position: static;
  top: 91px;
}

.text-block-10 {
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 500;
  position: static;
  top: 91px;
}

.div-block-3 {
  position: sticky;
  top: 90px;
}

._2nd-stats-holder {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
  display: flex;
}

.stats-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-14 {
  color: #fcfcfc;
  margin-top: 32px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.production-partner-section {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-left: 14%;
  padding-right: 14%;
}

.tablink {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #252525;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  transition: all .375s, color .325s;
  display: flex;
}

.tablink.w--current {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #06237e;
  background-color: #c8c8c800;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.tablink.w--current:hover {
  padding-left: 0;
}

.svg-10 {
  width: 64px;
}

.tabs-menu {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f8f8f8;
  border-radius: 20px 0 0 20px;
  flex-flow: column;
  width: 30%;
  padding: 13px 13px 13px 24px;
  display: flex;
}

.text-block-11 {
  margin-left: 18px;
}

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

.svg-11 {
  width: auto;
}

.svg-12, .div-block-5 {
  width: 64px;
}

.text-block-12 {
  margin-left: 18px;
}

.svg-13 {
  width: 64px;
}

.production-partner-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.heading-15 {
  color: #252525;
  font-family: Mulish, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 55px;
}

.heading-15.portfolio-heading {
  color: #fcfcfc;
  margin-top: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.tabs {
  display: flex;
}

.tab-pane-tab-1 {
  background-image: linear-gradient(#111f4bb0, #111f4bb0), url('../images/asim-pedic-metron-gracanica-ss.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
}

.tabs-content {
  width: 70%;
}

.tab-pane-tab-2 {
  height: 100%;
}

.div-block-6 {
  z-index: -12;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 19px;
  width: 50%;
  height: 50%;
  margin-top: 10px;
  margin-left: 17px;
  position: relative;
}

.div-block-6.slika {
  z-index: 0;
  background-image: url('../images/asim-pedic-metron-gracanica-ss.webp');
  background-position: 50%;
  background-size: cover;
  top: -69px;
  bottom: 87px;
  left: 283px;
}

.heading-16 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.tab-content-holder {
  height: 100%;
  padding-top: 25px;
  padding-left: 27px;
}

.heading-17 {
  color: #fcfcfc;
  font-family: Mulish, sans-serif;
  font-size: 20px;
}

.partner-grid-holder {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 67px;
  display: grid;
}

.production-partner-card {
  background-color: #f1f1f16b;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 30px 2% 30px 6%;
  display: block;
}

.heading-18 {
  color: #1a1a1a;
  margin-top: 22px;
  font-family: Mulish, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.paragraph-5 {
  text-align: left;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-3 {
  width: 150px;
}

.image-4 {
  text-align: left;
  width: 70px;
  height: 71px;
  position: static;
}

.image-4.slikampr {
  width: auto;
  height: auto;
}

.production-partner-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio-section {
  background-color: #15234e;
  padding: 40px 7%;
  overflow: hidden;
}

.goat-4vxx-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.goat-4vxx-slides-wrap {
  width: 100%;
  height: 100%;
}

.goat-4vxx-slide-background {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-4vxx-bg-wrap {
  position: absolute;
  inset: 0%;
}

.goat-4vxx-slide-background-overlay {
  pointer-events: none;
  background-image: linear-gradient(to top, #0000001a, #0006 50%, #0000001a);
  position: absolute;
  inset: 0%;
}

.goat-4vxx-slide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.goat-4vxx-slide-description {
  color: #fffc;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.goat-4vxx-slide-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  position: relative;
}

.goat-4vxx-slide {
  background-color: #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide_name-slide-button {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #fff;
  background-color: #fff3;
  border-radius: 100px;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1;
  transition: box-shadow .4s, background-color .4s;
  box-shadow: 0 0 0 1px #fff6;
}

.slide_name-slide-button:hover {
  background-color: #ffffff4d;
  box-shadow: 0 0 0 1px #fff9;
}

.goat-4vxx-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.goat-4vxx-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2;
}

.goat-4vxx-arrow-right {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.goat-4vxx-arrow-right-button-enabled {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.goat-4vxx-arrow-right-button-enabled:hover {
  background-color: #faf8f8;
}

.goat-4vxx-arrow-left-button-disabled, .goat-4vxx-arrow-right-button-disabled {
  opacity: .5;
  pointer-events: auto;
  cursor: not-allowed;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  display: flex;
}

.goat-4vxx-arrow-left-button-enabled {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.goat-4vxx-arrow-left-button-enabled:hover {
  background-color: #faf8f8;
}

.goat-4vxx-arrow-right-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-4vxx-arrows {
  z-index: 1;
  pointer-events: none;
}

.goat-4vxx-arrow-left {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.goat-4vxx-arrow-left-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.goat-4vxx-points {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 10px;
}

.goat-4vxx-point-active-with-numbers {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 999px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.goat-4vxx-point-active-inside {
  border-radius: 100px;
  position: absolute;
  inset: 4px;
  box-shadow: 0 0 0 1px #fffc;
}

.goat-4vxx-point-active-inside-circle {
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 3px;
}

.goat-4vxx-point-text-active {
  color: #000000e6;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.goat-4vxx-point-with-numbers {
  pointer-events: auto;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
  position: relative;
}

.goat-4vxx-point-inside {
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 6px;
}

.goat-4vxx-point-text-inactive {
  color: #000000e6;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 12px;
  line-height: 1;
  display: flex;
}

.goat-4vxx-animations, .goat-4vxx-utilities {
  display: none;
}

.goat-vn9p-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.goat-vn9p-slides-wrap {
  width: 100%;
  height: 100%;
}

.goat-vn9p-slide-background {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.goat-vn9p-bg-wrap {
  position: absolute;
  inset: 0%;
}

.goat-vn9p-slide-background-overlay {
  pointer-events: none;
  background-image: linear-gradient(to top, #0000001a, #0006 50%, #0000001a);
  position: absolute;
  inset: 0%;
}

.goat-vn9p-slide-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.goat-vn9p-slide-description {
  color: #fffc;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

.goat-vn9p-slide-container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
  position: relative;
}

.goat-vn9p-slide {
  background-color: #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.goat-vn9p-slide-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.goat-vn9p-slide-title {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1.2;
}

.goat-vn9p-animations, .goat-vn9p-utilities {
  display: none;
}

.overline {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Mulish, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.testimonial-card-e {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 24px;
  transition: all .3s;
  display: flex;
}

.span-red-500 {
  color: #e56161;
}

.testimonial-slide-b {
  margin-right: 24px;
}

.testimonal-quote {
  color: #6173e5;
  background-color: #eeeffc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 56px;
  display: flex;
}

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

.paragraph-large.text-weight-bold {
  white-space: normal;
  font-weight: 700;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.h6-heading.text-weight-medium {
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.caption-m.text-color-gray-600 {
  color: #6d767e;
}

.testimonial-slider-b {
  background-color: #0000;
  width: 100%;
  max-width: 996px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 102px;
  padding-right: 102px;
}

.hidden-element {
  display: none;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.testimonial-right-arrow-b {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-left-arrow-b {
  color: #000;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.title-wrapper {
  z-index: 5;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 454px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.h2-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 56px;
  line-height: 1.2;
}

.paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small.text-color-gray-600 {
  color: #6d767e;
}

.customer-logo {
  width: 44px;
}

.testimonial-customer-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.review-section {
  padding: 109px 5% 92px;
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  height: 408px;
}

.div-block-7 {
  height: 100%;
}

.portfolio-slider-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding-top: 46px;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
}

.slide-nav {
  background-color: #0000;
  font-family: Mulish, sans-serif;
  font-size: 18px;
}

.icon-2 {
  width: 40px;
  height: 40px;
}

.image-5 {
  width: 40px;
}

.right-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-6 {
  width: 40px;
}

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

.heading-19 {
  color: #fcfcfc;
  font-family: Mulish, sans-serif;
  font-size: 31px;
  font-weight: 600;
}

.text-block-13 {
  color: #fcfcfc;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.o-nama-hero-section {
  margin-top: 0;
  padding: 80px 10% 135px;
}

.o-nama-hero-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-20 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.o-nama-hero-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-21 {
  margin-left: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.image-8 {
  width: 100%;
  height: 574.422px;
  max-height: 574.438px;
  overflow: hidden;
}

.hero-bullets-holder {
  flex-flow: column;
  display: flex;
}

.hero-bullet {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.text-block-14 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.o-nama-second-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 10% 120px;
}

.o-nama-second-holder {
  margin-left: 0%;
  margin-right: 0%;
}

.heading-22 {
  margin-top: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.o-nama-industrija {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 84px;
  margin-bottom: 163px;
  display: flex;
}

.o-nama-industrija-content {
  width: 50%;
}

.o-nama-industrija-slika {
  border-radius: 9px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 350px;
  display: flex;
}

.o-nama-industrija-slika.industrija-slika-dva {
  justify-content: flex-start;
  align-items: center;
}

.heading-23 {
  color: #0a1d6d;
  font-family: Mulish, sans-serif;
  font-size: 25px;
  font-weight: 800;
}

.paragraph-6 {
  margin-top: 31px;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-9 {
  border-radius: 14px;
  width: 600px;
  height: 100%;
}

.o-nama-cta-section {
  background-image: linear-gradient(#141e49b0, #141e49b0), url('../images/Welded-metal-co-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.o-nama-cta-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-24 {
  color: #fcfcfc;
  text-align: center;
  font-family: Mulish, sans-serif;
}

.heading-25 {
  color: #fcfcfc;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.o-nama-third-section {
  padding: 0 10% 112px;
  display: block;
}

.o-nama-third-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.paragraph-7 {
  width: 400px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph-7.hero-paragraph {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-weight: 300;
}

.partneri-page-holder {
  padding-top: 120px;
  padding-bottom: 250px;
}

.galerija-page-holder {
  padding: 120px 12%;
}

.link-2 {
  color: #15234e;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.galerija-grid-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.image-10 {
  border-radius: 14px;
  width: 100%;
  height: 350px;
  max-height: 350px;
}

.heading-26 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.brand {
  padding-top: 14px;
  padding-bottom: 14px;
}

.hero-video {
  width: 51%;
}

.background-video {
  height: 100vh;
  margin-top: 85px;
}

.video {
  width: 51%;
  height: 100vh;
}

.background-video-2 {
  background-image: linear-gradient(91deg, #fff 11%, #fff0 35%);
  width: 75%;
  height: 100vh;
  display: block;
  position: relative;
  top: 3px;
}

.background-video-2.v2home {
  background-image: linear-gradient(#171d47, #fff0);
  width: 100%;
  height: 1000px;
  top: 0;
}

.hero-paragraph-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 39px;
  display: flex;
}

.text-span-6 {
  letter-spacing: 0;
  font-family: Jekodemo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.text-span-7 {
  color: #fcfcfc;
  background-color: #171d47;
  border-radius: 12px;
  padding: 0 15px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.section {
  margin-top: 37px;
}

.about-us-extra-section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  overflow: hidden;
}

.about-us-extra-holder {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.usluge-variant-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.usluga-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  height: auto;
  margin-top: 24px;
  display: grid;
}

.usluga-text-holder.right-side-usluga {
  padding-top: 25px;
  padding-left: 25px;
}

.usluga-text-holder.right-side-text {
  margin-left: 20px;
}

.usluga-image-holder {
  background-image: url('../images/cnc-machining-in-the-21st-century-what-to-expect.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 9px;
  width: 100%;
  height: auto;
}

.usluga-image-holder.varenje-img {
  background-image: url('../images/Common-Welding-Equipment-Repair-1.jpg');
  height: auto;
}

.usluga-image-holder.varenje-img.mobile-img {
  display: none;
}

.usluga-image-holder.laser-img {
  background-image: url('../images/laser-2819138_1280.jpg');
  height: auto;
}

.usluga-image-holder.ekspresna-izrada {
  background-image: url('../images/Metall-part-mad-1.png');
}

.usluga-image-holder.ekspresna-izrada.mobile-img {
  display: none;
}

.usluga-image-holder.cnc-turning {
  background-image: url('../images/What-Are-CNC-Lathe-Machines.jpg');
}

.usluga-image-holder.plasma-cutting {
  background-image: url('../images/rethinking-what-plasma-cutting-can-do-1625078781.jpg');
}

.usluga-image-holder.plasma-cutting.mobile-img {
  display: none;
}

.usluga-image-holder.laser-rezanje-cijevi {
  background-image: url('../images/img-1711332038-558cc45b95fe.jpg');
  background-position: 0%;
}

.usluga-image-holder.water-jet {
  background-image: url('../images/preparing-a-game-plan-for-jumping-into-waterjet-cutting-1659989185.jpg');
}

.usluga-image-holder.water-jet.mobile-img {
  display: none;
}

.usluga-image-holder.savijanje-img {
  background-image: url('../images/metal-853694_1280.jpg');
}

.heading-27 {
  color: #252525;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.text-span-8, .text-span-9 {
  color: #284aac;
  font-weight: 900;
}

.paragraph-8 {
  color: #757575;
  padding-right: 0%;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-10 {
  color: #284aac;
  font-size: 20px;
  font-weight: 900;
}

.prednost-usluge {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  margin-top: 16px;
  display: flex;
}

.text-block-15 {
  color: #252525;
  justify-content: center;
  align-items: center;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.bold-text {
  font-weight: 300;
}

.text-span-11 {
  z-index: -11;
  color: #3267ff69;
  -webkit-text-stroke-color: #284aac;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  position: relative;
  top: 0;
  left: 0;
}

.stats-content-extra-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.text-span-12 {
  font-family: Bebas Neue, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.reviews-wrap {
  align-items: center;
  display: flex;
}

.quotation-mark {
  margin-bottom: 30px;
}

.heading-1 {
  color: #252525;
  letter-spacing: 0;
  margin-top: 0;
  font-family: Mulish, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 67px;
}

.testimonial-card {
  background-color: #141d3b;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 30px;
  transition: background-color .325s cubic-bezier(.165, .84, .44, 1);
}

.testimonial-card:hover {
  background-color: #323e66;
}

.body {
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body.bottom-margin-30 {
  color: #6b6b6b;
  margin-bottom: 30px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.body.italic {
  font-style: italic;
  font-weight: 400;
}

.body.italic.bottom-margin-20 {
  margin-bottom: 20px;
  font-family: HelveticaNeue, Verdana, sans-serif;
}

.testimonial-cards-wrap-right {
  width: 50%;
  padding-top: 30px;
  padding-left: 10px;
}

.review-stars {
  margin-right: 20px;
}

.testimonial-author {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.testimonial-author-image {
  width: 56px;
}

.testimonial-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-content: start;
  position: sticky;
}

.tagline {
  color: #385ecc;
  text-transform: none;
  flex-flow: column;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 800;
  display: flex;
}

.testimonials-wrap {
  display: flex;
}

.testimonial-text {
  position: sticky;
  top: 173px;
}

.testimonial-author-wrap {
  display: flex;
}

.testimonial-cards-wrap-left {
  width: 50%;
  padding-right: 10px;
}

.mask {
  overflow: visible;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mulish, sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 490px;
  height: 100%;
}

.column-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.logo-column {
  width: 33.3333%;
  padding-right: 35px;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.curve-rough {
  object-fit: cover;
  width: 110%;
  position: absolute;
  inset: auto 0% -2%;
}

.content-block {
  opacity: 0;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 20px 35px 40px;
  display: block;
}

.content-h2 {
  color: #fcfcfc;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Mulish, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}

.logo-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.slide-nav-2 {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.right-arrow-2 {
  background-color: #007bfc;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  top: 17px;
  right: -17px;
}

.author-job {
  color: #151c3480;
  font-family: Mulish, sans-serif;
}

.column-wrap {
  display: flex;
}

.play-icon {
  width: 60px;
}

.text-fixed-height {
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  margin-right: 35px;
}

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

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.quote-h4 {
  color: #151c34;
  font-family: Mulish, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.left-arrow-2 {
  background-color: #007bfc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  top: 17px;
  left: -17px;
}

.testimonial-card-2 {
  height: 100%;
  display: block;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.title-block {
  color: #7a8094;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 600;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.play-button {
  position: absolute;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.column-left {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  max-height: 500px;
  padding: 40px;
  display: flex;
}

.text-span-13 {
  color: #007bfc;
}

.logo-text {
  color: #20193a;
  margin-top: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.brand-3 {
  background-color: #5748c5;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 80px;
  display: flex;
}

.nav-link-4 {
  color: #20193a;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.link-3 {
  color: #20193a;
  margin-left: 18px;
  font-size: 17px;
  text-decoration: none;
}

.navbar-2 {
  background-color: #f0f0f0;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 35px;
}

.nav-menu-3 {
  align-items: center;
  height: 100%;
  min-height: 80px;
  margin-top: 0;
  display: flex;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #3b2ae5;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.nav-inner {
  border-bottom: 2px #171d47;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 8px 10%;
  display: flex;
}

.menu-button {
  background-color: #252525;
}

.phone-in-nav {
  border-right: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.socials-in-nav {
  border-left: 1px solid #dbdbdb;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-wrapper-03 {
  background-color: #fcfcfc;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: sticky;
  top: 0;
}

.blue {
  color: #3b2ae5;
}

.navbar-top-banner {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-top-banner-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.contact-text {
  color: #171d47;
  -webkit-text-stroke-color: #171d47;
  margin-bottom: 1px;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}

.nav-menu-4.socialsnavmenu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-right: 16px;
  display: flex;
  position: static;
  left: 96px;
}

.globe {
  max-width: 500px;
  margin-right: 10px;
}

.platform-icon {
  background-color: #171d47;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.nav-link {
  color: #252525;
  text-transform: none;
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
}

.nav-link:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.nav-link.w--current {
  color: #3b2ae5;
}

.nav-link.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-methods-nav {
  align-items: center;
  display: flex;
}

.contact-icon {
  background-color: #171d47;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 32px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.button {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button:hover {
  opacity: .8;
}

.button.nav {
  text-transform: none;
  background-color: #171d47;
  border-radius: 20px;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button.nav:hover {
  opacity: .8;
}

.email-in-nav {
  border-right: 1px solid #dbdbdb;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-link-nav {
  color: #3b2ae5;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-nav:hover {
  opacity: .8;
}

.image-11 {
  max-height: 100%;
}

.bold-text-2 {
  color: #fcfcfc;
  text-align: center;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-weight: 300;
}

.bold-text-3 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-weight: 300;
}

.text-span-14, .text-span-15 {
  color: #6758ff;
  font-weight: 900;
}

.text-span-16, .text-span-17, .text-span-18 {
  font-weight: 400;
}

.text-span-19 {
  color: #d1d1d1;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-weight: 400;
}

.text-span-20 {
  color: #638bff;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-weight: 400;
}

.heading-28 {
  font-family: Mulish, sans-serif;
}

.bold-text-4 {
  color: #2f397f;
  font-size: 18px;
}

.bold-text-5, .bold-text-6 {
  font-weight: 300;
}

.bold-text-7, .bold-text-8 {
  font-weight: 500;
}

.extra-section {
  background-color: #171d47;
  background-image: linear-gradient(#171d47c2, #171d47c2), url('../images/Metall-part-mad-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 48px;
  padding: 100px 14%;
  overflow: hidden;
}

.extra-usluge-section-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-9 {
  color: #252525;
  width: 80%;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

.text-span-21 {
  color: #284aac;
  font-size: 19px;
  font-weight: 900;
}

.linedivider {
  color: #284aac;
  font-size: 18px;
  font-weight: 700;
}

.heading-29 {
  color: #fcfcfc;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 32px;
}

.paragraph-10 {
  color: #fcfcfc;
  text-align: center;
  font-family: Mulish, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.code-embed-2 {
  color: #b0b0b0;
}

.bold-text-9 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.o-nama-cards-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.o-nama-card {
  color: #fcfcfc;
  background-color: #111b5e;
  border: 4px solid #fcfcfc;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  transition: border-color .25s cubic-bezier(.77, 0, .175, 1), color .25s cubic-bezier(.77, 0, .175, 1), background-color .25s cubic-bezier(.77, 0, .175, 1);
}

.o-nama-card:hover {
  color: #111b5e;
  background-color: #fff;
  border: 4px solid #111b5e;
}

.o-nama-card-content-holder {
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 10px 20px 80px;
  display: flex;
}

.o-nama-card-heading {
  text-align: left;
  margin-top: 40px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.code-embed-3 {
  text-align: center;
  margin-top: 20px;
}

.paragraph-11 {
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-30 {
  color: #252525;
  text-align: left;
  margin-bottom: 40px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.machine-list-section {
  padding: 50px 10%;
}

.code-embed-4 {
  opacity: 1;
  border-radius: 0;
  height: auto;
  font-family: Mulish, sans-serif;
  font-size: 16px;
  display: block;
}

.machine-list-content-holder {
  width: auto;
  margin-bottom: 40px;
  padding-top: 20px;
}

.heading-31 {
  color: #252525;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.paragraph-12 {
  color: #252525;
  width: auto;
  max-width: 300px;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-span-22, .text-span-23, .text-span-24 {
  color: #284aac;
  font-weight: 900;
}

.paragraph-13 {
  text-align: center;
  margin-top: 16px;
  font-family: Jekodemo, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.floating-hero-elements {
  position: absolute;
  top: 133.125px;
  left: 88.5px;
}

.floating-hero-elements.second {
  inset: 25% 4% 0% auto;
}

.code-embed-5 {
  color: #141e49;
}

.code-embed-6 {
  z-index: -1;
  position: relative;
  top: -27px;
}

.code-embed-6.mobileline {
  display: none;
}

.menu-wrapper-hm14 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40px;
  height: 60px;
  display: flex;
}

.bottom-bar-hm14 {
  color: #fcfcfc;
  background-color: #fcfcfc;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  width: 30px;
  height: 2px;
}

.top-bar-hm14 {
  color: #fcfcfc;
  background-color: #fcfcfc;
  border-radius: 6px;
  width: 30px;
  height: 2px;
}

.middle-bar-wrapper-hm14 {
  width: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 5px;
  overflow: hidden;
}

.hamburger-menu-hm14 {
  border: 1px #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: border-color .8s;
  display: flex;
}

.hamburger-menu-hm14.w--open {
  background-color: #0000;
}

.bottom-bar-wrapper-hm14 {
  width: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0;
  overflow: hidden;
}

.navbar-hamburger-menu-hm14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #161f58e3;
  border-bottom: 2px #171d47;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  height: auto;
  max-height: 500px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 14%;
  padding-right: 14%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.cross-bar-1-hm14 {
  background-color: #fcfcfc;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  width: 30px;
  height: 2px;
  display: none;
  position: absolute;
  inset: 19px 0 auto auto;
}

.middle-bar-hm14 {
  color: #fcfcfc;
  background-color: #fcfcfc;
  border-radius: 6px;
  width: 30px;
  height: 2px;
}

.top-bar-wrapper-hm14 {
  width: 30px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 10px;
  overflow: hidden;
}

.cross-bar-2-hm14 {
  background-color: #fcfcfc;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  width: 30px;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto auto 19px 0;
}

.div-block-9 {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  height: auto;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: sticky;
}

.nav-menu-desktop {
  background-color: #fcfcfc;
  width: 200px;
  padding: 20px;
  display: block;
}

.div-block-10 {
  top: 21px;
}

.div-block-10.navbar-content {
  opacity: 0;
  background-color: #fcfcfce6;
  border-radius: 6px;
  width: 350px;
  padding: 25px;
  display: none;
  position: fixed;
  top: 70px;
}

.navbar-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.navbar-socials {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 1px solid #cacaca;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  display: grid;
}

.link-block-2 {
  color: #252525;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: color .25s ease-in-out;
  display: flex;
}

.link-block-2:hover {
  color: #263183;
}

.link-block-3 {
  margin-left: 10%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-12 {
  margin-top: 10px;
}

.div-block-11 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-paragraph-header {
  color: #fcfcfc;
  background-color: #171d4700;
  border-radius: 7px;
  padding-left: 0;
  padding-right: 0;
}

.heading-32 {
  color: #252525;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

.paragraph-14 {
  color: #252525;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

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

.text-span-26 {
  color: #505cb2;
  font-weight: 700;
}

.italic-text {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
}

.italic-text-2 {
  font-size: 16px;
}

.italic-text-3 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
}

.italic-text-4 {
  font-size: 16px;
}

.code-embed-8 {
  color: #252525;
  transition: color .3s;
}

.code-embed-8:hover {
  color: #374080;
}

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

.div-block-14 {
  position: static;
  left: 82px;
}

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

.nav-top-banner {
  background-color: #171d47;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding: 8px 10%;
  display: flex;
}

.social-holder-banner {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.social-holder-banner.mobile {
  display: none;
}

.link-block-5 {
  color: #fcfcfc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: color .275s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.link-block-5:hover {
  color: #bdc5ff;
}

.text-span-27 {
  color: #2e57cf;
  font-weight: 900;
}

.paragraph-15, .text-block-16 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.tabselector {
  color: #252525;
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
  transition: color .25s;
}

.tabselector:hover {
  background-color: #bbb;
}

.tabselector.w--current {
  color: #fcfcfc;
  background-color: #252d61;
}

.tabs-2 {
  opacity: 0;
  display: block;
}

.text-span-28 {
  color: #284aac;
  font-weight: 700;
}

.image-13 {
  border-radius: 12px;
  width: 70%;
  height: auto;
  margin-left: 30px;
}

.image-14 {
  object-fit: cover;
  border-radius: 12px;
  align-self: flex-end;
  width: 70%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: relative;
  top: -42px;
}

.contact-info-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-10 {
  font-weight: 500;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.bold-text-15 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-weight: 400;
}

.bold-text-16 {
  font-weight: 400;
}

.svg-14 {
  color: #fcfcfc;
}

.body-2 {
  overflow: visible;
}

.bold-text-19 {
  font-weight: 400;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
}

.flag-1 {
  background-image: url('../images/united-kingdom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-toggle {
  color: #fcfcfc;
  border: 1px solid #fff;
  border-radius: 4px;
  padding-right: 45px;
  transition: all .2s;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-2 {
  background-image: url('../images/bosnia.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-dropdown {
  order: 0;
  margin-left: 0;
  margin-right: 0;
}

.flag-5 {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-4 {
  background-image: url('../images/norway.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.flag-3 {
  background-image: url('../images/germany.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  margin-right: 14px;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.text-block-17, .text-block-18 {
  font-family: HelveticaNeue, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.language-switch-holder {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.language-switch-holder.mobile {
  display: none;
}

.languageswitch {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-15, .image-16, .image-17 {
  border-radius: 4px;
  width: 24px;
}

.text-span-32, .text-span-33, .text-span-34 {
  font-weight: 400;
}

.bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24 {
  font-weight: 500;
}

.contact-page-holder {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-color: #fff0;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-left: 2%;
  }

  .hero-section.v2hero {
    background-color: #171d47;
    flex-flow: column;
    margin-top: 0;
    padding-top: 157px;
    padding-bottom: 40px;
    padding-left: 0%;
  }

  .hero-content-holder {
    background-image: none;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: auto;
    margin-top: 117px;
    margin-left: 0;
    position: static;
  }

  .hero-text-holder {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-text-holder.homev2 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading {
    color: #171d47;
    text-align: left;
    font-size: 51px;
    font-weight: 500;
    line-height: 74px;
  }

  .heading.homev2 {
    color: #fcfcfc;
    letter-spacing: 1px;
    font-family: Archivo, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
  }

  .hero-cta-holder {
    margin-top: 40px;
  }

  .main-cta {
    padding-left: 26px;
    padding-right: 26px;
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .main-cta.o-nama-cta {
    border-style: none;
  }

  .main-cta.secondary-cta {
    border-color: #171d4700;
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .main-cta.homev2 {
    color: #252525;
    background-color: #fcfcfcfc;
  }

  .main-cta.homev2:hover {
    color: #fcfcfc;
    background-color: #747ec7;
  }

  .paragraph-2 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .partner-section {
    margin-top: 40px;
    padding-left: 14%;
    padding-right: 14%;
  }

  .heading-5 {
    font-size: 41px;
    line-height: 57px;
  }

  .heading-5.referenceheading {
    width: 650px;
  }

  .usluge-section, .stats-section {
    padding-left: 14%;
    padding-right: 14%;
  }

  .text-block-4 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .contact-text-holder {
    width: 80%;
  }

  .form-field {
    font-family: HelveticaNeue, Verdana, sans-serif;
  }

  .form-field::placeholder {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .submit-button {
    width: 100%;
  }

  .contact-icons-holder {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .email-box {
    background-color: #141d3b;
    border-radius: 19px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    display: flex;
  }

  .svg-5 {
    color: #fcfcfc;
  }

  .text-block-5 {
    color: #fcfcfc;
    text-align: center;
  }

  .svg-6 {
    color: #fff;
  }

  .portfolio-section {
    padding-left: 14%;
    padding-right: 14%;
  }

  .o-nama-hero-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .o-nama-hero-image {
    justify-content: center;
    align-items: center;
  }

  .o-nama-third-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-7 {
    width: 400px;
  }

  .background-video-2 {
    background-image: linear-gradient(91deg, #fff 11%, #fff0 35%);
  }

  .background-video-2.v2home {
    z-index: auto;
    -webkit-text-fill-color: inherit;
    background-color: #fffefe99;
    background-image: linear-gradient(#171d47, #fff0);
    background-clip: border-box;
    width: 100%;
    height: 1000px;
    margin-top: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .about-us-extra-section {
    padding-left: 14%;
    padding-right: 14%;
  }

  .usluge-variant-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .usluga-holder {
    height: auto;
  }

  .usluga-image-holder.varenje-img.uslugepageimg, .usluga-image-holder.laser-img.uslugepageimg, .usluga-image-holder.ekspresna-izrada.uslugepageimg, .usluga-image-holder.cnc-turning.uslugepageimg, .usluga-image-holder.plasma-cutting.uslugepageimg, .usluga-image-holder.laser-rezanje-cijevi.uslugepageimg, .usluga-image-holder.water-jet.uslugepageimg, .usluga-image-holder.savijanje-img.uslugepageimg, .usluga-image-holder.uslugepageimg {
    height: 80%;
  }

  .heading-27 {
    font-weight: 400;
  }

  .nav-inner {
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
  }

  .nav-wrapper-03 {
    background-color: #fcfcfc;
    padding-top: 0;
  }

  .nav-menu-4 {
    align-self: center;
    position: static;
  }

  .nav-menu-4.socialsnavmenu {
    margin-right: 16px;
    position: static;
  }

  .nav-link {
    color: #252525;
  }

  .bold-text-2 {
    width: 50%;
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .text-span-16, .text-span-17, .text-span-18 {
    font-weight: 400;
  }

  .text-span-20 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 400;
  }

  .bold-text-5, .bold-text-6 {
    font-weight: 300;
  }

  .paragraph-9 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .heading-29 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 500;
  }

  .paragraph-10 {
    font-family: HelveticaNeue, Verdana, sans-serif;
  }

  .code-embed-2 {
    color: #b0b0b0;
    width: 100px;
  }

  .o-nama-cards-holder {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .o-nama-card-heading {
    text-align: left;
    margin-top: 40px;
  }

  .code-embed-3 {
    margin-top: 20px;
  }

  .machine-list-content-holder {
    width: auto;
  }

  .paragraph-12 {
    max-width: 100%;
  }

  .div-block-8 {
    background-image: linear-gradient(#000, #000);
    width: 100%;
  }

  .paragraph-13 {
    color: #fcfcfc;
    text-align: center;
    width: 70%;
    margin-top: 16px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .floating-hero-elements {
    left: 198.5px;
  }

  .code-embed-6 {
    z-index: -1;
    position: relative;
    top: -19px;
  }

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

  .div-block-14 {
    align-self: center;
    position: relative;
    left: 70px;
  }

  .contact-info-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .bold-text-10 {
    font-weight: 400;
  }

  .bold-text-11, .bold-text-16 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 400;
  }

  .svg-14 {
    color: #fcfcfc;
  }

  .bold-text-17, .text-span-29 {
    font-weight: 500;
  }

  .text-span-30, .text-span-31, .bold-text-18 {
    font-weight: 400;
  }

  .bold-text-19 {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    margin-top: 149px;
    margin-bottom: 357px;
    padding-top: 383px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-section.v2hero {
    height: auto;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-content-holder {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 80vh;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .hero-text-holder {
    justify-content: center;
    align-items: flex-start;
  }

  .main-cta.o-nama-hero-cta.lista-masina-btn {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .navlink {
    margin-top: 20px;
    font-size: 29px;
  }

  .o-nama-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .o-nama-holder {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .partner-section {
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .partneri-content-holder {
    flex-flow: column;
  }

  .partner-heading-text {
    width: 100%;
    display: flex;
  }

  .partner-cards-holder {
    width: 100%;
    margin-top: 40px;
  }

  .usluge-section, .stats-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .stats-content-holder {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .process-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .contact-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact-icons-holder {
    justify-content: flex-start;
    align-items: stretch;
  }

  .email-box {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .icon {
    color: #252525;
  }

  .production-partner-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .tabs-menu {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .tabs {
    flex-flow: column;
  }

  .tab-pane-tab-1 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }

  .tabs-content {
    width: 100%;
    height: 500px;
  }

  .tab-pane-tab-2 {
    width: 100%;
  }

  .partner-grid-holder {
    grid-template-columns: 1fr;
  }

  .portfolio-section {
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
  }

  .goat-4vxx-slide-title {
    max-width: 100%;
    font-size: 50px;
  }

  .goat-4vxx-arrow-right, .goat-4vxx-arrow-left {
    margin-right: 3%;
  }

  .goat-4vxx-points {
    height: 40px;
    bottom: 15px;
  }

  .goat-vn9p-slide-title {
    max-width: 100%;
    font-size: 50px;
  }

  .review-section {
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
  }

  .slider {
    height: 650px;
  }

  .portfolio-slider-content {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-7 {
    width: 88%;
  }

  .portfolio-content-text-holder {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .o-nama-hero-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .o-nama-hero-holder {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .o-nama-second-section, .o-nama-cta-section, .o-nama-third-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-7 {
    width: 100%;
  }

  .galerija-page-holder {
    padding-left: 5%;
    padding-right: 5%;
  }

  .galerija-grid-holder {
    grid-template-columns: 1fr 1fr;
  }

  .background-video-2 {
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .background-video-2.v2home {
    background-image: linear-gradient(#171d47, #fff0);
    height: 800px;
    margin-top: 0;
    position: relative;
  }

  .about-us-extra-section {
    margin-top: 0;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .heading-27 {
    text-align: left;
  }

  .paragraph-8 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .text-block-15 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 400;
  }

  .bold-text {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .reviews-wrap {
    justify-content: center;
  }

  .body.bottom-margin-30 {
    text-align: left;
  }

  .testimonial-author-image {
    width: 56px;
  }

  .testimonial-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    position: static;
  }

  .testimonial-text {
    text-align: center;
    position: static;
  }

  .column-right {
    padding: 20px;
  }

  .logo-column {
    align-items: center;
    padding-right: 15px;
    display: flex;
  }

  .logo-wrapper, .column-wrap {
    flex-wrap: wrap;
  }

  .container-2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .column-left {
    padding: 20px;
  }

  .menu-button-2 {
    margin-top: 10px;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .navbar-top-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-4 {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px #0000001c;
  }

  .nav-menu-4.socialsnavmenu {
    display: none;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.nav {
    display: none;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .bold-text-5, .bold-text-6 {
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-weight: 300;
  }

  .bold-text-7, .bold-text-8 {
    font-weight: 400;
  }

  .extra-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-29 {
    width: 60%;
  }

  .o-nama-cards-holder {
    grid-template-columns: 1fr 1fr;
  }

  .machine-list-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .floating-hero-elements {
    inset: 9% auto auto 3%;
  }

  .floating-hero-elements.second {
    inset: 60% 6% 1px auto;
  }

  .code-embed-6 {
    display: none;
  }

  .code-embed-6.mobileline {
    display: block;
  }

  .navbar-hamburger-menu-hm14 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-10.navbar-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 0;
    background-color: #fcfcfc;
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 100%;
    height: 100vh;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
  }

  .div-block-11 {
    flex: 1;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-end;
  }

  .link-block-4 {
    display: none;
  }

  .nav-top-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-2 {
    opacity: 100;
    border-radius: 0;
    display: block;
  }

  .contact-info-holder {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .bold-text-16 {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    margin-top: 135px;
  }

  .hero-text-holder {
    width: 100%;
    padding-top: 0;
  }

  .heading {
    font-size: 48px;
  }

  .paragraph {
    font-size: 18px;
  }

  .main-cta {
    font-size: 16px;
  }

  .img-holder {
    width: 100%;
  }

  .heading-4 {
    text-align: left;
  }

  .paragraph-2 {
    text-align: left;
    width: 100%;
  }

  .partner-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .partner-cards-holder {
    grid-template-columns: 1fr 1fr;
  }

  .usluge-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .stats-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .stats-content-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .contact-content-holder {
    flex-flow: column;
  }

  .contact-form-holder {
    width: 100%;
  }

  .contact-text-holder {
    width: 100%;
    padding-left: 0;
  }

  .form-wrapper {
    margin-top: 24px;
  }

  .footer-cell.footer-linkovi {
    grid-column-gap: 59px;
    grid-row-gap: 59px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .icon {
    color: #000;
  }

  .nav-menu {
    background-color: #141e49;
    border-radius: 0 0 17px 17px;
    padding-bottom: 80px;
  }

  .container {
    padding-left: 2%;
    padding-right: 2%;
  }

  .zasto-nas-odabrati {
    padding: 80px 2%;
  }

  ._2nd-stats-holder {
    flex-flow: column;
  }

  .heading-15.portfolio-heading {
    text-align: center;
    font-size: 34px;
  }

  .portfolio-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .goat-4vxx-slide-description {
    font-size: 16px;
  }

  .goat-4vxx-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .goat-4vxx-slide-title {
    font-size: 40px;
  }

  .goat-vn9p-slide-description {
    font-size: 16px;
  }

  .goat-vn9p-slide-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .goat-vn9p-slide-title {
    font-size: 40px;
  }

  .testimonial-card-e {
    padding-left: 44px;
    padding-right: 44px;
  }

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

  .testimonial-slider-b {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-right-arrow-b, .testimonial-left-arrow-b {
    width: 42px;
    height: 42px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .slider {
    height: 550px;
  }

  .o-nama-hero-section {
    padding-top: 24px;
  }

  .o-nama-hero-holder {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .o-nama-second-section {
    margin-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .o-nama-third-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .about-us-extra-section {
    flex-flow: column;
  }

  .about-us-extra-holder {
    justify-content: center;
    align-items: flex-start;
    margin-top: 69px;
  }

  .usluga-holder {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    height: auto;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .usluga-text-holder.right-side-text {
    margin-left: 0;
  }

  .usluga-image-holder {
    height: 200px;
  }

  .usluga-image-holder.varenje-img {
    display: none;
  }

  .usluga-image-holder.varenje-img.mobile-img {
    height: 200px;
    display: block;
  }

  .usluga-image-holder.varenje-img.mobile-img.glodanje-mobile {
    display: none;
  }

  .usluga-image-holder.laser-img {
    height: 200px;
  }

  .usluga-image-holder.ekspresna-izrada {
    display: none;
  }

  .usluga-image-holder.ekspresna-izrada.mobile-img {
    display: block;
  }

  .usluga-image-holder.ekspresna-izrada.uslugepageimg, .usluga-image-holder.plasma-cutting {
    display: none;
  }

  .usluga-image-holder.plasma-cutting.mobile-img {
    display: block;
  }

  .usluga-image-holder.plasma-cutting.uslugepageimg, .usluga-image-holder.water-jet {
    display: none;
  }

  .usluga-image-holder.water-jet.mobile-img {
    height: 200px;
    display: block;
  }

  .usluga-image-holder.water-jet.uslugepageimg {
    display: none;
  }

  .usluga-image-holder.uslugepageimg {
    display: block;
  }

  .testimonial-card {
    margin-bottom: 30px;
  }

  .testimonial-cards-wrap-right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .testimonial-grid {
    grid-template-columns: 1.5fr;
  }

  .testimonials-wrap {
    flex-direction: column;
  }

  .testimonial-text {
    position: static;
  }

  .testimonial-cards-wrap-left {
    width: 100%;
    padding-right: 0;
  }

  .column-right {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .image-wrapper {
    height: 100%;
  }

  .column-left {
    width: 100%;
  }

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

  .navbar-top-banner {
    display: none;
  }

  .nav-menu-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-4.socialsnavmenu {
    display: block;
  }

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

  .menu-button-3 {
    color: #000;
    background-color: #0000;
    border: 1px #000;
  }

  .paragraph-9 {
    width: 100%;
  }

  .heading-29 {
    width: 480px;
  }

  .o-nama-cards-holder {
    grid-template-columns: 1fr;
  }

  .machine-list-section {
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .heading-31 {
    margin-top: 0;
  }

  .floating-hero-elements {
    color: #8a8a8a;
    top: 1%;
  }

  .code-embed-5 {
    align-self: flex-end;
    margin-left: 0;
  }

  .nav-top-banner {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .social-holder-banner.mobile {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
  }

  .code-embed-9 {
    color: #252525;
  }

  .tabs-menu-2 {
    justify-content: flex-start;
    width: 100%;
    display: flex;
    position: relative;
  }

  .language-switch-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .language-switch-holder.mobile {
    grid-column-gap: 41px;
    grid-row-gap: 41px;
    justify-content: center;
    align-items: center;
    margin: 20px;
    display: flex;
  }

  .contact-page-holder {
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 169px;
    margin-bottom: 0;
    padding: 87px 0% 0;
  }

  .hero-section.v2hero {
    margin-top: 58px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-content-holder {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-text-holder {
    justify-content: center;
    align-items: flex-start;
    margin-top: 56px;
    padding-bottom: 72px;
  }

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

  .paragraph {
    font-size: 16px;
  }

  .main-cta.homev2 {
    transition: color .275s, background-color .275s cubic-bezier(.77, 0, .175, 1);
  }

  .main-cta.homev2:hover {
    color: #fff;
    background-color: #5261c7;
    border-style: solid;
    border-color: #5261c7;
  }

  .heading-4 {
    width: 100%;
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
  }

  .paragraph-2 {
    width: 100%;
  }

  .partner-heading-text {
    flex-flow: column;
  }

  .heading-5 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-5.referenceheading {
    width: 100%;
    font-family: HelveticaNeue, Verdana, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 37px;
  }

  .partner-cards-holder {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .usluge-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .usluge-section.usluge-second-page {
    padding-top: 10px;
  }

  .usluge-content-holder {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .stats-content-holder {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .process-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .proces-content-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.5fr 1fr;
  }

  .base-line-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: stretch;
    padding-right: 28px;
  }

  .contact-section {
    margin-top: 40px;
  }

  .heading-7 {
    font-size: 36px;
    line-height: 40px;
  }

  .process-card {
    margin-bottom: 24px;
  }

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

  .email-box {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-section {
    overflow: hidden;
  }

  .footer-cell {
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-cell.footer-linkovi {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-7 {
    font-weight: 400;
  }

  .copyright-content-holder {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-social-icons {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
  }

  .heading-12 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .text-block-9 {
    text-align: center;
    font-size: 19px;
    line-height: 23px;
  }

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

  .heading-14 {
    text-align: center;
    font-size: 20px;
  }

  .tabs-menu {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-15 {
    font-size: 34px;
  }

  .heading-15.portfolio-heading {
    text-align: left;
  }

  .portfolio-section {
    padding-left: 2%;
    padding-right: 2%;
  }

  .goat-4vxx-slide-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .goat-4vxx-slide-title {
    font-size: 34px;
  }

  .goat-vn9p-slide-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .goat-vn9p-slide-title {
    font-size: 34px;
  }

  .review-section {
    padding-bottom: 0;
  }

  .portfolio-slider-content {
    padding-left: 16%;
    padding-right: 16%;
  }

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

  .o-nama-hero-section {
    padding-bottom: 0;
  }

  .image-8 {
    height: 350px;
  }

  .o-nama-industrija {
    flex-flow: column;
  }

  .o-nama-industrija.industrija-druga {
    flex-flow: column;
    margin-bottom: 40px;
    display: flex;
  }

  .o-nama-industrija-content, .o-nama-industrija-slika {
    width: 100%;
  }

  .o-nama-third-holder {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .galerija-page-holder {
    padding-top: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .galerija-grid-holder {
    grid-template-columns: 1fr;
  }

  .background-video-2 {
    background-image: none;
    height: 300px;
    margin-top: 100px;
  }

  .hero-paragraph-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .about-us-extra-section {
    margin-top: 40px;
    padding-top: 30px;
  }

  .about-us-extra-holder {
    margin-top: 115px;
  }

  .usluge-variant-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .usluga-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .usluga-text-holder.right-side-text {
    margin-left: 0;
  }

  .usluga-image-holder {
    height: 100%;
  }

  .usluga-image-holder.varenje-img {
    display: none;
  }

  .usluga-image-holder.varenje-img.mobile-img {
    display: block;
  }

  .usluga-image-holder.varenje-img.mobile-img.glodanje-mobile {
    background-image: url('../images/cnc-machining-in-the-21st-century-what-to-expect.webp');
    display: block;
  }

  .usluga-image-holder.varenje-img.uslugepageimg, .usluga-image-holder.ekspresna-izrada {
    display: none;
  }

  .usluga-image-holder.ekspresna-izrada.mobile-img {
    height: 200px;
    display: block;
  }

  .usluga-image-holder.ekspresna-izrada.uslugepageimg {
    display: none;
  }

  .usluga-image-holder.cnc-turning.uslugepageimg {
    display: block;
  }

  .usluga-image-holder.plasma-cutting {
    display: none;
  }

  .usluga-image-holder.plasma-cutting.mobile-img {
    height: 200px;
    display: block;
  }

  .usluga-image-holder.plasma-cutting.uslugepageimg, .usluga-image-holder.water-jet {
    display: none;
  }

  .usluga-image-holder.water-jet.mobile-img {
    background-position: 50%;
    height: 200px;
    display: block;
  }

  .usluga-image-holder.water-jet.uslugepageimg {
    display: none;
  }

  .usluga-image-holder.savijanje-img {
    height: 200px;
  }

  .usluga-image-holder.uslugepageimg {
    height: 200px;
    display: block;
  }

  .heading-27 {
    font-size: 28px;
  }

  .paragraph-8 {
    line-height: 22px;
  }

  .reviews-wrap {
    flex-direction: column;
  }

  .review-stars {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .testimonial-author-image {
    width: 48px;
    height: auto;
  }

  .testimonial-author-wrap {
    align-items: center;
  }

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

  .logo-column {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .content-block {
    padding-bottom: 70px;
  }

  .right-arrow-2 {
    width: 35px;
    height: 35px;
  }

  .image-wrapper {
    height: 100%;
  }

  .left-arrow-2 {
    width: 35px;
    height: 35px;
  }

  .author-block {
    margin-top: 15px;
  }

  .column-left {
    padding: 40px 15px;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .brand-link {
    padding-left: 0;
  }

  .menu-button {
    background-color: #25252505;
  }

  .platform-icon, .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .button.nav {
    display: none;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .extra-usluge-section-holder {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-9 {
    width: 100%;
  }

  .heading-29 {
    text-align: left;
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-10 {
    text-align: left;
  }

  .code-embed-5 {
    align-self: flex-start;
    margin-top: 51px;
    margin-left: 0;
  }

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

  .nav-top-banner {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .social-holder-banner {
    justify-content: center;
    align-items: center;
  }

  .tabs-menu-2 {
    flex-flow: column;
  }

  .body-2 {
    overflow: visible;
  }

  .language-switch-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-fab25725-b913-8376-bb60-59e693484838-dfa8e69c, #w-node-_16ae38b1-20ec-ad87-b0a8-a94736971e4b-dfa8e69c, #w-node-_9299f861-f91b-cb44-a93c-4bfb50f07002-dfa8e69c, #w-node-fd4fb47d-ca69-30a9-4ac8-77313c014cba-dfa8e69c, #w-node-ab7c3e5c-3dae-7069-7d8c-e21933594161-dfa8e69c, #w-node-_7544ddc8-82e7-e773-889f-626e25624e68-dfa8e69c {
  place-self: center;
}

#w-node-_006ac5b9-82c8-7c0c-fbc5-4bc3aa096020-dfa8e69c {
  align-self: start;
}

#w-node-bcf1dc8a-4467-8914-a78d-610a97a9b6e8-dfa8e69c {
  place-self: auto center;
}

#w-node-bcf1dc8a-4467-8914-a78d-610a97a9b6f3-dfa8e69c, #w-node-_80a1cb99-d941-9858-d035-78c82634473a-7dbdd5ac {
  justify-self: end;
}

#w-node-a8152e5d-0601-665d-9acd-7bc8f5746295-7dbdd5ac {
  place-self: auto center;
}

#w-node-a8152e5d-0601-665d-9acd-7bc8f57462a0-7dbdd5ac {
  justify-self: end;
}

#w-node-effd296e-3905-0277-521f-2ef51db98f1c-1db98ee8 {
  place-self: auto center;
}

#w-node-effd296e-3905-0277-521f-2ef51db98f23-1db98ee8 {
  justify-self: end;
}

#w-node-_056be980-3d10-cd15-ac63-90e54f283eac-62c2aa2b {
  place-self: auto center;
}

#w-node-_056be980-3d10-cd15-ac63-90e54f283eb9-62c2aa2b {
  justify-self: end;
}

#w-node-_8d6268aa-e971-ab06-3c73-e443f377108a-268aaa65 {
  place-self: auto center;
}

#w-node-_8d6268aa-e971-ab06-3c73-e443f3771095-268aaa65 {
  justify-self: end;
}

#w-node-aeb67d14-279a-94d2-50f0-f6b7adfeb61d-dd117413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a285a64-c005-39ea-e082-0febcc0884ec-dd117413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_72113f16-5429-dd7f-75f8-e9c84c80d541-dd117413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cf8c1d4-fc18-8c78-fa1d-9b03c047f56c-dd117413, #w-node-_8cf8c1d4-fc18-8c78-fa1d-9b03c047f570-dd117413, #w-node-_8cf8c1d4-fc18-8c78-fa1d-9b03c047f574-dd117413, #w-node-_8cf8c1d4-fc18-8c78-fa1d-9b03c047f578-dd117413, #w-node-_8cf8c1d4-fc18-8c78-fa1d-9b03c047f57c-dd117413, #w-node-_8cf8c1d4-fc18-8c78-fa1d-9b03c047f580-dd117413 {
  place-self: center;
}

#w-node-b7ad264c-3b69-e931-e7f9-d08840078949-dd117413 {
  align-self: start;
}

#w-node-d68061ac-14fe-e6ed-3b9c-4b4d5f8ca9bf-dd117413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d68061ac-14fe-e6ed-3b9c-4b4d5f8ca9c1-dd117413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-d68061ac-14fe-e6ed-3b9c-4b4d5f8ca9c3-dd117413 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fab25725-b913-8376-bb60-59e693484838-e77d0c8c, #w-node-_16ae38b1-20ec-ad87-b0a8-a94736971e4b-e77d0c8c, #w-node-_9299f861-f91b-cb44-a93c-4bfb50f07002-e77d0c8c, #w-node-fd4fb47d-ca69-30a9-4ac8-77313c014cba-e77d0c8c, #w-node-ab7c3e5c-3dae-7069-7d8c-e21933594161-e77d0c8c, #w-node-_7544ddc8-82e7-e773-889f-626e25624e68-e77d0c8c {
  place-self: center;
}

#w-node-_006ac5b9-82c8-7c0c-fbc5-4bc3aa096020-e77d0c8c {
  align-self: start;
}

#w-node-b1c50332-c33e-c0a9-6ffa-b167ac88830e-e77d0c8c {
  place-self: auto center;
}

#w-node-b1c50332-c33e-c0a9-6ffa-b167ac888319-e77d0c8c, #w-node-_80a1cb99-d941-9858-d035-78c82634473a-6341002b {
  justify-self: end;
}

#w-node-_338473e3-dbc3-6817-a496-20e57d8faf68-6341002b {
  place-self: auto center;
}

#w-node-_338473e3-dbc3-6817-a496-20e57d8faf75-6341002b {
  justify-self: end;
}

#w-node-fab25725-b913-8376-bb60-59e693484838-828db261, #w-node-_16ae38b1-20ec-ad87-b0a8-a94736971e4b-828db261, #w-node-_9299f861-f91b-cb44-a93c-4bfb50f07002-828db261, #w-node-fd4fb47d-ca69-30a9-4ac8-77313c014cba-828db261, #w-node-ab7c3e5c-3dae-7069-7d8c-e21933594161-828db261, #w-node-_7544ddc8-82e7-e773-889f-626e25624e68-828db261 {
  place-self: center;
}

#w-node-_006ac5b9-82c8-7c0c-fbc5-4bc3aa096020-828db261 {
  align-self: start;
}

#w-node-_1c1edfd0-aba0-aaba-2dbe-142afd077d3a-fd077d1c {
  place-self: auto center;
}

#w-node-_1c1edfd0-aba0-aaba-2dbe-142afd077d45-fd077d1c, #w-node-_80a1cb99-d941-9858-d035-78c82634473a-8de6b7a0 {
  justify-self: end;
}

#w-node-a83ec244-c015-0201-85e5-661df209e83d-0d060406 {
  place-self: auto center;
}

#w-node-a83ec244-c015-0201-85e5-661df209e84a-0d060406 {
  justify-self: end;
}


@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jekodemo';
  src: url('../fonts/JekoDEMO-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jekodemo';
  src: url('../fonts/JekoDEMO-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jekodemo';
  src: url('../fonts/JekoDEMO-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jekodemo';
  src: url('../fonts/JekoDEMO-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jekodemo';
  src: url('../fonts/JekoDEMO-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jekodemo';
  src: url('../fonts/JekoDEMO-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBlackItalic.otf') format('opentype'), url('../fonts/HelveticaNeueHeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype'), url('../fonts/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueroman';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}