/* General styles */
/* Helper classes */
/* Container styles */
/* Heading styles */
/* Logo styles */ 
/* Hero Section styles */
/* Header / Main Navigation / Mobile Navigation styles */
/* Mobile Menu */
/* Menu Btn styles */ 
/* Section title styles */
/* Main Btn Styles */
/* About us container */
/* Posao container style */
/* Big links container styles */
/* Quote section styles */
/* Footer section styles */
/* Orientation landscape */


@font-face {
  font-family: "RadikalLight";
  src: url('fonts/RadikalLight/font.woff2') format('woff2'), url('fonts/RadikalLight/font.woff') format('woff');

}





@font-face {
  font-family: 'radikalmedium';
  src: url('fonts/RadikalMedium/nootype_-_radikal_medium-webfont.woff') format('woff2'),
       url('fonts/RadikalMedium/nootype_-_radikal_medium-webfont.woff2') format('woff');
  font-weight: normal;
  font-style: normal;

}



/* General styles */


:root,html {
  font-size: 16px;
  font-family: RadikalLight;
}

body {
  overflow-y: overlay;
  overflow-x: hidden;
  width: 100vw;
}

@media (min-width: 2048px) {
  html {
    font-size: 0.78125vw!important;
  }
}


*, *::before, *::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-shadow: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a , a::before, a::after, a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
  text-decoration: none;
}

ul,li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.phone-icon,
.main-icon {
  fill: #fff;
}

.facebook-icon {
  fill:none;
  stroke:#fff;
  stroke-miterlimit:10;
  stroke-width:0.968px;
}

a[href^=tel] {
  text-decoration:inherit;
  color: inherit;
}

/* Helper classes */

.sub-page a {
  color:#F05A30;
  word-break: break-all;
  }

.hide-mobile {
  display: none;
}

.hide-desktop {
  display: flex;
}

@media (min-width: 993px) {
  .hide-mobile {
    display: flex;
  }

  .hide-desktop {
    display: none;
  }
}

@media (max-width: 993px) {
  .nopad-mobile {
    padding: 0!important;
  }
}

.hide {
  visibility: hidden;
}

/* Container styles */

.container {
  width: 100%;
  max-width: 82rem;
  margin: 0 auto;
  position: relative;
  padding: 0 2rem;/*ivan edit*/
  /*flex-direction: column;ivan edit*/
}

@media only screen and (min-width:500px) {
.container {
  width: 90%;
}
}


/*ivan edit grid*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
}

.col {
    width: 100%;
    padding: 0 2rem;
}

@media (min-width: 740px) {
  .row_1_1 .col {
      width: 50%;
  }
    .row_1_1_1 .col {
      width: 33.3333%;
  }

  .row_3_2 .col:first-child {
    width: 60%;
  }
  .row_3_2 .col:last-child {
    width: 40%;
}

.container-sm {
  width: 70vw;
  max-width: 48rem;
}
.order2 {
  order: 2;
}
.row_2_3 .col:first-child {
  width: 40%;
}
.row_2_3 .col:last-child {
  width: 60%;
}
}

.kontakt .row_2_3 .col:first-child {
width: 100%;
}
.kontakt .row_2_3 .col:last-child {
width: 100%;
}

@media (min-width:993px) {
  .kontakt .row_2_3 .col:first-child {
    width: 40%;
    }
    .kontakt .row_2_3 .col:last-child {
      width: 60%;
    }
}

section {
  padding-top: calc(2rem + 4vw);
  padding-bottom: calc(2rem + 4vw);
  }

  section.nopadding {
  padding-top: 0;
  padding-bottom: 0;
  }
    section.nopaddingtop {
  padding-top: 0;
  }
    section.nopaddingbottom {
  padding-bottom: 0;
  }

section.posao-section  {
      margin-top: -12rem;
}

.mission-vision-container h2 {
  line-height: 1;
}

/*ivan end edit*/

.fixed-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 0 2rem;
  margin: 0 auto;
}



@media only screen and (min-width:500px) {
  .container {
  padding: 0 3rem;/*ivan edit*/
  /*flex-direction: column;ivan edit*/
}
.row {
  margin-left: -3rem;
  margin-right: -3rem;
}

.col {
    padding: 0 3rem;
}
.fixed-navigation {
  padding: 0 3rem;
}
}





/* Heading styles */
h1, h2,
.as-h1, .as-h2 {
	margin-top: 0;
	margin-bottom: 0;
  font-weight: normal;
  font-family: 'Bebas Neue', cursive;
  color: #F05A30;
}






/*clamp(5rem, 9vw, 8.75rem);*/

h1, .as-h1 {
  font-size: 4.65rem; 
}

