@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Lato:300,400");

@import url('https://fonts.googleapis.com/css?family=Oswald');
/*font-family: 'Oswald', sans-serif;*/

ul {
	list-style: none;
}

#preloader {
	position: fixed;
	inset: 0;
	z-index: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20em;
	overflow: hidden;
	color: #3f3e3c;
	background: #fff;
	font-family: "Cormorant Garamond", serif;
	font-weight: 100;
	font-style: normal;
	filter: brightness(300%);
}


#preloader span {
	position: absolute;
	color: #1f1e1c;
}

#preloader span:before {
	position: absolute;
	color: #1f1e1c;
	content: '';
	text-transform: uppercase;
	animation: logo-spin 2s ease;
}

@keyframes logo-spin {
	0% {
		text-shadow: 0 0 5px white,
			0 0 20px white,
			0 0 40px white,
			0 0 80px white,
			0 0 160px white;
	}

	30% {
		text-shadow: 0 0 5px white,
			0 0 20px white,
			0 0 40px white,
			0 0 80px white,
			0 0 160px white;
	}

	50% {
		text-shadow: 0 0 5px white,
			0 0 20px white,
			0 0 40px white,
			0 0 80px white,
			0 0 160px white;
	}

	70% {
		text-shadow: 0 0 5px white,
			0 0 20px white,
			0 0 40px white,
			0 0 80px white,
			0 0 160px white;
	}

	100% {
		text-shadow: 0 0 5px #1f1e1c,
			0 0 20px #1f1e1c,
			0 0 40px #1f1e1c,
			0 0 80px #1f1e1c,
			0 0 160px #1f1e1c;
	}
}

#preloader span:first-child {
	transform: translate(-100%, -150%);
	opacity: .5;
	visibility: hidden;
	animation: span-u 1s forwards ease;
}

#preloader span:first-child:before {
	content: 'U'
}

#preloader span:last-child {
	transform: translate(100%, 150%);
	opacity: .5;
	visibility: hidden;
	animation: span-c 1s forwards ease;
}

#preloader span:last-child:before {
	content: 'C'
}

@keyframes span-u {
	to {
		transform: translate(-45px, -40px);
		opacity: 1;
		visibility: visible;
	}
}

@keyframes span-c {
	to {
		transform: translate(45px, 40px);
		opacity: 1;
		visibility: visible;
	}
}


@media screen and (max-width: 600px) {
	#preloader {
		font-size: 10em;
	}

	@keyframes span-u {
		to {
			transform: translate(-20px, -20px);
			opacity: 1;
			visibility: visible;
		}
	}

	@keyframes span-c {
		to {
			transform: translate(20px, 20px);
			opacity: 1;
			visibility: visible;
		}
	}
}

@media screen and (max-width: 400px) {
	#preloader {
		font-size: 5em;
	}

	@keyframes span-u {
		to {
			transform: translate(-10px, -10px);
			opacity: 1;
			visibility: visible;
		}
	}

	@keyframes span-c {
		to {
			transform: translate(10px, 10px);
			opacity: 1;
			visibility: visible;
		}
	}
}


#uniq-concept-logo {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
	font-style: normal;
	height: 80px;
	width: 100px;
	color: #3c3b39;
	background: #ffffffb6;
}

#uniq-concept-logo:hover {
	background: #fff;
}

#uniq-concept-logo icon {
	font-size: 4em;
	display: flex;
	align-items: center;
	justify-content: center;
}

#uniq-concept-logo icon span {
	position: absolute;
}

#uniq-concept-logo icon span:first-child {
	transform: translate(-7px, -7px);
}

#uniq-concept-logo icon span:last-child {
	transform: translate(10px, 10px);
}

#uniq-concept-logo text {
	position: absolute;
	margin-top: -5px;
	text-transform: uppercase;
	opacity: 0;
	transition: transform 0.4s, opacity 0.4s;
	background: #fff;
	width: 185px;
	text-align: center;
	font-size: 1.5em;
	border-radius: 5px;
}

