@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/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url("https://fonts.googleapis.com/css?family=Radley");
/*font-family: 'Oswald', sans-serif;*/

@font-face {
	font-family: 'sohne';
	src: url('fonts/soehne/soehne-web-kraftig.woff2') format('woff2'),
		url('fonts/soehne/soehne-web-kraftig.woff') format('woff'),
		url('fonts/soehne/soehne-web-kraftig.eot') format('eot');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'sohne-leicht';
	src: url('assets/fonts/soehne/soehne-web-leicht.woff2') format('woff2'),
		url('assets/fonts/soehne/soehne-web-leicht.woff') format('woff'),
		url('assets/fonts/soehne/soehne-web-leicht.otf') format('eot');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Anybody";
	src: url("https://assets.codepen.io/1492907/Anybody.woff2") format("woff2");
  }

ul,
ol {
	list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
a,
p {
	margin: 0;
	padding: 0;
}

:root {
	--primary: #b79272;
	--black: #000000;
	--white: #ffffff;
	--color-1: #333333;
	--color-2: #cccccc;
	--color-3: #2e4413;
	--color-4: #1c1c1c;
	--color-5: #efebe7;
	--color-6: #e3d6c8;
}

html,
body {
	overflow-x: hidden;
}

body {
	background-color: var(--white);
	font-family: "Lato", sans-serif;
}

::selection {
	background-color: var(--color-1);
	color: var(--color-2);
}

/*
.container {
	max-width: 1280px;
	margin: auto;
}*/

a,
button,
img {
	transition: all 0.5s;
}

.white-bg {
	background-color: var(--white);
}

.black-bg {
	background-color: var(--black);
}

h2.title {
	font-size: var(--size, 272px);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	color: rgba(0, 0, 0, 0.06);
	text-transform: uppercase;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	user-select: none;
	pointer-events: none;
}

p {
	margin: 0 0 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: var(--color-1);
}

.paragraph p:first-child:first-letter {
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
}

.common-btn {
	margin: 0;
	padding: 17px 23px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--white);
	background-color: var(--primary);
	text-transform: uppercase;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	z-index: 1;
	transition: all 0.15s;
	user-select: none;
}

.common-btn::before {
	left: 6px;
	top: 6px;
	position: absolute;
	content: "";
	border: 1px solid var(--primary);
	height: 100%;
	width: 100%;
	transition: all 0.15s;
	z-index: -1;
}

.common-btn:hover::before {
	top: 0;
	left: 0;
}

.common-btn:hover,
.common-btn:focus {
	color: var(--white);
}

.common-btn:focus {
	box-shadow: none;
	outline: none;
}

.common-btn img {
	width: 24px;
}

/* dark theme */
.theme-dark h2.title {
	color: rgb(255 255 255 / 8%);
}

.theme-dark P {
	color: var(--color-2);
}

/* ######################################### */

.general-section {
	padding: var(--pdg, 206px 0 0);
}

.general-box::before {
	left: 30px;
	top: -30px;
	position: absolute;
	content: "";
	border: 2px solid var(--primary);
	height: 100%;
	width: 100%;
	z-index: 1;
}

.general-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

/* ######################################### */

/* Company */
.company-section {
	padding: var(--pdg, 206px 0 0);
}

.compy-box {
	padding: 0;
}

.compy-box::before {
	left: 30px;
	top: -30px;
	position: absolute;
	content: "";
	border: 2px solid var(--primary);
	height: 100%;
	width: 100%;
	z-index: 1;
}

.compy-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

/* Designer */
.designer-section {
	padding: 210px 0 0;
}

.designer-box {
	width: 100%;
	height: 605px;
	z-index: 1;
}

.box-border {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border: 2px solid var(--white);
	height: 88%;
	width: 90%;
	z-index: -1;
}

.designer-box .team-member {
	aspect-ratio: 1 / 1;
	width: 315px;
	position: absolute;
}

.designer-box .team-member img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.designer-box .team1 {
	top: -22%;
	left: 4%;
	z-index: 2;
}

.designer-box .team2 {
	top: 12%;
	right: 6%;
}

.designer-box .team3 {
	bottom: 0;
	left: 8%;
	z-index: 2;
}

/* Projects */
.projects-section {
	padding: 217px 0 0;
}

.project-box {
	width: 100%;
	height: 334px;
	position: relative;
}

.project-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.project-box.big {
	height: 100%;
}

.project-content {
	padding: 2px 32px;
	position: relative;
	z-index: 1;
}

.project-content::before,
.project-content::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 130px;
	background: var(--color-3);
}

.project-content::after {
	right: 14px;
	bottom: 3px;
}

.project-content::before {
	top: 14px;
	left: 50%;
	transform: translateX(-50%);
}

.project-content .bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.project-content p {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 26px;
}

.project-content .common-btn {
	padding: 8px 19px;
}

.project-content .common-btn img {
	position: relative;
}

/* Testimonials */
.testimonial-section {
	padding: 180px 0 0;
}

.testimonial-section .content {
	border: 2px solid var(--color-4);
	padding: 40px 60px;
	width: 100%;
}

.testimonial-section .row {
	align-items: flex-end;
}

.testimonial-section .content h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0px 0px 20px;
	color: var(--color-1);
}

.testimonial-section .content p {
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-style: italic;
	font-weight: 400;
	color: var(--color-1);
}

.testimonial-section .img-box {
	width: 340px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.testimonial-section .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.testimonial-section .reverse-row {
	align-items: flex-start;
}

.testimonial-section .reverse-row .img-box {
	margin-left: auto;
}

/* Contact */
.contact-section {
	padding: 100px 0 76px;
}

.contact-section h4 {
	margin: 0 0 40px;
	font-size: 32px;
	line-height: 48px;
	font-style: normal;
	font-weight: 600;
	color: var(--color-1);
}

.contact-section .nav {
	width: 80%;
}

.contact-section .nav .nav-item {
	margin: 0 0 24px;
	padding: 0 0 0 64px;
	position: relative;
}

.contact-section .nav .nav-item img {
	position: absolute;
	top: -2px;
	left: 0;
	width: 32px;
}

.contact-section .nav .nav-item .nav-link {
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
	font-weight: 400;
	color: #333333;
	padding: 0;
}

.contact-info {
	padding: 56px;
	position: relative;
	z-index: 1;
}

.contact-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: var(--color-5);
	z-index: -2;
}

.contact-border {
	left: 24px;
	top: -24px;
	position: absolute;
	border: 2px solid var(--color-6);
	height: 100%;
	width: 100%;
	z-index: -1;
}

.contact-section h3 {
	margin: 0 0 24px;
	font-size: 64px;
	line-height: 72px;
	text-transform: uppercase;
	font-weight: 400;
	color: var(--color-3);
}

.contact-section p {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: var(--color-3);
}

@media screen and (max-width: 1399px) {

	/* common */
	/*.container {
		max-width: 1140px;
	}*/
}

@media screen and (max-width: 1199px) {

	/* common */
	/*.container {
		max-width: 960px;
	}*/

	h2.title {
		font-size: 148px;
		top: -20px;
	}

	.paragraph p:first-child:first-letter {
		font-size: 22px;
		line-height: 34px;
	}

	/* button */
	.common-btn {
		padding: 14px 20px;
		font-size: 15px;
		line-height: 22px;
	}

	.common-btn img {
		width: 20px;
	}

	/* banner */
	.banner .container {
		display: flex;
		align-items: center;
		justify-content: space-around;
		height: 100%;
	}

	.banner-box h1 {
		top: 0;
	}

	.banner-text {
		margin: 0;
	}

	.banner-text h2 {
		font-size: 85px;
	}

	/* company */
	.compy-box::before {
		left: 24px;
		top: -24px;
	}

	.designer-box .team-member {
		width: 260px;
	}

	.designer-box .team2 {
		top: 17%;
	}

	/* Projects */
	.project-content p {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 20px;
	}

	.project-content .common-btn {
		padding: 6px 16px;
	}

	/* Contact */
	.contact-us h4 {
		font-size: 28px;
	}
}