@media (min-width: 992px) {
  h1, .as-h1 {
    font-size: 10vw;
  }
}

@media (min-width: 1200px) {
  h1, .as-h1 {
    font-size: 8.75rem;
  }
}


h2, .as-h2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}

@media (min-width: 992px) {
  h2, .as-h2 {
    font-size: 9vw;
  }
}

@media (min-width: 1200px) {
  h2, .as-h2 {
    font-size: 7.5rem;
  }
}

 .as-h2-big {
  font-size: 5.25rem; 
}

@media (min-width: 640px) {
  .as-h2-big {
    font-size: 9rem;
  }
}

@media (min-width: 1200px) {
 .as-h2-big {
    font-size: 13.125rem;
  }
}

p {
  margin:0 0 1rem;/*ivan edit*/
  letter-spacing: 0.25;
  font-size: 1rem;
  line-height: 1.75;
}

p.large {
  font-size: 1.125rem;
}

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


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

@media (max-width: 740px) {
  .text-right {
    text-align: left;
  }
}





@media (max-width: 550px) {
  .big-links .as-h1 {
  font-size: 3.25rem; 
}
}


/* Kontakt styles */
.kontakt .contact-info {
  flex-direction: column;
  }
.kontakt .contact-info a {
  color:#F05A30;
  }
  .kontakt .contact-info a:hover {
    color:#f05a30ae;
    }

    .kontakt .footer-info .footer-info-address {
      color:#F05A30;
    }

    .kontakt .footer-info .footer-info-address:hover {
      color:#f05a30ae;
    }

.kontakt .contact-info a.email-adress {
  margin-left: 0;
  }
.kontakt div.footer-links {
      margin-top: 3rem;
      margin-bottom: 3rem;
      flex-direction: column;
      text-align: left;
  }
.kontakt div.footer-links a {
      color: #000;
  }
  .sudreg {
      color: #F05A30;
      padding-top: calc(2rem + 4vw);
  }
  .sudreg p {
      font-size: 0.75rem;
  }


  .kontakt iframe {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  
.kontakt .phone-number,
.kontakt .email-adress {
  font-family: "radikalmedium";
  transition: color 0.3s ease-in-out;
}


/*Logo styles */ 

.logo-animate {
  opacity: 0;
  margin-top: 2rem;
  width: 5rem;
}

.logo {
  margin-top: 0;
  z-index: 3;   
  width: 5rem;
  opacity: 1;
}


@media (min-width: 992px) {
 .logo, .logo-animate {
  width: 10vw;
}
}

@media (min-width: 1200px) {
 .logo, .logo-animate { 
  width: 8rem;
}
}

/* Hero Section styles */



.hero-section {
  width: 100%;
  /*height: 80%;*//*ivan edit*/
  height: auto;
  position: relative;
  color: white;
  /*margin-bottom: calc(4rem + 4vw);*//*ivan edit*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top; /*ivan edit*/
}


/*ivan edit*/

/*  #other-hero-section.hero-section {
  clip-path: polygon(0 0, 100% 0, 100% 34%, 0 100%);
}
@media (min-width: 993px) {
  #other-hero-section.hero-section {
  clip-path: polygon(0 0, 100% 0, 100% 34%, 0 100%);
}
}*/
#home.hero-section {
  height: 100%;
  background-image: url(img/hero-img.jpg);
}

#other-hero-section.hero-section {
    background-size: initial;
background-position: top center;
}



#other-hero-section.reference.hero-section {
    background-image: url(img/reference-hero-sm.jpg);
}
#other-hero-section.posao.hero-section {
    background-image: url(img/posao-hero-sm.jpg);
}

#other-hero-section.onama.hero-section {
  background-image: url(img/onama-hero-sm.jpg);
  /*background-position: center center;*/
}

#other-hero-section.djelatnosti.hero-section {
  background-image: url(img/posao-djelatnosti-sm.jpg);
}

#other-hero-section.kontakt.hero-section {
  background-image: url(img/hero-kontakt-sm.jpg);
}

@media (min-width: 767px) {
 /* #home.hero-section {
  height: 100%;
  background-image: url(img/hero-img.jpg);
}*/

#other-hero-section.hero-section {
    background-size: cover;
      background-position: center center;
}

#other-hero-section.reference.hero-section {
    background-image: url(img/reference-hero.jpg);
}
#other-hero-section.posao.hero-section {
    background-image: url(img/posao-hero.jpg);
}

#other-hero-section.onama.hero-section {
  background-image: url(img/onama-hero.jpg);

}

#other-hero-section.djelatnosti.hero-section {
  background-image: url(img/posao-djelatnosti.jpg);
}

