/* Header Css  */
.site-header {
	position: relative;
	z-index: 9;
}
.submenu {
	top: 10px;
	left: -20px;
	transition: 0.4s ease;
	opacity: 0;
	max-width: max-content;
	z-index: 99;
	width: 320px;
	background: var(--extra-color-2);
	border: 2px solid var(--extra-color-2);
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.submenu .link-here {
	padding: 0px 0px 4px 0px;
	background: transparent;
}

.submenu .header-link.active {
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.submenu .header-link::after {
	content: unset;
}

.submenu li {
	border-bottom: 1px solid var(--secondary-color);
	padding: 20px 0px;
}

.submenu .dropdown:last-child {
	border-bottom: 0px;
}

.submenu a:hover {
	color: var(--primary-color);
}

.site-header .dropdown:hover .submenu {
	top: 30px;
	opacity: 1;
	overflow: visible;
}

.submenu .link-here:before {
	background: var(--body-color);
}

.site-header .dropdown {
	overflow: hidden;
}

.site-header .dropdown:hover {
	overflow: visible;
	opacity: 1;
}
.header-link.active {
	color: var(--secondary-color);
	border-bottom: 4px solid var(--secondary-color);
	font-weight: 700;
}
.mobile-header .header-link.active {
	color: var(--dark-color);
	font-weight: 700;
}
.site-header .mobile-header {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	right: 0px;
	padding: 100px 20px 20px;
	background-color: var(--secondary-color);
	min-height: 100%;
	transform: translateX(100%);
	transition: 0.2s all;
	overflow-y: auto;
}

.header-logo .logo-here {
	max-width: 120px;
	width: 100%;
	object-fit: cover;
}

.fixed-menu {
	background: #fff;
	position: fixed;
	top: 0;
	animation: slide-down 0.7s;
	left: 0;
	right: 0;
	box-shadow: 4px -86px 103px rgba(0, 0, 0, 0.9);
	z-index: 250;
}

/* Mobile Responsive  */
@media (max-width: 991px) {
	.site-header .mobile-header.active {
		transform: translateX(0px);
	}
}

/* Header Css  */

/* Banner Start Here */
.heading_bg:before {
	content: "";
	position: absolute;
	background: #bef8fc;
	width: 90%;
	height: 100%;
	z-index: -1;
	left: 0px;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.ml1 .letter {
	display: inline;
	/* line-height: 1em; */
}

.ml1 .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
}

.ml14 .letters,
.ml14 .line,
.ml14 .letter {
	opacity: 1;
}

.banner_img_wrapper::before {
	content: "";
	position: absolute;
	background-image: url(../img/mail-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100px;
	height: 90px;
	top: -60px;
	left: 10px;
	background-position: center;
	animation-name: float_up_down;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.banner_img_wrapper::after {
	content: "";
	position: absolute;
	background-image: url(../img/pencil.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 80px;
	bottom: 60px;
	right: 10px;
	background-position: center;
	animation-name: float_up_down;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.commas_wrap::after {
	content: "";
	position: absolute;
	background-image: url(../img/text-commas.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 46px;
	height: 50px;
	right: -40px;
	top: 0;
	background-position: center;
}

.banner-top-content::after {
	content: "";
	position: absolute;
	background-image: url(../img/open-mail-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 80px;
	height: 80px;
	top: 50px;
	right: 10px;
	background-position: center;
	animation-name: float_up_down;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

/* join-section Css  */
.step_heading {
	border-bottom: 3px solid var(--extra-color-1);
}

/* cpa-section Css  */

.stats-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	max-width: 500px;
	padding: 20px;
}

.cpa_img_wrapper {
	overflow: hidden;
}
.animate_img {
	transform: translateX(-100%);
}

.acheive_img {
	transform: translateX(100%);
}

/* cpa-section Css  */

/* marketing-section Css  */

.marketing_wrapper {
	border: 1px solid #e6e6e6;
	height: 310px;
}

.marketing_desc {
	line-height: 1.7;
}

/* marketing-section Css  */

/* review-section Css  */

.review_wrapper {
	height: 290px;
}

.review_wrapper:hover {
	box-shadow: rgb(49 71 255 / 43%) 0px 2px 8px 0px;
}
/* review-section Css  */

/* brand-section Css  */

.brand_heading {
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.95);
}

.brand-wrapper figure img.img-fluid {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.check_icon path {
	fill: var(--secondary-color);
}

.brand_fig::before {
	content: "";
	position: absolute;
	background-image: url(../img/brand-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 340px;
	height: 180px;
	top: -30px;
	right: 0px;
	background-position: center;
	animation-name: float_up_down;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	/* z-index: -1; */
}
/* brand-section Css  */

/* faqs-section Css  */

.faqs_wrapper .accordion-button::after {
	content: "+";
	font-size: 24px;
	color: var(--primary-color);
}

.faqs_wrapper .accordion-button:not(.collapsed)::after {
	content: "×";
	color: var(--primary-color);
}

.faqs_wrapper .accordion-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.faqs_wrapper .accordion-button:not(.collapsed) {
	color: var(--secondary-color);
	background-color: transparent;
}

.faqs_wrapper .accordion-button::before {
	content: "";
	position: absolute;
	flex-shrink: 0;
	width: 1rem;
	height: 1rem;
	background-image: url(../img/question-mark.png);
	background-repeat: no-repeat;
	background-size: 1rem;
	transition: transform 0.2s ease-in-out;
	left: -10px;
}

.acheive_dollar {
	background: var(--body-color);
	padding: 20px 0;
	left: -30px;
	animation-name: float_up_down;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes float_up_down {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes float_up_down {
	0% {
		transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
	50% {
		transform: translateY(30px);
		transform: translateY(30px);
		opacity: 1;
	}
	100% {
		transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}
/* faqs-section Css  */

/* Cursor ball  */

.ball {
	width: 10px;
	height: 10px;
	position: fixed;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: none;
	z-index: 999;
	mix-blend-mode: difference;
	margin-left: 20px;
	margin-top: -130px;
}
.target-heading {
	position: relative;
	z-index: 1;
}
