/* 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 {
	gap: 40px;
}

@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-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 .swiper-banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
}

.banner .swiper-pagination {
	position: absolute;
	/* top: 0; */
	bottom: 180px;
	right: 30px;
	width: 130px;
	left: unset;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: auto;
	transform: rotate(48deg);
	height: 150px;
}

.swiper-line {
	position: relative;
}

.swiper-line::after {
	content: "";
	background-color: #fff;
	width: 70px;
	height: 2px;
	position: absolute;
	left: 40px;
	bottom: 4rem;
	transform: rotate(90deg);
	z-index: 99;
}

/* .banner .swiper-banner .swiper-button-prev {
    bottom: 140px;
    left: 8%;
    top: unset;
}

.banner .swiper-banner .swiper-button-next {
    right: unset;
    left: 16%;
    bottom: 140px;
    top: unset;
} */

.banner .swiper-banner .swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 12px;
	color: var(--body-color);
}

.banner .swiper-pagination-bullet {
	padding: 0px 5px;
	border-radius: 0;
	width: auto;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 19px;
	font-family: var(--primary-bold-font);
	color: var(--body-color);
	opacity: 1;
	background: transparent;
	position: relative;
	transition: 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px !important;
}

.banner .swiper-pagination-bullet-active span.bullet-number {
	display: block;
	font-size: 34px;
	color: var(--extra-color-1);
	transform: rotate(311deg);
}

.banner .swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	transform: rotate(-45deg);
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	color: var(--body-color);
	background: transparent;
	font-size: 32px;
	font-family: var(--primary-bold-font);
	right: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px !important;
}

span.bullet-number {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: unset;
	/* display: none; */
	/* bottom: -20px; */
	transform: rotate(310deg);
	/* left: -10px; */
}

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

/* .banner-social-links::before {
    content: "";
    position: absolute;
    background-color: var(--secondary-color);
    background-size: cover;
    background-position: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    left: -80px;
    top: -10px;
    z-index: -1;
    clip-path: inset(0 0 0 70%);
} */

.active-slide-number {
	display: inline-block;
	background-color: #f0f0f0;
	padding: 5px 10px;
	border-radius: 5px;
	margin-top: 10px;
	font-weight: bold;
}

.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: #ffffff2b;
	color: var(--secondary-color);
}

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

.scroll-down-wrapper .scrolldown-btn {
	background: transparent;
}

/* Banner Section End Here */

/* about-section Css  */

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

.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: 260px;
	height: 330px;
	bottom: 30px;
	right: 0;
	z-index: 9;
	animation-name: float_up_down;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

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

.leaf_img {
	left: -110px;
	bottom: -20px;
}

.leaf_img img.img-fluid {
	max-width: 180px;
}
@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  */

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

/* menu-section Css  */

.menu-main {
	padding: 100px 0;
	z-index: 99;
}

.menu-section .menu-main::before {
	left: 0;
	content: "";
	position: absolute;
	background-image: url(../img/menu-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 90%;
	height: 940px;
	top: 0;
	margin: auto;
	left: 0;
	right: 0;
	z-index: 1;
}
/* .menu-wrapper .menu-img {
	flex: 0 0 35%;
} */

.menu-section .menu-wrapper .menu-img figure:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, #000000cf);
	z-index: 1;
	transition: 0.6s cubic-bezier(0.92, -0.08, 0, 1.06);
}

.menu-slider .menu-slide {
	margin: 20px 20px 0px;
	border-radius: 20px;
	animation: background-animate 3s ease-in-out infinite;
	/* background: #ffffff1f; */
}

.menu-slider .menu-slide:hover {
	box-shadow: 5px 5px 24px 0 rgba(0, 0, 0, 0.25);
}

.menu-slider .menu-slide .menu-img-wrapper {
	margin-top: -90px;
}

.menu-slider .slick-track {
	padding-top: 50px;
}

.menu-slide:hover {
	background: var(--extra-color-1);
}

.menu-slide:hover .menu_hover {
	color: var(--primary-color);
}

.menu-slide:hover .btn {
	background: var(--body-color);
	color: var(--primary-color);
	-webkit-text-fill-color: unset;
}

.menu-slider .slick-list.draggable {
	padding-bottom: 80px;
}

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

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

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

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

/* menu-section Css  */

/* delicious-section Css  */

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

.super-heading {
	transform: rotate(-8deg);
	padding-left: 90px;
	margin-bottom: -20px;
}

.discount_tag {
	top: -50px;
}
/* delicious-section Css  */

/* gallery-section Css  */
.gallery-section {
	margin-top: 80px;
}
.gallery-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/gallery-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 800px;
	z-index: -1;
}
.gallery-wrapper figure img.img-fluid {
	border-radius: 20px;
}
/* gallery-section Css  */

/* client-section Css  */

.client-section {
	padding: 60px 0px 200px;
}

.client-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/testi-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: center; */
	width: 1130px;
	height: 800px;
	top: 0;
	z-index: -1;
}

.client-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/testi-right-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 510px;
	height: 710px;
	top: 0px;
	right: 0;
	z-index: -1;
}

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

.client-slider .slick-dots {
	bottom: -50px;
	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(--extra-color-2);
	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-1);
	border-color: transparent;
	width: 90px;
}

.client-slider .slick-list.draggable {
	padding-top: 40px;
}

.testi-left-img {
	bottom: -75px;
	right: -18rem;
}

.testi-right-img {
	left: -250px;
}

.testi-commas {
	margin-top: -60px;
	margin-right: 190px;
}

.img-icon-span {
	background: #0097a7;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.review_img {
	bottom: 150px;
	right: -40px;
	z-index: 9;
}

/* client-section Css  */

/* 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: 1000px;
	z-index: -1;
	top: -10rem;
}

/* footer Css  */

.site-footer {
	background-image: url(../img/footer-bg.png);
	padding: 170px 0px 10px;
	background-position: top;
}

/* footer Css  */

/* about-page Css  */

.video-section::before {
	content: "";
	position: absolute;
	background-color: var(--secondary-color);
	background-size: cover;
	width: 400px;
	height: 100%;
	top: 0;
}

.weare-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/we-left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 290px;
	height: 230px;
	top: 80px;
	z-index: 1;
}

.gallery-wrapper figure img.img-fluid.gallery_img {
	border-radius: 0px;
}
