body {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand';
	background: #131516;
	overflow-x: hidden;
}

h2 {
	margin: 0px;
}

.feature {
	display: flex;
	justify-content: center;
	padding: 80px 0;
	background: #131516;
	align-items: center;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	/* width: 1024px; */
}

.feature img {
	max-width: 400px;
	max-height: 300px;
}

.ta-start {
	text-align: start;
	padding: 25px;
}

.ta-start p {
	text-align: justify;
}

.feature div {
	flex: 1;
}

.home {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(0deg, #4882bd, #1b0939);
	font-size: 28px;
	color: white;
}

.home p {
	color: #ccc;
	font-size: 20px;
	display: flex;
	padding: 15px;
	text-align: center;
}
.live-preview {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 650px;
	margin-top: 40px;
	box-sizing: border-box;
}

.preview {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	margin-top: -150px;
	padding-top: 0;
	border-radius: 4px;
	background: #0f1119;
	width: 100%;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.preview img {
	width: 100%;
	height: auto;
	display: block;
}

.preview svg {
	position: relative;
	padding: 1rem;
}

.container {
	max-width: 900px;
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
	vertical-align: c;
	margin: 0 auto;
}

.h-100 {
	background: #131516;
	color: #fff;
	padding-top: 5rem;
	padding-bottom: 4rem;
	justify-content: center;
}

.features {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	font-family: 'Quicksand';
	justify-content: center;
}

.features > div {
	font-size: 13px;
	width: 300px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-bottom: 2rem;
	margin-top: 2rem;
	letter-spacing: 2px;
	font-weight: bolder;
	flex-shrink: 0;
}

.powered {
	align-items: center;
	background: #131516;
	display: flex;
	justify-content: center;
	color: #fff;
	flex-direction: row;
	flex-wrap: wrap;
}

.powered img {
	margin: 0 10px;
	max-height: 50px;
}

.icon-holder {
	background: rgba(138, 220, 51, 0.05);
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 20px;
	margin-bottom: 15px;
	padding: 0.1rem;
}

.features div:hover .icon-holder {
	background: #1d88e517;
}

.icon-holder i {
	height: 30px;
	width: 30px;
}

.social a {
	margin: 0 5px;
}

.btn {
	border: 0px;
	background: transparent;
	text-decoration: none;
	color: white;
	font-size: 20px;
	border: 1px solid #fff;
	margin: 0 5px;
	padding: 10px 1rem;
	cursor: pointer;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.primary {
	background: #1d88e5;
	border: 1px solid #1d88e5;
}

.primary:hover {
	background: transparent;
}

.btn i {
	margin-right: 6px;
}

.btn:hover {
	border: 1px solid #1d88e5;
}

footer {
	display: flex;
	justify-content: center;
	background: #131516;
	color: #fff;
	font-size: 14px;
	padding: 1rem 0;
	padding-bottom: 2rem;
}

footer i,
footer a {
	margin: 0 10px;
}

footer a {
	text-decoration: none;
	color: #1d88e5;
}

.ph-badge {
	position: fixed;
	bottom: 0;
	right: 0;
	margin-bottom: 20px;
	margin-right: 20px;
}

@media only screen and (max-width: 900px) {
	.container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.feature {
		flex-direction: column;
		padding: 40px 20px;
	}

	.feature img {
		max-width: 100%;
		height: auto;
	}

	.ta-start {
		padding: 15px;
	}

	.features {
		flex-wrap: wrap;
		padding: 0 20px;
	}

	.features > div {
		width: 45%;
		min-width: 150px;
	}

	.home {
		padding: 20px;
		font-size: 24px;
	}

	.home img {
		width: 70px;
	}

	.home p {
		font-size: 18px;
		flex-direction: column;
	}

	.btn {
		font-size: 16px;
		padding: 8px 12px;
		margin: 5px;
	}

	.live-preview {
		padding: 0 15px;
		margin-top: 20px;
		width: calc(100% - 30px);
	}

	.preview {
		margin-top: 0;
		width: 100%;
	}

	footer {
		flex-wrap: wrap;
		padding: 1rem 20px;
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	.features > div {
		width: 100%;
	}

	.home {
		font-size: 20px;
	}

	.home p {
		font-size: 16px;
	}

	.btn {
		font-size: 14px;
		width: 100%;
		max-width: 200px;
	}
}
