@charset "utf-8";

@font-face{
	font-family: Rubric;
	font-style: normal;
	font-weight: normal;
	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: Title;
	font-style: normal;
	font-weight: normal;
	src:url(../Assets/fonts/Courgette-Regular.ttf);
}

body{
	margin:0px;
	padding:0px;
	-webkit-user-select:none;
	-moz-user-select:none;
	width: 100vw;
    height: 100vh;
}

*:focus {
   outline: none;
}

.disa, .disa:focus{
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
    margin:2px !important;
    padding:0 !important;
    border-radius: 0!important;
}

#main{
	width: 100%;
	height: 100%;
	background:url(../Assets/images/bg.gif);
	/*background-color: #CCC;*/
	display: flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div#nextpreNav {
    display: none;
}

div#mainwrapperblock {
    max-width: 1200px;
    width: 100%;
    margin: 20px;
    height: 600px;
	display: flex;
	flex-direction: column;
	text-align: center;
    align-items: center;
	justify-content: space-between;
	box-shadow:
	inset #009688 0 0 0 5px, 
  inset #059c8e 0 0 0 1px, 
  inset #0cab9c 0 0 0 10px, 
  inset #1fbdae 0 0 0 11px, 
  inset #8ce9ff 0 0 0 16px, 
  inset #48e4d6 0 0 0 17px, 
  inset #e5f9f7 0 0 0 21px, 
  inset #bfecf7 0 0 0 22px;
text-shadow: 3px 3px 1px #bfecf7;
	padding: 45px 30px;
    box-sizing: border-box;
	background: #ffffff05;
    backdrop-filter: blur(10px);
	border-radius: 20px;
}
.input-block {
    width: 100%;

		margin: 0 auto;
	
}
.question-block {
    color: #fff !important;
    background-color: rgb(89 29 0) !important;
    text-shadow: 0 0 BLACK;
	/* text-transform: capitalize; */
}


.optionDesign{
	box-shadow: inset 0px 0px 6px #666 ;
	border: 2px solid #FFF;
	border-radius:5px;
	background:#ffff99;
	padding: 10px;
}

.level-block-wrap {
	display: flex;
		flex-wrap: wrap;
		justify-content: center;
		border: 2px solid #000000bf;
		margin: 0 auto;
		padding: 7px 15px;
}

.Level{
	text-shadow:3px 2px 3px #000;
	color:#FFF;
	text-align:center;
	line-height: 30px;
	background-image:url(../Assets/images/LevelBtn.png);
	background-size: 100% 100%;
    background-position: center;
	font-size: 15px !important;
    text-shadow: 0 0 BLACK;
    margin: 2px;
    letter-spacing: 2px;
	padding: 12px 35px;
	text-transform: uppercase;
}



#checkSolution{
	/* position:absolute;
	top:506px;
	left:466px; */
	z-index:1;
	width:auto;
	order: 5;
}

#submit{
	background:url(../Assets/images/CheckSol_Btn.png) 0 0;
	width: 160px;
    height: 55px;
    cursor: pointer;
    font-size: 20px;
    font-family: Rubric;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    background-size: 100% 100%;
    text-shadow: 0 0 BLACK;
    background-repeat: no-repeat;
}

#answer{
	background:url(../Assets/images/CheckSol_Btn.png) 0 0;
	width:143px;
	height:47px;
	cursor:pointer;
	font-size:20px;
	font-family:Rubric;
	margin-right:20px;
	line-height:40px;
	text-align:center;
	float:right;
	display: none;
}

.nextpreNav{
	/* border:1px solid blue;
	position:absolute;	
	top:500px;
	left:350px; */
	width:560px;
    /* position: absolute; */
	display:inline-block;
}

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

#preBtn{
	background:url(../Assets/images/pre.png);
	/*background-size: 61px 61px;*/
	float:left;
	width: 108px;
    height: 59px;
	cursor:pointer;
}