@media screen and (max-width: 991px) {

	/* common */
	/*.container {
		max-width: 720px;
	}*/

	h2.title {
		font-size: 110px;
		top: -17px;
	}

	p {
		font-size: 16px;
		line-height: 24px;
	}

	/* banner */
	.banner-box {
		padding: 40px;
	}

	.banner-box h1 {
		top: -5%;
		font-size: 280px;
		line-height: 1.3;
	}

	.banner-text {
		max-width: 90%;
	}

	.banner-text h2 {
		font-size: 65px;
	}

	.banner-text h3 {
		font-size: 16px;
		line-height: 24px;
	}

	/* Company */
	.company-section {
		padding-top: 156px;
	}

	/* Designer */
	.designer-box {
		height: 410px;
	}

	.designer-box .team-member {
		width: 190px;
	}

	/* Project */
	.projects-section {
		padding-top: 110px;
	}

	.project-box {
		height: 195px;
		padding-inline: 20px;
	}

	.project-content::before,
	.project-content::after {
		width: 105px;
	}

	.project-content::before {
		top: 8px;
	}

	.project-content p {
		font-size: 10px;
		line-height: 16px;
	}

	.project-content .common-btn {
		padding: 2px 10px;
	}

	.project-content .common-btn img {
		width: 14px;
	}

	.project-content .common-btn::before {
		top: 4px;
		left: 4px;
	}

	/* testimonial */
	.testimonial-section {
		padding-top: 130px;
	}

	.testimonial-section .img-box {
		width: 250px;
	}

	.testimonial-section .content {
		padding: 20px 20px;
	}

	.testimonial-section .content h3 {
		margin-bottom: 12px;
		font-size: 18px;
		line-height: 26px;
	}

	.testimonial-section .content p {
		font-size: 14px;
		line-height: 20px;
	}

	/* contact */
	.contact-us {
		padding-block: 80px 48px;
	}

	.contact-us h4 {
		margin-bottom: 34px;
		font-size: 22px;
		line-height: 34px;
	}

	.contact-us .nav .nav-item {
		margin-bottom: 20px;
		padding-left: 48px;
	}

	.contact-us .nav .nav-item img {
		top: -1px;
		width: 26px;
	}

	.contact-us .nav .nav-item .nav-link {
		font-size: 16px;
		line-height: 24px;
	}

	.contact-info {
		padding: 52px;
	}

	.contact-info h3 {
		font-size: 42px;
		line-height: 48px;
	}

	.contact-info p {
		margin-bottom: 32px;
		font-size: 15px;
		line-height: 24px;
	}

	.contact-border {
		left: 18px;
		top: -18px;
	}
}

@media screen and (max-width: 767px) {

	/* common */
	/*.container {
		max-width: calc(100% - 12px);
	}*/

	h2.title {
		font-size: 52px;
		top: -8px;
	}

	p {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 18px;
	}

	.paragraph p:first-child:first-letter {
		font-size: 20px;
		line-height: 32px;
	}

	/* button */
	.common-btn {
		padding: 10px 16px;
		font-size: 12px;
		line-height: 19px;
	}

	.common-btn::before {
		top: 3px;
		left: 3px;
	}

	.common-btn img {
		width: 16px;
	}

	/* banner */
	.banner {
		height: 100dvh;
		min-height: 500px;
	}

	.banner-box {
		padding: 0px;
	}

	.banner-box h1 {
		top: 0;
		font-size: 160px;
		line-height: 1;
		position: relative;
	}

	.banner-text {
		padding: 64px 0 0 48px;
		max-width: 100%;
	}

	.banner-text h2 {
		font-size: 36px;
	}

	.banner-text h3 {
		font-size: 14px;
		line-height: 22px;
	}

	.banner-img {
		margin-top: 60px;
	}

	/* company */
	.company-section {
		padding-top: 60px;
	}

	.compy-box {
		margin-right: 16px;
	}

	.compy-box::before {
		left: 16px;
		top: -16px;
	}

	/* Designer */
	.designer-section {
		padding-top: 140px;
	}

	.designer-box {
		height: 300px;
		max-width: 400px;
		display: table;
		margin: auto;
	}

	.designer-box .team-member {
		width: 152px;
	}

	.designer-box .team1 {
		left: 10%;
	}

	/* projects */
	.projects-section {
		padding-top: 72px;
	}

	.project-box,
	.project-box.big {
		height: 158px;
	}

	.project-box {
		padding-inline: 2px;
	}

	.project-content p {
		font-size: 8px;
		line-height: 13px;
	}

	.project-content .common-btn {
		padding: 1px 7px;
		margin-right: 14px;
	}

	.project-content .common-btn img {
		width: 12px;
	}

	.project-content .common-btn::before {
		top: 3px;
		left: 3px;
	}

	/* testimonial */
	.testimonial-section {
		padding-top: 75px;
	}

	.testimonial-section .row {
		margin-right: 0;
	}

	.testimonial-section .img-box {
		width: 145px;
		width: 50%;
		margin: -40px 0 0 auto;
		position: relative;
		z-index: 1;
	}

	.testimonial-section .content {
		padding: 20px 20px 50px;
		border: 2px solid var(--color-4) !important;
	}

	.testimonial-section .reverse-row {
		margin-inline: 0;
	}

	.testimonial-section .reverse-row .img-box {
		margin: 0 auto -40px 0;
	}

	.testimonial-section .reverse-row .content {
		padding-block: 50px 20px;
	}

	.testimonial-section .content h3 {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 24px;
	}

	.testimonial-section .content p {
		font-size: 12px;
		line-height: 18px;
	}

	/* contact */
	.contact-us {
		padding-block: 40px;
	}

	.contact-us h4 {
		margin-bottom: 24px;
		font-size: 20px;
		line-height: 32px;
	}

	.contact-us .nav {
		margin-bottom: 24px;
	}

	.contact-us .nav .nav-item {
		margin-bottom: 16px;
		padding-left: 36px;
	}

	.contact-us .nav .nav-item img {
		top: 0px;
		width: 22px;
	}

	.contact-us .nav .nav-item .nav-link {
		font-size: 14px;
		line-height: 22px;
	}

	.contact-info {
		padding: 32px 32px 42px;
		margin-right: 12px;
	}

	.contact-info h3 {
		margin-bottom: 16px;
		font-size: 26px;
		line-height: 42px;
	}

	.contact-info p {
		margin-bottom: 24px;
		font-size: 14px;
		line-height: 22px;
	}

	.contact-border {
		left: 12px;
		top: -12px;
	}
}

#preloader {
	position: fixed;
	inset: 0;
	z-index: 500;
	font-size: 20em;
	overflow: hidden;
	color: #3f3e3c;
	background: #fff;
	font-family: "Cormorant Garamond", serif;
	font-weight: 100;
	font-style: normal;
	
}

#preloader, 
#preloader span {
	display: flex;
	align-items: center;
	justify-content: center;
}

#preloader.grid {
    border: 1px solid red;
}

#preloader.grid:before, 
#preloader.grid:after {
    position: absolute;
    content: '';
    z-index: 10;
}

#preloader.grid:before {
    width: 1px;
    height: 100%;
    background: red;
}

#preloader.grid:after {
    width: 100%;
    height: 1px;
    background: red;
}

#preloader > span {
	position: relative;
	width: 1000px;
	height: 1000px;
}

#preloader > span > span {
	color: #1f1e1c;
}

#preloader > span > span {
	width: 1000px;
	height: 1000px;
}

#preloader > span > span svg {
	width: 1000px;
	height: 1000px;
}

/* #preloader > span > 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 > span:first-child {
	transform: translate(-100%, -150%);
	opacity: 0;
	visibility: hidden;
	animation: span-u 1s forwards ease;
}

#preloader > span > span:last-child {
	border-color: yellow;
	transform: translate(100%, 150%);
	opacity: 0;
	visibility: hidden;
	animation: span-c 1s forwards ease;
}



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

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

@media screen and (max-width: 2000px) {
	#preloader > span {
		transform: scale(.3);
	}
}

@media screen and (max-width: 500px) {
	#preloader > span {
		transform: scale(.2);
	}
}

@media screen and (max-width: 300px) {
	#preloader > span {
		transform: scale(.1);
	}
}

/* 

@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: 400;
	font-weight: 400;
	font-style: normal;
	height: 80px;
	width: 80px;
	color: #fff;
}

#uniq-concept-logo.grid {
    border: 1px solid red;
    /*transform: scale(5);*/
}

