/* Header Css  */
.site-header {
	position: absolute;
	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-right-wrap {
	background: rgba(222, 207, 168, 0.8);
	/* Updated with rgba for opacity */
	padding: 8px 20px 8px 228px;
	border-radius: 0px 60px 60px 0px;
	clip-path: polygon(1% 0, 100% 0, 100% 100%, 0% 100%);
}

.header-right-wrapper::before {
	content: "";
	position: absolute;
	background: #c0b190;
	width: 6px;
	height: 110px;
	left: 2px;
	top: -25px;
	border-radius: 3px;
	transform: rotate(193deg);
	z-index: 9;
}

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

.site-header .header-logo {
	position: absolute;
	top: 30px;
}

.head-link {
	gap: 30px;
}

.head-link li {
	padding-left: 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 Css  */
.banner-inner-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.banner-main img.img-fluid {
	opacity: 0.7;
}

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

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

.scroll-down-wrapper .scrolldown-btn {
	background: var(--body-color);
	border-radius: 50%;
	width: 80px;
	height: 80px;
}
.events-detail-sections img{
	border-radius: 30px;
}
/* Banner Section End Here */

/* about-section Css  */

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

.customer-review-wrapper {
	transform: rotate(-10deg);
	bottom: -9rem;
}

@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  */

/* celebrate-section Css  */
.celebrate-img figure .celebrate_fig {
	border: 3px solid var(--extra-color-5);
}

/* celebrate-section Css  */

/* events-section Css  */

.events-img-wrapper::before {
	content: "";
	position: absolute;
	background-image: url(../img/events-circle.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	margin: auto;
	left: 0;
	right: 0;
}

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

/* events-section Css  */

/* menu-section Css  */
.menu-main {
	padding: 80px;
}

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

.menu_bg::after {
	content: "";
	position: absolute;
	background: var(--extra-color-7);
	background-size: cover;
	width: 100%;
	height: 1380px;
	top: 40%;
	left: 0;
	z-index: -1;
}

.menu-wrapper .menu-img {
	flex: 0 0 30%;
}

.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-section .menu-wrapper .menu-img figure:hover:before {
	top: 0;
}

.menu-section .menu-wrapper .menu-img figure {
	overflow: hidden;
	border-radius: 22px;
	position: relative;
}

.menu-section .menu-wrapper .menu-img figure:hover img.img-fluid {
	transform: scale(1.1);
}

/* menu-section Css  */

/* client-section Css  */

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

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

.client-slide:hover {
	border-color: var(--secondary-color);
}

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

.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: #3d4547;
	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(--secondary-color);
	border-color: transparent;
	width: 90px;
}

/* Laptop Responsive  */
@media (max-width: 1200px) {
	.blog-section .blog-slider .blog-slide {
		margin: 0px 20px;
	}
}

/* Laptop Responsive  */

/* Tablet Responsive  */

@media (max-width: 768px) {
	.client-slider .slick-list.draggable {
		padding-top: 70px;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */

@media (max-width: 576px) {
	.client-slider .slick-dots {
		bottom: -50px;
	}

	.client-slide {
		margin: 0px 0px;
	}
}

/* Mobile Responsive  */

/* client-section Css  */

/* gallery-section Css  */

.gallery-section .gallery-slider .gallery-slide {
	margin: 0px 40px;
}

.gallery-section .gallery-slider .gallery-slide.slick-current.slick-active.slick-center {
	transform: scale(1.1);
}

.gallery-section .gallery-slider .gallery-slide figure img.img-fluid {
	border: 2px solid transparent;
	height: 700px;
	object-fit: cover;
}

.gallery-section .gallery-slider .gallery-slide.slick-current.slick-active.slick-center .gallery-figure-wrap img.img-fluid {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-color: var(--extra-color-5);
}

.gallery-slider .slick-track {
	padding: 60px 0px;
}

/* gallery-section Css  */

/* news-section Css  */

.date-wrap {
	background: var(--secondary-color);
	border-radius: 24px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
	bottom: -30px;
	z-index: 1;
}

.news-section .news-detail-wrapper .news-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);
}

.news-section .news-detail-wrapper .news-img figure {
	overflow: hidden;
	border-radius: 30px 30px 0px 0px;
	position: relative;
}

.news-section .news-detail-wrapper .news-img figure:hover:before {
	top: 0;
}

/* news-section Css  */

/* footer Css  */

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

/* footer Css  */

/* menu-page Css  */

.menu-main-wrap .menu-wrapper .menu-img {
	flex: unset;
}

/* menu-page Css  */

/* contact-page Css  */
.contact-icon-wrap {
	max-width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 50%;
	/* margin: auto; */
	position: relative;
	flex: 0 0 20%;
	border: 0;
}

.contact-section .contact-main::before {
	content: "";
	position: absolute;
	background-image: url(../img/contact-form-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 510px;
	top: -90px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}

.contact-main {
	position: relative;
	z-index: 9;
}

.contact-main .header-btn:hover {
	border-color: var(--extra-color-2);
	color: var(--extra-color-2);
}

/* Tablet Responsive  */
@media (max-width: 991px) {
	.contact-map-section iframe {
		height: 320px;
	}
}

/* Tablet Responsive  */

/* Mobile Responsive  */
@media (max-width: 576px) {
	.contact-detail-section {
		padding: 60px 0px 44px;
	}
}

/* Mobile Responsive  */

/* contact-page Css  */

.menu_item {
	flex: 0 0 50%;
}

.menu_date_wrap {
	border-radius: 25px;
}

.menu-detail-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/menu-left-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 140px;
	height: 200px;
	top: 34rem;
	z-index: -1;
}

.menu-detail-section::after {
	content: "";
	position: absolute;
	background-image: url(../img/menu-bottom-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 140px;
	height: 200px;
	bottom: 25rem;
	right: 0;
}