@import url("variables.css");
html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}
body {
	background-color: var(--color-white);
	display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	overflow-x: hidden;
	position: relative;
}
.container {
	max-width: 1600px;
	width: 100%;
    margin: 0;
	overflow-x: hidden;
	padding: 0 40px;
	min-height: 400px;
	background: none !important;
	min-height: 700px !important;
	position: relative;
	max-width: 1600px;
}
.video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var();
    z-index: -1;
	backdrop-filter: blur(8px);
}
#desktop-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 50px;
	width: fit-content;
	max-width: 1100px;
	z-index: 10;
	border-radius: 50px;
	background-color: rgba(255, 255, 255, 0.13);
    border: none;
	position: fixed;
	top: 20px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#desktop-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
    border-radius: 50px;
}
#desktop-nav div,
#desktop-nav a,
#desktop-nav ul {
	z-index: 2;
}
#mobile-nav {
	display: none;
	width: 100%;
	padding: 15px;
	z-index: 6;
	position: fixed;
	top: 4px;
    left: 4px;
}
.menu {
	display: flex;
	list-style-type: none;
	gap: 20px;
}
.menu a {
	color: var(--color-black-gray);
	text-decoration: none;
    font-size: var(--fs-md);
    margin-right: 30px;
	font-family: var(--font);
}
.svg-logo img {
	max-height: 50px;
    height: auto;
    object-fit: contain;
}
.svg-logo {
	width: auto;
	max-width: 100px;
}
.header-btn,
.header-btn:hover,
.header-btn:focus,
.header-btn:active {
	position: relative;
	cursor: pointer;
	color: var(--color-primary);
	font-size: var(--fs-base);
	overflow: hidden;
	z-index: 1;
	transition: color 0.4s ease-in-out;
	text-decoration: none;
	font-family: var(--font);
	font-weight: 700;
	transform: translate(7px, 0);
}
.header-btn img {
    width: 100%;
    height: auto;
    max-width: 70px;
    object-fit: contain;
	max-height: 30px;
}
#sidebar {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	color: #000;
	transition: left 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(10px);
    height: 100%;
    width: 250px;
	padding: 0;
    margin: 0;
    z-index: 2;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.menu-icon, .close-btn {
	cursor: pointer;
    background: none;
    background-color: transparent;
    border: none;
}
.close-btn img {
	width: 16px;
	height: auto;
	object-fit: contain;
}
.close-btn {
	transform: translate(0, -1.4em);
	float: right;
    border: none;
}
#sidebar .svg-logo img {
	max-width: 12px;
	padding: 0 1em;
}
#sidebar .menu {
    display: flex;
    list-style-type: none;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
#sidebar .menu li {
	width: 100%;
}
#sidebar .menu li a {
	width: 100%;
	font-size: 20px;
}
.mobile-header {
    width: 100%;
    height: fit-content;
    margin: auto;
    position: relative;
    display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 14px 7px;
    max-width: 236px;
}
.mobile-sign-up {
	width: 100%;
    display: flex;
	justify-content: center;
    align-items: center;
	margin: 1.2em 0 0;
}
.mobile-sign-up > .header-btn {
	font-size: var(--fs-base) !important;
	padding: 10px 28px !important;
	color: var(--color-gray);
}
.account-wrapper {
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.desktop-header-btn {
	margin-right: 10px;
}
.mobile-header-btn {
	margin-bottom: 10px;
}
.header-cart {
    margin-right: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
	display: none;
}
.header-cart img {
    width: 35px;
    height: 35px;
}
#menu-toggle {
	width: 25px;
	height: 25px;
}
.mobile-logo img {
	max-width: 30px;
	width: 100%;
	height: auto;
	object-fit: contain;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.13);
    padding: 15px 22px;
	backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.mobile-logo {
	position: fixed;
	z-index: 7;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: fit-content;
	height: auto;
    align-content: center;
    justify-content: center;
    align-items: center;
	display: none;
}
a,
a:hover,
a:active,
a:focus {
	background-color: none;
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
	.mobile-logo {
		display: flex;
	}
	.menu a {
		color: var(--color-black) !important;
	}
	#desktop-nav {
		display: none;
	}
	#mobile-nav {
		display: block;
	}
	.account-wrapper {
		flex-direction: column;
	}
	.header-cart {
		margin: 10px;
	}
	#sidebar .svg-logo img {
		max-width: 30px;
	}
}
@media screen and (min-width: 1024px) {
	.menu li {
		position: relative;
	}
	.menu li::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 0.5em;
		z-index: 1;
	}
	.menu .submenu {
		display: none;
		position: absolute;
		flex-direction: column;
		padding: 1.2em 1.5em;
		background: rgb(181 178 178 / 13%);
		backdrop-filter: saturate(180%) blur(10px);
		border-radius: 7px;
		line-height: 2em;
		height: auto;
		width: max-content;
		z-index: 2;
		margin-top: 0.5em;
	}
	.menu li:hover > .submenu,
	.menu li:hover::after {
		display: flex;
	}
}
@media screen and (max-width: 1023px) {
    .menu .submenu {
		display: none;
		padding: 10px 20px;
		backdrop-filter: none;
		background: none;
		position: static;
		list-style-type: none;
		width: auto;
    }
	.menu .submenu li {
		border-bottom: 1px solid var(--color-black-gray);
		padding: 7px 0;
	}
}
@media (min-width: 1025px) and (max-width: 1155px) {
	#desktop-nav .svg-logo img {
		width: 150px;
		height: auto;
	}
	.header-btn {
		padding: 10px 35px;
	}
}
@media screen and (min-width: 1070px) and (max-width: 1230px) {
	.header-btn {
		padding: 14px 40px;
	}
	.header-cart img {
		width: 30px;
		height: 30px;
	}
}
@media screen and (min-width: 1025px) and (max-width: 1069px) {
	.header-btn {
		padding: 14px 35px;
	}
	.header-cart img {
		width: 30px;
		height: 30px;
	}
}


