html,
body {
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	background: #ebedfa;
	color: #2F4D7C;
}

.header {
	border-radius: 10px 10px 0px 0px;
	background: linear-gradient(rgb(212 212 255), rgb(183 104 247 / 0%)) !important;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 10px 10px 0px 10px;
}

.why_color_back {
	background: linear-gradient(rgb(127 106 253), rgb(183 104 247)) !important;
	border: none !important;
	color: #fff;
}

.why_color_back p {
	color: #fff !important;
}

.core_color_back {
	background: linear-gradient(rgb(127 106 253), rgb(183 104 247)) !important;
	color: #fff;
}

.core_color_back p {
	color: #fff !important;
}

.header button {
	padding: 15px 30px 15px 30px;
	border-radius: 10px;
	background: linear-gradient(rgb(127 106 253), rgb(183 104 247)) !important;
	border: none;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: background 0.3s ease;
	font-weight: 500;

}

.header button:hover {
	background: #fff !important;
	color: #b568f8;
	font-weight: 500;
}

.logo img {
	margin-top: 15px;
	margin-left: 5px;
	height: auto;
}

.heading h1 {
	font-size: 60px;
	font-family: Lilita One;
	color: #16161b;

}

.heading p {
	font-size: 18px;
}

.ban_img img {
	width: 100%;
}

.ban-left {
	position: absolute;
	left: 0;
	z-index: -1;
	top: 0;
}

.ban-right {
	position: absolute;
	right: 0;
	z-index: -1;
	top: 0;
}

.download_btn img {
	margin-right: 10px;
	box-shadow: 10px 5px 20px rgba(0, 0, 0, 0.07999999821186066);
	width: 170px;
}

.main_content {
	margin-bottom: 0px;
}

.why_choose_heading {
	max-width: 800px;
	margin: 0 auto;
}

.why_choose {
	background: #D4D4FF;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-radius: 10px;
	padding-right: 50px;
	padding-left: 50px;
}

.why_choose h2 {
	font-size: 35px;
	font-family: Lilita One;
	text-align: center;
	color: #292929;

}

.why_choose p {
	text-align: center;
	font-size: 17px;
	color: #292929;
}

.why_choose_box {
	box-shadow: 10px 3px 30px rgba(0, 0, 0, 0.07999999821186066);
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	text-align: left;
	margin-bottom: 10px;
	transition: background 0.3s ease;
}

.why_choose_box img {
	margin-right: 5px;
}

.why_choose_box span {
	margin-bottom: 2px;
	display: flex;
	color: #292929;
}

.why_choose_box p {
	text-align: left;
	font-size: 15px;
	margin-bottom: 0;
}

.why_color_back span {
	color: #fff !important;
}

.core_color_back span {
	color: #fff !important;
}

.Core_features h2 {
	font-size: 35px;
	font-family: Lilita One;
	text-align: center;
	margin-bottom: 30px;
	color: #16161b;
}

.Core_features_box {
	box-shadow: 10px 3px 30px rgba(0, 0, 0, 0.07999999821186066);
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
	min-height: 496px;
	margin-bottom: 10px;
	transition: background 0.3s ease;
}

.Core_features_box span {
	color: #292929;
}

.Core_features_box:hover {
	background: #f5effe;
}

.Core_features_box p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #292929;
}

.Core_features_box img {
	margin-right: 10px;
}

.core {
	position: relative;
}

.line {
	position: absolute;
	right: 0;
	z-index: -1;
	top: 50%;
}

.line2 {
	position: absolute;
	left: 0;
	z-index: -1;
	top: 120%;
}

.why_choose_box:hover {
	background: #f1e2ff;
}

/* .core_list {} */

.core_list b {
	font-size: 14px;
	font-weight: 600;
}

.core_list p {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 3px;
}

.core_list img {
	margin-right: 0px;
}

.additional_features {
	margin-top: 60px;
	margin-bottom: 0px;
}

.additional_features h2 {
	font-size: 35px;
	font-family: Lilita One;
	text-align: center;
	margin-bottom: 30px;
}

.add_choose_box {
	background: #f5effe;
	border-radius: 10px;
	padding: 15px;
	text-align: left;
	border: 1px solid #fff;
	min-height: 150px;
	margin-bottom: 10px;
}

.add_choose_box img {
	margin-right: 5px;
}

.add_choose_box span {
	margin-bottom: 2px;
	display: flex;
	color: #292929;
}

.add_choose_box p {
	text-align: left;
	font-size: 15px;
	margin-bottom: 0;
}

.footer {
	background: linear-gradient(rgb(127 106 253), rgb(183 104 247)) !important;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 60px 0px 0px 0px;
	color: #fff;
	text-align: center;
}

.footer h2 {
	text-align: center;
	font-size: 35px;
	font-family: Lilita One;
	color: #fff;
}

hr {
	color: #b768f7;
	background-color: #7046b496;
	height: 1px;
}

.bottom {
	background: #16161b;
	color: #ffff;
	padding: 30px 0px;
}

.bottom p {
	margin-bottom: 0px;
}

.inner_box {
	margin: 2em auto;
	border: 1px solid #ded9fd;
	padding: 2em;
	background: #fdfdfd;
	color: #2b3744;
	border-radius: 5px;
	box-shadow: 5px 5px 8px 4px #c3a1fb4a;
	text-align: justify;

}


.lg-text {
	font-size: 35px;
	font-weight: 600;
	text-transform: none;
}


.inner_box h4 {
	font-size: 16px;
	font-weight: 700;
	color: #292929;
	text-transform: uppercase;
}

hr.new1 {
	border-top: 1px solid #eaeaea;
	margin: 12px 0px;
	background-color: #ded9fd;
}

.privacy_cont {
	margin-bottom: 20px;
	line-height: 27px;
}

.bottom_space {
	margin: 1em auto;
}



@media only screen and (max-width: 768px) {
	.inner_box {
		padding: 20px 15px;
		text-align: left;
		margin: 10px;
	}

	.mob-center {
		text-align: center;

	}

	.ban-left {
		display: none;
	}

	.ban-right {

		display: none;

	}




	.download_btn {
		display: flex;
	}

	.download_btn img {
		width: 95%;
	}

	.why_choose h2 {
		font-size: 31px;
		margin-bottom: 30px;
	}

	.header button {
		width: 100%;
	}

	.heading h1 {
		font-size: 40px;
	}

	.header {
		padding: 15px;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.download_btn img {
		margin-bottom: 15px;
	}

	.why_choose {
		padding: 30px;
		margin-top: 60px;
	}

	.why_choose_box {
		margin-bottom: 15px;
	}

	.ban_img img {
		display: none;
	}

	.line2 {
		display: none;
	}

	.Core_features h2 {
		font-size: 31px;
		margin-bottom: 30px;
	}

	.Core_features_box {
		margin-bottom: 15px;
		padding: 15px;
	}

	.add_choose_box {
		margin-bottom: 15px;
	}

	.Core_features_box img {
		margin-right: 5px;
	}
}