@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-x: hidden;
} */

body {
	line-height: 1.5;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
}

* {
	margin: 0;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

:before,
:after {
	box-sizing: border-box;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

section {
	width: 100%;
	/* height: 100%; */
	overflow-x: hidden;
}

.header-top {
	justify-content: center;
	align-items: center;
}

.breadcrumb li a {
	text-decoration: none;
	color: #000;
}

.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;
	background-color: transparent;
	transition: all 0.3s ease;
	/* padding-top: 10px;
        padding-bottom: 10px; */
	/* overflow-x: none !important; */
	overflow-x: clip;
}

.backgroundHeader {
	transition: background 1s;
}

.backgroundHeader:hover {
	background: #000000ab;
	transition: background 1s;
}

.header.sticky {
	top: 0;
	left: 0;
	background-color: #000000ab;
}

.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 {
	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 span,
.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 span:hover, */
.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;
}

/*banner*/
.banner-section-details {
	height: 75vh;
	overflow: hidden;
}

.banner-section {
	/* height: 75vh; */
	overflow: hidden;
}

.banner-section-details img,
.banner-section img {
	width: 100%;
	height: 100%;
}

/*products*/
.btn-poliform {
	cursor: pointer;
	font-size: 13px;
	border: 0;
	border-bottom: 1px solid #fff;
	transition: all .5s;
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	padding: 0.25rem 0;
	/* font-size: 1.1rem; */
	line-height: 1.4;
	border-radius: 0;
}

.productmenu-ctas {
	list-style: none;
	margin: 1rem 0;
	padding: 0;
}

.productmenu-ctas>li {
	margin-bottom: 0.75rem;
	display: inline;
}

.checkedColor {
	border: 3px solid #fff;
}

.form-check-input:checked {
	/* background-color: #0d6efd;
    border-color: #0d6efd; */
	background-color: #000;
	border-color: #000;
}

.form-check-input:active,
.form-check-input:focus {
	box-shadow: none;
}

/* .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
    background-color: #000;
} */
/* filter */
.filterbutton {
	position: fixed;
	bottom: 30px;
	right: 30px;
	padding: 10px 15px;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	border-radius: 1px solid #fff;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	z-index: 10000;
}

.filterbutton:hover {
	background-color: #f7f7f7;
	color: #000;
}

.icon-filtri {
	margin-left: auto;
	padding: 20px 42px 0 0;
	z-index: 10;
	position: relative;
}

strong.label {
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 15px;
	font-size: 14px;
}

.btn-ghost {
	display: inline-block;
	font-weight: 400;
	color: #000;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.25rem 0;
	font-size: 1.1rem;
	line-height: 1.4;
	border-radius: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cta {
	margin-bottom: 3%;
	clear: both;
}

.leather h4,
.rugs h4 {
	margin-bottom: 5%;
	font-size: 40px;
	font-family: 'Raleway', sans serif;
	line-height: 40px;
	letter-spacing: 0;
	font-weight: 400;
}

.leather h4:before,
.rugs h4:before {
	content: "";
	width: 40px;
	height: 1px;
	background: #1e1e1e;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.leather h4:after,
.rugs h4:after {
	content: "";
	width: 40px;
	height: 1px;
	background: #1e1e1e;
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.leather .item,
.rugs .item {
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	margin-bottom: 5%;

	/* animation-duration: 1.5s;
		animation-delay: 0s;
		animation-iteration-count: 1;
		animation-name: slideInUp; */
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}

/* @keyframes slideInUp {
		0% {
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
			visibility: visible;
		}
		
		100% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	} */
.leather .item a,
.rugs .item a {
	display: block;
	overflow: hidden;
	color: #1e1e1e;
}

.leather .item img,
.rugs .item img {
	margin-bottom: 10px;
	width: 85%;
	/* transition: all 3s ease-in-out; */

}

.leather .item .product_name,
.rugs .item .product_name {
	padding-top: 1rem;
	text-transform: uppercase;
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0 0 0.4rem;
}

/* 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 */

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

@media (min-width: 2000px) {
	.spacer100 {
		clear: both;
		height: 280px;
		display: block;
	}

	.titolo {
		/* margin-top: 10%; */
		font-size: 5em;
	}

	.paragrafo {
		font-weight: 300;
		font-size: 2em;
	}
}

@media (min-width: 1440px) and (max-width: 2559px) {
	.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: 200px;
		display: block;
	}

	.titolo {
		margin-top: 16%;
	}
}

@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: 100px;
		display: block;
	}

}

@media (max-width: 1229px) {

	.palates span,
	.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: 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 (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: 140px;
		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 span,
	.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%;
	}

	.spacer100 {
		clear: both;
		height: 120px;
		display: block;
	}

	.titolo {
		/* margin-top: 2%; */
		font-size: 2em;
	}

	.paragrafo {
		font-size: 0.7em;
	}
}

@media (max-width: 700px) {
	.header-top .logo {
		/* visibility: hidden; */
		display: none;
	}

	.Collection-desc {
		margin-top: 0% !important;
	}

	.spacer100 {
		clear: both;
		height: 50px;
		display: block;
	}

	.footer {
		padding: 4%;
	}
}

/* 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;
	}
}

@media (max-width: 1400px) {
	.offcanvas-body .logo a img {
		width: 100% !important;
	}
}

@media (min-width: 768px) {

	.banner-section-details,
	.banner-section {
		height: 80vh;
		overflow: hidden;
	}
}

#preloader {
	background-color: #000;
	/* 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; */
}




/* product details page */