#uniq-concept-logo.grid:before, 
#uniq-concept-logo.grid:after {
    position: absolute;
    content: '';
    z-index: 10;
}

#uniq-concept-logo.grid:before {
    width: 1px;
    height: 100%;
    background: red;
}

#uniq-concept-logo.grid:after {
    width: 100%;
    height: 1px;
    background: red;
}

#uniq-concept-logo.animate {
	animation: logo-rotate 7s ease infinite;
}

@keyframes logo-rotate {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}

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

#uniq-concept-logo.footer-logo {
	width: 100%;
	height: 30vh;
	font-weight: 100;
	background: transparent;
}

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

#uniq-concept-logo.footer-logo icon {
	font-size: 15vw;
}

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

#uniq-concept-logo icon span svg {
    width: 45px;
    height: 45px;
	-webkit-filter: drop-shadow(0 4px 3px rgba(139, 139, 139, 0.5));
}

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

#uniq-concept-logo.animate-two icon span:first-child {
	animation: logou 7s ease infinite;
}

@keyframes logou {
	0% {
		transform: translate(-8px, -15px) rotateY(0deg);
	}

	100% {
		transform: translate(-8px, -15px) rotateY(360deg);
	}
}

#uniq-concept-logo.footer-logo icon span:first-child {
	transform: translate(-2vw, -2vw);
}

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

#uniq-concept-logo.animate-two icon span:last-child {
	animation: logoc 7s ease infinite;
}

@keyframes logoc {
	0% {
		transform: translate(9.5px, 0px) rotateY(360deg);
	}

	100% {
		transform: translate(9.5px, 0px) rotateY(0deg);
	}
}

#uniq-concept-logo.footer-logo icon span:last-child {
	transform: translate(2vw, 2vw);
}

#uniq-concept-logo text {
	position: absolute;
	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;
}

#uniq-concept-logo.footer-logo text {
	opacity: 1;
	position: initial;
	margin-top: 0;
	width: 100%;
	font-size: 3.1vw;
	position: absolute;
	bottom: -5.7vw;
}

#uniq-concept-logo.footer-logo:hover text {
	transform: none;
}



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: 50;
	transition: background-color 0.4s ease;
	/* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); */
}

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

#header-wrapper.small header {
	height: 65px;
}

#header-wrapper.menu-modal-active header,
#header-wrapper.self header,
#header-wrapper.fixed header,
#header-wrapper:hover header {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

#header-wrapper.menu-modal-active #uniq-concept-logo,
#header-wrapper.self #uniq-concept-logo,
#header-wrapper.fixed #uniq-concept-logo,
#header-wrapper:hover #uniq-concept-logo {
	color: #3c3b39;
}

/* NAV ----------------- */

.menu-modal-shadow, 
.offer-wrapper-shadow {
	background-color: rgba(0, 0, 0, 0.3);
	block-size: 100vh;
	inline-size: 100vw;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	pointer-events: inherit;
	visibility: hidden;
	cursor: url('../svg/close.svg') 16 16, auto;
}

/*SİL*/
.menu-modal-shadow, 
.offer-wrapper-shadow {
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	background-color: #00000065;
}

.menu-modal-shadow {
	z-index: 49;
}

.offer-wrapper-shadow {
	z-index: 30;
}

.menu-modal-shadow.active, 
.offer-wrapper-shadow.active {
	visibility: visible;
}

.header-nav {}

.header-nav .navbar-content-left,
.header-nav .navbar-content-center,
.header-nav .navbar-content-right {
	display: flex;
	align-items: center;
}

.header-nav .navbar-content-left,
.header-nav .navbar-content-right {
	flex: 1;
}

.header-nav .navbar-content-right {
	display: flex;
	justify-content: flex-end;
}

.header-nav .navbar-content-right .common-btn {
	padding: 7px;
}

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


.header-nav .navbar-item>dialog::before {
	content: 'Uniq Concept';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: calc(100vw / 24 * 3);
	color: #f0f0f0;
	opacity: .2;
	font-variation-settings: "wght" 700;
	font-family: "Anybody";
	z-index: -1;
	text-shadow: calc(100vw / 24 * 0.1666666667) 10px 2px rgba(0, 0, 0, 0.01), calc(100vw / 24 * 0.1666666667) calc(100vw / 24 * 0.1666666667) 10px rgba(0, 0, 0, 0.15), calc(calc(100vw / 24 * 0.1666666667) * -1) calc(calc(100vw / 24 * 0.1666666667) * -1) 10px rgba(255, 255, 255, 0.5);
}

.header-nav .navbar-item>dialog {
	position: relative;
	visibility: hidden;
	opacity: 0;
	display: flex;
	border: 0;
}

.header-nav .navbar-item>dialog>div {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	box-shadow: 0px 9px 4px 0 #00000029;
	width: 100%;
}



.header-nav .navbar-item>dialog>div ul {
	margin: 0;
	padding: 0;
}

.header-nav .navbar-item>dialog>div.locale {
	padding: 30px 0;
}

.header-nav .navbar-item>dialog>div.locale > div {
	width: 50%;
}

.header-nav .navbar-item>dialog>div.locale h2 {
	font-size: 1.4em;
	margin-bottom: 25px;
	padding: 5px 10px;
	background: #dddddd9c;
	border-radius: 7px;
}
.header-nav .navbar-item>dialog>div.locale h3 {
	font-size: 1em;
	margin-bottom: 5px;
}

.header-nav .navbar-item>dialog>div.locale a {
	color: #969696;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	position: relative;
	margin-right: 10px;
}


.header-nav .navbar-item>dialog>div.locale a:last-child {
	margin: 0;
}

.header-nav .navbar-item>dialog>div.locale a:before {
	position: absolute;
	content: '';
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -3px;
	background: #000;
	opacity: 0;
}

.header-nav .navbar-item>dialog>div.locale a:hover {
	color: #000;
	text-decoration: none;
}

.header-nav .navbar-item>dialog>div.locale a:hover:before {
	opacity: 1;
}

.header-nav .navbar-item>dialog>div.locale li {
	margin-bottom: 20px;
	border-radius: 7px;
	padding: 7px 10px;
	background: #f3f3f352;
}

.header-nav .navbar-item>dialog>div.locale li:hover {
	background: #ddd;
}

.header-nav .navbar-item>dialog>div.locale li:last-child {
	margin-bottom: 0;
}

.header-nav .navbar-item>dialog>div.category {
	padding: 0 100px;
}

.header-nav .navbar-item>dialog>div.category > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 100px;
	width: 100%;
}

.header-nav .navbar-item>dialog>div.category > ul > li {
	width: 100%;
}

.header-nav .navbar-item>dialog>div.category > ul > li a {
	font-weight: bold;
	font-family: 'sohne', sans-serif;
	font-size: 2em;
	padding: 2px 7px;
	color: #b1b1b1;
	text-decoration: none;
}

.header-nav .navbar-item>dialog>div.category > ul > li a:hover {
	color: #000;
}

.header-nav .navbar-item>dialog>div.category > ul > li > ul li a {
	font-size: 1.4em;
	padding: 2px 7px;
}

.header-nav .navbar-item.collection>dialog>div {
	width: 100%;
	height: 100%;
	padding: 20px 0;
}

.header-nav .navbar-item.collection>dialog>div .kolleksiyon {
	width: calc( 100% - 10px );
	margin: 0 auto;
	
}


.header-nav .navbar-item.collection>dialog>div .swiper-wrapper {
	padding: 15px 0 0 0;
}

.header-nav .navbar-item.collection>dialog>div .swiper {
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

.header-nav .navbar-item.collection>dialog>div .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
}


