/* :root {
	--swiper-theme-color: #007aff
}

:root {
	--swiper-navigation-size: 44px
} */

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #e0a625;
	--bs-secondary: #ffffff4d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #1e1d1d;
	--bs-primary-rgb: 211, 161, 136;
	--bs-secondary-rgb: 255, 255, 255;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 30, 29, 29;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 255, 255, 255;
	--bs-body-bg-rgb: 17, 16, 16;
	--bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(90deg, #e0a625 10%, #fff 25%, #e0a625 40%, #e0a625 60%, #fff 75%, #e0a625 93%);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #fff;
	--bs-body-bg: #111010
}

*,
:after,
:before {
	box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.h1,
.h3,
.h5,
h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1,
h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
	.h1,
	h1 {
		font-size: 2.5rem
	}
}

h2 {
	font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
	h2 {
		font-size: 2rem
	}
}

.h3,
h3 {
	font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
	.h3,
	h3 {
		font-size: 1.75rem
	}
}

.h5 {
	font-size: 1.25rem
}

ul {
	padding-left: 2rem
}

ul {
	margin-top: 0;
	margin-bottom: 1rem
}

a {
	color: #e0a625;
	text-decoration: none
}

a:hover {
	color: #e0a625
}

img {
	vertical-align: middle
}

label {
	display: inline-block
}

button {
	border-radius: 0
}

button:focus:not(:focus-visible) {
	outline: 0
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button {
	text-transform: none
}

[type=button],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem
	}
}

.container,
.container-fluid,
.container-lg {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container,
	.container-lg {
		max-width: 960px
	}
}

@media (min-width: 1200px) {
	.container,
	.container-lg {
		max-width: 1140px
	}
}

@media (min-width: 1400px) {
	.container,
	.container-lg {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

@media (min-width: 576px) {
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
}

@media (min-width: 768px) {
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.g-md-0 {
		--bs-gutter-x: 0
	}
	.g-md-0 {
		--bs-gutter-y: 0
	}
}

@media (min-width: 992px) {
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}
	.offset-lg-1 {
		margin-left: 8.33333333%
	}
	.offset-lg-4 {
		margin-left: 33.33333333%
	}
	.g-lg-0 {
		--bs-gutter-x: 0
	}
	.g-lg-0 {
		--bs-gutter-y: 0
	}
}

@media (min-width: 1200px) {
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}
	.offset-xl-2 {
		margin-left: 16.66666667%
	}
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: initial;
	background-clip: padding-box;
	border: 1px solid #ffffff4d;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none
	}
}

.form-control:focus {
	color: #fff;
	background-color: initial;
	border-color: #e9d0c4;
	outline: 0;
	box-shadow: 0 0 0 .25rem #e0a62540
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em
}

.form-control::placeholder {
	color: #fff;
	opacity: 1
}

.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1
}

.form-control::file-selector-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: #fff;
	background-color: #e0a625;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	border-inline-end-width: 1px;
	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
}

@media (prefers-reduced-motion: reduce) {
	.form-control::file-selector-button {
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #c89981
}

.form-control::-webkit-file-upload-button {
	padding: .375rem .75rem;
	margin: -.375rem -.75rem;
	margin-inline-end: .75rem;
	color: #fff;
	background-color: #e0a625;
	pointer-events: none;
	border: 0 solid;
	border-color: inherit;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none
	}
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #c89981
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	background-color: initial;
	border: 1px solid #0000;
	padding: .375rem .75rem;
	font-size: 1rem;
	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
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #fff
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem #e0a62540
}

.btn:disabled {
	pointer-events: none;
	opacity: .65
}

.btn-outline-primary {
	color: #e0a625;
	border-color: #e0a625
}

.btn-outline-primary:hover {
	color: #000;
	background-color: #e0a625;
	border-color: #e0a625
}

.btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem #e0a62580
}

.btn-outline-primary:active {
	color: #000;
	background-color: #e0a625;
	border-color: #e0a625
}

.btn-outline-primary:active:focus {
	box-shadow: 0 0 0 .25rem #e0a62580
}

.btn-outline-primary:disabled {
	color: #e0a625;
	background-color: initial
}

.btn-outline-secondary {
	color: #ffffff4d;
	border-color: #ffffff4d
}

.btn-outline-secondary:hover {
	color: #000;
	background-color: #ffffff4d;
	border-color: #ffffff4d
}

.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem #ffffff80
}

.btn-outline-secondary.active,
.btn-outline-secondary:active {
	color: #000;
	background-color: #ffffff4d;
	border-color: #ffffff4d
}

.btn-outline-secondary.active:focus,
.btn-outline-secondary:active:focus {
	box-shadow: 0 0 0 .25rem #ffffff80
}

.btn-outline-secondary:disabled {
	color: #ffffff4d;
	background-color: initial
}

.btn-link {
	font-weight: 400;
	color: #e0a625;
	text-decoration: none
}

.btn-link:hover {
	color: #e0a625
}

