/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

img {
  height: auto;
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

fieldset {
  border: none;
}

.transition-fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

body, button {
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}

#pocetak, #kontakt {
  overflow: hidden;
}

#pocetak {
  color: #0E9D81;
  background-color: #B4F3E7;
}

#pocetak body, #pocetak a, #pocetak button {
  color: #0E9D81;
}

#proces {
  color: #168C34;
  background-color: #B1FCC4;
}

#proces body, #proces a, #proces button {
  color: #168C34;
}

#projekti, #kontakt {
  color: #545F1D;
  background-color: #F2FFAD;
}

#projekti body, #projekti a, #projekti button, #kontakt body, #kontakt a, #kontakt button {
  color: #545F1D;
}

h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-size: 3.125rem;
  font-weight: 500;
}

#proces h2 {
  margin-bottom: 2.25rem;
}

h3 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

#proces h3 {
  margin-bottom: 1.125rem;
}

.lead-txt {
  font-weight: 600;
  font-size: 1.5rem;
}

.body-txt {
  font-size: 1.125rem;
  line-height: 1.333333;
  font-weight: 600;
}

#mobile-nav {
  display: none;
}

nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  padding: 0 3rem 0 2.5rem;
}

.nav-mid a {
  margin: 0 1.875rem 0 1.875rem;
}

.nav-mid {
  position: relative;
  left: -4rem;
}

#mobile-burger {
  display: none;
}

nav a:not(.logo) {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 0.1875em solid transparent;
}

nav a:hover:not(.is-active):not(.logo):not(#mobile-burger) {
  border-bottom: 0.1875em solid white;
}

nav a:hover:not(#mobile-burger):not(.logo) {
  top: -0.5em;
}

nav a.is-active:hover:after {
  margin: 0;
  top: 1.2em;
}

nav a.is-active {
  position: relative;
}

nav a.is-active::after {
  border-bottom: 0.1875em solid white;
  content: "";
  left: -0.1em;
  margin-top: calc(0.1875em / 2 * -1);
  position: absolute;
  right: -0.1em;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.logo {
  display: block;
  position: relative;
  border: none;
  width: 296px;
  height: 112px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.logo:hover {
  top: 0;
  border: none;
  left: -0.5em;
}

.bottom-bar {
  position: absolute;
  bottom: 3rem;
  padding: 0 3rem 0 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-bar button {
  z-index: 2000;
}

button {
  border: none;
  background-color: white;
  padding: 1.25em 2em;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-align: center;
  white-space: nowrap;
  border-radius: 2em;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#pocetak button:hover {
  background-color: #0E9D81;
  color: #B4F3E7;
}

#proces button:hover {
  background-color: #168C34;
  color: #B1FCC4;
}

#projekti button:hover, #kontakt button:hover {
  background-color: #545F1D;
  color: #F2FFAD;
}

.sound, #mobile-burger, #mobile-nav .closebtn {
  padding: 0.85em 0.85em;
  font-size: 1.5rem;
}

#impressum {
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  z-index: 999;
  position: fixed;
  right: -60px;
  top: 50vh;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

#impressum a {
  text-decoration: underline;
}

.videoS1 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 95vmin;
  padding: 0;
  margin: 0;
  line-height: 0.1;
  z-index: -10;
}

#pocetak h1 {
  position: relative;
  top: 35vh;
  left: 3rem;
  width: 47vw;
  max-width: 15em;
}

.videoS2 {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 90vh;
  max-height: 100vh;
  max-width: 50vw;
  padding: 0;
  margin: 0;
  line-height: 0.1;
  z-index: -10;
}

.proces-txt {
  position: relative;
  margin-top: 20vh;
  left: 50vw;
  width: 33vw;
  max-width: 30em;
}

.proces-txt img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.proces-txt a {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 6.25rem;
  margin-bottom: 8rem;
  border: none;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.proces-txt a:hover {
  border: none;
  left: 0.5em;
}

#proces .bottom-bar {
  position: fixed;
}

.projekt-txt {
  position: absolute;
  left: 3rem;
  width: 40vw;
  top: 20vh;
}

#projekti .lead-txt {
  position: relative;
  left: 1.25rem;
  margin-top: 1.125rem;
}

#projekti h3 {
  margin-top: 1.5rem;
}

.josh {
  display: inline-block;
  position: relative;
  background-color: white;
  padding: 0.3em 0.45em;
  top: -0.3em;
  left: -0.45em;
  border-radius: 2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.josh:hover {
  background-color: #545F1D;
  color: #F2FFAD;
}

.josh + div {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.josh-expanded {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#projekti .body-txt {
  position: relative;
  left: 1.25rem;
}

#arrows-up-down {
  z-index: 1222;
  position: fixed;
  left: 1rem;
  bottom: 0.5rem;
}

#arrows-up-down a {
  display: block;
  position: relative;
  top: 0;
  margin-bottom: 0.75em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a#arrow-up:hover {
  top: -0.3em;
}

a#arrow-down:hover {
  top: 0.3em;
}

.projekt-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip: rect(20vh, 90vw, 90vh, 55vw);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 999;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.projekt-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slider-contracted {
  clip: rect(20vh, 90vw, 90vh, 55vw);
}

.slider-hover {
  clip: rect(0vh, 90vw, 100vh, 55vw);
  cursor: pointer;
}

.slider-expanded {
  clip: rect(0vh, 100vw, 100vh, 0vw);
}

#fullpage {
  z-index: 888;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 700ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 700ms cubic-bezier(0.86, 0, 0.07, 1);
}