#other-hero-section.kontakt.hero-section {
  background-image: url(img/hero-kontakt.jpg);
}
}

@supports (-webkit-touch-callout: none) {
#other-hero-section.posao.hero-section, 
#other-hero-section.reference.hero-section, 
#other-hero-section.djelatnosti.hero-section, 
#other-hero-section.kontakt.hero-section, 
#other-hero-section.onama.hero-section, 
#home.hero-section {
    /*background: url('img/posao-hero.jpg') center top no-repeat scroll;*/
    background-position: center center;
    /*background-size: auto;*/
    background-attachment:  scroll;
}    
}


@media only screen and (max-height:640px) and 
(orientation: landscape) {
  #home.hero-section {
    height: auto;
  }
}




/*end ivan edit*/








/* Header / Main Navigation / Mobile Navigation styles */

.header {
  padding: 0 0rem;
  display: flex;
  align-items: center;
}

#home .header {
  height: 100vh;
}

/*ivan edit*/
/*
.header {
  height: unset;
}
*/

@media (min-width: 993px) {
  .header {
    padding: 0 0.4rem;
  }
}
@media (min-width: 1250px) {
  .header {
    padding: 0 1rem;
  }
}

@media (min-width: 1600px) {
  .header {
    padding: 0 2rem;
  }
}

@media (min-width: 1921px) {
  .header {
    padding: 0 3.5rem;
  }
}

.nav,
.navigation-items,
.navigation-icons {
  display: flex;
  justify-content:space-between ;
}
.navigation-items {
  font-family:'radikalmedium';
}
.nav {
  padding: 2rem 0 0 0;
  position: relative;
}

@media (min-width: 993px) {
  .nav {
    padding: 3.6rem 0 0 0;
    font-size: 0.875rem;
  }
}

@media (min-width: 1600px) {
  .nav {
    padding: 4rem 0 0 0;
    position: relative;
    font-size: 1rem;
  }
}

.navigation-items,
.navigation-icons {
  margin-top: 0.688rem;
}


.navigation-items,
.navigation-icons {
  height: 2.188rem;
  font-size: 0.875rem;
  align-items: center;
  color: white;
}

.navigation-items .navigation-link,
.navigation-icons .navigation-icon {
  height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 3;

}
.navigation-items .navigation-items {
  opacity: 1;
}

.navigation-icons .navigation-icon {
      border-right: 0.063rem solid rgba(255,255,255,0.5);
}


.navigation-icons .navigation-icon {
  padding-left: .54rem;
  padding-right: .54rem;
}



@media (min-width: 993px) {
  .navigation-items .navigation-link {
    margin-right: .74rem;
    margin-left: .74rem;
  }

  .navigation-icons .navigation-icon {
    padding-left: .74rem;
    padding-right: .74rem;
  }
  
  .navigation-icons .navigation-icon:last-child {
    padding-left:.74rem;
  }
}

@media (min-width: 1250px) {

  .navigation-icons .navigation-icon {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navigation-items .navigation-link {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  
  .navigation-icons .navigation-icon:last-child {
    padding-left:1rem;
  }
}

@media (max-width: 1459px) {
  .navigation-items .navigation-link {
    display: none;
  }
}

.menu-btn {
  margin-left: 1rem;
}
@media (max-width: 993px) {
  .menu-btn {
    margin-left: 0rem;
  }
}


.navigation-icons .last-icon {
  border-right: none;
  margin-right: 0;
}

.navigation-icon.last-icon a:last-of-type {
    margin-left: 0.75rem;
}


.navigation-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}
@media (min-width: 993px) {
    .navigation-icon svg {
        width: 1.4625rem;
        height: 1.4625rem;
    }
}


/* Links hover anim 1 */


.link-hover-anim {
  position: relative;
}

span.link-hover-anim-child {
  display: block;
  position: relative;
  overflow: hidden;
}

span.link-hover-anim-child > span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: transform 0.5s cubic-bezier(.5,.2,.1,1.14);
  will-change: transform;
}

span.link-hover-anim-child > span:nth-of-type(2) {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.link-hover-anim:hover span.link-hover-anim-child > span:not(.block-link-icon) {
  transform: translateY(-100%);
}

.link-hover-anim:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.063rem;
  bottom: 0;
  left: 0;
  background-color:#F05A30;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
    
.link-hover-anim:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.link-hover-anim:hover .link-hover-anim-child span {
  color: #F05A30!important; 
}


.link-hover-anim.active .link-hover-anim-child span {
  color: #F05A30;
}

.link-hover-anim.active::after {
  transform: scaleX(1);
}


/* Mobile Menu */

.menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right:0;
  z-index: 5;
  background-color:#F05A30;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  margin: auto;
  padding-left: 2rem;
  transform: translateX(100%);
  overflow: auto;
}


