@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/



body{
	font-family: 'ManropeMedium';
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	/* background: #1A1A1A; */
}

figure {
	margin: 0;
}

strong,
b {
	font-family: 'ManropeBold';
	font-weight: bold;
}

a,
input,
button,
textarea { outline: none !important; }

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

p {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ol,
ul {
	margin-bottom: 20px;
}

ol ol,
ol ul,
ul ol,
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ol li,
ul li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	padding-left: 30px;
	border-left: 5px solid #ffffff;
	margin-bottom: 20px;
}

blockquote * {
	font-size: 150%;
	line-height: 180%;
}

.paragraph-small {
	font-size: 16px;
	line-height: 167%;
}

.common-wrapper {
	padding-left: 50px;
	padding-right: 50px;
}

.fix-width-470 {
	max-width: 470px;
	width: 100%;
}

.fix-width-485 {
	max-width: 485px;
	width: 100%;
}

.fix-width-780 {
	max-width: 780px;
	width: 100%;
}

.fix-width-790 {
	max-width: 790px;
	width: 100%;
}

.fix-width-950 {
	max-width: 950px;
	width: 100%;
}

.fix-width-965 {
	max-width: 965px;
	width: 100%;
}

.fix-width-1085 {
	max-width: 1085px;
	width: 100%;
}

.fix-width-1105 {
	max-width: 1105px;
	width: 100%;
}

.fix-width-1120 {
	max-width: 1120px;
	width: 100%;
}

.fix-width-1515 {
	max-width: 1515px;
	width: 100%;
}

/* main-sub-title */
.main-sub-title {
	display: block !important;
	font-family: 'cygroteskkeylight' !important;
	font-size: 20px !important;
	line-height: 115% !important;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 4px !important;
	margin-bottom: 20px !important;
}

.main-sub-title * {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}
/* main-sub-title */

/* main-title */
.main-title {
	font-family: 'cygroteskkeylight';
	font-size: 96px;
	line-height: 115%;
	color: #ffffff;
	word-break: break-word;
	margin-bottom: 35px;
}

.main-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.main-title a:hover {
	opacity: 0.7;
}
/* main-title */

/* section-title */
.section-title {
	font-family: 'cygroteskkeylight';
	font-size: 64px;
	line-height: 115%;
	color: #ffffff;
	letter-spacing: 1.28px;
	word-break: break-word;
	margin-bottom: 35px;
}

.section-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.section-title a:hover {
	opacity: 0.7;
}
/* section-title */

/* block-title */
.block-title {
	font-family: 'cygroteskkeylight';
	font-size: 34px;
	line-height: 40px;
	color: #ffffff;
	word-break: break-word;
	margin-bottom: 20px;
}

.block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.block-title a:hover {
	opacity: 0.7;
}
/* block-title */

/* small-block-title */
.small-block-title {
	font-family: 'cygroteskkeylight';
	font-size: 36px;
	line-height: 115%;
	color: #ffffff;
	word-break: break-word;
	margin-bottom: 25px;
}

.small-block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.small-block-title a:hover {
	opacity: 0.7;
}
/* small-block-title */

/* extra-small-block-title */
.extra-small-block-title {
	font-family: 'cygroteskkeylight';
	font-size: 24px;
	line-height: 115%;
	color: #ffffff;
	word-break: break-word;
	margin-bottom: 20px;
}

