@charset "utf-8";

@font-face {
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	src: url(../__fonts/Cabin-Bold.ttf);
}

@font-face {
	font-family: Ans;
	font-style: normal;
	src: url(../__fonts/Roboto-Regular.ttf);
}

@font-face {
	font-family: Title;
	font-style: normal;
	font-weight: normal;
	src: url(../__fonts/MyriadPro-Semibold_2.otf);
}

div,
input {
	font-variant-ligatures: none;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
}

#main {
	width: 100vw;
	background-repeat: no-repeat;
	height: 100vh;
	display: flex;
	/* justify-content: center; */
	align-items: center;
	flex-direction: column;
	gap: 5em;
}



/* #rubricAud {
	display: inline-block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #F29B34;
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
} */

.optionDesign {
	/* box-shadow: inset 0px 0px 5px #666 ;
	border: 3px solid #FFF; */
	border-radius: 50%;
	/* background:#ffff99; */
	padding: 10px;

}

.op0 {
	box-shadow: inset 0px 0px 5px #666;
	border: 3px solid #FFF;
	border-radius: 7px;
	background: #ffff99;
	padding: 10px;
	opacity: 0;

}

#submit {
	font-size: 21px;
	font-family: Ans, sans-serif;
	display: block;
	width: 145px;
	font-weight: bold;
	text-align: center;
	background: -webkit-linear-gradient(#fcfcfc, #bcbcbc);
	background: -o-linear-gradient(#fcfcfc, #bcbcbc);
	background: -moz-linear-gradient(#fcfcfc, #bcbcbc);
	background: linear-gradient(#fcfcfc, #bcbcbc);
	color: #151515;
	cursor: pointer;
	padding: 7px 0 7px 0;
	border-radius: 10px;
	border-bottom: 1px solid #9c9999;
	box-shadow: 2px 2px 5px 1px #3e3e3e;
	visibility: hidden;
}

#answer {
	font-size: 21px;
	font-family: Ans, sans-serif;
	display: block;
	width: 145px;
	font-weight: bold;
	text-align: center;
	background: -webkit-linear-gradient(#fcfcfc, #bcbcbc);
	background: -o-linear-gradient(#fcfcfc, #bcbcbc);
	background: -moz-linear-gradient(#fcfcfc, #bcbcbc);
	background: linear-gradient(#fcfcfc, #bcbcbc);
	color: #151515;
	cursor: pointer;
	padding: 7px 0 7px 0;
	border-radius: 10px;
	border-bottom: 1px solid #9c9999;
	box-shadow: 2px 2px 5px 1px #3e3e3e;
	float: right;
	visibility: hidden;
}

#checkSolution {
	position: absolute;
	width: 350px;
	top: 645px;
	left: 260px;
	z-index: 1;
}

.nextpreNav {
	width: 540px;
	position: absolute;
	display: inline-block;
}

#nextBtn {
	background: url(../../__images/arrow.png);
	background-size: 61px 61px;
	width: 61px;
	height: 61px;
	float: right;
	cursor: pointer;
}

#preBtn {
	background: url(../../__images/arrow2.png);
	background-size: 61px 61px;
	float: left;
	width: 61px;
	height: 61px;
	cursor: pointer;
}


#activityText {
	position: absolute;
	left: 200px;
	top: 65px;
	-webkit-animation-name: activityTextAnim;
	-webkit-animation-duration: 1s;
	animation-name: activityTextAnim;
	animation-duration: 1s;
}

@-webkit-keyframes activityTextAnim {
	0% {
		left: 200px;
		top: -100px;
	}

	50% {
		left: 200px;
		top: 95px;
	}

	100% {
		left: 200px;
		top: 65px;
	}
}


@keyframes activityTextAnim {
	0% {
		left: 200px;
		top: -100px;
	}

	50% {
		left: 200px;
		top: 95px;
	}

	100% {
		left: 200px;
		top: 65px;
	}
}

#completedText {
	position: absolute;
	left: 600px;
	top: 65px;
	-webkit-animation-name: completedTextAnim;
	-webkit-animation-duration: 1s;
	animation-name: completedTextAnim;
	animation-duration: 1s;
}


@-webkit-keyframes completedTextAnim {
	0% {
		left: 600px;
		top: 225px;
	}

	50% {
		left: 600px;
		top: 35px;
	}

	100% {
		left: 600px;
		top: 65px;
	}
}


@keyframes completedTextAnim {
	0% {
		left: 600px;
		top: 225px;
	}

	50% {
		left: 600px;
		top: 35px;
	}

	100% {
		left: 600px;
		top: 65px;
	}
}

.adiiImg {
	position: absolute;
}

#op0 {
	left: 372px !important;
	top: 360px !important;
	text-shadow: 0px 0 #000, 0 3px #000, 1px 0 black, 0 -1px #fff;
	color: white;

}

#op2 {
	left: 231px !important;
	top: 293px !important;
	text-shadow: 0px 0 #000, 0 3px #000, 1px 0 black, 0 -1px #fff;
	color: white;

}

#op3 {
	left: 73px !important;
	top: 379px !important;
	text-shadow: 0px 0 #000, 0 3px #000, 1px 0 black, 0 -1px #fff;
	color: white;

}

#op5 {
	left: 522px !important;
	top: 448px !important;
	text-shadow: 0px 0 #000, 0 3px #000, 1px 0 black, 0 -1px #fff;
	color: white;

}

#op13 {
	left: 743px !important;
	top: 494px !important;
	text-shadow: 0px 0 #000, 0 3px #000, 1px 0 black, 0 -1px #fff;
	color: white;

}


#op1 {
	left: 651px !important;
	top: 453px !important;
	text-shadow: 0px 0 #000, 0 3px #000, 1px 0 black, 0 -1px #fff;
	color: white;

}

#op9 {
	left: 140px !important;
	top: 290px !important;
	text-shadow: 0px 0 #fff, 0 3px #fff, 1px 0 black, 0 -1px black;

}

#op8 {
	left: 340px !important;
	top: 412px !important;
	text-shadow: 0px 0 #fff, 0 3px #fff, 1px 0 black, 0 -1px black;

}

#op10 {
	left: 624px !important;
	top: 375px !important;
	text-shadow: 0px 0 #fff, 0 3px #fff, 1px 0 black, 0 -1px black;

}

#op6 {
	left: 226px !important;
	top: 166px !important;
	text-shadow: 0px 0 #fff, 0 3px #fff, 1px 0 black, 0 -1px black;
}

#op7 {
	left: 429px !important;
	top: 274px !important;
	text-shadow: 0px 0 #fff, 0 3px #fff, 1px 0 black, 0 -1px black;

}

#op11 {
	left: 830px !important;
	top: 174px !important;
	color: #000;
	text-shadow: 0 0px #fff, 0 3px#000f, 1px 0 black, 0 -1px #fff;
	color: white;

}

#op12 {
	left: 325px !important;
	top: 531px !important;
	text-shadow: 0px 0 #000, 0 3px #000, 1px 0 black, 0 -1px #fff;
	color: white;

}

#op4 {
	left: 198px !important;
	top: 439px !important;
	text-shadow: 0px 0 #000, 0 3px #000, 1px 0 black, 0 -1px #fff;
	color: white;

}