@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
  scroll-behavior: smooth;
}

.no-scroll {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Oswald", sans-serif;
  position: relative;
  letter-spacing: 2px;
}

.container {
  width: 90%;
  max-width: 1440px;
  margin: auto;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 400;
  font-size: 28px;
}
h2 span {
  color: #1608dc;
}

#navbar {
  position: absolute;
  height: 100vh;
  width: 70%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  z-index: 4;
  top: 0;
  left: -110%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  transition: 0.4s;
}
#navbar nav {
  display: flex;
  flex-direction: column;
}
#navbar nav ul {
  list-style: none;
}
#navbar nav ul:first-child {
  margin-bottom: 20px;
}
#navbar nav ul li {
  margin-bottom: 10px;
}
#navbar nav ul li a {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
#navbar .brand {
  overflow: hidden;
  height: 140px;
  position: absolute;
  width: 100%;
  top: 0;
}
#navbar .brand img {
  width: 100%;
}

header {
  position: absolute;
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: center;
  z-index: 2;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 10%;
}
header .container nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
}
header .container nav ul {
  list-style: none;
  display: flex;
}
header .container nav ul:last-child li {
  margin-right: 20px;
}
header .container nav ul:last-child li:last-child {
  margin-right: 0;
}
header .container nav ul:last-child li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
header .container nav ul:first-child {
  margin-right: auto;
}
header .container nav ul:first-child li {
  margin: 0;
}
header .container nav ul:first-child li a {
  text-decoration: none;
  color: #fff;
}

.toggler {
  display: none;
}

.slider {
  display: block;
  position: relative;
}
.slider .widget {
  background-color: #d6d7d9;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  height: 98.4%;
  padding-bottom: 50px;
  width: 15%;
  z-index: 10;
}
.slider .widget .brand {
  aspect-ratio: 1/1;
  width: 200%;
  margin-left: 100%;
  z-index: 3;
}
.slider .widget .brand a img {
  width: 100%;
  height: auto;
}
.slider .widget .brand a div {
  position: relative;
}
.slider .widget .brand .logo {
  position: absolute;
  top: 0%;
  z-index: 6;
  left: 0;
  width: 100%;
}
.slider .widget p {
  text-transform: uppercase;
  transform: rotate(-90deg);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-wrap: nowrap;
  margin-top: 10%;
  letter-spacing: 4px;
  color: rgb(145, 144, 144);
}
.slider .widget .links {
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.slider .widget .links i {
  color: rgb(145, 144, 144);
}
.slider .banner {
  position: relative;
}
.slider .banner .owl-item {
  position: relative;
  width: 100%;
  margin: 0;
}
.slider .banner .owl-item div {
  width: 100%;
}
.slider .banner .owl-item img {
  display: block;
  width: 100%;
}
.slider .text {
  position: absolute;
  z-index: 2;
  width: 50%;
  min-width: 736px;
  height: 100%;
  top: 0;
  left: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.slider .text h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: 14px;
  text-wrap: nowrap;
}
.slider .text a {
  display: flex;
  align-self: flex-end;
  background-color: #1608dc;
  justify-content: center;
  align-items: center;
  width: 300px;
  text-decoration: none;
  color: #fff;
  padding: 20px;
  border-radius: 55px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 120px;
  margin-right: 15px;
}
.slider .text a img {
  margin-left: 20px;
  width: 15px;
  height: auto;
}

.onama {
  padding: 100px 0;
}
.onama h2 {
  margin-bottom: 100px;
}
.onama section {
  padding: 50px 0;
  background-image: url(img/onama_bg.png);
  background-position: top left;
  background-size: auto;
  background-repeat: no-repeat;
}
.onama section .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.onama section .container article {
  flex: 0 0 35%;
}
.onama section .container article h3 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px;
  color: #000;
}
.onama section .container article p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
}
.onama section .container article ul {
  list-style: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 500;
  letter-spacing: 4px;
}
.onama section .container article:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex: 0 0 30%;
}
.onama section .container article:nth-child(2) ul {
  flex: 0 0 70%;
}
.onama section .container article:last-child {
  align-self: center;
  flex: 0 0 10%;
}

.radovi {
  background: url(img/projekti_bg.png);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
}
.radovi h2 {
  margin-bottom: 100px;
}
.radovi .owl-item {
  overflow: hidden;
}
.radovi .owl-item img {
  height: auto;
  width: 100%;
  filter: grayscale(100%);
  transition: 0.4s;
}
.radovi .owl-item:hover img {
  filter: none;
}