@media (min-width: 568px) {
  .menu {
    padding-left: 4rem;
  }
}

@media (min-width: 720px) {
  .menu {
    width: 60%;
    padding-left: 5rem;
  }
}

@media (min-width: 993px) {
  .menu {
    width: 50%;
    padding-left: 6rem;
  }
}

@media (min-width: 1250px) {
  .menu {
    padding-left: 8rem;
  }
}







.menu_navigation-links {
  width: max-content;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  margin-bottom: 2rem;
  margin-top: 12rem;
}

.menu_navigation-link {
  font-size: 3.25rem;
  line-height: 128%;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: solid rgba(255,255,255,0.4) 0.125rem;
  opacity:0;
  font-family: "Bebas Neue";
  position: relative;
}

@media (min-width: 650px) {
  .menu_navigation-link {
    font-size: 5rem;
  }
}


@media (min-width: 1200px) {
  .menu_navigation-link {
    font-size: 5.813rem;
  }
}


.menu_navigation-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.125rem;
  bottom: -0.125rem;
  left: 0;
  background-color:white;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.menu_navigation-link:hover::after {
  transform: scaleX(1);
}

@media (max-width: 650px) {
  .logo-animate {
    margin-bottom: 3rem;
  }

  .menu_navigation-links {
        margin-top: 11rem;
  }
}


.navigation-items li {
  text-transform: uppercase;
}


/* Menu Btn styles */ 
.menu-btn {
  z-index: 4;
  position: relative;
  margin-top: 1.75rem;
  cursor: pointer;
}
.menu-btn svg {
  transition: all 0.5s ease-in-out;
  transition-delay: 0.15s;
}


@media (max-width: 993px) {

  nav .menu-btn {
    margin-top: 0.188rem;
  }
  nav .menu-btn svg {
    width: 2rem;
    height: 2rem;
  }
}



 body.open .navigation-icons .menu-btn svg {
  transform: rotate(225deg);
  stroke: #FFFFFF
 }



/* Section title styles */

.header-content-container {
    display: flex;
    align-items: center;
    padding-top: calc(7rem + 8vw);
    padding-bottom: calc(7rem + 8vw);
    opacity: 1;
}





#home .header-content-container {
  padding-top: calc(10rem + 10vw);
  padding-bottom: calc(10rem + 10vw);
  height: 100vh;
}


.section-title {
  /*position: relative;
  margin-top: 1.8725rem;
  margin-bottom: 1.6725rem;
  display: inline-block;
  z-index: 3;*/
  color: #FFF;/*ivan edit*/
  line-height: 0.84;
  word-break: break-word;

}

/*#other-hero-section .section-title {
  line-height: 1.1;
}*/

.politika-kolacica .section-title {
  line-height: 0.95;
}

.section-title-span1,
.section-title-span2{
  display: inline-block;
  clip-path: polygon(0% 100%, 100% 100%,100% 100%, 0% 100%);
  opacity: 1;
  transform: translateY(-6.5rem);
}



.section-subtitle {
  z-index: 2;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: .5rem;
  text-transform: uppercase;
  font-family:'radikalmedium';
  clip-path: polygon(0% 100%, 100% 100%,100% 100%, 0% 100%);
  opacity: 1;
  transform: translateY(-4.5rem);
}

.hero-section .anim-wrapper {
  overflow: hidden;
}

.hero-section .anim-wrapper .main-btn {
  opacity: 0;
}

_:-ms-lang(x), .hero-section .anim-wrapper .main-btn {
  opacity: 1;
}

_:-ms-lang(x), .section-title-span1,.section-title-span2, .section-subtitle { 
  clip-path: unset;
  transform: none;
}



/* Main Btn Styles */

.main-btn {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  color: rgb(255, 255, 255);
  border: 4px solid #F05A30;
  font-size: 0.75rem;
  font-family:'radikalmedium';
  align-items: center;
  letter-spacing: 0.375rem;
  cursor: pointer;
  fill: rgb(255, 255, 255);
  justify-content: center;
  text-transform: uppercase;
  outline: 0;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  -webkit-user-select: none;
  touch-action: manipulation;
  z-index: 4;
  overflow: hidden;
  transition: background-color 0.6s;
}
.main-btn span {
  z-index: 2;
  position: relative;
}


.btn-main-hover-animation {    
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 1;
  transform: translateX(-100%);
  transition: all ease 0.5s;
  background-color: #F05A30;
}


.main-btn:hover .btn-main-hover-animation {
  transform: translateX(0);
}













/* Main btn Hover */ 

