


@font-face {
    font-family: 'Graphite Regular';
    src: url('../fonts/GraphikCompact-Regular-Trial.ttf');
}

@font-face {
    font-family: 'Graphite Thin';
    src: url('../fonts/GraphikCompact-Thin-Trial.ttf');
}

@font-face {
    font-family: 'Graphite Light';
    src: url('../fonts/GraphikCompact-Light-Trial.ttf');
}


@font-face {
    font-family: 'Graphite Medium';
    src: url('../fonts/GraphikCompact-Medium-Trial.ttf');
}
.footernumber{
  margin-right:7px;
}
.mobileformeq{
 width:16px; margin-right:7px; 
}
/* .home
{
  font-weight:600;
  padding:10px
} */

.overview1
{
/*   font-weight:600;
  padding:10px */
}
.residences
{
/*   font-weight:600;
  padding:8px */
}
.amenities
{
/*   font-weight:600;
  padding:10px */
}
/* .gallery
{
  font-weight:300;
  padding:0px
}
.location
{
  font-weight:600;
  padding:10px
}
.about{
  font-weight:600;
  padding:10px
} */

* {
margin: 0;
padding: 0;
box-sizing: border-box;
outline: 0;
font-family: 'Graphite Light';
   letter-spacing: 0.6px;
}

/* #Cursor
================================================== */
.cursor, .cursor2, .cursor3 {
position: fixed;
border-radius: 50%;
transform: translateX(-50%) translateY(-50%);
pointer-events: none;
left: -100px;
top: 50%;
mix-blend-mode: difference;
-webkit-transition: all 300ms linear;
transition: all 300ms linear;
}

.cursor {
background-color: #fff;
height: 0;
width: 0;
z-index: 99999;
}

.cursor2, .cursor3 {
height: 10px;
width: 10px;
z-index: 99998;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out
}

.cursor2.hover, .cursor3.hover {
-webkit-transform: scale(6) translateX(-25%) translateY(-25%);
transform: scale(6) translateX(-25%) translateY(-25%);
border: none
}

.cursor2 {
border: 2px solid #fff;
box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

.cursor2.hover {
background: rgba(255, 255, 255, 1);
box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}

body {
width: 100%;
font-family: 'MMADE_TOMMY_Regular', sans-serif;
font-display: swap;
-webkit-font-smoothing: subpixel-antialiased;
font-size: calc(13px + .25vw);
color: #616162;
line-height: 1.25;
overflow-x: hidden;
overflow-y: scroll;
position: relative;	/*overflow: hidden;*/
/*letter-spacing: 1px;*/
}

.viewport {
overflow: hidden;
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.scroll-container {
width: 100%;
position: absolute;
overflow: hidden;
z-index: 10;
display: flex;
justify-content: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.overlay {
z-index: 100;
position: fixed;
width: 100%;
height: 100%;
background: #fff;
top: 0%;
}

.logoLoading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 1.4em;
font-weight: bolder;
letter-spacing: 4px;
/* width: 150px; */
text-align: center;
z-index: 11;
}
main {
width: 100%;
}

ul {
list-style: none;
}

a {
text-decoration: none;
}

img {
max-width: 100%;
}

p {
margin-bottom: 0.8em;
line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'MMADE_TOMMY_Regular';
-webkit-font-smoothing: antialiased;
font-weight: normal;
}

.has-animation {
opacity: 0.01;
-webkit-transition: translateY(180px);
transform: translateY(180px);
transform-origin: 50% 0;
will-change: transform;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 28px;
    left: -22px;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	-o-transition: .2s transform, .2s top;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	-o-transition: .2s transform, .2s left;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	-o-transition: .2s transform, .2s right;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}


.container {
padding: 7px 4em;
}

header {
position: fixed;
z-index: 90;
width: 100%;
top: 0;
left: 0;
padding: 0px 0;
  transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  z-index: 1111;
   /*background: #fff; */
}

header.fixed {
background:  #1e1e1e;
background-size: 240px;
padding: 0px 0;
box-shadow:0 2px 15px 2px rgba(0, 0, 0, 0.4)
}

header .container {
display: flex;
align-items: center;
justify-content: space-between;
}

.logo {
margin-right: 52em;
}
.pLogo {
width: 200px;
}

.logo img {
/* max-width: 180px; */
display: block;
}

.h-left {
display: flex;
align-items: center;
justify-content: space-between;
}

nav ul {
display: flex;
}

nav ul li {
padding: 0 10px;
}

nav ul li a {
color: #00aaa1;
letter-spacing: 1px;
font-size: 14px;
  font-weight:200;
}

.hamburger {
display: none;
}

.buttonnow {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
/*   box-shadow: 0 9px #999; */
}

.buttonnow:hover {background-color: #3e8e41}

.buttonnow:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.eq-header {
color: #000;
background-color: #fff;
/*letter-spacing: 1px;*/
font-size: 0.9em;
padding: 8px 15px;
border-radius: 3px;
}
.callNow {
margin-right: 1rem;
color: #000;
display: flex;
align-items: center;
}
.callNow img {
margin-right: 5px;
}


.footercallNow {
margin-right: 1rem;
color: #fff;
display: flex;
align-items: center;
}
.footercallNow img {
margin-right: 5px;
}



header .right {
display: flex;
align-items: center;
}

.sec-banner {

/*background-image: url('../../images/banner-img1.jpg');*/
background-color: #fff;
width: 100%;
/* height: calc(100vh - 60px); */
height: calc(var(--vh, 1vh) * 100);
position: relative;
}

.sec-banner .container {
position: absolute;
z-index: 11;
}

.main-slider.swiper-container {
width: 100%;
height: 100%;
position: relative;
transition: opacity .6s ease, -webkit-transform .3s ease;
transition: opacity .6s ease, transform .3s ease;
transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.sec-banner:hover .swiper-button-prev, .sec-banner:hover .swiper-button-next {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
visibility: visible;
}

/*.main-slider.swiper-container.loading {
opacity: 0;
visibility: hidden;
}*/

.main-slider .swiper-slide {
overflow: hidden;
position: relative;
}

.main-slider .swiper-slide > div:before{
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 67px;
/* background-color: rgba(0,0,0,.2); */
}
.slide-bgimg img {
display: block;
}
.main-slider .swiper-slide .slide-bgimg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
display: flex;
    align-items: flex-end;
}

.banner-next.swiper-button-next, .swiper-button-prev.banner-prev {
width: 44px;
opacity: 0;
visibility: hidden;
z-index: 11111;
position: absolute;
}

.main-slider .swiper-button-prev {
-webkit-transform: translateX(50px);
transform: translateX(50px);
}

.main-slider .swiper-button-next {
-webkit-transform: translateX(-50px);
transform: translateX(-50px);
}

.sec-banner .swiper-pagination {
display: flex;
flex-direction: column;
text-align: center;
position: absolute;
right: 4em;
top: 50%;
transform: translateY(-50%);
}

.sec-banner .swiper-pagination-bullet {
text-align: center;
opacity: 0.6;
color: #fff;
width: auto;
height: auto;
background: transparent;
border-radius: unset;
font-size: 14px;    /*font-weight: bold;*/
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
transition: all 0.8s ease-in-out;
margin: 4px 0;
}

.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
opacity: 1;
font-size: 24px;
}

.sec-banner .swiper-pagination-bullet:before {
content: '';
width: 2px;
height: 0px;
background: #fff;
display: inline-block;
transition: all 0.8s ease-in-out;
margin-bottom: 4px;
}

.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
height: 50px;
}

.scrollDown {
/*margin-top: 3em;
display: inline-block;*/
position: absolute;
bottom: 5em;
margin-left: 14em;
left: 0;
z-index: 88;
}
#about-carousel .swiper-pagination-bullet-active{
background-color: #fff;
}
#about-carousel .swiper-pagination-bullet {
background-color: rgba(255,255,255,0.5)	;
}
#about-carousel .swiper-pagination {
bottom: 0 !important;
}
.circle {
position: relative;
width: 60px;
height: 60px;
margin-left: 1em;
cursor: pointer;
}

