@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: "Exo", sans-serif;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	color: #213D34;
	margin-bottom: 0.5rem;
}

img {
	max-width: 100%;
	height: auto;
}

button {
	outline: none;
	background-color: transparent;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: 400;
}

strong {
	font-weight: 800;
	color: #000;
}

a {
	text-decoration: none !important;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: inherit;
	font-weight: 400;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}

button {
	color: inherit;
	border: none;
}

ul {
	padding-left: 0 !important;
}

hr {
	background-color: #333;
	opacity: 1;
}

.form-select:focus, .form-control:focus {
	box-shadow: none !important;
	border-color: #ccc;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: inherit;
	color: inherit;
}

input:focus, button:focus, textarea:focus {
	outline: none;
	box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

textarea {
	resize: none;
}

@media(min-width:1920px) {
	.container {
		max-width: 1500px;
	}

}

.tp-space {
	padding-top: 100px;
	padding-bottom: 100px;
}

.heading {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 40px;
}

.heading .slash {
	font-size: 100px;
	font-weight: 100;
}

.title {
	font-size: 50px;
	font-weight: 600;
	color: #1D2334;
}

.title span {
	color: #7B3BF1;
}

.heading p {
	font-size: 20px;
	font-weight: 400;
	color: #1D2334;
	margin-bottom: 0;
}

.thm-btn {
	display: inline-block;
	padding: 15px 36px;
	font-weight: 500;
	font-size: 20px;
	color: #7B3BF1;
	border: 1px solid #7B3BF1;
	border-radius: 50px;
}

.thm-btn:hover {
	background-color: #7B3BF1;
	color: #fff;
}

.main-header {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
}

.main-header img {
	width: 150px;
}

.hero-sec {
	position: relative;
	background: linear-gradient(180deg, #FFF 0%, #EEE5FF 100%);
	padding-top: 80px;
	padding-bottom: 140px;
	position: relative;
}

.hero-sec::after {
	position: absolute;
	content: '';
	right: 0;
	bottom: -100px;
	height: 100px;
	width: 500px;
	background-color: #eee5fe;
	border-radius: 0px 0 0 120px;
}

.hero-sec .hero-content h1 {
	font-size: 65px;
	font-weight: 700;
	color: #1D2334;
	margin-bottom: 20px;
}

.hero-content p {
	font-size: 25px;
	font-weight: 400;
	color: #213D34;
}

.hero-innr {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px; /* space between items, adjust as needed */
	align-items: flex-end;
}

.hero-cards {
	padding: 10px;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.06));
}

.hero-cards-img {
	border-radius: 15px;
}

.hero-cards-img img {
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
}

.hero-cards-img.img-01 img {
	height: 153px;
}

.hero-cards-img.img-02 img {
	height: 293px;
}

.img-03 {
	margin-bottom: -70px;
}

.counter-cards {
	padding: 30px;
	background-color: #213D34;
	border-radius: 30px;
	text-align: center;
	margin-bottom: -70px;
}

.counter-cards h2 {
	font-size: 30px;
	font-weight: 500;
	color: #D9EF78;
	margin-bottom: 5px;
}

.counter-cards h6 {
	font-size: 16px;
	font-weight: 600;
	color: #D9EF78;
}

.hero-cards.img-04 {
	align-items: flex-start;
	gap: 0;
}

.hero-cards.img-04 {
	margin-bottom: -70px;
}

.hero-cards.img-04 img {
	height: 240px;
	width: 100%;
	margin-bottom: 10px;
}

.hero-cards.img-04 h3 {
	font-size: 40px;
	font-weight: 500;
	color: #213D34;
}

.hero-cards.img-04 p {
	font-size: 18px;
	font-weight: 400;
	color: #213D34;
}

