*{
	margin: 0;
	padding:0;
	font-family: sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
}
a{
	text-decoration: none;
}
.abcxyz{
	background: linear-gradient(rgba(0,0,0,0),rgba(100, 150, 240, 0.2));
}
.containerr{
	margin: 0;
	padding:0;
	height: 100vh;
	width: 100vw;
	position: relative;
	display: block;
}
.container1{
	height: 90vh;
	width: 100%;
	overflow-y: scroll;
	display: block;
	justify-content: center;
	text-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	background: #0d6efd10;
}
.top{
	margin-bottom: 10px;
	justify-content: center;
	text-align: center;
	align-items: center;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 700;
}
.company_name{
	text-align: center;
	width: fit-content;
	margin: auto;
}
.topp h1{
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: 700;
}
.topp p{
	margin-top: -5px;
	font-size: 0.9rem;
}
.footer{
	display: flex;
	width: 100%;
	height: 8vh;
	margin: 0.5px 0;
	display: flex;
	position: fixed;
	bottom: 0;
	font-size: 0.75rem;
	align-items: center;
	background: radial-gradient(#333,#111);
	z-index: 1;
}
.footer-nav{
	width: 25vw;
	text-align: center;
	color: #fff;
	font-size: 0.8rem;
}
.footer-img{
	width: 4vh;
}

@media all and (orientation: landscape){
	
	*{
		
	}
}