.circle svg {
position: absolute;
width: 100%;
height: 100%;
}

.circle .arrowIcon {
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
width: 15px;
stroke: #fff;
}

.circle svg.circleFill {
z-index: 1;
stroke-dasharray: 222;
stroke-dashoffset: 222;
transition: all 1s cubic-bezier(0.55, 0.06, 0.68, 0.19);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
stroke: rgba(255, 255, 255, 1);
}

.circle svg.circleFill.filled {
stroke-dashoffset: 38.5;
}

.circle svg.circleTrack {
z-index: 0;
stroke: rgba(255, 255, 255, 0.4);
}

.sec-banner .container {
display: flex;	/*justify-content: center;*/
align-items: center;
height: 100%;
color: #33204c;
/*   margin-left: 435px; */
/*   margin-top: -94px; */
/*    margin-right: 60px; */
  
}

.bannerTxt {
/* letter-spacing: 1px; */
max-width: 1500px;
margin-left: 21em;
text-align: center;
  margin-top:-17em;
}
.bannerTxt .title1 {
/*text-transform: uppercase;*/
}

.title1 {
font-size: 2em;
margin: 11px 0;
/* text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); */
  font-family: 'MMADE_TOMMY_Regular';
}
.bannerTxt1 {
font-size: 1.8em;
margin: 0.2em 0;
/* font-family: 'MMADE_TOMMY_Regular'; */
}
.bannerTxt .para {
/* text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6); */
}

.upper {
text-transform: uppercase;
}

.sec-overview {
padding: 6em 0;
background-color: #fff;
}
.sec-location {
padding: 3em 0 0 0;
text-align: center;
background-color: #f6f2e3;
position: relative;
/*margin-bottom: 8rem;*/
}

.sec-overview .container {
display: flex;
padding: 0 10em;
}

.overview-title {
width: 42%;
padding-right: 3em;
}

.overview-para {
width: 58%;
}
.overview-para h1 {
font-family: sans-serif;
}

.title2 {
font-size: 35px;
margin-bottom: 25px;
color:#000 !important;
    text-transform: uppercase;
}

p.title3, h1.title3 {
font-size: 1.2em;
font-family: sans-serif;
/* text-transform: uppercase; */
margin-bottom: 0.8em;
font-weight: 600;
}

[data-scrollmagic] {
opacity: 0;
}

.sec-configuration {
padding: 6em 0 0 0;
background-position: center;
background-size: cover;
color: #fff;
text-align: center;
position: relative;
}

.sec-configuration:after {
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
position: absolute;
z-index: 1;GOTHAM-MEDIUM_0
}

.sec-configuration .container {
position: relative;
z-index: 2;
}

.configuration-para {
max-width: 80%;
margin: 0 auto;
}
.hardTxt {
    font-family: 'MMADE_TOMMY_Regular';
    letter-spacing: 1px;
    color: #fff;
    text-shadow: 3px 3px 0px #000;
}
.hardTxt.inv {
    font-family: 'MMADE_TOMMY_Regular';
    letter-spacing: 1px;
    color: #000;
    font-weight: bold;
    text-shadow: none;
}
.config-wraper {
position: relative;
max-width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
bottom: -4em;
box-shadow: 0 0 8px 0px rgba(113, 113, 113, 0.08);
}

.config-wraper .config-box {
width: 50%;
background: #fff;
height: 200px;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #222;
}

.config-wraper .config-box:last-child {
border-right: 0;
}

.config-wraper .config-box h4 {
font-size: 1.7em;
margin-bottom: 0.5em;
color: #25203c;
}

.sec-gallery {
padding: 6em 0 6em 0;
background-color: #fff;
}

.sec-gallery .container {
padding: 0 10em;
position: relative;
}

.gallery-para {
max-width: 90%;
margin: 0 auto;
text-align: center;
}

.swiper-container {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
height: 100%;
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: -webkit-flex;*/
/*display: flex;*/
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

#gallery-carousel {
margin-top: 1em;
}

#gallery-carousel img {
width: 100%;
display: block;
}


#gallery-carousel1 {
margin-top: 1em;
}

#gallery-carousel1 img {
width: 100%;
display: block;
}


.gallerySlider {
position: relative;
}

.arrow-slide {
   width: 38px;
    height: 38px;
/*position: absolute;*/
z-index: 111;
cursor: pointer;
/* display: none; */
align-items: center;
justify-content: center;
}
.arrow-slide-next {
width: 55px;
height: 55px;
position: absolute;
z-index: 111;
cursor: pointer;
/* display: none; */
align-items: center;
justify-content: center;
}


