@import url('https://fonts.googleapis.com/css?family=Roboto');

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

html {
	scroll-behavior: smooth;
}

body, html {
	width: 100%;
	height: 100%;
    font-family: 'Roboto', sans-serif !important;
}

#prenav {
    z-index: 9999;
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    color: white;
}

.prenava {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 75px;
}

#prenav .prenava a {
    margin-left: 20%;
}

#prenav .prenava img {
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.prenavb {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    height: 75px;
    line-height: 75px;
}

.prenavb .prvip {
    padding-right: 10px;
}

.prenavb .drugp {
    margin-right: 20%;
}

.prenavb p {
    display: inline;
}


/* ================================================
                    SLIDER
=================================================*/

#slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 65vh;
    animation-name: slide;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-duration: 15s;
    animation-direction: alternate;
}

.texttt {
    width: 100%;
	background: rgba(0,0,0,.8);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	color: white;
	font-size: 25px;
}

.texttt p {
	margin: 20px;
	font-weight: 100;
	text-align: center;
}


/* ======================================================
                    NOVI TECAJ 
=========================================================*/

#novitecaj {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.tecajh2 {
	width: 100%; 
	text-align: center;
	padding: 20px 200px;
	font-weight: bold;
	font-size: 35px;
	animation-name: blink;
	animation-duration: 2s;
}

.tecajcrta {
	width: 25%;
	margin: auto;
	border-color: red;
	border-width: 2px;
}

