@charset "utf-8";

@font-face {
    font-family: 'Zing Rust Demo Base';
    src: url('ZingRustDemo-Base.woff2') format('woff2'),
        url('ZingRustDemo-Base.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}




:root {
	--main: #fddc2b;
}
*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; min-height:100%;}

body{
	min-height:100%;
	font-family:"Jost", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #000;
	background-image: url(../../Images/intro.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	color:#fff;
}

select, input, textarea, button{
	font-family:"Jost", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#512a78;
}
.container{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: var(--main);
	color: #000;
}
.forbidden{background-color:#d00;}









.logo{
	position: absolute;
	height: 30px;
	top: 25px;
	right: 25px;
}

.content-holder{
	width: 45vw;
	margin-left: 50vw;
	padding-top: 100px;
	clear: both;
	color: #fff;
	font-size: 22px;
}


.intro-flex-container{
	height: auto;
}
.intro-title{
	font-size: 3.2vw;
	line-height: 3.2vw;
	color: var(--main);
    font-family: 'Zing Rust Demo Base';
	width: 100%;
	margin-bottom: 10px;
	margin-top: 35px;
}

.intro-subtitle{
	font-size: 22px;
	line-height: 22px;
	color: #eee;
	width: 100%;
	font-style: italic;
	margin-bottom: 50px;
}
.start-form{
	width: 100%;
}
.intro-button{
	width: 300px;
	height: 60px;
	line-height: 60px;
	display: block;
	border-radius: 30px;
	font-size: 22px;
	color: #000;
	text-align: center;
	background-color: var(--main);
    font-family: 'Zing Rust Demo Base';
	border: none;
}
.intro-button-dark{
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	border-radius: 30px;
	font-size: 22px;
	background-color: rgba(0,0,0,0.81);
	text-align: center;
	color: var(--main);
    font-family: 'Zing Rust Demo Base';
	border: none;
	margin: 25px auto;
}


.page-title{
	font-size: 42px;
	color: var(--main);
    font-family: 'Zing Rust Demo Base';
	width: 100%;
	margin-bottom: 50px;
	font-weight: 400;
}
.answer-container{
	max-width: 100%;
	width: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.answer-box{
	display: block;
	max-width: 19%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 25px;
	font-size: 32px;
	text-align: center;
	color: var(--main);
    font-family: 'Zing Rust Demo Base';	
}
.general-radio{
	display: none;
}

.general-button{
	width: 250px;
	height: 60px;
	line-height: 60px;
	display: block;
	border-radius: 30px;
	font-size: 24px;
	color: #000;
	text-align: center;
	background-color: var(--main);
    font-family: 'Zing Rust Demo Base';
	border: none;
}

.rezultat-holder{
	width: 100%;
	height: auto;
	padding: 1px 35px 50px 35px;
	border-radius: 25px;
	background-color: rgba(0,0,0,0.75);
	margin-bottom: 100px;
}
.rezultat-holder strong{
	color: #FF7E00;
}
.rezultat-title{
	font-size: 32px;
	color: var(--main);
    font-family: 'Zing Rust Demo Base';
	width: 100%;
	margin-top: 35px;
	margin-bottom: 5px;
	font-weight: 400;
}
.nl-title{
	font-size: 22px;
	color: var(--main);
    font-family: 'Zing Rust Demo Base';
	width: 100%;
	margin-bottom: 0;
	margin-top: 50px;
}
.nl-holder{
	width: 80%;
	height: 20vh;
	margin: auto;
	font-size: 20px;
}
.nl-input{
	height: 50px;
	width: calc(100% - 200px);
	border: 1px solid #fed500;
	background-color: rgba(255,255,255,0.03);
	padding: 0 8px;
	font-size: 20px;
	color: #fed500;
}
.nl-submit{
	background-color: #fed500;
	color: #000;
	font-size: 20px;
	width: 180px;
	height: 50px;
	border: none;
}
.video-frame{
	width: 100%;
	height: 400px;
}
.parteneri{
	width: 100%;
	margin: 15px auto;
}



.progress-container {
  margin-bottom: 20px;
    font-family: 'Zing Rust Demo Base';
}
.progress-container font{
	color: var(--main);
}

.progress-info {
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
}

.progress {
  width: 100%;
  background-color: #eee;
  border-radius: 4px;
  height: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: #fddc2b;
  transition: width 0.3s ease;
}




.footer{
	margin-top: 35px;
	text-align: right;
}
.footer-link{
	font-size: 20px;
	color: var(--main);
    font-family: 'Zing Rust Demo Base';
}

/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



@media screen and (max-width: 1030px){

.disp-mob{display: block;}
.disp-desk{display: none;}

	
body{
	background-image: none;
}
	.header-mobile{
		width: 100%;
		margin-bottom: -35px;
	}
.logo{
	height: 30px;
	top: 25px;
	right: 0;
	left: 0;
	margin: auto;
}

.content-holder{
	width: 100%;
	margin-left: 0;
	padding-top: 70px;
	font-size: 16px;
}


.intro-flex-container{
	height: 50vh;
}
.intro-title{
	font-size: 26px;
	line-height: 26px;
	text-align: center;
}

.intro-subtitle{
	text-align: center;width: 94%;
	margin: auto;
	margin-bottom: 35px;
}
.intro-button,.intro-button-dark{
	max-width: 98%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 18px;
	margin: 5px auto;
}
	.intro-button-dark{
		height: auto;
		line-height: 30px;
		padding: 10px 0;
	}


.page-title{
	width: 90%;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin: 35px auto 20px auto;
}
.answer-container{
	margin: auto;
	max-width: 90%;
}
.answer-box{
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 20px;
	font-size: 26px;
}

.general-button{
	width: 200px;
	max-width: 90%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 20px;
	margin: auto;
}

.rezultat-holder{
	width: 94%;
	margin: auto;
	height: auto;
	padding: 1px 25px 40px 25px;
	border-radius: 20px;
	margin-bottom: 50px;
}
.rezultat-title{
	font-size: 24px;
}
.nl-title{
	font-size: 18px;
}
.nl-holder{
	width: 100%;
}
.nl-input{
	width: 100%;
}
.nl-submit{
	width: 100%;
}

.video-frame{
	height: 160px;
	margin-top: 35px;
}


.progress {
  width: 92%;
	margin: auto;
}
	.footer{
		left: 15px;
		text-align: center;
	}
	
	
	
}
