@charset "utf-8";

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

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

@font-face{
	font-family: Title;
	font-style: normal;
	font-weight: normal;
	src:url(../Assets/__fonts/MyriadPro-Semibold_2.otf);
}
div, input
{
    font-variant-ligatures: none;
}

html{
	font-size: 62.5%;
}


body {
    margin: 0;
    padding: 0;
    background-image: url(../images/bg.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    background-position: top center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

#main {
    max-width: 90rem;
    width: 96%;
}

#startScreen {
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 8px solid #fff;
    animation: smallToBig .5s ease-in;
    transform: scale(1);
}

#startWrapper {
    text-align: center;
}


#startGame {
    font-family: "Passion One", sans-serif;
    font-weight: 400;
    width: 27.6rem;
    height: 8.6rem;
    background-image: url(../images/start.png);
    border: 0;
    background-color: transparent;
    color: #f7f9a1;
    text-transform: uppercase;
    font-size: 3rem;
    cursor: pointer;
}

@keyframes smallToBig {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bigToSmall {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

#gameScreen {
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 8px solid #fff;
    animation: smallToBig .5s ease-in;
    transform: scale(1);
    transition: all .2s;
}

.startText {
    font-family: "Passion One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 3rem;
}

.startText H2 {
    font-family: "Passion One", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    background-image: linear-gradient(to bottom, #fea64e, #6c3600);
    color: transparent;
    background-clip:text;
    -webkit-background-clip:text;
    font-size: 6rem;
    margin-bottom: 2rem;
}

.startText p {
    width: 80%;
    margin: auto;
    line-height: 3rem;
    font-weight: 400;
}

.optionDesign{
	/* box-shadow: inset 0px 0px 5px #666 ; */
	/* border: 3px solid #FFF; */
	border-radius:7px;
	/* background:#ffff99; */
	/* padding: 10px; */
    width: auto !important;
}

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

#submit{
	font-family: "Passion One", sans-serif;
    font-weight: 400;
    width: 27.6rem;
    height: 8.6rem;
    background-image: url(../images/start.png);
    border: 0;
    background-color: transparent;
    color: #f7f9a1;
    text-transform: uppercase;
    font-size: 3rem;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.activityCompleted{
    padding: 4rem;
    background-color: rgba(255, 255, 255, 0.8);
    border: 8px solid #fff;
    animation: smallToBig .5s ease-in;
    transform: scale(1);
}

.completedDiv{
	font-family: "Passion One", sans-serif;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.cd__score{
	font-size: 4rem;
	color: #f38c22;
}
.cd__congrats{
	font-size: 5rem;
	color: #496f20;
}

#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;
	display:none;
}

#checkSolution{
	margin-top: 20px;
	text-align: center;
}
.gsInner{
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.questionText{
	font-family: "Passion One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
	width: 100%;
}

.nextpreNav{
	width:540px;
    position: absolute;
	display:none;
}

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