.btn-link:disabled {
	color: #6c757d
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: 0
}

.collapse:not(.show) {
	display: none
}

.dropdown {
	position: relative
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem;
	margin: 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #00000026;
	border-radius: 0
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .5rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: initial;
	border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #e0a625
}

.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: initial
}

.dropdown-menu-dark {
	color: #c7c7c7;
	background-color: #1b1b1b;
	border-color: #00000026
}

.dropdown-menu-dark .dropdown-item {
	color: #c7c7c7
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: #1b1b1b
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
	color: #c7c7c7;
	background-color: #1b1b1b
}

.dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd
}

.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 1
}

.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>:not(.btn-check)+.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #e0a625;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link:focus,
.nav-link:hover {
	color: #e0a625
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar>.container {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	white-space: nowrap
}
		.navbar-brand img {
		height: 50px;
		width: 100%;
	
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: initial;
	border: 1px solid #0000;
	border-radius: 0;
	transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%
}

@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: #ffffff8c
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #ffffffbf
}

.navbar-dark .navbar-toggler {
	color: #ffffff8c;
	border-color: #ffffff1a
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #111010;
	background-clip: initial;
	border: 1px solid #ffffff4d;
	border-radius: 0
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem
}

.fixed-top {
	top: 0
}

.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.d-none {
	display: none!important
}