/* .main-btn:before, .main-btn:after {
  content: "";
  position: absolute;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background-color: #F05A30;
}
.main-btn:before {
  top: 0;
}
.main-btn:after {
  bottom: 0;
}
.main-btn:hover > * > *:before, .main-btn:hover > * > *:after {
  transform: translate3d(0, 0, 0);
}
.main-btn:hover > * > * > *:before, .main-btn:hover > * > * > *:after {
  transform: translate3d(0, 0, 0);
}
.main-btn > *:before, .main-btn > *:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.125rem;
  background-color: #F05A30;
  color:#FFFFFF;
}
.main-btn > *:before {
  left: 0;
}
.main-btn > *:after {
  right: 0;
}
.main-btn > * > *:before, .main-btn > * > *:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 0.125rem;
  width: 100%;
  background-color: #FFFFFF;
  color: #FFFFFF;

}
.main-btn > * > *:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-btn > * > *:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-btn > * > * > *:before, .main-btn > * > * > *:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 0.125rem;
  background-color: #FFFFFF;
  color: #FFFFFF;

}
.main-btn > * > * > *:before {
  left: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-btn > * > * > *:after {
  right: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
} */



/* .posao-container {
position: relative;
width: 100%;
height: 70vw;
margin-bottom: 3rem;
} */


.posao-container { 

  overflow: hidden;
}

.ab-t {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 35%);
  text-align: center;
  margin-top: -0.75rem;
  opacity: 0;
}

@media (max-width:651px) {
  .ab-t {
    transform: translate(-50%, 5%);
    opacity: 1;
  }
}




.posao-container .posao-scale-image {
  width: 100%;
  height: auto;
  transform: scale(1.125);
}
.posao-container .main-btn {
  margin: 0 auto;

}



/* Paralax styles  */
.paralax-container {
  overflow: hidden;
  position: relative;
  max-width: 100rem;
  margin: 0 auto;
}

.layer {
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.layer-bg {
	background-image: url('img/posao.jpg');
}



/* Scroll line styles */ 

.scroll {
    position: absolute;
    z-index: 1;
    bottom: 4.5rem;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-family:'radikalmedium';
}

.scroll span {
  letter-spacing: 1.25rem;
}


.scroll-anim {
    position: absolute;
    bottom: -3rem;
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 2.5rem;
    width: 0.063rem;
    content: "";
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
}
.scroll-anim span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-animation: scrollHelperFerroAbout 2s infinite ease-in-out;
  animation: scrollHelperFerroAbout 2s infinite ease-in-out;
}
@keyframes scrollHelperFerroAbout {
  0% {
      transform: translateY(-100%);
  }
  50% {
      transform: translateY(0);
  }
  100% {
      transform: translateY(100%);
  }
}



/* About us container styles */

.about-container {
  background-color: #50ADC2;
  display: flex;
  padding: 6rem calc(2rem + 5vw) 8rem calc(2rem + 5vw);
  align-items: center;
  position: relative;
  overflow: hidden;
  font-size: 1rem;
  flex-direction: column-reverse;
  margin-bottom: 20rem;
}

.about-container:after {
  content: '';
  width: 0;
  height: 100%;
  border-style: solid;
  border-width: 0 128vw 128vw 0;
  border-color: transparent #F05A30 transparent transparent;
  right: 0;
  bottom: 0;
  position: absolute;
}

.about-container p {
  width: 100%;
  margin-left: 0rem;
  color: white;
  position: relative;
  z-index: 3;
  text-align: center;
}
.about-container .logo {
  margin-bottom: 1.5rem;
  width: calc(2rem + 10vw);
}

@media (min-width: 993px) {
  .about-container {
    flex-direction: row-reverse;
    justify-content: center;
  }

  .about-container p {
    text-align: left;
    margin: 0 0 0 2rem;
  }

  .about-container:after {
    display: block;
  }

}






/* Big links container styles */

.big-links-container {
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 10rem;
}



.big-link-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.big-link-flex:first-child {

  position: relative;
}

.big-links a:first-child .big-link-flex:first-child {
  border-top: solid 0.125rem #CCC;
  border-bottom: solid 0.125rem #CCC;
}
.big-links li:nth-child(2) > a > .big-link-flex{
  border-top: none!important;
}

.big-link-flex:last-of-type {
  border-bottom: solid 0.125rem #CCC;
  position: relative;
}

.big-link-flex:first-child:after,
.big-link-flex:last-of-type:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.125rem;
  bottom: -0.125rem;
  left: 0;
  background-color:#F05A30;
  transform-origin: bottom left;
  transition: transform 0.7s ease-in-out;
}

.big-link-flex:first-child:hover:after,
.big-link-flex:last-of-type:hover:after {
  transform: scaleX(1);
}


