@import url("../dashboard.css");

html,
body {
	font-family: 'Roboto', sans-serif;
	background-color: rgb(var(--theme-color-background));
	color: rgb(var(--theme-color-background-contrast));
}

main {}

#sim-main {
	position: relative;
	z-index: 100;
	text-align: center;
}

.sim-onepage-main {
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.sim-onepage-main h1 {
	font-size: 28px;
	font-weight: 500;
	color: #000;
}

.sim-onepage-main h2 {
	font-size: 28px;
	font-weight: 500;
	color: #000;
}

.sim-onepage-main h3 {
	font-size: 28px;
	font-weight: 500;
	color: #000;
}

.sim-onepage-main .fw-bold {
	font-weight: 500 !important;
}

/* Multislider */
.sim-multislider {
	position: relative;
	z-index: 1;
	height: auto;
}

.sim-multislider .sim-slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.sim-multislider .sim-slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: transparent;
}

.sim-multislider .sim-slick-dots li a {
	width: 8px;
	height: 8px;
	padding: 0;
	transition: .3s;
	border: none;
	border-radius: 8px;
	outline: none;
	background: #f0f0f0;
	text-indent: -9999px;
}

.sim-multislider .sim-slick-dots li.active a {
	background-color: #007aff;
}

.sim-multislider .sim-image-container {
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sim-multislider .sim-video-container {
	height: 100vh;
}

.sim-multislider .sim-caption-wrapper {
	top: 60px;
	bottom: 80px;
	left: 0;
	right: 0;
}

.sim-multislider .sim-caption-wrapper .sim-caption-title {
	font-size: 1.8rem;
}

.sim-multislider .sim-caption-wrapper .sim-caption-desc {
	font-size: 1.1rem;
	color: rgba(255, 255, 255, .7);
}

.sim-homepage-downscroll-icon {
	width: 22px;
	height: 56px;
	background-size: 22px 56px;
	display: inline-block;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2737%27 height=%2793.554%27%3E%3Cg data-name=%27Group 60%27%3E%3Cpath data-name=%27Path 1314%27 d=%27m5 78.012 12.9 13.389L31 78.012%27 fill=%27none%27 stroke=%27%23222%27 stroke-linecap=%27round%27 stroke-width=%273%27/%3E%3C/g%3E%3Cg data-name=%27Group 201%27 transform=%27translate%28-942 -801%29%27%3E%3Cg data-name=%27Rectangle 508%27 transform=%27translate%28942 801%29%27 fill=%27none%27 stroke=%27%23222%27 stroke-width=%273%27%3E%3Crect width=%2737%27 height=%2766%27 rx=%2718.5%27 stroke=%27none%27/%3E%3Crect x=%271.5%27 y=%271.5%27 width=%2734%27 height=%2763%27 rx=%2717%27/%3E%3C/g%3E%3Crect data-name=%27Rectangle 509%27 width=%277%27 height=%2715%27 rx=%273.5%27 transform=%27translate%28957 815%29%27 fill=%27%23222%27/%3E%3C/g%3E%3C/svg%3E");
}

.sim-homepage-downscroll-icon-animate {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: sim-keyframe--bounce;
	animation-name: sim-keyframe--bounce;
}

@-webkit-keyframes sim-keyframe--bounce {

	0%,
	20%,
	50%,
	80%,
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}

	60% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
}

@keyframes sim-keyframe--bounce {

	0%,
	20%,
	50%,
	80%,
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}

	60% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
}

.btn.btn-white-empty {
	font-size: 1rem;
	font-weight: 400;
	border-width: 2px;
	border-style: solid;
	border-radius: 100px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5px 30px;
	border: 3px solid rgba(255, 255, 255, .9);
	color: white;
	min-height: 42px;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .5px;
	min-width: 200px;
	max-width: 250px;
	line-height: 32px;
	padding: 5px 30px;
}

.btn.btn-white-empty.btn-sm {
	font-size: .8rem;
	min-width: 160px;
	max-width: 200px;
	min-height: 24px;
	line-height: 24px;
	padding: 3px 20px;
	border-width: 2px;
}

.btn.btn-white-empty:hover {
	background-color: rgba(255, 255, 255, .8);
	color: #000;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.9);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.9);
	box-shadow: inset 0px 0px 5px 0px rgba(255, 255, 255, 0.9);
}

