body {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2vw;
  line-height: 1.5;
  margin: 0;
}
/* #primary-menu {
	list-style: none;
	padding: unset;
} */
nav {
  transition: 0.5s;
  z-index: 99998;
  width: 100%;
  position: fixed;
  background-color: white;
}
nav .logo-regular {
  display: block;
}
nav .logo-bijeli {
  display: none;
}

.nav-right .pbold {
  color: #001034;
}
.nav-right a.pbold:nth-child(5) {
  display: none;
}

.transparent {
  background-color: transparent;
}
.transparent .logo-regular {
  display: none;
}
.transparent .logo-bijeli {
  display: block;
}
.transparent .nav-right .pbold {
  color: white;
}

.navbar {
  margin-left: 80px;
  margin-right: 80px;
  grid-column: span 12;
  height: 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .pbold {
  transition: color 0.5s;
 font-size: 1vw;
line-height: 176%;
position: relative;
  text-decoration: none;
}
.navbar .pbold:hover {
  transition: color 0s;
}

.nav-right {
  display: flex;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  align-items: center;
}
.nav-right .pbold:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #001034;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  top: 100%;
}
.nav-right .pbold:hover {
  position: relative;
  cursor: pointer;
  margin-top: 1px;
}
.nav-right .pbold:hover:after {
  width: 100%;
  left: 0;
}
.nav-right .button {
  padding: 0.8vw 1.3vw;
  background-color: #758eb3;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.nav-right .button h5 {
  color: white;
  width: -moz-fit-content;
  width: fit-content;
 font-size: 1vw;
line-height: 176%;
z-index: 3;
  position: relative;
}
.nav-right .button::before, .nav-right .button::after {
  content: "";
  z-index: -1;
  -o-transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  position: absolute;
  top: 0;
  bottom: 100%;
  left: -100%;
}
.nav-right .button::before {
  z-index: 1;
  background-color: #042981;
}
.nav-right .button::after {
  z-index: 2;
  background-color: #001034;
}
.nav-right .button:hover::before {
  transform: translate(100%);
}
.nav-right .button:hover::after {
  transform: translate(100%);
  transition-delay: 0.175s;
}

.transparent .nav-right .pbold:after {
  background: white;
}

.transparent.menu-active .nav-right .pbold:after {
  background: #001034;
}

.menu, .menu-placeholder {
  display: none;
  cursor: pointer;
}

.logo {
  cursor: pointer;
}
.logo img {
  height: 1.5vw;
}

