html {
	scroll-behavior:smooth;
}
body {
	background:transparent;
	font-family:"Poppins",sans-serif;
	color:#4b5563;
}
.navbar {
	background-color:#FFF;
	box-shadow:0 4px 10px rgba(16,18,21,0.25);
	padding:0;
}
.navbar .navbar-toggler {
	background-color:#000;
	color:#FFF;
	padding:5px;
}
.navbar .navbar-toggler-icon {
	width:24px;
	height:24px;
}
.navbar-brand,.navbar-nav .nav-link,.navbar-brand:hover {
	color:#0d0f11;
	padding:0;
}
.navbar-brand img {
	height:72px;
	margin-right:8px;
}
.navbar-nav .nav-link:hover {
	color: #10F2D1;
}
/* Hero Section */
.hero-section {
	background:#0d0f11;
	color:#fff;
	padding:80px 0 0;
}
.hero-section h6 {
	margin-bottom:20px;
}
.hero-section h1 {
	font-size:70px;
	line-height:1.1;
	text-transform:capitalize;
	font-weight:600;
	margin-bottom:40px;
}
.hero-section p {
	font-size:20px;
	line-height:1.5;
	margin:0;
	max-width:600px;
	font-family:"Lato",sans-serif;
}
.hero-buttons {
	margin-top:50px;
}
.hero-buttons .btn {
	margin:0;
	padding:12px 48px;
	font-size: 1rem;
}
/* Features Section */
.features-section {
	padding:80px 0;
	background:#fff;
}
.features-section p {
	margin-bottom:50px;
	text-align:center;
}
.features-section h2,.cta-section h2 {
	line-height:66px;
	text-transform:capitalize;
	font-weight:600;
	font-size:54px;
	color:#0d0f11;
	max-width:550px;
	margin:auto auto 20px;
	text-align:center;
}
.features-section .row {
	gap:20px 0;
}
.features-section .feature-box {
	padding:60px 30px;
	border-radius:10px;
	text-align:center;
	height:100%;
	border:1px solid rgba(13,15,17,0.5);
}
.features-section .feature-box:hover {
	box-shadow:0 4px 10px rgba(13,15,17,0.15);
}
.features-section .feature-box span {
	font-size:60px;
}
.features-section .feature-box h5 {
	font-weight:600;
	margin:20px 0 10px;
	color:#0d0f11;
}
.features-section .feature-box p {
	margin: 0;
}
/* Info Section */
.info-section {
	padding:80px 0;
	background:#eef1f6;
}
.info-section .row {
	gap:60px 0;
}
.info-section h3 {
	font-size:42px;
	line-height:54px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:20px;
	color:#0d0f11;
}
.info-section p {
	margin-bottom:30px;
}
.info-section ul {
	padding-left:20px;
	margin:0;
}
.info-section ul li {
	margin-bottom:10px;
}
.info-section ul li:last-of-type {
	margin-bottom:0;
}
.info-section img {
	max-height:400px;
	width:100%;
	object-fit: contain;
}
/* CTA Section */
.cta-section {
	background:#0d0f11;
	color:#fff;
	text-align:center;
	padding:80px 0;
}
.cta-section h2 {
	color:#FFF;
}
.cta-section p {
	margin-bottom:30px;
	font-size:20px;
}
.cta-section p:first-of-type {
	margin-bottom:10px;
}
.cta-section .btn {
	padding: 12px 36px;
}
/* Footer */
footer {
	background:#10F2D1;
	color:#0d0f11;
	text-align:center;
	padding:20px;
	font-size:0.9rem;
}
footer a {
	color:#0d0f11;
	transition:.2s all;
}
footer a:hover {
	color: #FFF;
}
/* Shared / Misc */
.mockup {
	max-width:300px;
	margin:auto;
	display:block;
}
.form-control {
	border-radius:10px;
	padding:12px 20px;
	border:0;
}
.form-control:focus {
	box-shadow:none;
}
.btn-gradient {
	background-image:linear-gradient(to right,#10F2D1,#A247F2);
	color:#0d0f11;
	border:none;
}
.btn-gradient:hover {
	background-image:linear-gradient(to right,#A247F2,#10F2D1);
}
:focus-visible {
	outline:0;
}
div#navbarNav {
	padding:10px 0;
}
@media (max-width:767px) {
	.hero-section h1 {
		font-size:36px;
		margin-bottom:10px;
	}
	.hero-section h6 {
		margin-bottom:5px;
	}
	p {
		font-size:14px;
		line-height:21px;
	}
	.hero-section p,.cta-section p {
		font-size:16px;
	}
	.hero-buttons .btn {
		padding:8px 32px;
	}
	.hero-buttons {
		margin-top:20px;
	}
	.mockup {
		margin:30px auto 0 0;
	}
	.features-section h2,.cta-section h2 {
		font-size:32px;
		line-height:44px;
		margin-bottom:10px;
	}
	.features-section p {
		margin-bottom:30px;
	}
	.features-section .feature-box h5 {
		margin:10px 0 5px;
	}
	.features-section {
		padding:40px 0;
	}
	.info-section,.cta-section {
		padding:40px 0;
	}
	.info-section h3 {
		font-size:28px;
		line-height:36px;
		margin-bottom:5px;
	}
	.info-section p {
		margin-bottom:20px;
	}
	.info-section ul li {
		margin-bottom:5px;
		font-size:14px;
		line-height:21px;
	}
	.cta-section p:first-of-type {
		margin-bottom:5px;
	}
	.info-section .row {
		gap:30px 0;
	}
	.info-section .row div:nth-of-type(3) {
		order:4;
	}
	.info-section img {
		width:fit-content;
	}
	.cta-section h2 {
		margin-bottom:10px;
		;
	}
	.features-section .feature-box span {
		font-size:40px;
	}
	.features-section .feature-box {
		padding:30px 15px;
	}
	.form-control {
		width:100%;
		margin-bottom:15px;
		padding:8px 20px;
	}
	.cta-section .btn {
		padding:8px 24px;
	}
	footer .row {
		flex-direction:column;
		text-align:center;
	}
	.container {
		max-width:100%;
		padding:0 15px;
	}
	.navbar-brand img {
		height:52px;
		margin-right:5px;
	}
	.navbar-brand,.navbar-nav .nav-link,.navbar-brand:hover {
		font-size:16px;
	}
	.hero-section {
		padding:40px 0 0;
	}
	footer {
		padding:10px 0;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	.hero-section h1 {
		font-size:44px;
		margin-bottom:15px;
	}
	.hero-section h6 {
		margin-bottom:10px;
	}
	.hero-section p,.cta-section p {
		font-size:18px;
	}
	.features-section h2,.cta-section h2 {
		font-size:42px;
		line-height:54px;
		max-width:520px;
		margin-bottom:15px;
	}
	.features-section p {
		margin-bottom:30px;
	}
	.info-section h3 {
		font-size:34px;
		line-height:44px;
		margin-bottom:10px;
	}
	.features-section .feature-box span {
		font-size:48px;
	}
	.features-section .feature-box {
		padding:40px 20px;
	}
	.hero-section {
		padding:60px 0 0;
	}
	.container {
		max-width:100%;
		padding:0 20px;
	}
	.info-section p {
		margin-bottom:20px;
	}
	.info-section ul li {
		margin-bottom:5px;
	}
	.navbar-brand img {
		height:60px;
	}
	.hero-buttons {
		margin-top:30px;
	}
	.features-section {
		padding:60px 0;
	}
	.features-section .feature-box h5 {
		margin:15px 0 5px;
	}
	.mockup {
		margin:0 0 0 auto;
	}
	.info-section,.cta-section {
		padding:60px 0;
	}
	.info-section img {
		max-height:350px;
	}
	.info-section .row {
		gap:40px 0;
	}
	.cta-section h2 {
		margin-bottom:15px;
	}
	footer {
		padding: 15px 0;
	}
}