.amenitiesSliContainer {
position: relative;
}
.ame-slide {
width: 40px;
height: 40px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.ame-next {
width: 40px;
height: 40px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
    /*border: 1px solid #000;*/
    border-radius: 10px;
}

.ame-back {
width: 40px;
height: 40px;
/*position: absolute;*/
z-index: 111;
cursor: pointer;
/*display: flex;*/
align-items: center;
justify-content: center;
transform: rotate(180deg);
    border: 1px solid #000;
    border-radius: 10px;
   margin-bottom: 10px;
}

.ame-next1 {
width: 40px;
height: 40px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.ame-back1 {
width: 40px;
height: 40px;
position: absolute;
z-index: 111;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}

.amenitiesSliContainer .ame-prev1 {
left: 0;
top: 50%;
transform: scale(-1);
}
.amenitiesSliContainer .ame-next1 {
right: 0;
top: 50%;
}

.amenitiesSliContainer .ame-prev {
left: 0;
top: 50%;
transform: scale(-1);
}
.amenitiesSliContainer .ame-next {
right: 0;
top: 50%;
}
.arrow-next {
top: 50%;
    right: 79px;
    position: absolute;
    width: 5%;
  

}

.arrow-prev {
     top: 50%;
       left: 71px;
    transform: translateY(-50%);
    position: absolute;
    width: 5%;
}

.arrow-next1 {
    
    
top: 50%;
    left: 0;
    background: #fff;
    padding: 4px;
    border: 1px solid #000;
    transform: scaleX(-1) translateY(-50%);
    border-radius: 10px;
}

.arrow-prev1 {
 top: 50%;
    left: 0;
    background: #fff;
    transform: translateY(-50%);
    padding: 4px;
    border: 1px solid #000;
    border-radius: 10px;
}




.hoverWpr {
display: inline-block;
}

.hoverBtn {
display: flex;
position: relative;
text-transform: uppercase;
color: #444;
font-weight: bold;
font-size: 0.9em;
justify-content: center;
align-items: center;
}

.left-c {
width: 50px;
height: 100%;
left: 0;
position: absolute;
top: 50%;
transform: translate(-25px, -50%);
transition: all .65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.left-c:before {
content: '';
background: rgba(242, 242, 242, 1);
position: absolute;
height: 50px;
border-radius: 50%;
width: 50px;
right: 0;
}

.hoverBtn span {
padding: 1em 0;
position: relative;
z-index: 1;
letter-spacing: 0px;
word-spacing: 0px;
}

.hoverBtn:hover .left-c {
width: 100%;
transform: translate(25px, -50%);
}

.arrowSvgHover {
width: 20px;
margin-left: 5px;
transition: all .65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.hoverBtn:hover .arrowSvgHover {
transform: translateX(10px);
}

.sec-video {
position: relative;
padding: 6em 0;
}

.sec-video .bgInner {
position: absolute;
width: 0%;
height: 100%;
left: 0;
top: 0;
background: #000;
z-index: 1;
}

.sec-video .container {
position: relative;
z-index: 2;
display: flex;
}

.yt-video {
width: 50%;
position: relative;
overflow: hidden;
opacity: 0;
}

.yt-video img {
width: 100%;
position: relative;
z-index: 2;
}

.yt-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.video-para {
width: 50%;
color: #fff;
padding-left: 4em;
display: flex;
align-items: flex-start;
flex-direction: column;
justify-content: center;
}

.yt-video:after {
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 4;
position: absolute;
background: #000;
transition: all .65s cubic-bezier(0.475, 0.425, 0, 0.995);
}

.yt-video.reveal:after {
transform: translateX(100%);
}

.video-para .hoverBtn {
color: #fff;
margin-left: 1em;
}

.video-para .arrowSvgHover path {
fill: #fff;
}

.video-para .left-c:before {
content: '';
background: rgba(19, 19, 19, 1);
position: absolute;
height: 50px;
border-radius: 50%;
width: 50px;
right: 0;
}

.yt-thumb {
transform: scale(1.2);
transition: all 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
position: relative;
z-index: 2;
background-size: cover;
background-position: center;
cursor: pointer;
}

.yt-thumb:after {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
z-index: 1;
}

.reveal .yt-thumb {
transform: scale(1);
}

.yt-thumb svg {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 60px;
height: 60px;
z-index: 2;
}

.yt-thumb svg path {
fill: #fff;
}

.sec-amenities {
/* padding: 6em 0; */
background: #f6f2e3;
text-align: center;
}

.sec-amenities .container {
/*padding: 0 10em;*/
/*color: #fff;*/
}

.amenities-para {
margin-bottom: 2em;
}
#amenities-carousel {
position: relative;
}
#amenities-carousel svg {
width: 60px;
margin: 10px 0;
}
#amenities-carousel1 {
position: relative;
}
#amenities-carousel1 svg {
width: 60px;
margin: 10px 0;
}


.bannerDisclaimer {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    color: #fff;
    font-size: 10px;
}
#amenities-carousel .swiper-slide {
/*flex-direction: column;*/
}

#amenities-carousel .swiper-slide p {
font-size: 0.8em;
}

#amenities-carousel .swiper-slide img {
       max-width: 100%;
  	padding-bottom: 19px;
}

#amenities-carousel1 .swiper-slide {
flex-direction: column;
}

#amenities-carousel1 .swiper-slide p {
font-size: 0.8em;
}

#amenities-carousel1 .swiper-slide img {
    max-width: 90px;
}


.location-para {
background: #f78684;
background-size: 240px;
color: #000;
margin: 0 auto;
padding: 0em 3em;
text-align: center;
position: absolute;
left: 50%;
transform: translate(-50%, -50%);
z-index: 5;
/* box-shadow: 0px 15px 20px 0px #1a152f; */
/*   margin-top: -60px; */
      border-radius: 20px;
      width: 28%;
}

.sec-rera {
padding: 4em 0 2em 0;
background-color: #fff;
}

.sec-rera .container {
display: flex;
justify-content: center;
align-items: self-start;
}

.sec-rera p {
font-size: 0.8em;
}

.sec-rera img {
margin-right: 10px;
}

.sec-about {
background: #000;
background-size: 240px;
padding: 15em 0 4em 0;
position: relative;
}

.sec-about .container {
padding: 0 10em;
}

.sec-about p.small {
font-size: 0.8em;
color: #ddd;
}

.about-para {
color: #fff;
text-align: center;
}

#about-carousel {
margin-top: 2em;
color: #fff;
}

.countstep {
font-size: 3em;
font-family: 'MMADE_TOMMY_Regular';
}

#about-carousel p {
font-size: 0.9em;
text-align: left;
line-height: 1.2;
margin-left: 15px;
}

.mask {
display: none;
}
#gallery-carousel a .lazy-picture1{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture2{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture3{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture4{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture5{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture6{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture7{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture8{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture9{
position: relative;
display: block;
}
#gallery-carousel a .lazy-picture10{
position: relative;
display: block;
}














#gallery-carousel1 a .lazy-picture1{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture2{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture3{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture4{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture5{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture6{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture7{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture8{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture9{
position: relative;
display: block;
}
#gallery-carousel1 a .lazy-picture10{
position: relative;
display: block;
}
.locationContainer {
    /*max-width: 800px;*/
    margin: 0 auto;
    display: flex;
    position: relative;
    /*background-color: #d8dfcd;*/
}
.artistMapSec {
width: 100%;
position: relative;
}
.artistMapSec img {
max-width: 100%;
width: 700px;
position: relative;
z-index: 2;
/* display: block; */
}
.mapImg {
    text-align: center;
    background-color: #fff;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 3;
    justify-content: center;
}
.sec-location iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.mapBtn {
background-color: #bd9234;
color: #fff;
padding: 5px 15px;
position: absolute;
top: 0;
right: 0;
z-index: 999;
font-size: 14px;
}
.artistMapSec.hide .mapImg{
z-index: 1;
}
@media only screen and (max-width:1280px) {
.container {
padding: 0 2em;
max-width: 1420px;
}
}
@media only screen and (max-width:1024px) {
.logo {
margin-right: 1em;
}
/* nav ul li {
padding: 0 8px;
} */
.logo img {
/* max-width: 120px; */
}

.bannerTxt {
margin-left: 0;
}

.sec-overview .container, .sec-amenities .container {
padding: 0 4em;
}

/*.sec-location iframe {
height: 50vh;
}
*/
.sec-eq .container {
padding: 0;
}
.locationContainer {
flex-direction: column;
}

}

