
@font-face {
    font-family: 'Aaux ProLight';
    src: url('../fonts/AauxProLight.woff2') format('woff2'),
        url('../fonts/AauxProLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aaux ProBold';
    src: url('../fonts/AauxProBold.woff2') format('woff2'),
        url('../fonts/AauxProBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body{	font-family: 'Libre Baskerville', serif;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
.banner{
	height:190vh;
	position:relative;
	background: url(../../images/hero-banner-bg.jpg) no-repeat;
	background-position: bottom center;
	background-size: 100%;
	}
/* .banner:after{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(3, 3, 3, 0.4);
} */
.ResultsSuccess {
	height:130vh;
	position:relative;
}

.ResultsSuccess .container{
    z-index: 1;
    position: relative;
}
.banner .left-image{
	-webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0 100%);
}
.banner-left-cont{
font-family: 'Archivo Black', sans-serif;
color:#fff;
font-size:18px;
  -ms-transform: rotate(90eg); /* IE 9 */
  transform: rotate(90deg);
     left: -94px;
    position: absolute;
    top: 171px;
}
.banner-icon{
	position: absolute;
    bottom: 0px;
    left: -20px;
    font-family: 'Myriad Pro';
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.banner-right span{
	 font-family: 'Myriad Pro';
	 font-size:13px;
	 color:#fff;
	  position: absolute;right:5px;
	  bottom:5px;
}
.second-block-first{
	margin-top:88px;
}
.second-block-first span{
	 font-family: 'Myriad Pro';
	 font-size:13px;
	 color:#fff;
	 position: absolute;
	left: -31px;
    top: 165px;
	 transform: rotate(90deg);
}
.banner-icon li{
	list-style-type:none;
	margin-bottom: 8px;
}
.banner-left-cont::before{
	  content: "";
	position:absolute;
	width:80px;
	height:1px;
	background:#fff;
	top: 13px;
    left: -85px;
}
.banner-left-cont::after{
	 content: "";
	position:absolute;
	width:70px;
	height:1px;
	background:#fff;
	top: 13px;
    right: -82px;
}
.logo{
	padding:2% 5%;
	/* background:#84a7b7; */
	width:30%;
	z-index:2;
	text-align:center;
	-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.logo img{width:80%;}
.banner-content{
	width:100%;
	height: 100vh;
	z-index:1;
}

.top-90{
	top:-90px;
}
.top-170{
	top:-170px;
}
.places{
	padding-left:0;
	padding-right:1px;
	padding-top:1px;
	padding-bottom:0;
	overflow:hidden;
	position:relative;
}
.places > a.yt-btn{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 8px;
}
.box-map{
	position:absolute;
	background-color: rgba(3, 3, 3, 0.4);
    width: 100%;
    height: 100%;
	text-align: center;
	color:#fff;
	font-family: 'Aaux ProBold';
}
.places.inactive:after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(148, 216, 249, 0.82);
	content: '';
	top: 0;
}
.places.inactive h4:before{
	position: absolute;
    left: 0;
    width: 20px;
    height: 24px;
    background: url(../../images/locked_icon.png) no-repeat top center;
    content: '';
    top: -30px;
    right: 0;
    margin: 0 auto;
}
.places.inactive .box-map{
	z-index: 9;
}
.places.inactive a{
	pointer-events: none;
	cursor: none;
}
.box-map img{
	width: 25%;
	/* width: 45%; */
}
.places.inactive .box-map img {width: 45%;}
.box-map h4{
	font-size: 16px;
    margin-top: 8px;
    width: 100%;
    bottom: 5px;
    position: absolute;
    line-height: 16px;
	font-family: 'Libre Baskerville', serif;
}
.box-map p{ margin:.5rem 0 0;}
.box-map h4 span{font-size: 13px;}
.box-map h4 a{color:#fff; text-decoration:none;}
.banner-left{    width: 60%; height:120vh;
    position: absolute;}
.banner-right{    position: absolute;
    width: 60%;
    top: 0;
    right: 0; height:120vh;}
.banner-right img, .banner-left img{
	height:120vh;
	width:120vw;
	object-fit: cover;
}
.vertical-center{	height:100%;
  justify-content: center;
  align-items: center;}
.banner-content-inner{  
	font-size: 24px;
	color: black;
}
.border-radius{   
 border-radius: 1rem;
}
.round-height{
	height:350px;
}
.corner-box{
	background-image:url(../../images/patren.jpg);
	background-repeat: repeat ;
	background-position:left top;
	background-color:#dfccbb;
	padding:100px 30px 50px 30px;
}
.corner-box h2, .corner-box p{
	z-index:1;
	    position: relative;
}
.corner-box img{position: absolute;
    top: 0;
    left: 0px;
    padding: 5%;}
.corner-box .btn-primary{
	background:#ffffff;
	color:#030303;
	font-size:20px;
	font-weight:400;
	padding:15px 40px;
	 border-radius: 1.5rem;
	 border:none;
	 font-family: 'Aaux ProBold';
}
.corner-box p{
font-family: 'Libre Baskerville', serif;
 color:#000000;
 padding:30px 0 0px 0;
 font-weight:400;
}
.winner-link{color: black; position: relative; z-index: 1;}
.winner-link:hover, .winner-link:active{color: #000;}
.place-firstbox{
	background:#84a7b7;
	padding:0 2%;
	height: 100%;
}
.place-firstbox img.map{
	height: 30vh;
}
.quiz-holder{
	background:url(../../images/quiz_question_bg.png) bottom center no-repeat;
	background-size: cover;
}
.btn-primary{
	background:#dfccbb;
	color:#030303;
	font-size:20px;
	font-weight:400;
	padding:15px 40px;
	 border-radius: 1.5rem;
	 border:none;
	 font-family: 'Aaux ProBold';
}
.icon02{
	left: 23%;
    top: -55px;
}
.icon03{
	    left: 37%;
    top: -125px;
}
.icon04{
	right: 16%;
    top: -92px;
}
.icon05{
	    right: 0;
    top: -54px;
}
.quiz-area{margin-bottom:50px;}
.quiz-area span{
	font-family: 'Libre Baskerville', serif;
	 font-size:17px;
	 font-weight:400;
	 text-transform:uppercase;
}
.quiz-area p{
	padding:0;
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
	 margin:30px 0;
}
.multimedia{
	background:url(../../images/patren.jpg) left top repeat #dfccbb;
	padding:60px 0;
}
.multimedia p{
	padding:0;
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
}
.multimedia-heading{
	margin:auto;
	width:48%;
}
.multimedia-heading h2{
	position:relative;
}
.multimedia-heading h2::before{
	content: "..............";
    position: absolute;
    font-size: 25px;
    top: -31px;
	font-family: 'Libre Baskerville', serif;
	font-weight:400;
    left: 41%;
}
.midvideo{
	padding:60px 0;
}
.midvideo h2{
	margin-bottom:1rem;
}
.video-cont{
	height:450px;
}
.video-cont iframe{
	width:100%; 
	height:100%;
}
.left-icon{
	width:80px;
	position:absolute;
	top:0;
	left:0;
}
.right-icon{
right: 27px;
    top: 5px;
    width: 100px;
	position:absolute;
}
.slick-arrow{
	background: #ffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
	z-index:2;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background:#e6e6e6;
}
.slick-prev:before, .slick-next:before{
	color:#000;
}
.threeinone{
	margin-top:50px;
}
.slider-details{
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	 color:#fff;
	 padding:10px;
}
.slick-dots{bottom: -35px;}
.slider-details h3 a{color:#fff;}
.slider-details span a{color:#fff;}
.slider-block3, .slider-block2{
	position:relative;
}
.threeinone .slider-block3{
	height:325px;
}
.threeinone .slider-block3 iframe{
	width:100%;
	height:100%;
	object-fit: cover;
}
.slider-details span{
	font-family: 'Aaux ProBold';
	
		font-size:20px;
}
.slider-details h3{
 font-size:22px;
}
.threeinone .slick-dots li button:before{
	background: #ebebeb;
	border-radius:50%;
}
.threeinone .slick-dots li button:hover:before, .threeinone slick-dots li.slick-active button:before{
	background: #030303;
}
.twoinone{
	margin-top:96px;
	position:relative;
}
.right-icon2 {
    right: -89px;
    top: -91px;
    width: 100px;
    position: absolute;
}
footer{
	padding:100px 0;
}
.footer-partners{justify-content: center;margin-top: 40px;gap: 40px;}
.partners-container:not(:last-child) {
    border-right: 2px solid black;
    padding-right: 40px;
    text-align: left;
}
.partners-container h4{
	font-size: 16px;
	line-height: 110%;
    margin-bottom: 20px;
}
.footer-partner-logos{display: flex; gap: 20px;}
.footer-partner-logos img{max-height: 100px; max-width: 100px;}
ul.partners-logo-container{display: flex; gap: 20px;}
ul.partners-logo-container li img { max-height: 100px;}
/* footer ul{
    width: 92%;
    margin:30px auto;
	padding:0;
} */
footer li{list-style-type:none;}
footer li h4{
	font-family:'Aaux ProBold';
	text-align:left;
	font-size: 13px;
}
.js-quiz h3{
	font-family:  'Libre Baskerville', serif;
	font-size:30px;
}
#istra
{
	background:url(../../images/ISTRA.jpg) bottom center no-repeat;
	background-size: cover;
}
#kvarner
{
	background:url(../../images/KVARNER.jpg) bottom center no-repeat;
	background-size: cover;
}
#grad
{
	background:url(../../images/GRAD-ZAGREB2.jpg) bottom center no-repeat;
	background-size: cover;
}
#sredisnja
{
	background:url(../../images/SREDIsNJA-HRVATSKA.jpg) bottom center no-repeat;
	background-size: cover;
}
#slavonija
{
	background:url(../../images/SLAVONIJA.jpg) bottom center no-repeat;
	background-size: cover;
}
#lika
{
	background:url(../../images/LIKA.jpg) bottom center no-repeat;
	background-size: cover;
}
#dalmacija
{
	background:url(../../images/DALMACIJA.jpg) bottom center no-repeat;
	background-size: cover;
}
footer h5{
font-size: 12px;
    text-align: left;
    width: 92%;
margin: auto;}