.w-100 {
	width: 100%!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.ms-3 {
	margin-left: 1rem!important
}

.ms-auto {
	margin-left: auto!important
}

.p-4 {
	padding: 1.5rem!important
}

.fw-bold {
	font-weight: 700!important
}

.text-center {
	text-align: center!important
}

@media (min-width: 576px) {
	.text-sm-start {
		text-align: left!important
	}
}

@media (min-width: 992px) {
	.d-lg-block {
		display: block!important
	}
	.mt-lg-0 {
		margin-top: 0!important
	}
	.mb-lg-0 {
		margin-bottom: 0!important
	}
	.px-lg-4 {
		padding-right: 1.5rem!important;
		padding-left: 1.5rem!important
	}
	.px-lg-5 {
		padding-right: 3rem!important;
		padding-left: 3rem!important
	}
}

@media (min-width: 1200px) {
	.d-xl-block {
		display: block!important
	}
	.ps-xl-4 {
		padding-left: 1.5rem!important
	}
}

@font-face {
	font-family: Montserrat;
	src: url("assets/font/Montserrat-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url("assets/font/Montserrat-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url("assets/font/Montserrat-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Alethia Pro;
	src: url("assets/font/AlethiaPro-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Alethia Pro;
	src: url("assets/font/AlethiaPro-Italic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-display: swap
}

@font-face {
	font-family: Montserrat;
	src: url("assets/font/Montserrat-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

.display-5,
.h1,
.h3,
.h5,
h1,
h2,
h3 {
	font-family: Alethia Pro, Montserrat, sans-serif
}

body::-webkit-scrollbar {
	width: 10px;
	background: #2b2b2b
}

body::-webkit-scrollbar-track {
	background: #0000001a
}

body::-webkit-scrollbar-thumb {
	background: #888
}

body::-webkit-scrollbar-thumb:hover {
	background: #555
}

.d-jb-ac {
	justify-content: space-between
}

.d-jb-ac {
	display: flex;
	align-items: center
}

.form-wrap {
	position: relative
}

.bg-grey-op .form-wrap label {
	background: #171616;
}

.form-wrap label {
	font-family: Alethia Pro, Montserrat, sans-serif;
	position: absolute;
	top: -10px;
	left: 1rem;
	font-size: 13px;
	color: #9c9c9c;
	background: #111111;
}

.btn.gradient {
	background-color: #111010;
	margin: auto;
	position: relative;
	color: #fff;
	background-clip: padding-box;
	border: 1.6px solid #0000
}

.btn.gradient:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1.6px;
	border-radius: inherit;
	background: #ffffff4d;
	background-position: 100% 0;
	background: linear-gradient(90deg, #e0a625 10%, #fff 25%, #e0a625 40%, #e0a625 60%, #fff 75%, #e0a625 93%);
	background-size: 200%
}

.btn.gradient:hover {
	border-color: #0000!important
}

.btn.gradient:hover:before {
	background: linear-gradient(90deg, #e0a625 10%, #fff 25%, #e0a625 40%, #e0a625 60%, #fff 75%, #e0a625 93%);
	background-size: 200%;
	animation: gradient-move .75s forwards
}

.btn:active,
.btn:active:focus,
.btn:focus,
.btn:hover {
	outline: initial;
	box-shadow: none
}

.btn-outline-secondary {
	color: #fff;
	border-color: #fff3
}

.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
	border-color: #fffc;
	color: #fff;
	background-color: initial
}

.btn-outline-secondary.active,
.btn-outline-secondary:active {
	color: #e0a625;
	background-color: initial;
	border-color: #fff
}

.s-pad-y {
	padding-top: 2rem;
	padding-bottom: 2rem
}

@media (min-width: 992px) {
	.s-pad-y {
		padding-top: 5rem;
		padding-bottom: 5rem
	}
}

.gradient-b-border {
	position: relative
}

.gradient-b-border:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #e0a625 10%, #fff 25%, #e0a625 40%, #e0a625 60%, #fff 75%, #e0a625 93%)
}

.s-title {
	text-align: center;
	font-family: Alethia Pro, Montserrat, sans-serif
}

.s-title:not(.s-title-reverse)>div:first-child {
	color: #e0a625
}

.s-title:not(.s-title-reverse)>div:last-child {
	line-height: 24px
}

.s-title:not(.s-title-reverse)>div:last-child:not(.no-font) {
	font-size: 24px
}

@media (min-width: 992px) {
	.s-title:not(.s-title-reverse)>div:last-child {
		line-height: 32px
	}
	.s-title:not(.s-title-reverse)>div:last-child:not(.no-font) {
		font-size: 32px
	}
}

ul.s-list {
	margin: 0;
	padding: 0;
	list-style: none
}

ul.s-list li {
	margin-bottom: .5rem
}

.lw a {
	color: #fff!important;
	cursor: pointer
}

.lw a:not(.active):hover {
	color: #ccc!important
}

.border-bottom-2 {
	border-bottom: 1px solid #ffffff1a
}

.s-border {
	border: 1px solid #ffffff4d
}

article.pre-line {
	white-space: pre-line
}

.rm {
	font-family: Alethia Pro, Montserrat, sans-serif;
	position: absolute;
	bottom: -.9rem;
	left: 0;
	padding: 0 .5rem;
	background-color: #111010;
	cursor: pointer
}

.rm span {
	background: linear-gradient(90deg, #e0a625 20%, #fffc 25%, #e0a625 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #0000;
	background-size: 200%
}

.rm span:hover {
	animation: shine .75s ease-in-out forwards
}

.ax-image {
	display: flex;
	align-items: flex-end;
	height: 100%;
	position: relative
}

.ax-image img {
	z-index: 0;
	object-fit: cover
}

.ax-image:before,
.ax-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ax-image:before {
	content: "";
	background-color: #0006;
	z-index: 1
}

.ax-image:after {
	content: "";
	top: 1rem;
	height: calc(100% - 2rem);
	border: 1px solid #ffffff4d;
	border-bottom: none;
	z-index: 1
}

.ax-image:after,
.ax-image>.title {
	position: absolute;
	left: 1rem;
	width: calc(100% - 2rem)
}

.ax-image>.title {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	z-index: 2;
	padding: 0 1rem
}

.ax-image>span {
	font-family: Alethia Pro, Montserrat, sans-serif;
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 2;
	padding: .25rem 0;
	font-weight: 500;
	background: linear-gradient(90deg, #e0a625 20%, #fffc 25%, #e0a625 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #0000;
	background-size: 200%
}

.ax-image>span:after,
.ax-image>span:before {
	content: "";
	position: absolute;
	bottom: 1rem;
	border-bottom: 1px solid #ffffff4d;
	width: 20%
}

.ax-image>span:before {
	left: 1rem
}

.ax-image>span:after {
	right: 1rem
}

.ax-image:hover>span,
.ax-image>span:hover {
	animation: shine .75s ease-in-out forwards
}

.search {
	padding: .75rem;
	-webkit-user-select: none;
	user-select: none
}

.search {
	font-size: .9rem
}

.s-el {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-top: .5rem;
	padding-bottom: .5rem;
	height: 3rem;
	z-index: 1
}

.s-el .autocomplete input,
.s-el>div {
	position: relative;
	height: 100%;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: none
}

.s-el .autocomplete input:not(.border-left),
.s-el>div:not(.border-left) {
	border-right: 1px solid #ffffff4d
}

.s-el>div {
	cursor: pointer
}

.s-el input {
	border: none!important
}

.s-el label {
	position: absolute;
	top: -.6rem;
	left: 1rem;
	font-size: 13px
}

.s-el .btn {
	border-left: 1px solid #ffffff4d
}

.s-el .autocomplete label {
	top: -1.1rem
}

.offer-type {
	display: flex;
	border: 1px solid #ffffff4d;
	font-family: Alethia Pro, Montserrat, sans-serif;
	padding: 1rem 1rem 0
}

.offer-type .display-5 {
	padding: 0 .5rem
}

.offer-type img {
	width: 7rem;
	height: 7rem;
	object-fit: cover;
	-webkit-user-select: none;
	user-select: none
}

.offer-type .content {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: .7rem;
	width: 100%
}

.offer-type .content span:last-child {
	color: #e0a625;
	position: absolute;
	bottom: -.5rem;
	left: 0;
	padding: 0 .5rem;
	background-color: #111010
}

.offer-type span:first-of-type {
	color: #fff
}

.read-more {
	position: relative
}

.read-more article {
	overflow: hidden;
	transition: max-height .5s
}

.read-more article:not(.open) {
	position: relative
}

.read-more article:not(.open):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: linear-gradient(#0000, #111010)
}

.read-more .rm {
	bottom: -2.4rem;
	left: .3rem
}

.dropdown-item {
	background-color: #1b1b1b;
	margin: auto;
	position: relative;
	color: #fff;
	background-clip: padding-box;
	border: 1.6px solid #0000
}

.dropdown-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1.6px;
	border-radius: inherit;
	background: #ffffff4d;
	background-position: 100% 0
}

.dropdown-item.active:before,
.dropdown-item:hover:before {
	background: linear-gradient(90deg, #e0a625 10%, #fff 25%, #e0a625 40%, #e0a625 60%, #fff 75%, #e0a625 93%);
	background-size: 200%
}

.dropdown-item:hover:before {
	animation: gradient-move 1s forwards
}

.dropdown-menu li a {
	cursor: pointer
}

.dropdown-menu li:not(:last-of-type) {
	margin-bottom: .25rem
}

.dropdown-menu:not(.no-animation) {
	min-width: 100%;
	background: #0000;
	border-color: #0000;
	display: block;
	visibility: hidden;
	transition: visibility .3s
}

.dropdown-menu:not(.no-animation) .content {
	animation: custom-fadeOut .2s forwards
}

.dropdown-menu:not(.no-animation):before {
	animation: custom-menudropdown-bg-back .3s forwards
}

.dropdown-menu:not(.no-animation):before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	background: #1b1b1b;
	z-index: -1
}

@keyframes custom-fadeOut {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes custom-menudropdown-bg-back {
	0% {
		height: 100%
	}
	to {
		height: 0
	}
}

.dropdown .btn.arrow {
	display: flex;
	align-items: center
}

.dropdown .btn.arrow img {
	width: .8rem;
	margin-left: .5rem
}

.autocomplete {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-right: none!important;
	position: relative
}

.b-close {
	display: flex;
	overflow-x: auto;
	font-size: 14px
}

.b-close::-webkit-scrollbar {
	display: none
}

.location-input {
	display: flex;
	align-items: center;
	width: 100%
}

@keyframes gradient-move {
	to {
		background-position: 100%
	}
}

@keyframes shine {
	to {
		background-position: 200%
	}
}

.map {
	height: 30rem
}

.five-grid {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto
}

.five-grid .lf {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 1rem;
	height: 25rem
}

.five-grid .title {
	top: 2rem
}

.five-grid .ax-image {
	width: 18rem
}

@media (min-width: 992px) {
	.five-grid {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-column-gap: 1rem
	}
	.five-grid .lf {
		margin: 0
	}
	.five-grid .lf img {
		width: 100%
	}
	.five-grid .ax-image {
		width: inherit
	}
}

.arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	cursor: pointer
}

.arrow img {
	width: 1rem;
	height: 1rem
}

.arrow span {
	color: #9c9c9c;
	margin: 0 .5rem
}

@media (min-width: 992px) {
	.form-bg {
		position: relative
	}
	.form-bg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		background-image: url("./img/contact_bg.jpg");
		background-size: cover;
		background-position: 50%
	}
}


.navbar.open {
	background-color: #000000f2;
	height: 100%
}

.navbar-brand img {
	height: 150px
}

.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
}

@media (min-width: 992px) {
	.navbar {
		display: flex;
		height: 7%!important;
		background-color: #000c;
		transition: background-color .5s, height .5s;
	}
}

.nav-link {
	padding: 0;
	color: #fff!important;
	cursor: pointer
}

.nav-item {
	padding: 1rem 0
}

.nav-item path {
	fill: #e0a625
}

@media (min-width: 1200px) {
	.navbar {
		padding: 0
	}
	.nav-item {
		font-size: 13px
	}
	.with-border .nav-link {
		border-left: 1px solid #ffffff4d
	}
}

@media (min-width: 1400px) {
	.nav-item {
		font-size: medium
	}
}

.dropdown-menu {
	width: 100%;
	top: 100%;
	right: 0
}

.blog {
	color: #fff
}

.blog img {
	width: 100%;
	height: 10rem;
	object-fit: cover;
	margin-bottom: 1rem
}

.follow-dropdown {
	position: relative
}

.follow-dropdown ul {
	width: -moz-fit-content;
	width: fit-content;
	right: 50%;
	transform: translateX(50%)
}

footer {
	padding-top: 2rem;
	padding-bottom: 2rem;
	border-top: 1px solid #ffffff1a
}

.btn {
	font-family: Alethia Pro, Montserrat, sans-serif
}

.map {
	width: 100%;
	height: 100%;
	background-image: url("./img/map.svg");
	background-size: cover
}

.social-icons {
	display: flex;
	justify-content: center
}

.social-icons a {
	margin-right: 1rem
}

.social-icons img {
	width: 1.4rem;
	height: 1.4rem
}

.footer-search {
	border-top: 1px solid #e0a6254d;
	border-bottom: 1px solid #e0a6254d;
	padding: 2rem 0
}

.bottom {
	color: #fff9;
	font-size: 14px;
	display: flex;
	flex-direction: column-reverse;
	align-items: center
}

.bottom ul {
	text-align: center
}

.bottom ul li {
	padding-left: .5rem;
	padding-right: .5rem;
	margin-bottom: 0
}

.bottom a {
	color: #fff9
}

.bottom a:hover {
	color: #fff
}

@media (min-width: 576px) {
	.social-icons {
		display: flex;
		justify-content: flex-start
	}
	.bottom ul {
		display: flex;
		text-align: left
	}
	.bottom ul li:not(:last-of-type) {
		border-right: 1px solid #ffffff4d
	}
}

@media (min-width: 992px) {
	footer {
		position: relative
	}
	footer:after {
		content: "";
		position: absolute;
		width: calc(100% - 1rem);
		height: calc(100% - 1rem);
		left: .5rem;
		top: .5rem;
		border: 1px solid #ffffff1a;
		z-index: -1
	}
	.footer-search {
		display: flex;
		align-items: center
	}
	.bottom,
	.footer-search {
		justify-content: space-between
	}
	.bottom {
		font-size: 12px;
		flex-direction: row
	}
}

.intro {
	position: relative
}

.intro>picture>img {
	width: 100%;
	min-height: 400px;
	max-height: 600px;
	object-fit: cover;
	object-position: center bottom
}

.intro .content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.intro .dropdown-menu {
	min-width: 100%
}

.search {
	background-color: #11101073
}

.search .s-border {
	border-top: none
}

#luxury li {
	font-size: 20px
}

#luxury .ax-image {
	height: 20rem
}

#luxury .ax-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center
}

#luxury .ax-image .title {
	bottom: 3rem
}

/* #luxury .swiper-container {
	height: 30rem
} */

@media (min-width: 1200px) {
	#luxury li {
		font-size: 30px
	}
	#luxury .ax-image {
		height: 30rem
	}
}