@media only screen and (max-width:800px) {
.arrow-slide {
display: flex;
}
.cursor, .cursor2, .cursor3 {
display: none !important;
}

header {
padding: 14px 0;
}
.artistMapSec img {
width: 100%;
}

/* nav {
position: fixed;
width: 100%;
height: 100%;
z-index: 111;
background: #000;
left: 0;
top: 0;
display: none;
opacity: 0;
} */

/* nav ul {
display: flex;
flex-direction: column;
}

nav.open {
display: flex;
align-items: center;
justify-content: center;
opacity: 1;
}

nav ul li {
padding: 1em 0;
}

nav ul li a {
font-size: 2em;
} */

.configuration-para {
max-width: 100%;
}

.sec-gallery .container, .sec-about .container {
padding: 0 4em;
}

.overview-title, .overview-para {
width: 100%;
padding-right: 0;
}

.sec-overview .container, .sec-video .container {
flex-direction: column;
}

.yt-video {
margin-bottom: 4em;
}

.yt-video, .video-para {
width: 100%;
padding: 0;
}

.location-para {
padding: 2em;
}

.right {
display: flex;
align-items: center;
}

.hamburger {
display: block;
width: 35px;
height: 40px;	
background:#000;
margin-left: 2em;
position: relative;
z-index: 1111;
}

.hamburger span {
width: 100%;
height: 3.3px;
background: #fff;
display: block;
position: absolute;
transition: all 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
top: 25%;
}

.hamburger span:nth-child(2) {
top: 50%;
}

.hamburger span:nth-child(3) {
top: 75%;
}

.hamburger.open span:nth-child(1) {
transform: rotate(45deg);
top: 50%;
}

.hamburger.open span:nth-child(2) {
transform: scale(0);
}

.hamburger.open span:nth-child(3) {
transform: rotate(-45deg);
top: 50%;
}

}

@media only screen and (max-width:767px) {
    .footer-mr{
            margin-top: 60px;
    }
    .pad-mob{
            padding: 30px 24px;
    }
    .mr-mob{
            margin-top: 20px;
    }
    .color1{
        color:#ffffff;
        font-size: 40px;
    }
    .testi-bg1{
          margin-top: 10px;
    background-image: url(../images/testi-bg1.jpg);
    /*background-size: cover;*/
        background-repeat: no-repeat;
      }
    .lo-mr{
        margin-bottom: 20px;
    }
    .f-mr{
           margin-left: 10px;
      }
    .f-pd{
          padding: 0px 8px;
              color: white;
      }
    
     .about-ban-centered{
     position: absolute;
       top: 411px;
    left: 7%;
    text-align: center;
      }
    .centered3 {
    position: absolute;
        bottom: -11.2%;
    left: 55%;
    transform: translate(-50%, -50%);
    padding: 9px 18px;
    width: 100%;
    color: white;
}
    .hr-mob{
        border-bottom: 1px solid #bfbfbf;
    /* padding: 44px; */
    width: 100%;
    margin: 26px 14px;
    }
/*    .arrow-next3 {*/
/*     top: 91% !important;*/
/*    right: 0%;*/
/*        position: relative;*/
/*}*/

/*.arrow-prev3 {*/
/*       top: 91% !important;*/
/*    left: 0%;*/
/*     position: relative;*/
/*}*/
    
.arrow-next2 {
    
       top: 30% !important;
    right: -20px;
    position: absolute;
    width: 5%;
}

.arrow-prev2 {
        top: 39% !important;
    left: -30px;
    transform: translateY(-50%);
    position: absolute;
    width: 5%;
}

    
.l1{
       position: absolute;
    left: 12%;
    z-index: 1;
    top: 4%;
}
.l2{
     position: absolute;
    left: 12%;
    z-index: 1;
    top: 24%;
}

.l3{
     position: absolute;
    left: 12%;
    z-index: 1;
    top: 44%;
}

.l4{
     position: absolute;
    left: 12%;
    z-index: 1;
    top: 64%;
}

.l5{
     position: absolute;
    left: 12%;
    z-index: 1;
    top: 84%;
}
    .location-bg{
         background: #45095a;
          background-size: cover;
          border-bottom-right-radius: 31px;
          padding:0px;
      }
      
      .location-ul{
    text-align: left;
    list-style: disc;
    color: #fff;
    font-size: 12px;
    padding-left: 160px;
    margin: 10px 0px;
}
    .caption{
      display: flex;
    align-items: center;
}
  
    
    .centered1 {
       position: absolute;
    bottom: -13.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 9px 18px;
    width: 100%;
}
.callNow,
.eq-header {
display: none;
}

.arrow-next {
        top: 65% !important;
    right: -20px !important;

    position: absolute;
}

.arrow-prev {
top: 69% !important;
    left: -30px !important;
    transform: translateY(-50%);
    position: absolute;
}
.mr{
    margin-top: 32px;
}

.arrow-nextf{
    top: 50%;
    left: 0;
    background: #fff;
    padding: 4px;
    /*border: 1px solid #000;*/
    transform: scaleX(-1) translateY(-50%);
    /*border-radius: 10px;*/
    position:relative !important;
}

.arrow-prevf {
    top: 50%;
   left: -3% !important;
    background: #fff;
    transform: translateY(-50%);
    padding: 4px;
    /*border: 1px solid #000;*/
    /*border-radius: 10px;*/
    position:relative !important;
}
.arrow-next4{
    top: 50%;
    left: 0;
    background: #fff;
    padding: 4px;
    /*border: 1px solid #000;*/
    transform: scaleX(-1) translateY(-50%);
    border-radius: 10px;
    position:relative !important;
}

.arrow-prev4 {
    top: 50%;
   left: -3% !important;
    background: #fff;
    transform: translateY(-50%);
    padding: 4px;
    /*border: 1px solid #000;*/
    border-radius: 10px;
    position:relative !important;
}

.arrow-next2{
    top: 50%;
    left: 0;
    background: #fff;
    padding: 4px;
    /*border: 1px solid #000;*/
    transform: scaleX(-1) translateY(-50%);
    border-radius: 10px;
    position:relative !important;
}

.arrow-prev2 {
    top: 50%;
   left: -3% !important;
    background: #fff;
    transform: translateY(-50%);
    padding: 4px;
    /*border: 1px solid #000;*/
    border-radius: 10px;
    position:relative !important;
}
.ame-next{
    top: 50%;
    left: 0;
    background: #fff;
    padding: 4px;
    /*border: 1px solid #000;*/
    transform: scaleX(-1) translateY(-50%);
    border-radius: 10px;
    position:relative !important;
}

.ame-prev {
    top: 50%;
   left: -3% !important;
    background: #fff;
    transform: translateY(-50%);
    padding: 4px;
    /*border: 1px solid #000;*/
    border-radius: 10px;
    position:relative !important;
}
}
@media only screen and (max-width:520px) {
.locationContainer {
flex-direction: column;
}
.artistMapSec {
width: 100%;
}
/*.sec-location iframe {
position: static;
width: 100%;
height: 400px;
}*/
/*.location-para {
transform: translate(-50%, -20%)
}*/
.sec-banner {
height: 100vh;
/*     height: calc((var(--vh, 1vh) * 100) - 36px); */
}
.slide-bgimg img {
height: 100%;
    width: fit-content;
/*     max-width: none; */
}
.sec-banner .swiper-pagination {
flex-direction: row;
top: auto;
bottom: 30px;
right: auto;
left: 50%;
transform: translate(-50%,0);
z-index: 111;
}
.sec-banner .swiper-pagination-bullet {
flex-direction: row;
margin:0 4px;
}
.sec-banner .swiper-pagination-bullet:before {
height: 2px;
width: 0;
margin-bottom: 0;
margin-right: 4px;
}
.sec-banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
height: 2px;
width: 50px;
}
.logo img {
width: auto;
/*width: 40px;*/
height: auto;
}

