/* Styles for individual pages */

/* pano 360 */
.panoContainer,
.mapContainer {
	width: 100%;
	height: 100%;
	/* position: fixed !important; */
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 0;
	background-color: black;
}


/* pano 360 */

/* Location Page */
.mapContainer, .panoContainer{
	transition: transform 1.5s ease;
}
.locationPagePanoContainerHide{
	transform:translateX(100%);
}
.locationPagePanoContainerVisible{
	transform: translateX(0);
}
.locationMapContainerHide{
	transform: translateX(-100%);
}
/* Location Page */



/* Booking */
.bookingBlock{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width:100%;
		height:100%;
}
.loadingImage{
	transform: translate(-50%, -50%);
	position: absolute;
	top:50%;
	left:50%;
	z-index: 0;
}
/* Booking */


/* Interiors */
.roomInfoRow {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: nowrap;
	height: 26px;
	align-items: center;
}

.roomInfoLabel{
	width:100px;
}
.roomInfoValue {
	width: 80px;
	color: #E0B481;
	font-weight: 600;
}

.roomInfoIcon {
	width: 24px;
	margin-right: 10px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
}

.roomInfo {
	font-size: 14px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	max-width: 230px;
			border-top: 1px solid var(--colorLightGold);
			border-bottom: 1px solid var(--colorLightGold);
			background: rgba(0, 0, 0, 0.11);
			backdrop-filter: blur(10px);
			-webkit-backdrop-filter: blur(10px);
			padding: 20px 20px !important;
			margin-top: 2rem !important;
}

.roomInfo div {
	position: relative;
}
/* Interiors */


/* Site Summary */
.siteSummaryImage{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-image: linear-gradient(to right, rgba(0, 0, 8, 0.9), rgba(0, 0, 0, 0.0)), url(/wp-content/uploads/site_summary.jpg);
}
.siteSummaryImage svg{
	width: 100%;
		height: auto;
		position: fixed;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%)
}
.siteSummaryImage svg path{
pointer-events: none;
}
@media (max-aspect-ratio:1600/1198) {
	.siteSummaryImage svg {
		width: auto;
		height: 100vh;
	}
}

#siteSummaryLot35Text, #siteSummaryLot36Text{
	pointer-events: none;
}
#siteSummaryLot35 path, #siteSummaryLot36 path{
transition: all 0.5s ease;
pointer-events: all;
}
#siteSummaryLot35 path:hover, #siteSummaryLot36 path:hover{
	fill-opacity: 0.5 !important;
}

/* Site Summary */



/* Floor Selector */
.panoResetViewButton {
	pointer-events: all;
	transform: scale(0);
	transition: transform 0.3s ease;
}
.rotateButtonVisible{
	transform: scale(1);
}
/* Floor Selector */



/* Montario Quarter */
main[data-page-url='montario'] .moreInfoText img{
	margin-right:20px;

}
/* Montario Quarter */


/* Floor Selector */
main[data-page-url="floor-selector"] .moreInfoText .floorCalloutText{
	background-color: rgba(0,0,0,0.8);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	width: 220px;
	pointer-events: all;
	padding: 10px;
}
main[data-page-url="floor-selector"] .moreInfoText .floorCalloutText > div {
	font-size: 13px !important;
}
/* Floor Selector */



/* Team */
.teamContent > div {
	overflow: auto;
	padding: 30px;
	color: white;
	width: 100%;
	height: 100%;
}

.person {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 10px 5px !important;
}

.personImage, .teamPopupImage{
	width: 10vw;
	height: 10vw;
	/* height: 50%; */
	background-size: contain;
	background-repeat: no-repeat;
	margin:0 auto;
	margin-bottom: 10px;
	background-position: bottom;
	border: solid 1px var(--colorLightGold);
	border-style: none;
	border-bottom-style: solid;
	transition: all 0.2s ease;
	filter: grayscale(1);
}

.popupContent .teamPopupImage{
	margin:0 20px 10px 0;
}
.person h4 {
	margin: 0;
	text-transform: none;
	font-size: 1.1vw;
	line-height: 1;
	color:var(--colorLightGold);
}
.personRole{
	margin:5px 0 15px 0;
	font-size: 0.8em;
	opacity: 0.7;
}
.teamPopupImage{
	filter: grayscale(0);
	width: 15vw;
	height: 15vw;
}
.teamPopupName{
	font-family: var(--fontHeader);
	font-weight: 500;
	color:var(--colorLightGold);
	font-size: 1.8vw;
	margin-bottom:10px;
}
.teamPopupRole{
	margin-bottom: 1em;
	font-weight: 500;
	color:var(--colorLightGold);
}
.teamPopupLogo{
	margin:20px 0;
}
body.hasHover .person:hover .personImage {
	border-color: var(--colorLightGold);
	filter: grayscale(0);
}

