
span.value {
	font-size: 16px;
	color: #fff;
}
.project-style-1 .entry-meta__item .key, .project-style-4 .entry-meta__item .key {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.project-style-1 .entry-meta__item, .project-style-4 .entry-meta__item {
	margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
}
.project-style-1 .entry-meta, .project-style-4 .entry-meta {
	background: #4d4340;
	padding: 60px 45px 25px;
	margin-top: 20px;
}
.kat-plani-tablo {
	padding: 10px;
}
.tablo-mahal {
	width: 100%;
	display: flex;
	text-align: center;
}
.tablo-icerik {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	border-top: 1px solid #00000045;
}
.tablo-son{
	border-bottom: 1px solid #00000045;
}
.kat-plani-sonuc {
	display: flex;
	padding-top: 20px;
	justify-content: space-between;
}
strong.mahal-no {
	width: 23%;
}

strong.mahal-mahal {
	width: 50%;
}

strong.mahal-m2 {
	width: 27%;
	text-align: right;
}
.project-style-1 .entry-content, .project-style-4 .entry-content {
	padding-left: 0;
}
.planeDots {
	right: 0;
	top: 0;
}
.planeDots .tooltipDot {
	width: 20px;
	height: 20px;
	box-shadow: 0 10px 17px rgba(0, 0, 0, 0.28);
	background-color: #000;
	border: 4px solid #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
}
.planeDots .tooltipDot .tooltipPopover {
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.13);
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 50%;
	padding: 10px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transform: translate(-50%, -35px);
	-ms-transform: translate(-50%, -35px);
	transform: translate(-50%, -35px);
	color: #273452;
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	letter-spacing: -0.35px;
	text-align: center;
}
.planeDots .tooltipDot:after {
	animation: 1.5s linear 0s normal none infinite running tooltipDotAnimate;
	content: "";
	position: absolute;
	top: -28px;
	left: -28px;
	z-index: 1;
	width: 70px;
	height: 70px;
	background-color: transparent;
	border-radius: 70px;
	border: 3px solid rgba(255, 255, 255, 0.8);
}
.planeDots .tooltipDot .tooltipPopover:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -10px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
}
.planeDots .tooltipDot:hover .tooltipPopover {
	z-index: 10;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 0px);
	-ms-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@keyframes tooltipDotAnimate {
	0% {
		opacity: 0;
		transform: scale(0)
	}
	25% {
		opacity: 0.1;
		transform: scale(0.3)
	}
	50% {
		opacity: 0.3;
		transform: scale(0.6)
	}
	75% {
		opacity: 0.5;
		transform: scale(0.9)
	}
	100% {
		opacity: 0;
		transform: scale(1.2)
	}
}
.tooltipImage{
	width: 250px;
	padding: 10px 0 20px;
}
@media(max-width:768px){
	.tooltipImage {
		width: 175px;
	}
}
.slick-item img{
	object-fit: cover;
}
.slick-product .slick__dots{
	display: none;
}
.tooltipPopover span {
	font-size: 1.2rem;
	font-weight: 600;
}

.fa.fa-chevron-right {
	position: absolute;
	font-size: 16px;
	margin: 10px;
	bottom: 0px;
	left: 50%;
}
.fa.fa-chevron-left {
    bottom: 0px;
    position: absolute;
    font-size: 16px;
    margin: 10px;
    right: 50%;
}