@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
	margin: 0;
	padding: 0;
}

* {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	line-height: 24px;
}

ul li,
ol li {
	margin: 12px 0;
	padding: 0;
	 background-image: url("image/background-img.jpg");
}

.navbar {
	margin: 0;
	padding: 0;
	transition: all ease-in 0.3s;
}

.navbar-brand {
	/*background-color: #3c642f;border: 4px solid #fff;border-radius: 0 0 15px 15px;*/
	padding: 15px;
	border-top: 0;
	display: flex;
}

.img-logo {
	max-width: 100%;
	height: 100px;
}

.nav-item a {
	position: relative;
}

.nav-item a:before {
	background: #3c642f;
	border-radius: 20px;
	content: "";
	width: 0px;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	transition: all ease 0.5s;
}

.nav-item a:hover:before {
	width: 47px;
	transition: all ease 0.5s;
}

section {
	margin: 0;
}

.hero {
	margin: 0;
	padding: 100px 0 0 0;
	background: url('../images/hero-bg.png') no-repeat center;
	background-size: 100% 100%;
}

.intro-area {
	margin: 0 0 0 3rem;
	padding: 0;
}

.intro-title {
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	line-height: 60px;
	margin: 32px 0 20px;
}

.intro-text {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
}

.sub-heading {
	font-size: 2rem;
	font-weight: 700;
	color: #222;
	line-height: 2.25rem;
	margin-top: 29px;
}

.checklist {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
}
.checklist li {
	position: relative;
	margin: 12px 0;
	padding: 0 0 0 36px;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	line-height: 1.5rem;
}

.checklist li:before {
	content: '\F26A';
	position: absolute;
	top: 0;
	left: 0;
	font-family: "bootstrap-icons";
	font-size: 1.25rem;
	color: green;
}

.howitworks-section {
	position: relative;
	margin: 50px 0 0 0;
	padding: 80px 0 80px 0;
	background: url('../images/service_bg.png') no-repeat center;
	background-size: cover;
}

.howitworks {
	position: relative;
	top: 0px;
	left: 0;
}

.howitworks img {
	width: 89vw;
	;
	height: auto;
	object-fit: contain;
	margin: auto;
}

.hiw-blocks {
	margin-top: 50px;
	padding: 0 30px;
	text-align: left;
}

.hiw-blocks img {
	max-width: 100%;
	height: 100px;
	object-fit: contain;
	display: inline-block;
	margin-top: 0px;
}

.hiw-blocks .details {
	margin-top: 10px;
}

.hiw-blocks h3 {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.875rem;
	margin-bottom: 30px;
}

.hiw-blocks p {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.5rem;
}

.get-started {
	position: relative;
	margin: 200px 0 40px 0;
	padding: 0 90px;
	background: url('../images/get_app_bg1.png') no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.get-started img {
	margin-top: -75px;
	max-width: 485px;
}

.get-started h3 {
	font-size: 2.25rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1.08px;
}

.get-started p {
	color: #fff;
}

footer {
	background-color: #3c642f;
	padding: 0;
	margin: 90px 0 0 0;
}

.footer-logo {
	background-color: #3c642f;
	border: 4px solid #fff;
	border-radius: 12px;
	padding: 15px;
	display: inline-block;
	margin: -90px 0 40px 0;
}

.footer-logo img {
	max-width: 100%;
	height: 120px;
}

.slinks {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}

.slinks li {
	margin: 0 5px;
	padding: 0;
	background-color: #F1F2F3;
	border-radius: 4px;
	width: 40px;
	height: 40px;
}

.slinks li a i {
	font-size: 1.375rem;
	color: #3c642f;
	text-decoration: none;
	line-height: 40px;
}

.contact-title {
	font-size: 1.125rem;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.contact-info {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: center;
}

.contact-info li {
	margin: 0 12px;
	padding: 0;
	color: #fff;
}

.contact-info li a {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.contact-info li a i {
	color: #fff;
	margin-right: 8px;
	font-size: 1.125rem;
}

.divider {
	display: block;
	height: 1px;
	background-color: #F1F2F3;
	margin-top: 60px;
}

.copyright {
	color: #fff;
	text-align: center;
}

.desktop {
	display: flex;
}

.mobile {
	display: none;
}

header {
	width: 100%;
	margin: 0;
	padding: 0 20px;
}

.btn-transparent {
	background-color: transparent;
	border-color: transparent;
}

.btn-transparent i {
	color: #fff;
	font-size: 3rem;
}
.footer-info {
	display: flex;
	justify-content: center;
}

.footer-btn {
	display: flex;
}

.bottom-info {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: start;
}

.bottom-info li {
	margin: 0 12px;
	padding: 0;
	color: #fff;
}

.bottom-info li a {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

.btn-theme {
	background-color: #3c642f;
	border-color: #3c642f;
	color: #fff;
}

.subscribe-area {
	background-color: #3c642f;
	padding: 20px;
	margin: 0;
	border-radius: 12px;
}

.subscribe-title {
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
}

@media (max-width: 590px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: flex;
	}

	section {
		padding: 40px 0;
	}

	.hero {
		background-position: top left;
		background-size: cover;
		padding: 100px 0 0 0;
	}

	.intro-area {
		margin-left: 0;
	}

	.intro-title {
		font-size: 2rem;
		line-height: 3rem;
		text-align: center;
	}

	.intro-text {
		text-align: center;
	}

	.sub-heading {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}

	.howitworks-section {
		margin: 0;
		padding: 20px 0;
	}

	.howitworks {
		position: relative;
		transform: none;
		left: 0;
		top: 0;
	}

	.howitworks img {
		max-width: 100%;
		height: auto;
		object-fit: contain;
	}

	.get-started {
		margin: 40px 0;
		padding: 20px 20px 0 20px;
	}

	.get-started h3 {
		font-size: 1.5rem;
	}

	.get-started img {
		margin-top: 0;
		max-width: 100%;
	}

	.footer-info {
		flex-direction: column;
	}

	.footer-btn {
		justify-content: center;
		margin-top: 30px;
	}

	.contact-info {
		flex-direction: column;
	}

	.contact-info li {
		margin: 12px 0;
	}

	.divider {
		margin-top: 30px;
	}

	.bottom-info {
		justify-content: center;
	}

	.copyright {
		text-align: center;
	}
}

.hero.hero-section{
    margin-top: 120px;
    position: relative;
}
.heading h2{
    font-size: 30px;
    color: white;
    font-family: noto nataliq urdu;
}