@keyframes blink {
	0% {opacity: 0;}
	10% {opacity: 1;}
	20% {opacity: 0;}
	30% {opacity: 1;}
	40% {opacity: 0;}
	50% {opacity: 1;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	80% {opacity: 0;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}

.parallax {
	position: relative;
    background-image: url('../slike/par.jpg');
    height: auto; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.parallax h2 {
	color: white;
	text-align: center;
	padding: 60px 0 10px 0;
}

.parallax .tecajcrta {
	width: 25%;
	margin: auto;
	border-color: yellow;
	border-width: 2px;
}

.parallax p {
	text-align: center;
	color: white;
	font-size: 25px;
	padding: 10px 0 0 0;
}

.parallax button {
	margin-top: 10px;
    margin-bottom: 60px;
	color: yellow;
	border: 1px solid yellow;
	padding: 10px 20px;
	background: transparent;
}

@keyframes slide {
    0% {background-image: url(../slike/slider/slika1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    7.14% {background-image: url(../slike/slider/slika2.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    14.28% {background-image: url(../slike/slider/slika3.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    21.42% {background-image: url(../slike/slider/slika4.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    28.56% {background-image: url(../slike/slider/slika5.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    35.7% {background-image: url(../slike/slider/slika18.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    42.84% {background-image: url(../slike/slider/slika19.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    49.98% {background-image: url(../slike/slider/slider1.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    57.12% {background-image: url(../slike/slider/slider2.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    64.26% {background-image: url(../slike/slider/slider3.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    71.4% {background-image: url(../slike/slider/slider4.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    78.54% {background-image: url(../slike/slider/slider5.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    85.68% {background-image: url(../slike/slider/slider6.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    92.82% {background-image: url(../slike/slider/slider7.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
    100% {background-image: url(../slike/slider/slider8.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center;}
}

/* ===================================
        O AUTOSK
=====================================*/

.borderr {
	width: 80%;
	height: auto;
	margin: auto;
	box-shadow: 0 0 20px gray;
}

#oautosk {
	padding: 40px 0 0 0;
	position: relative;
	width: 80%;
	margin: auto;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.oskj, .oskd, .oskt {
	width: 400px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.oskjj {
	width: 100%;
	height: auto;
	position: relative;
    margin: 0;
    padding: 0;
}

.oskjj a {
    text-decoration: none;
    color: black;
    text-align: center;
    transition: .3s;
}

.oskjj a:hover {
    color: red;
}

.buttoni {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
}

.buttoni button {
    border: 1px solid red !important;
    transition: .5s !important;
    border-radius: 40px !important;
}

.buttoni button:hover {
    background-color: transparent !important;
    color: black !important;
}

iframe {
	width: 100%;
	height: 50vh;
}


#oautosk img {
	width: 100%;
	transition: .5s;
}

#oautosk img:hover {
	transform: scale(1.2);
}

#oautosk h2 {
	text-align: center;
	padding: 20px 0;
}

#oautosk p {
	text-align: justify;
	padding: 0 20px;
	font-size: 18px;
	line-height: 24px;
	color: gray;
	font-family: Helvetica;
}

#oautosk button {
	margin-top: 50px;
	color: white;
	background-color: yellowgreen;
	border-radius: 20px;
	border: 1px solid yellow;
	padding: 10px 20px;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -80%);
	transition: .5s;
}

#oautosk a button {
	color: red;
}

#oautoskk a button:hover {
	box-shadow: 0 0 10px black;
}

#oautoskk {
	position: relative;
	width: 80%;
	margin: auto;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.oskj, .oskd, .oskt {
	width: 400px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

#oautoskk img {
	width: 100%;
	transition: .5s;
}

#oautoskk img:hover {
	transform: scale(1.2);
	filter: blur(2px);
}

#oautoskk h2 {
	text-align: center;
	padding: 20px 0;
}

#oautoskk p {
	text-align: justify;
	padding: 0 20px;
	font-size: 18px;
	line-height: 24px;
	color: gray;
	font-family: Helvetica;
}

#oautoskk button {
	color: black;
	background-color: transparent;
	border-radius: 20px;
	border: 2px solid white;
	padding: 10px 20px;
}


/**============================================
            FOOTERR
==============================================*/
.footer-distributed {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-area: head5;
  background-color: #347C98;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px sans-serif;
  padding: 25px 50px;
}

.footer-distributed .footer-left p {
  color: #347C98;
  font-size: 14px;
  margin: 0;
}
/* Footer links */

.footer-distributed p.footer-links {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;
}

.footer-distributed p.footer-links a:hover {
    color: #FE2712
}

.footer-distributed .footer-right {
  float: right;
  margin-top: 6px;
  max-width: 280px;
}

.footer-distributed .footer-right a {
  transition:all .25s;
}

.footer-distributed .footer-right a i {
    font-size: 2em;
    padding: 5px 10px;
    color: white;
    transition: .5s;
}

.footer-distributed .footer-right a i:hover {
    color: #FE2712
}

.footer-distributed .footer-right a:hover{transform:scale(1.1); -webkit-transform:scale(1.1);}

.footer-distributed p.footer-links a:hover{text-decoration:none;}

/* Media Queries */

@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}

@media only screen and (max-width: 1000px) {
    .prenava {
        width: 35%;
        height: 75px;
    }
    .prenavb {
        width: 65%;
        height: 75px;
    }
    .prenavb {
        left: 35%;
    }
    .tecajh2 {
        font-size: 25px;
    }
    #novitecaj {
        padding: 20px 0;
    }

    .tecajh2 {
        padding: 20px 100px;
    }
    .texttt {
        font-size: 20px;
    }
    .buttoni {
        flex-direction: column;
    }
    .buttoni button {
        margin: 5px 0px 15px 0px;
    }
    .title-area {
        padding: 0 50px !important;  
    }
}

@media only screen and (max-width: 750px) {
    .prenavb .drugp {
        margin-right: none; 
    }
    #prenav .prenava a {
        margin-left: none;
    }
    .prenavb .prvip {
        padding-right: 5px;
    }
    #novitecaj {
        padding: 50px 0;
    }

    .tecajh2 {
        padding: 20px 20px;
    }
    #nezk {
        width: 50% !important;
    }
}

@media only screen and (max-width: 600px) {
    .prenavb .prvip {
        display: none;
    }
    #novitecaj {
        padding: 30px 0;
    }

    .tecajh2 {
        padding: 20px 10px;
    }
    .texttt {
        font-size: 15px;
    }
    .borderr {
        width: 100%;
        height: auto;
        margin: auto;
    }
    .oskjj {
        padding: 0px 30px;
        font-size: 16px !important;
    }
    
    .oskjj a {
        font-size: 14px !important;
    }
    
    #prenav {
        height: 50px;
    }
    .texttt {
        padding: 0px;
    }
    .buttoni button {
        padding: 10px 30px !important;
    }
    #prenav .prenava img {
        max-width: 100% !important;
        max-height: 100% !important;
        padding: 5px !important;
    }
    .prenavb {
        height: 50px !important;
        line-height: 50px !important;
    }
    .prenava {
        height: 50px !important;
    }
    .parallax p {
        padding: 10px 15px 0 15px !important;
    }
    .oskjj hr {
        width: 100% !important;
    }
    .title-area {
        padding: 0 10px !important;  
    }
    #menu-btn {
      right: 25px;
      top: 10px !important;
    }
}

#nezk {
    width: 20%;
    margin: 10px; 
    display: inline;
    float: left;
    vertical-align: middle;
}

.not {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url(../slike/slikicahaha.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    z-index: 9999;
    display: none;
}

.not p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 50px;
    color: white;
    text-shadow: 2px 2px black, 2px -2px black, -2px 2px black, -2px -2px black;
	animation-name: blink;
	animation-duration: 2s;
}

.butnot {
    position: fixed;
    left: -20px;
    top: 80vh;
    padding: 10px 20px;
    background-color: red;
    border: 1px solid black;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    font-size: 25px;
    z-index: 99999;
}


#howit-works {
	padding: 20px 0;
	width: 100%;
    background-color: white !important;
}


.howit-works-area{
	width: 100%;
    background-color: white !important;
}


.howit-works-area .title{
	color: #fff;
}


.howit-works-area .title-area p{
	color: black;
}


.howit-works-video{
	padding: 0;
	z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}


.container {
  border-radius: 5px;
  padding: 20px;
}



#screenshot{
	padding: 20px 0;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}


#screenshot .title,
#screenshot .title-area p{
	color: black;
	font-weight: 100;
}


.screenshots-area{
	margin-top: 20px;
	width: 100%;
}


.screenshots-slide{
	width: 100%;
}


.screenshots-slide li{
	outline: none;
}


.screenshots-slide li a {
	border: 5px solid #fff;
	display: block; 
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.view-btn-area {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0; 
	position: absolute;
	text-align: center;
	top: 0;
	opacity: 0;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.view-btn-area .textt {
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.8);
	height: 20%;
	left: 0; 
	position: absolute;
	text-align: center;
	bottom: 0;
	opacity: 1;
	width: 100%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}


.view-btn {	
	color: #fff;
	font-size: 35px;  
	margin-top: 215px;	
}


.screenshots-slide li a:hover .view-btn-area{	
	display: block;
	opacity: 1;
}

.screenshots-slide .slick-dots li button {
  background-color: #FE2712;
  border: 0 none; 
  outline: none;
  height: 4px;  
  padding: 5px;
  width: 20px;
}


.screenshots-slide .slick-dots li button::before {
  display: none;
}


.screenshots-slide .slick-dots {
  bottom: -60px; 
}


#contact{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	padding: 40px 0;
}

#contact .title,
#contact .title-area p{
	color: black;
}


input[type=text], input[type=date], input[type=number], input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #FE2712;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
    transition: .5s;
}

input[type=submit]:hover {
  background-color: transparent;
    border: 1px solid #FE2712;
    color: #FE2712;
}



#features{
	font-family: Helvetica !important;
	background-color: #fff;
	padding: 40px 0;
	width: 100%;
	color: #0247FE;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}


.title-area {
	display: inline;
	float: left;
	padding: 0 150px;  
	text-align: center;
	width: 100%;
}


.title-area .title {
	border-bottom: 2px solid #03a9f4;
	color: #FE2712;
	display: inline-block;
	font-size: 33px;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
}

.title-area p{
    font-weight: bold;
	color: black;
	font-size: 22px;
	line-height: 1.8;
	padding: 20px 0 30px;
}


.features-area{
	display: inline;
	float: left;
	margin-top: 20px;
	width: 100%;
}


.features-left {
	display: inline;
	float: left;  
	width: 100%;
}


.features-list li {
	float: left;
	padding: 25px 0;
	position: relative;
}



.features-list-left .features-content{
	padding-left: 10px;
}


.features-content{
	float: left;
	display: inline;
	width: 100%;
}


.features-content h4 { 
	font-size: 18px;
	text-transform: uppercase;
    color: #FE2712;
}

.features-content p{
	font-size: 19px;
    color: #347C98;
}


.feature-img {
	display: inline;
	float: left;
	padding: 0 30px;
	text-align: center;
	width: 100%;
}


.feature-img img {
  	width: 100%;
}


.features-right{
	display: inline;
	float: left;	
	width: 100%;	
}

.features-list-right .features-content{
	padding-right: 10px;
}


#testimonial{
	position: relative;
	background-color: #fff;
	padding: 20px 0;
	width: 100%;
}


.testimonial-slider {
	background-color: #f7f7f7;
	padding: 40px;
	width: 100%;
	border: 1px solid #ddd;
}


.testimonial-single-slide {
	padding: 75px 0px 20px;
	text-align: center;
	width: 100%;
}


.testi-avatar {
	float: left;
	background: #fff none repeat scroll 0 0;
	border: 2px solid #ddd;
	height: 300px;
	width: 300px;
	border-radius: 50%;
	display: inline-block !important;
	margin-top: -80px;
}


.testi-name {
	float: right;
	width: 70%;
	color: #FE2712;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 10px 0 0;
	text-align: center;
	text-transform: uppercase;
}


.testi-text {
	width: 70%;
	color: #347C98;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}


.testimonial-slider .slick-dots {
	bottom: 15px;
	margin-left: -40px;
}


.testimonial-slider .slick-dots li {
	background: #ccc none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 20px;
}


.testimonial-slider .slick-dots li.slick-active {
  	opacity: 1;
}


.testimonial-slider .slick-dots li button::before{
	display: none;
}

.osk1, .osk2, .osk3 {
	width: 400px;
	height: 400px;
	position: relative;
}

#kat {
	padding: 40px 0 0 0;
	position: relative;
	margin: auto;
	height: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
}

.osk1, .osk2, .osk3 {
	width: 400px;
	height: 600px;
	position: relative;
}

#kat img {
	width: 50%;
	margin: auto;
	display: block;
}

#kat h2 {
	text-align: center;
	padding: 20px 0;
}

#kat p {
	text-align: justify;
	padding: 0 20px;
	font-size: 18px;
	line-height: 24px;
	color: gray;
	font-family: Helvetica;
}

#gallery{
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

#gallery .title,
#gallery .title-area p{
	color: black;
}


.gallery a {
    margin-bottom: 10px;
}







#boxcijene {
	padding: 40px 0 0 0;
	position: relative;
	margin: auto;
	height: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	flex-direction: row;
    text-align: center;
}