.btn.btn-dark-empty {
	font-size: 1rem;
	font-weight: 400;
	border-width: 2px;
	border-style: solid;
	border-radius: 100px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5px 30px;
	border: 3px solid rgba(0, 0, 0, .9);
	color: black;
	min-height: 42px;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .5px;
	min-width: 200px;
	max-width: 250px;
	line-height: 32px;
	padding: 5px 30px;
}

.btn.btn-dark-empty.btn-sm {
	font-size: .8rem;
	min-width: 160px;
	max-width: 200px;
	min-height: 24px;
	line-height: 24px;
	padding: 3px 20px;
	border-width: 2px;
}

.btn.btn-dark-empty:hover {
	background-color: rgba(0, 0, 0, .8);
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.9);
}

.btn.btn-primary-empty {
	font-size: 1rem;
	font-weight: 400;
	border-width: 2px;
	border-style: solid;
	border-radius: 100px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5px 30px;
	border: 3px solid rgba(var(--bootstrap-color-prim), .9);
	color: var(--bootstrap-color-prim);
	min-height: 42px;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: .5px;
	min-width: 200px;
	max-width: 250px;
	line-height: 32px;
	padding: 5px 30px;
}

.btn.btn-primary-empty.btn-sm {
	font-size: .8rem;
	min-width: 160px;
	max-width: 200px;
	min-height: 24px;
	line-height: 24px;
	padding: 3px 20px;
	border-width: 2px;
}

.btn.btn-primary-empty:hover {
	background-color: rgba(var(--bootstrap-color-prim), .8);
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim), 0.9);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim), 0.9);
	box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim), 0.9);
}

.btn.btn-primary-fill {
	font-size: 1rem;
	font-weight: 400;
	border-width: 2px;
	border-style: solid;
	border-radius: 100px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5px 30px;
	border: 3px solid rgba(var(--bootstrap-color-prim), .9);
	color: var(--bootstrap-color-prim);
	min-height: 42px;
	text-transform: uppercase;
	letter-spacing: .5px;
	min-width: 200px;
	max-width: 250px;
	line-height: 32px;
	padding: 5px 30px;
	background-color: rgba(var(--bootstrap-color-prim), .8);
	color: rgb(var(--bootstrap-color-prim-contrast));
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim), 0.9);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim), 0.9);
	box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim), 0.9);
}

.btn.btn-primary-fill.btn-sm {
	font-size: .8rem;
	min-width: 160px;
	max-width: 200px;
	min-height: 24px;
	line-height: 24px;
	padding: 3px 20px;
	border-width: 2px;
}

.btn.btn-primary-fill:hover {
	background-color: rgba(var(--bootstrap-color-prim-darker1), .8);
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim-darker1), 0.9);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim-darker1), 0.9);
	box-shadow: inset 0px 0px 5px 0px rgba(var(--bootstrap-color-prim-darker1), 0.9);
}

