@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800&display=swap');

html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body {
	line-height: 1.5;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}

* {
	margin: 0;
	box-sizing: border-box;
}

:before,
:after {
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

.swiper-container.vertical-slider {
	width: 100%;
	height: 100vh;
}

.swiper-slide {
	width: 100%;
	min-height: 100vh;
	/* height: 100vh; */
}

.header-top {
	justify-content: center;
	align-items: center;
}

.header-top .logo a img {
	max-width: 100%;
}

/* Nav top */
.hidden {
	/* visibility: hidden; */
	display: none;
}

.nav-top {
	background-color: #000;
	color: #fff;
	/* z-index: 10; */
}

.nav-ul>li {
	display: inline-block;
	line-height: 35px;
	margin-left: 15px;
}

.nav-ul>li>a {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}

/* Header */
.header {
	width: 100%;
	position: fixed;
	z-index: 99;
	/* padding-top: 10px;
        padding-bottom: 10px; */
	overflow-x: none !important;
}

.backgroundHeader {
	transition: background 1s;
}

.backgroundHeader:hover {
	background: #000000ab;
	transition: background 1s;
}

.header.sticky {
	/* top: 0;
	left: 0; */
	background-color: #000000ab;
	/* transition: all 0.5s ease; */
}

.header-top ul li h4,
.header-top ul li a {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 0;
	cursor: pointer;
}

.product-menu .dropdown-menu {
	background-color: #00000061 !important;
	color: #fff !important;
}

.header .megamenu {
	padding: 1rem 2rem 0rem 2rem;
	color: #fff;
	background-color: #000000ab;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 500;
	opacity: 0;
	transition: all 0.5s;
	visibility: hidden;
}

.has-megamenu:hover .megamenu {
	visibility: visible;
	opacity: 1;
	transition: all 0.5s;
	top: 100%;
	left: 0;
	right: 0;
}


.header .megamenu a {
	display: inline-block;
	transition: color 0.3s ease;
}

.product-ul li {
	/* line-height: 1; */
	padding-bottom: 2%;
	color: #c7c4c4;
}

.product-ul li a {
	font-size: 12px;
	color: #c7c4c4;
	font-weight: 400;
	width: max-content;
}

.product-ul>li:hover,
.product-ul>li>a:hover {
	color: #fff;
	transition: all 0.5s ease;
}

.product-title {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	/* padding: 10px 0; */
	margin-top: 4%;
	white-space: normal;
}

.product-img {
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
}

.palates {
	width: max-content;
}

.palates div a {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #222;
	background-color: #fff;
	text-indent: -99999px;
	margin-right: 6px;
	margin-bottom: 6px;
}

.palates div a:hover {
	border-color: #fff;
}

/* Stories Hover */
.Stories_desc {
	color: #d1cbcb;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	padding-top: 2px;
}

/* Slider */
.banner {
	width: 100%;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.slider {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
}

#slideImg {
	width: 100%;
	height: 100%;
}

@keyframes zoom {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}

	50% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.overlay {
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	position: absolute;
	top: 0;
	/* bottom: 10%; */
}

.content {
	position: absolute;
	margin: 20% auto 0;
	margin-left: 2%;
	color: #ebe9e9;
	bottom: 12%;
}

.content h3 {
	margin: 15px auto 20px;
	font-weight: 100;
	line-height: 25px;
}

.content button {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	margin: 0 10px;
	border-radius: 25px;
	font-weight: bold;
	border: 2px solid #fe7250;
	background: #fe7250;
	color: #fff;
	cursor: pointer;
	transition: background 0.5s;
}

.content button:hover {
	border: 2px solid #fff;
	background: transparent;
}

/* catalogue , Collection*/
.collection,
.catalogue {

	height: 100%;
	align-items: center;
	justify-content: center;
}

.titolo {
	font-family: 'cairo', sans-serif;
	font-size: 3.5em;
	/* font-size: 2.1em; */
	font-weight: 100;
	line-height: 1em;
}

.paragrafo {
	font-family: 'cairo', sans-serif;

	font-size: 0.9em;
	line-height: 1.3em;
}

.paragrafo p {
	padding-bottom: 1em;
}

.paragrafo a {
	/* color: #000; */
	color: #333333;
}

.paragrafo a:hover {
	color: #5c5b5b;
}

.spacer50 {
	clear: both;
	height: 50px;
	display: block;
}

.spacer70 {
	clear: both;
	height: 70px;
	display: block;
}

.spacer100 {
	clear: both;
	height: 100px;
	display: block;
}

.spacer100 {
	clear: both;
	height: 100px;
}

.spacer120 {
	clear: both;
	height: 120px;
	display: block;
}

.spacer200 {
	clear: both;
	height: 200px;
	display: block;
}

.spacer220 {
	clear: both;
	height: 220px;
	display: block;
}

.spacer240 {
	clear: both;
	height: 240px;
	display: block;
}


.collection--slider-container {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.cataloge-desc {
	font-size: 18px;
	font-weight: 400;
	width: 40%;
}

.Collection-desc {
	font-size: 18px;
	font-weight: 400;
	width: 40%;
}

/* Banner Section */
.banner-section {
	width: 100%;
	background-image: url("../images/Cataloge/DYLAN-Hero.png");
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}

.banner2-section>div,
.banner3-section>div,
.banner-section>div {
	position: absolute;
	bottom: 20%;
	width: 100%;
	left: 0;
	text-align: center;
	color: #fff;
	z-index: 2;
}

.banner2-section {
	width: 100%;
	background-image: url("../images/Cataloge/17727_z_DYLAN.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}

.banner3-section {
	width: 100%;
	background-image: url("../images/Collection/38145_z_SALONE2023_COLLECTIONS_BACKGROUND.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}

/* Footer */
.footer {
	background-color: #000;
	padding: 3%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.send-email {
	background-color: #fff;
}

.footer-text>a,
.footer-text>p {
	font-size: 14px;
	color: #726f6f;
}

.footer-text>a:hover {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	transition: color 0.3s ease;
}

.Copyright {
	font-weight: 200;
	font-size: 12px;
	color: #726f6f;
}

.socialMedia {
	font-weight: 200;
	font-size: 12px;
}

.socialMedia a {
	padding: 8px;
	font-size: 18px;
}

#slideImg {
	object-fit: cover;
}

/* MEDIA QUERIES */
/* THE NEW CATALOGUE SECTION */
@media (max-width: 991px) {
	.slideInLeft {
		width: 100%;
	}

	.slideInRight {
		width: 100%;
	}

	.Collection .row {
		flex-direction: column-reverse;
	}

	.collection--slider-img {
		object-fit: contain;
	}

	.cataloge-desc,
	.Collection-desc {
		width: 100%;
	}

	.header-top .margin-left {
		margin-left: -16px;
	}


	.swiper-container.vertical-slider {
		height: 100dvh;
	}

	.swiper-slide {
		min-height: 100dvh;
	}

	.banner {
		min-height: 100dvh;
	}

	.slider {
		height: 100dvh;
	}

	.collection,
	.catalogue {
		height: 100dvh;
	}

	.banner-section,
	.banner2-section,
	.banner3-section {
		height: 100dvh;
	}

	.overlay {
		height: 100dvh;
	}

	.content {
		bottom: 18%;
	}

	#preloader,
	.center-screen {
		height: 100dvh;
	}
}

@media (min-width:1630px) and (max-width:1966px) {
	.catalogue-text {
		padding-top: 5% !important;
	}
}

@media (min-width:1600px) and (max-width:1966px) {
	.spacer240 {
		height: 210px !important;
	}
}

@media (max-width: 700px) {
	.spacer100 {
		clear: both;
		height: 70px;
		display: block;
	}
}

@media (max-width: 700px) {
	.header-top .logo {
		/* visibility: hidden; */
		display: none;
	}

	.Collection-desc {
		margin-top: 0% !important;
	}

	.footer {
		padding: 4%;
	}
}

@media (min-width: 768px) {
	.spacer100 {
		clear: both;
		height: 135px;
		display: block;
	}
}

@media (max-width: 991px) {
	.header-top .logo {
		display: none;
	}

	.sidebar {
		background-color: rgba(255, 255, 255, 0.15);
		backdrop-filter: blur(10px);
	}

	.offcanvas-header {
		padding: 10% !important;
	}

	.header-top ul li {
		padding-bottom: 5%;
	}

	.product-ul {
		display: none;
	}

	.palates a {
		display: inline-block;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		border: 2px solid #222;
		background-color: #fff;
		text-indent: -99999px;
	}

	/* product-collapse */
	.product-collapse {
		color: #a5a3a3;
		font-size: 14px;
	}

	.product-collapse>li:hover {
		text-decoration: none;
		font-size: 15px;
		color: #fff;
		transition: color 0.3s ease;
	}

	.Collection-desc {
		margin-top: 5% !important;
	}

	.cataloge-desc {
		margin-top: 10% !important;
	}

	.catalogue .row {
		padding-top: 5%;
		padding-bottom: 5%;
	}

	.titolo {
		/* margin-top: 2%; */
		font-size: 2em;
	}

	.paragrafo {
		font-size: 0.6em;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.header-top .logo {
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 1%;
		width: 28% !important;
	}

	.header {
		height: 4rem;
	}

	.megamenu {
		height: max-content;
		margin-top: 12px;
	}

	.Stories .megamenu {
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.header-top ul li h4 {
		font-size: 13px !important;
	}

	.spacer100 {
		clear: both;
		height: 150px;
		display: block;
	}

}

@media(min-width: 1056px) and (max-width: 1199px) {
	.titolo {
		margin-top: 7%;
	}

	.header {
		height: 4rem;
	}

	.megamenu {
		height: max-content;
		margin-top: 12px;
	}

	.Stories .megamenu {
		padding-top: 2%;
		padding-bottom: 2%;
	}


}

@media (max-width: 1229px) {
	.palates a {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		border: 1px solid #222;
		background-color: #fff;
		text-indent: -99999px;
	}
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.header-top .logo {
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 1%;
		width: 28% !important;
	}

	.header-top ul li h4 {
		font-size: 14px !important;
	}

	.spacer100 {
		clear: both;
		height: 145px;
		display: block;
	}
}

@media (min-width: 1440px) {
	.header-top .logo {
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 1%;
		width: 28% !important;
	}

	.header {
		height: 4.5rem;
	}

	.megamenu {
		height: max-content;
		margin-top: 15px;
	}

	.Stories .megamenu {
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.product-ul li a {
		font-size: 15px !important;
		color: #c7c4c4 !important;
		font-weight: 400;
		width: max-content;
	}

	.spacer100 {
		clear: both;
		height: 215px;
		display: block;
	}

	.titolo {
		/* margin-top: 16%; */
	}
}

@media (min-width: 2000px) {
	.spacer100 {
		clear: both;
		height: 300px;
		display: block;
	}

	.titolo {
		/* margin-top: 10%; */
		font-size: 5em;
	}

	.paragrafo {
		font-weight: 300;
		font-size: 2em;
	}
}

@media (min-width: 2560px) {
	.header-top .logo {
		margin-left: 4%;
		margin-right: 4%;
		margin-top: 1%;
		width: 100% !important;
	}

	.header {
		height: 5.52rem;
	}

	.megamenu {
		height: max-content;
		margin-top: 0.69%;
	}

	.Stories .megamenu {
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.header-top ul li {
		font-weight: 400;
	}

	.header-top ul li h4,
	.header-top ul li h4 a {
		font-size: 24px !important;
	}

	.spacer100 {
		clear: both;
		height: 330px;
		display: block;
	}
}

#preloader {
	/* background: #000 url(../images/logo/hazem-shokry-logo-light_540x.webp) no-repeat center center; */
	/* background-size: 30%; */
	background-color: #000;
	/* background: radial-gradient(circle at 10% 20%, rgb(0, 0, 0) 0%, rgb(64, 64, 64) 90.2%); */
	/* background: linear-gradient(110.6deg, rgb(156, 116, 129) -18.3%, rgb(67, 54, 74) 16.4%, rgb(47, 48, 67) 68.2%, rgb(27, 23, 36) 99.1%); */
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 100000;
}

.center-screen {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	/* animation: zoom-in-zoom-out 2s ease; */
}