/* ---------- Projects Details Page ---------- */
:root {
	--container-width: 1300px;
	--container-space: 0;
	--container-padding: calc((100vw - var(--container-width)) / 2);
}

.projectsImageSec {
	width: 100%;
	max-width: 100%;
	height: 80vh;
	margin-inline: auto;
	margin-bottom: 50px;
	padding: 0;
	position: relative;
	z-index: 0;
}
.projectsImageSec > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projectsImageSec .projects-image-slider,
.projectsImageSec .owl-stage-outer,
.projectsImageSec .owl-stage,
.projectsImageSec .owl-item {
	position: relative;
	width: 100%;
	height: 100%;
}
.projectsImageSec .projects-image-slider .item:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.32);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.99%, #000000 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.projectsImageSec .projects-image-slider .item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.projectsImageSec .projects-image-slider .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.projectsImageSec .projects-thumbs-slider {
	margin-bottom: -50px;
	padding: 17px;
	padding-bottom: 0;
	background: rgba(255, 255, 255, 0.23);
	backdrop-filter: blur(7px);
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.09);
}
.projectsImageSec .projects-thumbs-slider .owl-dots {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	row-gap: 5px;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	text-align: left;
	position: static;
	line-height: 0;
}
.projectsImageSec .projects-thumbs-slider .owl-dots .owl-dot {
	border: 0;
	vertical-align: top;
}
.projectsImageSec .projects-thumbs-slider .owl-dots .owl-dot span {
	width: 54px;
	height: 3px;
	margin: 0;
	border: 0;
	background: #E5E5E5;
	border-radius: 0px;
}
.projectsImageSec .projects-thumbs-slider .owl-dots .owl-dot.active span,
.projectsImageSec .projects-thumbs-slider .owl-dots .owl-dot:hover span {
	background: #3B3B3B;
}
.projectsImageSec .caption {
	display: flex;
	align-items: flex-end;
	max-width: var(--container-width);
	margin-inline: auto;
	padding: var(--container-space);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}
.projectsImageSec .caption .left {
	width: 50%;
	padding-bottom: 20px;
}
.projectsImageSec .caption .right {
	width: 50%;
	padding-left: 20px;
}
.rtl .projectsImageSec .caption .right {
	padding-left: 0; 
	padding-right: 20px; 
}
.projectsImageSec .caption h1 {
	display: block;
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 66px;
	color: #ffffff;
	font-weight: 600;
	line-height: 70px;
}
.rtl .projectsImageSec .caption h1 {
	font-family: "Secular One";
	font-weight: 400;
}
.projectsImageSec .caption .address {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 10px 0 0 0;
	font-family: "Darker Grotesque";
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	line-height: 24px;
}
.rtl .projectsImageSec .caption .address {
	font-family: "Rubik";
	font-weight: 400;
}
.projectsImageSec .caption .price {
	display: block;
	margin: 0 0 15px 0;
	font-family: "Darker Grotesque";
	font-size: 35px;
	color: #ffffff;
	font-weight: 700;
	line-height: 35px;
	text-align: right;
}
.rtl .projectsImageSec .caption .price {
	font-family: "Rubik";
	font-weight: 400;
}
.projectsImageSec .caption .price span {
	font-size: 25px;
	line-height: 25px;
}