.klijenti {
  padding: 100px 0;
}
.klijenti section {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.klijenti section article:first-child p {
  color: #1608dc;
  font-weight: 900;
  font-size: 208px;
  line-height: 200px;
}
.klijenti section article:last-child p {
  text-transform: uppercase;
}
.klijenti section article:last-child p span {
  color: #1608dc;
}
.klijenti h2 {
  background: url(img/klijenti_bg.png);
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.klijenti .logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.klijenti .logos div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 15%;
  padding: 0 8px;
  margin-bottom: 50px;
  min-width: 100px;
}
.klijenti .logos div img {
  transition: 0.3s;
  filter: brightness(1);
  max-width: 100%;
}
.klijenti .logos div img:hover {
  filter: brightness(0.01);
}

.kontakt .container {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.kontakt .container article:first-child {
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
}
.kontakt .container article:first-child a, .kontakt .container article:first-child p {
  color: rgb(145, 144, 144);
  text-decoration: none;
}
.kontakt .container article:last-child {
  flex: 0 0 70%;
}
.kontakt .container article:last-child form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.kontakt .container article:last-child form section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kontakt .container article:last-child form section div {
  display: flex;
  flex-direction: column;
  flex: 0 0 30%;
}
.kontakt .container article:last-child form section div input, .kontakt .container article:last-child form section div textarea {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  background-color: #d6d7d9;
  padding: 15px;
}
.kontakt .container article:last-child form section div input:first-child, .kontakt .container article:last-child form section div textarea:first-child {
  margin-bottom: 20px;
}
.kontakt .container article:last-child form section div textarea {
  height: 100%;
  margin-bottom: 0 !important;
}
.kontakt .container article:last-child form button {
  display: flex;
  align-self: flex-end;
  background-color: #1608dc;
  justify-content: center;
  align-items: center;
  width: 300px;
  text-decoration: none;
  color: #fff;
  padding: 20px;
  border-radius: 55px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 120px;
  margin-right: 15px;
  border: none;
  cursor: pointer;
}
.kontakt .container article:last-child form button img {
  margin-left: 20px;
  width: 15px;
  height: auto;
}

.footer {
  background-color: #1608dc;
  height: 10vh;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer .container img {
  max-width: 150px;
  height: auto;
}
.footer .container p {
  color: #fff;
}

@media (max-width: 1600px) {
  .slider .text {
    min-width: 230px;
  }
  .slider .text a {
    margin-right: 0;
  }
  .slider .text h1 {
    font-size: 32px;
  }
  .onama section .container article:last-child {
    display: none;
  }
  .onama section .container {
    justify-content: space-evenly;
  }
}
@media (max-width: 1200px) {
  .slider {
    position: relative;
  }
  .slider .widget {
    position: absolute;
    opacity: 0.6;
    z-index: 3;
    left: 0;
    top: 0;
    width: 15%;
    height: 100%;
  }
  .slider .text {
    justify-content: flex-end;
    padding-bottom: 70px;
  }
  header .container nav ul:first-child {
    margin-right: 50px;
  }
}
@media (max-width: 1000px) {
  .slider .text {
    min-width: 230px;
  }
  .slider .text h1 {
    font-size: 28px;
  }
  .kontakt .container {
    flex-direction: column;
    align-items: center;
  }
  .kontakt .container article:first-child {
    margin-bottom: 50px;
  }
  .kontakt .container article:last-child {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .slider .widget .links {
    flex-direction: row;
    height: auto;
    width: 80%;
    margin: auto auto 0px auto;
  }
}
@media (max-width: 876px) {
  header .container nav {
    display: none;
  }
  .toggler {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .toggler .bar {
    width: 40px;
    height: 5px;
    background-color: #fff;
    transition: 0.3s;
  }
  .toggler.active .bar1 {
    transform: rotate(-45deg) translate(-10px, 17px);
  }
  .toggler.active .bar2 {
    transform: translate(200px);
    opacity: 0;
  }
  .toggler.active .bar3 {
    transform: rotate(45deg) translate(-8px, -14px);
  }
}
@media (max-width: 670px) {
  .kontakt .container article:last-child form section {
    flex-direction: column;
  }
  .kontakt .container article:last-child form section div {
    margin-bottom: 20px;
  }
  .kontakt .container article:last-child form button {
    margin-top: 0;
  }
  .kontakt .container article:last-child form section div textarea {
    min-height: 200px;
  }
  .slider .widget {
    padding-bottom: 20px;
  }
  .slider .widget p {
    display: none;
  }
  .slider .widget .links {
    display: block;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .slider .widget .links a {
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
  }
  .slider .widget .links a:last-child {
    margin-bottom: 0;
  }
  .slider .widget .links a i {
    margin: 0;
  }
  .slider .text {
    padding-bottom: 50px;
    width: 80%;
    left: 10%;
  }
  .slider .text h1 {
    text-wrap: wrap;
    text-align: right;
  }
  .slider .text a {
    margin-top: 20px;
    width: 200px;
    font-size: 16px;
  }
  .onama section {
    background-size: 100%;
  }
  .onama section .container {
    flex-direction: column;
  }
  .radovi {
    background-size: 100%;
  }
  .klijenti section {
    flex-wrap: wrap;
    justify-content: center;
  }
  .klijenti h2 {
    background-size: 100%;
  }
  .kontakt .container article:last-child {
    max-width: 400px;
  }
}
@media (max-width: 540px) {
  header {
    height: 10vh;
  }
  h1, h2, h3 {
    text-wrap: wrap !important;
  }
  .slider .text {
    width: 95%;
    left: 2.5%;
    pointer-events: none;
  }
  .slider .text a {
    display: none;
  }
  .onama {
    padding: 50px 0;
  }
  .onama h2 {
    margin-bottom: 50px;
  }
  .klijenti .logos div {
    min-width: 150px;
  }
  .klijenti .logos div img {
    width: auto;
  }
  .kontakt .container article:last-child form button {
    width: 100%;
    margin: auto;
  }
  .footer .container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .footer .container p {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 200;
  }
}/*# sourceMappingURL=style.css.map */