html, body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #868686;
	background-color: black;
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	background-color: rgba(0, 0, 0, 0.30);
}
*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a
{
	text-decoration: none;
}
label
{
	font-weight: 400;
	margin: 0px;
}
textarea
{
	font-family: "Space Grotesk", sans-serif;
}
li
{
	list-style-type: none;
}
ul
{
	margin: 0px;
	padding: 0px;
}
i
{
	-webkit-mask-size: 100% 100% !important;
}
.lazy-hidden
{
	opacity: 0;
}
.lazy-loaded
{
	opacity: 1;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
i:not(.lazy-loaded, .manual-lazyload, .carousel-previous-arrow, .carousel-next-arrow)
{
	background-color: transparent !important;
}
.cursor-circle
{
	width: 40px;
	height: 40px;
	position: fixed;
	border: 1px solid rgba(221, 221, 221, 0.5);
	border-radius: 50%;
	pointer-events: none;
	transform: translate(-50%, -50%);
	z-index: 999999;
}
.cursor-circle:before
{
	content: "";
	width: 6px;
	height: 6px;
	background-color: #1D1E21;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
}
.container
{
	width: 1200px;
	max-width: 100%;
	float: left;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	clear: both;
}
.header
{
	width: 100%;
	height: 90px;
	float: left;
	position: relative;
	background-color: black;
	z-index: 2;
}
.header > .container
{
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.header-logo
{
	width: 198px;
	height: 58px;
	float: left;
}
.header-logo a
{
	width: 100%;
	height: 100%;
	float: left;
}
.header-logo a img
{
	width: 100%;
	height: 100%;
	float: left;
	object-position: left;
	object-fit: contain;
}
.menu
{
	float: left;
	position: relative;
	z-index: 2;
}
.menu-bg
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
	display: none;
	backdrop-filter: blur(5px);
}
.main-menu
{
	position: relative;
}
.main-menu > li
{
	width: auto;
	float: left;
	position: relative;
	padding: 35px 0px;
}
.main-menu > li > a
{
	width: 100%;
	float: left;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #868686;
	position: relative;
}
.main-menu > li > .sub-menu
{
	width: 235px;
	position: absolute;
	top: 100%;
	left: 0px;
	background-color: #0A0A0A;
	padding: 20px;
	overflow: auto;
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
}
.main-menu > li > .sub-menu .sub-category
{
	width: 100%;
	float: left;
}
.sub-category-title
{
	position: relative;
	color: #868686 !important;
	font-size: 15px;
	padding: 12px 25px;
	transition: 0.3s ease;
}
.sub-category li
{
	width: 100%;
	float: left;
	text-align: left;
}
.sub-category li a
{
	width: 100%;
	float: left;
	color: #666666;
}
.sub-category .sub-category
{
	width: 100% !important;
	padding: 0px !important;
	margin: 0px !important;
}
.main-menu li > span
{
	display: none;
}
.mobil-menu-header
{
	width: 100%;
	height: 52px;
	float: left;
	background-color: #0A0A0A;
	padding: 5px 0px;
	display: none;
}
.back-btn
{
	width: 15%;
	float: left;
	opacity: 0;
	margin-top: 10px;
}
.mobil-menu-header img
{
	width: 70%;
	float: left;
	padding: 3px 15px;
	height: 40px;
	object-fit: contain;
}
.close-btn
{
	width: 15%;
	float: left;
	margin-top: 10px;
}
.mobil-menu-header i
{
	width: 20px;
	height: 20px;
	float: left;
	background-color: white;
}
.close-btn i
{
	float: right;
}
.hamburger
{
	width: 28px;
	height: 28px;
	float: left;
	display: none;
}
.hamburger i
{
	width: 100%;
	height: 100%;
	float: left;
	background-color: white;
}
.footer
{
	width: 100%;
	float: left;
	background-color: #0A0A0A;
	padding: 80px 0px;
}
.footer-box
{
	width: 25%;
	float: left;
}
.footer-logo
{
	width: 100%;
	float: left;
	padding-right: 20px;
}
.footer-logo a
{
	width: 100%;
	float: left;
}
.footer-logo img
{
	max-width: 100%;
	height: 52px;
	float: left;
}
.footer-logo p
{
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0px 0px;
}
.footer-box h3
{
	width: 100%;
	float: left;
	position: relative;
	font-size: 20px;
	color: white;
	font-weight: 700;
	margin: 0px;
}
.footer-box ul
{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.footer-box li
{
	width: 100%;
	float: left;
}
.footer-box li + li
{
	margin-top: 15px;
}
.footer-box li a
{
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #868686;
}
.footer-contact
{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.footer-contact .contact-box
{
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #544e4a;
}
.footer-contact .contact-box:last-child
{
	margin: 0;
	border: 0;
	padding: 0;
}
.footer-contact .contact-icon
{
	width: 40px;
	height: 40px;
	float: left;
	background-color: #333333;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.footer-contact .contact-icon i
{
	width: 22px;
	height: 22px;
	float: left;
	background-color: white;
}
.footer-contact .contact-text
{
	width: calc(100% - 40px);
	float: left;
	padding-left: 20px;
}
.footer-contact .contact-text p
{
	width: 100%;
	float: left;
	margin: 0;
}
.footer-contact .contact-text p:last-child
{
	color: white;
	font-weight: 500;
	font-size: 16px;
}
.footer-contact .contact-text p a
{
	float: left;
	color: white;
}
.copyright
{
	width: 100%;
	height: 60px;
	float: left;
	background-color: #0A0A0A;
	border-top: 1px solid #222;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.copyright p
{
	color: white;
	margin: 0px;
}
.custom-input
{
	width: 100%;
	height: 52px;
	border: none;
	background-color: transparent;
	/*padding: 0px 20px;*/
	outline: none;
	color: #8b827d;
	border-bottom: 1px solid #333333;
}
textarea.custom-input
{
	height: 100px;
	resize: none;
}
.custom-button
{
	max-width: 100%;
	height: 52px;
	float: left;
	position: relative;
	outline: none !important;
	background-color: black;
	color: white;
	font-weight: 600;
	padding: 15px 50px;
	transition: 0.3s ease;
	border: 1px solid #333333;
	cursor: pointer;
	z-index: 1;
	font-size: 15px;
}

@media (hover: hover)
{
	.main-menu > li:hover > .sub-menu
	{
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.main-menu > li > a:not(.active):hover:before
	{
		visibility: visible;
		opacity: 1;
		width: 100%;
	}
	.sub-category-title:hover
	{
		color: white !important;
		transition: 0.3s ease;
		padding-left: 50px;
	}
	.sub-category-title:hover:before
	{
		content: "";
		width: 16px;
		height: 2px;
		position: absolute;
		bottom: 50%;
		left: 25px;
		background-color: white;
		margin-bottom: -1px;
		transition: 0.3s ease;
	}
}
@media only screen and (min-width: 991px)
{
	.main-menu
	{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 40px;
	}
	.main-menu > li > a:not(.active):before
	{
		content: "";
		width: 0%;
		height: 2px;
		position: absolute;
		bottom: -5px;
		left: 0;
		background-color: #171717;
		visibility: hidden;
		opacity: 0;
		transition: all 0.5s ease 0s;
	}
	.main-menu > li > a.active
	{
		color: white;
	}
	.main-menu > li > a.active:before
	{
		content: "";
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: -5px;
		left: 0px;
		background-color: #171717;
	}
}
@media only screen and (max-width: 991px)
{
	.container
	{
		position: unset;
		left: unset;
		transform: unset;
	}
	.header
	{
		height: 52px;
		padding: 0px 15px;
	}
	.header-logo
	{
		height: 32px;
	}
	.hamburger
	{
		display: block;
	}
	.menu
	{
		width: 70%;
		height: 100%;
		position: fixed;
		top: 0px;
		left: -70%;
		padding: 0px 15px;
		overflow: auto;
		z-index: 7;
		display: none;
		background-color: #0A0A0A;
		margin: 0px;
	}
	.menu-bg
	{
		z-index: 6;
	}
	.main-menu
	{
		height: calc(100% - 52px);
		text-align: left;
		margin-top: 52px;
		overflow: auto;
	}
	.main-menu > li > .sub-menu,
	.sub-category .sub-category
	{
		width: 70% !important;
		height: calc(100% - 52px);
		max-height: unset;
		position: fixed;
		top: 52px;
		left: 0px;
		padding: 0px 15px !important;
		overflow: auto;
		background-color: #0A0A0A;
		z-index: 1;
	}
	.main-menu li
	{
		width: 100%;
		height: auto;
		position: relative;
		padding: 0px;
	}
	.main-menu > li > a,
	.sub-category > li > a
	{
		padding: 16px 0px !important;
		line-height: normal;
		border-bottom: 1px solid #2a2d36;
		font-size: 16px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.7) !important;
		display: unset;
		align-items: unset;
	}
	.main-menu li span
	{
		width: 20px;
		height: 20px;
		float: left;
		position: absolute;
		top: 15px;
		right: 0;
		display: block;
	}
	.main-menu li span i
	{
		width: 100%;
		height: 100%;
		float: left;
		background-color: rgba(255, 255, 255, 0.7);
	}
	.main-menu > li > .sub-menu .sub-category
	{
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
	.sub-category .sub-category
	{
		display: none;
	}
	.mobil-menu-header
	{
		display: block;
	}
	.footer
	{
		padding: 15px 0px;
	}
	.footer .container
	{
		padding: 0px 15px;
	}
	.footer-box
	{
		width: 100%;
	}
	.footer-box + .footer-box
	{
		margin-top: 15px;
	}
}