.prev-next {
	font-size: 18px;
	font-family: Alethia Pro, Montserrat, sans-serif;
	color: #9c9c9c;
	-webkit-user-select: none;
	user-select: none
}

.prev-next,
.prev-next>div {
	display: flex;
	align-items: center
}

.prev-next>div {
	cursor: pointer
}

@media (min-width: 992px) {
	#contacts-1:before {
		background-image: url("./img/homecontact.jpg")
	}
	.bg-grey-op {
		position: relative;
		padding: 2rem
	}
	.bg-grey-op:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #161616cc;
		z-index: -1
	}
}

@media (min-width: 425px) {
	.offer-type .content {
		margin-left: 3rem
	}
}

@media (min-width: 768px) {
	.offer-type .content {
		margin-left: 1rem
	}
}

@media (min-width: 1400px) {
	.offer-type .content {
		margin-left: 2rem
	}
}

.main {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	height: 70vh;
	padding-top: 10rem;
	position: relative
}

.loader {
	width: 13rem
}

@media (min-width: 576px) {
	.popular-links[_ngcontent-sc65] {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 1rem;
		text-align: center
	}
}

@media (min-width: 992px) {
	.popular-links[_ngcontent-sc65] {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		text-align: center
	}
}

.col[_ngcontent-sc65] {
	text-align: center
}