.benefits-cards {
	background-color: #fff;
	border-radius: 200px;
	padding: 30px;
	height: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.benefits-cards.bg-wht {
	justify-content: flex-start;
}

.benefits-cards.bg-pnk {
	background-color: #EEE5FF;
}

.benefits-cards.bg-gry {
	background-color: #F1F2ED;
}

.benefits-cards h4 {
	font-size: 30px;
	font-weight: 400;
	color: #1D2334;
	margin-bottom: 0;
}

.benefits-cards p {
	font-size: 18px;
	font-weight: 400;
}

.benefits-img {
	height: 650px;
	border-radius: 200px;
}

.benefits-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 200px;
}

.service-sec {
	border-top: 1px solid #D7D7D4;
	background: linear-gradient(248deg, #FFF 58.78%, rgba(255, 255, 255, 0.00) 68.66%, rgba(123, 59, 241, 0.00) 78.99%, rgba(123, 59, 241, 0.15) 99.89%);
}

.service-img {
	height: 300px;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
}

.service-img img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	transition: 0.3s;
}

.service-cards h4 {
	font-size: 20px;
	font-weight: 500;
	color: #121417;
}

.service-cards p {
	font-size: 15px;
	font-weight: 400;
	color: #676767;
	margin-bottom: 0;
}

.service-cards:hover .service-img img {
	transform: scale(1.1) rotate(2deg);
}

.service-sec .service-slider {
	width: calc(47.5vw + 700px);
}

.service-sec .service-slider .owl-nav {
	margin-top: 50px;
}

.service-sec .service-slider .custom-arrow {
	width: 90px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #3DE830;
	border-radius: 25px;
	margin: 0 10px;
}

.service-sec .service-slider .custom-arrow:hover {
	background-color: #3DE830;
}

.service-sec .service-slider .custom-arrow:hover img {
	filter: brightness(0) invert(1);
}

.service-sec .service-slider .custom-arrow.next {
	transform: rotate(180deg);
}

.choose-cards {
	padding: 15px;
	border-radius: 20px;
	border: 1px solid #D7D7D4;
	background: linear-gradient(69deg, #FFF 45.41%, rgba(255, 255, 255, 0.00) 58.31%, rgba(123, 59, 241, 0.00) 71.79%, rgba(123, 59, 241, 0.15) 99.07%);
	margin-bottom: 15px;
}

.choose-cards h5 {
	font-size: 26px;
	font-weight: 600;
	color: #121417;
	margin-top: 30px;
	margin-bottom: 15px;
}

.community-cards {
	padding: 25px;
	background-color: #7B3BF1;
	box-shadow: 8px 8px 0 0 rgba(123, 59, 241, 0.25);
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: flex-start;
	margin-bottom: 15px;
	height: 350px;
}

.community-cards h4 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
}

.community-cards p {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}

.testimonial-cards {
	padding: 20px 30px;
	background-color: #E9F6E8;
	border-radius: 20px;
	position: relative;
	height: 300px;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.testimonial-cards p {
	font-size: 20px;
	font-weight: 400;
	color: #1D2334;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.testimonial-user {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 50px;
}

.testimonial-user img {
	width: 60px !important;
	height: 60px;
	border-radius: 50px;
}

.testimonial-user h6 {
	margin-bottom: 0;
	font-size: 22px;
	font-weight: 400;
	color: #1D2334;
}

.testimonial .testimonial-slider {
	width: calc(47.5vw + 700px);
}

.testimonial-cards .quote {
	font-size: 100px;
	line-height: normal;
	position: absolute;
	right: 20px;
	top: 70%;
	transform: translateY(-50%);
}

.testimonial .testimonial-cards:hover {
	background-color: #1D2334;
	color: #fff;
}

.testimonial .testimonial-cards:hover h6, .testimonial .testimonial-cards:hover p {
	color: #fff;
}

.testimonial .testimonial-cards:hover .quote {
	color: #3DE830;
}

.faq-sec .accordion-item {
	border: 0;
	background-color: #F1F2ED;
	border-radius: 24px;
	padding: 30px;
	margin-bottom: 20px;
}

.faq-sec .accordion-item .accordion-button {
	background-color: transparent;
	box-shadow: none;
	border: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	color: #1D2334;
}

.faq-sec .accordion-item .accordion-body {
	padding: 0;
	margin-top: 30px;
}

.faq-sec .accordion-item .accordion-button::after {
	background-image: url(../images/dark-arrow.svg);
	filter: grayscale(1);
	border: 1px solid rgb(29 35 52 / 50%);
	border-radius: 50px;
	padding: 20px;
	height: 50px;
	width: 50px;
	background-position: center;
	transition: 0.4s;
}

.faq-sec .accordion-item .accordion-body p {
	font-size: 18px;
	font-weight: 400;
	color: #1D2334;
	margin-bottom: 0;
}

.faq-sec .accordion-item .accordion-button:not(.collapsed)::after {
	width: 40px !important;
	background-color: #7B3BF1;
	filter: none !important;
}

.thm-footer {
	padding-top: 80px;
	background-color: #7B3BF1;
	border-radius: 40px 40px 0 0;
}

.ftr-media {
	display: flex;
	align-items: center;
	gap: 15px;
}

.ftr-media img:hover {
	opacity: 0.8;
}

.ftr-logo img {
	width: 150px;
}

.ftr-subscribe h5 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.ftr-subscribe-innr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	height: 48px;
	border-radius: 15px;
	margin: 12px 0;
}