.sim-main-nav {
	padding: .25rem 1rem;
	font-family: Gotham Medium, "M Hei PRC W45", "M Hei HK W42", "M Hei HK W40", "HelveticaNeue-Regular", "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.sim-main-nav .sim-nav-sep,
.sim-main-nav .sim-nav-link,
.sim-main-nav .sim-nav-icon {
	display: block;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	transition: all 0.3s ease;
	color: rgba(255, 255, 255, .55);
}

.sim-main-nav .sim-nav-sep {
	padding: 0 1rem;
}

.sim-main-nav .sim-nav-link {
	padding: 0 .6rem;
}

.sim-main-nav .sim-nav-icon {
	padding: 0 .6rem;
	font-size: 13px;
}

.sim-main-nav .sim-nav-link:hover,
.sim-main-nav .sim-nav-icon:hover {
	color: rgba(255, 255, 255, .75);
}

@media (min-width: 0px) {
	.sim-multislider {
		height: auto;
	}

	.sim-multislider .sim-caption-wrapper {
		top: 10px;
	}

	.sim-multislider .sim-caption-wrapper .sim-caption-title {
		font-size: 1.4rem;
	}

	.sim-multislider .sim-caption-wrapper .sim-caption-desc {
		font-size: 1rem;
	}
}

@media (min-width: 768px) {
	.sim-multislider .sim-slick-dots {
		position: absolute;
		bottom: 10px;
		left: 50%;
		right: auto;
		height: 40px;
		margin-bottom: 0;
		padding: 2px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 20px;
		background-color: rgba(255, 255, 255, 0.7);
	}

	.sim-multislider .sim-slick-dots li {
		position: relative;
		width: auto;
		height: auto;
	}

	.sim-multislider .sim-slick-dots li a {
		width: auto;
		text-indent: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 36px;
		padding: 0 23px;
		transition: .25s;
		border-radius: 18px;
		background-color: transparent;
		color: #282828;
		font-size: 14px;
		white-space: nowrap;
	}

	.sim-multislider .sim-slick-dots li.active a {
		background-color: #282828;
		color: #fff;
	}

	.sim-multislider .sim-slick-dots li:not(:first-child)::before {
		position: absolute;
		top: calc(50% - 2px);
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: rgba(40, 40, 40, 0.2);
		content: '';
	}

	.sim-multislider .sim-slick-dots li:not(:first-child)::before {
		left: -2px;
	}

	.sim-multislider .sim-slick-dots li.active::before,
	.sim-multislider .sim-slick-dots li.active+li::before {
		background-color: transparent;
	}

	.sim-multislider {
		height: 370px;
	}

	.sim-multislider .sim-image-container {
		height: 300px;
	}

	.sim-multislider .sim-video-container {
		height: 300px;
	}

	.sim-multislider .sim-caption-wrapper {
		top: 10px;
	}

	.sim-multislider .sim-caption-wrapper .sim-caption-title {
		font-size: 1.2rem;
	}

	.sim-multislider .sim-caption-wrapper .sim-caption-desc {
		font-size: 0.8rem;
	}
}

@media (min-width: 992px) {
	.sim-multislider {
		height: 400px;
	}

	.sim-multislider .sim-slick-dots {
		bottom: 20px;
	}

	.sim-multislider .sim-image-container {
		height: 400px;
	}

	.sim-multislider .sim-caption-wrapper {
		top: 40px;
	}

	.sim-multislider .sim-caption-wrapper .sim-caption-title {
		font-size: 1.2rem;
	}

	.sim-multislider .sim-caption-wrapper .sim-caption-desc {
		font-size: 0.9rem;
	}
}

@media (min-width: 1220px) {
	.sim-multislider {
		height: 100vh;
	}

	.sim-multislider .sim-slick-dots {
		bottom: 30px;
	}

	.sim-multislider .sim-image-container {
		height: 100vh;
	}

	.sim-multislider .sim-video-container {
		height: 100vh;
	}

	.sim-multislider .sim-caption-wrapper .sim-caption-title {
		font-size: 1.8rem;
	}

	.sim-multislider .sim-caption-wrapper .sim-caption-desc {
		font-size: 1.1rem;
	}
}


.text-white-9 {
	color: rgba(255, 255, 255, 0.9);
}

.text-white-8 {
	color: rgba(255, 255, 255, 0.8);
}

.text-white-7 {
	color: rgba(255, 255, 255, 0.7);
}

#sim-menu-header-main {
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: rgba(0, 0, 0, 0.72);
	top: 0;
	transform: translate3d(0, 0, 0);
	transition: transform 300ms ease-in-out;
	z-index: 400;
	width: 100vw;
	-webkit-transition-property: background-color, -webkit-backdrop-filter;
	transition-property: background-color, -webkit-backdrop-filter;
	transition-property: background-color, backdrop-filter;
	transition-property: background-color, backdrop-filter, -webkit-backdrop-filter;
}

#sim-menu-header-main nav {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

#sim-menu-header-main nav .navbar-collapse {
	flex-grow: 0;
}

.sim-menu-header-main-placeholder {
	height: 50px;
}

.sim-header-main--logo {
	width: 100px;
	height: 13px;
	display: inline-block;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(http://lux.adry.ro/assets/img/arhispace-design-logo.png);
	background-size: 100px 13px;
	transition: filter 150ms ease-in-out;
	text-indent: -999em;
}

.sim-logo-text {
	color: rgba(255, 255, 255, 0.75);
}

.sim-logo-text .sim-secondary {
	color: rgba(255, 255, 255, 0.5);
}

.sim-logo-text:hover {
	color: rgba(255, 255, 255, 1);
}

.sim-logo-text:hover .sim-secondary {
	color: rgba(255, 255, 255, 0.75);
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

@media (min-width:0px) and (max-width:768px) {}

@media (min-width:769px) {}