.propertyOverviewSec {
	max-width: var(--container-width);
	margin-inline: auto;
	padding: var(--container-space);
	padding-top: 100px;
	display: flex;
	align-items: flex-start;
}
.propertyOverviewSec .left {
	width: 47%;
}
.propertyOverviewSec .right {
	width: 53%;
	padding-left: 250px;
}
.rtl .propertyOverviewSec .right {
	padding-left: 0;
	padding-right: 250px;
}
.propertyOverviewSec .titleBox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 70px;
}
.propertyOverviewSec .titleBox .subtitle {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .propertyOverviewSec .titleBox .subtitle {
	font-family: "Secular One";
	font-weight: 400;
}
.propertyOverviewSec .titleBox .subtitle {
	display: none;
}
.propertyOverviewSec .titleBox .subtitle::after {
	content: "";
	display: inline-block;
	flex: 1;
	width: 100%;
	min-width: 25px;
	max-width: 156px;
	height: 1px;
	margin: 0 0 -2px 20px;
	background-color: #3FACA7;
}
.rtl .propertyOverviewSec .titleBox .subtitle::after {
	margin: 0 20px -2px 0;
}
.propertyOverviewSec .titleBox .title {
	flex: 1;
	position: relative;
	display: block;
	margin: 0;
	padding-bottom: 12px;
	font-family: "Darker Grotesque";
	font-size: 60px;
	color: #000000;
	font-weight: 600;
	line-height: 60px;
}
.rtl .propertyOverviewSec .titleBox .title {
	font-family: "Secular One";
	font-weight: 400;
}
.propertyOverviewSec .titleBox .title::after {
	content: "";
	width: 156px;
	height: 2px;
	background-color: #3FACA7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rtl .propertyOverviewSec .titleBox .title::after {
	left: auto;
	right: 0;
}
.propertyOverviewSec .contentBox {
	margin: 0 0 0 170px;
}
.rtl .propertyOverviewSec .contentBox {
	margin: 0 170px 0 0;
}
.propertyOverviewSec .contentBox p {
	margin-bottom: 20px;
	font-family: "Darker Grotesque";
	font-size: 23px;
	color: #000000;
	font-weight: 500;
	line-height: 30px;
	text-align: justify;
}
.rtl .propertyOverviewSec .contentBox p {
	font-family: "Rubik";
	font-weight: 400;
}
.propertyOverviewSec .contentBox p:last-child {
	margin-bottom: 0;
}
.propertyOverviewSec .contentBox p a {
	font-family: inherit;
	color: #3FACA7;
	text-decoration: underline 1px transparent;
	text-underline-offset: 3px;
	transition: all .3s ease-in-out;
}
.propertyOverviewSec .contentBox p a:hover {
	color: #3FACA7;
	text-decoration: underline;
}
.propertyOverviewSec .share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin-top: 70px;
	position: relative;
	z-index: 0;
}
.propertyOverviewSec .share a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #000000;
	transition: all .3s ease-in-out;
}
.propertyOverviewSec .share a:hover {
	border-color: #3FACA7;
}
.propertyOverviewSec .share .title {
	font-family: "Darker Grotesque";
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	line-height: 16px;
}
.rtl .propertyOverviewSec .share .title {
	font-family: "Rubik";
	font-weight: 400;
}
.propertyOverviewSec .share .sfsi_widget {
	min-height: inherit;
}
.propertyOverviewSec .share .sfsi_widget .sfsi_wDiv {
	width: auto !important;
}
.propertyOverviewSec .share .sfsi_widget .sfsi_wicons {
	width: auto !important;
	height: auto !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	vertical-align: top;
}
.propertyOverviewSec .share .sfsi_widget .sfsi_wicons:first-child {
	margin-left: 0 !important;
}
.propertyOverviewSec .contactPerson {
	display: flex;
	gap: 50px;
	padding: 20px;
	margin: 0 0 70px 40px;
	box-shadow: 0px 16px 34px 0px rgba(0, 0, 0, 0.14);
}
.rtl .propertyOverviewSec .contactPerson {
	margin: 0 40px 70px 0;
}
.propertyOverviewSec .contactPerson .image {
	min-width: 178px;
	width: 178px;
	margin-left: -110px;
}
.rtl .propertyOverviewSec .contactPerson .image {
	margin-left: 0;
	margin-right: -110px;
}
.propertyOverviewSec .contactPerson .info {
	display: flex;
	flex-direction: column;
}
.propertyOverviewSec .contactPerson .info::after {
	content: "";
	display: inline-block;
	width: 83px;
	height: 1px;
	margin: 10px 0 0 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.propertyOverviewSec .contactPerson .info .text {
	margin-bottom: 20px;
	font-family: "Darker Grotesque";
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .propertyOverviewSec .contactPerson .info .text {
	font-family: "Rubik";
	font-weight: 400;
}
.propertyOverviewSec .contactPerson .info .name {
	margin-bottom: 7px;
	font-family: "Comfortaa";
	font-size: 20px;
	color: #3FACA7;
	font-weight: 700;
	line-height: 25px;
}
.rtl .propertyOverviewSec .contactPerson .info .name {
	font-family: "Secular One";
	font-weight: 400;
}
.propertyOverviewSec .contactPerson .info .phone {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	font-family: "Darker Grotesque";
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .propertyOverviewSec .contactPerson .info .phone {
	font-family: "Rubik";
	font-weight: 400;
}
.propertyOverviewSec .contactPerson .info .email {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 7px;
	font-family: "Darker Grotesque";
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .propertyOverviewSec .contactPerson .info .email {
	font-family: "Rubik";
	font-weight: 400;
}
.propertyOverviewSec .contactPerson .info .phone a,
.propertyOverviewSec .contactPerson .info .email a {
	font-family: inherit;
	color: #000000;
	text-decoration: underline 1px transparent;
	text-underline-offset: 3px;
	transition: all .3s ease-in-out;
}
.rtl .propertyOverviewSec .contactPerson .info .phone a,
.rtl .propertyOverviewSec .contactPerson .info .email a {
	direction: ltr;
}
.propertyOverviewSec .contactPerson .info .phone a:hover,
.propertyOverviewSec .contactPerson .info .email a:hover {
	color: #3FACA7;
	text-decoration: underline;
}
.propertyOverviewSec .overviewBox {
	display: flex;
	flex-wrap: wrap;
	gap: 70px;
}
.propertyOverviewSec .overviewBox .item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: calc(50% - 35px);
}
.propertyOverviewSec .overviewBox .item .icon {
	width: 27px;
	height: auto;
}
.propertyOverviewSec .overviewBox .item .name {
	display: block;
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 16px;
	color: #3FACA7;
	font-weight: 700;
	line-height: 16px;
}
.rtl .propertyOverviewSec .overviewBox .item .name {
	font-family: "Rubik";
	font-weight: 400;
}
.propertyOverviewSec .overviewBox .item .text {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 22px;
	color: #000000;
	font-weight: 700;
	line-height: 22px;
}
.rtl .propertyOverviewSec .overviewBox .item .text {
	font-family: "Rubik";
	font-weight: 400;
}

.keyDetailsSec {
	max-width: var(--container-width);
	margin-inline: auto;
	padding: var(--container-space);
	padding-top: 100px;
}
.keyDetailsSec .titleBox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 70px;
}
.keyDetailsSec .titleBox .subtitle {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .keyDetailsSec .titleBox .subtitle {
	font-family: "Secular One";
	font-weight: 400;
}
.keyDetailsSec .titleBox .subtitle {
	display: none;
}
.keyDetailsSec .titleBox .subtitle::after {
	content: "";
	display: inline-block;
	flex: 1;
	width: 100%;
	min-width: 25px;
	max-width: 156px;
	height: 1px;
	margin: 0 0 -2px 20px;
	background-color: #3FACA7;
}
.rtl .keyDetailsSec .titleBox .subtitle::after {
	margin: 0 20px -2px 0;
}
.keyDetailsSec .titleBox .title {
	flex: 1;
	position: relative;
	display: block;
	margin: 0;
	padding-bottom: 12px;
	font-family: "Darker Grotesque";
	font-size: 60px;
	color: #000000;
	font-weight: 600;
	line-height: 60px;
}
.rtl .keyDetailsSec .titleBox .title {
	font-family: "Secular One";
	font-weight: 400;
}
.keyDetailsSec .titleBox .title::after {
	content: "";
	width: 156px;
	height: 2px;
	background-color: #3FACA7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rtl .keyDetailsSec .titleBox .title::after {
	left: auto;
	right: 0;
}
.keyDetailsSec .featuresBox {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.keyDetailsSec .featuresBox .item {
	display: flex;
	flex-direction: column;
	width: calc(25% - 18px);
	min-height: 340px;
	padding: 24px;
	background-color: #F3F3F3;
	transition: all .3s ease-in-out;
}
.keyDetailsSec .featuresBox .item:hover {
	background-color: rgba(63, 172, 167, 0.15);
}
.keyDetailsSec .featuresBox .item:nth-child(4n+1) {
	clip-path: polygon(0 0, 60% 0, 75% 30%, 100% 30%, 100% 100%, 0 100%);
}
.rtl .keyDetailsSec .featuresBox .item:nth-child(4n+1) {
	clip-path: polygon(0 30%, 25% 30%, 40% 0, 100% 0, 100% 100%, 0 100%);
}
.keyDetailsSec .featuresBox .item:nth-child(4n+2) {
	clip-path: polygon(0 0, 50% 0, 60% 10%, 80% 10%, 90% 0, 100% 0, 100% 100%, 0 100%);
}
.rtl .keyDetailsSec .featuresBox .item:nth-child(4n+2) {
	clip-path: polygon(0 0, 10% 0, 20% 10%, 40% 10%, 50% 0, 100% 0, 100% 100%, 0 100%);
}
.keyDetailsSec .featuresBox .item:nth-child(4n+3) {
	clip-path: polygon(0 0, 100% 0, 100% 87%, 65% 87%, 60% 100%, 0 100%);
}
.keyDetailsSec .featuresBox .item:nth-child(4n+4) {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%, 35% 87%, 0 87%);
}
.keyDetailsSec .featuresBox .item:nth-child(4n+5) {
	clip-path: polygon(0 0, 50% 0, 60% 10%, 80% 10%, 90% 0, 100% 0, 100% 100%, 0 100%);
}
.rtl .keyDetailsSec .featuresBox .item:nth-child(4n+5) {
	clip-path: polygon(0 0, 10% 0, 20% 10%, 40% 10%, 50% 0, 100% 0, 100% 100%, 0 100%);
}
.keyDetailsSec .featuresBox .item:nth-child(4n+6) {
	clip-path: polygon(0 0, 100% 0, 100% 87%, 65% 87%, 60% 100%, 0 100%);
}
.keyDetailsSec .featuresBox .item:nth-child(4n+7) {
	clip-path: polygon(0 0, 60% 0, 75% 30%, 100% 30%, 100% 100%, 0 100%);
}
.rtl .keyDetailsSec .featuresBox .item:nth-child(4n+7) {
	clip-path: polygon(0 30%, 25% 30%, 40% 0, 100% 0, 100% 100%, 0 100%);
}
.keyDetailsSec .featuresBox .item:nth-child(4n+8) {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 100%, 35% 87%, 0 87%);
}
.keyDetailsSec .featuresBox .item .icon {
	margin: 0 0 35px 0;
}
.keyDetailsSec .featuresBox .item .icon img {
	width: auto;
	max-height: 73px;
}
.keyDetailsSec .featuresBox .item .name {
	display: block;
	margin: 0 0 45px 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #606060;
	font-weight: 600;
	line-height: 20px;
}
.rtl .keyDetailsSec .featuresBox .item .name {
	font-family: "Rubik";
	font-weight: 400;
}
.keyDetailsSec .featuresBox .item p {
	margin: 0 0 15px 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 700;
	line-height: 20px;
}
.rtl .keyDetailsSec .featuresBox .item p {
	font-family: "Rubik";
	font-weight: 400;
}
.keyDetailsSec .featuresBox .item p:last-child {
	margin-bottom: 0;
}
.keyDetailsSec .featuresBox .item p a {
	font-family: inherit;
	color: #000000;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.keyDetailsSec .featuresBox .item p a:hover {
	color: #3FACA7;
	text-decoration: none;
}

.unitTypeSec {
	max-width: var(--container-width);
	margin-inline: auto;
	padding: var(--container-space);
	padding-top: 100px;
}
.unitTypeSec .titleBox {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 70px;
}
.unitTypeSec .titleBox .subtitle {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .unitTypeSec .titleBox .subtitle {
	font-family: "Secular One";
	font-weight: 400;
}
.unitTypeSec .titleBox .subtitle {
	display: none;
}
.unitTypeSec .titleBox .subtitle::after {
	content: "";
	display: inline-block;
	flex: 1;
	width: 100%;
	min-width: 25px;
	max-width: 156px;
	height: 1px;
	margin: 0 0 -2px 20px;
	background-color: #3FACA7;
}
.rtl .unitTypeSec .titleBox .subtitle::after {
	margin: 0 20px -2px 0;
}
.unitTypeSec .titleBox .title {
	flex: 1;
	position: relative;
	display: block;
	margin: 0;
	padding-bottom: 12px;
	font-family: "Darker Grotesque";
	font-size: 60px;
	color: #000000;
	font-weight: 600;
	line-height: 60px;
}
.rtl .unitTypeSec .titleBox .title {
	font-family: "Secular One";
	font-weight: 400;
}
.unitTypeSec .titleBox .title::after {
	content: "";
	width: 156px;
	height: 2px;
	background-color: #3FACA7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rtl .unitTypeSec .titleBox .title::after {
	left: auto;
	right: 0;
}
.unitTypeSec .informationBox {
	display: flex;
	flex-wrap: wrap;
	gap: 100px;
}
.unitTypeSec .informationBox .item {
	display: flex;
	flex-direction: column;
	width: calc(50% - 50px);
}
.unitTypeSec .informationBox .item .title {
	display: block;
	margin: 0 0 7px 0;
	font-family: "Darker Grotesque";
	font-size: 35px;
	color: #606060;
	font-weight: 600;
	line-height: 35px;
}
.rtl .unitTypeSec .informationBox .item .title {
	font-family: "Secular One";
	font-weight: 400;
}
.unitTypeSec .informationBox .item .subtitle {
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 18px;
	color: #3FACA7;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
}
.rtl .unitTypeSec .informationBox .item .subtitle {
	font-family: "Rubik";
	font-weight: 400;
}
.unitTypeSec .informationBox .item ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 0;
	margin: 25px 0 0 0;
	list-style-type: none;
}
.unitTypeSec .informationBox .item ul li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .unitTypeSec .informationBox .item ul li {
	font-family: "Rubik";
	font-weight: 400;
}

.amenitiesSec {
	margin-top: 100px;
	padding: 100px 0;
	background-color: #F3F3F3;
	overflow: hidden;
}
.amenitiesSec .amenitiesBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
	max-width: var(--container-width);
	margin-inline: auto;
	padding: var(--container-space);
}
.amenitiesSec .amenitiesBox .titleBox {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.amenitiesSec .amenitiesBox .titleBox .subtitle {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .amenitiesSec .amenitiesBox .titleBox .subtitle {
	font-family: "Secular One";
	font-weight: 400;
}
.amenitiesSec .amenitiesBox .titleBox .subtitle {
	display: none;
}
.amenitiesSec .amenitiesBox .titleBox .subtitle::after {
	content: "";
	display: inline-block;
	flex: 1;
	width: 100%;
	min-width: 25px;
	max-width: 156px;
	height: 1px;
	margin: 0 0 -2px 20px;
	background-color: #3FACA7;
}
.rtl .amenitiesSec .amenitiesBox .titleBox .subtitle::after {
	margin: 0 20px -2px 0;
}
.amenitiesSec .amenitiesBox .titleBox .title {
	flex: 1;
	position: relative;
	display: block;
	margin: 0;
	padding-bottom: 12px;
	font-family: "Darker Grotesque";
	font-size: 60px;
	color: #000000;
	font-weight: 600;
	line-height: 60px;
}
.rtl .amenitiesSec .amenitiesBox .titleBox .title {
	font-family: "Secular One";
	font-weight: 400;
}
.amenitiesSec .amenitiesBox .titleBox .title::after {
	content: "";
	width: 156px;
	height: 2px;
	background-color: #3FACA7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rtl .amenitiesSec .amenitiesBox .titleBox .title::after {
	left: auto;
	right: 0;
}
.amenitiesSec .amenitiesBox .amenities-slider {
	position: static;
	width: 60%;
}
.amenitiesSec .amenitiesBox .amenities-slider .owl-stage-outer {
	width: calc(100% + var(--container-padding));
}
.amenitiesSec .amenitiesBox .amenities-slider .owl-stage {
	display: flex;
}
.amenitiesSec .amenitiesBox .amenities-slider .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 50px 30px;
	background-color: #ffffff;
}
.amenitiesSec .amenitiesBox .amenities-slider .item .icon {
	margin: 0 0 37px 0;
}
.amenitiesSec .amenitiesBox .amenities-slider .item .icon img {
	width: auto;
	max-height: 104px;
}
.amenitiesSec .amenitiesBox .amenities-slider .item .name {
	display: block;
	margin: 0 0 7px 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
}
.rtl .amenitiesSec .amenitiesBox .amenities-slider .item .name {
	font-family: "Rubik";
	font-weight: 400;
}
.amenitiesSec .amenitiesBox .amenities-slider .owl-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin-top: 0;
	position: absolute;
	top: auto;
	bottom: 20px;
	right: auto;
	left: 0;
	z-index: 0;
}
.rtl .amenitiesSec .amenitiesBox .amenities-slider .owl-nav {
	direction: ltr;
	right: 0;
	left: auto;
}
.amenitiesSec .amenitiesBox .amenities-slider .owl-nav [class*=owl-] {
	position: static;
}

.floorPlanSec {
	max-width: var(--container-width);
	margin-inline: auto;
	padding: var(--container-space);
	padding-top: 100px;
}
.floorPlanSec .floorPlanBox {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.floorPlanSec .floorPlanBox .item {
	display: flex;
	flex-direction: row-reverse;
	background-color: #ffffff;
	box-shadow: 0px 17px 84px 0px rgba(0, 0, 0, 0.12);
}
.floorPlanSec .floorPlanBox .item .image {
	width: 50%;
}
.floorPlanSec .floorPlanBox .item .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.floorPlanSec .floorPlanBox .item .imfo {
	align-self: center;
	width: 50%;
	padding: 30px;
}
.floorPlanSec .floorPlanBox .item .imfo .title {
	display: block;
	margin: 0 0 27px 0;
	font-family: "Darker Grotesque";
	font-size: 35px;
	color: #000000;
	font-weight: 600;
	line-height: 35px;
}
.rtl .floorPlanSec .floorPlanBox .item .imfo .title {
	font-family: "Secular One";
	font-weight: 400;
}
.floorPlanSec .floorPlanBox .item .imfo p {
	margin: 0 0 15px 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 400;
	line-height: 25px;
}
.rtl .floorPlanSec .floorPlanBox .item .imfo p {
	font-family: "Rubik";
	font-weight: 400;
}
.floorPlanSec .floorPlanBox .item .imfo p:last-child {
	margin-bottom: 0;
}
.floorPlanSec .floorPlanBox .item .imfo p a {
	font-family: inherit;
	color: #000000;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
.floorPlanSec .floorPlanBox .item .imfo p a:hover {
	color: #3FACA7;
	text-decoration: none;
}

.mapSec {
	margin-top: 100px;
}
.mapSec iframe {
	width: 100%;
	height: 670px;
	vertical-align: top;
}

.nearbySec {
	padding: 0px 0;
	padding-top: 100px;
	overflow: hidden;
}
.nearbySec .nearbyBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
	max-width: var(--container-width);
	margin-inline: auto;
	padding: var(--container-space);
}
.nearbySec .nearbyBox .titleBox {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.nearbySec .nearbyBox .titleBox .subtitle {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .nearbySec .nearbyBox .titleBox .subtitle {
	font-family: "Secular One";
	font-weight: 400;
}
.nearbySec .nearbyBox .titleBox .subtitle {
	display: none;
}
.nearbySec .nearbyBox .titleBox .subtitle::after {
	content: "";
	display: inline-block;
	flex: 1;
	width: 100%;
	min-width: 25px;
	max-width: 156px;
	height: 1px;
	margin: 0 0 -2px 20px;
	background-color: #3FACA7;
}
.rtl .nearbySec .nearbyBox .titleBox .subtitle::after {
	margin: 0 20px -2px 0;
}
.nearbySec .nearbyBox .titleBox .title {
	flex: 1;
	position: relative;
	display: block;
	margin: 0;
	padding-bottom: 12px;
	font-family: "Darker Grotesque";
	font-size: 60px;
	color: #000000;
	font-weight: 600;
	line-height: 60px;
}
.rtl .nearbySec .nearbyBox .titleBox .title {
	font-family: "Secular One";
	font-weight: 400;
}
.nearbySec .nearbyBox .titleBox .title::after {
	content: "";
	width: 156px;
	height: 2px;
	background-color: #3FACA7;
	position: absolute;
	bottom: 0;
	left: 0;
}
.rtl .nearbySec .nearbyBox .titleBox .title::after {
	left: auto;
	right: 0;
}
.nearbySec .nearbyBox .nearby-slider {
	position: static;
	width: 60%;
	margin-top: -20px;
	margin-right: 20px;
}
.rtl .nearbySec .nearbyBox .nearby-slider {
	margin-right: 0;
	margin-left: 20px;
}
.nearbySec .nearbyBox .nearby-slider .owl-stage-outer {
	width: calc(100% + var(--container-padding) + 20px);
	padding: 20px 0 30px 20px;
}
.rtl .nearbySec .nearbyBox .nearby-slider .owl-stage-outer {
	padding: 20px 20px 30px 0;
}
.nearbySec .nearbyBox .nearby-slider .owl-stage {
	display: flex;
}
.nearbySec .nearbyBox .nearby-slider .item {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 30px 30px;
	background-color: #ffffff;
	box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.12);
}
.nearbySec .nearbyBox .nearby-slider .item .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	margin: 0 0 30px 0;
	border: 1px solid #000000;
	border-radius: 100%;
}
.nearbySec .nearbyBox .nearby-slider .item .icon img {
	width: auto;
	max-height: 104px;
}
.nearbySec .nearbyBox .nearby-slider .item p {
	display: block;
	margin: 0 0 10px 0;
	font-family: "Darker Grotesque";
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	line-height: 20px;
}
.rtl .nearbySec .nearbyBox .nearby-slider .item p {
    font-family: "Rubik";
    font-weight: 400;
}
.nearbySec .nearbyBox .nearby-slider .item p:last-child {
	margin-bottom: 0;
}
.nearbySec .nearbyBox .nearby-slider .owl-nav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	margin-top: 0;
	position: absolute;
	top: auto;
	bottom: 30px;
	right: auto;
	left: 0;
	z-index: 0;
}
.rtl .nearbySec .nearbyBox .nearby-slider .owl-nav {
	direction: ltr;
	right: 0;
	left: auto;
}
.nearbySec .nearbyBox .nearby-slider .owl-nav [class*=owl-] {
	position: static;
}
