@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.75);
	}
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
	scrollbar-width: auto;
	scrollbar-color: #ffffff #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 8px;
}

*::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	border: 2px solid transparent;
}

body {
	font-size: 20px;
	background-color: #2f61dc;
}

html,
body {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
header,
footer {
	display: none;
}
.content-wrap.quiz{
	opacity: 1;
	transition: all 0.5s ease-in-out;
	transition-delay: 0.25s;
}
.content-wrap.quiz.hideme{
	opacity:0;
	transition: all 0.5s ease-in-out;
}
.section-game {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.background-images {
	width: 100%;
	height: 100%;
	position: fixed;
}
.background-images div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 2s ease-in-out;
	background-size: cover;
}

.background-images div.active {
	opacity: 1;
}
.slide-quiz {
	display: none;
	position: absolute;
}
.slide-quiz:not(.img-between) {
	transform: translateY(1em);
	transition: transform 1s ease-out;
}

.slide-quiz:not(.img-between) {
	transform: translateY(1em);
	transition: transform 1s ease-out;
}

@media(min-width:1024px){
	.first-box.slide-quiz:not(.img-between) {
		transform: unset;
	}
}
.container-game {
	/*min-height: 600px;
	max-height: 1200px;*/
	height: 100vh;
	padding: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.border {
	position: relative;
	max-width: 1315px;
	width: calc(100% - 4rem);
	height: calc(100% - 4rem);
	margin: auto;
	z-index: 2;
	box-sizing: border-box;
	padding: 48px;
	position: relative;
	pointer-events: none;
	transition: opacity 0.3s ease-out;
}

.border::before {
	content: "";
	display: block;
	border: 6px solid #ffffff;
	border-radius: 45px;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	right: 0;
	-webkit-clip-path: polygon(
		100% 0,
		100% calc(100% - 118px),
		calc(100% - 118px) 100%,
		0 100%,
		0 0
	);
	clip-path: polygon(
		100% 0,
		100% calc(100% - 118px),
		calc(100% - 118px) 100%,
		0 100%,
		0 0
	);
}
/*.border::after {
	content: "";
	display: block;
	background: url("../assets/game/border-decoration.svg") no-repeat;
	background-size: 100% 100%;
	position: absolute;
	width: 118px;
	height: 118px;
	bottom: 0;
	right: 0;
}*/
.kf-ornament{
	display: block;
	background: url("../assets/game/border-decoration.svg") no-repeat;
	position: absolute;
	width: 118px;
	height: 100%;
	background-position: 0 100%;
	bottom: 0;
	right: 0;
}
.kf-logo {
	position: absolute;
	top: 1em;
	left: 2em;
}
.content-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	/*width: 1315px;*/
	width: 100%;
	height: 100%;
	padding: 48px;
	left: 0;
	top: 0;
}
.text-question {
	font-weight: 700;
	color: #ffffff;
	font-size: 2.25em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.25;
	margin-bottom: 0.65em;
	padding-left: 1.5rem;
}
.text-question-2 {
	font-weight: 700;
	color: #ffffff;
	font-size: 2.25em;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.25;
	padding-left: 1.5rem;
}
[data-next]:not(.img-between),
[data-next]:not(.img-between) {
	transition: color 0.3s ease-out;
}
[data-next]:not(.img-between) {
	transition: color 0.3s ease-out;
}
[data-next]:not(.img-between) svg path,
[data-next]:not(.img-between) svg path {
	transition: all 0.3s ease-out;
}

[data-next]:not(.img-between):hover,
[data-next]:not(.img-between):focus,
[data-next]:not(.img-between).focus {
	/*background-color: #fff;*/
	animation: pulse 1s;
	animation-iteration-count: infinite;
	box-shadow: 0 0 0.25em 0.75em rgba(255, 255, 255, 0);
	color: #2f61dc;
}

[data-next]:not(.img-between):hover svg path,
[data-next]:not(.img-between):focus svg path {
	fill: #2f61dc;
}
.button-wrap {
	font-weight: 500;
	color: #ffffff;
	font-size: 0.87em;
	border-radius: 80px;
	border: 3px solid #ffffff;
	padding: 1.1em 1.9em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	transition: background-color 0.3s ease-out;
	position: relative;
}
.button-wrap svg {
	margin-right: 0em;
}
.button-answer {
	font-weight: 400;
	color: #ffffff;
	font-size: 0.87em;
	border-radius: 80px;
	border: 2px solid #ffffff;
	padding: 1em 1.6em;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	transition: background-color 0.3s ease-out;
	position: relative;
}

.button {
	text-align: center;
	display: flex;
	justify-content: center;
}
.button-wrap svg {
	margin-left: 1.1em;
}
.marker-quiz {
	position: absolute;
	bottom: 4em;
	/*left: calc(50% - 657.5px + 3em);*/
	left: 5.5rem;
	width: 30%;
	height: 3px;
	/* background-color: #fff; */
	background-color: #64C8FF;
	/* transform: translate(-50%, 0); */
	overflow: visible;
	display: none;
}
.marker-quiz .line {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #eeb21e;
	transition: width 1s ease-in-out;
}
.marker-quiz .plane {
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background: url("../assets/game/plane.svg") no-repeat center center;
	background-size: 100% 100%;
	transition: all 1s ease-in-out;
}


.slide-quiz,
.slide-quiz .row,
.slide-quiz [class^="col-"] {
	height: 100%;
	z-index: 1;
}
.slide-quiz .row {
	margin: 0;
}
.slide-quiz [class^="col-"] {
	display: flex;
	align-items: center;
}
.slide-quiz-center {
	/*display: flex;*/
	flex-direction: column;
	justify-content: center;
}
.slide-quiz [data-next] {
	cursor: pointer;
}
.text-question-2 {
	height: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	padding-left: 1.5rem;
}
.col-button {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.wrap-button {
	display: flex;
	flex-direction: column;
	/*gap: 1em;*/
}
.img-between {
	width: 100vw !important;
}
.img-between .div-bg {
	/* height: calc(100% - 174px); */
	height: 100vh;
	position: absolute;
	z-index: 1;
	/* top: 0; */
	left: 0;
	bottom: 6em;
	width: 100%;
	margin: 0px 0px 0;
	background-position: center 6em;
	background-size: cover;
}
.text-left {
	text-align: left;
}
.col-image-2 {
	flex-direction: row;
	/*gap: 50px;*/
}
.col-image-2 > .wrap-img-2 {
	margin-right: 50px;
}
.col-image-2 > .wrap-img-2:last-of-type {
	margin-right: 0px;
}
.wrap-img-2 {
	/* width: 50%;
	height: 70%;  
	border-radius: 7em;*/
	width: 30vh;
	height: 50vh;
	border-radius: 15em;
	overflow: hidden;
	position: relative;
}
.inner-img-2 {
	width: 110%;
	height: 110%;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.div-bg {
	background-repeat: no-repeat;
	background-size: cover;
}
.div-bg-side {
	height: 100%;
	width: 35%;
	top: 0;
	right: 0;
	position: absolute;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.type-3 {
	font-size: 1.8em;
}
.col-left-big {
	flex-direction: column;
	justify-content: center;
}
.margin-top-1 {
	margin-top: 2em;
}
.width-80 {
	width: 80%;
}
.width-60 {
	width: 60%;
}
.hide {
	display: none;
}

.show {
	display: block;
}
.slide-quiz-center.show {
	display: flex;
}
.wrap-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 48px;
}
.slide-7 .row {
	justify-content: center;
}
.width-100 {
	width: 100%;
}
.width-98 {
	width: 98%;
}
.text-h1-result {
	font-weight: 700;
	color: #ffffff;
	font-size: 5em;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-bottom: 1rem;
}
.text-h2-result {
	font-weight: 700;
	color: #ffffff;
	font-size: 3.6em;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 1;
	margin-block-start: 0em;
	margin-block-end: 0em;
	padding-bottom: 1rem;
}
.slide-quiz .row {
	width: 100%;
}

.text-p-result {
	color: #ffffff;
	font-weight: 400;
	font-size: 0.85em;
	padding-left: 0.25rem;
	padding-right: 1rem;
}
.slide-quiz .align-base {
	align-items: baseline;
	justify-content: center;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.div-bg-side.div-50 {
	width: 45%;
	/* border-radius: 150px 0px 0px 150px; */
	border-radius: 15vh 0 0 15vh;
}

.wrap-container.show {
	display: flex;
}
.slide-quiz {
	width: 100%;
}
.wrap-container {
	/*width: 1315px;*/
	margin: 0 auto;
}
.wrap-container .row div[class^="col-"]:first-child {
	/*padding-left: 0em;*/
}


.content-randomize .item {
	display: none;
}
.content-randomize .item p:last-child {
	padding-bottom: 0;
}
.button-result {
	letter-spacing: 0.1em;
	width: fit-content;
	border: 1px solid #ffffff;
	padding: 1.3em;
	margin: 1.5em 0 1.5em 0.5em;
	text-align: center;
}
.button-result:hover,
.button-result:focus {
	background-color: #fff;
	animation: pulse 1s;
	animation-iteration-count: infinite;
	box-shadow: 0 0 0.25em 0.75em rgba(255, 255, 255, 0);
	color: #2f61dc;
}
.button-result:hover svg path,
.button-result:focus svg path {
	fill: #2f61dc;
}
.slide-quiz.res,
.slide-quiz.slide-7 {
	transform: none;
	transition: none;
}
br.mob {
	display: none;
}
.wrap-img-2 {
	outline: none !important;
}
.border-full {
	max-width: 100%;
}

.content-randomize {
	overflow: auto;
	margin-bottom: 1.5em;
}

.slide-quiz.res .res-text {
	margin-top: 100px;
	height: calc(100% - 100px);
}

.text-p-result.item {
	line-height: 1.5;
}

@media (min-width: 1450px) {
	.slide-quiz .row {
		/*width: 1315px;*/
		margin: 0 auto;
	}
}
@media (max-width: 1300px) and (min-width: 1024px) {
	.wrap-container {
		width: 100%;
	}
}
@media (min-width: 1352px) {
	/* body {
		font-size: 16px !important;
	} */
	/*.marker-quiz {
	
		left: calc(50% - 657.5px + 2.5em);
	}*/
}
@media (min-width: 1800px) and (min-height: 800px) {
	html {
		min-zoom: 100%;
	}
	body {
		font-size: 26px !important;
	}
	.slide-quiz {
		height: 100%;
	}
	.content-wrap {
		width: 100%;
	}

	.kf-logo {
		left: 1.5em;
	}
	.text-h1-result,
	.text-h2-result {
		padding-left: 0.65rem;
	}
	.text-p-result {
		padding-left: 1rem;
	}
	.text-p-result p {
		font-size: 0.85em;
	}
	.marker-quiz {
		bottom: 3.75em;
		height: 3px;
	}
	.marker-quiz .plane {
		width: 50px;
		height: 50px;
	}
}

.bottom-marker-mobile {
	display: none;
	transition: height 0.5s ease-in-out;
	z-index: 0;
}

.mobile-q-holder {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}

.wrap-button > .button-answer {
	margin-bottom: 1em;
}

.wrap-button > .button-answer:last-of-type {
	margin-bottom: 0;
}

.text-p-result.item a {
	align-items: center;
}
.col-image-2 {
	position: relative;
	justify-content: center;
}
@media (min-width: 1024px) {
	body {
		height: 100vh;
		width: 100vw;
		overflow: hidden;
	}
	.slide-quiz.res[data-id="paris"] .div-bg-side.div-50 {
		background-position: center;
	}
	.slide-quiz.res[data-id="capetown"] .div-bg-side.div-50 {
		background-position: bottom;
	}
	.slide-quiz[data-id="wildlife-between"] .div-bg.mobile-hide {
		background-position: center bottom;
	}
	.slide-quiz[data-id="wildlife-between"] .div-bg.mobile-hide {
		background-position: center bottom;
	}

	.slide-quiz[data-id="holly_trans"] .div-bg.mobile-hide {
		background-position: center bottom;
	}
}

@media(min-width:1024px){
	.desktop-hide {
		display: none !important;
	}
}
@media(max-width:1023px){
	.mobile-hide {
		display: none !important;
	}
}

@media (max-width: 1023px) {
	[data-next]:not(.img-between):focus,
	[data-next]:not(.img-between).focus {
		/*animation:none !important;*/
		background-color: rgba(0, 0, 0, 0) !important;
	}
	div.slide-quiz.res[data-id="paris"] .div-bg-side.div-50 {
		background-position: bottom;
	}
	div.slide-quiz.res[data-id="bali"] .div-bg-side.div-50 {
		background-position: center;
	}
	div.slide-quiz.res[data-id="chiangmai"] .div-bg-side.div-50 {
		background-position: center;
	}
	div.slide-quiz.res[data-id="capetown"] .div-bg-side.div-50 {
		background-position: bottom;
	}

	div.slide-quiz.res[data-id="melbourne"] .div-bg-side.div-50 {
		background-position: center;
	}

	div.slide-quiz.res[data-id="amsterdam"] .div-bg-side.div-50 {
		background-position: center;
	}

	.slide-quiz.question[data-id="question-1"] .row .col-md-5.col-button {
		margin-top: 1em;
	}
	.slide-quiz .row {
		height: auto;
	}
	.slide-quiz-center.slide-quiz .row {
		height: 100%;
	}
	.section-game {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
	}
	/*.text-p-result{
		height:100% !important;
		overflow: hidden;
		max-height: none !important;
	}*/
	.div-bg-side {
		position: relative;
	}
	.slide-quiz.res .wrap-container {
		padding-left: 0rem;
		padding-right: 0rem;
		padding-top: 0;
		padding-bottom: 2rem;
		height: 100% !important;
	}

	.slide-quiz.res .row > * {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
	.slide-quiz .col-left-big {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.marker-quiz.mobile-hide {
		display: none !important;
	}
	.bottom-marker-mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 1.1em;
		flex-grow: 0;
		width: 100%;
		position: relative;
	}

	.img-between .div-bg {
		/* height: calc(100% - 174px); */

		background-position: center center;
	}
	body {
		font-size: 27px;
	}
	.container-fluid.container-game {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
		min-height: 100vh;
		/*padding-bottom:1rem;*/
		justify-content: initial;
	}
	.content-wrap.quiz {
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
	}
	.border::after {
		-webkit-clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
		/*clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);*/
		clip-path: polygon(100% 0, 100% calc(100% - 79px), calc(100% - 79px) 100%, 0 100%, 0 0);
	}

	.kf-ornament{
		-webkit-clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% 90%, 85% 100%, 0 100%, 0 0);
		/*clip-path: polygon(100% 0, 100% calc(100% - 79px), calc(100% - 79px) 100%, 0 100%, 0 0);*/
	}	

	.kf-logo {
		/*position: absolute;*/
		position: relative;
		width: 100%;
		text-align: center;
		top: auto;
		left: auto;
		padding-top: 6px;
		margin-bottom: 0;
		/*top: 0em;
	    left: 0;
	    margin: 0 auto;
	    text-align: center;
	    display: flex;
	    width: 100%;
	    justify-content: center;*/
	}
	.kf-logo img {
		height: 40px !important;
		width: auto !important;
	}
	.border {
		position: absolute;
		height: 100%;
		width: calc(100% - 2.2em);
		left: 1.1em;
		top: 0;
		transition: 0.5s all;
		margin: 0;
		padding: 0;
	}

	.border.dpad-24 {
		height: calc(100% - 2.2em);
		top: 1.1em;
		transition: 0.5s all;
	}
	.border.dpad-12 {
		height: calc(100% - 1.1em);
		top: 1.1em;
		transition: 0.5s all;
	}

	.border::before {
		border-radius: 16px;
		height: 100%;
		bottom: 0;
		right: 0;
		top: 0;
		margin-top: auto;
		margin-bottom: auto;
		/*-webkit-clip-path: polygon(100% 0, 100% 90%, 93% 100%, 0 100%, 0 0);*/
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 79px), calc(100% - 79px) 100%, 0 100%, 0 0);
		/*clip-path: polygon(100% 0, 100% 90%, 93% 100%, 0 100%, 0 0);*/
		clip-path: polygon(100% 0, 100% calc(100% - 79px), calc(100% - 79px) 100%, 0 100%, 0 0);
		border-width: 4px;
	}
	.border::after {
		width: 80px;
		height: 80px;
	}
	.kf-ornament{
		width: 80px;
		height: 80px;
		background-size:80px 80px;
	}


	.mobile-hide.kf-logo {
		display: none;
	}
	.col-image-2 {
		flex-direction: row;
	}
	.slide-7 .div-bg-side {
		height: 40%;
		width: 100%;
	}
	.slide-7 .text-question {
		padding: 1.5rem 0.5em 0em 0.5em;
	}
	.div-bg-side.div-50 {
		width: 100%;
		border-radius: 0px 0px 15vw 15vw;
		height: 40%;
	}
	.slide-quiz.res .row {
		/*align-content: baseline;
	    height: 100%;
	    align-items: flex-end;*/
		flex-direction: column-reverse;
		height: 60%;
		flex: 0 0 60%;
	}
	.slide-quiz.res .row .col-md-6 {
		height: 100% !important;
	}
	.text-p-result {
		/*overflow-y: scroll;
	    max-height: 25vh;*/
	}
	.slide-7 .row {
		flex-direction: column;
		justify-content: end;
		/*padding-bottom: 7vh;*/
	}

	.mobile-q-holder {
		position: relative;
		flex-grow: 1;
		width: 100%;
		display: block;
		height: calc(100% - (47px + 4.4em));
	}
	.desktop-hide.kf-logo {
		display: block;
	}
	.text-question {
		font-size: 1.25em;
		width: 100%;
		margin-bottom: 1em;
		padding: 0em;
		margin-bottom: 2vh !important;
	}
	.text-question.type-3 {
		margin-top: 2.5vh !important;
		margin-bottom: 2.5vh !important;
	}
	.button-wrap {
		font-size: 1em;
		padding: 0.9em 1.9em;
	}

	.wrap-container {
		width: 100%;
		flex-direction: column;
	}
	.slide-quiz [class^="col-"] {
		height: auto;
	}
	.text-h1-result,
	.text-h2-result {
		font-size: 2.5em;
	}
	.text-question-2 {
		font-weight: 700;
		color: #ffffff;
		font-size: 1.25em;
		text-align: center;
		text-transform: uppercase;
		line-height: 1.25;
		padding-left: 0;
		margin: 0 auto 5vh auto;
	}
	.slide-quiz .row {
		/*height: 100%;*/
	}
	.col-button {
		justify-content: center;
	}

	.slide-quiz.slide-7 .row {
		height: auto;
	}
	.width-60 {
		width: 90%;
	}

	.marker-quiz {
		bottom: 1.5em;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		height: 3px;
		right: 0;
		height: 2px;
	}
	.marker-quiz .plane {
		width: 35px;
		height: 25px;
	}
	.kf-logo img {
		height: 56px;
	}
	.slide-quiz {
		height: 100%;
		top: 0;
		margin-top: auto;
		margin-bottom: auto;
		transform: none !important;
	}
	.button-answer {
		text-align: center;
	}
	.slide-quiz.img-between {
		height: 100%;
	}
	.img-between .div-bg {
		height: 100%;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	.text-question {
		text-align: center;
	}
	.wrap-img-2 {
		width: 50%;
		height: 33%;
	}
	.slide-quiz.res .row .col-md-6 {
		height: 48%;
	}
	.col-left-big {
		flex-direction: column;
		justify-content: center;
		width: 90%;
		margin: 0 auto;
		/*padding-bottom: 10vh;*/
	}
	.slide-quiz.res .row .col-md-6 {
		width: 100%;
		display: block !important;
		padding-top: 1.1em;
	}
	.ignite .margin-top-1 {
		margin-top: 1em;
	}
	.ignite .button-answer {
		padding: 1em 1.25em;
	}
	.ignite .text-question {
		margin-bottom: 0;
	}

	.slide-7 .col-md-8.col-left-big {
		/*height: 60%;*/
	}
	.slide-7 .col-left-big {
		/*height: 60%;*/
	}
	.slide-7[data-id="cuisine"] .row {
		padding-top: 0;
		flex-direction: column;
		justify-content: flex-end;
	}

	.slide-quiz .row > * {
		flex: 0 0 100%;
		width: 100%;
	}

	.slide-quiz .row .col-image-2 {
		flex-direction: column;
		width: 100%;
	}
	.slide-quiz .row .col-image-2 > .wrap-img-2 {
		margin-right: 0;
		margin-bottom: 2rem;
		height: 120px;
	}
	.slide-quiz .row .col-image-2 > wrap-img-2last-of-type {
		margin-bottom: 0;
	}
	/*.slide-7[data-id="cuisine"] .col-md-7.col-left-big{
		height: 60%
	}*/

	.slide-quiz.res .row .content-randomize {
		height: calc(100% - 3em);
		margin-bottom: 1.1em;
	}
	.slide-quiz.res .row .content-randomize.short {
		height: calc(100% - 6em);
	}
	/*.slide-quiz.res .row .content-randomize .item{
		overflow: auto;;
	}*/
	.slide-quiz .col-left-big {
		padding: 1em 32px;
	}
}

@media (max-width: 1024px) and (min-width: 768px) {
	body {
		font-size: 24px;
	}
	.kf-logo img {
		height: 3.5em;
		/*top: 0.5em;*/
	}
	/*.text-p-result {
	    max-height: 20vh;
	}*/
	/*.div-bg-side.div-50 {
	    width: 100%;
	    border-radius: 0px 0px 60px 60px;
	    height: 42%;
	}
	.slide-quiz[data-id="happy"] .row{
		flex-direction: row;
	    top: 0;
	    position: relative;
	    bottom: 0;
	    margin-top: auto;
	    margin-bottom: auto;
		height: 80%;
	}
	.slide-quiz[data-id="happy"] .row .col-md-6,
	.slide-quiz[data-id="real-life"] .row .col-md-6,
	.slide-quiz[data-id="admiring"] .row .col-md-6,
	.slide-quiz[data-id="scenery"] .row .col-md-6{
		width: 100%;
	}
	.slide-quiz[data-id="happy"] .row .col-md-6.col-image-2,
	.slide-quiz[data-id="real-life"] .row .col-md-6.col-image-2,
	.slide-quiz[data-id="admiring"] .row .col-md-6.col-image-2,
	.slide-quiz[data-id="scenery"] .row .col-md-6.col-image-2{
		flex-direction: column;
	}
	.slide-quiz[data-id="happy"] .row .col-md-6.col-image-2 .wrap-img-2,
	.slide-quiz[data-id="real-life"] .row .col-md-6.col-image-2 .wrap-img-2,
	.slide-quiz[data-id="admiring"] .row .col-md-6.col-image-2 .wrap-img-2,
	.slide-quiz[data-id="scenery"] .row .col-md-6.col-image-2 .wrap-img-2 {
	    width: 60%;
	    height: 44%;
	}
	.slide-quiz[data-id="happy"] .row .col-md-6.col-image-2:first-child,
	.slide-quiz[data-id="real-life"] .row .col-md-6.col-image-2:first-child,
	.slide-quiz[data-id="admiring"] .row .col-md-6.col-image-2:first-child,
	.slide-quiz[data-id="scenery"] .row .col-md-6.col-image-2:first-child{
		height: 30%;
	}
	.slide-quiz[data-id="happy"] .row .col-md-6.col-image-2:last-child,
	.slide-quiz[data-id="real-life"] .row .col-md-6.col-image-2:last-child,
	.slide-quiz[data-id="admiring"] .row .col-md-6.col-image-2:last-child,
	.slide-quiz[data-id="scenery"] .row .col-md-6.col-image-2:last-child{
		height: 50%;
	}*/
	.ignite .button-answer {
		font-size: 0.7em;
	}
	.ignite .text-question {
		font-size: 1.25em;
	}
	.quiz-running .bottom-marker-mobile {
		height: 3em
	}
	.slide-quiz.res .row > * {
		padding-left: 5rem !important;
    	padding-right: 5rem !important;
	}
	.button-result {
		margin: 0.5em 1em 0.5em 0;
	}
	.slide-quiz .row .col-image-2 > .wrap-img-2 {
		margin-bottom: 3rem;
		height: 15rem;
		width: 30rem;
	}
	/*.slide-quiz.res .wrap-container{
		height: 90%;
	}
	.slide-quiz.res .row .col-md-6 {
	    height: 43%;
	}*/
}
@media (max-width: 990px) and (min-width: 768px) {
	/*.slide-quiz[data-id="question-1"] .row {
	 	flex-direction: column;
	 	justify-content: center;
	}
	.slide-quiz[data-id="question-1"] .row .col-md-7,
	.slide-quiz[data-id="question-1"] .row .col-md-5 {
	 	width: 100%;
	}
	.slide-quiz[data-id="question-1"] .row .col-md-5 {
	 	margin-top: 1em;
	}*/
	.slide-7[data-id="bucket"] .text-question {
		font-size: 1.25em;
	}
}
@media (max-width: 767px) {
	*::-webkit-scrollbar {
		width: 2px;
	}
	.width-80 {
		width: 90%;
	}
	.border::before {
		border-radius: 0.9em;
	}
	.slide-quiz[data-id="question-0"] .text-question {
		max-width: 82%;
		margin: 0 auto 1em;
	}
	br.mob {
		display: block;
	}
	.slide-7 .div-bg-side {
		height: 32.5%;
		width: 100%;
	}
	.bottom-marker-mobile {
		height: 1.1em;
	}
	.quiz-running .bottom-marker-mobile {
		height: 3em;
	}
	.slide-quiz.res .div-bg-side {
		background-position: bottom;
	}
	.mobile-q-holder {
		height: calc(100% - (47px + 3em));
	}
	
	body {
		font-size: 17px;
	}
	.text-question {
		/*margin-top:1em;*/
		font-size: 1.25em;
		margin-left: auto;
		margin-right: auto;
	}
	.button-wrap svg {
		margin-right: -0.75em;
	}
	.col-left-big {
		flex-direction: column;
		justify-content: center;
		width: 100%;
		margin: 0 auto;
		/*padding-bottom: 10vh;*/
	}
	.col-button {
		justify-content: flex-start;
	}
	.col-image-2 {
		flex-direction: column;
	}
	.slide-quiz .row .col-image-2 > .wrap-img-2 {
		width: 14.8em;
		height: 8.2em;
	}
	/*.slide-quiz .row{
		height: 100%;
	}*/

	.border::before {
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 79px), calc(100% - 79px) 100%, 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% calc(100% - 79px), calc(100% - 79px) 100%, 0 100%, 0 0);
	}
	.wrap-container .row div[class^="col-"]:first-child {
		padding-left: 0.75rem;
		padding-right:0.75rem;
	}
	.text-question.type-3 {
	    margin-top: 0vh !important;
	    margin-bottom: 0vh !important;
	}

	div[data-id="question-1"] .text-question-2{
		margin-bottom:2vh;
	} 

	div[data-id="question-1"] .row div[class^="col-"]{
		padding-left: 0.5rem;
		padding-right:0.5rem;

	}

	.slide-7 .row {
		padding-top: 0;
		flex-direction: column;
		justify-content: flex-end;
	}
	.slide-7 .text-question {
		padding: 0em 0em 0em 0em;
		margin-bottom: 0em;
	}
	.margin-top-1 {
		margin-top: 1em;
	}
	.ignite .margin-top-1 {
		margin-top: 1em;
	}
	.slide-quiz.res .align-base {
		justify-content: start;
	}
	/*.text-p-result {
   
	    max-height: 20vh;
	}*/
	.res .wrap-container {
		padding: 48px 20px 20px 20px;
	}
	.button-result {
		padding: 0.8rem;
		width: fit-content;
		line-height: 1.5;
		font-size: 0.85em;
		margin: 0.5em 1em 0.5em 0;
	}
	.div-bg-side.div-50 {
		height: 50%;
	}
	.button-answer{
		padding-left: 1.25em;
		padding-right: 1.25em;
	}
	.slide-7.ignite .text-question.type-3{
		margin-top:0vh !important;
		margin-bottom:0.75vh !important;
	}
}
@media (max-width: 380px) {
	body {
		font-size: 16px;
	}
	.slide-7.ignite .text-question.type-3 {
		font-size: 1.25em;
	}
	.text-question {
		font-size: 1.25em;
		margin-top: 0;
	}

	.wrap-container {
		padding: 20px 32px;
	}

	.slide-quiz .col-left-big {
		padding: 1em 32px;
	}
	.div-bg-side.div-50 {
		height: 50%;
	}
	.slide-quiz.res .row {
		height: 50%;
		flex: 0 0 50%;
	}
	.text-question, .text-question-2 {
		font-size: 1.1em;
	}
	.button-answer {
		padding: .75em 1.6em;
	}
	.wrap-button > .button-answer {
		margin-bottom: 0.75em;
	}
	.slide-quiz .row .col-image-2 > .wrap-img-2 {
		height: 6em;
		margin-bottom: 1.25rem;
	}
}
@media (max-width: 300px) {
	.slide-7[data-id="bucket"] .col-left-big {
		height: 60%;
	}
	.slide-7[data-id="bucket"] .text-question {
		font-size: 1.25em;
	}
	.slide-7[data-id="bucket"] .button-answer {
		font-size: 0.77em;
	}
}

@media(max-height:800px){
	.kf-logo.mobile-hide img{
		height:45px !important;
		width:auto !important
	}
	.text-question, .text-question-2 {
		font-size: 1.25em;
	}

	.text-h1-result{
		font-size:3em;
	}

	.button-wrap, .button-answer{
		/* font-size:16px; */
	}
	
	
}

@media(max-height:800px) and (min-width:1024px){
	.marker-quiz{
		bottom:3em;
	}
}	

.loader-holder{
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
}
.loader-holder.hideme{
	opacity:0;
	transition: all 0.5s ease-in-out;
}
.loader {
  box-sizing: border-box;
  display: inline-block;
  width: 50px;
  height: 80px;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  position: relative;
  background: linear-gradient(#F6B600 30px, transparent 0) no-repeat;
  background-size: 2px 40px;
  background-position: 50% 0px;
  animation: spinx 5s linear infinite;
  zoom:0.5;
}
.loader:before, .loader:after {
  content: "";
  width: 40px;
  left: 50%;
  height: 35px;
  position: absolute;
  top: 0;
  transform: translatex(-50%);
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0 0 20px 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0px;
  animation: lqt 5s linear infinite;
}
.loader:after {
  top: auto;
  bottom: 0;
  border-radius: 20px 20px 0 0;
  animation: lqb 5s linear infinite;
}
@keyframes lqt {
  0%, 100% {
    background-image: linear-gradient(#F6B600 40px, transparent 0);
    background-position: 0% 0px;
  }
  50% {
    background-image: linear-gradient(#F6B600 40px, transparent 0);
    background-position: 0% 40px;
  }
  50.1% {
    background-image: linear-gradient(#F6B600 40px, transparent 0);
    background-position: 0% -40px;
  }
}
@keyframes lqb {
  0% {
    background-image: linear-gradient(#F6B600 40px, transparent 0);
    background-position: 0 40px;
  }
  100% {
    background-image: linear-gradient(#F6B600 40px, transparent 0);
    background-position: 0 -40px;
  }
}
@keyframes spinx {
  0%, 49% {
    transform: rotate(0deg);
    background-position: 50% 36px;
  }
  51%, 98% {
    transform: rotate(180deg);
    background-position: 50% 4px;
  }
  100% {
    transform: rotate(360deg);
    background-position: 50% 36px;
  }
}

.loader-line{
	position: relative;
	width:240px;
	height:1px;
	background: #ffffff;
	margin-top:30px;
}
.loader-line-indicate{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background:#F6B600;
}
.loader-plane{
	position:absolute;
	top:50%;
	transform: translate(-50%,-50%);
}

[data-next].white-hover:not(.img-between):hover{
	background:#ffffff;
}

[data-next].white-hover:not(.img-between):focus{
	background:#ffffff;
}

.overlay-trans{
	position: absolute;
	left:0;top:0;
	width:100%;
	height: 26vw;
	opacity:0;
	pointer-events: none;
	background:transparent;
}

@media(min-width:1024px){
	.overlay-trans{
		opacity:1;
		z-index:1;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.00) 100%);;
	}
	.overlay-trans.overlay-75{
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.00) 100%);;
	}	
}

.text-button[style*="block"]{
	display: flex !important;
	flex-direction: column;
}
.wrap-button{
	overflow: auto;
	padding:1rem;
}
.inner-img-2.mobile-hide{
	max-height: 35vw;
}

.text-button[style*="block"].slide-7 .row .col-md-4{
	display: none;
}
.text-button[style*="block"].slide-7 .row{
	justify-content: unset;

}
.overflow-auto{
	padding:1rem;
}
/* this is for mobile desktop-hide start from 1023 change this when you chnage setting */
@media (max-width: 1023px){
	.text-button[style*="block"].slide-7 .div-bg-side{
		flex:0 0 40%;
		height: 40%;
	}
	.text-button[style*="block"].slide-7 .row{
		flex:0 0 60%;
		height: 60%;
	}
	.text-button[style*="block"].slide-7 .row > div{
		height:100%;
	}

	.first-box[style*="block"] .row{
		height: 100%;
	}

	.first-box[style*="block"] .col-md-7{
		display: flex;
		flex-direction: column;
		height:100%;
		justify-content: center;
	}

	.first-box[style*="block"] .text-question-2 {
		height: auto;
	}
	.image-button[style*="block"] .row{
		height:100%;
	}

	.image-button[style*="block"] .row{
		height:100%;
	}

	.image-button[style*="block"] .row .col-md-6.image-text{
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}

	.image-button .wrap-img-2{
		height:25vh;
		width:50vh;
		max-width: 65vw;
		max-height: 37vw;
		margin-bottom:2rem;
	}
	.image-button .wrap-img-2:last-of-type{
		margin-bottom:0;
	}
	.image-button .overflow-auto{
		overflow: auto;
	}

}

@media (max-width: 767px){
	.text-button[style*="block"].slide-7 .div-bg-side{
		flex:0 0 32.5%;
		height: 32.5%;
	}
	.text-button[style*="block"].slide-7 .row{
		flex:0 0 67.5%;
		height: 67.5%;
	}
}	

/*@media (orientation: portrait){
	.mobile-hide{
		display:none !important
	}
	.desktop-hide{
		display:block;
	}
}*/

#wpadminbar{
	display:none !important;
}
body,html{
	margin:0 !important;
}

.res-holder{
	display: flex;
	flex-direction: column;
	width:100%;
	height:100%;
	justify-content: center;
}
@media(min-width:1024px){
	.portrait .desktop-hide{
		display:initial !important;
	}
	.portrait .mobile-hide{
		display:none !important;
	}
	.portrait .row > div[class*="col-"]{
		flex:0 0 100%;
		width:100%;
	}
	.portrait .text-button[style*="block"].slide-7 .div-bg-side{
		flex:0 0 40%;
		height: 40%;
	}
	.portrait .text-button[style*="block"].slide-7 .row{
		flex:0 0 60%;
		height: 60%;
	}
	.portrait .text-button[style*="block"].slide-7 .row > div{
		height:100%;
	}

	.portrait .first-box[style*="block"] .row{
		height: 100%;
	}

	.portrait .first-box[style*="block"] .col-md-7{
		display: flex;
		flex-direction: column;
		height:100%;
		justify-content: center;
		text-align: center;
	}

	.portrait .first-box[style*="block"] .text-question-2 {
		height: auto;
	}
	.portrait .image-button[style*="block"] .row{
		height:100%;
	}

	.portrait .image-button[style*="block"] .row{
		height:100%;
	}

	.portrait .image-button[style*="block"] .row .col-md-6.image-text{
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}

	.portrait .image-button .wrap-img-2{
		height:25vh;
		width:50vh;
		max-width: 40vw;
		max-height: 25vw;
		margin-bottom:2rem;
	}

	.portrait .image-button .overflow-auto{
		overflow: auto;
	}
	.portrait .div-bg-side {
		position: relative;
		width:100%;
	}
	.portrait .text-question-2{
		text-align: center;
	}
	.portrait .kf-logo {
		position: relative;
		width: 100%;
		text-align: center;
		top: auto;
		left: auto;
		padding-top: 6px;
		margin-bottom: 0;
	}
	.portrait .bottom-marker-mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 1.1em;
		flex-grow: 0;
		width: 100%;
		position: relative;
	}

	.quiz-running .portrait .bottom-marker-mobile{
		height: 3em;
	}

	.portrait .mobile-q-holder {
		position: relative;
		flex-grow: 1;
		width: 100%;
		display: block;
		height: calc(100% - (47px + 4.4em));
	}
	.portrait.container-fluid.container-game {
		padding-left: 0;
		padding-right: 0;
		flex-direction: column;
		min-height: 100vh;
		display: flex;
		/* padding-bottom: 1rem; */
		justify-content: initial;
	}

	.portrait .marker-quiz {
		bottom: 1.5em;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		height: 3px;
		right: 0;
		height: 2px;
	}

	.portrait .border {
		position: absolute;
		height: 100%;
		width: calc(100% - 2.2em);
		left: 1.1em;
		top: 0;
		transition: 0.5s all;
		margin: 0;
		padding: 0;
	}

	.portrait .slide-quiz.res .wrap-container {
		padding-left: 0rem;
		padding-right: 0rem;
		padding-top: 0;
		padding-bottom: 2rem;
		height: 100% !important;
		width: 100%;
    	flex-direction: column;
	}

	.portrait .div-bg-side.div-50 {
		width: 100%;
		border-radius: 0px 0px 15vw 15vw;
		height: 60%;
	}
	.portrait .slide-quiz.res .row {
		flex-direction: column-reverse;
		height: 40%;
		flex: 0 0 40%;
	}

	.portrait .img-between .div-bg {
		height: 100%;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
		background-position: center center;
	}

	.portrait .border.dpad-24 {
		height: calc(100% - 2.2em);
		top: 1.1em;
		transition: 0.5s all;
	}
	.portrait .border.dpad-12 {
		height: calc(100% - 1.1em);
		top: 1.1em;
		transition: 0.5s all;
	}

	.portrait  .slide-quiz.res .row .col-md-6{
		padding-top: 1.1em;
	}
	
}


     


