* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

body {
	/*	position: relative;*/
}

a:hover {
	text-decoration: none;
}


.main-section {
	display: flex;
	flex-direction: column;
	height: 100vh;
}

/*================== Image css ==================*/

.logo img {
	width: 100%;
}

.logo {
	width: 500px;
	text-align: center;
	margin: auto;
	padding-bottom: 40px;
/*	filter: brightness(100);*/
}

/*================== Image css ==================*/


@font-face {
    font-family: 'futura-Bold';
    src: url("./fonts/Poppins/Poppins-Bold.ttf")  ;
}

@font-face {
    font-family: 'futura-Medium';
    src: url("../fonts/futura-bt/futura-light-bt.ttf")  ;
}

@font-face {
    font-family: 'futura-Regular';
    src: url("../fonts/futura-bt/futura-light-bt.ttf")  ;
}
.main-row {
	height: 90vh;
	align-content: center;
	color: #fff;
	text-align: center;
	position: relative;
	/*    display: flex;*/
	/* align-items: center; */
	/*    justify-content: center;*/
	/*    flex-direction: column;*/
}

/* .logo{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
} */
.main-section {
	/*	position: relative;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #231F20;
}

.main-row h1{
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing:6px;
	padding-top: 80px;
	font-family: 'futura-Regular';
	opacity: 0.9;
}
.main-row h2{
	color: #fff;
	font-weight: 400;
	font-size:25px;
	letter-spacing:4px;
	padding-top: 80px;
	font-family: 'futura-Regular';
}




.footer-p {
	position: absolute;
	/*left: 0;*/
	right: -122px;
	top: 50%;

	text-align: center;
	transform: rotate(270deg);
	background: #fff;

	padding: 10px 15px 5px 5px;

	font-family: sans-serif;
}

.footer-p p {
	margin-bottom: 10px;
}

.footer-p a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	/*margin-bottom:5px;*/

	vertical-align: middle;
}

.footer-p img {
	width: 150px;
	padding-left: 5px;
}


.footer-p span {
	margin-left: 10px;
	/*vertical-align: super;*/
	font-size: 22px;
	opacity: .8;
}

.com-soon{
	position: relative;
}

.com-soon h2{
	color: #fff;
	font-size:25px;
	font-weight: 400;
	position: absolute;
	bottom: 40px;
	right: 0;
	left: 0;
	text-align: center;
}



/*====== appsrow footer ==========*/