/* nav ul li {
padding: 0.5em 0;
}

nav ul li a {
font-size: 1.4em;
} */

.title1, .title2 {
font-size: 2em;
}

.container, .sec-overview .container, .sec-amenities .container, .sec-gallery .container, .sec-about .container {
padding: 0 1.5em;
}

.sec-overview, .sec-configuration, .sec-gallery, .sec-amenities {
/* padding: 4em 0; */
}

.config-wraper {
bottom: 0;
flex-direction: column;
}

.config-wraper .config-box {
width: 100%;
margin-top: 2em;
}

.gallery-para {
max-width: 100%;
}

.location-para {
width: 100%;
transform: none;
position: static;
}
.sec-about {
padding-top: 4em;
}

.sec-rera .container {
flex-direction: column;
align-items: center;
}

.sec-rera img {
margin: 0 0 10px 0;
}

.arrow-slide {
width: 40px;
height: 40px;
top: 50%;
transform: translateY(-50%);
}

.arrow-prev {
left: 0;
/*transform: scaleX(-1) translateY(-50%);*/
}

.arrow-next {
right: 0;
}
  
  .arrow-prev1 {
left: 0;
/*transform: scaleX(-1) translateY(-50%);*/
}

.arrow-next1 {
right: 0;
}
.scrollDown {
margin: 0 auto;
width: 60px;
left: 0;
right: 0;
bottom: 6em;
transform: scale(0.7) !important;
}
.circle {
margin: 0;
}

}

::-moz-selection {

/* Code for Firefox */
color: #fff;
background: #000;
}

::selection {
color: #fff;
background: #000;
}
.thankyou-section {
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-image: url('../../images/banner/1.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.thankyou-section:before {
content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 1;
}
.thankContent {
max-width: 500px;
background-color: rgba(0,0,0,.2);
padding: 15px 30px;
position: relative;
z-index: 2;
text-align: center;
background-color: #fff;
display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
}
.thankContent p {
font-size: 1.2rem;
}
.overview-title .title2,
.gallery-para .title2,
.amenities-para .title2,
.sec-location .title2
 {
color: #2c282c;
}
.sec-location .location-para .title2 {
color: #fff
}

 .leftmenulines {
     width: 12%;
    height: 16px;
    background-image: url(../images/hamburger.png);
    /* background: #000; */
    display: inline-block;
    background-position: center center;
    background-size: cover;
    }
    .leftmenulines1 {
        width: 38px;
    height: 39px;
    background-image: url(../../images/bar.png);
    /* background: #000; */
    display: inline-block;
    background-position: center center;
    background-size: cover;
       /*margin: 0px 30px;*/
    }
    
     @media (max-width:767px){
    .hidden-xs{
        display:none!important
    }
    }
    
    
    
    #google_translate_element select {
  		  padding: 7px !important;
      color: #000 !important;
      margin-right:10px;
      width:150px;
		}
    
    .goog-logo-link{
      display: none !important;
    }
    
    .goog-te-gadget{
          color: #fff0;
      font-size: 0px;
    }
    
    .logo{
          margin-right: 0em;
    }
    
    @media only screen and (max-width: 1024px){
			.logo {
    margin-right: 1em;
    	}
    }
    
    
    @media only screen and (max-width: 480px){
			#google_translate_element select {
          width:70px;
			}
    }
    
    
    .goog-te-banner-frame{
/*       display:none !important; */
    }
    
    .goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }

    #runfuntion{
   	 display:none;
/*   	  background: #fff; */
/*    	 color: #000; */
/*    	 padding: 5px 14px; */
   	 margin-right: 15px;
/*    	 border: 1px solid dimgrey; */
   	 cursor: pointer;
    }
    
    
    
     
        .hidetext{ margin-top: -28px; margin-left: 261px; }   @media only screen and (max-width:1024px) { .hidetext{ margin-top: 86px; margin-left: 211px; }   .main-slider .swiper-slide .slide-bgimg { width: 100%;/* height: 45%; */ }  .sec-banner { height: calc(var(--vh, 1vh) * 41); }  }   @media only screen and (max-width:767px) { .hidetext{ display:none; }  .sec-banner { height: calc(var(--vh, 1vh) * 90); }  }  
      
      
      @media only screen and (max-width:767px){
            .social-width{
              width: 14%;
      }
          .width-se{
                  width: 90%;
          }
          .left1{
                  left: 33% !important;
          }
          
           
          .left2{
                     left: 27% !important;

          }
          
          .bg-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20%;
    left: 39%;
    align-items: center;
}
          .text-right1{
          text-align: left;
      }
          .projectlocation{
                  width: 4%;
    filter: brightness(0);
          }
           .project-flex{
              display: flex;

      }
          .logo-width{
                  width: 65%;
          }
          .footer-pd{
    padding-left: 15px;text-align:left;
}
          .text-center-form{
              justify-content: center;
          }
          .form-mr{
                  margin-bottom: 15px;
          }
          .first-slider {
    position: absolute;
    right: 32%;
    bottom: -14px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    padding-left: 0;
    margin-right: 8%;
    margin-left: 15%;
    align-items: center;
}
      
      .header-shadow{
          box-shadow: 1px 1px 9px 2px #cbcbcb;
      }
    
          
            .testi-bg{
                  background-image: url(../../images/testimonial-phone-bg.png);
    background-size: cover;
    background-position: center;
            }
          .width-im{
               width: 70%;
          }
          .footer{
              padding: 2em 0 83px 0;
    /*height: 92rem;*/
    background: #b8956d;
    /*color: #fff;*/
    margin: 0rem 0px 0px 0px;
          }
          
           .bottom-left {
  position: absolute;
 bottom: 105px;
    left: 31px;
}
        .hidetext{
          display:none;
        }
        
         .triggerbtns div {
        display: inline-block;
    background: #ebe9e9;
    padding: 6px 29px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #000000;
    margin: 19px 20px 0px 0px;
    cursor: pointer;
         }
      }
      
  @media only screen and (min-width:768px){ 
      .test-pd1{
              padding-left: 40px !important;
      }
      .he {
    height: 27em;
}
      p{
          text-align:justify;
      }
      .dis-flex{
          display: flex;
    align-items: center;
      }
      .no-fixed{
          display:none !important;
      }
      .fixed1{
    /*display:block;*/
    position:fixed;
    top:20%;
    left:68%;
    width: 25%;
}
      .pd1{
          padding: 0px 3px 0px 0px !important;
      }
      .pd2{
          padding: 0px 3px 0px 3px !important;
      }
      .pd3{
              padding: 0px 0px 0px 3px !important;
      }
      .dis1{
              display: flex;
    align-items: center;
      }
       .color1{
        color:#333333;
            font-size: 50px;
    }
      .testi-bg1{
          margin-top: 10px;
    /*background-image: url(../images/testi-bg1.jpg);*/
    background-size: cover;
      }
.arrow-next3 {
    
  top: 36%;
    right: 79px;
    position: absolute;
    width: 5%;
}

      .arrow-prev3 {
   top: 41%;
       left: 71px;
    transform: translateY(-50%);
    position: absolute;
    width: 5%;
}
  
      .f-mr{
           margin-left: 26rem;
      }
      .f-pd{
          padding: 0px 15px;
           color: white;
      }
      .justify-text{
             text-align:justify;
      }
      .container-p{
              padding: 15px 56px !important;
      }
      .centered3 {
    position: absolute;
      bottom: -15.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 9px 18px;
    width: 100%;
    color: white;
}
      .form-pd{
              padding-left: 69px !important;
      }
      .about-ban-centered{
     position: absolute;
   top: 13%;
    left: 9%;
    text-align: center;
      }
      
      .about-pd{
          padding-right: 107px;
      }
      
    
.arrow-next2 {
    
     top: 65%;
    right: 2px;
    position: absolute;
    width: 5%;
}

.arrow-prev2 {
        top: 69%;
    left: -9px;
    transform: translateY(-50%);
    position: absolute;
    width: 5%;
}

      
.l1{
       position: absolute;
    left: 61%;
    z-index: 1;
    top: 16%;
}
.l2{
     position: absolute;
    left: 61%;
    z-index: 1;
    top: 32%;
}

.l3{
     position: absolute;
    left: 61%;
    z-index: 1;
    top: 48%;
}

.l4{
     position: absolute;
    left: 61%;
    z-index: 1;
    top: 64%;
}

.l5{
     position: absolute;
    left: 61%;
    z-index: 1;
    top: 80%;
}
      .location-ul{
    text-align: left;
    list-style: disc;
    color: #fff;
    font-size: 12px;
    padding-left: 69px;
    margin: 10px 0px;
}
      .location-bg{
          background-image: url(../../images/project1/map-bg.png);
          background-size: cover;
          border-bottom-right-radius: 31px;
          padding:0px;
      }
    
       .left1{
                  left: 37% !important;
          }
          
           
          .left2{
                  left: 34% !important;
          }
      .bg-text {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20%;
    left: 41%;
    align-items: center;
}
      .project-flex{
                 display: flex;
    /*border-top: 1px solid #d9d9d9;*/
    justify-content: flex-start;
      }
      
          .footer-pd{
    padding-left: 35px !important;
    text-align:left;
}
          .form-css{
              flex-direction: row;
    justify-content: space-around;
    display: flex;
    padding: 24px 220px;
          }
          
          .centered1 {
 position: absolute;
    bottom: -11.2%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 22px 41px;
    width: 66%;
}
.caption{
        display: flex;
    justify-content: center;
}
          
          .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: right !important;
    -webkit-tap-highlight-color: transparent;
    bottom: 0% !important;
    right: 7% !important;
    position: absolute !important;
}
          
          .mr{
    margin-top: -38px;
}
          .testi-bg{
                  background-image: url(../../images/testimonial-bg.png);
    background-size: cover;
    background-position: center;
          }
          .footer{
              padding: 2em 0 30px 0; 
              /*height: 41rem;  */
              background: #b8956d;
              color: #000;
              margin: 14rem 0px 0px 0px;
          }
           .bottom-left {
      position: absolute;
   top: 20%;
    left: 11%;
    left: 12%;
    text-align: left;
}
          .years{
              display: flex;
              align-items: flex-end;
          }
 .triggerbtns div {
    display: inline-block;
    background: #ebe9e9;
    padding: 14px 47px;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #000000;
    margin: 19px 20px 0px 0px;
    cursor: pointer;
      }  
      
      }