.ftr-subscribe-innr .form-control {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.ftr-subscribe-innr button {
	padding: 12px 20px;
	background-color: #3DE830;
	border-radius: 15px;
	color: #7B3BF1;
	font-size: 16px;
	font-weight: 600;
}

.ftr-subscribe p {
	color: rgb(255 255 255 / 80%);
	font-size: 13px;
}

.copyright {
	margin-top: 40px;
	border-top: 1px solid rgb(255 255 255 / 30%);
	padding-bottom: 20px;
	padding-top: 20px;
}

.how-works {
	background-color: #E8F3E7;
	position: relative;
	margin-bottom: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.how-works::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -70px;
	height: 100px;
	width: 500px;
	background-color: #E8F3E7;
	border-radius: 0 0 100px 0;
}

.how-works  .slider-counter {
	position: absolute;
	left: 10%;
	bottom: -30px;
	font-size: 30px;
	font-weight: 400;
	color: #1D2334;
	z-index: 99;
}

.how-works-lft {
	padding-right: 40px;
}

.how-works-lft h3 {
	font-size: 61px;
	font-weight: 400;
	color: #1D2334;
}

.how-works-lft h4 {
	font-size: 40px;
	font-weight: 500;
	color: #1D2334;
	margin-bottom: 15px;
}

.how-works-lft p {
	font-size: 18px;
	font-weight: 400;
	color: #1D2334;
}

.how-works-rgt .swiper {
	width: 100%;
	height: auto;
	border-radius: 40px;
}

.how-works-rgt .swiper img {
	width: 100%;
	height: 100%;
	border-radius: 40px;
}

.how-works-rgt .swiper-slide {
	box-shadow: none;
}

.how-works .swiper-button-next, .how-works .swiper-button-prev {
	position: static;
	height: 40px;
	width: 70px;
	border: 2px solid #000;
	border-radius: 50px;
	transition: 0.3s;
}

.how-works .swiper-button-next:hover, .how-works .swiper-button-prev:hover {
	background-color: #3DE830;
	border-color: #3DE830;
}

.how-works .swiper-button-next:hover img, .how-works .swiper-button-prev:hover img {
	filter: brightness(0) invert(1);
}

.how-works .swiper-button-next img, .how-works .swiper-button-prev img {
	filter: brightness(0) saturate(100%);
}

.how-works .swiper-button-next:after, .how-works .swiper-button-prev:after {
	display: none;
}

.swiper-button {
	display: flex;
	gap: 15px;
	margin-top: 50px;
}

.swiper-button .swiper-button-next {
	transform: rotate(180deg);
}

.swiper-slide-shadow {
	background: transparent !important;
}

@media(max-width:991px) {
	.hero-sec .hero-content h1 {
		font-size: 40px;
	}

	.hero-content p {
		font-size: 18px;
	}

	.hero-content p br {
		display: none;
	}

	.hero-innr {
		grid-template-columns: repeat(2, 1fr);
		align-items: flex-start;
	}

	.hero-sec {
		padding-top: 30px;
	}

	.hero-sec::after {
		bottom: -40px;
		height: 40px;
		width: 250px;
	}

	.img-03 {
		margin-bottom: 0;
	}

	.img-05 {
		display: none;
	}

	.counter-cards {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.heading {
		gap: 0;
		margin-bottom: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.heading .slash {
		display: none;
	}

	.title {
		font-size: 25px;
	}

	.heading p {
		font-size: 15px;
	}

	.heading p br {
		display: none;
	}

	.benefits-cards h4 {
		font-size: 20px;
	}

	.benefits-cards p {
		font-size: 16px;
	}

	.benefits-img {
		height: auto;
		margin-bottom: 15px;
		border-radius: 40px;
	}

	.benefits-img img {
		border-radius: 20px;
	}

	.benefits-cards {
		margin-bottom: 15px;
	}

	.benefits-cards h4 br {
		display: none;
	}

	.benefits-cards {
		border-radius: 20px;
		height: 100%;
	}

	.tp-space {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.service-sec .service-slider {
		width: calc(47.5vw + 370px);
	}

	.service-cards h4 {
		font-size: 18px;
	}

	.service-img {
		height: 220px;
	}

	.service-sec .service-slider .custom-arrow {
		width: 70px;
	}

	.choose-cards {
		padding: 10px;
	}

	.choose-cards h5 {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.choose-pros .row {
		justify-content: center;
	}

	.how-works-lft h3 {
		font-size: 28px;
	}

	.how-works-lft h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.how-works-lft p {
		font-size: 16px;
	}

	.how-works .swiper-button-next, .how-works .swiper-button-prev {
		height: 30px;
		width: 60px;
	}

	.community-sec .row {
		justify-content: center;
	}

	.community-cards h4 {
		font-size: 16px;
	}

	.community-cards h4 br {
		display: none;
	}

	.community-cards p {
		font-size: 15px;
	}

	.community-cards {
		padding: 15px;
		flex-direction: column;
		gap: 5px;
		height: 250px;
	}

	.community-cards img {
		width: 50px;
	}

	.thm-btn {
		padding: 10px 25px;
		font-size: 16px;
	}

	.testimonial .testimonial-slider {
		width: calc(47.5vw + 370px);
	}

	.testimonial-cards {
		padding: 10px 15px;
		height: 220px;
	}

	.testimonial-cards p {
		font-size: 15px;
	}

	.testimonial-cards .quote {
		font-size: 50px;
		top: 50%;
	}

	.testimonial-user h6 {
		font-size: 16px;
	}

	.testimonial-user img {
		height: 40px;
		width: 40px !important;
	}

	.faq-sec .accordion-item {
		padding: 15px;
	}

	.faq-sec .accordion-item .accordion-body {
		margin-top: 15px;
	}

	.faq-sec .accordion-item .accordion-button::after {
		height: 35px;
		width: 35px;
	}

	.faq-sec .accordion-item .accordion-button:not(.collapsed)::after {
		height: 50px !important;
	}

	.faq-sec .accordion-item .accordion-button {
		font-size: 16px;
	}

	.faq-sec .accordion-item .accordion-body p {
		font-size: 15px;
	}

	.thm-footer {
		padding-top: 40px;
	}

	.ftr-logo img {
		width: 100px;
	}

	p {
		font-size: 14px;
	}

	.copyright {
		margin-top: 20px;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.main-header img {
		width: 120px;
	}

	.main-header {
		padding-top: 10px;
	}

	.hero-cards.img-04 h3 {
		font-size: 28px;
	}

	.how-works-lft {
		padding-right: 0;
	}

	.how-works .slider-counter {
		left: 15%;
		font-size: 22px;
	}

	.how-works::after {
		bottom: -50px;
		height: 50px;
		width: 350px;
	}

	.how-works {
		margin-bottom: 30px;
	}

	.hero-cards.img-04 {
		margin-bottom: 0;
	}

}

@media(max-width:767px) {
	.hero-sec .hero-content h1 {
		font-size: 25px;
	}

	.hero-content p {
		font-size: 15px;
	}

	.counter-cards h2 {
		font-size: 22px;
	}

	.counter-cards h6 {
		font-size: 15px;
	}

	.hero-cards-img.img-02 img {
		height: 233px;
	}

	.hero-cards.img-04 img {
		height: 220px;
	}

	.title {
		font-size: 20px;
	}

	.benefits-cards {
		padding: 10px;
	}

	.benefits-cards h4 {
		font-size: 16px;
	}

	.how-works-lft {
		text-align: center;
		margin-bottom: 15px;
	}

	.swiper-button {
		justify-content: center;
	}

	.service-sec .service-slider {
		width: 100%;
	}

	.testimonial .testimonial-slider {
		width: 100%;
	}

	.choose-cards h5 {
		font-size: 16px;
	}

	.choose-cards img {
		width: 30px;
	}

}

@media(max-width:575px) {
	.hero-sec::after {
		display: none;
	}

	.how-works::after {
		bottom: -40px;
		height: 40px;
		width: 250px;
		display: none;
	}

	.how-works .slider-counter {
		font-size: 20px;
	}

	.how-works-lft h3 {
		font-size: 25px;
	}

	.how-works-lft h4 {
		font-size: 18px;
	}

	.swiper-button {
		margin-top: 30px;
	}

	.faq-sec .accordion-item .accordion-button {
		font-size: 14px;
	}

	.ftr-logo {
		margin: 30px 0;
		display: block;
	}

	.ftr-logo img {
		width: 80px;
	}

	.ftr-subscribe h5 {
		font-size: 15px;
	}

	.tp-space {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.faq-sec .accordion-item {
		margin-bottom: 10px;
	}

	.hero-cards-img.img-02 img {
		height: auto;
	}

	.hero-cards-img.img-01 img {
		height: auto;
	}

	.hero-cards.img-04 img {
		height: auto;
	}

	.counter-cards {
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 0;		/*height: 220px;*/
	}

	.counter-cards h2 {
		font-size: 18px;
	}

	.counter-cards h6 {
		font-size: 10px;
	}

	.hero-cards.img-04 h3 {
		font-size: 20px;
	}

	.hero-cards.img-04 p {
		font-size: 12px;
	}

	.hero-sec .hero-content h1 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.choose-cards img {
		width: 30px;
	}

	.choose-cards h5 {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.benefits-cards {
		border-radius: 10px;
		height: auto;
		gap: 10px;
	}

	.benefits-img img {
		border-radius: 10px;
	}

	.benefits-cards p {
		font-size: 14px;
	}

	.testimonial-cards {
		height: auto;
	}

	.ftr-media {
		justify-content: center;
	}

	.faq-sec .accordion-item .accordion-body p {
		font-size: 13px;
	}

	.faq-sec .accordion-item {
		border-radius: 10px;
	}

	.hero-cards {
		padding: 10px;
		border-radius: 10px;
		gap: 5px;
	}

	.main-header img {
		width: 80px;
	}

	.hero-sec {
		padding-bottom: 80px;
	}

	.service-sec .service-slider .custom-arrow {
		height: 30px;
		width: 50px;
	}

	.how-works .swiper-button-next, .how-works .swiper-button-prev {
		width: 50px;
	}

	.community-cards {
		height: auto;
		border-radius: 10px;
	}

	.choose-cards {
		border-radius: 10px;
	}
	.swiper-wrapper{
		transform: translate3d(30px,0,0) !important;
	}
	.how-works{
		overflow: hidden;
	}

}
