/* header Css  */
.site-header {
	position: relative;
	z-index: 1000;
}

/* .site-header {
	background: #0a0909;
} */

.header____wrap {
	/* position: absolute; */
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1111111;
	transition: all 0.3s ease;
}
.header-absolute {
	position: absolute;
}

.header-relative {
	position: relative;
}
li.exommerce-item {
	position: relative;
}
.exommerce-item:nth-child(n + 3):before {
	content: "";
	position: absolute;
	background: var(--dark-color);
	width: 1.5px;
	height: 100%;
	left: -10px;
}
.site-header span.number {
	background: var(--secondary-color);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	font-size: 7px;
	top: -3px;
	left: 9px;
}
.site-header .mobile-header {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	right: 0px;
	padding: 100px 20px 20px;
	background: var(--extra-color-3);
	min-height: 100%;
	transform: translateX(100%);
	transition: 0.2s all;
	z-index: 9;
}
@media (min-width: 1400px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1140px;
	}
}
@media (max-width: 991px) {
	.site-header .mobile-header.active {
		transform: translateX(0px);
	}
	.header-logo img.logo-here {
		max-width: 170px;
	}
}
/* header Css  */

/* banner Css  */
.banner {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	width: 100%;
	min-height: 100vh;
	display: flex;
	align-items: flex-end;
	padding: 80px 0;
}
.banner_____video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}
.banner_____overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		transparent 50%,
		rgba(0, 26, 84, 0.4) 70%,
		#001a54 100%
	);
	z-index: -1;
}
.banner > .container {
	position: relative;
	z-index: 2;
	width: 100%;
}
.banner > .container > .row {
	align-items: flex-end;
}
.banner_____shop____btn {
	background: var(--body-color);
	color: var(--secondary-color);
	border-radius: 0;
}
.banner____btn {
	background: transparent;
	color: var(--body-color);
	border-color: var(--body-color);
	box-shadow: none;
	border-radius: 0;
}
/* banner Css  */

/* marquee-section Css  */
.marquee-wrapper {
	width: 100%;
	overflow: hidden;
	user-select: none;
}
.marquee-div {
	background: #f9f9f9;
	border: 1px solid #eaeaea;
	border-right: 0;
	border-left: 0;
}
.marquee-track {
	width: max-content;
	animation: marquee-scroll 25s linear infinite;
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.marquee-track > span {
	display: inline-flex;
	align-items: center;
}
.marquee-separator {
	position: relative;
	margin-left: 8px;
	margin-right: 75px;
	padding-right: 75px;
	display: inline-flex;
	align-items: center;
}
.marquee-separator::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 12px;
	background: var(--primary-color);
	transform: translateY(-50%);
}
.marquee-separator img {
	width: 26px;
	height: 26px;
	object-fit: contain;
	display: block;
}
.marquee-wrapper:hover .marquee-track {
	animation-play-state: paused;
}
@keyframes marquee-scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}
/* marquee-section Css  */