.view360 {
	width:80vw;height:30vw;
}

@media only screen and (max-width: 600px) {
  .view360 {
    width:90vw !important;height:120vw !important;
  }
}
  .selected-dial-code{
    text-align:left;
    color:#fff;
  }
  .country-list{
    display: flex;
    flex-direction: column;
  }
  
  
   @media only screen and (min-width:1280px){
  	#loadinggif img{
  			left:49% ;
  	}
  }
    
    #loadinggif img{
  			left:45%;
  	}
  	 
    .carousel_control_plans {
            top: 240px;
            bottom: unset;
				}
    
    
    @media only screen and (max-width: 756px)
    {
				.carousel_control_plans {
            top: 120px;
            bottom: unset;
				}
    }
    
     #epicplans img{
    				width: 220px;
            margin: 20px 50px;
			}
      
      #epicplans .plans{
        
        width: 220px;
    		background: url(lib/images/future.png);
    		display: inline-block;
    			height: 220px;
    			margin: 20px 50px;
        padding:0 !important;
      }
      
      #epicplans .plans:hover{
      
        
        
      }
      
      .plantext{
        width:100%;
          height:100%;
      	background:#094a8cba;
        color:#fff;
        padding:97px 0;
        cursor:pointer;
      }
      
      .fixedepicplans{
/*         position:fixed;
        top:0;
          width:100%;
        height:100%;
        background:#000000b8;
        z-index:10000; */
        
/*         display: block; */
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 11111;
      }
      
      .planimg img{
        
        width:100%
        
      }
      
      .carousalplans{
        width: 720px;
/*    			 height: 400px; */
        margin-top:15px;
            display: inline-block;
      }
      
      .closebtn {
            position: fixed;
    top: 0;
    right: 0;
    margin-top: 0px;
    padding: 5px 15px;
    background: #e60000;
    
    display: inline-block;
    color: #fff;
        cursor:pointer;
        font-size: 15px;
}
      
      
/*     background Epic Plans   */
      #epicplans{
      		background:#fff;
/*         background:url(); */
      }
      
      
      @media only screen and (max-width:768px)
      {
        
         #epicplans{
          background:#f7942b;
           /*         background:url(); */
        }
        
       		 .carousalplans{
              width: 100%;
              margin-top:50%;
                  display: inline-block;
            }
        
       
      
      }
      
      
          
    .whatsapp {
/*     height: 40px;
    width: 40px; */
    position: fixed;
    bottom: 120px;
    right: 20px;
/*     box-shadow: 0 0 10px rgb(0 0 0 / 5%); */
   
/*     border: 2px solid #000;
    border-radius: 50%; */
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    z-index: 32;
    /* background: #7d1643; */
    padding-top: 15px;
    line-height: 1.3;
}
    
    
    @media only screen and (max-width: 768px){
.whatsapp {
    display:none;
  
		}
  }
    
    
    
   @media only screen and (min-width: 1024px)
   {
.whatsapp {
    height: 81px;
    width: 81px;
    right: 3px;
    bottom: 90px;
}
     }
    
    .side_menubar{
/*       background:#fff9; */
      width:100%;
      height:100%;
        z-index:1000000;
      position:fixed;
      top:0;
      right:-100%;
      transition: all 0.3s ease-in-out;
      
    }
    
    
    .menuitems{
      float:right;
      background:#000000e0;
      height:100%;
      width:330px;
    }
    
    
    .closemenu{
      width:100%;
      display:block;
      height: 20%;
    }
    
    .close_btn{
      /*background:red;*/
     padding: 3px 11px;
      float:right;
      color:white;
      font-size: 18px;
    }
    
    .menu_nav_bar{
      width:100%;
      display:block;
      height: 80%;
      color:#fff;
    }
    
    .menu_nav_bar a{
      color:#fff;
      font-size: 22px; 
    }
    .menu_nav_bar li{
      margin-bottom:22px; 
    }
  
  
.container1 {
  position: relative;
  text-align: left;
  color: white;
}
.centered {
  position: absolute;
bottom: 6%;
    left: 50%;
  transform: translate(-50%, -50%);
}

