@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Fredoka:wght@300;500&family=Lobster&family=Rubik:wght@600&family=Secular+One&display=swap');
body {
    background-color: #f2f7ff;
}
#test{
	width: 1090px;
	height: 600px;
	margin: 5% auto;
	background-color: #fff;
	background-image: url('../Dictionary/img/bg_image.jpg');
	border-radius: 70px;
	box-shadow: 0 0 32px rgb(0 0 0 / 10%);
	overflow: hidden;
	position: relative;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 200px 200px;
    left: 0;
    top: 0;
}
.preloader_center {
    width: 110px;
    margin: auto;
    height: 100%;
    display: flex;
   
}
.pr_align {
    width: 40px;
  height: 40px;
    margin: auto;
    
}
.loader {
  color: #00acf2;
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin: auto;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#test_border{
	width: 400px;
	margin: 30vh auto;
	margin-left: 460px;
	pointer-events: auto;
	transition: 1.2s;
	transition-delay: 0.3s;
}
.test_rgba{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #eef3fe;
}
.test_left_bg{
	width: 200px;
	height: 600px;
	background-color: #fff;
	position: absolute;
	border-top-left-radius:70px;
	border-bottom-left-radius:70px;
	display: flex;
	z-index: 9999;
	transition: 1.2s;
transition-delay: 0.4s;
}    
.left_bg{
	list-style: none;
	margin:auto;
}
.Result{
	width: 100%;
	text-align: center;
	position: absolute;
	color: #50afff;
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 30px;
	margin-top: 70px;
	display: none;
}
.center_bg{
	list-style: none;
	position: absolute;
	left: 380px;
	bottom: 10px;
	display: none;
}
.center_bg li{
	width: 300px;
	height: 60px;
	text-align: center;
	border-radius: 10px;
	margin: 10px;
	box-shadow: 0px 0px 5px rgb(214 226 253 / 30%);
	background-color: #e4ecfe;
	position: relative;
	transition: 0.3s;
}
.center_bg li:hover{
	background-color: #fed770;
}
.center_bg li a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    text-decoration: none;
    color: #333333;
    margin-top: 23px;
}
.center_bg li i{
	font-size: 40px;
	position: absolute;
	margin-top: 10px;
	right: 20px;
	color: #50afff;
	
}
.center_bg li:hover{
	padding: 0px 5px;
}
.center_bg li:nth-child(1){
	transition-delay: 0.1s;
}
.center_bg li:nth-child(2){
	transition-delay: 0.15s;
}
.center_bg li:nth-child(3){
	transition-delay: 0.2s;
}