.big-link  {
  color: #F05A30;
  line-height: 1.5;
  font-family: "Bebas Neue";
}

.big-links .big-link-plus {
  color:#F05A30;
  margin-top: unset;
}

.big-links .big-link-plus svg {
  height: 2.5rem;
  width: 2.5rem;

}
.big-link-flex:hover > .big-link-plus svg {}

.big-link-flex:hover > .big-link-plus svg {
  transform: rotate(180deg);
  transition: 0.3s;
}

@media (min-width: 993px) {

  .big-links .big-link-plus svg {
    height: 3.75rem;
    width: 3.75rem;
  }
}

@media (min-width: 1600px) {



  .big-links .big-link-plus svg {
    height: 5rem;
    width: 5rem;
  }


}








/* Quote section styles */

section.quote-section {
  background-color: #50ADC2;
  padding-top:8rem;
  padding-bottom:8rem;
  color: white;
  text-align: center;
  margin-top: calc(2rem + 4vw);
}

.quote {
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.875rem;
  line-height: 1.35;
  margin-bottom: 2rem;
}

.small-text {
  font-size: 0.75rem;
  font-family:'radikalmedium';
  letter-spacing: 0.5rem;
}




/* Footer section styles */

.footer-section {
  position: relative;
  background-color: #4D4D4D;
  z-index: 1;
  color: white;
  overflow: hidden;
}

.footer a {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
}

.footer a:hover {
  color:#F05A30;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/footer-background.svg);
  z-index: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.1);
}

footer.footer {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 1;
}