@media screen and ( max-width: 768px ) {

	.header-nav .navbar-item.collection>dialog {
		padding: 15px 0;
	}


	.header-nav .navbar-item.collection>dialog>div .swiper {
		padding: 0 0;
	}
	

	.header-nav .navbar-item.collection>dialog>div .swiper-slide {
		padding: 0 50px;
	}
	
	

	.header-nav .navbar-item>dialog>div.locale>div {
		width: 100%;
	}

}




.header-nav .navbar-item>dialog>div.search {
	display: flex;
}

.header-nav .navbar-item>dialog>div.search input {
	
}


.header-nav .navbar-link {
	position: relative;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	transition: 0.2s ease color;
	font-family: 'sohne-leicht', sans-serif !important;
	font-weight: 600;
	border: 0;
	display: flex;
	align-items: center;
}

.header-nav button.navbar-link {
	background: transparent;
}

.header-nav .navbar-link svg {
	width: 22px;
	height: 22px;
}

.header-nav .navbar-link svg+span {
	margin-left: 7px;
}

.header-nav .navbar-link.defatul-open {
	font-weight: 500;
	color: #fff !important;
	border-radius: 0 !important;
}

.header-nav .navbar-link.defatul-open.active {
	background: #bc9272 !important;
}

#header-wrapper.menu-modal-active .header-nav .navbar-link,
#header-wrapper.self .header-nav .navbar-link,
#header-wrapper.fixed .header-nav .navbar-link,
#header-wrapper:hover .header-nav .navbar-link {
	color: #222;
}

.header-nav .navbar-link+dialog {
	position: absolute;
	top: -100%;
	left: 0;
	background: #fff;
	width: 100%;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	display: none;
}

#header-wrapper:not(.menu-modal-animate) .header-nav .navbar-link+dialog {
	transition: top .5s ease-in-out, opacity .7s ease-in-out;
}

.header-nav .navbar-item .navbar-link.active {
	background: #ececec;
	border-radius: 5px;
}

.header-nav .navbar-item .navbar-link.active+dialog {
	top: 80px;
	opacity: 1;
	visibility: visible;
	min-height: 40vh;
	display: flex;
}

.header-nav .navbar-item .navbar-link.active+dialog>div {
	animation: defatul-appear 1s forwards ease;
}

.header-nav .navbar-link span {
	position: relative;
}

.header-nav .navbar-link > span::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;
}

.header-nav .navbar-link:hover > span::before,
.header-nav .navbar-link.active > span::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;
}

.dexcook svg {
	width: 85px !important;
	height: 100% !important;
}

/* .navbar-toggler {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.header-nav:hover .navbar-toggler {
	color: #222;
} */

html.navbar-mobile-open,
html.navbar-mobile-open body {
	overflow: hidden;
}

@media (min-width: 992px) {
	.navbar-mobil {
		display: none;
	}
	.navbar-content-center > div:not(:nth-child(2)) {
		display: none !important
	}
	.header-nav .navbar-link.navbar-location > span > span:first-child {
		display: none;
	}
}
@media (max-width: 992px) {


	header {
		height: auto;
	}
	

	.header-nav .navbar-toggle-content {
		visibility: hidden;
		flex-direction: column;
		align-items: flex-start;
		row-gap: 5px;
	}

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

	.header-nav .navbar-content-left {
		display: none;
	}

	.header-nav .navbar-content-center {
		width: 100%;
		justify-content: space-around;
		z-index: 5;
	}


	.navbar-content-center {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch !important;
	}
	
	
	
	.navbar-content-center > div {
		flex: 1;
	}
	
	.navbar-content-center > div:nth-child(2) {
		flex: 0 0 0;
	}
	
	.navbar-content-center > div:nth-child(4) {
		flex: 0 0 100%;
		padding: 10px 0;
	}
	
	.navbar-content-center > div:nth-child(1), 
	.navbar-content-center > div:nth-child(3) {
		display: flex;
		align-items: center;
		padding: 0 10px;
	}
	
	.navbar-content-center > div:nth-child(1), 
	.navbar-content-center > div:nth-child(1) > ul {
		justify-content: flex-start;
	}
	
	.navbar-content-center > div:nth-child(3), 
	.navbar-content-center > div:nth-child(3) > ul {
		justify-content: flex-end;
	}
	
	#header-wrapper.mobile-open .header-nav .navbar-content-center > div:nth-child(4), 
	#header-wrapper.fixed .header-nav .navbar-content-center > div:nth-child(4) {
		display: none !important;
	}

	.navbar-content-center > div:not(:nth-child(2)) > ul, 
	.navbar-content-center > div:not(:nth-child(2)) > ul > li, 
	.navbar-content-center > div:not(:nth-child(2)) > ul > li a, 
	.navbar-content-center > div:not(:nth-child(2)) > ul > li > span {
		display: flex;
		align-items: center;
		align-items: stretch;
	}

	.navbar-content-center > div:not(:nth-child(2)) > ul {
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}

	.navbar-content-center > div:not(:nth-child(2)) > ul > li, 
	.navbar-content-center > div:not(:nth-child(2)) > ul > li > a, 
	.navbar-content-center > div:not(:nth-child(2)) > ul > li > span {
		align-items: center;
	}

	.navbar-content-center > div:not(:nth-child(2)) > ul > li a, 
	.navbar-content-center > div:not(:nth-child(2)) > ul > li > span {
		width: 100%;
		height: 100%;
		padding: 0 10px;
		color: #fff;
	}

	.navbar-content-center > div:not(:nth-child(2)) > ul > li svg {
		width: 20px;
		height: 20px;
		color: #fff;
	}

	.navbar-content-center > div:nth-child(3) .burger-line {
		background-color: hsl(0, 0%, 100%);
	}
	
	.navbar-content-center > div:nth-child(4) ul {
		justify-content: space-between;
	}
	
	.navbar-content-center > div:nth-child(4) ul li {
		margin-right: 35px;
	}
	
	.navbar-content-center > div:nth-child(4) ul li:last-child {
		margin-right: 0;
	}
	
	.navbar-content-center > div:nth-child(4) ul li a, 
	.navbar-content-center > div:nth-child(4) ul li span {
		font-weight: bold;
		color: #fff;
		font-size: .9em;
		font-size: clamp(13px, 2vw, 1em);
		text-decoration: none;
	}



	#header-wrapper.mobile-open .header-nav .navbar-content-center #uniq-concept-logo {
		color: #222;
	}

	.header-nav .navbar-content-right {
		display: none;
		row-gap: 15px;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
		position: fixed;
		right: 0;
		width: 100%;
		height: 100%;
		background: #fbf4e4;
		overflow: auto;
		padding: 90px 0 20px 0;
	}
	#header-wrapper.mobile-open .header-nav .navbar-content-right { display: flex; }

	.header-nav .navbar-content-right .navbar-toggle-content {
		visibility: visible;
		flex-direction: column-reverse;
	}

	#header-wrapper.menu-modal-active .navbar-content-center > div:not(:nth-child(2)) > ul > li a, 
	#header-wrapper.self .navbar-content-center > div:not(:nth-child(2)) > ul > li a, 
	#header-wrapper.fixed .navbar-content-center > div:not(:nth-child(2)) > ul > li a, 
	#header-wrapper:hover .navbar-content-center > div:not(:nth-child(2)) > ul > li a, 
	#header-wrapper.mobile-open .navbar-content-center > div:not(:nth-child(2)) > ul > li a, 
	#header-wrapper.menu-modal-active .navbar-content-center > div:not(:nth-child(2)) > ul > li span, 
	#header-wrapper.self .navbar-content-center > div:not(:nth-child(2)) > ul > li span, 
	#header-wrapper.fixed .navbar-content-center > div:not(:nth-child(2)) > ul > li span, 
	#header-wrapper:hover .navbar-content-center > div:not(:nth-child(2)) > ul > li span, 
	#header-wrapper.mobile-open .navbar-content-center > div:not(:nth-child(2)) > ul > li span, 
	#header-wrapper.menu-modal-active .navbar-content-center > div:not(:nth-child(2)) > ul > li svg, 
	#header-wrapper.self .navbar-content-center > div:not(:nth-child(2)) > ul > li svg, 
	#header-wrapper.fixed .navbar-content-center > div:not(:nth-child(2)) > ul > li svg, 
	#header-wrapper:hover .navbar-content-center > div:not(:nth-child(2)) > ul > li svg, 
	#header-wrapper.mobile-open .navbar-content-center > div:not(:nth-child(2)) > ul > li svg 
	{
		color: #222;
	}

	#header-wrapper.menu-modal-active .navbar-content-center > div:nth-child(3) .burger-line, 
	#header-wrapper.self .navbar-content-center > div:nth-child(3) .burger-line, 
	#header-wrapper.fixed .navbar-content-center > div:nth-child(3) .burger-line, 
	#header-wrapper:hover .navbar-content-center > div:nth-child(3) .burger-line, 
	#header-wrapper.mobile-open .navbar-content-center > div:nth-child(3) .burger-line {
		background-color: #222;
	}

	.header-nav .navbar-item .navbar-link.active+dialog {
		top: inherit;
		min-height: auto;
	}

	.header-nav .navbar-link.defatul-open {
		font-weight: 500;
		color: #222 !important;
		border-radius: 0 !important;
	}
	
	.header-nav .navbar-link.defatul-open.active {
		background: transparent !important;
	}

	.header-nav .navbar-item .navbar-link.active {
		background: #222;
		border-radius: 0;
	}

	.header-nav .navbar-link+dialog {
		position: relative;
		top: inherit;
		left: 0;
		background: #fff;
		width: 100%;
		z-index: 1;
		opacity: 1;
		visibility: visible;
		width: 100%;
		display: none;
		margin-top: 10px;
	}

	.header-nav .navbar-link.active+dialog {
		display: block;
	}

	.header-nav .navbar-item {
		width: 100%;
	}
	.header-nav .navbar-link span::before { content: none; }
	.header-nav .navbar-link.common-btn:before { content: none; }

	.header-nav .navbar-link.common-btn {
		display: block;
		padding: 0 10px 0 10px;
		line-height: 1.5;
		font-size: 1.8rem;
	}

	.header-nav .navbar-link {
		line-height: 1.5;
		width: 100%;
		position: relative;
		color: #fff;
		text-decoration: none;
		transition: 0.2s ease color;
		font-family: 'sohne-leicht', sans-serif !important;

		display: flex;


		background: transparent !important;
		color: #222;
		text-align: left;
		justify-content: left;
		text-transform: lowercase;
		font-size: 1.8rem;
		font-weight: 500;
		padding: 0 10px 0 10px;
	}
	.header-nav .navbar-link.navbar-location > span > span:last-child {
		display: none;
	}

	.header-nav .navbar-link .dexcook svg {
		width: 130px !important;
		height: 100% !important;
	}

	.header-nav .navbar-item>dialog {
		padding: 15px 10px;
	}

	.header-nav .navbar-item>dialog>div {
		box-shadow: none;
	}


	.header-nav .navbar-item>dialog>div.category {
		padding: 0;
	}
	
	.header-nav .navbar-item>dialog>div.category > ul {
		display: flex;
		flex-direction: column;
	}

	.header-nav .navbar-item>dialog>div.category > ul > li a {
		font-weight: 500;
		font-size: 1.3rem;
		padding: 0;
		color: #222;
		text-decoration: none;
	}
	
	.header-nav .navbar-item>dialog>div.category > ul > li a:hover {
		color: #000;
	}
	

	.header-nav .navbar-item>dialog>div.category > ul > li > ul {
		padding-left: 15px;
	}
	.header-nav .navbar-item>dialog>div.category > ul > li > ul li a {
		font-size: 1.2rem;
		padding: 2px 7px;
	}


	.navbar-links {
		padding: 0;
	}
	.navbar-links li a {
		font-size: 1.2rem;
		font-weight: 700;
		color: #222;
		padding: 0 10px 0 10px;
		text-decoration: none;
	}

	.navbar-social {
		display: flex;
		justify-content: space-around;
		background: #fff;
		padding: 7px 3px;
	}

	.navbar-social li a { text-decoration: none; }
	.navbar-social li a svg {
		width: 16px;
		color: #222;
	}

}

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