.left_bg li{
	font-family: 'bpg_nino_medium_capsregular';
	font-weight: bold;
	font-size: 17px;
	width: 200px;
	margin-left: -43px;
	text-align: center;
	margin-top: 30px;
	color: #333333;
	pointer-events: none;
}
.left_bg li p{
	width: 70px;
	height: 30px;
	border-radius: 50px;
	font-size: 18px;
	line-height: 33px;
	color: #fff;
	font-weight: normal;
	font-family: "BPG Glaho",sans-serif;
	margin-left:63px;
	margin-top:5px;
	box-shadow: 0 0 10px rgb(1 34 89 / 30%);
}
.left_bg li:nth-child(1) p{
	background-color: #50afff;
}
.left_bg li:nth-child(2) p{
	background-color: #ff687e;
}
.left_bg li:nth-child(3) p{
	background-color: #fed770;
}
.main{
	width: 400px;
	height: 230px;
	margin:10px auto;
	text-align: center;
}
.main ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.main ul li{
	text-align: center;
	width: 370px;
    height: 50px;
    background-color: rgba(255,255,255,1);
    border-radius: 35px;
    position: relative;
    box-shadow: 0px 0px 5px rgba(214,226,253,0.2);
    cursor: pointer;
    position: absolute;
    transform: translateY(100px);
    transition: 0.7s;
    opacity: 0;
    line-height: 50px;
    box-sizing: border-box;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #3a3a3a;
    letter-spacing: 1.1px;
   
}
.main ul li:hover{
	
	background-color: #fff;
	color: #50afff
}
.main ul li:nth-child(1){
	 transition-delay: 0.1s;
}
.main ul li:nth-child(2){
	transition-delay: 0.15s;
}
.main ul li:nth-child(3){
	 transition-delay: 0.2s;
}
.main ul li:nth-child(4){
	transition-delay: 0.25s;
}
.main ul li b{
position: absolute;
left: 20px;
color: #50afff;
font-size: 20px;
}
.main{
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.main:first-child{
	opacity: 1;
	z-index: 1;
}
.adasd{
	transform: translateY(0px) !important;
	opacity: 1 !important;
}

.ansver{
	position: absolute;
	opacity: 1;
}
.ansver:first-child(1){
	opacity: 1;
}
#ansver{
	width: 200px;
	margin:100px auto;
	text-align: center;
}
.ans{
	width: 200px;
	position: absolute;
	text-align: center;
	margin-top: -40px;
	z-index: 99;
	margin-left: 300px;
	-webkit-transition: all 1.0s ease-in-out;
    -moz-transition: all 1.0s ease-in-out;
    -o-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    opacity: 0;
    font-size: 20px;
    color: #50afff;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    letter-spacing: 1.1px;
}
.ansver_1{
	margin-left: 85px;
	opacity: 1;
}
.question{
width: 700px;
height: 80px;
border-radius: 50px;
position: absolute;
margin-left: 297px;
margin-top: -70px;
background-color: #fff;
overflow: hidden;
box-shadow: 0 0 32px rgb(0 0 0 / 10%);
transition: 1.2s;
transition-delay: 0.2s;
}
.question_top_border{
	width: 93%;
	height: 20px;
	background-color: #d6e2fd;
	border-radius: 50px;
	margin:-14px auto;
}
.question_bottom_border{
	width: 93%;
	height: 20px;
	background-color: #d6e2fd;
	border-radius: 50px;
	margin:82px auto;
}
.close_button {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color:#50afff;
    top: 30px;
    right: 30px;
    z-index: 9999;
    display: flex;
    border-radius: 50%;
    font-size: 25px;
    color: #fed770;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 0 32px rgb(0 0 0 / 10%);
}
.close_button i {
    margin: auto;
}
.close_button:hover{
	  background-color:#fed770;
	  color: #50afff;
}
.namber_pr{
	width: 400px;
	height: 100px;
	background-image: url('../Dictionary/img/namber_pr.jpg');
	border-radius: 10px;
	position: absolute;
	left: 435px;
	border: 4px solid #fff;
	border-radius: 20px;
	margin-top: 90px;
	box-shadow: 0px 0px 5px rgb(214 226 253 /90%);
	transition: 1.2s;
	transition-delay: 0.1s;
}
.namber{
font-size: 30px;
color: #fff;
font-family: 'Fjalla One', sans-serif;
font-family: 'Fredoka', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Rubik', sans-serif;
font-family: 'Secular One', sans-serif;
margin-left: 10px;
margin-top: 25px;
}
.pr_ctn{
	width: 380px;
	margin-top: 0px;
	height: 12px;
	margin-left: 10px;
	background-color: rgba(255,255,255,0.3);
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}
.ctn{
	height: 12px;
	width: 1%;
	background-color: #fed770;
	 -webkit-transition: all 1.3s;
    -moz-transition: all 1.3s;
    -o-transition: all 1.3s;
    transition: all 1.3s;
}
.fin_style{
	opacity: 0;
	transform: scale(0.2);
}
#Error_words{
	width: 1090px;
	min-height: 600px;
	margin: 5% auto;
	background-color: #fff;
	border-radius: 70px;
	box-shadow: 0 0 32px rgb(0 0 0 / 10%);
	overflow: hidden;
	position: relative;
}

.Error_words{
	width: 600px;
	margin: auto;
	overflow: hidden;
}
.words_geo{
	width: 50%;
	text-align: right;
	float: left;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    background-color: #e4ecfe;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.words_eng{
	width: 50%;
	text-align: left;
	float: right;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    background-color: #e4ecfe;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
     border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.center_Error{
	list-style: none;
	margin: auto;
	width: 300px;
}
.center_Error li{
	width: 300px;
	height: 60px;
	text-align: center;
	border-radius: 30px;
	margin: 10px;
	box-shadow: 0px 0px 5px rgb(214 226 253 / 30%);
	position: relative;
	background-color: #50afff;
	transition: 0.3s;
	color: #fff;
}
.center_Error li:hover{
	background-color: #fed770;
}
.center_Error li:nth-child(3){
	width: 370px;
	margin-left: -20px;
}
.center_Error li a{
	position: absolute;
	width: 100%;
	height: 100%;
	width: 300px;
	height: 60px;
	top: 0;
	left: 0px;
	border-radius: 30px;
	line-height:60px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    text-decoration: none;
    color: #fed25f;
}
.center_Error li a pre{
	position: absolute;
	width: 370px;
	height: 100%;
	height: 60px;
	margin-top: 0px;
	left: 0px;
	border-radius: 30px;
	line-height:60px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    text-decoration: none;
    color: #fed25f;
    text-align: center !important;
}
.center_Error li a pre:hover{
	color: #50afff;
}
.center_Error li a:hover{
	color: #50afff;
}
@media only screen and (max-width: 1220px) {
	#test{
		width: 800px;
	}
	.namber_pr{
		left: 290px;
	}
	.question{
		width: 500px;
		margin-left: 247px;
	}
	#test_border {
    margin-left: 294px;
}
.center_bg {
    left: 241px;
}
}
@media only screen and (max-width: 820px) {
	.test_left_bg{
		width: 0;
		overflow: hidden;
	}
	#test{
		width: 390px;
	}
	.ans{
		margin-top: 10px;
	}
	.namber_pr{
		left: 15px;
		width: 350px;
	}
	.pr_ctn{
		width: 325px;
	}
	.question{
		    width: 370px;
    margin-left: 10px;
    margin-top: -20px;
	}
	#test_border {
    margin-left:10px;
}
.center_bg {
    left: 33px;
}
.main{
	margin: 68px auto;
}
}