#more {
	display: none;
}

#vision {
	background-image: url("./img/about.jpg") !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: right;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #11100E;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #003852;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.topnav {
	overflow: hidden;
	background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #04AA6D;
	color: white;
}

.topnav .icon {
	display: none;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.topnav.responsive {
		position: relative;
	}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}


/* Buy Page */

.property {
	padding-bottom: 1rem;
	position: relative
}

.property:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 2px;
	bottom: 0
}

.property:after,
.property:hover:after {
	background: linear-gradient(90deg, #e0a625 10%, #fff 25%, #e0a625 40%, #e0a625 60%, #fff 75%, #e0a625 93%);
	background-size: 200%
}

.property:hover:after {
	animation: gradient-move .75s forwards
}

.property:after {
	width: calc(100% + 27px);
	left: -15px
}

.property>a.i {
	display: block;
	height: 100%
}

picture .p-img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.property picture {
	height: 222px;
	display: block;
}

.community {
	color: #e0a625;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px
}

.price {
	color: #fff;
	font-size: 20px;
	font-weight: 500
}

.location,
.property-type {
	font-size: 14px;
	color: #fff9;
	font-weight: 300
}

.location {
	position: relative;
	padding-left: 1.5rem
}

.location:before {
	content: url("./img/location.svg");
	position: absolute;
	left: 0;
	top: .1rem;
	width: 1rem;
	height: 1rem
}

.if {
	border-top: 1px solid #ffffff4d;
	margin-top: 1rem;
	padding-top: .5rem;
	color: #fff9
}

.bt-bd,
.if {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.bt-bd {
	width: 30%
}

.b {
	position: relative;
	padding-left: 1.5rem;
	margin-right: 1rem
}

.b:before {
	content: url("./img/svg/double-bed-grey.svg");
	position: absolute;
	left: 0;
	top: .1rem;
	width: 1rem;
	height: 1rem
}

.bz {
	position: relative;
	padding-left: 1.5rem
}

.bz:before {
	content: url("./img/svg/bathtub-grey.svg");
	position: absolute;
	left: 0;
	top: .1rem;
	width: 1rem;
	height: 1rem
}

.a {
	position: relative;
	padding-left: 1.5rem
}

.a:before {
	content: url("./img/svg/grid-grey.svg");
	position: absolute;
	left: 0;
	top: .1rem;
	width: 1rem;
	height: 1rem
}

@media (min-width: 576px) {
	.property:after {
		width: 100%;
		left: 0
	}
}

@media (min-width: 768px) {
	.bt-bd {
		width: 25%
	}
}

.actions img {
	display: block
}

.actions span {
	display: none
}

.actions .btn {
	font-size: 13px
}

@media (min-width: 1400px) {
	.actions .btn {
		padding: 10px
	}
	.actions .btn span {
		display: block;
		margin-left: .5rem
	}
}

.property .actions .btn img {
	display: block;
}


/* About Us Page */

.os-list>div {
	position: relative
}

.os-list>div>span:first-child {
	position: absolute;
	font-size: 25px;
	top: 10.5rem;
	left: 50%;
	margin-left: -1.5rem;
	height: 3rem;
	width: 3rem;
	text-align: center;
	color: #e0a625;
	background-color: #111010;
	border: 1px solid #e0a625
}

.os-list>div>div,
.os-list>div>span:first-child {
	display: flex;
	justify-content: center;
	align-items: center
}

.os-list>div>div {
	flex-direction: column
}

.os-list>div img {
	width: 100%;
	height: 12rem;
	object-fit: cover;
	margin-bottom: 3rem
}

.os-list .t {
	position: relative;
	display: inline-block;
	text-align: center;
	max-width: 15rem
}

.os-list .t:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	height: 2px;
	bottom: 0
}

.os-list .t:after,
.os-list .t:hover:after {
	background: linear-gradient(90deg, #e0a625 10%, #fff 25%, #e0a625 40%, #e0a625 60%, #fff 75%, #e0a625 93%);
	background-size: 200%
}

.os-list .t:hover:after {
	animation: gradient-move .75s forwards
}

.os-list ul {
	color: #fff9;
	list-style-image: url("./img/svg/square.svg")
}

.partners {
	position: relative
}

/* .swiper-line {
	position: absolute;
	bottom: 2rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff1a
} */

/* .swiper-line img {
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: 50%;
	padding: 0 .5rem;
	margin-top: -1.5rem;
	background-color: #1e1d1d;
	cursor: pointer;
	z-index: 1
} */

/* .swiper-line img:first-child {
	left: 0
}

.swiper-line img:last-child {
	right: 0
} */

/* .swiper-line div {
	width: 40%;
	margin: 0 auto;
	background-color: #e0a625;
	height: 1px
} */

#in-numbers {
	background-image: url("./img/bg_numbers.jpg");
	background-size: cover
}

.numbers {
	font-family: Alethia Pro, Montserrat, sans-serif
}

.numbers,
.numbers>div {
	display: flex;
	flex-direction: column
}

.numbers>div {
	align-items: center;
	margin-bottom: 1rem
}

.numbers span:first-of-type {
	color: #e0a625
}

.numbers span:last-of-type {
	font-size: 32px
}

@media (min-width: 768px) {
	.os-list>div {
		display: flex;
		flex-direction: row
	}
	.os-list>div>span:first-child {
		top: 50%;
		margin-top: -1.5rem;
		z-index: 1
	}
	.os-list>div>div {
		padding: 5rem;
		align-items: flex-start
	}
	.os-list>div img {
		width: 50%;
		height: 100%;
		margin-bottom: 0
	}
	.os-list>div:nth-child(2n) {
		flex-flow: row-reverse
	}
	.os-list>div:nth-child(2n)>div {
		align-items: flex-end
	}
	.os-list>div:nth-child(2n) ul {
		direction: rtl
	}
	.os-list>div:after {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 1px;
		height: 100%;
		background-color: #e0a625
	}
	.os-list .t {
		max-width: none
	}
	.os-list ul {
		padding: 0 1rem;
		margin: 0
	}
	.numbers {
		display: flex;
		flex-direction: row;
		justify-content: space-around
	}
	.numbers>div {
		margin-bottom: 0
	}
	.numbers span:last-of-type {
		font-size: 42px
	}
}

@media (min-width: 992px) {
	.ax-intro>.h1,
	.ax-intro>h1 {
		align-items: flex-end;
		padding-bottom: 8rem
	}
	#vision {
		background-image: url("");
		background-repeat: no-repeat;
		background-size: contain
	}
	/* .swiper-line div {
		width: 20%
	} */
	.numbers span:last-of-type {
		font-size: 72px
	}
}

