body {
	color: #fff;
	font-family: "Inter", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

svg {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

.hidden {
	display: none !important;
}

/* Height */

.min-vh-100 {
	height: 100vh !important;
	min-height: calc(100vw * 3090 / 2160) !important;
}

/* Container */

.container {
	max-width: 90% !important;
}

.align-start {
	text-align: left;
}

/* Header row */

.header-row {
	display: flex;
	align-items: flex-start;
	gap: calc(100vw * 40 / 2160);
}

.header-col-left {
	flex: 0 0 auto;
}

.header-col-right {
	margin-left: auto;
	text-align: right;
}

.step-content {
	justify-content: flex-start;
	padding-top: calc(100vw * 120 / 2160);
	gap: calc(100vw * 80 / 2160);
}

#button-container {
	width: 80% !important;
}

/* Background */

.bg-blue {
	background-color: #007dc4 !important;
}

.bg-green {
	background-color: #028661 !important;
}

/* Font */
.fs-50 {
	font-size: calc(100vw * 100 / 2160) !important;
	line-height: 1 !important;
}

.fs-45 {
	font-size: calc(100vw * 90 / 2160) !important;
	line-height: 1.25 !important;
}

.fs-40 {
	font-size: calc(100vw * 80 / 2160) !important;
	line-height: 1.25 !important;
}
.fs-30 {
	font-size: calc(100vw * 60 / 2160) !important;
	font-size: calc(100vw * 60 / 2160) !important;
	line-height: 1.25 !important;
}

.fs-62 {
	font-size: calc(100vw * 124 / 2160) !important;
	line-height: 1 !important;
}

.fs-80 {
	font-size: calc(100vw * 160 / 2160) !important;
	line-height: 1.25 !important;
}

.fs-120 {
	font-size: calc(100vw * 240 / 2160) !important;
	line-height: 1.25 !important;
}

.fw-400 {
	font-weight: 400 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

/* Margins */

.mb-50 {
	margin-bottom: calc(100vw * 50 / 2160) !important;
}

.mb-100 {
	margin-bottom: calc(100vw * 100 / 2160) !important;
}

.gap-100 {
	gap: calc(100vw * 100 / 2160) !important;
}

/* Images */

.logo {
	width: calc(100vw * 896 / 2160) !important;
	max-width: 50%;
}

.speed-financing {
	width: calc(100vw * 1150 / 2160) !important;
}

.true {
	width: calc(100vw * 380 / 2160) !important;
}

.false {
	width: calc(100vw * 380 / 2160) !important;
}

.clock {
	width: calc(100vw * 260 / 2160) !important;
}

.smile {
	width: calc(100vw * 460 / 2160) !important;
}

.sad {
	width: calc(100vw * 460 / 2160) !important;
}

.qr {
	width: calc(100vw * 640 / 2160) !important;
}

/* Buttons */

#start-button,
#reload-button,
#reload-button2 {
	background: #FFFFFF !important;
	color: #0cb43f !important;
	/*width: clamp(140px, calc(100vw * 320 / 2160), 320px);
	height: clamp(140px, calc(100vw * 320 / 2160), 320px);*/
	border-radius: 50%;
	border: 0;
	
	display: inline-flex;
	align-items: center;
	justify-content: center;
	
	box-shadow:
	0 0 0 clamp(5px, calc(100vw * 15 / 2160), 15px) #0cb43f,      /* verde */
	0 0 0 clamp(15px, calc(100vw * 40 / 2160), 40px) #FFFFFF;    /* alb exterior */
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 25%);
	
	width: 20%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
}

.reload-button {
	background: #FFFFFF !important;
	color: #2870ed !important;
	padding: calc(100vw * 40 / 2160) calc(100vw * 100 / 2160);
	border-radius: 48px;
	border: 0;
}

#reload-hidden {
	background: transparent;
	color: transparent;
	border: 0;
	width: calc(100vw * 400 / 2160);
	height: calc(100vw * 200 / 2160);
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

/* Options */

.options {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: calc(100vw * 26 / 2160);
	align-items: flex-start;
	padding-left: calc(100vw * 220 / 2160);
}

.answer-option {
	width: 100%;
	border: 0;
	border-radius: 32px;
	padding: calc(100vw * 10 / 2160) 0;
	background: transparent;
	color: #FFFFFF;
	text-align: left;
	cursor: pointer;
	display: flex;
	align-items: flex-start;
	gap: calc(100vw * 70 / 2160);
	font-weight: 500;
}