.menu-mobile {
  grid-column: span 12;
  height: 0;
  transition: 1s ease-in-out;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
.menu-mobile .lng {
  margin-left: 0px;
  margin-top: 40px;
}

.menu-text {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: #001034;
  margin-top: 24px;
  z-index: 2;
  opacity: 0;
  margin-top: 60px;
}

.underline-menu {
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}

.underline-menu::before {
  transition-duration: 1.5s;
  transition-delay: 0.5s;
  z-index: -1;
  content: "";
  position: absolute;
  height: 10px;
  background: #001034;
  width: 0;
  top: 30px;
}

picture {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}

picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section, header {
  width: 100%;
  height: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 2.5vw;
  column-gap: 2.5vw;
}

.container {
  padding: 0 2.5vw;
  margin: 0 auto;
}

.maxw {
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
}

.scrollable {
  width: 100%;
  position: fixed;
  border: 1px solid gray;
  overflow: hidden;
  height: 100%;
  z-index: 1000;
}

.scrollable .content-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.content {
  height: 2000px;
  position: relative;
}
.content div {
  height: 234px;
  width: 232px;
  position: absolute;
}

h1 {
  font-size: 4.8vw;
  letter-spacing: -0.1vw;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
  color: white;
}

h2 {
  font-size: 2.8vw;
  letter-spacing: -0.1vw;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
  color: #001034;
}

h3 {
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
  grid-column: span 12;
  color: #001034;
}

h4 {
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 0;
  grid-column: span 12;
  color: #001034;
}

h5 {
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0;
  grid-column: span 12;
  color: #4b4b4b;
}

p {
 font-size: 1vw;
line-height: 176%;
margin-top: 0;
  grid-column: span 12;
  color: #4b4b4b;
  font-weight: 300;
}

.button {
  padding: 1vw 1.5vw;
  background-color: #758eb3;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.button h5 {
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2vw;
  z-index: 3;
  position: relative;
}

.button::before, .button::after {
  content: "";
  z-index: -1;
  -o-transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
  position: absolute;
  top: 0;
  bottom: 100%;
  left: -100%;
}

.button::before {
  z-index: 1;
  background-color: #042981;
}

.button::after {
  z-index: 2;
  background-color: #001034;
}

.button.hovered::before {
  transform: translate(100%);
}

.button.hovered::after {
  transform: translate(100%);
  transition-delay: 0.175s;
}

header {
  height: 80dvh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
header h1 {
grid-column: 2/span 6;
  z-index: 2;
}
header h5 {
  grid-column: 2/span 2;
  z-index: 2;
  color: white;
  line-height: 4vw;
}
header img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.paralax {
  z-index: 2;
  position: relative;
  width: 100%;
  background-color: white;
  padding-top: 10vw;
}

.technology-wrapper {
  grid-column: 2/span 5;
}

.technology-holder {
  padding-top: 100%;
  position: relative;
}

.technology-text {
  grid-column: span 5;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3vw;
}
.technology-text p {
  margin-top: 1.5vw;
}
.technology-text a {
  margin-top: 1.5vw;
}

.computer {
  padding-top: 4vw;
  position: relative;
}
.computer h2 {
  grid-column: 2 / span 7;
  margin-bottom: 2vw;
}
.computer p {
  grid-column: 2/span 12;
  margin-top: 3vw;
}

.computer-img {
  transform: translateY(30%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.computer-img img {
  width: 60vw;
  height: auto;
}
li{
 font-size: 1vw;
line-height: 176%;
font-weight: 300;
  color: #4b4b4b;
  font-family: "Gotham";
}

footer {
  background-color: #001034;
  margin-top: 20vw;
  position: relative;
}
footer a {
  text-decoration: none;
}
.pfooter{
  color: #c1cad6;
  font-size: 0.9vw;
}
.white{
color:#fff;
}
.footer-logo {
  position: absolute;
  height: 100%;
  width: 30vw;
  
  left: 5vw;
  background-color: #001034;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo img {
  width: 50%;
}

.footer-up {
  grid-column: 6/span 7;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  justify-content: space-between;
  border-bottom: #d9d9d9 1px solid;
}
.footer-up a {
  text-decoration: none;
}

.footer-middle {
  grid-column: 6/span 7;
  padding-top: 5vw;
  padding-bottom: 3vw;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}
.footer-middle p {
  padding-top: 1vw;
  color: #fff;
}

.footer-down {
  padding-top: 4vw;
  padding-bottom: 2vw;
  grid-column: 6/span 7;
  display: flex;
  justify-content: space-between;
}
.footer-down div {
  display: flex;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
}

.black {
  color: #001034;
}

.gallery {
  margin-bottom: 6vw;
  margin-top: 6vw;
}
.gallery .grid {
  -moz-column-gap: 0;
       column-gap: 0;
}
.gallery .grid div {
  grid-column: span 3;
  height: 18vw;
  overflow: hidden;
}
.gallery .grid div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.gallery .hovered img {
  transform: scale(1.1);
}

.computer-top {
  padding-bottom: 3vw;
}

.computer ul {
  grid-column: 2/ span 9;
}
.computer ul li {
 font-size: 1vw;
line-height: 176%;
margin-top: 0;
  color: grey;
  font-weight: 300;
}

.jobs {
  padding-top: 12vw;
}
.jobs h5 {
  grid-column: 2/span 2;
}
.jobs h2 {
  grid-column: 5/span 7;
  margin-bottom: 5vw;
}

.job-element {
  margin-top: 40px;
  grid-column: 4/span 4;
  height: 18vw;
  display: inline-flex;
  position: relative;
  
  transition: 1s;
}
.job-element a {
  height: 100%;
  width: 100%;
  background-color: rgb(245, 245, 245);
  transition: .5s;
}
.job-element h4 {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
  transition: 0.5s;
}
.job-element p {
  transition: 0.5s;
}

.job-element-big {
  grid-column: span 4;
}

.job-element-small {
  grid-column: span 3;
}

.top-left {
  position: absolute;
  left: 10%;
  top: 10%;
  color: #000;
}

.top-right {
  position: absolute;
  right: 10%;
  top: 10%;
  transition: 0.5s;
}

.svg-tansition {
  position: absolute;
  top: 2vw;
  right: 2vw;
  color: #001034;
  height: 2vw;
  width: 2vw;
}
.svg-tansition svg {
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 0;
  transform: translateX(-100%) translateY(100%);
}

.job-element .hovered svg {
  transform: translateX(0) translateY(0);
  opacity: 1;
  color: white;
}
.job-element .hovered{
  background-color: #001034;
}
.job-element .hovered .top-right {
  opacity: 0;
}
.job-element .hovered p {
  color: white;
}
.job-element .hovered h4 {
  color: white;
}

.placeholder-cards {
  grid-column: 1/span 1;
}

.lng-menu {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.lng-menu h5 {
  cursor: pointer;
  font-size: 1vw;
}

.lng-active {
  color: #001034;
}

.transparent .lng-active {
  color: white;
}

.menu-active .lng-active {
  color: white;
}

.nav-socials {
  display: none;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
}
.nav-socials img {
  height: 9vw;
  padding: 2vw;
}
.nav-socials a {
  border: 1px solid white;
  border-radius: 100%;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}

@media only screen and (max-width: 800px) {
  .lng-menu {
    padding-top: 12vw;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  .lng-menu h5 {
    cursor: pointer;
    font-size: 4vw;
  }
  .nav-socials {
    display: flex;
  }
  .nav-right .button {
    display: none;
  }
  .navbar {
    margin-left: 0;
    margin-right: 0;
    height: 18vw;
    padding: 0 5vw;
    position: relative;
  }
  .logo img {
    height: 5.2vw;
  }
  .nav-right {
    grid-column: span 12;
    height: 0;
    transition: height 1s ease-in-out 0s, opacity 1s ease 0s;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 18vw;
    width: 100%;
    left: 0;
    background-color: #001034;
    padding: 0 10vw;
    align-items: start;
    row-gap: 6vw;
    opacity: 0;
  }
  .nav-right .pbold:after {
    height: 3px;
    top: calc(100% - 0.2vw);
  }
  .navbar .pbold {
    transition: color 0.5s;
    font-size: 8vw;
  }
  .menu {
    display: none;
    width: 32px;
    height: 20px;
    transition: all 0.5s ease-in-out;
    align-items: center;
    position: relative;
  }
  .menu-line {
    width: 100%;
    height: 2px;
    background-color: #001034;
    transition: all 0.5s ease-in-out;
  }
  .menu-line::before, .menu-line::after {
    margin-left: 0 !important;
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #001034;
    transition: all 0.5s ease-in-out;
  }
  .transparent .menu-line::before, .transparent .menu-line::after {
    background-color: white;
  }
  .transparent .menu-line {
    background-color: white;
  }
  .menu-line::before {
    transform: translateY(-5px);
  }
  .menu-line::after {
    transform: translateY(5px);
  }
  .menu {
    display: flex;
  }
  .menu-placeholder {
    display: flex;
    width: 32px;
    height: 14px;
  }
  .menu-active {
    background-color: #001034 !important;
  }
  .menu-active .menu-line::before, .menu-active .menu-line::after {
    background-color: white;
  }
  .menu-active .logo-bijeli {
    display: block !important;
  }
  .menu-active .logo-regular {
    display: none !important;
  }
  .menu-active .pbold {
    text-decoration: none;
    color: white;
  }
  .menu-active .menu-text {
    transition-duration: 1.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s;
    margin-top: 24px;
    opacity: 1;
  }
  .menu-active .primary-menu li {
    margin-top: 16px;
    transition-duration: 1.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s;
  }
  .menu-active .primary-menu li a {
    transition-duration: 1.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s;
    margin-top: 24px;
    opacity: 1;
  }
  .menu-active .underline-menu::before {
    width: 100%;
  }
  .menu-active .menu-line {
    background-color: transparent !important;
  }
  .menu-active .menu-line::before {
    transform: rotate(25deg);
  }
  .menu-active .menu-line::after {
    transform: rotate(-25deg);
  }
  .menu-active .nav-right {
    height: calc(100dvh - 18vw);
    transition: height 1s ease-in-out 0s, opacity 0s ease 0s;
    opacity: 1;
  }
  .nav-right .button {
    padding: 4.5vw 9.5vw;
  }
  .nav-right .button h5 {
    font-size: 5vw;
  }
  .nav-right a.pbold:nth-child(5) {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .jobs {
    padding-top: 6vw;
  }
  .computer ul {
    grid-column: span 12;
    padding-left: 4vw;
    margin-top: 6vw;
  }
  .computer ul li {
    font-size: 4.1vw;
  }
  .scrollable {
    height: 100%;
  }
  header {
    height: 60vh;
  }
  h1 {
    font-size: 10vw;
  }
  h2 {
    font-size: 8vw;
  }
  h3 {
    font-size: 5vw;
  }
  h4 {
    font-size: 6vw;
  }
  h5 {
    font-size: 4vw;
  }
  p {
    font-size: 4.4vw;
  }
  .button {
    padding: 3vw 5.5vw;
  }
  .button h5 {
    font-size: 4vw;
  }
  header h1 {
    grid-column: span 12;
    z-index: 2;
    margin-top: 2vw;
  }
  header h5 {
    grid-column: span 12;
    z-index: 2;
  }
  .gallery .grid div {
    grid-column: span 6;
    height: 30vw;
    overflow: hidden;
  }
  .technology-text a {
    margin-top: 1.5vw;
    margin-bottom: 6vw;
  }
  .technology-text p {
    margin-top: 3.5vw;
  }
  .technology-text {
    grid-column: span 12;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    padding-top: 0px;
    padding-top: 7vw;
  }
  .technology-wrapper {
    grid-column: span 12;
  }
  .computer {
    padding-top: 10vw;
    padding-bottom: 16vw;
    position: relative;
  }
  .computer h2 {
    grid-column: span 12;
  }
  .computer p {
    grid-column: span 12;
    margin-top: 3vw;
  }
  .footer-logo {
    height: 90vw;
    width: 90vw;
  }
  footer {
    margin-top: 30vw;
    padding-bottom: 10vw;
  }
  .footer-up {
    grid-column: span 10;
    margin-top: 50vw;
    padding-top: 37vw;
    padding-bottom: 9vw;
    flex-wrap: wrap;
    row-gap: 9vw;
  }
  .footer-up a {
    width: 50%;
  }
  .footer-up h5 {
    font-size: 6vw;
  }
  .footer-middle {
    flex-direction: column;
    row-gap: 5vw;
    grid-column: span 12;
  }
  .footer-down {
    flex-direction: column;
    row-gap: 2vw;
    grid-column: span 12;
  }
  .paralax {
    padding-top: 16vw;
  }
  .computer-top {
    padding-bottom: 15vw;
  }
  .technology-text a {
    margin-top: 6.5vw;
    margin-bottom: 6vw;
  }
  .jobs h2 {
    grid-column: span 12;
    margin-bottom: 2vw;
    margin-top: 2vw;
  }
  .jobs h5 {
    grid-column: span 12;
  }
  .job-element {
    margin-top: 10vw;
    grid-column: span 12;
    height: 53vw;
  }
  .job-element h4 {
    left: 9%;
  }
  .svg-tansition {
    position: absolute;
    top: 5vw;
    right: 5vw;
    color: #001034;
    height: 5vw;
    width: 5vw;
  }
  .svg-tansition svg {
    height: 100%;
    width: 100%;
    transition: 0.5s;
    opacity: 1;
    transform: none;
  }
}/*# sourceMappingURL=technology.css.map */