.extra-small-block-title * {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.extra-small-block-title a:hover {
	opacity: 0.7;
}
/* block-title */

/* buttons */
.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 115%;
	word-break: break-word;
	letter-spacing: 4px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn.btn-arrow:before {
	position: relative;
	content: "\f061";
	font-family: 'FontAwesome6FreeSolid900';
	left: 0;
	font-size: 12px;
	width: 33px;
	height: 33px;
	border: 1px solid transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	padding-left: 3px;
	padding-top: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.btn-simple-white {
	color: #ffffff !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-simple-white:before {
	border-color: #ffffff !important;
}

.btn-simple-white:active,
.btn-simple-white:focus {
	color: #ffffff !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-simple-white:active:focus,
.btn-simple-white:hover {
	color: #ffffff !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-simple-white:active:focus:before,
.btn-simple-white:hover:before {
	color: #1A1A1A !important;
	background: #ffffff !important;
	left: -10px;
}

.btn-white {
	color: #ffffff !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-white:before {
	background: #ffffff !important;
	color: #1A1A1A !important;
	border-color: #ffffff !important;
}

.btn-white:active,
.btn-white:focus {
	color: #ffffff !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-white:active:focus,
.btn-white:hover {
	color: #ffffff !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-white:active:focus:before,
.btn-white:hover:before {
	color: #925F3F !important;
	background: transparent !important;
	left: -10px;
}

.btn-simple-gold {
	color: #925F3F !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-simple-gold:before {
	color: #925F3F !important;
	border-color: #925F3F !important;
}

.btn-simple-gold:active,
.btn-simple-gold:focus {
	color: #925F3F !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-simple-gold:active:focus,
.btn-simple-gold:hover {
	color: #925F3F !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-simple-gold:active:focus:before,
.btn-simple-gold:hover:before {
	color: #925F3F !important;
	background: #925F3F !important;
	left: -10px;
}

.btn-gold {
	color: #925F3F !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-gold:before {
	background: #925F3F !important;
	color: #ffffff !important;
	border-color: #925F3F !important;
}

.btn-gold:active,
.btn-gold:focus {
	color: #925F3F !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-gold:active:focus,
.btn-gold:hover {
	color: #925F3F !important;
	background: transparent !important;
	border-color: transparent !important;
}

.btn-gold:active:focus:before,
.btn-gold:hover:before {
	color: #925F3F !important;
	background: transparent !important;
	left: -10px;
}
/* buttons */

/* common-main-section */
.common-main-section {
	position: relative;
}

.common-section-main-title {
	position: absolute;
	left: -120px;
	top: 50%;
	text-align: center;
	padding: 0 30px;
	z-index: 9;
	transform: translate(0, -50%) rotate(-90deg);
	-webkit-transform: translate(0, -50%) rotate(-90deg);
	-moz-transform: translate(0, -50%) rotate(-90deg);
	-ms-transform: translate(0, -50%) rotate(-90deg);
	-o-transform: translate(0, -50%) rotate(-90deg);
}
/* common-main-section */

/* common-breadcrumbs */
.common-breadcrumbs-block {
	color: #1A1A1A;
	margin-bottom: 20px;
	font-family: 'cygroteskkeylight';
	font-size: 20px;
	letter-spacing: 4px;
}

.common-breadcrumbs-block .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	color: inherit;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item:before {
	content: "|";
	color: #DB9F78;
	padding: 0 7px;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item:first-child:before {
	display: none;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item:last-child {
	border: none;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item * {
	color: inherit;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item a:hover {
	opacity: 0.7;
}

.common-breadcrumbs-block .breadcrumb .breadcrumb-item.active *,
.common-breadcrumbs-block .breadcrumb .breadcrumb-item a.active {
	opacity: 1;
}
/* common-breadcrumbs */

/* common-form */
.common-form .row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.common-form .row > * {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.common-form .form-group {
	margin-bottom: 25px;
}

.common-form .form-check-label,
.common-form .form-label {
	font-family: 'ManropeMedium';
	font-weight: normal;
	color: #1A1A1A;
}

.common-form .form-select,
.common-form .form-control {
	height: 45px;
	resize: none;
	box-shadow: none;
	border: none;
	padding: 12px;
	color: #1A1A1A;
	background-color: transparent;
	border-bottom: 1px solid #1A1A1A;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.common-form .form-control::-webkit-input-placeholder { color: #1A1A1A; }
.common-form .form-control::-moz-placeholder { color: #1A1A1A; }
.common-form .form-control:-ms-input-placeholder { color: #1A1A1A; }
.common-form .form-control:-o-placeholder { color: #1A1A1A; }

.common-form .form-check {
	position: relative;
	padding: 0;
	margin-bottom: 5px;
}

.common-form .form-check .form-check-label {
	position: relative;
	padding-left: 30px;
}

.common-form .form-check .form-check-label:before {
	position: absolute;
	content: "";
	font-family: 'FontAwesome6FreeSolid900';
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	color: #ffffff;
	font-size: 14px;
	line-height: 100%;
	border: 1px solid #1A1A1A;
	display: flex;
	align-items: center;
	justify-content: center;
}

.common-form .form-check input[type="radio"],
.common-form .form-check input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 5px;
	opacity: 0;
	padding: 0;
	margin: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	z-index: 9;
}

.common-form .form-check input[type="radio"] ~ .form-check-label:before {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.common-form.white-layout .form-check .form-check-label:before {
	border-color: #ffffff;
	color: #1A1A1A;
}

.common-form .form-check input[type="radio"]:checked ~ .form-check-label:before,
.common-form .form-check input[type="checkbox"]:checked ~ .form-check-label:before {
	background: #1A1A1A;
}

.common-form .form-check input[type="radio"]:checked ~ .form-check-label:before {
	content: "\f111";
}

.common-form .form-check input[type="checkbox"]:checked ~ .form-check-label:before {
	content: "\f00c";
}

.common-form.white-layout .form-check input[type="radio"]:checked ~ .form-check-label:before,
.common-form.white-layout .form-check input[type="checkbox"]:checked ~ .form-check-label:before {
	background: #ffffff;
}

.common-form.white-layout .form-check-label,
.common-form.white-layout .form-label {
	color: #ffffff;
}

.common-form.white-layout .form-select,
.common-form.white-layout .form-control {
	color: #ffffff;
	border-color: #ffffff;
}

.common-form.white-layout .form-control::-webkit-input-placeholder { color: #ffffff; }
.common-form.white-layout .form-control::-moz-placeholder { color: #ffffff; }
.common-form.white-layout .form-control:-ms-input-placeholder { color: #ffffff; }
.common-form.white-layout .form-control:-o-placeholder { color: #ffffff; }

.common-form .form-submit {
	margin-top: 20px;
}

.common-form .personal-purpose-data {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 5px;
	padding-left: 20px;
}

.common-form .personal-purpose-data > * {
	flex: 0 0 auto;
	padding: 0 15px;
}

.common-form .personal-purpose-data .form-check {
	opacity: 0.6;
}

.common-form .instrested-options-group {
	padding-left: 20px;
	padding-right: 20px;
}

.common-form .instrested-options-group .instrested-options-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.common-form .instrested-options-group .instrested-options-list > * {
	flex: 0 0 auto;
	max-width: 100%;
	margin: 0 15px 15px;
}
/* common-form */
/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	padding: 32px 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.header.h-stick {
	background: #1A1A1A;
}

.header.nav-menu-open:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #1A1A1A;
	z-index: 9;
}

.navbar {
	padding: 0;
	justify-content: space-between;
}

.navbar .navbar-brand {
	position: relative;
	z-index: 99;
	padding: 0;
	width: 192px;
}

.navbar-toggler {
	position: relative;
	z-index: 99;
	display: flex !important;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-end;
    width: 30px;
    height: 20px;
    padding: 0;
    box-shadow: none !important;
    border: none;
}

.navbar-toggler .hamburger {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger-toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.navbar-toggler .hamburger span {
    width: 100%;
    height: 2px;
    background: #ffffff;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
	width: 100%;
    top: 9px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
    opacity: 0;
	width: 22px;
}

.navbar-toggler .hamburger span:last-child {
	width: 100%;
    margin: 0;
    top: -9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
    opacity: 1 !important;
    top: auto !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.navbar-toggler.collapsed .hamburger span:last-child {
	width: 14px;
}

.navbar .navbar-collapse {
	display: block !important;
	position: fixed;
	left: 0;
	right: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	padding: 150px 210px 50px;
	overflow: auto;
	background: rgba(37, 37, 37, 0.70);
	backdrop-filter: blur(10px);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar .navbar-collapse.show {
	bottom: 0;
}

/* .navbar .navbar-collapse:before {
	position: fixed;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #1A1A1A;
	height: 126px;
	width: 100%;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.7s;
	transition-duration: 0.7s;
} */

.navbar .navbar-collapse.show:before {
	opacity: 1;
	visibility: visible;
}

.navbar .navbar-collapse .container {
	height: 100%;
}

.navbar .navbar-collapse .navbar-collapse-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 100%;
	padding-bottom: 50px;
}

.navbar .navbar-collapse .navbar-collapse-content .navbar-collapse-detail {
	position: relative;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.7s;
	transition-duration: 0.7s;
}

.navbar .navbar-collapse.show .navbar-collapse-content .navbar-collapse-detail {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.navbar .navbar-collapse .navbar-collapse-buttons {
	display: flex;
	align-items: center;
	margin: 70px -25px 0;
}

.navbar .navbar-collapse .navbar-collapse-buttons > * {
	margin: 0 15px 15px;
}
.marble-image a:hover figure {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}
.demanded-stone-image a:hover figure {
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}


.navbar .navbar-collapse .navbar-collapse-buttons .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    padding: 14px 20px;
    max-width: fit-content;
    width: 100%;
	font-family: 'ManropeLight';
	font-size: 15px;
	line-height: 125%;
	border: 1px solid #ffffff;
	color: #ffffff;
	background: transparent;
	box-shadow: none;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
}

.navbar .navbar-collapse .navbar-collapse-buttons .btn:active,
.navbar .navbar-collapse .navbar-collapse-buttons .btn:focus {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

.navbar .navbar-collapse .navbar-collapse-buttons .btn:active:focus,
.navbar .navbar-collapse .navbar-collapse-buttons .btn:hover {
	color: #1A1A1A;
	background: #ffffff;
	border-color: #ffffff;
}

.navbar .navbar-nav {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	top: 50px;
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.7s;
	transition-duration: 0.7s;
}

.navbar .navbar-collapse.show .navbar-nav {
	top: 0;
	visibility: visible;
	opacity: 1;
}

.navbar .navbar-nav .nav-item {
	margin-bottom: 45px;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-bottom: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-family: 'cygroteskkeylight';
	font-size: 22px;
	line-height: 125%;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 4.4px;
	padding: 0;
}
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/
/* banner */
.banner-section {
	position: relative;
	overflow: hidden;
}

.banner-slider {
	position: relative;
}

.banner-section:before {
	position: absolute;
	content: "";
	left: -370px;
	top: 50%;
	width: 738px;
	height: 738px;
	z-index: 9;
	background: rgba(146, 95, 63, 0.60);
	backdrop-filter: blur(10px);
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.banner-images-carousel {
	opacity: 0;
}

.banner-images-carousel.slick-initialized {
	opacity: 1;
}

.banner-images-carousel .banner-block {
	position: relative;
}

.banner-images-carousel .banner-block .banner-main-image {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
}

.banner-	images-carousel .slick-next .banner-block .banner-main-image *,
.banner-images-carousel .banner-block .banner-main-image * {
	width: 740px;
	height: 740px;
	position: relative;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
	transform: translate(-10%) scale(1);
	-webkit-transform: translate(-10%) scale(1);
	-moz-transform: translate(-10%) scale(1);
	-ms-transform: translate(-10%) scale(1);
	-o-transform: translate(-10%) scale(1);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.banner-images-carousel .slick-next .banner-block,
.banner-images-carousel .slick-prev .banner-block {
	z-index: 9;
}

.banner-images-carousel .slick-next .banner-block .banner-main-image:before,
.banner-images-carousel .slick-prev .banner-block .banner-main-image:before {
	opacity: 0;
}

.banner-images-carousel .slick-prev .banner-block .banner-main-image * {
	z-index: 99;
	transform: translate(110%) scale(1);
	-webkit-transform: translate(110%) scale(1);
	-moz-transform: translate(110%) scale(1);
	-ms-transform: translate(110%) scale(1);
	-o-transform: translate(110%) scale(1);
}

.banner-images-carousel .slick-current .banner-block .banner-main-image * {
	width: 100%;
	height: 100%;
	transform: scale(1) translate(0);
	-webkit-transform: scale(1) translate(0);
	-moz-transform: scale(1) translate(0);
	-ms-transform: scale(1) translate(0);
	-o-transform: scale(1) translate(0);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.banner-block .banner-main-image:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(32, 32, 32, 0.30);
	z-index: 9;
}

.banner-block .banner-main-image * {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.banner-content-slider {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.banner-content-carousel {
	opacity: 0;
}

.banner-content-carousel.slick-initialized {
	opacity: 1;
}

.banner-content-carousel .banner-block {
	position: relative;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	transition-delay: 0.7s;
	transition-duration: 0.7s;
}

.banner-content-carousel .slick-current .banner-block {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.banner-section .banner-slider-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	z-index: 9;
}

.banner-slider-dots .banner-slider-dots-content {
	position: relative;
	max-width: 278px;
	width: 100%;
}

.banner-slider-dots .banner-slider-dots-content .banner-slider-progressbar {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 0;
	background: #ffffff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.banner-slider-dots .banner-slider-dots-content .slick-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
	/* max-width: 278px; */
	width: 100%;
	border-bottom: 2px solid rgba(255,255,255,0.6);
}

.banner-slider-dots .banner-slider-dots-content .slick-dots li {
	display: inline-flex;
	align-items: center;
	margin: 0 15px 15px;
	padding: 0;
	cursor: pointer;
	font-size: 16px;
	line-height: 167%;
	color: #ffffff;
	opacity: 0.7;
}

.banner-slider-dots .banner-slider-dots-content .slick-dots li:first-child {
	margin-left: 0;
}

.banner-slider-dots .banner-slider-dots-content .slick-dots li:last-child {
	margin-right: 0;
}

.banner-slider-dots .banner-slider-dots-content .slick-dots li.slick-active,
.banner-slider-dots .banner-slider-dots-content .slick-dots li:hover {
	opacity: 1;
}
/* banner */

/* your-dream-kitchen */
.your-dream-kitchen-main-section .common-section-main-title {
	left: -55px;
}

.your-dream-kitchen-section {
	padding-top: 125px;
	padding-bottom: 100px;
}

.your-dream-kitchen-section .your-dream-kitchen-main-title {
	position: relative;
	z-index: 9;
	text-align: right;
	margin-bottom: -275px;
}

.your-dream-kitchen-section .your-dream-kitchen-images {
	position: relative;
}

.your-dream-kitchen-section .your-dream-kitchen-images .kitchen-sub-image {
	position: absolute;
	left: 0;
	top: -40px;
}

.your-dream-kitchen-section .your-dream-kitchen-images .kitchen-sub-image * {
	width: 298px;
	height: 298px;
	box-shadow: 10px 10px 40px 30px rgba(0, 0, 0, 0.10);
	object-fit: cover;
	font-family: 'object-fit: cover';
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.your-dream-kitchen-section .your-dream-kitchen-images .kitchen-main-image * {
	width: 100%;
	height: 755px;
	object-fit: cover;
	font-family: 'object-fit: cover';
	object-position: center 62%;
	border-radius: 700px 700px 0 0;
	-webkit-border-radius: 700px 700px 0 0;
	-moz-border-radius: 700px 700px 0 0;
	-ms-border-radius: 700px 700px 0 0;
	-o-border-radius: 700px 700px 0 0;
}

.your-dream-kitchen-section .your-dream-kitchen-images {
	margin-bottom: 25px;
}

.your-dream-kitchen-section .your-dream-kitchen-content .dream-kitchen-circle-text-img {
	position: relative;
	margin-left: -100px;
}

@keyframes dream_kitchen_text_rotate {
	from {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

@-webkit-keyframes dream_kitchen_text_rotate {
	from {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}

.your-dream-kitchen-section .your-dream-kitchen-content .dream-kitchen-circle-text-img * {
	width: 193px;
	position: relative;
	animation: dream_kitchen_text_rotate 30s linear 0.2s infinite;
	-webkit-animation: dream_kitchen_text_rotate 30s linear 0.2s infinite;
}

.your-dream-kitchen-section .your-dream-kitchen-content .your-dream-kitchen-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: -125px;
}

.your-dream-kitchen-section .your-dream-kitchen-content .your-dream-kitchen-detail .dream-kitchen-detail {
	text-align: right;
}

.your-dream-kitchen-section .your-dream-kitchen-content .your-dream-kitchen-detail .dream-kitchen-detail *:last-child {
	margin-bottom: 0;
}
/* your-dream-kitchen */

/* stone-types */
.stone-types-main-section .common-section-main-title {
	z-index: 99;
	left: -115px;
}

.stone-types-section {
	position: relative;
	z-index: 9;
	padding-top: 105px;
	padding-bottom: 65px;
}

.stone-types-section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(22, 22, 22, 0.60);
	mix-blend-mode: multiply;
	z-index: -1;
}

.stone-types-section .stone-types-button {
	margin-top: 50px;
}

.stone-types-carousel {
	opacity: 0;
}

.stone-types-carousel.slick-initialized {
	opacity: 1;
}

.stone-types-carousel .slick-track {
	display: flex;
}

.stone-types-carousel .slick-list {
	margin: 0 -35px;
	padding: 0 222px !important;
}

.stone-types-carousel .slick-slide {
	padding: 0 35px;
	height: inherit;
}

.stone-types-carousel .stone-types-block {
	height: 835px;
	position: relative;
	opacity: 0.7;
}

.stone-types-carousel .slick-prev .stone-types-block {
	opacity: 0.3;
}

.stone-types-carousel .stone-types-block .stone-type-image {
	position: relative;
	height: 100%;
	padding: 100px 35px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

/* .stone-types-carousel .slick-current {
	padding-right: 75px;
} */

.stone-types-carousel .slick-current .stone-types-block {
	opacity: 1;
}

.stone-types-carousel .slick-current .stone-types-block .stone-type-image {
	padding: 0;
}

.stone-types-carousel .stone-types-block .stone-type-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
	border-radius: 225px;
	-webkit-border-radius: 225px;
	-moz-border-radius: 225px;
	-ms-border-radius: 225px;
	-o-border-radius: 225px;
}

.stone-types-carousel .slick-current .stone-types-block .stone-type-image * {
	border-radius: 315px;
	-webkit-border-radius: 315px;
	-moz-border-radius: 315px;
	-ms-border-radius: 315px;
	-o-border-radius: 315px;
}

.stone-types-carousel .stone-types-block .stone-type-detail {
	position: absolute;
	left: 0;
	bottom: 0;
	/* max-width: 570px;
	width: 100%; */
	width: 575px;
	visibility: hidden;
	opacity: 0;
}

.stone-types-carousel .slick-current .stone-types-block .stone-type-detail {
	left: -275px;
	opacity: 1;
	visibility: visible;
	transition-delay: 0.4s;
	transition-duration: 0.4s;
}

.stone-types-carousel .stone-types-block .stone-type-detail .stone-detail {
	max-width: 300px;
	width: 100%;
}

.stone-types-carousel .stone-types-block .main-title {
	color: #DB9F78;
	margin-bottom: 10px;
}

.stone-types-carousel .stone-types-block .find-more-stone-button {
	margin-top: 35px;
}

.stone-types-carousel .stone-types-block .stone-types-slider-info {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	font-family: 'cygroteskkeylight';
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 4.8px;
}

.stone-types-carousel .stone-types-block .stone-types-slider-info .total-slides {
	position: relative;
	bottom: 0;
	font-size: 16px;
	line-height: 90%;
	letter-spacing: 3.2px;
	color: rgba(255, 255, 255, 0.50);
}

.stone-types-carousel .stone-types-block .stone-types-slider-info .total-slides:before {
	position: relative;
	content: "/";
	padding: 0 5px;
}

/* .stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-content {
	max-width: 1645px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
} */

.stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 50px -3px 0;
}

.stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-detail > * {
	flex: 0 0 auto;
	max-width: 100%;
	margin: 0 3px;
}

.stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-detail .stone-type-slider-progressbar {
	flex: 1 0 0;
	max-width: 100%;
	width: 100%;
	height: 1px;
}

.stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-detail .stone-type-slider-progressbar * {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 0;
	height: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-detail .stone-type-slider-progressbar *:after {
	position: relative;
	content: "";
	width: 9px;
	height: 9px;
	background: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-detail a {
	width: 50px;
	height: 50px;
	display: flex;
	color: #ffffff;
	align-items: center;
	justify-content: center;
}

.stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-detail a.slick-disabled {
	opacity: 0.5;
	cursor: default !important;
	/* background: transparent !important; */
}

/* .stone-types-slider .stone-type-arrows-progressbar-block .stone-type-arrows-progressbar-detail a:hover {
	background: #DB9F78;
} */
/* stone-types */

/* materials-quality */
.materials-quality-main-section .common-section-main-title {
	left: -80px;
}

.materials-quality-main-section .materials-quality-inner-section {
	position: relative;
	z-index: 9;
}

.materials-quality-section {
	padding-top: 105px;
	/* padding-bottom: 105px; */
	padding-bottom: 45px;
}

.materials-quality-section .materials-quality-main-title {
	margin-bottom: 45px;
}

.materials-quality-slider {
	margin-left: 245px;
	padding-left: 80px;
	position: relative;
}

.materials-quality-carousel {
	opacity: 0;
}

.materials-quality-carousel.slick-initialized {
	opacity: 1;
}

.materials-quality-carousel .slick-list {
	opacity: 1;
}

/* .materials-quality-carousel .materials-quality-block .materials-quality-image {
	position: relative;
} */

.materials-quality-carousel .materials-quality-block {
	padding-bottom: 110px;
}

/* .materials-quality-carousel .slick-prev .materials-quality-block {
	float: right;
	padding: 0;
	cursor: pointer;
} */

/* .materials-quality-carousel .slick-prev .materials-quality-block .materials-quality-image {
	left: 100%;
	top: 270px;
	width: 298px;
	height: 298px;
	overflow: unset;
	z-index: 9;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translate(0, 100%);
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
} */

/* .materials-quality-carousel .slick-prev .materials-quality-block .materials-quality-image * {
	width: inherit;
	height: inherit;
	box-shadow: 10px 10px 40px 30px rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
} */

.materials-quality-block .materials-quality-image {
	height: 760px;
	overflow: hidden;
	border-radius: 400px 0 0 0;
	-webkit-border-radius: 400px 0 0 0;
	-moz-border-radius: 400px 0 0 0;
	-ms-border-radius: 400px 0 0 0;
	-o-border-radius: 400px 0 0 0;
	/* transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s; */
}

.materials-quality-block .materials-quality-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.materials-quality-slider .materials-quality-arrows-progressbar-block {
	/* position: relative; */
	padding: 50px 165px 0 285px;
	position: absolute;
	left: 0;
	right: 0;
	/* bottom: 30px; */
	bottom: 22px;
	z-index: 9;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .see-all-button {
	text-align: right;
	padding-top: 27px;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -20px;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-content > * {
	flex: 1 0 0;
	max-width: 100%;
	padding: 0 20px;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-slider-info {
	flex: 0 0 auto;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	font-family: 'cygroteskkeylight';
	font-size: 36px;
	line-height: 100%;
	color: #925F3F;
	letter-spacing: 7.2px;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-slider-info .total-slides {
	position: relative;
	bottom: 0;
	font-size: 16px;
	line-height: 90%;
	letter-spacing: 4px;
	color: rgba(146, 95, 63, 0.40);
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-slider-info .total-slides:before {
	position: relative;
	content: "/";
	padding: 0 5px;
}

/* .materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-content {
	max-width: 1645px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
} */

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 -3px;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail > * {
	flex: 0 0 auto;
	max-width: 100%;
	margin: 0 3px;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail .materials-quality-slider-progressbar {
	flex: 1 0 0;
	max-width: 100%;
	width: 100%;
	height: 1px;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail .materials-quality-slider-progressbar * {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 0;
	height: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail .materials-quality-slider-progressbar *:after {
	position: relative;
	content: "";
	width: 9px;
	height: 9px;
	background: #925F3F;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail a {
	width: 33px;
	height: 33px;
	display: flex;
	color: #ffffff;
	background: #925F3F;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail a.slick-disabled {
	opacity: 0.5;
	cursor: default !important;
	/* background: transparent !important; */
}

/* .materials-quality-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail a:hover {
	background: #DB9F78;
} */



.materials-quality-sub-carousel {
	opacity: 0;
	/* position: absolute !important;
	left: -60px;
	bottom: -60px;
	z-index: 9; */
	/* width: 415px; */
	margin-left: -140px;
	margin-top: -360px;
}

.materials-quality-sub-carousel.slick-initialized {
	opacity: 1;
}

.materials-quality-sub-carousel .slick-slide:first-child .materials-quality-block {
	visibility: hidden;
}

.materials-quality-sub-carousel .materials-quality-block {
	padding: 60px;
}

.materials-quality-sub-carousel .materials-quality-block .materials-quality-image {
	width: 298px;
	height: 298px;
	overflow: unset;
	box-shadow: 10px 10px 40px 30px rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.materials-quality-sub-carousel .materials-quality-block .materials-quality-image * {
	width: inherit;
	height: inherit;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
/* materials-quality */

/* inner pages */
.inner-pg {
	position: relative;
	z-index: 9;
	padding-top: 155px;
	padding-bottom: 50px;
}

/* marbles page */
.marbles-section .main-detail {
	margin-bottom: 45px;
}

.marbles-section .marbles-sidebar {
	margin-top: 125px;
}

.marbles-list > .row {
	margin: 0 -12px;
}

.marbles-list > .row > * {
	padding: 0 12px;
}

.marble-block {
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	margin-bottom: 45px;
}

.marble-block .marble-image {
	height: 385px;
	overflow: hidden;
	margin-bottom: 30px;
	border-radius: 315px;
	-webkit-border-radius: 315px;
	-moz-border-radius: 315px;
	-ms-border-radius: 315px;
	-o-border-radius: 315px;
}

.marble-block .marble-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.marble-block .marble-detail {
	color: inherit;
}

a.marble-block:hover,
.marble-block .marble-detail a:hover {
	color: #DB9F78;
}

.marbles-sidebar {
	position: sticky;
	top: 125px;
}

.marbles-sidebar ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.marbles-sidebar ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'cygroteskkeylight';
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    padding: .25rem 0;
}

.marbles-sidebar ul li a {
	color: inherit;
	text-decoration: underline;
}

.marbles-sidebar ul li.active a,
.marbles-sidebar ul li a.active,
.marbles-sidebar ul li a:hover {
	color: #DB9F78;
}

.marbles-sidebar .back-page-button {
	margin-top: 65px;
}

.marbles-sidebar .back-page-button .btn {
	color: #ffffff !important;
}

.marbles-sidebar .back-page-button .btn:before {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
/* marbles page */

/* implementations page */
.common-page-main-title {
	margin-bottom: 50px;
}

.implementations-list > .row {
	margin: 0 -10px;
}

.implementations-list > .row > * {
	padding: 0 10px;
}

.implementations-main-block {
	height: 100%;
}

.implementations-block {
	display: block;
	height: calc(100% - 20px);
	margin-bottom: 20px;
}

.implementations-main-block.half-height .implementations-block {
	height: calc(50% - 20px);
}

.implementations-block .implementations-image {
	height: 100%;
}

.implementations-block .implementations-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/* implementations page */

/* our-products page */
.our-products-section {
	padding-bottom: 50px;
}

.our-products-list {
	counter-reset: block-counter;
}

.our-products-block {
	counter-increment: block-counter;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid rgba(255,255,255,0.6);
    align-items: center;
}

.our-products-block > * {
	flex: 1 0 0;
	max-width: 100%;
}

.our-products-block .our-products-detail {
	flex: 0 0 auto;
	width: 650px;
	position: relative;
	padding-left: 150px;
	padding-right: 70px;
}

.our-products-block .our-products-image {
	overflow: hidden;
	border-radius: 200px 0 0 0;
	-webkit-border-radius: 200px 0 0 0;
	-moz-border-radius: 200px 0 0 0;
	-ms-border-radius: 200px 0 0 0;
	-o-border-radius: 200px 0 0 0;
}

.our-products-block .about-image-left {
	overflow: hidden;
	border-radius: 200px 0 0 0;
	-webkit-border-radius: 200px 0 0 0;
	-moz-border-radius: 200px 0 0 0;
	-ms-border-radius: 200px 0 0 0;
	-o-border-radius: 200px 0 0 0;
}

.our-products-block .about-image-right {
	overflow: hidden;
	border-radius: 0 200px 0 0;
	-webkit-border-radius: 0 200px 0 0;
	-moz-border-radius: 0 200px 0 0;
	-ms-border-radius: 0 200px 0 0;
	-o-border-radius: 0 200px 0 0;
}

.our-products-block .our-products-image * {
	width: 100%;
}

.our-products-block .our-products-detail .product-numbers {
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'cygroteskkeylight';
	font-size: 24px;
	line-height: 115%;
	color: #ffffff;
	letter-spacing: 4.8px;
	margin-bottom: 20px;
}

.our-products-block .our-products-detail .product-numbers > * {
	position: relative;
}

.our-products-block .our-products-detail .product-numbers > *:before {
	position: relative;
	content: "";
}

.our-products-block .our-products-detail .product-numbers .current-num:before {
	content: "0" counter(block-counter);
}

.our-products-block .our-products-detail .product-numbers .total-num {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.50);
	letter-spacing: 3.2px;
	margin-left: -10px;
}

.about-our-story-section {
	padding-top: 100px;
	padding-bottom: 115px;
}

.about-our-story-section .about-our-story-content {
	padding-left: 162px;
}

.about-our-story-section .about-our-story-images {
	position: relative;
	padding-left: 80px;
}

.about-our-story-section .about-our-story-images .our-story-main-image * {
	width: 100%;
	border-radius: 400px 0 0 0;
	-webkit-border-radius: 400px 0 0 0;
	-moz-border-radius: 400px 0 0 0;
	-ms-border-radius: 400px 0 0 0;
	-o-border-radius: 400px 0 0 0;
}

.about-our-story-section .about-our-story-images .our-story-sub-image {
	position: absolute;
	left: 0;
	bottom: -107px;
	width: 298px;
	height: 298px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.about-our-story-section .about-our-story-images .our-story-sub-image * {
	width: inherit;
	height: inherit;
	box-shadow: 10px 10px 40px 30px rgba(0, 0, 0, 0.10);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.about-our-story-section .more-about-our-story {
	text-align: right;
	padding-top: 32px;
}
/* our-products page */

/* type of stone page */
.type-of-stone-section {
	padding-bottom: 10px;
}

.type-of-stone-section .type-of-stone-description {
	display: flex;
	flex-wrap: wrap;
}

.type-of-stone-section .type-of-stone-description > * {
	flex: 1 0 0;
	max-width: 100%;
}

.type-of-stone-section .type-of-stone-description .type-of-stone-main-content {
	width: calc(100% - 650px);
}

.type-of-stone-section .type-of-stone-description .marbles-main-sidebar {
	flex: 0 0 auto;
	width: 650px;
	padding-left: 15px;
	padding-right: 15px;
}

.type-of-stone-section .type-of-stone-description .marbles-main-sidebar .marbles-sidebar {
	max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.type-of-stone-section .type-of-stone-main-content .common-page-main-title {
	padding-right: 15px;
}

.type-of-stone-section .most-demanded-stone-title .section-title {
	margin-bottom: 75px;
}

.type-of-stone-section .most-demanded-stone-images {
	position: relative;
}

.type-of-stone-section .most-demanded-stone-images .most-demanded-stone-text {
	position: absolute;
	left: 30px;
	top: 30px;
}

.type-of-stone-section .most-demanded-stone-images .most-demanded-stone-text * {
	position: relative;
	width: 195px;
	height: 195px;
	animation: dream_kitchen_text_rotate 30s linear 0.2s infinite;
	-webkit-animation: dream_kitchen_text_rotate 30s linear 0.2s infinite;
}

.type-of-stone-section .most-demanded-stone-images .most-demanded-stone-image * {
	width: 100%;
	border-radius: 400px 0 0 0;
	-webkit-border-radius: 400px 0 0 0;
	-moz-border-radius: 400px 0 0 0;
	-ms-border-radius: 400px 0 0 0;
	-o-border-radius: 400px 0 0 0;
}

.most-demanded-stone-section {
	padding-top: 90px;
}

.most-demanded-stone-section .most-demanded-stone-list .demanded-stone-left .most-demanded-stone-block {
	max-width: 475px;
}

.most-demanded-stone-section .most-demanded-stone-list .demanded-stone-left .most-demanded-stone-block .demanded-stone-image {
	height: 710px;
}

.most-demanded-stone-section .most-demanded-stone-list .demanded-stone-left .most-demanded-stone-block .demanded-stone-detail {
	max-width: 370px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.most-demanded-stone-block {
	max-width: 260px;
	text-align: center;
	margin: 0 auto 60px;
}

.most-demanded-stone-block .demanded-stone-image {
	height: 385px;
	overflow: hidden;
	margin: 0 auto 25px;
	border-radius: 315px;
	-webkit-border-radius: 315px;
	-moz-border-radius: 315px;
	-ms-border-radius: 315px;
	-o-border-radius: 315px;
}

.most-demanded-stone-block .demanded-stone-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}

.most-demanded-stone-block .demanded-stone-detail .main-detail {
	font-family: 'cygroteskkeylight';
	letter-spacing: 3.6px;
}

.most-demanded-stone-block .demanded-stone-detail .detail {
	font-family: 'cygroteskkeylight';
}

.most-demanded-stone-block .demanded-stone-link > * {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-family: 'cygroteskkeylight';
	min-height: 40px;
	font-size: 0;
	color: #ffffff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.most-demanded-stone-block .demanded-stone-link > *:hover {
	font-size: 18px;
}

.most-demanded-stone-block .demanded-stone-link > *:hover:after {
	margin-left: 10px;
}

.most-demanded-stone-block .demanded-stone-link > *:after {
	position: relative;
	content: "\f061";
	font-family: 'FontAwesome6FreeSolid900';
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
	background: #925F3F;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
/* type of stone page */

/* salome page */
.reservation-stone-section {
	padding-top: 90px;
	padding-bottom: 100px;
	padding-right: 15px;
}

.reservation-stone-section .reservation-stone-title {
	margin-bottom: 50px;
}

.salome-image-detail-section {
	padding-right: 15px;
	padding-bottom: 75px;
}

.salome-image-detail-section .most-demanded-stone-images {
	margin-bottom: 35px;
}

.salome-image-detail-section .most-demanded-stone-images .popular-tag-mark {
	position: absolute;
	left: 0;
	top: 0;
	width: 155px;
	height: 155px;
	background: rgba(146, 95, 63, 0.60);
	backdrop-filter: blur(10px);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'cygroteskkeylight';
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.salome-image-detail-section .most-demanded-stone-images .most-demanded-stone-image * {
	border-radius: 200px 0 0 0;
	-webkit-border-radius: 200px 0 0 0;
	-moz-border-radius: 200px 0 0 0;
	-ms-border-radius: 200px 0 0 0;
	-o-border-radius: 200px 0 0 0;
}

.look-how-use-stone-section .look-how-use-stone-main-title {
	padding-left: 15px;
	padding-right: 15px;
}

.look-how-use-stone-slider {
	margin: 0;
	overflow: hidden;
}

.look-how-use-stone-slider .materials-quality-block {
	padding: 0 !important;
}

.look-how-use-stone-slider .materials-quality-arrows-progressbar-block {
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	padding: 30px 0 0;
}

.look-how-use-stone-slider .materials-quality-arrows-progressbar-block .materials-quality-slider-info {
	color: #ffffff;
}

.look-how-use-stone-slider .materials-quality-arrows-progressbar-block .materials-quality-slider-info .total-slides {
	color: rgba(255, 255, 255, 0.40);
}

.look-how-use-stone-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail a {
	background: transparent;
}

.look-how-use-stone-slider .materials-quality-arrows-progressbar-block .materials-quality-arrows-progressbar-detail .materials-quality-progress:after {
	background: #ffffff;
}

.look-how-use-stone-slider .materials-quality-carousel .slick-prev .materials-quality-block .materials-quality-image {
	left: auto;
	top: auto;
	width: 100%;
	height: auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
/* salome page */
/* inner pages */
/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.common-scroll-to-section .footer {
	position: sticky;
	left: 0;
	right: 0;
	bottom: 0;
}

.footer .f-top {
	padding: 110px 0 140px;
}

.f-logo-block .f-logo {
	margin-bottom: 60px;
}

.f-logo-block .f-logo * {
	width: 192px;
}

.f-block.f-logo-block .f-detail ul li {
	line-height: 125%;
}

.f-block {
	margin-bottom: 30px;
}

.f-block .f-detail ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.f-block .f-detail ul li {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	list-style-type: none;
	font-family: 'ManropeLight';
	font-size: 16px;
	line-height: 167%;
	color: #ffffff;
	letter-spacing: 1.6px;
}

.f-block .f-detail ul li a {
	color: inherit;
}

.f-block .f-detail ul li.active a,
.f-block .f-detail ul li.current-menu-item a,
.f-block .f-detail ul li.current-menu-parent a,
.f-block .f-detail ul li.current_page_parent a,
.f-block .f-detail ul li a.active,
.f-block .f-detail ul li a.current-menu-item,
.f-block .f-detail ul li a.current-menu-parent,
.f-block .f-detail ul li a.current_page_parent,
.f-block .f-detail ul li a:hover {
	color: rgba(255,255,255,0.5);
}

.footer .f-bottom .f-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.4);
}

.footer .f-bottom .f-content ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -10px;
	padding: 0;
	list-style-type: none;
}

.footer .f-bottom .f-content ul li {
	display: inline-flex;
	align-items: center;
	margin: 0 10px 10px;
	padding: 0;
	list-style-type: none;
	font-family: 'ManropeLight';
	font-size: 16px;
	line-height: 167%;
	text-align: center;
	color: rgba(255,255,255,0.5);
	letter-spacing: 1.6px;
}

.footer .f-bottom .f-content ul li a {
	color: inherit;
}

.footer .f-bottom .f-content ul li.active a,
.footer .f-bottom .f-content ul li.current-menu-item a,
.footer .f-bottom .f-content ul li.current-menu-parent a,
.footer .f-bottom .f-content ul li.current_page_parent a,
.footer .f-bottom .f-content ul li a.active,
.footer .f-bottom .f-content ul li a.current-menu-item,
.footer .f-bottom .f-content ul li a.current-menu-parent,
.footer .f-bottom .f-content ul li a.current_page_parent,
.footer .f-bottom .f-content ul li a:hover {
	color: #ffffff;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

/* exhibit-sticky-block */
.exhibit-sticky-block {
	position: fixed;
	right: 7px;
	top: 125px;
	z-index: 99;
	width: 155px;
	height: 155px;
	background: rgba(146, 95, 63, 0.60);
	backdrop-filter: blur(10px);
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-family: 'cygroteskkeylight';
	font-size: 15px;
	line-height: 120%;
	color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.exhibit-sticky-block .title {
	display: block;
	font-size: 18px;
	line-height: 120%;
	text-transform: uppercase;
}

.exhibit-sticky-block p {
	margin-bottom: 10px;
}

.exhibit-sticky-block .circle-arrow {
	width: 23px;
	height: 23px;
	border: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.exhibit-sticky-block .circle-arrow * {
	width: 12px;
	margin-top: -2px;
}
/* exhibit-sticky-block */

/* Blog List */
.post-card{
    color: black;
    text-align: start;
    font-size: 0.9rem;
}

.post-card a h4{
    color: #925F3F;
    padding-top: 1rem;
	
}

.post-card-title {
	min-height: 76px; /* ~2 riadky podľa veľkosti písma */
}

.blog-excerpt{
    color: #6c6c6c;
}


	/* Date */
.post-card-img{
    position: relative;
}

.post-card-meta{
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.718);
    padding: 0.25rem 1rem;
    font-size: 12px;
    border-radius: 20px;
}


.text-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #6c6c6c;
  font-size: 0.9rem;
}

.text-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1.5px;
  background-color: currentColor; 
  transition: width 0.3s ease;
}

.text-link:hover::after {
  width: 100%;
  
}

.text-link:hover{
    color: black;
}


.blog-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 2rem;
}

.blog-gallery a {
  display: block;
  width: 100%;
}

.blog-gallery img.gallery-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