.align_center_content .text-white-50 {
	text-align: center;
}

.align_center_content .lead.text-center {
	padding: 2rem;
}

.m-list span {
	padding: 1rem;
	background-color: #111010;
	position: relative;
	color: #fff;
	background-clip: padding-box;
	border: 1.6px solid transparent;
	margin: 0 1rem 0 0;
	width: 3rem;
	height: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.m-list {
	display: flex;
	flex-direction: row;
}

.m-list span:before {
	background: linear-gradient(90deg, #e0a625 20%, #fffc 25%, #e0a625 30%) !important;
	background-size: 200% !important;
}

.m-list span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1.6px;
	border-radius: inherit;
	background: rgba(255, 255, 255, .3);
	background-position: 100% 0;
}

.line.start:after {
	bottom: 50%;
	right: 100%;
	left: initial;
}

.line:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, #e0a625 20%, #fffc 25%, #e0a625 30%) !important;
}

.m-list div div:first-of-type:hover {
	animation: shine .75s ease-in-out forwards;
}

.m-list span:hover {
	border-color: transparent!important;
}

.m-list div div:first-of-type {
	background: linear-gradient(90deg, #e0a625 20%, #fffc 25%, #e0a625 30%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200%;
}

.line {
	padding: 0 1rem;
	background-color: #111010;
	position: relative;
	margin-left: 3rem;
}

#vision.sell_vision {
	background-image: url(./img/sell_outcome.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	background-position: left;
	padding: 5em 0 !important;
}

.sell_vision .h4 {
	font-size: 3em;
}

.align_text_riht {
	text-align: right;
}

.custom_align_center_banner .display-2 {
	padding-bottom: 0 !important;
	background: linear-gradient(73deg, black, transparent);
}

.active_menu {
	background: #000;
	padding: 0 20px;
	display: block !important;
}


.active_menu .nav-item {
	padding: 0 !important;
}

.navbar-brand {
	margin-top: 1rem;
}

@media screen and (max-width: 850px) {
	.navbar-brand {
		margin-top: 0;
		padding: 0 !important;
	}
	.navbar-brand img {
		height: 50px;
		width: 100%;
	}
	.add_mob_margin{
		margin: 0 15px;
	}
}

@media screen and (max-width: 580px){
	.navbar-brand img {
		height: 50px;
		width: 100%;
	}
	.fixed-bottom, .fixed-top {
		background: #0000008c;
	}
	.navbar-nav .nav-link {
		padding: 8px 0;
	}
}


.ax-image {
	height: 25rem !important;
}
.ax-image .title {
    top: 2rem !important;
}

.pagination  .page-item:not(:last-of-type) {
	margin-right: 0.5rem;
}

.pagination  .page-item.active .page-link::before {
    background: linear-gradient(90deg, #e0a625 10%, #fff 25%, #e0a625 40%, #e0a625 60%, #fff 75%, #e0a625 93%) !important;
    background-size: 200%;
}
.pagination  .page-item.active .page-link {
    margin: auto;
    position: relative;
    color: #fff;
    background-clip: padding-box;
    border: 1.6px solid transparent;
    z-index: initial;
}
.pagination .page-item.active .page-link:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1.6px;
    border-radius: inherit;
    background: rgba(255,255,255,.3);
    background-position: 100% 0;
}


.stub {
    padding: 0 9px;
    vertical-align: bottom;
    font-size: 24px;
    margin-right: 0.5rem;
}

li.page-item.not-mob.no-border a {
    border: none;
}


/* Details Main */

.custom_price {
    font-size: 25px !important;
    font-weight: 500 !important;
}

.no_before_location::before {
	display: none !important;
}
.no_before_location {
	padding-left: 0 !important;
}







@media (min-width: 992px){

.p-short-info.custom_shotinfo {
    border: none;
    width: 100%;
}

}

@media (min-width: 375px){

.p-short-info.custom_shotinfo {
    font-size: 15px;
}
}

.p-short-info.custom_shotinfo {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #fff9;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
}


.location {
    font-size: 18px;
    color: #fff9;
}


.p-short-info.custom_shotinfo span:not(.studio):first-of-type {
	display: none;
}


.p-short-info.custom_shotinfo div:first-child {
    color: #fff9;
    font-weight: 300;
    padding-right: 0.5rem;
    margin: 0;
}

.p-short-info.custom_shotinfo > * {
    display: flex;
    align-items: center;
    margin: 0 0.5rem;
}
.border-end {
    border-right: 1px solid #ffffff4d!important;
}

.p-short-info.custom_shotinfo span {
    color: #fff;
}



@media (min-width: 992px) {
.second-line-left {
    padding: 0 2rem !important;
    border-left: 1px solid rgba(255,255,255,.1);
}

}

.p-info span:last-of-type {
    color: #fff9;
    margin-left: 0.5rem;
}

.agent-info {
    border: 1px solid rgba(255,255,255,.3);
    padding: 0.5rem;
}

@media (min-width: 768px){
.agent-image {
    width: 4rem;
    height: 4rem;
}
}

.agent-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: top;
    margin-right: 1.4rem;
}