#title{
	font-family:'Ans';
	/* position:absolute;
	top:46px;
	left:340px; */
	font-size:40px;
	text-align:center;
	color:#313131;
	width:auto;
	order: 1;
	text-shadow: 1px 2px 10px #595959;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
	font-weight: 700;
}
.sub-heading {
    font-size: 25px !important;
    color: #01538f;
    font-weight: 400;
    font-family: cursive !important;
}
#activityText{
	position:absolute;
	left:200px; top:65px;
	-webkit-animation-name: activityTextAnim;
    -webkit-animation-duration: 1s;
    animation-name: activityTextAnim;
    animation-duration: 1s;
}

.serialnum-block {
    border: 3px solid #591d00;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

/*popup-css*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    text-align: center;
    background-size: cover !important;
    z-index: 99999;
	flex-direction: column;
  }
  .popup-content {
    padding: 15px;
	max-width: 700px;
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
}
  .popup-overlay  h2 {
    font-size: 34px;
    color: #000;
    font-family: cursive;
}
   /* {
    min-width: min(90vw, 200px);
    min-height: 60px;
    display: inline-flex;
    font-size: clamp(16px, 3vw, 22px);
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.3px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(90deg, rgb(134 189 192) 0%, rgb(121 93 80) 100%);
    border: none;
    border-radius: 1000px;
    box-shadow: 1px 1px 16px rgb(255 255 255 / 88%);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
    position: relative;
    padding: clamp(8px, 2vw, 10px);
} */


/* CSS */
.start-button {
  appearance: button;
  background-color: #d69c18;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  box-sizing: border-box;
  color: #313131;
  cursor: pointer;
  display: inline-block;
  font-family: din-round,sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .8px;
  line-height: 20px;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 13px 16px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transform: translateZ(0);
  transition: filter .2s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  max-width: 150px;
}

.start-button:after {
  background-clip: padding-box;
  background-color: #ffc749;
  border: solid transparent;
  border-radius: 16px;
  border-width: 0 0 4px;
  bottom: -4px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.start-button,
.start-button:focus {
  user-select: auto;
}

.start-button:hover:not(:disabled) {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
}

.start-button:disabled {
  cursor: auto;
}

.start-button:active {
  border-width: 4px 0 0;
  background: none;
}

img.audio-btn {
    /* display: none; */
}

@media only screen and (max-width: 940px) {
	div#mainwrapperblock {
		max-width: 90vw;
		height: 93%;
		padding: 30px;
	}
	.input-block {
		max-width: max-content;
		display: flex;
			overflow: auto;
			margin: 0 auto;
	}
}

@media only screen and (max-width: 640px) {
	#title {
		font-size: 35px;
	}
.sub-heading {
    font-size: 18px !important;
	line-height: 22px;
}
.question-block {
    font-size: 20px !important;
	padding: 10px 5px !important;
}
.serialnum-block {
    font-size: 16px !important;
}
#checkSolution {
    width: 100%;
	justify-content: center;
        display: flex
;
}
#answer, #submit {
	margin: 0;
}
/* .Level{
	line-height: 48px;
        max-width: 110px;
        height: 48px;
	width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 16px !important;
} */
img.audio-btn {
    width: 38px !important;
    height: 38px !important;
}
}

@media only screen and (max-height: 640px) {
	#title {
		font-size: 35px;
	}
.sub-heading {
    font-size: 18px !important;
	line-height: 22px;
}
.question-block {
    font-size: 20px !important;
	padding: 10px 5px !important;
}
.serialnum-block {
    font-size: 16px !important;
}
#checkSolution {
    width: 100%;
	justify-content: center;
        display: flex
;
}
#answer, #submit {
	margin: 0;
}
/* .Level{
	line-height: 48px;
        max-width: 110px;
        height: 48px;
	width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-size: 16px !important;
} */
img.audio-btn {
    width: 38px !important;
    height: 38px !important;
}
}

