body
{
 
	background-color:#fff;
	align-items : center; 
	height: 100vh;
	place-items: center;
}

 
	
/*  nav bar-------------------------------*/
		body {
		background-position: 50% 50%;
		margin:0;
	}
	.about-btn {
		background-color: #161616;
		color: white;
		padding: 16px;
		font-size: 18px;
		font-weight: bolder;
		border: none;
	}
	
	.contact-btn {
		background-color: #161616;
		color: white;
		padding: 16px;
		font-size: 18px;
		font-weight: bolder;
		border: none;
	}
	.dropdown {
		position: relative;
		display: inline-block;
	}
	
	.dropdown1 {
		position: relative;
		display: inline-block;
	}
	.about-content {
		display: none;
		position: absolute;
		background-color:#161616;
		min-width: 160px;
		z-index: 1;
	}
	
	.contact-content {
		display: none;
		position: absolute;
		background-color:#161616;
		min-width: 160px;
		z-index:1;
	}	
	
	
	nav{
		background-color:#161616;
		text-align:center;
		padding-top:30px;
		position:fixed;
		top:0;
		width:100%;
		
	}
	
	.link,.link-hidden,.link-hidden1{
		display: inline-block;
		color: rgb(255, 255, 255);
		padding: 12px 16px;
		text-decoration: none;
		font-size: 20px;
		font-weight: bold;
	}
	
	.link-hidden,.link-hidden1{
		display: block;
		background-color:#161616;
	}
	
	.link{
		display: inline-block;
	}
	
	.link-hidden:hover,.link:hover,.link-hidden1:hover {
		color: #0AEA1A;
		background-color:black;
	}
	
	.dropdown:hover .about-content {
		display: block;
		background-color:black;
	}
	
	.dropdown1:hover .contact-content {
		display: block;
		background-color:black;
	}
	.dropdown:hover .about-btn {
		color: #0AEA1A;
		background-color:black;
	}
	
	.dropdown1:hover .contact-btn {
		color: #0AEA1A;
		background-color:black;
	}
	.content img {
		float:left;
		width:230px;
		height:80px;
		
	}
	
	.content img {
		position:absolute;
		top:0px;
		left:0px;
	}
/*container------------------------------------------------*/	 
	
#container
{
	height: 1000px;
	width: 1000px;
	background-image:url(background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	place-items:  center;
	margin: 30px 200px
	 
	
}
#container #pagetitle
{
	margin: 140px 0px 10px 0px;
}
#container #pagetitle h1  
{
	text-align: center;
	margin: 140px 0px 10px 0px;
}
#container #pagetitle h3
{
	text-align: center;
	 margin: 20px 10px;
}
/*start button -------------------*/
#container #start  
{
	height: 70px;
	width: 150px;
	font-size: 25px;
	font-weight: 500;
	color: black;  
	padding: 30px 30px;
	outline: none;
	border: none;
	border-radius: 20px;
	background: #fff;
	cursor: pointer;
	border: 2px solid lightgrey;
	text-align: center; 
	margin: 250px 400px;	
	/* Display: none; */
 } 
#container #start:hover
{	
	background: green;
	color: #fff;
}
/*guide box -------------------------------------*/
#container #guide
{
	height:470px;
	width: 600px;
	border-radius: 10px;
	border: 2px solid lightgrey;
	background:#fff; 
	margin: 0px 200px;
	Display: none;
	 
 
}
#container #guide  #g_header
{
	height:60px;
	width: 600px;
	background-color:black;
	border-radius: 10px;
	margin: 0px 0px 10px 0px;
	color:#fff;
	text-align:center;
	font-size: 25px; 
	
}
#container #guide p
{
	font-size: 20px;
	color: black;
	text-align:left ;
	padding:10px;
}
#container #guide #buttons
{
	display: flex;
	height: 60px;
	width: 100%;
	justify-content:flex-end;
	   
	
}	
#container #guide #buttons button
{
	margin :10px 25px;
	height: 50px;
	width: 120px;
	border-radius: 10px; 
	color: black ;
	font-size: 20px;
	cursor: pointer;
	font-weight: 500;
	border-top : 1px solid lightgrey;
}
#container #guide #buttons button:hover
{
	background: green;
	color: #fff;
}
#container #quiz footer #nextbutton button:hover
{
	background:green ;
	color: #fff;
} 
/*quiz box -------------------------------------*/ 
 #container #quiz
{
	display: none;
	height: 2000px;
	width: 750px;
	padding:  10px;
	background-color:#fff ;
	border-radius: 8px ;
	border:1px solid lightgrey;
	position:  relative;
	overflow: hidden;
	margin: 6px 0 10px 150px ;
}
	
 
#quiz #quizHeader
{
	position: fixed;
	 display:flex;
	flex-direction: row;
	height: 50px;
	width: 730px;
	padding:  10px;
	background:black ;
	border-radius: 8px ;
	border:1px solid  black;
	position:  relative;
	margin: 0px 0px 10px 0px ;
	 
	
}
#quiz #quizHeader h3
{
	color: #fff;
	font-size: 23px;
	margin :20px 20px;
}
#quiz #quizHeader #timer
{
	background:#fff;
	color: black;
	border-radius: 30px ;
	height: 50px;
	width: 120px;
	border-top : 1px solid lightgrey;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 10px;
	position: absolute;
	right: 10px;
	margin: 0px;
}
#quiz #quizHeader #timer #timeText
{
	font-size: 19px;
	display: grid;
	place-items: center;
	margin: 0 10px;
}
#quiz #quizHeader #timer #timeSeccond
{
	height: 40px;
	width: 130px;
	font-size: 25px;
	background: #CDD4CC;
	font-weight: 400;
	border-top : 1px solid lightgrey;
	border-radius: 30px ;
	margin: 3px 0 0 10px;
	padding: 3px 10px 0 10px ;
	text-align : center;
}
#quiz .qbox  {
 
	background-color:#C9CFCC;
	height: 160px;
	width: 710px;
	margin: 10px 0px 10px 20px;
	padding: 5px;
	border-radius: 8px ;
}	