ul.s-list.p-info li {
    font-size: 18px;
}


.read-more article:not(.open):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(#0000,#111010);
}
.read-more article {
	font-size: 18px;
}

.amenities {
    color: #fff9;
}

.add_font_size {
	font-size: 18px;
}

@media (min-width: 992px) {
.second-line-left.line-right {
    border-right: 1px solid rgba(255,255,255,.1);
}
}

.comparison {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}


.comparison > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
    color: #fff9;
}


.schools > div > img {
    width: 5rem;
    height: 5rem;
}

.schools > div > div {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.schools > div {
    display: flex;
    flex-direction: row;
    color: #fff9;
    margin-bottom: 1rem;
}


#area-guide .rm {
    bottom: 0;
    left: 0;
}

#area-guide .desc {
    position: relative;
}

#area-guide .desc:before {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,.3);
}












.b-meet{display:flex;flex-direction:column;text-align:center;border:1px solid rgba(255,255,255,.3);padding:.5rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer}.b-meet:hover{background-color:#111010;border-color:#fff9}.b-meet.active{border-color:#d3a188}.meet-type{display:flex;justify-content:space-between}.dates{display:flex;overflow-x:auto;color:#fff}.dates   .b-meet{min-width:5rem}.dates   .b-meet:not(:last-of-type){margin-right:.5rem}@media (min-width: 992px){.dates{display:flex;justify-content:space-between;overflow:hidden;color:#fff}.dates   .b-meet{min-width:initial}}




.agent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.agent span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #000c;
    text-align: center;
    padding: 0.5rem;
}
.agent {
    display: block;
    position: relative;
    height: 25rem;
}