/* NAV END */



.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(0, 0%, 0%);
	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);
}





.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;
}

body.defatul-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: 500;
	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;
}

body.defatul-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;
}

body.defatul-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);
	}
}

body.defatul-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);
	}
}

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

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

body.defatul-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;
	background: #ffffff8c;
}

#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 5rem 1rem 20rem;
	z-index: 1;
}

.slider-item>a {
	position: absolute;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background: #ffffff8c;
	color: #222;
	text-decoration: none;
	right: 5%;
	top: 50%;
	transform: translate(-50%, -5%);
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'sohne', sans-serif !important;
	font-size: 1.6em;
	opacity: .2;
	transform: scale(.2);
	transition: transform var(--duration) var(--easing), background 1s;
	box-shadow: 0 4px 10px rgba(245, 243, 243, 0.5), 0 0 0 0 rgba(245, 243, 243, 0.5), 0 0 0 5px rgba(245, 243, 243, 0.5), 0 0 0 10px rgba(245, 243, 243, 0.5);
}

.slider-item>a:hover {
	background: #fff;
	scale: 1.2;
	animation: slider-button 0.6s linear infinite;
}

@keyframes slider-button {
	0% {
		box-shadow: 0 4px 10px rgba(245, 243, 243, 0.5), 0 0 0 0 rgba(245, 243, 243, 0.5), 0 0 0 5px rgba(245, 243, 243, 0.5), 0 0 0 10px rgba(245, 243, 243, 0.5);
	}

	100% {
		box-shadow: 0 4px 10px rgba(245, 243, 243, 0.5), 0 0 0 5px rgba(245, 243, 243, 0.5), 0 0 0 10px rgba(245, 243, 243, 0.5), 0 0 0 20px rgba(245, 243, 243, 0);
	}
}

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

.slider-item>.title span {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	background: #ffffff8c;
	text-transform: uppercase;
}

.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]>a {
	opacity: 1;
	transform: scale(1);
}

.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;
}




.slider-product {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 20px 0;
}

.slider-product::before {
	position: absolute;
	content: '';
	background: #f0f0f0;
	z-index: -1;
	width: 100%;
	height: 100%;
	bottom: -15px;
	left: -50%;
}

.slider-product .swiper {
	padding: 0 40px;
}

.slider-product .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
}



.slider-product .product__item {
	padding: 20px;
}

@media screen and ( max-width: 768px ) {
	.slider-product {
		width: 100%;
	}

	.slider-product .swiper {
		padding: 0 0;
	}

	.slider-product .swiper-slide {
		padding: 0 30px;
	}

	.slider-product .product__item {
		padding: 10px;
	}
}






/* 

.header-nav .navbar-item>dialog>div.collection .kolleksiyon {
	width: calc( 100% - 10px );
	margin: 0 auto;
	display: grid;
}


.header-nav .navbar-item>dialog>div.collection .swiper-wrapper {
	padding: 15px 0 0 0;
}

.header-nav .navbar-item>dialog>div.collection .swiper {
	width: 100%;
	height: 100%;
	padding: 0 40px;
}

.header-nav .navbar-item>dialog>div.collection .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 50px;
}


@media screen and ( max-width: 768px ) {


	.header-nav .navbar-item>dialog>div.collection .swiper {
		padding: 0 0;
	}
	

	.header-nav .navbar-item>dialog>div.collection .swiper-slide {
		padding: 0 30px;
	}
	
	

} */








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

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

@media only screen and (max-width: 1400px) {
	.product > .product__item {
		flex: 0 1 calc(1440px / 4);
	}
}

@media only screen and (max-width: 1200px) {
	.product > .product__item {
		flex: 0 1 calc(1240px / 4);
	}
}

