
.parks .right{
	position: relative;

}


.top_parks_section .container{
	padding-bottom: 80px;
	margin-bottom: 80px;
	z-index: 1;
}

.top_parks_section .top-wrap {
	display: flex;
	flex-direction: row;
}

.top_title {
	max-width: 900px;
}

.top_title h1 {
	font-size: 60px;
	line-height: 120%;
	letter-spacing: -5%;
}

.top_parks .top-wrap{
	display: flex;
	flex-direction: row;
}



.top-wrap .left {
	width: 57%;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.top-wrap .right{
	width: 43%;

}


.top-wrap .left .accordion{
	display: flex;
	flex-direction: column;
	margin-top: 60px;
	margin-bottom: 60px;
}

.top-wrap .left .accordion .item_title{
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -5%;
	padding: 3px 0;
	cursor: pointer;
	color: #BFCEBE;
}

.top-wrap .left .accordion .item_title.active, .top-wrap .left .accordion .item_title:hover{
	color: #1E2323;
}

.top-wrap .left .acc-content{

}

.top-wrap .left .acc-content .item_content{
	font-size: 20px;
	line-height: 150%;
	padding-left: 100px;
	padding-right: 100px;
	display: none;
}

.top-wrap .left .acc-content .item_content.active{
	display: block !important;
}

.top-wrap .right .img-group{
	display: none;
}

.wratop-wrapp .right .img-group.active{
	display: block;
}

.top-wrap .right .img-con{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 30px;
	background-position: center;
	background-size: cover;
}

.top-wrap .right .img-con.one{
	width: 50%;
	height: 320px;
	position: absolute;
	max-width: 320px;
	transform: translate(0px, 200px);
	z-index: 1;
}

.top-wrap .right .img-con.two{
	width: 50%;
	height: 230px;
	position: absolute;
	max-width: 230px;
	transform: translate(220px, 10px);
}


@media (max-width: 1024px) {

	.top-wrap .left .acc-content .item_content{
		padding-left: 0px;
	}

	.top-wrap .right .img-group{
		zoom: 0.8;
		margin-top: 250px;
		margin-left: -50px;
	}

	.top-wrap .right .img-group.active{
		display:block;
	}
}


@media (max-width: 768px) {

	.top-wrap .left .acc-content .item_content{
		padding-right: 0;	
	}

	.top_parks_section .top-wrap{
		flex-direction: column;
	}
	.top-wrap .left{
		width: 100%;
	}

	.top-wrap .right {
		width: 100%;
	}

	.top-wrap .right .img-group{
		zoom: 1;
		margin-top: 0;
		margin-left: 0;
		max-height: 300px;
	}

	.top-wrap .right .img-con.one{
		width: 50%;
		height: 320px;
		position: relative;
		max-width: 320px;
		transform: translate(0px, 50px);
		z-index: 1;
	}

	.top-wrap .right .img-con.two{
		width: 50%;
		height: 230px;
		position: relative;
		max-width: 230px;
		transform: translate(300px, -200px);
	}

	.new_developments_section .item{
		margin-bottom: 60px;
	}


}

@media (max-width: 560px) {
	.top-wrap .right .img-group{

	}
	.top-wrap .right .img-con.one {
		max-width: 50%;
		height: 250px;
	}
	.top-wrap .right .img-con.two{
		max-width: 50%;
		transform: translate(100%, -180px);
		border: 10px solid #fff;
	}		
}

.top_parks_section_parks .container{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.top_parks_section.top_parks_section_parks.parks{
	overflow: hidden;
	border-top: 10px solid #ffffff;
}

/*
.top_parks_section_parks:before{
	content: "";
	position: absolute;
	bottom: 70px;
	width: 100vw;
	background-color: #fff;
	pointer-events: none;
	z-index: 3;
	top: 0;
}
*/

.top_section{
	z-index: 4;
	position: relative;
}


.parks .wrap {
	display: flex;
	flex-direction: row;

}

.parks .left {
	width: 28%;
	z-index: 3;
	position: relative;
	background-color: #fff;
}

.parks .left:after{
	content: "";
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	height: 100%;
	background: linear-gradient(to right, rgb(255, 255, 255) 20%, rgba(0, 0, 0, 0));
	pointer-events: none;
}

.parks .left:before{
	content: "";
	position: absolute;
	top: 0;
	left: -900px;
	bottom: 0;
	width: 900px;
	background-color: #ffffff;
	pointer-events: none;
	z-index: 4;
}

.parks .right {
	width: 72%;
	padding: 10px;
	z-index: 2;
	position: relative;
}

.parks .park-menu {
	display: flex;
	flex-direction: column;
	background-color: #ECF0EC;
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 50vh;
}

.top_parks_filler{
	/* background-color: #D9E2D8; */
	background-color: #FFF;
	z-index: 1;
	width: 100%;
	height: 60px;
	position: relative;
}

.park-menu .title {
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
}

.park-list {
	display: flex;
	flex-direction: column;
}

.park-list .item {
	display: flex;
	align-items: center;
	cursor: pointer;
	padding: 10px 20px;
	background-color: #ecf0ec;
	border-radius: 5px;
	transition: background 0.3s ease;
	padding-bottom: 0;
}

.park-list .item:hover {
	background-color: #FFF;
}

.park-list .item.active{
	background-color: #FFF;
}

.park-list .item .number {
	margin-right: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 150%;
}

.park-list .item .name {
	flex: 1;
	border-bottom: 1px solid #BFCEBE;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 150%;
}

.park-list .item .arrow{
	margin-left: 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.park-list .item.active .arrow{
	opacity: 1;
}

.parks-container {
	display: flex;
	flex-direction: column;
	gap: 20px;

	max-height: calc(100vh - 120px);
	height: calc(100vh - 120px);

}

.park-cards {
	display: flex;
	flex-direction: column;
}

.parks .park-card {
	padding: 20px;
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}

.parks .park-card .top-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
}

.parks .park-name {
	display: flex;
	align-items: end;
	gap: 10px;
}

.parks .park-name .park-icon {
	width: 28px;
	height: 28px;
	margin-bottom: 7px;
}

.park-name .name {
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -5%;
}

.park-number {
	font-size: 18px;
	color: #fff;
	background-color: #E94E1B;
	width: 28px;
	height: 28px;
	text-align: center;
	padding-top: 4px;
	border-radius: 50px;
}

/* GALLERY GROUP (Carousel) */
.gallery-group {
	position: relative;
}

.image-group {
	display: flex;
	gap: 10px;
	white-space: nowrap;
	padding: 20px 0;
	scroll-behavior: smooth;
	padding-top: 10px;
	transition: transform 0.4s ease-out;
	cursor: pointer;
	cursor: grab;
}

.gallery-group .image-item {
	width: 100%;
	height: 347px;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
	flex-shrink: 0;
}

.navigation-group {
	position: absolute;
	background-color: #fff;
	width: 50px;
	height: 50px;
	top: calc(50% - 25px);
	border-radius: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.navigation-group.arrow-left{
	left:20px;
}
.navigation-group.arrow-left.active{
	opacity: 100;
}
.navigation-group.arrow-right{
	right:20px;
}
.navigation-group.arrow-right.active{
	opacity: 100;
}

.navigation-group.arrow-left svg{
	transform: rotate(180deg);
}

.navigation-group svg{

}


.bottom-group {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-top: 15px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.bottom-group .left {
	flex: 2.5;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -1%;
}

.bottom-group .middle {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 204px;
	margin-right: 40px;
	margin-left: 20px;
}

.middle .data-item {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #BFCEBE;
	padding-left: 0;
	margin-left: 10px;
	padding-top: 0;
}

.middle .data-item:nth-child(3){
	border-bottom: 0;
}

.data-item .value {
	font-size: 20px;
	color: #93C13E;
	margin-bottom: 5px;
}

.data-item .label {
	font-size: 12px;
	color: #1E2323;
	text-transform: uppercase;
}

.location-box-mobile{
	display:none;
}

.bottom-group .right {
	overflow: auto;
	display: flex;
	width: 87px;
	padding: 20px 10px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #BFCEBE;
}

.location-box .icon {
	width: 50px;
	max-width: 120px;
	border-bottom: 1px solid #BFCEBE;
	padding-bottom: 20px;
}

.location-box .country {
	font-size: 30px;
	font-family: Barlow, 'Styrene B';
	line-height: 120%;
	margin-top: 10px;
}

.footer-group {
	margin-top: 30px;
	text-align: center;
	border-bottom: 1px solid #BFCEBE;
	padding-bottom: 50px;
	display: flex;
}

.footer-group .btn {
	padding: 10px 30px;
	font-size: 16px;
	transition: background 0.3s ease;
}

.footer-group .btn:hover {
	background-color: #93C13E;
}


@media (max-width: 1024px) {

	.parks .wrap{
		flex-direction: column;
	}

	.parks .left{
		width: 100%;
	}
	.parks .right{
		width: 100%;
	}

	.parks .park-card .left{
		width: unset;
	}

	.parks .park-card .middle{
		margin-right: 20px;
	}

	.parks .park-card .right{
		width: unset;
	}

	.parks .park-menu{
		margin-bottom: 0;
	}

	.park-list .item .arrow{
		display: none;
	}
	.park-list .item .name{
		border-bottom: none;
	}

	.park-menu .title {
		font-size: 30px;
	}


	/* backup
	.park-list {
	display: flex;
	flex-direction: row;        
	overflow-x: auto;          
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}
	.park-list .item {
	scroll-snap-align: center;
	flex: 0 0 auto;   
}
	*/

	.park-list {
		display: flex;
		flex-direction: row;
		overflow-x: auto;
		/*scroll-snap-type: x mandatory;*/
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}
	.park-list::-webkit-scrollbar {
		display: none;
	}

	.park-list .item {
		scroll-snap-align: center;
		flex: 0 0 auto;
		margin: 0 2px;
		padding: 10px 20px;
		padding-bottom: 0;
	}

	.park-list .item .number {
		margin-right: 10px;
	}


	.park-list,
	.park-list .item,
	.park-list .item * {
		-webkit-user-select: none; 
		-moz-user-select: none;    
		-ms-user-select: none;   
		user-select: none;
	}

	.parks-container{
		max-height: calc(150vh - 0px);
		height: calc(150vh - 0px);
	}

	.gallery-group .image-item{
		height: 320px;
	}


	.park-list{
		zoom: 0.9;
	}


}

@media (max-width: 768px) {

	.parks-container{
		max-height: calc(150vh - 0px);
		height: calc(150vh - 0px);
	}

	.park-menu .title{
		margin-bottom: 30px;
	}

	.park-list .item .number, .park-list .item .name{
		font-size: 16px;
	}

	.park-name .name{
		font-size: 35px;
	}

	.bottom-group{
		flex-direction: column;
	}
	.middle .data-item {
		border: 0;
		margin-left: 0;
	}

	.navigation-group.arrow-left{
		left: -30px;
	}

	.navigation-group.arrow-right{
		right: -30px;
	}

	.bottom-group .middle {
		flex-direction: row;
		width: 100%;
		margin: 0;
		gap: 20px;
		margin: 10px 0;
		margin-right: 0px !important;
		justify-content: space-between;
	}

	.bottom-group .right {
		display:none;
	}

	.footer-group{
		justify-content: space-between;
		margin-top: 20px;
	}

	.location-box-mobile{
		display: block;
		flex-direction: row;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-right: 50px;
	}

	.location-box-mobile .icon {
		padding: 0;
		border: 0;
		width: 50px;
		max-width: 120px;
	}

	.location-box-mobile .country {
		font-size: 30px;
		font-family: Barlow, 'Styrene B';
		line-height: 120%;
		margin-left: 15px;
	}

	.top_mix_section.section{
		padding-top: 150px;
	}

	.gallery-group .image-item{
		height: 250px;
	}

}

@media (max-width: 560px) {

	.park-menu .title{
		font-size: 25px;
	}

	.park-list{
		zoom: 0.9;
	}
	.parks .park-card{
		zoom: 0.9;
	}

	.gallery-group .image-item{
		height: 200px;
	}
}


.map {
	overflow: hidden;
}	
.map .up{
	width: 100vw;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100vh;
	justify-content: center;
}

.map .clients-block{
	margin-top: auto;
	height: 250px;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(to top, #f0f4f3 60%, rgba(240, 244, 243, 0) 100%);
}

.map img.client-logo {
	max-height: 52px;
	margin-right: 80px;
	flex-shrink: 0; /* Prevents logos from resizing */
}
.map .ticker-wrapper {
	display: flex;
	overflow: hidden; /* Ensures the ticker stays within bounds */
	user-select: none;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}
.map .ticker-text {
	display: flex;
	white-space: nowrap; /* Prevents wrapping of content */
	animation: scrolls 200s linear infinite; /* Smooth scrolling */
}

@keyframes scrolls {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}


.map {
	background-image: url(https://ctp.eu/wp-content/uploads/2024/11/netwrokmap.png);
	min-height: 1024px;
	height: 100vh;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-size: cover;
	background-position: top center;
	animation: backgroundBounce 60s ease-in-out infinite;
	align-content: center;
	flex-direction: column;
}

@keyframes backgroundBounce {
	0% {
		background-position: top center;
	}
	50% {
		background-position: bottom center;
	}
	100% {
		background-position: top center;
	}
}

.map .stuff {
	display: flex;
	flex-direction: column; 
	align-items: flex-start;
	margin-top: 80px;
}
.map .stuff .cta{    
	max-width: 488px;
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
}
.map .stuff .c-title{   
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.05em;
	margin-bottom: 15px;
}
.map .stuff .c-subtitle{ 
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
}
.map .stuff .btn{
	padding: 15px 32px;
	display: inline-block;
	position: relative;
}

.bottom{
	margin-top: 60px;
	display: flex;
}

.bottom .left{
	min-width: 33%;
	display: flex;
	flex-direction: column;
}

.left .m-title{
	font-size: 40px;
	margin-bottom: 30px;
}

.left .m-subtitle{
	font-size: 24px;
	line-height: 120%;
	max-width: 280px;
	margin-bottom: 25px;
}

.left .m-location a{
	display:flex;
}
.left .m-location .icon{
	margin-right: 15px;
}

.left .m-location .text{
	font-size: 16px;
}

.bottom .middle{
	width: 100%;
}

.middle .description{
	font-size: 16px;
	line-height: 150%;
	padding-right: 40px;
	max-width: 540px;
}

.bottom .right{
	min-width: 20%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.right .btn{
	display: inline-block;
	padding: 14px 42px;
	font-size: 14px;
}

.right .btn:hover{
	background: #ff7649;
}

.mix_use_section .mix_user_wrap {
	margin-top: 70px;
	padding-bottom: 100px;
	border-bottom: 1.5px solid #BFCEBE;
}



.mix_use_section.last .mix_user_wrap{
	border-bottom: none;
}

.mix_use_section .mix_use_img {
	height: 445px;
	overflow: hidden;
	border-radius: 20px;
}

.mix_use_section .mix_use_img.video {
	display: flex;
	align-items: center;
}

.mix_use_section .mix_use_img .img-link{
	height: 445px;
	overflow: hidden;
	position: relative;
	display: block;
}

.img-link .main-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.top_mix_section .container{
	padding-bottom: 100px;
	border-bottom: 1.5px solid #BFCEBE;
}

.top_mix_title{
	display:flex;
	flex-direction: column;
}
.top_mix_title h1{
	font-size: 60px;
	line-height: 120%;
	max-width: 900px;
}

.top_mix_title h2{
	font-size: 40px;
	line-height: 120%;
	max-width: 900px;
	letter-spacing: -5%;
	color: #1E2323;
}


.top_mix_title h4{
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	color: #1E2323;
}

.plyr__controls{
	display:none;
}

@media (max-width: 768px) {
	.bottom{
		flex-direction: column;
	}

	.left .m-subtitle{
		max-width: 1000%;
	}
	.middle .description {
		margin-top: 15px;
		max-width: 100%;
	}

	.bottom .right{
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 40px;
	}
}

@media (max-width: 850px) {
	.mix_use_section .mix_use_img{
		height: unset;
	}
}


.new_developments_section{
	padding: 100px 0;
	background-color: #ECF0EC;
}
.new_developments_section .wrap{

}
.new_developments_section .top{

}
.new_developments_section .bottom{
	gap: 30px;
}
.new_developments_section .top .title{
	background-color: #FFF;
	color: #1E2323;
	border-radius: 100px;
	font-size: 14px;
	line-height: 120%;
	letter-spacing: 10%;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 15px;
}
.new_developments_section .item{

}
.new_developments_section .item .image{
	height: 240px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
}
.new_developments_section .item .title{
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -5%;
	display: block;
	margin: 15px 0;
	min-height: 58px;
}
.new_developments_section .item .description{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -1%;
}


.properties_section{
	overflow: hidden;
	position: relative;
}

.properties_section .container{
	padding-bottom: 100px;
	border-bottom: 1.5px solid #BFCEBE;
	/*margin-bottom: 80px;*/
	margin-top: 100px;
}

.properties_section .wrap{
	display: flex;
	flex-direction: row;
}
.properties_section.markets .wrap{
	flex-direction: column;
}
.properties_section .wrap .left{    
	width: 50%;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.properties_section .wrap .middle{
	margin-top: 40px;
}

.properties_section .wrap .top h3, .properties_section .wrap .left h3{    
	font-size: 14px;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.properties_section .wrap .top h2, .properties_section .wrap .left h2{    
	font-size: 40px;
	max-width: 1000px;
}
.properties_section .wrap .bottom .btn, .properties_section .wrap .left .btn{
	display: inline-block;
	padding: 10px 32px;
	margin-top: 50px;
	font-size: 14px;
}

.properties_section .wrap .right{
	width: 50%;
	padding-left: 40px;
}

.properties_section .wrap .right .img-con{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 324px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
}

.properties_section .wrap .right .img-con.one{
	width: 66.66%;
	height: 220px;
	position: absolute;
	max-width: 350px;
	transform: translate(0px, 100px);
}

.properties_section .wrap .right .img-con.two{
	width: 66.66%;
	height: 220px;
	position: absolute;
	max-width: 350px;
	transform: translate(200px, 0px);
}

.properties_section .top_properties .container {
	padding-bottom: 80px;
	border-bottom: 1.5px solid #BFCEBE;
	margin-bottom: 80px;
}



@media (max-width: 768px) {
	.properties_section .wrap{
		flex-direction: column;
	}

	.properties_section .img-group{
		display: flex;
		height: 320px;
	}
	.properties_section .wrap .left{
		width:100%;
		padding-right:0;
	}
	.properties_section .wrap .right{
		width:100%;
		padding-left: 0;
		margin-top: 40px;
	}
}




