/* Header Css  */
.site-header {
	position: relative;
	width: 100%;
	z-index: 99;
	/* background: var(--body-color); */
}

.site-header .mobile-header {
	position: fixed;
	width: 50%;
	height: 100vh;
	top: 0;
	right: 0;
	padding: 100px 40px 20px;
	background-color: var(--extra-color-1);
	min-height: 100%;
	transform: translateX(100%);
	transition: 0.2s;
	z-index: 9999;
}

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

.head-link {
	list-style: none;
	font-size: 10px;
	gap: 60px;
}

@media (min-width: 1700px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1600px;
	}
}

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

/* Header Css  */

/* banner Css  */
.banner {
	margin-top: -30px;
}
.banner-inner-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.banner-wrapper {
	display: flex;
	justify-content: center;
	align-items: start;
}

.banner-social-links {
	z-index: 9;
	height: fit-content;
	margin: auto;
	bottom: 70px;
}

.banner-icon {
	background: transparent;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
}

.banner-icon:hover {
	background: #ffffff30;
	color: var(--extra-color-5);
}

.scroll-down-wrapper {
	bottom: 170px;
	z-index: 9999;
}

.scroll-down-wrapper .scrolldown-btn {
	background: transparent;
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

/* Banner Section End Here */

/* form-section Css  */

.form-section {
	margin-top: -100px;
	position: relative;
	z-index: 9;
}

.form-wrapper {
	border: 1px solid var(--extra-color-5);
	border-radius: 96px;
	padding: 50px;
	background: var(--primary-color);
}
/* form-section Css  */

/* about-section Css  */

.about-section {
	padding: 100px 0px 68px;
}

.about-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/about-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 330px;
	height: 570px;
	top: 0;
	left: 0;
	z-index: -1;
	animation-name: float_up_down;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.about-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/about-right-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 210px;
	height: 240px;
	top: 0;
	bottom: -130px;
	margin: auto;
	right: 0;
	z-index: -1;
}

.about-badge-left {
	text-align: center;
	margin-top: -30px;
}

.aniamte_img {
	animation-name: float_up_down;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.cell-no:hover {
	color: var(--secondary-color);
}

.contact-icon {
	background: var(--secondary-color);
	color: var(--primary-color);
	border: 1px solid transparent;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	animation: pulse-animation 2s infinite;
	text-decoration: none;
}

@keyframes float_up_down {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
		/* Adjust the value for the float effect */
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes background-animate {
	0% {
		background-color: var(--secondary-color);
	}

	33% {
		background-color: var(--extra-color-4);
	}

	66% {
		background-color: var(--dark-color);
	}

	100% {
		background-color: var(--secondary-color);
	}
}

/* about-section Css  */

/* communities-section Css  */
.price-tag {
	border-radius: 0px 24px 24px 0px;
	left: -10px;
}

.communities-slider .slick-list.draggable .slick-track {
	padding-bottom: 50px;
}

.communities-section .communities-slide {
	margin: 0px 30px;
}

.communities-slider .communities-slide:nth-child(even) {
	transform: translateY(50px);
}
/* communities-section Css  */

/* client-section Css  */

.client-section {
	background-image: url(../img/testi-bg.png);
	padding: 60px 0 100px;
}

.client-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/testi-top-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 160px;
	height: 270px;
	top: -110px;
	left: 0;
}
.client-slider .slick-list.draggable {
	padding-top: 50px;
}

.client-slide {
	border: 2px solid #ededed;
	margin: 0px 20px;
}

.client-slide:hover {
	border-color: #595687;
}

.client-commas-wrap {
	margin-top: -60px;
}

.client-img-wrap .reviews-wrap .review-li {
	font-size: 12px;
}

.client-slider .slick-dots {
	bottom: -70px;
	left: 0;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	top: unset;
	right: 0;
	row-gap: 0;
	gap: 10px;
	margin: auto;
	max-width: fit-content;
}

.client-slider .slick-dots li {
	background: var(--primary-color);
	border: 0;
	height: 5px;
	width: 60px;
	margin: 0 6px;
	transition: 0.4s ease;
	border-radius: 3px;
}

.client-slider .slick-dots li.slick-active {
	background: var(--extra-color-5);
	border-color: transparent;
	width: 90px;
}

/* client-section Css  */

.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;
}

/* contact-section Css  */

.contact-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/contact-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

/* contact-section Css  */

/* footer Css  */

.site-footer {
	padding: 160px 0px 30px;
	z-index: 9;
}

.site-footer::before {
	content: "";
	position: absolute;
	background-image: url(../img/footer-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/* background-attachment: fixed; */
	width: 100%;
	height: 990px;
	bottom: 0;
	z-index: -1;
}

.footer-link li:first-child {
	list-style: none;
	padding-left: 0px;
}

/* footer Css  */