.boxjen {
	width: 350px;
	height: 400px;
	position: relative;
}



#close {
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	position: absolute;
	right: 25px;
	text-align: center;
	top: 20px;
	width: 20px;
    z-index: 9999999;
}


#menu-btn {
  color: #FE2712;
  font-size: 30px;
  position: fixed;
  right: 25px;
  top: 25px;
  z-index: 9999999;
}


.main-nav {
	background-color: #1d252e;
	position: fixed;
	padding-top: 50px;
	width: 260px;
	height: 100%;
	top: 0;
	right: -260px;
	z-index: 9999999;
}


.main-nav ul li a {
	color: white;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 35px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-nav ul li {
    list-style: none;
}

.main-nav ul li > a > i {
  	padding-right: 10px;
}


.main-nav a:hover,
.main-nav a:focus {
	background: #FE2712;
}


.main-nav a:active {
	background: #182029;	
}


.main-nav.menu-open {
	right: 0px;
}


.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}


.main-nav,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media(max-width:1199px ){
	#menu-btn {
	  right: 10px;  
	}
}

@media(max-width:480px ){
	.main-nav {
		padding-top: 10px;
	  width: 200px;
	}
	.main-nav ul li a {
	  font-size: 14px;
	  padding: 8px 35px;
	}
}
