/* MODRA #0007e5  */

body,
html {
  height: 100%;
  background: #0007e5;
  font-family: 'Lexend Deca', sans-serif;
  overflow: hidden;
  cursor: none;
}

.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.slideshow .slide-3 {
  z-index: 8;

}


.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 0;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  min-width: 101%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #0007e5;
  display: block;

}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #0007e5;
  color: #0007e5;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;

}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}

.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  /*font-size: 80px;*/
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 100;
  pointer-events: none;
  /*text-transform: uppercase;
  letter-spacing: 20px;*/
  line-height: 0.8;
  overflow: visible;
}
.slideshow-text #krena{
  font-weight: 400;
  font-size: 14px;
}

.slideshow-text a{
font-size: 12px;
color: #fff;
text-decoration: none;
}

.slideshow-text h2{
font-size: 12px;
color: #fff;
text-decoration: none;
font-weight: 200;
}


@media (max-width: 767px) {
  .slideshow-text {
    font-size: 30px;
  }
}
/* ============================ PODATKI ===================================================== */
.podatki{
  position: relative;
  display: inline-block;
  z-index: 0;
  padding-left: 57%;
  padding-top: 10%;
  color: #fff;

}



.podatki h2{
font-size: 16px;
font-weight: 400;
color: #fff;
margin: 0.5em;
}

.podatki p{
margin: 0.5em;
}

.podatki a{
font-weight: 200;
font-size: 14px;
color: #fff;
text-decoration: none;
}

.podatki small{
font-weight: 100;
color: #fff;
}

@media (max-width: 767px) {
  .podatki {
    padding-left: 50%;
    padding-top: 10px;
  }
}


/* ============================ LOGO ======================================================== */


.logo {
  display: block;
  /*position: fixed;
  z-index: 10;*/
  top: 0;
  right: 5%;

  transition: all 1s;
  padding: 10%;
  transition: top 0.3s;
  position: fixed;
  fill: #0007e5;
  stroke: #fff ;
  
  z-index: 2;


}

/*.startlogo{
  position: fixed;
  fill: #fff;
  stroke: #fff ;
  z-index: 2;
  
  

}

.altlogo{
  position: absolute;
  fill: #0007e5;
  z-index: 2;
  
}



.logo {
  fill: #0007e5;*/
 



 /* 
#krena svg{
   fill: #ffffff;
}
*/


@media (max-width: 767px) {
.logo  {
  max-width: 25%;
  left: 5%;
  top: 60%;
  
  transform: rotate(270deg);
  }
}



/* ============================ UNDERCONSTRUCTION ======================================================== */


.underconstruc {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.underconstruc img {
  /* max-width: 100%; */
}
@media (max-width: 767px) {
  .underconstruc  {
  max-width: 25%;
}

}

/* ============================ CURSOR ======================================================== */



.cursor-dot,
.cursor-dot-outline {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;

}

.cursor-dot {
  width: 8px;
  height: 8px;
  background-color: #0007e5;
  z-index: 100;
}

.cursor-dot-outline {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 7, 229, 0.5);
  z-index: 100;
}

/* ============================ SCROLL ======================================================== */

.scroll-indicator {
  width: 2px;
  position: absolute;
  height: 85px;
  background: #0007e5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 95vh;
  margin-left: auto;
  margin-right: auto;
  z-index: 50;
  opacity: 1;
  transition: 0.4s;
  animation: ani 1s linear infinite;
}

@keyframes ani {
  0% {
    height: 0px;
  }
  25% {
    height: 85px;
  }
  55% {
    height: 85px;
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}

.scroll{
  font-family: 'Lexend Deca', sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #0007e5;
    text-align: center;
    margin-top: 91vh;
    font-weight: 400;
    
    z-index: 50;
    opacity: 1;
    transition: .4s;
}

