/* 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 {
z-index:99999;
}
.header-logo .logo-here {
	object-fit: cover;
	width: 100%;
	max-width: 280px;
}

.head-link {
	gap: 60px;
}

.head-link li:first-child {
	list-style: none;
	padding-left: 0px;
}

span.active-status {
	background: var(--extra-color-1);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--primary-regular-font);
	right: -7px;
	top: -8px;
}

.submenu {
	top: 10px;
	left: -20px;
	transition: 0.4s ease;
	opacity: 0;
	max-width: max-content;
	z-index: 99;
	width: 320px;
	background: var(--secondary-color);
	border: 2px solid var(--extra-color-2);
	border-radius: 20px;
}

.submenu .link-here {
	padding: 0px 0px 4px 0px;
	background: transparent;
}

.submenu .header-link.active {
	color: var(--body-color);
}

.submenu .header-link::after {
	content: unset;
}

.submenu li {
	border-bottom: 1px solid var(--body-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;
}

@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 {
    z-index: 99;
    margin-top: -20px;
}

.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 {
	line-height: 100px;
}

.scroll-down-wrapper {
	bottom: 30px;
	z-index: 9999;
}

.scroll-down-wrapper .scrolldown-btn {
	background: #ffffff50;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	color: var(--body-color);
	font-size: 20px;
}

.banner-icon {
	background: transparent;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border-radius: 50%;
	position: relative;
}

.banner-icon::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0px;
	border: 1px solid var(--extra-color-1);
	border-radius: 50%;
	width: 100%;
	z-index: 1;
	height: 100%;
	transform: rotate(311deg);
	clip-path: inset(0 50% 0 0);
	display: none;
}

.banner-icon:hover {
	background: #ebf4fe1c;
	color: var(--body-color);
}

.banner-icon:hover::after {
	display: block;
}

.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 Section End Here */

/* categories-section Css  */
.categories-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/category-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	top: -170px;
	width: 100%;
	height: 1150px;
	z-index: -1;
}

.categories_fig {
	background: var(--dark-color);
	border-radius: 27px;
}

.categories-slider.slider-sec .slick-dots {
	align-items: center;
	top: unset;
	bottom: -50px;
	right: 0;
	left: 0;
	margin: auto;
	flex-direction: row;
}

.categories-slider.slider-sec .slick-dots li {
	background: var(--secondary-color);
	height: 10px;
	width: 10px;
}

.categories-slider.slider-sec .slick-dots li.slick-active {
	background: var(--extra-color-7);
	border-color: transparent;
}
/* seller-section Css  */

.seller-section {
	background-image: url(../img/seller-bg.png);
	position: relative;
	z-index: 99;
}
/* seller-section Css  */

/* running-section Css  */

.running-section {
	/* padding: 280px 0px; */
	background-image: url(../img/running-bg.png);
}

.discount-btn {
	transform: rotate(350deg);
	bottom: 30px;
}
/* running-section Css  */

/* review-section Css  */
.review-section::before {
	content: "";
	position: absolute;
	background-image: url(../img/reviews-left-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 500px;
	height: 530px;
	top: 170px;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 999;
}
.client-slider {
	margin-right: -100px;
	z-index: 1;
}

.testi-commas {
	margin-top: -70px;
	text-align: end;
}

.client-slider .slick-list.draggable {
	padding-top: 80px;
}

.client-slide {
	border: 2px solid #ededed;
	margin: 0px 20px;
	border-radius: 3px;
}

.client-slide:hover {
	border-color: var(--secondary-color);
}

.client-img-wrap .reviews-wrap .review-li {
	font-size: 12px;
}

.review-li i {
	font-size: 15px;
}

.client-slider .slick-dots {
	bottom: -70px;
	right: 0;
	left: 0;
	margin: auto;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	top: unset;
	row-gap: 0;
	gap: 10px;
	max-width: fit-content;
}

.client-slider .slick-dots li {
	background: var(--body-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-2);
	border-color: transparent;
	width: 90px;
}

.review-section .about_fig::before {
	width: 560px;
	height: 560px;
}

.running-slider.slider-sec .slick-dots {
	align-items: center;
	top: unset;
	bottom: 0px;
	top: 0;
	right: 0;
	left: unset;
	margin: auto;
	flex-direction: row;
}

.running-slider.slider-sec .slick-dots li {
	background: var(--body-color);
	height: 10px;
	width: 10px;
	border: 1px solid transparent;
	outline: 5px solid transparent;
}

.running-slider.slider-sec .slick-dots li.slick-active {
	background: var(--extra-color-2);
	border-color: transparent;
	border-color: var(--body-color);
	outline-color: var(--body-color);
}

/* review-section Css  */

/* events-section Css  */

.events-section .events-slider {
	z-index: 99;
}

.events-section .events-slider .events-slide {
	margin: 0px 30px;
}

.news-letter::before {
	content: "";
	position: absolute;
	background-image: url(../img/newsletter-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 830px;
	top: -20rem;
	z-index: -1;
}

.news-letter::after {
	content: "";
	position: absolute;
	background-image: url(../img/newsletter-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 180px;
	height: 500px;
	bottom: -100px;
	right: 15rem;
}

/* footer Css  */

.site-footer {
	padding: 190px 0px 0px;
	background-image: url(../img/footer-bg.png);
	background-position: top;
	z-index: 99;
}

.single-item {
	position: relative;
}

.footer-nav .single-item:before {
	content: "";
	position: absolute;
	background: var(--body-color);
	width: 10px;
	height: 2px;
	left: -23px;
	top: 12px;
}

/* footer Css  */