.award{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #f9f8f6;
    border-radius: 16px;
    padding: 38px;
    background: #f9f8f6;
    margin-bottom: 25px;
}
.award-title{
    text-align: left;
    font-size: 26px;
}

.award:hover{
    background:#474747;
    color:#fff;
    transition: 0.7s;
}
.award:hover img{
    filter:brightness(1);
}
.img-rad{
        border-radius: 16px;
        
}
.project-text{
    font-size: 13px;
    color: #cdcdcd;
    text-align: left;
    margin-top: 17px;
}
.project-text1{
        text-align: left;
    font-size: 20px;
    color: black;
}
.project-loc{
  font-size: 19px;
    color: #ffffff;
    text-align: left;
    margin-top: 17px;
    font-family: 'Graphite Regular';
}



.faq-container {
  max-width: 600px;
  margin: 0 auto;
  /*border-radius: 10px;*/
  /*background-color: #fff;*/
  overflow: hidden;
  /*box-shadow: rgb(0 0 0 / 26%) 0px 4px 12px;*/
}

.faq {
 /*box-sizing: border-box;*/
    background: #333;
    padding: 30px;
    position: relative;
    overflow: hidden;
    color: #ffffffe3;
    border-bottom: 1px solid #757575;
}

.faq:not(:first-child) {
  /*border-top: 1px solid #e6e6e6;*/
}

.faq-title {
  margin: 0 35px 0 0;
  font-weight: 600;
  font-size: 18px;
}

.faq-text {
      text-align: justify;
    color: var(--e-global-color-secondary );
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
  display:none;
  padding: 8px 0px;
  margin: 0;
}

.faq.active {
  background-color: #333;
  /*box-shadow: inset 4px 0px 0px 0px var(--accent-color);*/
 
}

.faq.active .faq-title {
  color: var(--accent-color);
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  /*border: 1px solid #e6e6e6;*/
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-top: 3px;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease;
      border: none;
}

.faq-toggle:focus {
  outline: none;
}

.faq.active .faq-toggle {
  transform: rotate(180deg);
      /*background-color: #2b3c90;*/
    border-color: #fff;
    color: #ffffff;
}
.pr-header {
    display: flex;
    background: #fff;
    padding: 10px;
}
.li-header{
      padding: 13px 24px 13px 19px;
    /*border-right: 1px solid #ecebeb;*/
    font-size: 13px;
}
.project-title{
    font-size: 40px;
    margin-bottom: 25px;
    color: #000 !important;
    text-align: left;
}


.arrow-prev4 {
       top: 50%;
    left: -2%;
    transform: translateY(-50%);
    position: absolute;
}
.arrow-next4 {
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    position: absolute;
}


.ame-prev {
   top: 70%;
    left: -1%;
    transform: translateY(-50%);
    position: absolute;
}
.ame-next {
   top: 70%;
    right: 0%;
    transform: translateY(-50%);
    position: absolute;
}

.arrow-prevf {
     top: 55%;
    left: 4%;
    transform: translateY(-50%);
    position: absolute;
}


.arrow-nextf {
          top: 55%;
    right: 5%;
    transform: translateY(-50%);
    position: absolute;
}
.border{
    border-bottom:1px solid #333;
}
.sticky {
   position: fixed;
    top: 82px;
    width: 100%;
    z-index: 2;
}
.project-title1 {
   font-size: 23px;
    margin-bottom: 8px;
    color: #000 !important;
    text-align: left;
}

.project-text1{
        bottom: -45px;
    z-index: 99;
    position: absolute;
    left: 36%;
}
 .owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 334px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #b9b9b9 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #727272 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}

.ame-pd{
    padding: 0px !important;
}
.owl-next {
    
    
top: 50%;
    left: 0;
    background: #fff !important;
    transform: scaleX(-1) translateY(-50%);
        padding: 8px 15px !important;
    border: 1px solid #000;
    border-radius: 10px !important;
}

.owl-prev {
 top: 50%;
    left: 0;
    background: #fff !important;
    transform: translateY(-50%);
        padding: 8px 15px !important;
    border: 1px solid #000;
    border-radius: 10px !important;
}


/*.owl-carousel.owl-drag .owl-item {*/
/*    -ms-touch-action: pan-y;*/
/*    touch-action: pan-y;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    filter: grayscale(100%);*/
/*}*/

/*.active{*/
/*    filter:none !important;*/
/*}*/

.counter-de{
          text-align: left;
    position: absolute;
    bottom: 12%;
    left: 17%;
    font-size: 20px;
}

.enquire-now-css{
    color: #515151;
    background: linear-gradient(102deg, #8d6747, #b8966e);
    color: white;
    padding: 9px 18px;
    border-radius: 20px;
    /*box-shadow: 1px 0px 13px 2px #d1d1d1;*/
    font-size: 15px;
        font-family: sans-serif;
}

.bg-text1{
        font-size: 46px;
    font-family: 'Montserrat Light' !important;
}
.bg-text2{
    font-size: 21px;
    color: #6c6c6c;
}
.news-bg{
        background-image: url(../../images/news/news-bg.png);
    /* background-position: center center; */
    background-size: cover;
    height: 600px;
    padding: 45px 0px;
        border-radius: 29px;

}
.form-input{
    border-bottom: 1px solid #999999 !important;
    border: none;
    width: 19rem;
}

.form-btn{
        color: #515151;
    background: #5bbe3d;
    color: white;
    padding: 15px 34px;
    border-radius: 27px;
    /* box-shadow: 1px 0px 13px 2px #d1d1d1; */
    font-size: 15px;
}


.form-btn1{
        color: #515151;
    background: #45095a;
    color: white;
    padding: 15px 34px;
    border-radius: 27px;
    /* box-shadow: 1px 0px 13px 2px #d1d1d1; */
    font-size: 15px;
}
.footer-text{
    font-size: 25px;
    color:#3c3d3f;
    font-family: 'Montserrat Bold' !important;
}

.footer-text1{
    color: #9b9a9a;
    font-size: 15px;
    padding: 9px 0px;
    font-family: 'Graphite Light' !important;
}
.footer-left{
        border-right: 1px solid #e5e6e7;
    height: 268px;
}

.footer-text2{
    color: #9b9a9a;
    font-size: 13px;
    
    font-family: 'Graphite Light' !important;
}

 .centered2 {
       position: absolute;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
       padding: 9px 44px;
    width: 100%;
    color:white;
    text-align: left;
}
/* .centered3 {*/
/*    position: absolute;*/
/*    bottom: -2.2%;*/
/*    left: 58%;*/
/*    transform: translate(-50%, -50%);*/
/*    padding: 9px 18px;*/
/*    width: 100%;*/
/*    color: white;*/
/*}*/
.arrow-css{
    margin: 0px 12px 2px 10px;
    position: absolute;
   right: -31px;
    left: auto;
    transform: translateY(-50%);
    background: none;
    border: none;
    top: 40%;
}
.arrow-css2{
    position: absolute;
    left: 66px;
    background: none;
    border: none;
    top: 40%;
}

.news-text{
        font-size: 17px;
    color: #000000;
    text-align: left;
    margin-top: 17px;
}
.news-text1{
    color: #000000;
    font-size: 14px;
    text-align: left;
    margin-top: 17px;
}
.project-header-bg{
    /*background: #3f1257;*/
    color: Black;
    border-radius: 36px;
    text-transform:uppercase;
}
.about-header-bg{
    background: #111111;
    color: white;
    border-radius: 36px;
    text-transform:uppercase;
}


.title-css{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-bottom: 25px;
}
.formstyle{
        border: none;
    border-bottom: 1px solid #adadad;
    margin-bottom: 30px;
        width: 252px;
}
.accordion {
  width: 90%;
  max-width: 1000px;
  /*margin: 2rem auto;*/
}
.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  /*box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);*/
      border: 1px solid #88bd78;
}
.accordion-item-header {
  padding: 1.5rem 3rem 1.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
 text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}