/* standard-section Css  */
.standard-section {
	position: relative;
	overflow-x: hidden;
	padding: 100px 0;
	background:
		linear-gradient(
			180deg,
			#ffffff 0%,
			rgba(255, 255, 255, 0.85) 30%,
			rgba(255, 255, 255, 0.3) 65%,
			transparent 100%
		),
		radial-gradient(
			circle at center,
			rgba(255, 255, 255, 0.9) 0%,
			rgba(255, 255, 255, 0.4) 50%,
			transparent 80%
		),
		url(../img/standard-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.standard_____icon {
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
	border: 1px solid var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #17181a;
	color: #fff;
	font-size: 22px;
	outline: 1px solid var(--extra-color-9);
	outline-offset: 5px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
	position: relative;
}
.standard_____icon img.img-fluid {
	max-width: 28px;
	max-height: 28px;
	object-fit: contain;
}
.standard____wrapper {
	row-gap: 90px;
}
.standard_____product {
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.standard_____product figure {
	filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.25));
}
.standard_____product img.img-fluid {
	max-height: 400px;
}
.proucts_____slide.slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.standard_____rings {
	width: 620px;
	height: 620px;
	top: 50%;
	left: 50%;
	z-index: 0;
}
.standard_____ring {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #484848;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}
.standard_____ring:nth-child(1) {
	width: 300px;
	height: 300px;
}
.standard_____ring:nth-child(2) {
	width: 430px;
	height: 430px;
}
.standard_____ring:nth-child(3) {
	width: 540px;
	height: 540px;
}
.research____btn {
	border-radius: 30px;
}
.products_____slider {
	padding: 0px 20px;
}
@media (max-width: 991.98px) {
	.standard_____product {
		min-height: 400px;
		margin: 40px 0;
	}
	.standard_____product figure {
		width: 60%;
	}
}
@media (max-width: 575.98px) {
	.standard_____product {
		min-height: 320px;
	}
	.standard_____product figure {
		width: 65%;
	}
}
/* standard-section Css  */

/* team-section Css  */
.research______content {
	padding: 100px;
}
/* team-section Css  */

/* testi-section Css  */
.testi-section {
	position: relative;
	width: 100%;
	padding: 100px 0;
	background: none;
}
.testi-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(../img/testi-bg.png) no-repeat center / cover;
	opacity: 0.3;
	z-index: 0;
}
.testi-section > * {
	position: relative;
	z-index: 1;
}
.testi_____slide {
	padding: 0px 70px;
}
/* testi-section Css  */

/* faqs-section Css  */
.faqs______second_____image {
	margin-top: 150px;
}
/* faqs-section Css  */

/* collection-section Css  */
.collection_____wrapper {
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	overflow: hidden;
	border-radius: 5px;
}
.collection_____wrapper:hover {
	box-shadow: 0 0 20px rgba(235, 170, 45, 0.2);
}
.collection_____image {
	perspective: 1500px;
	overflow: hidden;
	border-radius: 0;
}
.collection_____image figure {
	position: relative;
	overflow: hidden;
	height: 530px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.collection_____image figure img.img-fluid,
.collection_____image-img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
	display: block;
}
.collection_____hover______video {
	position: absolute;
	inset: 0;
	width: fit-content;
	height: fit-content;
	object-fit: cover;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 0.3s ease,
		visibility 0.3s ease;
	margin: auto;
}
.collection_____image:hover .collection_____hover______video {
	opacity: 1;
	visibility: visible;
}
.collection_____image:hover .collection_____image-img {
	opacity: 0;
}
.cart_____btn {
	color: var(--secondary-color);
	background: transparent;
	border-color: var(--secondary-color);
	border-radius: 0;
	border-radius: 3px;
	font-size: 10px;
	letter-spacing: 2px;
}
.collection_____hover_____image {
	width: fit-content;
	height: fit-content;
}
/* collection-section Css  */

/* program-section Css  */
.program-section {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.program-bg {
	position: absolute;
	inset: 0;
	background: url("../img/explore-bg.png") center/cover no-repeat;
	z-index: 0;
	transform: scale(0.82);
}
/* program-section Css  */

/* thread-section Css  */
.single-gallery-image {
	overflow: hidden;
}
.single-gallery-image img {
	will-change: transform;
}
.threads_____wrapper {
	will-change: transform;
	cursor: pointer;
}
.threads_____slide {
	margin: 0px 10px;
}
.threads______slider {
	width: calc(100% + 200px);
	margin-left: -100px;
}
/* thread-section Css  */

/* footer Css  */
.footer___logo img {
	max-width: 145px;
}
.footer-badge {
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	transition: 0.3s ease;
}
.footer-badge:hover {
	opacity: 0.7;
}
.footer____list li a {
	transition: 0.3s ease;
}
.footer____list li a:hover {
	color: #fff;
	padding-left: 4px;
}
.newsletter-wrapper {
	background-image: url(../img/newsletter-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #070707;
	min-height: 180px;
	padding: 22px 25px;
	position: relative;
	overflow: hidden;
}
.newsletter-form {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.newsletter-form .form-control {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
}
.newsletter-form .form-control:focus {
	box-shadow: none;
}
.newsletter-form .btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	background: transparent;
	border: 0;
}
.footer_____bottom_____wrapper {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 15px;
}
.footer_____list____wrapper {
	border-top: 1px dashed var(--body-color);
	padding-top: 20px;
}
@media (min-width: 992px) {
	.footer_____top {
		margin-bottom: 55px !important;
	}
	.site-footer .row {
		align-items: flex-start;
	}
}
@media (max-width: 767px) {
	.footer_____bottom_____wrapper {
		flex-direction: column;
		gap: 10px;
		text-align: center;
	}
	.newsletter-wrapper {
		margin-top: 20px;
	}
}
/* footer Css  */

/* sub-banner Css  */
.sub-banner {
	position: relative;
	overflow: hidden;
	padding: 8rem 0 3rem;
	background-image: url(../img/sub-banner.png);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 70px;
}
/* sub-banner Css  */

/* Mobile Responsive  */
@media (max-width: 576px) {
	.research______content {
		padding: 30px;
	}
	.testi_____slide {
		padding: 0px 20px;
	}
	.banner {
		min-height: 80vh;
		padding: 50px 0;
	}
}
/* Mobile Responsive  */
