@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);
}
body {
    margin: 0px;
    padding: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
div, input
{
    font-variant-ligatures: none;
}
svg{
	visibility:hidden;
}

#main{
	width: 1280px;
	height: 720px;
}

#rubricAud {
	display: none;
	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: 1px solid #FFF;
	border-radius:7px;
	background:#ffff99;
	padding: 10px;
}

#submit{
	font-size: 21px;
    font-family: Ans;
    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{
	position:relative;
	font-size: 21px;
    font-family: Ans;
    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;
    display: none;
}

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

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

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

#preBtn{
	background:url(../Assets/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;
} */
.st1{
    transform: translate(432px, 155px) scale(0.25);
}

.static1{
    transform: translate(432px, 6px) scale(0.4)
}

.st2{
    transform: translate(562px, 155px) scale(0.25);
}

.static2{
    transform: translate(676px, 6px) scale(0.4)
}

.st3{
    transform: translate(692px, 155px) scale(0.25);
}

.static3{
    transform: translate(920px, 6px) scale(0.4)
}

.st4{
    transform: translate(822px, 155px) scale(0.25);
}

.static4{
    transform: translate(432px, 250px) scale(0.4)
}

.st5{
    transform: translate(952px, 155px) scale(0.25);
}

.static5{
    transform: translate(676px, 250px) scale(0.4)
}


.st6{
    transform: translate(920px, 250px) scale(0.4)
}

.static6{
    transform: translate(920px, 250px) scale(0.4)
}
.txtDiv{
    position: absolute;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    pointer-events: none;
}
.mainTxtDiv{
    position: absolute;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    top: 262px;
    left: 542px;
}
.txt1{
    top:346px;
    left:545px;
}

.txt2{
    top:346px;
    left:665px;
}

.txt3{
    top:346px;
    left:787px;
}

.txt4{
    top:346px;
    left:908px;
}

.txt5{
    top:346px;
    left:1026px;
}

.questionTxt{
    position: absolute;
    top: 190px;
    left: 821px;
    width: 79px;
    height: 70px;
    border: 3px solid orange;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    font-family: arial;
    font-weight: bold;
}
.txt1_a{
    position: absolute;
    left: 649px;
    top: 425px;
    z-index: 999;
    font-size: 20px;
    font-family: arial;
}

.txt2_a{
    position: absolute;
    left: 996px;
    top: 425px;
    z-index: 999;
    font-size: 20px;
    font-family: arial;
}




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