body.hasHover .person:hover h4 {

}

.personDescription {
	display: none;
}
.person .openPopupContent{
	/* max-width: 10vw; */
}
.teamGrid{
			align-items: flex-start !important;
			justify-content: center !important;
			align-content: space-around !important;
			margin:20px 0 10px 0;
}
.tabHeader img{
	height:15px;
	pointer-events: none;
}
/* Management Team */
/* Team */

/* Contact Us */
.contactUsBlocks > div {
	text-align: left !important;
}
/* Contact Us */



/* Timeline */
.timelineContent {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-evenly;
}
/* Timeline */


/* Point of Difference */
.point-of-difference-image{
	width:180px;
	height:180px;
	display: block;
	margin: 0 auto 30px auto;
	border-radius: 0 20px 0 0;
	border-radius: 0;
	background-position: center;
	background-size: cover;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.1);
}
.point-of-difference > div:nth-child(1) > .point-of-difference-image {
	background-image: url(/wp-content/uploads/points-of-difference-01.jpg);
}
.point-of-difference > div:nth-child(2) > .point-of-difference-image {
	background-image: url(/wp-content/uploads/points-of-difference-02.jpg);
}
.point-of-difference > div:nth-child(3) > .point-of-difference-image {
	background-image: url(/wp-content/uploads/points-of-difference-03.jpg);
}
/* Point of Difference */









/* Binah Feature */
.binah-feature-right{
	display: flex;
	height: 100%;
	flex-direction: column;
    flex-wrap: nowrap;
}

.binah-feature-right>div, .binah-feature-right>div>div{
	position: relative;
}
.binah-feature-right-top, .binah-feature-right-bottom{
	display: flex;
    flex-direction: row;
    height: 50%;
    align-items: center;
}
.binah-feature-right-bottom{
	flex-direction: column;
}
.binah-feature-right-1-1{
	text-align:left;
	width:25%;
}
.binah-feature-right-1-2{
	width:100%;
	text-align: center;
}

.binah-feature-right-2{
	width:100%;
	text-align: center;
}
.awardsImage{
	filter: grayscale(1);
	transition: all 0.3s ease;
	max-width: 100%;
}
.awardsImage:hover{
	filter: grayscale(0);
}
.main[data-page-url="binah-feature"] .f-carousel__slide{
	width:200px;
	height:200px;
	padding:10px;
}
.main[data-page-url="binah-feature"]  .f-carousel__slide >div{
	border:solid 1px rgba(255,255,255,1.0);
	background-color: rgba(98, 124, 123, 0.7);
	background-size: 80%;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
	transition: border 0.3s ease;
}
.main[data-page-url="binah-feature"]  .f-carousel__slide:hover >div{
	border:solid 1px rgba(255,255,255,0.3);
}
.main[data-page-url="binah-feature"]  .f-button{
	color: white;
}
.main[data-page-url="binah-feature"]  .f-button:hover:not([disabled]) {
	color: var(--colorOrange);
}
.main[data-page-url="binah-feature"]  .f-button.is-next{
	right:-35px !important;
}
.main[data-page-url="binah-feature"]  .f-button.is-prev{
	left:-35px !important;
}
.main[data-page-url="binah-feature"]  .f-button:disabled{
	opacity: 0.1 !important;
}
.f-carousel__dots button{
	color:white;
}
.f-carousel__dots li:hover button{
	color:var(--colorOrange) !important;
}
.f-carousel__dots li:hover{
	opacity: 1 !important;
}
.f-button svg {
	width:30px !important;
	height:30px !important;
}
.partnersLogos{
	display: flex;
	flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
	width: 100%;
    height: 100%;
}
.partnersLogos > div {
	position: relative;
    width: 9vw;
    height: 9vw;
	padding:5px;
}
.partnersLogos > div > div{
	width:100%;
	height:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80%;
	transition: all 0.3s ease;
	/* background-color: #00000010;	 */
	background-color: var(--colorGreen50);
}
body.hasHover .partnersLogos > div > div:hover{
	background-color: transparent;
	transition: all 0s ease;
}
/* Binah Feature */

/* FIVE Feature */
.main[data-page-url="fyve-feature"] .col3  {
	align-content: center;
}
.main[data-page-url="fyve-feature"] .col3 hr {
	margin:10px auto;
}
/* FIVE Feature */


/* About */
/* About */

/* Track record */

/* .popupContent[data-featured="featured"], .popupContent[data-project-investment-stage="open"]{ */
.popupContent.bigPopup{
	width:90% !important;
	width:min(90%, 1800px) !important;
	height: 90% !important;
	max-height: 1000px;
}
.bigPopup .mapPinContentText{
	padding: 4em;
}