.question
{
	font-size:20px;
	background-color:#F3F8F6;
	padding: 5px;
	margin:  10px;
	border: 1px solid lightgrey;
	border-radius: 8px ;
}


.option
{   
    left: 15%;
    width: 220px;
    height: 10px;
    font-size: 16px;
    font-family:'Teko', sans-serif ;
    display:block;
    padding: 5px 0px 5px 10px;
    background:#fff ;
    color: black;
    border-radius: 10px;
    margin: 5px 0 5px 40px;
 
}
.option:hover {
  background-color: #E2EBE1;
}

.option   input[type="radio"]:focus  {
    border: 2px  solid lightgrey;
}

.option   input[type="radio"]:checked   {
    background-color:#E3F3EF;
    border-color: black ;
}

  #submitbutn
{
	height: 50px;
	width: 120px;
	font-size: 25px;
	font-weight: 500;
	color: black;  
	padding: 20px 15px;
	outline: none;
	border: none;
	border-radius: 20px;
	background: #fff;
	cursor: pointer;
	border: 2px solid lightgrey;
	text-align: center; 
	margin: 10px 300px;	
}
  #submitbutn:hover
{	
	background: green;
	color: #fff;
}

/*result box------------------------------------------------*/
 
 
#container #result
{
	align-items: center;
	height: 480px;
	width: 500px;
	padding:  40px;
	background:#fff ;
	border-radius: 8px ;
	border:1px solid lightgrey;
	position:  relative;
    overflow: hidden; 
	display: none;
	margin: 60px 0 10px 250px ;
}
#container #result i
{
	font-size: 140px;
	position: absolute;
	top: 30px;
	left:230px;
	text-align: center;
}
#container #result h5
{
	height: 40px;
	width:87%;
	font-size :19px;
	position: absolute;
	text-align: center;
	top: 200px;
}
#container #result  #marks 
{
	display: flex;
	flex-direction: row;
}
#container #result  #marks h3:first-child
{
	font-size:25px;
	top: 270px;
	text-align: center;
	position: absolute;
	height: 40px;
	left:230px;
 
}
#container #result  #marks h3:last-child
{
	font-size:25px;
	top: 270px;
	text-align: center;
	position: absolute;
	height: 40px;
	left:350px;
 
}

#container #result button 
{
	height: 60px;
	width:260px;
	border:1px solid lightgrey;
	outline:none;
	position: absolute;
	left: 165px;
	top:330px;
	border-radius: 10px;
	cursor: pointer;
	font-weight: 500;
	font-size:25px;
	font-size: 20px;
}
#container #result button:last-child
{
	top: 410px;
}
#container #result button:hover
{
	background: green;
	color: #fff; 
}
.footer{
		position:absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top:850px;
		background: black;
		height:380px;
		width: 100%;
		color: #fff;
		margin-bottom:0;
		border-top-style:solid;
		border-top-color:yellow;
		z-index:1;
		
	
	}
	
	
	.footer-img{
		height:350px;
		width:380px;
		margin-left:100px;
	}
	
	.copyright-text{
		padding-right:100px;
		background-size:cover;
		
	}
	
	.footer-social{
		padding-left:980px;
		margin-bottom:50px;
	}

	.footer-social a{
		text-decoration:none;
		color:white;
		font-size:20px;
		
		
	}
	
	.footer-social li{
		display:inline;
		top:0px;
	
		
		
	}
	
	.footer-social-link,.footer-social-link-1,.footer-social-link-2,.footer-social-link-3{
		padding-right:50px;
		transition: all 0.5s;
		
		
	}
	
	
	.footer-social-link:hover{
		color:#0E32BB ;
	}
	
	.footer-social-link-1:hover{
		color:#C41F97;
	}
	
	.footer-social-link-2:hover{
		color:#D71B32;
	}
	
	.footer-social-link-3:hover{
		color:#3A92F7 ;
	}
	
	.sitemap-r{
		background-color:black;
		color:white;
		border-radius:15px;
		border: 3px dotted yellow;
		text-align: center;
		font-size: 28px;
		padding: 15px;
		width: 200px;
		transition: all 0.5s;
		cursor: pointer;
		margin-left:500px;
		margin-right:50px;
		margin-top:90px;
	}
	
	.sitemap-r:hover{
		color:yellow;
		
	}
	
	.editor{
		background-color:black;
		color:white;
		border-radius:15px;
		border: 3px dotted yellow;
		text-align: center;
		font-size:18px;
		padding: 15px;
		transition: all 0.5s;
		cursor: pointer;
		margin-bottom:50px;
	}
	
	.editor:hover{
		color:yellow;
	}
	
	.contact-footer{
		background-color:black;
		color:white;
		border-radius:15px;
		border: 3px dotted yellow;
		text-align: center;
		font-size:20px;
		padding-top: 10px;
		padding-bottom:10px;
		transition: all 0.5s;
		cursor: pointer;
		margin-left:660px;
		
		
	}
	.contact-footer:hover{
		color:yellow;
	}