@media only screen and (max-width: 800px) {
	.product > .product__item {
		flex: 1 1 calc(1290px / 3);
		width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	.product > .product__item {
		flex: 1 1;
		width: 100%;
	}
}


.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 var(--primary);
	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%;
	position: relative;
	top: 13px;
	max-width: 250px;
	border: 1px solid var(--primary);
	border-radius: 1px;
	min-height: 90px;
	max-height: 90px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product__description h4 {
	font-size: 1.4em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.10rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product__description a,
.product__description span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #ea4c89;
	order: 1;
}


.header-shadow {
	height: 80px;
	width: 100%;
}

body.defatul-active .header-shadow {
	height: 0;
}

.breadcrumb-bg {

	background: #f0f0f0;
}

.breadcrumb ol {
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding: 20px 0;
	margin: 0;

}

.breadcrumb ol li {
	position: relative;
	padding-left: 15px;
	padding-right: 10px;
}

.breadcrumb ol li:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	transform: translateY(-50%) rotate(45deg);
	background: #6c6c6c;
	top: 50%;
	left: 0;
}

.breadcrumb ol li:first-child:before {
	content: none;
}


.breadcrumb ol li a {
	color: #6c6c6c;
	text-decoration: none;
}


.featured-title {
	width: 100%;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	padding: 12px 0;
}

.featured-title h1 {
	font-family: 'Radley', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 7px;
}

.welcome-line {
	position: absolute;
	height: 2px;
	background-color: #f1e8dc;
	z-index: -10;
}

.line-d {
	width: 40vw;
	transform: translate(-100px, 50px) rotate(20deg);
}

.line-e {
	width: 40vw;
	transform: translate(-150px, -10px) rotate(-5deg);
}






footer {
	position: relative;
	background: #f0f0f0;
	min-height: auto;
	margin-top: 100px;
}


.footer-badge {
    position: relative;
    text-align: center;
    position: relative;
    top: -1px;
    background: green;

    background-color: #f0f0f0;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 837.6 195" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M0,0c167.5,0,315.7,75.8,418.8,195C521.9,75.8,670.1,0,837.6,0H0z"></path></svg>');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;

    height: 9vw;

    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.footer-badge a {
    margin-top: -4vw;
	-webkit-filter: drop-shadow(0 4px 3px rgba(139, 139, 139, 0.5));
}

.footer-badge img {
    width: 7vw;
}
@media (max-width: 700px) {
    .footer-badge {
        height: 100px;
    }
    .footer-badge a {
        margin-top: -70px;
    }
    .footer-badge img {
        width: 100px;
    }
}

.policy-home {
	position: absolute;
	top: -100px;
	width: 100%;
	height: 180px;
	display: flex;
	z-index: 5;
	padding: 0 20px;
}

.policy-home > div {
	width: 100%;
	padding: 10px 20px;
}

.policy-home > div > div {
	position: relative;
	height: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: #fff;
	color: #222;
}

.policy-home > div > div::before {
	left: 6px;
	top: 6px;
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	transition: all 0.15s;
	background: #e6ebef;
	z-index: -1;
}

.policy-home > div > div svg {
	width: 70px;
	height: 70px;
	margin-bottom: 15px;
}


.policy-home > div > div img {
	margin-bottom: 15px;
}



footer .footer-top {
	padding: 60px 0;
}

footer .footer-bottom {
	background: #000000;
	color: #909090;
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: .8rem;
	padding: 10px 0;
}


.footer-content {
    display: flex;
}

.footer-content-left, 
.footer-content-right,
.footer-content-center {
}

.footer-content-left, 
.footer-content-right {
	flex: 1;
}

.footer-content-left {

}

.footer-content-center {
	width: 230px;
	margin-left: 30px;
	margin-right: 30px;
}

.footer-content-right {

}

.footer-content h2 {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 15px;
}

.footer-content ul {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}

.footer-content li {
	margin-bottom: 5px;
}

.footer-content ul a {
	color: #696969;
	text-decoration: none;
}

.footer-content ul a:hover {
	color: #414141;
}

.footer-content ul > li ul {
	padding-left: 20px;
}


.footer-contact {}

.contact-title {
	font-weight: bold;
	margin-bottom: 7px;
}

.contact-title svg {
	margin-left: -7.70px;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	color: #666666;
}

.contact-content {
	border-left: 1px dashed #adadad;
	padding-left: 15pt;

}

.contact-content p {
	color: #666666;
	font-size: 16px;
}


.footer-social {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
	gap: 45px 0;
	padding: 0;
	transform: translateY(-10px);
}

.footer-social li {
	flex: 1 1 49%;
	display: flex;
	justify-content: space-around;
}

.footer-social li a {
	position: relative;
	width: 50px;
	height: 50px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
	background: #fff;
	cursor: pointer;


	transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(0,0);
	transition: 0.5s;
	box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.5);
}


.footer-social li a::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -20px;
	height: 100%;
	width: 20px;
	background: #b2b2b2;
	transition: 0.5s;
	transform: rotate(0deg) skewY(-45deg);
}

.footer-social li a::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: -10px;
	height: 20px;
	width: 100%;
	background: #e5e5e5;
	transition: 0.5s;
	transform: rotate(0deg) skewX(-45deg);
}

.footer-social li a svg {
	width: 25px;
	height: 25px;
}

.footer-social li a:hover {
	background: #afafaf;
	transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px,-20px);
	box-shadow: -50px 50px 50px rgba(0, 0, 0, 0.5);
}







@media (max-width: 1000px) {
	.footer-content {
		flex-direction: column; /* Ekran küçükse dikey yönü kullan */
		justify-content: flex-start; /* Üstteki div'leri yukarı al */
	}

	.footer-content-left {
		order: 1;
	}

	.footer-content-center {
		order: 3;
		width: 100%;
		margin: 40px 0 0 0;
	}

	.footer-content-right {
		order: 2;
	}


	.footer-contact {
		padding-left: 7.70px !important;
	}

	.footer-social {
		gap: 50px 20px;
		padding: 0;
		transform: translateY(0);
		width: 100%;
	}

	.footer-social li {
		flex: 1 1 25%;
	}

}











.map-lookbook {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-auto-columns: 1fr;
	gap: 40px;
	grid-auto-flow: row;
	align-content: stretch;
	width: 100%;
	padding: 40px;
	margin: 40px 0 60px 0;
}

.map-lookbook img {
	width: 100%;
}

.map-lookbook>div {
	position: relative;
}

.map-lookbook>div::before {
	left: 6px;
	top: 6px;
	position: absolute;
	content: "";
	border: 1px solid var(--primary);
	height: 100%;
	width: 100%;
	transition: all 0.15s;
	z-index: -1;
}

.map-lookbook>div>figure {

	width: 30px;
	height: 30px;

	position: absolute;
	left: var(--left);
	top: var(--top);

	font-size: 14px;
	color: #fff;
	cursor: pointer;

}

.map-lookbook>div>figure>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #d5d5d5;
	transition: ease-in-out 0.3s;
}


@media (max-width: 800px) {

	.map-lookbook {
		grid-template-columns: repeat(1, 1fr);
		padding: 10px;
	}

	.map-lookbook>div>figure>span {
		width: 15px;
		height: 15px;
	}


}

.map-lookbook:hover>div>figure>span {
	animation: at-ripple 0.6s linear infinite;
}

@keyframes at-ripple {
	0% {
		box-shadow: 0 4px 10px rgba(199, 197, 197, 0.3), 0 0 0 0 rgba(199, 197, 197, 0.3), 0 0 0 5px rgba(199, 197, 197, 0.3), 0 0 0 10px rgba(199, 197, 197, 0.3);
	}

	100% {
		box-shadow: 0 4px 10px rgba(199, 197, 197, 0.3), 0 0 0 5px rgba(199, 197, 197, 0.3), 0 0 0 10px rgba(199, 197, 197, 0.3), 0 0 0 20px rgba(199, 197, 197, 0);
	}
}

/* .map-lookbook>div>figure>span {
	width: 100%;
	transition: ease-in-out 0.3s;
	display: flex;
} */

.map-lookbook>div>figure>span:hover {
	background: #ff454c;
	width: 100%;
}

.map-lookbook>div>figure>span>svg {
	width: 17px;
	height: 17px;
}




