.pszp * { font-family: 'Nunito Sans', sans-serif; text-decoration: none; outline: none !important;  color: #fff; border-radius: 0; }

.pszp { background-color: #001580; }
.pszp .prijava-form { position: relative; overflow: hidden; width: 100%; }
.pszp a { color: #f00; }
.pszp a:hover { color: white; }

.pszp header { position: absolute; width: 100%; z-index: 10; display: none; }

.pszp .hero-images { position: relative; width: 100%; height: 65vh; overflow: hidden; margin-bottom: 5vmin; }
.pszp .hero-images .jedan { position: relative; height: 65vh; width: 60%; }
.pszp .hero-images .navijaci { position: absolute; bottom: 0; right: 22vw; width: auto; height: 62vh;
    -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom left;
    mask-position: bottom left;
    -webkit-mask-composite: source-in;
    mask-composite: intersect; }
.pszp .hero-images .slogan { position: absolute; bottom: 0; left: 10vw; background: #0f2eeb; transform: skew(-11.5deg, 0deg); padding-inline: 4vw; }
.pszp .hero-images .slogan > div { transform: skew(11.5deg, 0deg); text-align: center; }
.pszp .hero-images .slogan h1 { font-size: 7vmin; font-weight: 800; text-transform: uppercase; margin: 3vmin 0 2vmin 0; }
.pszp .hero-images .slogan h1 span { color: #f00; }
.pszp .hero-images .slogan p { font-size: 4vmin; margin: 0 0 4vmin 0; }
.pszp .hero-images .slogan p a { color: #fff; }
.pszp .hero-images .slogan p a:hover { color: #f00; }

.pszp .intro { margin-bottom: 100px; }
.pszp .intro p { margin: 0 0 30px 40px; }

.pszp .final-step { margin-bottom: 80px; }

.pszp .featured { background: rgba(255,255,255,.1); padding: 50px 30px; border-radius: 20px; }
.pszp .featured > :first-child { margin-top: 0; }
.pszp .featured > :last-child { margin-bottom: 0; }

.pszp #f_galerija { margin-bottom: 70px !important; }

.pszp footer a { font-size: clamp(20px, 2vw, 28px); }

.pszp h2 { font-size: clamp(48px, 5vw, 54px); font-weight: 400; text-transform: uppercase; }
.pszp h3 { font-size: clamp(36px, 4vw, 48px); font-weight: 700; margin: 40px 0 20px 0; color: #f00; position: relative; display: inline-flex; align-items: center; text-transform: uppercase; }
.pszp h3 span { pointer-events: none; position: absolute; font-size: 180px; font-weight: 700; color: rgba(255,255,255,.1); top: -110px; left: -60px; }
.pszp h3 .step {  display: inline-flex; justify-content: center; align-items: center;  position: unset; font-size: clamp(22px, 4vw, 48px); color: #fff; pointer-events: auto; background: #f00; flex: 0 0 auto; width: 60px; height: 60px; border-radius: 50%; font-weight: 700; margin-right: 20px; }
.pszp p { font-size: clamp(20px, 2vw, 28px); font-weight: 300; line-height: 1.4; margin: 15px 0; }
.pszp .btn { font-size: clamp(28px, 3vw, 36px); }
.pszp h5 { margin: 15px 0; }
.pszp label { font-size: 16px; line-height: 1; }
.pszp p.small { opacity: .4; font-size: 16px; line-height: 1.3; }
.pszp p.xtrasmall { font-size: 14px; line-height: 1.2; margin: 5px 0; }

.pszp .map { position: absolute; z-index: -1; aspect-ratio: 1 / 2; overflow: hidden; height: 100vh; }
.pszp .map img { position: absolute; top: 0; height: 100vh; width: auto; }

.pszp .map.europe { right: 0; top: 100vh; }
.pszp .map.europe img { left: -250%; }

.pszp .map.americas { left: 0; top: 175vh; }
.pszp .map.americas img { right: -250%; }

.pszp .avion { position: fixed; top: 60vh; right: -21vw; z-index: 20; width: 20vw; animation: 15s avion linear forwards infinite; }
.pszp .avion img { width: 100%; height: auto; }

@keyframes avion {
	0% { right: -21vw; top: 60vh; }
	40% { right: 101vw; top: 30vh; }
	100% { right: 101vw; top: 30vh; }
}

/* .pszp nav { display: flex; justify-content: center; align-items: center; }
.pszp nav a { display: inline-block; line-height: 60px; padding: 0 30px; font-size: 24px; text-transform: uppercase; letter-spacing: 5px; }
.pszp nav a:nth-child(1) { order: 3; }
.pszp nav a:nth-child(2) { order: 1; }
.pszp nav a:nth-child(3) { order: 2; }
.pszp nav a:nth-child(4) { order: 4; }
.pszp nav a:nth-child(5) { order: 5; } */

.pszp .btn { text-transform: uppercase; font-weight: 700; transform: skew(-11.5deg, 0deg); background: #fff; padding: 1vmin 4vmin; }
.pszp .btn strong { transform: skew(11.5deg, 0deg); color: #f00; display: block; }
.pszp .btn:hover { background: #f00; }
.pszp .btn:hover strong { color: #fff; }

.pszp .text-label { font-weight: 700; color: rgba(255,255,255,.5); margin: 1rem 0; display: block; }

.pszp .form-group span { display: inline-block; background: #fff; transform: skew(-11.5deg, 0deg); padding-inline: 1vmin; }
.pszp .form-control { color: #001580; border: none; font-size: clamp(20px, 2vw, 28px); line-height: 1; border-radius: 0; transform: skew(11.5deg, 0deg); }
.pszp .form-control:focus { box-shadow: none; border: none; }

.pszp .form-group { margin: 16px 0; }
.pszp .form-control::placeholder { color: #ccc; opacity: 1; }
.pszp .form-control:-ms-input-placeholder { color: #ccc; }
.pszp .form-control::-ms-input-placeholder { color: #ccc; }







#f_galerija .single-img { position: relative; border-radius: 8px; overflow: hidden; border: 2px solid rgba(255,255,255,0); transition: all .3s linear; }
#f_galerija .single-img:hover { border-color: rgba(255,255,255,1); }
#f_galerija .single-img span { position: absolute; color: #fff; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(64,58,62,0) 0%, rgba(64,58,62,0.95) 100%); bottom: 0; left: 0; width: 100%; padding: 30% 10px 5% 10px; text-align: center; transform: translateY(100%); transition: .2s all ease-out; }
#f_galerija .single-img:hover span { transform: translateY(0%); }

#prijava .single-img img { position: relative; border-radius: 8px; overflow: hidden; border: 2px solid rgba(255,255,255,0); transition: all .3s linear; }
#prijava .single-img img:hover { border-color: rgba(255,255,255,1); }

#error-response span { display: block; margin: 30px auto; border-radius: 8px; padding: 10px; background: #f00; color: white; text-align: center; }

#preview-image { width: 200px; margin: 0 auto; }
#preview-image img { border-radius: 8px; }

/* input[type="text"],
input[type="email"] { width: 50%; margin: 0 auto; } */

.step-alternate { background-color: #272226; }
.step-emphasized { background-color: #5b2f32; }

.pszp .form-check { padding-left: 0; }

.pszp .modal-body { padding: 0; }
.pszp .modal-body button { position: absolute; top: 20px; right: 20px; width: 57px; background: rgba(255,255,255,.2); border: none; transition: background .3s ease-out; }
.pszp .modal-body button:hover { background: rgba(255,255,255,.3); }
.pszp .modal-content { background: transparent; }
.pszp .single-image-wrapper { position: relative; display: inline-block; }
.pszp .single-image-wrapper img { border-radius: 8px; border: 2px solid #fff; }



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

	.pszp .hero-images .jedan { height: auto; }
	.pszp .hero-images { height: auto; padding: 0 6vw; }
	.pszp .hero-images .navijaci { bottom: 20vw; right: 6vw; width: 60vw; height: auto; }
	.pszp .hero-images .slogan { left: 8vw; right: 8vw; padding-inline: 8vw; }
	.pszp .hero-images .slogan h1 { font-size: 34px; margin: 3vmin 0; }
	.pszp .hero-images .slogan h1 span { display: block; }

	.pszp .intro p { margin: 0 0 20px 0; }

	.pszp .btn { font-size: clamp(18px, 3vw, 36px); padding: 2.5vmin 6vmin; line-height: 1.25; max-width: 80%; } 

	.pszp p { font-size: clamp(16px, 2vw, 28px); margin: 0; }

	.pszp h3 .step { width: 35px; height: 35px; margin-right: 10px; }

	.pszp .hero-images { margin-bottom: 30px; }
	.pszp .intro { margin-bottom: 20px; }
	.pszp .final-step { margin-bottom: 15px; }

	.pszp .featured { padding: 40px 25px; }

	.pszp #f_galerija { margin-bottom: 20px !important; }

	.pszp .form-group span { width: 96%; }
	.pszp .form-check-label { font-size: 14px; line-height: 1.2; }

	.pszp .avion { width: 25vw; }

	.pszp nav a { padding: 0 18px; font-size: 18px; }
	input[type="text"],
	input[type="email"] { width: 90%; }

}

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

/*	.jss .hero { background-image: url('/slike/hero1-v.jpg'); }
 	.jss.pravila .hero { background-image: url('/slike/hero3-v.jpg'); }
	.jss.nagrade .hero { background-image: url('/slike/hero2-v.jpg'); } */
	
	.naslovnica h2 { font-size: 34px; margin-bottom: 0.5rem; }
	.naslovnica h3 { font-size: 24px; }
	.pszp nav a { margin-top: 160px; padding: 0 10px; font-size: 16px; letter-spacing: 0; }
	.pszp nav a:nth-child(1) { position: absolute; margin-top: 0; }
}

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

	.pszp nav a { padding: 0 8px; font-size: 13px; }
}