.banner_img {
	height: 600px;
}
.banner_img img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.banneR_swiper .swiper-button-next:after,.banneR_swiper  .swiper-button-prev:after {
	font-size: 20px;
	color: #fff !important;
}

/* .swiper-wrapper {
	overflow: hidden;
} */


.intro .dropdown, .intro .dropend, .intro .dropstart, .intro .dropup {
	width: 100%;
}

/* .s-el label span:before {
    left: calc(-100vw - 0.5rem);
}
.s-el label span:after, .s-el label span:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    height: 1px;
    border-top: 1px solid #ffffff4d;
} */

/* .search .s-border {
	overflow: hidden;
} */


.dropdown.open .s-el:not(.no-arrow)>div:after {
    transform: rotate(180deg);
	transition: .3s linear;
}

.offplane_ax .ax-image>.title {
	top: auto !important;
	bottom: 20px;
}

.offplane_ax .ax-image:after {
	border-bottom: 1px solid #ffffff4d;
	border-top: 0;
}

.offplane_ax .ax-image>span {
	position: absolute !important;
	top: 0;
}

.custom_select_banner select {
    background: transparent;
    border: none;
    padding: 6px 17px;
    width: 90%;
    appearance: none;
    color: #fff;
	outline: none;
}

.custom_select_banner select option {
    color: #000;
}


.custom_select_banner .nice-select {
    background: transparent;
    border: none;
    color: #fff;
    width: 100%;
	height: 30px;
    padding: 0;
}


.custom_select_banner ul.list {
    background-color: #1b1b1b !important;
    border-radius: 0 !important;
    padding: 6px !important;
}

.custom_select_banner .option {
	display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400 !important;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: initial;
    height: auto;
    line-height: initial !important;
    border: 1px solid #606060;
    margin-bottom: 5px;
}

.custom_select_banner .nice-select .option:hover, .custom_select_banner .nice-select .option.focus,.custom_select_banner .nice-select .option.selected.focus {
	text-decoration: none;
    background-color: #e0a625;
}

.s-el.no_after:not(.no-arrow)>div:after {
	display: none !important;
}

.custom_select_banner .nice-select:after {
	content: url("assets/img/svg/down-arrow.svg");
    position: absolute;
    top: 14px;
    right: 1rem;
    width: 0.6rem;
    height: 0.6rem;
    z-index: -1;
    transition: .3s linear;
}


@media screen and (max-width: 580px) {
	.navbar-brand {
		margin-top: 0;
	}
	.intro>picture>img {
		min-height: 84vh;
		max-height: 84vh;
	}
	.ax-intro {
		margin-top: 0 !important;
	}
	.ax-intro>.swiper-container picture>img, .ax-intro>img, .ax-intro>picture>img {
		min-height: 370px !important;
		max-height: 800px !important;
	}
	.m-list span {
		margin: 0 auto 1rem;
	}
	.m-list {
		display: block;
		margin-bottom: 2rem;
	}
	.col-12.col-lg-12.d-flex.justify-content-center.my-5.text-center {
		margin-top: 0 !important;
	}
	li.page-item.not-mob.no-border a {
		display: none;
	}
}