#uniq-concept-logo:hover text {
	opacity: 1;
	transform: translateY(60px);
	transition-delay: 0.1s;
}



header {
	position: fixed;
	top: 0;
	height: 80px;
	width: 100%;
	background: linear-gradient(105deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.4));
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
	transition: background-color 0.5s;
}

header:hover {
	background-color: #ffffffc2;
}

header .navbar-content {
	display: flex;
	justify-content: space-between;
}

.navbar-content-left,
.navbar-content-right {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.navbar-toggle-content {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-link {
	position: relative;
	color: #222;
	text-decoration: none;
	padding: 0 0;
	transition: 0.2s ease color;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
}


.navbar-link::before {
	position: absolute;
	content: "";
	width: calc(100% - 1px);
	height: 1px;
	background: #222;
	bottom: -4px;
	left: 0;

	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	z-index: -1;

	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.navbar-link:hover::before,
.navbar-link.active::before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}




@media (max-width: 992px) {
	.navbar-toggle-content {
		visibility: hidden;
		position: absolute;
		top: 94px;
		left: 0;
		z-index: -1;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 1rem;
		width: 100%;
		padding: 1.5rem 2rem;
		box-shadow: 0 0.625rem 0.75rem -0.5rem rgba(0, 0, 0, 0.4);
		background-color: #a3b1c1;
	}

	.active .navbar-toggle-content {
		backdrop-filter: blur(0);
		background-color: #fff;
	}
}

.navbar-toggle-content.open {
	visibility: visible;
}





.burger {
	position: relative;
	display: block;
	cursor: pointer;
	width: 1.6rem;
	height: 1rem;
	visibility: visible;
}

@media (min-width: 992px) {
	.burger {
		display: none;
		visibility: hidden;
	}
}

.burger-line {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2.1px;
	transform: rotate(0deg);
	background-color: hsl(206, 5%, 100%);
	transition: all 0.2s ease;
}

.burger-line:nth-child(1) {
	top: 0px;
}

.burger-line:nth-child(2) {
	top: 0.5rem;
	width: 70%;
}

.burger-line:nth-child(3) {
	top: 1rem;
}

.burger.is-active .burger-line:nth-child(1) {
	top: 0.5rem;
	transform: rotate(135deg);
}

.burger.is-active .burger-line:nth-child(2) {
	opacity: 0;
}

.burger.is-active .burger-line:nth-child(3) {
	top: 0.5rem;
	transform: rotate(-135deg);
}







.btn-registration {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding: 0.625rem 1.25rem;
	border: 0.13rem solid rgba(255, 255, 255, 0.2);
	border-radius: 0.3rem;
	background: transparent;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.btn-registration:after {
	content: "→";
	color: #009f38;
	transition: color 0.3s ease-in-out;
}

.btn-registration:hover,
.btn-registration:focus {
	border-color: #009f38;
	text-decoration: none;
}

.defatul-wrapper {
	min-height: 100vh;
	width: 100%;
	background-color: #485461;
	/* background-image: linear-gradient(135deg, #0f33ff 0%, #28313b 74%); */
	/* overflow-x: hidden; */
	overflow: hidden;
	transform-style: preserve-3d;
}

.defatul-container {
}

.defatul-main {
	position: relative;
	width: 100%;
	min-height: 100vh;
	left: 0;
	z-index: 5;
	transform-origin: left;
	transform-style: preserve-3d;
	transition: 0.5s;
	background: #fff;
}

.defatul-wrapper.active .defatul-main {
	animation: defatul-main-animation 0.5s ease;
	cursor: pointer;
	transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
}

@keyframes defatul-main-animation {
	from {
		transform: translate(0);
	}

	to {
		transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
	}
}

.defatul-links {
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 100vh;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.defatul-links a {
	text-decoration: none;
	color: #eee;
	padding: 0.7rem 0;
	display: inline-block;
	font-size: 1rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: 0.3s;
	opacity: 0;
	transform: translateY(10px);
	animation: defatul-hide 0.5s forwards ease;
}

.defatul-links a:hover {
	color: #fff;
}

.defatul-wrapper.active .defatul-links a {
	animation: defatul-appear 0.5s forwards ease var(--i);
}

@keyframes defatul-appear {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

@keyframes defatul-hide {
	from {
		opacity: 1;
		transform: translateY(0px);
	}

	to {
		opacity: 0;
		transform: translateY(10px);
	}
}

.defatul-shadow {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	transform-style: preserve-3d;
	transform-origin: left;
	transition: 0.5s;
	background-color: white;
}

.defatul-shadow.one {
	z-index: -1;
	opacity: 0.15;
}

.defatul-shadow.two {
	z-index: -2;
	opacity: 0.1;
}

.defatul-wrapper.active .defatul-shadow.one {
	animation: defatul-shadow-one 0.6s ease-out;
	transform: perspective(1300px) rotateY(20deg) translateZ(215px) scale(0.5);
}

@keyframes defatul-shadow-one {
	0% {
		transform: translate(0);
	}

	5% {
		transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
	}

	100% {
		transform: perspective(1300px) rotateY(20deg) translateZ(215px) scale(0.5);
	}
}

.defatul-wrapper.active .defatul-shadow.two {
	animation: defatul-shadow-two 0.6s ease-out;
	transform: perspective(1300px) rotateY(20deg) translateZ(120px) scale(0.5);
}

@keyframes defatul-shadow-two {
	0% {
		transform: translate(0);
	}

	20% {
		transform: perspective(1300px) rotateY(20deg) translateZ(310px) scale(0.5);
	}

	100% {
		transform: perspective(1300px) rotateY(20deg) translateZ(120px) scale(0.5);
	}
}

.defatul-wrapper.active .defatul-main {
	max-height: 180vh;
	overflow: auto;
	overflow-x: hidden;
}

.defatul-wrapper.active .defatul-main:hover+.defatul-shadow.one {
	transform: perspective(1300px) rotateY(20deg) translateZ(230px) scale(0.5);
}

.defatul-wrapper.active .defatul-main:hover {
	transform: perspective(1300px) rotateY(20deg) translateZ(340px) scale(0.5);
}













#defatul-slider {
	position: relative;
	height: 100vh;
	width: 100vw;
}

#defatul-slider:before,
#defatul-slider:after {
	position: absolute;
	font-size: 3vmin;
	letter-spacing: -0.1vmin;
	z-index: 100000;
}

#defatul-slider:after {
	content: attr(data-item) " / " attr(data-item-count);
	position: absolute;
	bottom: 2vh;
	left: 2vw;
	font-size: 6vmin;
}

.slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.slider-item:after {
	content: "";
}

.slider-item>.photo {
	grid-column: 1/-1;
	grid-row: 1/-1;
	margin: 0;
	background: #fff;
}

.slider-item>.photo img {
	opacity: 1;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.slider-item>.title {
	grid-column: 2;
	grid-row: 2;
	font-size: 8vmin;
	line-height: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1rem 2rem 1rem 1rem;
	z-index: 1;
}

.slider-item>.title>div {
	margin: 0;
	font-weight: 300;
	letter-spacing: -0.5vmin;
	line-height: 0.9;
}

.slider-item>.title span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.slider-item>.title strong {
	background: #ffffff8c;
}

.slider-item .title>div>div {
	overflow: hidden;
}

.slider-item .title>div>div:nth-child(2) {
	text-align: center;
}

.slider-item .title>div>div:nth-child(3) {
	text-align: right;
}

/* ---------------------------------- */
:root {
	--duration: 1s;
	--easing: cubic-bezier(.2, 0, .3, 1);
}

.slider-item>.photo {
	-webkit-mask-image: radial-gradient(#000 70%, transparent 70.1%);
	mask-image: radial-gradient(#000 70%, transparent 70.1%);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-position: calc(var(--mouse-x) - 50vw + 50%) calc(var(--mouse-y) - 50vh + 50%);
	mask-position: calc(var(--mouse-x) - 50vw + 50%) calc(var(--mouse-y) - 50vh + 50%);
	-webkit-mask-size: 0vmax 0vmax;
	mask-size: 0vmax 0vmax;
	transition: -webkit-mask-size var(--duration) var(--easing);
	transition: mask-size var(--duration) var(--easing);
	transition: mask-size var(--duration) var(--easing), -webkit-mask-size var(--duration) var(--easing);
	transition-delay: 0.5s;
}

.slider-item .title span {
	transform: translateY(-100%);
	transition: transform var(--duration) var(--easing);
}

.slider-item .title>div>div:nth-child(2) span {
	transform: translateY(100%);
}

.slider-item[data-active] {
	z-index: 10;
}

.slider-item[data-active]>.photo {
	-webkit-mask-size: 300vmax 300vmax;
	mask-size: 300vmax 300vmax;
	transition-delay: 0s;
}

.slider-item[data-active] .title span {
	transform: none !important;
}

.slider-item[data-active]+.slider-item .title span {
	visibility: hidden;
	transform: translateY(100%);
}

.slider-item[data-active]+.slider-item .title>div>div:nth-child(2) span {
	transform: translateY(-100%);
}

/* ---------------------------------- */
:root {
	--mouse-x: calc(50vw + 1px);
	--mouse-y: calc(50vh + 1px);
}

.mouse-tracker {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 10vmin;
	height: 10vmin;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	border: solid 2px #000;
	opacity: 0.8;
	transform: translate(-50%, -50%) translate(var(--mouse-x), var(--mouse-y));
	pointer-events: none;
}








.product {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 80px 0 30px 0;
}

.product__item {
	flex: 0 1 calc(1290px / 3);
	padding: 0 10px;
	margin-bottom: 20px;
}

.product__item>figure {
	transition: 0.3s ease-in-out;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)) no-repeat 0 0;
	background-size: 35%;
	padding: 14px 0 14px 20px;
	margin-top: 50px;
}

.product__item>figure:hover .product__image::after {
	transform: rotateZ(0deg);
	opacity: 1;
}

.product__item>figure:hover .product__btns {
	opacity: 1;
}

.product__image {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
	padding: 10px;
	margin-top: -50px;
	transition: 0.3s ease-in-out;
}

.product__image img {
	width: auto;
	max-width: 100%;
}

.product__image::after {
	content: '';
	background: rgba(21, 21, 21, 0.4);
	position: absolute;
	top: 16px;
	right: 18px;
	bottom: 18px;
	left: 18px;
	opacity: 0;
	transform: rotate(50deg);
	transition: 0.5s ease-in-out;
}

.product__image img {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.product__image .product__btns {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s ease-in-out;
}

.product__image .product__btns>a {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding: 12px 40px;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.14rem;
	border: 1px solid white;
}

.product__image .product__btns>a::after {
	content: '';
	position: absolute;
	left: -200%;
	top: -50%;
	width: 150%;
	height: 200%;
	z-index: -1;
	transform: skew(-45deg);
	background: white;
	transition: 0.7s all;
}

.product__image .product__btns>a:hover::after {
	left: -30%;
}

.product__image .product__btns>a:hover {
	color: #333;
}

.product__image .product__btns>a:last-child {
	margin-bottom: 0;
}

.product__description {
	padding: 8px 14px 9px;
	margin-left: 36%;
	font-size: 14px;
	position: relative;
	top: 13px;
	max-width: 250px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1px;
}

.product__description h4 {
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.02rem;
}

.product__description span {
	color: #ea4c89;
}