@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);
}

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

body {
	margin: 0px;
	padding: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	background-image: url(../Assets/images/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-position: bottom;

}


#main {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}


#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);
}


#rubricDiv {
	/*  position:relative;  */
	top: 15px;
	/* left:0px; */
	/* padding:10px; */
	font-family: Ans, sans-serif;
	text-align: left;
	border-radius: 10px;

	/* background:#FFF;  */
	color: #6c2a2a;
	background-image: url(../Assets/images/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 16px;
	background-position: bottom;
}

.dBox {

	position: absolute;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Ans, sans-serif;
	border: 3px solid #F29B34;
	background: #FFFFFF;
	visibility: hidden;

}


#wBox {
	position: absolute;
	z-index: 0;
	text-align: center;
	border: 30px solid;
	background: #0b3321;
	/* border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px; */
	visibility: hidden;
	/* background-image: url(../Assets/images/panel.png);
	background-size: contain;
	background-repeat: no-repeat; */
	border-image: url(../Assets/images/pborder.png) 30 round;
}


#submit {
	margin-right: 20px;
	/* padding:2px; */
	float: right;

	display: block;
	/* width: 145px; */
	/* font-weight: bold;
    text-align: center;
  	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;
	background-color: transparent;
	overflow: hidden;
	border: none;
	/* height: 80px; */
	/* 	background-image: url(../Assets/images/subbtn.png);
	background-size: contain;
	background-repeat: no-repeat; */
}

#submit img {
	width: 170px;

}

#submit img:hover {
	/* box-shadow: 0px 0px 10px #FC6E51; */
	filter: drop-shadow(0px 0px 4px #a14f15);
}



/* 
#submit {
	padding: 16px 42px;
	border-radius: 3px;
	box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.5);
	line-height: 1.25;
	background: rgb(0, 210, 210);
	text-decoration: none;
	user-select: none;
	color: #000;
	font-size: 16px;
	letter-spacing: .08em;
	text-transform: uppercase;
	position: relative;
	transition: background-color .6s ease;
	overflow: hidden;
	&:after {
	  content: "";
	  position: absolute;
	  width: 0;
	  height: 0;
	  top: 50%;
	  left: 50%;
	  top: var(--mouse-y);
	  left: var(--mouse-x);
	  transform-style: flat;
	  transform: translate3d(-50%,-50%,0);
	  background: rgba(white,.1);
	  border-radius: 100%;
	  transition: width .3s ease, height .3s ease;
	}
	&:focus,
	&:hover {
		background: darken(#FC6E51,7%);
	}
	&:active {
	  &:after {
		width: 300px;
		height: 300px;
	  }
	}
  } */


/* 
 #submit {
	display: inline-block;
	padding: .75rem 1.25rem;
	border-radius: 10rem;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: .15rem;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	&:after {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgb(21, 124, 150);
	  border-radius: 10rem;
	  z-index: -2;
	}
	&:before {
	  content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 0%;
	  height: 100%;
	  background-color: darken(rgb(21, 124, 150), 15%);
	  transition: all .3s;
	  border-radius: 10rem;
	  z-index: -1;
	}
	&:hover {
	  color: #fff;
	  &:before {
		width: 100%;
	  }
	}
  }
 */





#answer {
	/* margin-top:10px; */
	padding: 2px;
	margin-right: 20px;
	float: right;
	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;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	gap: 20px;
}



.b {
	transform-origin: center;
}

box-rotate1 {

	zoom: 1;

}

.box-rotate2 {
	transform: scaleY(2);
}

#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;
}

.actCompleted {
	animation-name: completedTextAnim;
	animation-duration: 2s;
}


@-webkit-keyframes completedTextAnim {
	0% {
		left: -100%;
		top: 0;
	}

	100% {
		left: 0;
		top: 0;
	}
}


@keyframes completedTextAnim {
	0% {
		left: -100%;
		top: 0;
	}

	100% {
		left: 0;
		top: 0;
	}
}


.coverDiv {
	display: flex;
	justify-content: center;
	align-content: center;
	/* background-image: url(../Assets/images/bg.png); */
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 100vh;
	background-attachment: fixed;
	background-position: bottom;
}


#stBtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	overflow: hidden;
	border: none;
	/* filter: drop-shadow(2px 2px 5px 1px #3e3e3e); */
}

/*   #stBtn img{
	width: 180px;
	height: 115px;
  } */


#stBtn img:hover {
	/* box-shadow: 0px 0px 10px #FC6E51; */
	filter: drop-shadow(0px 0px 4px #a14f15);
}


.circleQ {
	position: absolute;

	/* top: 18.5px; */
	background: transparent;

	/* left: 20px; */
	border-top-right-radius: "60px";
	border-bottom-right-radius: "60px";
	cursor: pointer;
}


@media only screen and (max-width: 930px) {
	#main {
		display: block;
		padding: 0 20px;
	}

	#checkSolution {
		width: 100%;
		position: absolute;
		min-width: 910px;

	}


}


@media (orientation: landscape) {
	#checkSolution {
		width: 100%;
		position: relative;

	}
}



@media only screen and (min-width: 901px) {
	#rubricDiv {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 901px) {
	#stBtn {
		top: unset !important;
        bottom: 8% !important;
	}
}

@media only screen and (max-width: 900px) {
	#stBtn {
		top: unset !important;
        bottom: -40px !important;
	}
}

@media only screen and (max-width: 600px) {
	#stBtn {
		top: unset !important;
        bottom: -50px !important;
	}
}

@media only screen and (max-height: 670px) {
	div#rubricDiv b {
		font-size: 22px;
	}
	#stBtn {
		bottom: 0px !important;
	}
}

@media only screen and (min-height: 701px) {
	#stBtn {
		top: unset !important;
        bottom: 30% !important;
	}
}