@media only screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1279px) {
	.bigPopup .mapPinContentText{
		padding: 3em 0.5em;
	}
	body[data-page-url="track-record"] .bigPopup .mapPinContentText .infoTable span{
		display: block;
	}
	body[data-page-url="benchmark-project-fund-a"] .bigPopup .divider{
		display: none;
	}
	
}
body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup .mapPinContentContainerBottom>div{
	width: 33%;
	border-left:solid 1px #ffffff80;
	padding:20px 0 20px 20px;
}
body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup .mapPinContentText{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}
body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup .mapPinContentText>div{
	position: relative;
}
body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup .mapPinContentContainerBottom>div>div{
	color:var(--colorLightGold);
	font-size: 1.2em;
	margin-top: 10px;
}
body[data-page-url="benchmark-project-fund-a"].popupContent.bigPopup .mapPinContentText{
	width: calc(50% - 40px);
    margin-left: 20px;
}

body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup .infoTable>div{
	background-color: inherit;
}
body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup .infoTable>div:nth-child(2n+1){
	background-color: #00000020;
}
body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup .infoTable>div{
	width:100%;
}
body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup h4{
	color:white;
	font-size: 2em;
}

body[data-page-url="benchmark-project-fund-a"] .popupContent.bigPopup h4 i{
	color:var(--colorLightGold);
}
.popupContent[data-featured="featured"] .mapPinContentContainer, .popupContent[data-project-investment-stage="open"] .mapPinContentContainer, .popupContent.bigPopup .mapPinContentContainer{
	height:100%;
	margin:0;
}
.popupContent[data-featured="featured"] .mapPinContentImage{
height:100%;
}

.popupGalery{
	width:calc(50% - 20px) !important;
	margin-right:20px;
}
.popupGalery .f-carousel__slide, .popupGalery .f-carousel__slide>div{
	width:100%;
	height:100%;
}

.popupGalery .f-carousel__slide>div{
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.popupGalery .f-carousel__dots{
	display: none;
}
.popupGalery .f-carousel__nav .f-button{
	border-radius: 50%;
	color:white !important;
	background-color: rgba(0, 0, 0, 0.5);
}
.popupGalery .f-carousel__nav .f-button:hover{
	box-shadow: var(--buttonOverOutline);
}
.popupGalery.has-thumbs{
	margin-bottom:var(--f-thumb-height) !important;
	height: calc(100% - (22px + var(--f-thumb-height)));
}

.main[data-page-url="track-record"] .leftSideLogotypes{
	margin-bottom: 50px;
}
.main[data-page-url="track-record"] .leftSideLogotypes img{
	position: absolute;
}
.main[data-page-url="track-record"] .leftSideLogotypes img{
	width: 190px;
}
.main[data-page-url="track-record"] .leftSideLogotypes img:nth-child(2){
	display: none;
}

/* Track record */






/* Benchmark Projects Fund A */
.buttonBackToMap{
	position: fixed;
	top:calc(var(--headerHeight) + 20px);
	left:50%;
	transform: translateX(-50%);
	z-index: 10;
	display: none;
}
.investmentStage{
	color:#ffffff80;
	font-size: 0.8em;
	margin-bottom:2em;
	padding-left:25px;
	line-height: 20px;
}
.investmentStage::before{
	content:"";
	margin-left:-25px;
	width:20px;
	height:20px;
	border-radius: 50%;
	background-color: black;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -7px;
    border: solid 2px rgba(255, 255, 255, 0.5);
}
.investmentStage[data-project-investment-stage="open"]::before{
	border-color: var(--colorLightGold);
	background: linear-gradient(0deg, var(--colorDarkGold) 0%, var(--colorLightGold) 100%);
}
.investmentStage[data-project-investment-stage="future"]::before{
	border-color: var(--colorGreenLight);
    background: linear-gradient(0deg, var(--colorGreenGradientDark) 0%, var(--colorGreenGradientLight));
}
.panoLeftSideInfo li{
	margin: 0;
}
.main[data-page-url="benchmark-project-fund-a"] .mapPinInside::before{
	content: "";
	width:100%;
	height:100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	top:0 !important;
	left:0 !important;
}

.main[data-page-url="benchmark-project-fund-a"] .mapPin.open .mapPinInside::before,
.main[data-page-url="benchmark-project-fund-a"] .mapPin.future .mapPinInside::before,
.main[data-page-url="benchmark-project-fund-a"] .mapPin.closed .mapPinInside::before{
	background-image: url(/wp-content/uploads/small-icons/info-icon.svg);
	background-image: url(/wp-content/uploads/benchmark-logo-icon.svg);
	/* background-size: 14px; */
	background-size: 40%;
}
.main[data-page-url="benchmark-project-fund-a"] .leftSide h2{
	font-size: max(2.2vmin, 12px);
}
/* Benchmark Projects Fund A */

