@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
}

img {
  display: block;
  width: 100%;
  margin: auto;
}

h1 {
  padding: 50px;
  text-align: center;
  font-size: 64px;
  text-transform: uppercase;
}

p {
  text-align: center;
  font-weight: 200;
  max-width: 1000px;
  margin: auto;
  font-size: 24px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.no-shadow {
  text-shadow: none;
}

.container {
  max-width: 1920px;
  margin: auto;
}

.slider1 {
  margin: auto;
  max-width: 1200px;
  padding: 50px 0;
  margin-top: 50px;
}
.slider1 .owl-stage {
  display: flex;
  align-items: center;
}
.slider1 .owl-item {
  max-width: 300px;
  margin: auto;
  width: 100%;
}
.slider1 .owl-item > div {
  margin: auto;
}
.slider1 .owl-item img {
  margin: auto;
}
.slider1 .owl-item h3 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.slider1 .owl-item p {
  text-align: center;
  font-size: 16px;
  text-shadow: none;
}

.slider2 {
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
.slider2 .owl-stage .owl-item > div {
  max-width: 350px;
  aspect-ratio: 1/1;
  margin: auto;
  background: url(img/Shape.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider2 .owl-stage .owl-item > div img {
  height: 90%;
  width: auto;
}
.slider2 .owl-stage .owl-item > div:hover {
  background: url(img/g10.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  cursor: url("img/pointer.png"), auto;
}
.slider2 .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  top: 35%;
}
.slider2 .owl-nav button.disabled {
  opacity: 1;
  pointer-events: auto;
}

.sekcija {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  display: flex;
  padding: 100px 0;
  justify-content: space-evenly;
  align-items: flex-end;
}
.sekcija article {
  flex: 0 0 40%;
}
.sekcija article:last-child p {
  text-align: left;
  color: #fff;
  margin: 30px 0;
}
.sekcija article:last-child h2 {
  color: #fff;
}
.sekcija article:last-child a {
  display: block;
  background-color: #ffc200;
  color: #000;
  width: 50%;
  min-width: 200px;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  font-weight: 500;
}

.sekcija1 {
  margin-top: -30px;
  padding-top: 80px;
  padding-bottom: 100px;
  color: #fff;
  text-align: center;
}
.sekcija1 h2 {
  margin-bottom: 50px;
}

.sekcija2 {
  background-position: bottom;
  background-size: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.sekcija2 article {
  flex: 0 0 45%;
}
.sekcija2 article:first-child p {
  text-align: left;
  color: #fff;
  margin: 30px 0;
}
.sekcija2 article:first-child h2 {
  color: #fff;
}
.sekcija2 article:first-child a {
  display: block;
  background-color: #ffc200;
  color: #000;
  width: 50%;
  min-width: 200px;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  font-weight: 500;
}

.crazyBg {
  background: url(img/shape1.png);
  background-size: 100% 100%;
  padding-bottom: 100px;
}

.g7 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-top: 100px;
}
.g7 img {
  width: 100%;
  height: auto;
}
.g7 article {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10%;
}
.g7 article img {
  width: 100%;
}

.nl {
  background-color: #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
.nl img:first-child {
  width: 20%;
  align-self: flex-start;
}
.nl img:last-child {
  width: 20%;
  align-self: flex-end;
}
.nl article {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nl article h2 {
  text-align: center;
}
.nl article p {
  font-size: 24px;
  margin: 20px auto;
}
.nl article form {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.nl article form input[type=email] {
  padding: 10px;
  color: lightgray;
  flex: 0 0 70%;
  border: none;
}
.nl article form input[type=submit] {
  padding: 10px;
  background-color: #ee352d;
  color: #fff;
  font-weight: 500;
  flex: 0 0 30%;
  border: none;
}

@media (max-width: 1000px) {
  p {
    text-align: center;
  }
  .sekcija {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .sekcija article {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  .sekcija article img {
    max-width: 300px;
    margin: auto;
  }
  .sekcija article p {
    text-align: center;
  }
  .sekcija2 {
    background-repeat: no-repeat;
    background-size: 110% 110%;
    flex-direction: column;
    padding: 5%;
  }
  .sekcija2 article:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
  }
  .sekcija2 article:first-child p {
    text-align: center;
  }
  .sekcija2 article:first-child img {
    max-width: 300px;
    margin: auto;
  }
  .g7 article {
    width: 30%;
  }
}
@media (max-width: 550px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 24px;
  }
  h2, h3 {
    font-size: 20px;
  }
  .nl {
    min-height: 350px;
    position: relative;
  }
  .nl article {
    position: absolute;
  }
}/*# sourceMappingURL=style.css.map */