footer.footer .footer-logo {
  width: 12rem;
  align-self: center;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

@media (min-width: 992px) {
footer.footer .footer-logo {
    width: 16rem;
  }
}

@media (min-width: 1200px) {
footer.footer .footer-logo {
    width: 20rem;
  }
}

footer.footer .small-text {
  align-self: center;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-self: center;
  font-size: 1.75rem;
  line-height: 2.188rem;
  margin-top: 2rem;
}

.contact-info .phone-number {
  padding-right: 0rem;
  border-right: none;
}

.contact-info .email-adress {
  margin-left: 0rem;
}

@media (min-width:568px) {
  .contact-info {
    line-height: 2.5rem;
    font-size: 2.4rem;
  }
}

@media (min-width:993px) {
  .contact-info {
    display: flex;
    flex-direction: row;
    line-height: 3.125rem;
    letter-spacing: 1;

  }

  .contact-info .phone-number {
    padding-right: 1.25rem;

  }
  
  .contact-info .email-adress {
    margin-left: 1.25rem;
  }
}

.footer-info {
  opacity: 0.5;
}

.footer a:hover {
  color:#F05A30;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-top: 6rem;
  text-align: center;

}

.footer-links .footer-links-right {
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.footer-links ul li a,
.footer-links ul li
{
  line-height: 1.8;
}

.footer-bottom {
  align-self: center;
  color: #F05A30;
  text-align: center;
  font-size: 0.75rem;
}

@media (min-width:993px) {
  .footer-links {
    flex-direction: row;
    text-align: left;
  }
  
  .footer-links .footer-links-right {
    margin-left: 5rem;
    margin-right: 5rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  
  .footer-bottom {
    align-self: center;
    color: #F05A30;
    text-align: left;
    font-size: 0.75rem;
  }
}










/* Orientation landscape */
/*
@media only screen and (max-height:800px) and 
(orientation: landscape) {

  .menu_navigation-links {
    padding-top: 20rem;
  }

  .menu .menu_navigation-link:first-of-type {
    margin-top: 8rem;
  }
  .logo-animate {
    margin-bottom: 8rem;
  }
  .menu .menu_navigation-link {
    font-size: 65px;
  }
}


@media only screen and (max-height:500px) and 
(orientation: landscape) {
  .header-content-container  {

    height: unset!important;
  }
  .hero-section {
    height: unset!important;
  }

  .menu_navigation-links {
    padding-top: 10rem;
  }

  .menu .menu_navigation-link:first-of-type {
    margin-top: 15rem;
  }

  .logo-animate {
    margin-bottom: 8rem;
  }
  .menu .menu_navigation-link {
    font-size: 45px;
  }
}


@media (max-width: 650px) {
  .menu .menu_navigation-link {
    font-size: 45px;
  }
}

*/



/* REFERENCE PAGE */

#other-hero-section.hero-section {
  height: unset;
  position: relative;
}

/*ivan edit*/
.hero-line {
  position: absolute;
  bottom: 0;
  right: 3rem;
  height: 70%;
}

.hero-divider {
    position: absolute;
    bottom: -0.063rem;
    width: 100%;
}


/*ivan end edit*/

.reference-content-container {
  display: block;
  margin: 0 auto;
  width: 100%;/*ivan edit*/
}


/*ivan end edit*/

.reference-para {
  text-align: center;
  color: black;
}

.reference-buttons {
/*   display: flex; */
  position: relative;
  margin-top: 3rem;
/*   justify-content: center; */
  width: 100%;/*ivan edit*/
  text-align: center;
}


.reference-button {
  font-size: clamp(2.5rem, 4vw, 4.375rem);
  font-size: 2.5rem;
  text-transform: uppercase; 
  position: relative;
  padding: 1rem 0.5rem;
  font-family: "Bebas Neue";
  color: #CCCCCC;
  cursor: pointer;
  width: 50%;/*ivan edit*/
  transition: color 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .reference-button {
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) {
  .reference-button {
    font-size: 4.375rem;
  }
}



.reference-button.one, .reference-button.two {
  display: inline-block;
  width: 50%;
  margin: 0;
  text-decoration: none;
}

.two:hover ~ hr {
margin-left: 50%;
}


hr {
  position: relative;
height: .25rem;
width: 50%;
margin-left: 0%;
margin-top: -0.125rem;
background: #F05A30;
border: none;
transition: .3s ease-in-out;
}
_:-ms-lang(x), hr { 
text-align: left;
 }



.reference-button.active {
  color:#F05A30;
}
.reference-button.two.active ~ hr {
  margin-left: 50%;
}
.reference-button.one:hover ~ hr {
  margin-left: 0;
}

.reference-button::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0.063rem;
  width: 100%;
  background-color: #d0d0d0;
}

/* .reference-button.active::after {
  background-color: #F05A30;
  height: 3px;
} */

.reference-button {
  width: 50%;
}




.reference-companies {
  display: flex;
  margin: 4rem auto 0;/*ivan edit*/
  width: 100%;/*ivan edit*/
  font-size: 1.25rem;
}

.reference-companies li {
  margin-bottom: 0.8rem;
}

.left-row {
  margin-right: 1rem;
  width: 50%;/*ivan edit*/
}

.right-row {
  margin-left: 1rem;
  width: 50%;/*ivan edit*/
}

.row-HR {
  display: none;
}

@media (max-width: 500px) {
  .reference-companies {
    flex-direction: column;
    /*margin: unset;*//*ivan edit*/
    /*margin-bottom: 10rem;*/
    font-size: 1.15rem;
  }

  .reference-button {
    padding: 1rem 1.5rem;
  }

  .left-row {
    margin-right: 0rem;
    width: 100%;/*ivan edit*/
  }
  
  .right-row {
    margin-left: 0rem;
    width: 100%;/*ivan edit*/
  }
}


@media (min-width: 993px) {
  .reference-companies {
    font-size: 1.375rem;
  }
}



/* Swiper slides styles */

.swiper {
  width: 100%;
}
.swiper-wrapper {
  align-items: center;
  height: auto;
}

.swiper-slide {
  width: 100%;
  height: auto;
/*   margin-bottom: calc(2rem + 4vw); *//*ivan edit*/
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-slide img {
  transition: .8s ease-out;
  transition-property: opacity, scale;
}

.swiper-slide img:not(.swiper-slide.swiper-slide-active img) {
  opacity: 0.2;
  scale: 0.90;
}



.swiper-pagination {
  position: relative;
  margin-top: calc(2rem + 4vw);
}

.swiper-reference .swiper-pagination {
  visibility: hidden;
}


.swiper-pagination-bullet {
  width: 2rem;
  height: 0.15rem;
  border-radius: unset;
}

.swiper-pagination-bullet-active {
  background-color: #F05A30;
}

.number-pagination {
  text-align: center;
  font-size: 3.25rem;
  color: #CCCCCC;
  font-family:"Bebas Neue" ;
}

@media (min-width: 993px) {
  .swiper-pagination-bullet {
  width: 4rem;
}
.number-pagination {
  font-size: 4.375rem;
}

.swiper-reference .swiper-pagination {
  visibility: visible;
}

}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  margin-right: 1rem;
}

.swiper-button-prev {
  background-image: url("img/chevron-left.svg") !important;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  margin-left: 2rem;
}

.swiper-button-next {
  background-image: url("img/chevron-right.svg") !important;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  margin-right: 2rem;
}

@media (max-width:993px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: '';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '';
}




#hero-section.content {
  padding: 0;
}

#hero-section .item {
  margin: 0;
  width: 100%;
}

#hero-section {
  position: relative;
}

.hero-section .main-btn {
    margin-top: 1rem;
}


/*ivan edit*/






/* Language Dropdown menu styles*/