.banner-btn{
        background: white;
    border: none;
    padding: 7px 29px;
    border-radius: 22px;
    font-family: 'Graphite Regular';
    cursor: pointer;
}
.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

float: left;
letter-spacing: 6px;
    font-size: 11px;
    font-family: 'Graphite Light';
    
    margin: 122px 0px 0px -83px;
}

.rotate1 {

}
.config{
    color: white;
    font-size: 46px;
    font-family: 'Graphite Regular';
}
.config1{
        color: white;
}
.config11{
        /*border-right: 1px solid #ffff;*/
    border-bottom: 1px solid #585858;
    text-align: right;
        padding: 60px 60px;
        margin-left: 12rem;
}
.config12{
    border-left: 1px solid #585858;
    border-bottom: 1px solid #585858;
    text-align: left;
   padding: 60px 60px;
    margin-right: 10rem;
}
.config13{
    /*border-right: 1px solid #ffff;*/
    text-align: right;
        padding: 60px 60px;
}
.config14{
    border-left: 1px solid #585858;
    text-align: left;
       padding: 60px 60px;
}
.testi-text{
    font-family: 'Graphite Medium';
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #b8956d;
}

.add{
    font-family: 'Graphite Regular';
    text-transform: uppercase;
    font-size: 22px;
}
.inputc{
    border: none;
    border-bottom: 1px solid #999999;
    margin-bottom: 24px;
        width: 100%;
            padding-bottom: 10px;
}
/*.swiper-slide-active{*/
/* opacity: .25;*/
/*}*/

/*.swiper-slide-duplicate-prev{*/
/*    opacity: .25;*/
/*    }*/
/*.swiper-slide {*/
/*  opacity: .25;*/
/*}*/
/*.swiper-container {*/
/*  overflow: visible;*/
/*}*/
/*.swiper-slide-visible {*/
/*  opacity: 1;*/
/*}*/


.nav {
  /*background: #555;*/
  text-align: center;
}

.nav ul {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.nav ul li {
  position: relative;
  float: left;
}

.nav ul li + li {
  margin-left: 1px;
}

.nav ul li a {
  /*background: #555;*/
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 11px 20px;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.nav ul li a:hover {
  background: #646464;
}

.nav ul li > ul {
  display: none;
  position: absolute;
  width: 185px;;
  top: 100%;
  left: -1px;
  z-index: 1;
  text-align: left;
}

.nav ul li > ul li {
  float: none;
  margin: 0;
}

.nav ul li > ul li a {
  display: block;
  border-top: 1px solid #555;
}

.nav ul li > ul li a:hover {
  border-top: 1px solid #646464;
  background: #555;
}

.nav ul li:hover a, .nav ul li.active a {
  background: #a88560;
}

.nav ul li.active {
  pointer-events: none;
}


figure {
	/*width: 300px;*/
	/*height: 200px;*/
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}






/* Shine */
.hover14 figure {
	position: relative;
	    width: 100%;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine 1.5s;
	animation: shine 1.5s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.project-form{
        border: 2px dotted #decebb;
    padding: 10px 23px;
    border-radius: 5px;
    margin-bottom: 13px;
    width: 100%;

}


.fixed2{
    display:block;
    position: absolute;
    top: 20%;
    left: 16%;
    width: 91%;
        margin-top: 60px;
}

.fade-in {
  animation: fadeIn ease 3s;
  -webkit-animation: fadeIn ease 3s;
  -moz-animation: fadeIn ease 3s;
  -o-animation: fadeIn ease 3s;
  -ms-animation: fadeIn ease 3s;
}


@keyframes fadeIn{
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.project-text{
    color: white;
    font-family: 'Graphite Regular';
    font-size: 19px;
}
.project-text2{
    color: white;
    font-family: 'Graphite Regular';
    font-size: 15px;
}
body {
  font-family: Montserrat;
	background-color: #888
}

.s-button {
  font-size: 18px !important;
    line-height: 28px;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    border-radius: 27px;
    padding: 5px 34px;
	text-decoration: none;
  overflow: hidden;
font-family: 'Graphite Regular';
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

.swipe2right {
  position: relative;

  display: inline-block;
  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);

  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.swipe2right::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swipe2right:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.w2y {
  background-color: #fff;
  color: #000;
}
.w2y::before {
  background-color: #ffd800;
}
.y2w {
  background-color: #ffd800;
  color: #000;
}
.y2w::before {
  background-color: #fff;
}
.y2b {
  background-color: #ffffff;
  color: #000;
}
.y2b::before {
  background-color: #000;
}
.w2b {
  background-color: #fff;
  color: #000;
}
.w2b::before {
  background-color: #000;
}
.w2y:hover,
.y2w:hover {
  color: #000;
}
.y2b:hover,
.w2b:hover {
  color: #fff;
}

.arrow-container {
  width: 25px;
  /* cubic-bezier-easing = sine / mehr Beispiele: https://easings.net/ */
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  cursor: pointer;
  height: 20px;
}

.arrow-down {
  height: 6px;
  /*background: black;*/
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  border-radius: 5px;
}
.arrow-down:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 100%;
  border-radius: 5px;
  /*background: black;*/
  transform: rotate(-90deg);
  transform-origin: 0% 100%;
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.pro-pd{
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}
.testi-wd{
        width: 192px;
}

.bn-top{
    top: 21% !important;;
}

.float-form-btn{
    background: black;
    color: white;
        padding: 7px 30px;
    border: none;
    border-radius: 23px;
}

.floor-text{
    background: black;
    color: white;
    padding: 9px 15px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

span.outer-dot {
  position: relative;
  height: 20px;
  width: 20px;
  border: solid 2px transparent;
  background: transparent;
}
span.inner-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #be9366;
  margin: 0!important;
}

span.outer-dot.swiper-pagination-bullet-active span.inner-dot {
  background: black;
}

.vision {
    border: 1px solid rgb(235, 239, 238);
    padding: 8px;
    margin-bottom: 10px;
}
.mission {
    font-size: 40px;
    text-align: center;
    color: #7f7f7f;
    text-transform: uppercase;
}
.check-mark{
        width: 16px;
    filter: opacity(0.5);
}

 .artimptag::after{
        content:"Artistic Impression";
        position:absolute;
/*         background: #000; */
        color:#fff;
        bottom:59px;
        left:0;
        font-size:10px;
        padding:3px 7px;
        text-shadow: 0px 0px 15px #000;
      }
      
      
.item .sub-menu1{
 background: #a88560;
 display: none;
     padding: 13px;
         margin-top: 7px;
}