.option-checkbox {
	width: calc(100vw * 120 / 2160);
	height: calc(100vw * 120 / 2160);
	border: clamp(5px, calc(100vw * 15 / 2160), 15px) solid #FFFFFF;
	border-radius: 12px;
	flex: 0 0 auto;
	background: transparent;
	position: relative;
	margin-top: calc(100vw * 6 / 2160);
}

.option-text {
	display: inline-block;
}

.answer-option.selected .option-checkbox::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 45%;
	width: calc(100vw * 58 / 2160);
	height: calc(100vw * 32 / 2160);
	border-left: 9px solid #FFFFFF;
	border-bottom: 9px solid #FFFFFF;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.options.is-disabled .answer-option {
	cursor: default;
	opacity: 0.9;
}

/* Score */

.score {
	display: inline-flex;
	justify-content: center;
	padding: 0 calc(100vw * 120 / 2160);
	border-radius: 32px;
	border: 2px solid #FFFFFF;
	min-width: calc(100vw * 500 / 2160);
}

#timer {
	line-height: 1.1 !important;
}

/* Feedback */

.feedback {
	position: relative;
	left: auto;
	bottom: auto;
	transform: none;
	width: 70%;
	margin: calc(100vw * 40 / 2160) auto 0;
	padding: calc(100vw * 30 / 2160) calc(100vw * 80 / 2160);
	border-radius: 28px;
	text-align: center;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.feedback-text {
	font-size: calc(100vw * 80 / 2160);
	line-height: 1.25;
	font-weight: 400;
	white-space: pre-line;
}

.feedback-correct {
	background: #0cb43f;
	color: #FFFFFF;
}

.feedback-incorrect {
	background: #ce2121;
	color: #FFFFFF;
}

/* Pie */

.pie {
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100vw * 260 / 2160);
	height: calc(100vw * 260 / 2160);
	border-radius: 50%;
}

.hand {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: calc(100vw * 130 / 2160);
	background: #FFFFFF;
	transform-origin: bottom;
	transform: translate(-50%, -100%);
	  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FFFFFF;
	transform-origin: bottom;
	transform: translate(-50%, -50%);
}

/* Question */

#question {
	min-height: 0;
	display: block;
	text-align: left;
}

#question-container {
	width: 100%;
	text-align: left;
}

#question-container .question-row {
	display: flex;
	align-items: flex-start;
	gap: calc(100vw * 30 / 2160);
	margin-top: calc(100vw * 80 / 2160);
	margin-bottom: calc(100vw * 30 / 2160);
}

.question-number {
	width: calc(100vw * 190 / 2160);
	height: calc(100vw * 190 / 2160);
	border-radius: 50%;
	background: #FFFFFF;
	color: #2870ed;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: calc(100vw * 120 / 2160);
	font-weight: 400;
	flex: 0 0 auto;
}

#question {
	margin-top: 0;
	padding-top: calc(100vw * 49 / 2160);
}

#button-container {
	width: 100% !important;
}

/* Step 1 */

.has-footer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#step1 .step1-content {
	justify-content: flex-start;
	padding-top: calc(100vw * 120 / 2160);
	gap: calc(100vw * 80 / 2160);
}

.step1-circle {
	width: 60%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: clamp(5px, calc(100vw * 15 / 2160), 15px) solid rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: calc(100vw * 40 / 2160);
}

#success .step1-circle {
	border-color: #0cb43f;
}

#rezultat .step1-circle {
	border-color: #ce2121;
}

.step1-circle-text {
	font-size: calc(100vw * 47 / 2160);
	line-height: 1.2;
	font-weight: 400;
	color: #FFFFFF;
}

.step1-circle-wrap {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: calc(100vw * 80 / 2160);
}

.site-footer {
	margin-top: auto;
	height: 33vh;
	background: url("images/footer_bg.png") center bottom / cover no-repeat;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: calc(100vw * 100 / 2160);
	background-size: cover;
	background-position: top center;
}

.has-footer .min-vh-100 {
	height: auto !important;
	min-height: 67vh !important;
}

.step1-footer-text {
	font-size: calc(100vw * 60 / 2160);
	font-weight: 700;
	color: #FFFFFF;
}



@keyframes backgroundAnimationGreen {
	0% {
		background: transparent;
	}
	50% {
		background: rgba(75, 255, 123, 0.6);
	}
	100% {
		background: transparent;
	}
}

@keyframes backgroundAnimationRed {
	0% {
		background: transparent;
	}
	50% {
		background: rgba(255, 75, 123, 0.6);
	}
	100% {
		background: transparent;
	}
}