.map-lookbook>div>figure figcaption {
	z-index: 20;
	position: absolute;
	left: 30px;
	top: -20px;
	width: 300px;
	height: 200px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.1);
	border: 8px solid rgba(238, 238, 238, 0.15);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	display: none;
}

.map-lookbook>div>figure figcaption.left {
	left: initial;
	right: 30px;
}

.map-lookbook>div>figure:hover figcaption {
	/*display: flex;*/
}

.map-lookbook>div>figure figcaption div {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	color: #222;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.map-lookbook>div>figure figcaption div > div {
	width: 50%;
}

.map-lookbook>div>figure figcaption div > div > div:first-child a, 
.map-lookbook>div>figure figcaption div > div > div:first-child img {
	width: 100%;
}

.map-lookbook>div>figure figcaption div > div > div:first-child a {
	padding: 5px;
}

.map-lookbook>div>figure figcaption div > div:last-child {
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
	padding: 5px;
}

.map-lookbook>div>figure figcaption div > div:last-child h3 {
	font-size: 16px;
}

.map-lookbook>div>figure figcaption div > div:last-child a {
	height: 20px;
}


.detail-gallery-2 {
	position: relative;
	width: calc( 100vw - 100px );
	margin: 20px auto 20px auto;

	-webkit-user-select: none;
	-khtml-user-select: none;
	  -moz-user-select: -moz-none;
	   -ms-user-select: none;
		-o-user-select: none;
		   user-select: none;
}

.detail-gallery-2::before {
	right: -20px;
	top: -20px;
	position: absolute;
	content: "";
	background: #f1e8dc;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.detail-gallery-2 .swiper {
	width: 100%;
	height: 100vh;
}

.detail-gallery-2 .swiper-pagination {
	background: #f1e8dc;
}

.detail-gallery-2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #bc9272;
}

.detail-gallery-2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #f1e8dc;
	display: flex;
	justify-content: center;
	align-items: center;
}


.detail-gallery-2 .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and ( max-width: 768px ) {
	.detail-gallery-2 {
		position: relative;
		width: calc( 100vw - 20px );
		margin: 20px auto 20px auto;
	}

	.detail-gallery-2::before {
		right: -5px;
		top: -10px;
	}
	.detail-gallery-2 .swiper {
		height: auto;
	}
}






.koleksiyon {
	position: relative;
	padding: 20px 0;
	background: #fff;
}

.koleksiyon::before {
	position: absolute;
	content: '';
	background: #f0f0f0;
	z-index: -1;
	width: 100%;
	height: 100%;
	bottom: -15px;
	right: -50%;
}


.koleksiyon .swiper-wrapper {
	padding: 15px 0 0 0;
}

.koleksiyon .swiper-slide {
	display: flex;
	align-items: center;
    justify-content: space-evenly;
}


.kol-cover {
	position: relative;
	background: #f0ebe7;
	padding: 40px 0 60px 0;

	display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
}
.kol-cover:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	right: -15px;
	top: -15px;
	border: 2px solid var(--color-6);
}


.kol-title {
	margin-bottom: 25px;
	padding: 0 10px 0 25px;
	height: 50px;
	display: block;
    align-items: center;
}
.kol-title h3 {
	font-size: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 700;
}

.kol-img {
	width: 100%;
	max-width: 420px;
	height: 170px;
	margin-left: -20px;
	position: relative;
	margin-bottom: 60px
}

.img-item {
	height: 150px;
	position: absolute;

    border-radius: 25px;
    box-shadow: 0 3px 56px 0 rgb(69 81 128 / 16%);
    transform: rotate(-5deg);
    overflow: hidden;
    transition: .4s;
	
}

.koleksiyon .carousel-cell:hover .img-item {
	transform: rotate(0deg);
}

.img-item.img1 {
	top: 0-10px;
    left: 0;
}

.img-item.img2 {
	bottom: -10px;
	right: -30px;
}

.img-item img[src=""] {
	display: none;
}

@media screen and ( max-width: 768px ) {


	.koleksiyon .swiper-slide {
		padding: 0 50px;
	}
	

}





@keyframes display {
	0% {
		opacity: 1;
	}

	10% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	30% {
		opacity: 1;
	}

	100% {
		opacity: 1;
	}
}

.pic-ctn {
	position: relative;
	display: flex;
}

.pic-ctn>img {
	opacity: 0;
	visibility: hidden;
	transition: 0.7s all;
}

.pic-ctn:hover>img {
	opacity: 1;
	visibility: visible;
}



.pic-ctn>div {
	position: absolute;
	opacity: 1;
	transition: 0.7s all;
}


.pic-ctn>div {
	position: absolute;
	opacity: 1;
}

.pic-ctn>div {
	animation: display 17s infinite;
}

.pic-ctn:hover>div {
	animation: none;
	display: none;
}

.pic-ctn>div:nth-child(2) {
	animation-delay: 4s;
}










.broken-grid {
	display: flex;
	justify-content: center;
}

.broken-grid img {
	display: block;
	width: 100%;
}

.broken-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
}

.broken-grid-wrapper img:nth-child(1) {
	grid-row: 1 / span 2;
	grid-column: 1 / span 5;
}

.broken-grid-wrapper img:nth-child(2) {
	grid-row: 2 / span 1;
	grid-column: 4 / span 3;
	z-index: 1;
}








.accordion {
	box-shadow: none;
	border: 0;
}

.accordion .accordion-header {
	padding: 0;
	background: transparent;
	border: 0;
}

.accordion .accordion-button {
	padding: 17px 0 17px 0;
	background: transparent;
	box-shadow: none;
}

.accordion-item {
	border: 0;
}

.accordion-body {
	padding: 10px 0;
}


.product-definition {
	padding: 0;
}

.product-definition li {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px
}








div.title-shadow {

	font-size: 5em;
	line-height: 70px;
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	color: #575757;
	z-index: 1;
}

div.title-shadow:before,
div.title-shadow:after {
	left: 0;
	right: 0;
}

div.title-shadow:before {
	content: var(--titles);
	position: absolute;
	top: -13px;
	left: 0;
	overflow: hidden;
	height: 20px;
	color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}

div.title-shadow:after {
	content: var(--titles);
	position: absolute;
	top: -23px;
	left: 0;
	overflow: hidden;
	height: 17px;
	color: rgba(0, 0, 0, 0.1);
	z-index: -1;
}







.product-main-img {
	position: relative;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 1s ease;
	transition-delay: .5s;
}

.product-main-img.active {
	opacity: 1;
}

.product-main-img>div {
	position: absolute;
}

.product-main-img .img {
	inset: 0;
}

.product-main-img .img {
	background-size: cover;
	background-repeat: ;
	background-attachment: fixed;
	background-origin: ;
	background-clip: ;
	background-color: ;
	background-position: center center;

}

.product-main-img .img.bg-fixed {
	opacity: .7;
	transform: scale(.5);
	transition-delay: .5s;
	transition: transform 1s ease;
}

.product-main-img.scale .img {
	opacity: 1;
	transform: scale(1);
}

/* - - - - - - - - - - */

.product-main-img>.text {
	color: #fff;
	inset: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	pointer-events: none;
	user-select: none;
}

.product-main-img>.text h1 {
	position: absolute;
	font-family: "Poppins";
	font-weight: 700;
	cursor: pointer;
	z-index: 0;
	padding: 0 150px 0 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(80px, -200px, 0);
	line-height: 0.6;
}

.product-main-img>.text h1 .product-name {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product-main-img>.text h1 .product-name span {
    display: inline-block;
    transform: translate(0, 30px);
    opacity: 0;
    font-size: 5vw;
    transition: all 1s ease;
    transition-delay: var(--delay);
}

.product-main-img>.text h1 .product-name span.space {
    margin-right: 0.2em;
}

/* Tablet görünümü için font boyutu ayarı */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .product-main-img>.text h1 .product-name span {
        font-size: 6vw;
    }
}

/* Mobil görünümü için font boyutu ve düzen ayarı */
@media screen and (max-width: 800px) {
    .product-main-img>.text h1 .product-name {
        flex-direction: column;
    }
    
    .product-main-img>.text h1 .product-name span {
        display: block;
        font-size: 12vw;
        margin-bottom: 15px;
        text-align: center;
    }

    .product-main-img>.text h1 .product-name span.space {
        display: none;
    }
}

