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

.site-header::before {
	content: "";
	position: absolute;
	background-image: url(../img/header-top-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 30px;
	top: 0;
}

.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%;
	max-width: 210px;
}

.head-link {
	gap: 30px;
}

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

@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 Section Start Here */
.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;
	/* margin: auto; */
}

.banner_heading {
	/* font-size: 240px; */
	line-height: 180px;
}

.banner_content_wrap {
	position: relative;
	padding-left: 20px;
}

.banner_content_wrap::after {
	content: "";
	position: absolute;
	background-color: var(--body-color);
	width: 400px;
	height: 1px;
	left: -30px;
	bottom: -30px;
	background-size: cover;
}

.banner_content_wrap::before {
	content: "";
	position: absolute;
	background-color: var(--body-color);
	width: 1px;
	height: 390px;
	left: 0;
	top: -30px;
	background-size: cover;
}

.banner-content-wrapper {
	position: relative;
}

.banner-content-wrapper::before {
	content: "";
	position: absolute;
	background-color: var(--body-color);
	width: 400px;
	height: 1px;
	left: -30px;
	top: -10px;
	background-size: cover;
}

.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: var(--extra-color-1);
	color: var(--body-color);
}

/* Banner Section End Here */

/* about-section Css  */

.about-section {
	padding: 80px 0px 58px;
}

.about_heading:before {
    content: "";
    position: absolute;
    background: var(--primary-color);
    width: 50px;
    height: 3px;
    bottom: -6px;
    left: -30px;
}

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

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

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

.about-content-wrapper .nav-tabs .nav-link.active {
	border-bottom: 1px solid var(--secondary-color);
	color: var(--extra-color-1);
}
.about-content-wrapper .nav-tabs .nav-link {
	border-bottom: 1px solid transparent;
	border: 0;
}

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

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

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

/* about-section Css  */

/* service-section Css */

.service-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/service-right-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 290px;
	height: 240px;
	top: 50px;
	right: 40px;
	z-index: -1;
}

.service-btn::after {
	content: "";
	position: absolute;
	background: #e9e1d5;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	right: -18px;
	top: -6px;
	z-index: -1;
}

@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-border {
	0% {
		border-color: var(--primary-color);
	}

	50% {
		border-color: var(--primary-color);
	}

	100% {
		border-color: var(--extra-color-1);
	}
}

@keyframes pulse-border {
	0% {
		border-width: 5px;
	}

	50% {
		border-width: 10px;
	}

	100% {
		border-width: 5px;
	}
}

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

/* service-section Css */

/* experience-section Css  */

.experience-section {
	padding: 100px 0;
	margin: 60px 0 0;
}

.experience-section::before {
	content: "";
	position: absolute;
	background-color: var(--extra-color-5);
	width: 80%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 2rem;
}

.experince-rose-img {
	left: -170px;
	z-index: -1;
}

.mount-center-wrapper {
	z-index: -1;
}
/* experience-section Css  */

/* heart-section Css  */

.heart-section {
	background-image: url(../img/heart-bg.png);
}

.heart-icon {
	background: var(--secondary-color);
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.heart-slide {
	border-radius: 29px;
	margin: 0px 15px;
	padding: 30px;
	height: 310px;
}

.heart-btn .btn {
	background-color: var(--body-color);
	color: var(--primary-color);
}

.heart-slider.slider-sec .slick-dots {
	background: transparent;
	flex-direction: column;
	left: -90px;
	top: 0;
	bottom: 0;
	right: unset;
	height: fit-content;
	width: fit-content;
	margin: auto;
}

.heart-slider.slider-sec .slick-dots li {
	background: var(--body-color);
	border: 3px solid transparent;
	outline: 1px solid transparent;
}

.heart-slider.slider-sec .slick-dots li.slick-active {
	background: var(--body-color);
	border-color: var(--secondary-color);
	outline-color: var(--body-color);
}
/* heart-section Css  */

/* .contact-section {
    padding: 100px 0px 68px;
} */

.contact-section {
	background-image: url(../img/contact-bg.png);
	padding: 180px 80px;
}

/* footer Css  */

.site-footer {
	padding: 90px 0px 10px;
	background-position: top;
}

/* footer Css  */