.active-lang {
  position: relative;
  cursor: pointer;
  color: #F05A30;
  font-family: "radikalmedium";
  transition: 0.6s color ease;

}
.navigation-icon.active-lang {
  padding-right: 1.5rem;
}
.lang-dropdown {
  position: absolute;
  right: -0.4rem;
  padding-right: 0.8rem;
}
.lang-dropdown svg {
  transition: 0.6s stroke ease ;
}

body.open .lang-dropdown svg {

  stroke: #FFFFFF;
}

/* .active-lang::after {
  content: url("img/chevron-down.svg");
  top:0;
  right: 0;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
} */

body.open .active-lang::after {

}

body.open .active-lang {
  color: #ffffff;
}

body.open .dropdown-menu a {
  color: #ffffffad;

}


.dropdown-menu {
  position: absolute;
  left: 0;
  top: 50%;
  display: flex;
  visibility: visible;
  flex-direction: column;
  border-radius:0.425rem;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-family: "radikalmedium";
}
.dropdown-menu a span {
  text-align: center;
  padding: 1.5rem 1rem;
/*   background-color: #0000001c; */
  transition: .1s background-color ease-in-out;
}
.dropdown-menu a span:hover {
/*   background-color: #f05a30; */
}
.dropdown-menu a:first-child {
  margin-top: 2rem;
}
.dropdown-menu a:last-child {
  margin-top: 1.2rem;
}
.dropdown-menu a {
  transition: color 0.3s;
}
.dropdown-menu a:hover {
  color: #F05A30;
}
body.open .dropdown-menu a:hover {
  color: #FFFFFF;
}


.dropdown-menu {
  display: none;
  visibility: hidden;
}


 .active-lang:hover .dropdown-menu {
  display: flex;
  visibility: visible;
}
.dropdown-menu:hover{
  visibility: visible;
}


/*  Form css */

.form-element {
  width: 100%;
  margin-bottom: 1rem;
}

.form-element input, .form-element textarea {
  width: 100%;
  padding: 0.75rem 1.5rem;
  font-family: RadikalLight;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  font-size: .75rem;
  border: 0.063rem solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.form-element input::placeholder, .form-element textarea::placeholder {
color: #c4c4c4;
}

.form-element select#zanimanje {
  width: 100%;
  padding: 0.75rem 1.5rem;
  border: none;
  outline: none;
  background: #F05A30;
  color: #fff;
  border-radius: 0;
}

.form-element select#zanimanje:first-child {
  font-weight: normal;
  font-family: 'Bebas Neue', cursive;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 0;
}

input:focus {
  border: 0.063rem solid #F05A30;
  outline: none;
}







.font-blue {
  color: #50ADC2;
}

.logo-with-lines {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center; /* making vertical centerign of all children */
padding-top: calc(2rem + 3vw);
  padding-bottom: calc(2rem + 3vw);
}

.logo-with-lines::before, .logo-with-lines::after {
content: '';
flex: 1 1 auto; /* the first digint is 'flex-grow: 1', helps elemet to occupy all free space */ 
border-bottom: solid 0.125rem #B3B3B3;
}

.logo-with-lines img {
flex: 0 1 auto; /* the first digint is flex-grow: 0 */ 
padding: 0 1rem 0 1rem;
color: #fff;
width: 8rem;
}


ul.podrucja {
    line-height: 1.25;
}
ul.podrucja li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.25rem;
  font-size: 1.125rem;
}


ul.podrucja li:before {
    content: url(img/check.svg);
    position: absolute;
    left: 0;
}



.o-hidden {
  overflow-x: hidden;
}

.infinity {
  transform: translate3d(-100%,0,0);
}

.section.infinity img {
  width: 100%;
}







.reveal-anim-secondary {
  opacity: 1;
  transform:translate3d(0,0,0);
}
.reveal-anim-primary {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

@media (min-width:651px) {
  .reveal-anim-secondary {
    opacity: 0;
    transform:translate3d(0,250px,0) ;
  }

  .reveal-anim-primary {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
  }
}



.hero-line-other {
  position: absolute;
  bottom: 0;
  right: 3rem;
  height: 70%;
  transform: translate3d(0, 0, 0);
}



#home .hero-line-homepage-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  transform: translate3d(0, 0, 0);
  height: auto;
  width: 80vw;
}

.hero-line-homepage-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  transform: translate3d(0, 0, 0);
  height: auto;
  width: 80vw;
  z-index: 4;
}

@media (min-width: 500px) {

#home .hero-line-homepage-1 {
    width: 27.5rem;
}

.hero-line-homepage-2 {
    width: 27.5rem;
}

}

.abc {
  transform: rotate(90deg);
}





/* Google map */

#map {
  width: 100%;
  height: 500px;
}