.closebtn {
  position: absolute;
  top: 2em;
  right: 2rem;
  z-index: 3500;
  width: 61px;
  height: 61px;
  background-image: url("../img/close@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.closebtn:hover {
  background-image: url("../img/close-hover@2x.png");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fp-controlArrow {
  bottom: 2rem;
  top: auto;
  margin: 0;
}

.fp-controlArrow.fp-prev {
  left: 2rem;
  border: none;
  width: 61px;
  height: 61px;
  cursor: pointer;
  background-image: url("../img/prev@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fp-controlArrow.fp-prev:hover {
  background-image: url("../img/prev-hover@2x.png");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fp-controlArrow.fp-next {
  left: 7rem;
  border: none;
  width: 61px;
  height: 61px;
  cursor: pointer;
  background-image: url("../img/next@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fp-controlArrow.fp-next:hover {
  background-image: url("../img/next-hover@2x.png");
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.slide {
  background-size: cover;
  background-position: center center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/** .kuca-za-dvije-sestre .slide1
    background-image: url('../projekti/img/dvije-sestre-4.jpg') **/
.videoS3-container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.videoS3 {
  width: 100%;
  min-height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -10;
}

/** .videoS3
    position: absolute
    left: 0
    bottom: 0
    width: 100vw
    max-width: initial
    padding: 0
    margin: 0
    line-height: 0.1
    z-index: -10 **/
.kontakt-txt {
  position: absolute;
  left: 3rem;
  width: 40vw;
  top: 25vh;
}

.kontakt-txt img {
  margin-top: 2em;
  width: 120px;
  height: 120px;
}

.kontakt-txt h2 {
  line-height: 1.4;
}

h2 a {
  position: relative;
  background-color: white;
  padding: 0.15em 0.3em;
  left: -0.3em;
  border-radius: 2em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h2 a:hover {
  background-color: #545F1D;
  color: #F2FFAD !important;
}

@media screen and (max-width: 1020px) {
  .nav-mid {
    left: -2rem;
  }
  .nav-mid a {
    margin: 0 0.6rem 0 0.6rem;
  }
}

@media screen and (max-width: 780px) {
  nav {
    z-index: 2500;
    padding: 0 2rem 0 1.5rem;
    height: 8rem;
  }
  .nav-mid, .nav-kontakt {
    display: none;
  }
  #mobile-burger {
    display: block;
  }
  #mobile-nav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 2510;
  }
  #mobile-nav a:not(.closebtn) {
    display: block;
    font-size: 3rem;
    margin: 0.25em 0;
  }
  #mobile-nav .closebtn {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background-image: none;
    background-color: white;
    width: auto;
    height: auto;
  }
  #impressum {
    display: none;
    z-index: 3100;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    position: fixed;
    bottom: 5rem;
    right: 0;
    width: 100vw;
    text-align: center;
    top: initial;
  }
  #pocetak #mobile-nav .closebtn {
    color: #0E9D81;
  }
  #pocetak #mobile-nav {
    background-color: #0E9D81;
  }
  #pocetak #mobile-nav a, #pocetak #mobile-nav .closebtn:hover, #pocetak #impressum, #pocetak #impressum a {
    color: #B4F3E7;
  }
  #proces #mobile-nav .closebtn {
    color: #168C34;
  }
  #proces #mobile-nav {
    background-color: #168C34;
  }
  #proces #mobile-nav a, #proces #mobile-nav .closebtn:hover, #proces #impressum, #proces #impressum a {
    color: #B1FCC4;
  }
  #projekti #mobile-nav .closebtn, #kontakt #mobile-nav .closebtn {
    color: #545F1D;
  }
  #projekti #mobile-nav, #kontakt #mobile-nav {
    background-color: #545F1D;
  }
  #projekti #mobile-nav a, #projekti #mobile-nav .closebtn:hover, #projekti #impressum, #projekti #impressum a, #kontakt #mobile-nav a, #kontakt #mobile-nav .closebtn:hover, #kontakt #impressum, #kontakt #impressum a {
    color: #F2FFAD;
  }
  .videoS3-container {
    position: absolute;
    width: 100vw;
    height: 60%;
    overflow: hidden;
    bottom: 0;
  }
  .videoS3 {
    width: 100%;
    min-height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -10;
  }
  .kontakt-txt {
    top: 20vh;
  }
  .projekt-slider, .slider-contracted {
    clip: rect(20vh, 100vw, 90vh, 55vw);
  }
  .slider-expanded {
    clip: rect(0vh, 100vw, 100vh, 0vw);
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 75%;
  }
  .bottom-bar {
    padding: 0 2rem;
  }
  a.logo {
    width: 250px;
    margin-top: 10px;
  }
  .videoS1 {
    width: 100%;
    height: auto;
  }
  #pocetak h1 {
    top: 20vh;
    width: 80vw;
    left: 2rem;
  }
  .videoS2 {
    position: relative;
    left: 0;
    top: 8rem;
    height: 60vh;
    padding: 0;
    margin: 0;
    line-height: 0.1;
    z-index: -10;
    max-width: initial;
  }
  .proces-txt {
    position: relative;
    top: 8rem;
    margin-top: 3rem;
    left: 2rem;
    width: 80vw;
    max-width: 30em;
    margin-bottom: 16rem;
  }
  #proces .bottom-bar {
    position: absolute;
    left: 0rem;
    top: 3rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 70vh;
  }
  .kontakt-txt img {
    display: none;
  }
  .projekt-slider {
    clip: rect(15vh, 100vw, 80vh, 80vw);
  }
  .slider-contracted {
    clip: rect(15vh, 100vw, 80vh, 80vw);
  }
  .slider-expanded {
    clip: rect(0vh, 100vw, 100vh, 0vw);
  }
  .projekt-txt {
    left: 2rem;
    width: 60vw;
  }
  .fp-controlArrow.fp-next {
    left: 8rem;
  }
}
/*# sourceMappingURL=styles.css.map */