/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--pinsker-header-offset, 96px);
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure {
    margin: 0;
}
a,
button {
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}
html{
	overflow-x:hidden; 
	direction:rtl;
	scroll-behavior: smooth;
	scroll-padding-top: var(--pinsker-header-offset, 96px);
}

section[id],
footer[id] {
	scroll-margin-top: var(--pinsker-header-offset, 96px);
}

section#hero,
.hero-wrp#hero {
	scroll-margin-top: 0;
}

strong,
b {
	font-weight: bold !important;
}

em {
	font-style: italic !important;
}

.skip-link {
	left: 1px;
}
.wpcf7-form{position:relative;}
/*.wpcf7-spinner{position:absolute; margin:0; bottom:0; right:0;}*/
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{direction:rtl;}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{margin:10px 0 0;
    padding: 0;
    border: none; color: #dc3232;}
.wpcf7 form.sent .wpcf7-response-output{margin:10px 0 0;
    padding: 0;
    border: none; color:white;}

.errorpage{
	width: 100%;
    height: calc(100vh - 79px);
    background: linear-gradient(90deg, #2e7d32, #1b5e20);
    display: flex;
    align-items: center;
    vertical-align: middle;
	
}
.globalcontent h1{
	font-size: 60px;
    color:#5A5F51;
    font-weight: 400;
    margin:0 0 20px;
    text-transform: uppercase;
}
.globalcontent p{font-size: 18px;
line-height: 25px;
    color:#5A5F51;
    line-height: 40px;
margin: 0;

}
.errorpage.globalcontent h1{color:white;}

.errorpage.globalcontent p a{color:white;}
.globalcontent p a{color:#5A5F51;}
.globalcontent .entry-content{margin:60px 0;}
.globalcontent .entry-content P{text-align:right;}
.not-found .globalcontent p{text-align:center;}
.globalcontent ul{list-style:disc; padding-right:30px;}
.globalcontent ul li{list-style:disc;}
.globalcontent ol{list-style:decimal; padding-right:30px;}
.globalcontent ol li{list-style:decimal;}
.globalcontent ul li,.globalcontent ol li{font-size: 18px;
    color:#5A5F51;
    line-height: 25px;
margin: 0;
}
.globalcontent ul li a, .globalcontent ol li a{
	 color:#5A5F51;
}
.globalcontent h2{
	font-size: 50px;
    color:#5A5F51;
    font-weight: 400;
    margin:0 0 20px;
}
.globalcontent h3{
	font-size: 40px;
    color:#5A5F51;
    font-weight: 400;
    margin:0 0 20px;
}
.globalcontent h4{
	font-size: 35px;
    color:#5A5F51;
    font-weight: 400;
    margin:0 0 20px;
}
.globalcontent h5{
	font-size: 30px;
    color:#5A5F51;
    font-weight: 400;
    margin:0 0 20px;
}
.globalcontent h6{
	font-size: 25px;
    color:#5A5F51;
    font-weight: 400;
    margin:0 0 20px;
}

.general .wpcf7 form.invalid .wpcf7-response-output, .general .wpcf7 form.unaccepted .wpcf7-response-output, .general .wpcf7 form.payment-required .wpcf7-response-output{color: #565656;}
.wpcf7-form.sent .wpcf7-response-output{
	margin: 0;
    padding: 0;
    color: white;
    font-size: 20px;
}
.general .wpcf7-form.sent .wpcf7-response-output{color: #565656;}

.modal .gallery_swiper .slider-box img{
	width: auto;
    max-width: 100%;
    max-height: calc(85vh - 160px);
    object-fit: contain;
    height: auto;
}
.wpcf7-not-valid-tip{font-size:12px; margin-top:5px;}
/* Mobile history gallery slider — pagination dots */

.wpcf7 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    padding-right: 40px;
}
.selectwr{position:relative;}
.selectwr .wpcf7-form-control-wrap{
	 position: relative;
}
.selectwr .wpcf7-form-control-wrap::after {
    content: "";
	background:url('../images/plus.svg');
    position: absolute;
    left: 0px;
    top:0px;
    font-size: 24px;
    font-weight: 400;
    pointer-events: none;
	font-family: 'Atlas';
	color:white;
	width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
.page-template-sitemap .maincontent{padding:80px 0;}
@media (min-width: 768px) {
	.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output
	{position: absolute;
    bottom: -20px;}
	.wpcf7 form.sent .wpcf7-response-output{
		position: absolute;
    bottom: -20px;
    font-size: 12px;
    margin: 0px;
	}
	.history-wrp.history-outdoor-wrp .history-img{max-height:630px; overflow:hidden;}
}
@media (min-width: 992px) {
	.elegance-wrp .elegance-block .elegance-detail p:last-child{margin-top:10px;}
}
@media (min-width: 1200px) {
	.location-detail{max-width:1165px; max-width:1600px; margin:0 auto;}
	.location-wrp .location-detail img{left:0;}
	
	/*.apartments-wrp .accordion .accordion-item:nth-child(2) .accordion-button{width:81%;}*/
	.apartments-wrp .accordion .accordion-item{width:500px;}
	.apartments-wrp .accordion .accordion-item:nth-child(3){top: 25px;
    position: relative;
    margin-left: 0;}
	.history-wrp.history-outdoor-wrp .history-img img{position:relative; top:-150px;}
}
@media (min-width: 1200px) and (max-width: 1360px) {
	.location-detail{max-width:1170px;}
}
@media (min-width: 1950px) {
.elegance-wrp{max-width: 1920px;
    margin: 0 auto;}	
	.elegance-wrp .elegance-video{max-width: 780px; margin-left: 15%;}
}
@media (max-width: 1024px) {
	.history-mobile-img .gallery_swiper {
		height: auto;
		padding-bottom: 28px;
	}

	.history-outdoor-wrp .history-mobile-img .gallery_swiper .swiper-wrapper,
	.history-outdoor-wrp .history-mobile-img .gallery_swiper .swiper-slide {
		height: 372px;
	}

	.history-mobile-img .gallery_swiper .swiper-pagination {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 11.66px;
		bottom: 9.25px;
		left: 0;
		right: 0;
		width: 100%;
		line-height: 1;
	}

	.history-mobile-img .gallery_swiper .swiper-pagination-bullet {
		width: 6.752px;
		height: 6.752px;
		margin: 0 !important;
		background: transparent;
		border-radius: 6.752px;
		border: 1px solid #FFF;
		opacity: 1;
		transition: background-color 0.3s ease, transform 0.3s ease;
	}

	.history-mobile-img .gallery_swiper .swiper-pagination-bullet-active {
		background: #FFFFFF;
		transform: scale(1.15);
	}
}

.wpcf7-spinner{position:absolute; margin:0; padding:0;}
footer form .input-grid .form-group .form-control{font-family: 'Atlas';}
textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"]{font-family: 'Atlas';}
.copyrighttext{width:100%; clear:both; margin:40px 0 0; padding:0;}
.copyrighttext p{
color: #FFF;
text-align: center;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: 28px;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
display:inline-block;
margin:0;
cursor:pointer;
}
.copyrighttext p a{color:#FFFFFF;}
.not-found{width:100%; padding:100px 0; clear:both; margin:0; text-align:center;}

.navbar-nav > li{position:relative;}
.navbar-nav .submenu-toggle{display:none;}
.navbar-nav > li > .sub-menu {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: rgb(90 95 82);
	border: 1px solid #1f6f64;
	/*box-shadow: 0 0 0 1px rgba(83, 184, 166, 0.22) inset, 0 0 26px rgba(112, 230, 212, 0.45);*/
	opacity: 0;
	visibility: hidden;
	transform: translateY(4px);
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease;
	z-index: 1100;
}

.navbar-nav > li:hover > .sub-menu,
.navbar-nav > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.navbar-nav .sub-menu li {
	display: block;
}

.navbar-light .navbar-nav .sub-menu a {
	display: block;
	padding: 5px 16px;
	font-size: 15px;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}
.navbar-light .navbar-nav .sub-menu a:hover{color:black;}
.navbar-light .navbar-nav .sub-menu li::before{content:none;}
.wpcf7-list-item{margin:0; font-weight: 400;
    font-size: 14px;
line-height: 17px; font-family: 'Atlas'; color:white;

}
.wpcf7-list-item input{
border-radius:0;
outline:0;}
.wpcf7-list-item a{color:white; cursor:pointer;}
.wpcf7-list-item label{display: flex;
    gap: 5px;}
.elegance-wrp .elegance-video img.playbutton{
	width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    cursor: pointer;
}	

@media (max-width: 767px) {
	.navbar-light .navbar-nav .nav-link{
		padding: 10px 0 10px 44px;
	}
	.navbar-nav .menu-item-has-children{
		position: relative;
	}
	.navbar-nav .submenu-toggle{
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		top: 6px;
		width: 36px;
		height: 36px;
		cursor: pointer;
		z-index: 2;
	}
	.navbar-nav .submenu-toggle::before,
	.navbar-nav .submenu-toggle::after{
		content: "";
		position: absolute;
		background-color: #5A5F51;
		border-radius: 1px;
		transition: opacity 0.2s ease;
	}
	.navbar-nav .submenu-toggle::before{
		width: 12px;
		height: 2px;
	}
	.navbar-nav .submenu-toggle::after{
		width: 2px;
		height: 12px;
	}
	.navbar-nav .menu-item-has-children.submenu-open > .submenu-toggle::after{
		opacity: 0;
	}
	.navbar-nav > li > .sub-menu,
	.navbar-nav .sub-menu .sub-menu{
		position: static;
		min-width: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		background: #f5f5f0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
		display: none;
	}
	.navbar-nav > li:hover > .sub-menu,
	.navbar-nav > li:focus-within > .sub-menu{
		opacity: 1;
		visibility: visible;
		transform: none;
		pointer-events: auto;
	}
	.navbar-nav > li:not(.submenu-open):hover > .sub-menu,
	.navbar-nav > li:not(.submenu-open):focus-within > .sub-menu{
		display: none;
	}
	.navbar-light .navbar-nav .sub-menu .nav-link{
		padding: 8px 16px 8px 44px;
		font-size: 14px;
		border-bottom-color: #e8e8e8;
		color: #595F52;
	}
}

@media (min-width: 1025px) {
	.elegance-wrp .elegance-block .elegance-detail p:last-child strong{font-weight: 400 !important;}
}
@media (max-width: 1750px) {
	
}
@media (min-width: 1025px) and (max-width: 1750px) {
	
}
@media (max-width: 1800px) {
	
}
@media (max-width: 1600px) {
	.globalcontent h1{font-size:50px;}
	.globalcontent h2{font-size:40px;}
	.globalcontent h3{font-size:30px;}
	.globalcontent h4{font-size:28px;}
	.globalcontent h5{font-size:22px;}
	.globalcontent h6{font-size:18px;}
	.globalcontent p{font-size:18px;}
	.globalcontent ul li{font-size:18px;}
	.globalcontent ol li{font-size:18px;}
	.membersdetails h2{color:#FFFFFF; font-size:18px; line-height:normal;}
	.not-found{width:100%; padding:50px 0;}
}
@media (max-width: 1600px) {

}
@media (max-width: 1200px) {
	
}
@media (max-width: 1024px) {
	.globalcontent h1{font-size:60px;}
	.globalcontent h2{font-size:45px;}
	.globalcontent h3{font-size:35px;}
	.globalcontent h4{font-size:30px;}
	.globalcontent h5{font-size:28px;}
	.globalcontent h6{font-size:25px;}
	.globalcontent p{font-size:25px;}
	.globalcontent ul li{font-size:25px;}
	.globalcontent ol li{font-size:25px;}
	.not-found{width:100%; padding:40px 0;}
}
@media (max-width: 767px) {
	.globalcontent h1{font-size:35px;}
	.globalcontent h2{font-size:30px;}
	.globalcontent h3{font-size:28px;}
	.globalcontent h4{font-size:25px;}
	.globalcontent h5{font-size:22px;}
	.globalcontent h6{font-size:20px;}
	.globalcontent p{font-size:16px;}
	.globalcontent ul li{font-size:16px;}
	.globalcontent ol li{font-size:16px;}
	.hero-wrp .container{padding:0px;}
	.copyrighttext{width:100%; clear:both; margin:50px 0 0; }
	.not-found{width:100%; padding:100px 0;}
	.page-template-sitemap .maincontent{padding:40px 0;}
}
@media (max-width: 640px) {
	
}

/* Hero: full-size src, layout controlled by CSS only */
.hero-wrp .hero-block .banner-building,
.hero-wrp .hero-block .mobile-img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

/* Location map: mobile image (desktop/mobile swap via .desktop-img / .mobile-img in responsive.css) */
@media (max-width: 767px) {
	.location-wrp .location-map img.mobile-img {
		width: 100%;
		height: auto;
		max-width: 100%;
		object-fit: cover;
	}
	.elegance-wrp .elegance-video img.playbutton{max-width:53px;}
}
@media (max-width: 400px) {
	.apartments-wrp .apartments-block{ flex-direction: column;}
	.apartments-wrp .accordion{padding:0px;}
	.apartments-wrp .accordion .titlebar h2{margin-bottom:15px;}
}