/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
.menu-link {
    font-size: 20px; /* Daha büyük ve dikkat çekici font */
    font-weight: 700;
    color: #040404;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 2px 0;
    position: relative;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.tp-parallax-wrap{}
.content-wrap .fluid-width-video-wrapper{padding-top:450px!important;}
.menu-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ad9c85, #8d673a);
    bottom: -8px;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.menu-link:hover {
    color: #8d673a;
    transform: scale(1.1);
}

.menu-link:hover::after {
    transform: scaleX(1);
}

.menu-container {
    max-width: 100%;
    overflow: hidden;
}

.bg-dark-green,
		.h-bg-dark-green:hover {
			background-color: #061E23 !important;
			color: #FFC876 !important;
		}

		.color-dark-green,
		.h-color-dark-green:hover {
			color: #061E23 !important;
		}

		.bg-color-brown,
		.h-bg-color-brown:hover {
			background-color: #FFC876 !important;
		}

		.color-brown,
		.h-color-brown:hover {
			color: #FFC876 !important;
		}

		.border-color-brown,
		.h-border-color-brown:hover {
			border-color: #FFC876 !important;
		}

.owl-carousel.real-estate .owl-nav [class*=owl-]:hover { background-color: var(--cnvs-secondary-color) !important; }


.real-estate-item { position: relative; }

.real-estate-item-image {
	position: relative;
	width: 100%;
}

.real-estate-item-image::before {
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 1;
	opacity: 0.90;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.real-estate-item-image > a,
.real-estate-item-image > img {
	display: block;
	width: 100%;
	height: auto;
}


.real-estate-item-image .badge {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	font-size: 11px;
	padding: 5px 8px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}


.real-estate-item-price {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.real-estate-item-price span {
	display: block;
	margin-top: 3px;
	font-weight: 300;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	text-align: right;
}

.real-estate-item-info {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
}

.real-estate-item-info a {
	display: block;
	float: left;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 12px;
	line-height: 1;
	text-align: center;
	padding: 8px;
	background-color: rgba(0,0,0,0.25);
	border-radius: 4px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.real-estate-item-info a:hover { background-color: rgba(0,0,0,0.75); }

.real-estate-item-info a i {
	width: 12px;
	height: 12px;
}

.real-estate-item-info a:not(:first-child) { margin-left: 5px; }


.real-estate-item-desc {
	position: relative;
	margin-top: 20px;
	padding: 0 20px;
}


.real-estate-item-desc h3 { font-size: 21px; }

.real-estate-item-desc h3 + span {
	display: block;
	margin-top: -27px;
	color: #999;
}

.real-estate-item-desc h3 a { color: #333; }

.real-estate-item-desc h3 a:hover { color: #555; }


.real-estate-item-features { margin-top: 15px; }

.real-estate-item-features [class^=col-] { margin-top: 5px; }

.real-estate-item-features i {
	position: relative;
	top: 1px;
	margin-left: 3px;
}


.real-estate-item-link {
	position: absolute;
	top: 2px;
	right: 20px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #555;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #555;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.real-estate-item-link:hover {
	border-color: transparent;
	background-color: var(--cnvs-themecolor);
	color: #FFF;
}
.swiper-pagination {
			bottom: 40px !important;
			--cnvs-swiper-bar-color: var(--cnvs-contrast-300);
			--cnvs-swiper-bar-active-color: var(--cnvs-contrast-900);
			--cnvs-swiper-bar-title-color: var(--cnvs-contrast-800);
			--cnvs-swiper-bar-width: 140px;
			--cnvs-swiper-bar-height: 4px;
			--cnvs-swiper-bar-gap: 25px;
			--cnvs-swiper-autoplay-speed: 5000ms;
		}

		.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
			margin-right: var(--cnvs-swiper-bar-gap);
			background: transparent !important;
		}

		.swiper-pagination span.swiper-pagination-bullet-active, .swiper-pagination span:hover {
			background-color: transparent !important;
		}

		.swiper-pagination span {
			position: relative;
			width: var(--cnvs-swiper-bar-width);
			height: auto;
			text-align: left;
			border-radius: 3px;
			opacity: 1;
			border: 0;
		}
		.swiper-pagination span.slider-name {
			font-size: 15px;
			line-height: 40px;
			font-weight: 400;
			color: var(--cnvs-swiper-bar-title-color);
			text-transform: capitalize;
			background: transparent !important;
		}
		.swiper-pagination span.slider-bar {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 1;
			width: 100%;
			height: var(--cnvs-swiper-bar-height);
			background-color: var(--cnvs-swiper-bar-color);
			overflow: hidden;
			border-radius: 3px;
		}
		.swiper-pagination span.slider-bar-active {
			position: absolute;
			bottom: 0;
			left: 0;
			z-index: 2;
			width: 0%;
			border-radius: 3px;
			height: var(--cnvs-swiper-bar-height);
			background-color: var(--cnvs-swiper-bar-active-color) !important;
		}

		.swiper-pagination span:hover span.slider-bar {
			background-color: var(--cnvs-swiper-bar-color) !important;
		}

		.swiper-pagination-bullet-active {
			background-color: transparent;
		}
		.swiper-pagination-bullet-active span.slider-bar-active {
			animation-name: swiperBarAnim;
			animation-duration: var(--cnvs-swiper-autoplay-speed);
			animation-timing-function: ease-in;
			animation-iteration-count: 1;
			animation-direction: alternate;
			animation-fill-mode: forwards;
		}

		@keyframes swiperBarAnim {
			0% {
				width: 0%;
			}
			100% {
				width: 100%;
			}
		}

		.swiper-slide-active .swiper-slide-bg {
			-webkit-animation: kenburns-top 14s ease-out both;
	        animation: kenburns-top 14s ease-out both;
		}

		@keyframes kenburns-top {
			0% {
				-webkit-transform: scale(1);
						transform: scale(1);
				-webkit-transform-origin: 50% 50%;
						transform-origin: 50% 50%;
			}
			100% {
				-webkit-transform: scale(1.15);
						transform: scale(1.15);
				-webkit-transform-origin: top;
						transform-origin: top;
			}
		}

		.real-estate-item-image img {height:310px;}

.col-lg-6 .fluid-width-video-wrapper iframe {
	height: 260px!important;
}

#rev_slider_17_1_wrapper .tp-loader.spinner3 { background-color: #333333 !important; }
		.blurslider-gradient { background:-webkit-linear-gradient(left, #ffff 50%, #c9b69c 100%);-webkit-background-clip:text;font-weight:700; -webkit-text-fill-color:transparent; }
		.blurslider-line{background:-webkit-linear-gradient(left, #E0A528 50%, #c9b69c 100%) !important; }
		#rev_slider_17_1 .uranus.tparrows { width:50px; height:50px; background:rgba(255,255,255,0); }
		#rev_slider_17_1 .uranus.tparrows:before { width:50px; height:50px; line-height:50px; font-size:40px; transition:all 0.3s;-webkit-transition:all 0.3s; }
		#rev_slider_17_1 .uranus.tparrows:hover:before { opacity:0.75; }



.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366; /* WhatsApp Green */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 9999;
}

.whatsapp-button i {
  font-size: 30px;
  color: white;
}

/* Animation when hovering */
.whatsapp-button:hover {
  transform: scale(1.1);
  animation: bounce 1s infinite; /* Add bounce effect on hover */
}

/* Bouncing Animation */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (max-width: 878px) {
  #footerss {
    padding-bottom:70px;
  }
	.menu-link{
		color:#ffffff;
	}
}

.body-scheme-toggle {
    position: fixed;
    top: 50%;
    right: 20px; /* Sağdan 20px mesafe */
    transform: translateY(-50%); /* Dikey olarak tam ortalamak için */
    background-color: rgba(0, 0, 0, 0.6); /* Hafif koyu arka plan */
    color: white; /* İkon veya yazı rengi */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000; /* Butonun diğer elementlerin üstünde olmasını sağlar */
}

body{
	font-family: "Raleway", sans-serif!important;
}

#header , .is-expanded-menu #header-wrap{
	background-color: #061e23!important;
}