@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

body {
	background-color: #fff;
	font-family: 'Be Vietnam Pro', sans-serif;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

a {
	text-decoration: none;
}
header{
	float: left;
	width: 100%;
	background: #121517;
	padding: 13px 0;
}
.logo{
	float: left;
	width: 100%;
}
.logo img{
	height: 30px;
	object-fit: contain;
}
.hmslider{
	float: left;
	width: 100%;
	padding: 50px 0;
}
.hmslider .img{
	float: left;
	width: 100%;
	height: 800px;
}
.hmslider .img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right;
}
.hmslider .text{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.hmslider .text h2{
	float: left;
	width: 100%;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 45px;
}
.hmslider .text h3{
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.hmslider .text p{
	float: left;
	font-weight: 500;
	font-size: 17px;
	line-height: 35px;
	margin-bottom: 35px;
}
.hmslider .text .iosbtn{
	float: left;
	background: #FDE187;
	border-radius: 15px;
	padding: 14px 15px;
	margin-right: 10px;
	transition: all 0.6s;
}
.hmslider .text .iosbtn:hover{
	background: #dac06b;
}
.hmslider .text .iosbtn img{
	float: left;
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-right: 10px;
}
.hmslider .text .iosbtn span{
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-right: 10px;
}



.hmslider .text .googleplaybtn{
	float: left;
	background: #9CE8C3;
	border-radius: 15px;
	padding: 14px 15px;
	margin-right: 10px;
	transition: all 0.6s;
}
.hmslider .text .googleplaybtn:hover{
	background: #69b691;
}
.hmslider .text .googleplaybtn img{
	float: left;
	width: 50px;
	height: 50px;
	object-fit: contain;
	margin-right: 10px;
}
.hmslider .text .googleplaybtn span{
	float: left;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	height: 50px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin-right: 10px;
}
.stepsection{
	float: left;
	width: 100%;
	padding: 50px 10%;
}
.stepsection h2{
	float: left;
	width: 100%;
	font-size: 40px;
	text-align: center;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	padding-bottom: 15px;
	font-weight: bold;
}
.steplist{
	float: left;
	width: 100%;
	padding: 30px 5%;
}
.steplist .item{
	float: left;
	width: 100%;
}
.steplist .item img{
	width: 100%;
	height: 600px;
	object-fit: contain;
	margin-bottom: 8px;
}
.steplist .item span{
	font-weight: 600;
	text-align: center;
	width: 100%;
	float: left;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}
footer{
	float: left;
	width: 100%;
	padding: 40px 0;
	background: #121517;
}
.footerlogo{
	float: left;
	width: 100%;
	height: 40px;
	margin-bottom: 25px;
}
.footerlogo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}
.footercs{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.footerdesc{
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 25px;
}
.footersocial{
	float: left;
	width: 100%;
}
.footersocial ul li{
	float: left;
	margin-right: 15px;
}
.loginpage{
	float: left;
	width: 100%;
	min-height: calc(100vh - 320px);
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}
.loginpage a{
	margin: 0 auto;
	border-radius: 30px;
	background: #000;
	color: #fff;
	padding: 30px 70px;
	font-size: 35px;
	transition: all 0.6s;
}
.loginpage a:hover{
	background: rgb(31, 28, 28);
}

@media (max-width: 850px) {

	.logo{
		text-align: center;
	}	
	.hmslider{
		padding: 30px 10px;
	}
	.hmslider .text h2{
		font-size: 25px;
	}
	.hmslider .text h3{
		font-size: 25px;
	}
	.hmslider .text .iosbtn{
		margin-bottom: 15px;
	}
	.stepsection h2{
		font-size: 30px;
	}
	.stepsection{
		padding: 40px 10px;
	}
	.steplist{
		padding: 30px 0;
	}
	footer{
		padding: 40px 15px;
	}
	.loginpage a{
		font-size: 20px;
		padding: 15px;
		display: block;
	}
}