.product-main-img>.text h1 span {
	display: inline-block;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
	opacity: 0;
	font-size: 5vw;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: var(--delay);
}

.product-main-img>.text h1 span.space {
	margin-left: 15px;
}

.product-main-img>.text h1.active span {
	opacity: 1;
	z-index: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}


@media (max-width: 600px) {
	.product-main-img>.text h1 {
		padding: 0;
		top: 55%;
		transform: translate3d(5px, -70%, 0);
	}

	.product-main-img>.text h1 span {
		font-size: 2em;
	}
}










.offer-wrapper {

	position: fixed;
	bottom: 0;
	left: 5%;

    position: fixed;
	bottom: 5px;
	left: 5%;
    -webkit-filter: drop-shadow(5px 4px 3px rgba(0, 0, 0, 0.5));
    
	transform: translateY(180px);
	animation: offer-show 2s ease forwards;
	/*animation-delay: 3s;*/

}



.offer-wrapper.active {
	z-index: 40;
}

@keyframes offer-show {
    100% {
        transform: translateY(0);
    }
}

.offer-wrapper > ul {
	position: absolute;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
	visibility: hidden;
	transition: 0.7s all;
	padding: 0 0 0 12px;
	width: 100%;
}

.offer-wrapper.active > ul {
	visibility: visible;
	transform: translateY(-345px);
}

.offer-wrapper.close-show > ul {
	animation: vvvvvvv 2s ease;
}

.offer-wrapper > ul li {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
	transition: 0.7s all;
	opacity: 0;
	transform: translateY(-20px);
}

.offer-wrapper.active > ul li {
	animation: aaaaaaaaa 0.5s ease forwards;
}

.offer-wrapper.close-show > ul li {
	opacity: 1;
	animation: bbbbbbbbb 0.5s ease forwards;
}

.offer-wrapper > ul li:nth-child(1) {
animation-delay: 0.2s;
}

.offer-wrapper > ul li:nth-child(2) {
animation-delay: 0.4s;
}

.offer-wrapper > ul li:nth-child(3) {
animation-delay: 0.6s;
}

.offer-wrapper > ul li:nth-child(4) {
animation-delay: 0.8s;
}
.offer-wrapper > ul li:nth-child(5) {
animation-delay: 1s;
}
.offer-wrapper > ul li:nth-child(6) {
animation-delay: 1.2s;
}
.offer-wrapper > ul li:nth-child(7) {
animation-delay: 1.4s;
}
@keyframes aaaaaaaaa {
	0% {
		opacity: 0;
		transform: translateY(-20px); /* Yukarıda */
	}
	100% {
		opacity: 1;
		transform: translateY(0); /* Orijinal konumda */
	}
}
@keyframes bbbbbbbbb {
	0% {
		opacity: 1;
		transform: translateY(0); /* Yukarıda */
	}
	100% {
		opacity: 0;
		transform: translateY(20px); /* Orijinal konumda */
	}
}

@keyframes vvvvvvv {
	0% {
		transform: translateY(-400px);
	}
	100% {
		transform: translateY(0);
		visibility: hidden;
	}
}

.offer-wrapper > ul li span {
	position: absolute;
	left: 0;
	display: inline-block;
	transform: translateX(65px);
	background: #fff;
	border-radius: 5px;
	padding: 3px 7px;
	font-weight: bold;
	white-space: nowrap;
}

.offer-wrapper > ul li:hover span {
	background: #ddd;
}

.offer-wrapper > ul li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #383838;
	transition: transform 0.3s ease, color 0.3s ease;
}

.offer-wrapper > ul li:hover a {
	transform: scale(1.1);
}

.offer-wrapper > ul li.offer-whatsapp a {
	background: #08ee6a;
}

.offer-wrapper > ul li.offer-whatsapp a svg {
	color: #fff;
}


.offer-wrapper > ul li.offer-telegram a svg {
	color: #08aae1;
}


.offer-wrapper > ul li.offer-signal a svg {
	color: #2374f0;
}

.offer-wrapper > ul li.offer-facebook a svg {
	color: #0084e5;
}

.offer-wrapper > ul li.offer-skype a svg {
	color: #08b1f0;
}

.offer-wrapper > ul li.offer-mail a, 
.offer-wrapper > ul li.offer-phone a {
	background: #fff;
}

.offer-wrapper > ul li.offer-mail a {
	background: #0849b1;
}

.offer-wrapper > ul li.offer-mail a svg {
	width: 25px;
	height: 25px;
	color: #fff;
}

.offer-wrapper > ul li.offer-phone a {
	background: #08e44e;
}

.offer-wrapper > ul li.offer-phone a svg {
	width: 20px;
	height: 20px;
	color: #fff;
}

.offer-wrapper.active > div > a:nth-child(1) {
	cursor: url('../svg/close.svg') 16 16, auto;
}
.offer-wrapper > div > a:nth-child(1) {
    position: absolute;
    left: -1px;
    top: -30px;
    background: #fff;
	border: 5px solid #369e6b;
    z-index: 5;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #369e6b;
	animation-play-state: paused;
    /*animation: jump 5s ease infinite;*/
}
.offer-wrapper:hover > div > a:first-child {
    /*animation: jump .9s ease forwards;*/
	animation: jump 5s ease infinite;
}



.offer-wrapper > div > a:nth-child(1)::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* ------------ */

.offer-wrapper > div > a:nth-child(2) {
    position: absolute;
    right: 30px;
    top: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    color: #222;
    transform: translateY(40px);
    transition: all 0.5s ease;
}

.offer-wrapper:hover > div > a:nth-child(2) {
    transform: translateY(0);
    
}

.offer-wrapper > div > a:nth-child(2):hover {
    color: red;
}

.offer-wrapper > div > a:nth-child(2) > svg {
    width: 20px;
    height: 20px;
    transform: translateY(-15px);
}



.offer-wrapper > div > a:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -28px;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 15px 18px #fff;
}


.offer-wrapper > div > a:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 9px;
    right: -28px;
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 50%;
    box-shadow: -15px 18px #fff;
}



@keyframes jump {
    0%, 20% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px); /* Yukarı zıplama */
    }
    100% {
        transform: translateY(0);
    }
}
.offer-btn {

	display: flex;
	width: 380px;
	min-width: 25vw;
  display: block;
  height: 70px;
  background: #fafafa;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cmask id='mask'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Ccircle cx='100%5' cy='100%5' r='41' transform='translate(30 0)' /%3E%3C/mask%3E%3Crect mask='url(%23mask)' x='0' y='0' width='100%25' height='100%25' rx='10' ry='10' fill='white'/%3E%3C/svg%3E");
  -webkit-mask-size: 100%;
  mask-type: luminance;
  
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #222;
    font-size: 1.3rem;
    text-decoration: none;
	/*backdrop-filter: blur(10px);*/
}

.offer-btn > a {
    display: block;
    width: 60%;
    height: 60%;
    display: flex;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    color: #222;
    text-decoration: none;
    /*background: #000000;*/
}

@media (max-width: 800px) {

	.offer-wrapper {
		left: 1%;
		padding: 0 7px;
	}

	.offer-wrapper > ul {
		padding: 0 0 0 5px;
	}

	.offer-wrapper > div > a:nth-child(1) {
		left: 7px;
		top: -25px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}

	.offer-btn {
		height: 50px;
		font-size: 1rem;
		-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cmask id='mask'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Ccircle cx='100%5' cy='100%5' r='30' transform='translate(25 0)' /%3E%3C/mask%3E%3Crect mask='url(%23mask)' x='0' y='0' width='100%25' height='100%25' rx='10' ry='10' fill='white'/%3E%3C/svg%3E");
	}

	.offer-wrapper > ul {
		pointer-events: none;
	}

	.offer-wrapper > ul li {
		pointer-events: all;
	}

}

@media (max-width: 500px) {
	.offer-wrapper {
		left: 0;
		right: 0;
	}
	.offer-btn {
		width: 100%;
	}
}












