@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: Uniform Pro;
}


:root {
  --anarenk: #E9BB6D;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --font2: Domaine Sans Text;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

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

.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:10px;
	border-radius: 50px;
	padding:0px 25px;
	height:55px;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.btn i {
	font-size: 24px;
}

.btn-sari {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#000
}
.btn-sari:hover {
	background:var(--anarenk);
	border:1px solid #000;
	color:#000
}

.btn-gri {
	background:#797979;
	border:1px solid #797979;
	color:#fff
}
.btn-gri:hover {
	background:#000;
	border:1px solid #000;
	color:#fff
}

/*------------------header----------------------*/

#header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:flex-start;
	padding:10px 0px;
}
#header .alan .logo {
}
#header .alan .logo img {
	height:176px;
}
#header .alan .logo img.dark {
	display:none;
}
#header.dark .alan .logo img.light {
	display:none;
}
#header.dark .alan .logo img.dark {
	display:block;
}

#header .menu {
	margin-left:auto;
	margin-right:auto;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	color: #FFF;
	font-family: Uniform Pro;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px;
}
#header.dark .menu .link-item {
	color: #000;
}
#header .menu .link-item.hover {
	padding-right:50px;
}
#header .menu .link-item.hover:before {
	position:absolute;
	content:"\f107";
	top:0px;
	right:0px;
	height:100%;
	width:50px;
	font-size:20px;
	color:#fff;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	text-align:center;
}
#header.dark .menu .link-item.hover:before {
	color:#000;
}
#header .menu .link-item:hover {
    color: #fff;
}
#header.dark .menu .link-item:hover {
    color: #000;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .alan .sag a {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:50px;
	padding:0px 25px;
	background:#fff;
	border-radius:40px;
	grid-column-gap:10px;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.4px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:flex-start;
	justify-content:center;
	padding:5px;
	height:55px;
}
#mobilheader .logo img {
	max-width:100%;
	max-height:80px;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}
/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-family: Domaine Sans Text;
	font-size: 37.989px;
	font-weight: 300;
	line-height: normal;
	text-align:center;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-family: Domaine Sans Text;
	font-size: 60.608px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	letter-spacing: 6.061px;
}
#slider .form {
	position:absolute;
	top:calc(100% - 100px);
	left:0px;
	width:100%;
	z-index:10;
}
#slider .form .alan {
	border-radius: 44px;
	background: #FFF;
	border:1px solid #F3F3F0;
	padding:10px;
}
.form-control {
	border-radius: 27px;
	background: #F3F3F0;
	border:1px solid #F3F3F0;
	height:55px;
	padding-left:15px;
	padding-right:15px;
}
.form-control:focus {
	border:1px solid var(--anarenk);
}
#slider .container {
	position:relative;
	z-index:10;
}
#slider #sliderform {
	position:absolute;
	top:100%;
	left:0px;
	width:100%;
	display:none;
	padding-top:10px;
}

#slider #sliderform.active {
	display:block;
}

/*------------------ilanrakam----------------------*/

#ilanrakam {
	position:relative;
	padding:70px 0px;
	background:url('../img/filigran-1.png');
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:right top;
}
#ilanrakam .baslik {
	color: #000;
	text-align: center;
	font-family: Domaine Sans Text;
	font-size: 36.601px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:22px;
}
#ilanrakam .altbaslik {
	color: #636A74;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:60px;
}
#ilanrakam .kutu {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius: 20px;
	background-repeat:no-repeat !important;
	background-size:50% auto !important;
	background-position:center !important;
	padding:50px;
}
#ilanrakam .kutu.mor {
	background:url('../img/filigran-2.png') #C0B9F9;
}
#ilanrakam .kutu.sari {
	background:url('../img/filigran-2.png') #FBC899;
}
#ilanrakam .kutu.yesil {
	background:url('../img/filigran-2.png') #BED998;
}
#ilanrakam .kutu .adi {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 119%; /* 35.7px */
	margin-bottom:80px;
}
#ilanrakam .kutu .sayi {
	color: #6F67C3;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 119%; /* 42.84px */
	margin-bottom:50px;
}
#ilanrakam .kutu .icon {
	text-align: center;
}
#ilanrakam .kutu .icon img {
	width:100%;
	height:60px;
	object-fit:contain;
	object-position:center;
}
/*------------------onecikanlar----------------------*/

#onecikanlar {
	position:relative;
	padding:70px 0px;
	background: linear-gradient(to bottom,rgba(234, 232, 228, 0.80),rgba(234, 232, 228, 0));
}
#onecikanlar .baslik {
	color: #000;
	text-align: center;
	font-family: Domaine Sans Text;
	font-size: 36.601px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:22px;
}
.swiper-pagination-bullets {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:10px;
	padding:20px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--anarenk);
}
.emlakitem {
	position:relative;
	display:block;
	margin-bottom:20px;
}
.emlakitem .resim  {
	position:relative;
	display:block;
	margin-bottom:7px;
}
.emlakitem .resim img {
	border-radius: 20px 20px 0px 0px;
	width:100%;
	aspect-ratio:420/213;
	max-height:350px;
	object-fit:cover;
}
.emlakitem .resim .yeni {
	position:absolute;
	top:23px;
	left:23px;
	border-radius: 35px;
	background: #786CFF;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.375px;
	padding:10px 15px;
}
.emlakitem .resim .kampanya {
	position:absolute;
	top:23px;
	right:23px;
	border-radius: 35px;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.375px;
	padding:10px 15px;
}
.emlakitem .bilgi  {
	position:relative;
	display:block;
	padding:25px;
	background:#fff;
}
.emlakitem .bilgi .adres {
	color: #0877B9;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px; /* 16.66px */
	height:23px;
	margin-bottom:20px;
}
.emlakitem .bilgi .adi {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; /* 23.49px */
	height:56px;
	margin-bottom:20px;
}
.emlakitem .bilgi .ozellikler {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	grid-gap:10px;
}
.emlakitem .bilgi .ozellikler .ozellik {
	display:flex;
	align-items:center;
	padding:10px 15px;
	grid-column-gap:5px;
	color: #636A74;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 119%; /* 15.47px */
	background: #F5F9FF;
	border-radius:33px;
}
.emlakitem .bilgi .ozellikler .ozellik i {
	color: rgba(233, 128, 128, 1);
	font-size:22px;
}
.emlakitem .alt  {
	position:relative;
	display:flex;
	align-items:center;
	padding:25px;
	background:#fff;
	border-radius: 0px 0px 20px 20px;
	background: #EAE8E4;
}
.emlakitem .alt .fiyat {
	margin-right:auto;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 119%; /* 28.56px */
}
/*------------------danismanlar----------------------*/

#danismanlar {
	position:relative;
	padding:70px 0px;
	background: var(--anarenk);
}
#danismanlar .baslik {
	color: #fff;
	text-align: center;
	font-family: Domaine Sans Text;
	font-size: 36.601px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:22px;
}

.danismanitem {
	position:relative;
	display:block;
	margin-bottom:25px;
}

.danismanitem .resim {
	position:relative;
	display:block;
	margin-bottom:20px;
	border-radius: 28px;
	overflow:hidden;
}
.danismanitem .resim img {
	width:100%;
	aspect-ratio:300/487;
	max-height:600px;
	object-fit:cover;
	object-position:center;
}
.danismanitem .resim .adi {
	position:absolute;
	bottom:0px;
	right:0px;
	padding:26px;
	width:80%;
	border-radius: 28px 0px 0px 0px;
	background: rgba(233, 187, 109, 0.60);
	backdrop-filter: blur(15px);
	color: #FCFCFC;
	text-align: right;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 36.239px; /* 113.247% */
}
.danismanitem .bilgi {
	text-align:center;
}
.danismanitem .bilgi .meslek {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 119%; /* 16.66px */
	margin-bottom:45px;
}
/*------------------danismanol----------------------*/

#danismanol {
	position:relative;
	padding:70px 0px;
}
#danismanol .yazi1 {
	color: #000;
	text-align: center;
	font-family: Domaine Sans Text;
	font-size: 36.601px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom:26px;
}
#danismanol .yazi2 {
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 119%; /* 16.66px */
	margin-bottom:26px;
}
/*------------------footer----------------------*/

#footer {
	position:relative;
	background:#000;
}
#footer .ust {
	position:relative;
	padding:70px 0px;
	border-bottom:2px solid #fff;
}
#footer .logo {
	display:block;
	margin-bottom:33px;
}
#footer .logo img {
	max-width:100%;
	height:153px;
}
#footer .menubas {
	display:block;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 120% */
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-bottom:40px;
}
#footer .menulink {
	display:block;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	margin-bottom:10px;
}
#footer .menulink:hover {
	padding-left:10px;
}

#footer .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:20px;
	color: #fff;
}
#footer .bilgi .yazi {
	width: calc(100% - 40px);
	padding-left:10px;
	color: #FFF;
	font-family: Uniform Pro;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
}
#footer .alt {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
	padding:40px 0px;
}
#footer .alt .copy {
	color: #FFF;
	font-family: Uniform Pro;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	margin-right:auto;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-column-gap:10px;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	border-radius:32px;
	font-size:22px;
	color: #fff;
}
#footer .sosyal a:hover {
	color: var(--anarenk);
}
/*------------------bread----------------------*/

#bread {
	position:relative;	
	background: #EAE8E4;
	padding:144px 0px 20px 0px;
}
#bread .yazi1 {
	color: #000;
	font-family: Domaine Sans Text;
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 6.48px;
	text-align:center;
	margin-bottom:40px;
}
#bread .form-control {
    margin-bottom: 10px;
}
/*------------------emlakliste----------------------*/

#emlakliste {
	position:relative;	
	background: #F6F5F4;
	padding:35px 0px 35px 0px;
}
#emlakliste .ust {
	margin-bottom:35px;
}
#emlakliste .ust .listebilgi {
	color: #636A74;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
}
#emlakliste .ust .form-control {
	background:#fff;
}
/*------------------emlakdetay----------------------*/

#emlakdetay {
	position:relative;	
	background: #EAE8E4;
	padding:144px 0px 20px 0px;
}
#emlakdetay  .girisozellikler {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	flex-wrap:wrap;
	grid-gap:10px;
	margin-bottom:20px;
}
#emlakdetay  .girisozellikler .ozellik {
	display:flex;
	align-items:center;
	padding:10px 15px;
	grid-column-gap:5px;
	color: #636A74;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 119%; /* 15.47px */
	background: #F5F9FF;
	border-radius:33px;
}
#emlakdetay  .girisozellikler .ozellik i {
	color: rgba(233, 128, 128, 1);
	font-size:22px;
}
#emlakdetay  .resimler {
	margin-bottom:30px;
}
#emlakdetay  .resimler .resim2 {
	position:relative;
	display:block;
	margin-bottom:15px;
}
#emlakdetay  .resimler .resim2 img {
	width:100%;
	height:220px;
	object-fit:cover;
	border-radius:20px;
}
#emlakdetay  .resimler .resim2 span {
	position:absolute;
	top:calc(50% - 30px);
	left:calc(50% - 30px);
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:40px;
	border:1px solid #fff;
	color: #FFF;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	z-index:10;
}
#emlakdetay  .resimler .resim1 {
	position:relative;
	display:flex;
	flex-direction:column;
	margin-bottom:15px;
}
#emlakdetay  .resimler .resim1 img {
	width:100%;
	height:460px;
	object-fit:cover;
	border-radius:20px;
}
#emlakdetay  .bolum1 {
	margin-bottom:30px;
}
#emlakdetay  .bolum1 .fiyat {
	color: #B90808;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:5px;
}
#emlakdetay  .bolum1 .ilanadi {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#emlakdetay  .bolum1 .adres {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#emlakdetay  .bolum2 {
	padding:30px;
	border-radius: 20px;
	background: #FFFCFA;
}
#emlakdetay  .bolum2 .konum {
	margin-bottom:30px;
}
#emlakdetay  .bolum2 .konum b {
	display:block;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#emlakdetay  .bolum2 .konum .adr {
	display:flex;
	align-items:center;
	color: #0877B9;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
	grid-column-gap:10px;
}
#emlakdetay  .bolum2 .konum .adr i {
	font-size: 26px;
}
#emlakdetay  .bolum2 .konum iframe {
	width:100%;
	height:300px;
	border-radius:20px;
}
#emlakdetay  .altozellikler {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	grid-gap:10px;
	margin-bottom:20px;
}
#emlakdetay  .altozellikler .ozellik {
	display:flex;
	align-items:center;
	padding:10px 15px;
	grid-column-gap:5px;
	color: #636A74;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 119%; /* 15.47px */
	background: #EFEFEF;
	border-radius:33px;
}
#emlakdetay  .altozellikler .ozellik i {
	color: rgba(233, 187, 109, 1);
	font-size:22px;
}
#emlakdetay  .anaozellikler {
	margin-bottom:20px;
}
#emlakdetay  .anaozellikler b {
	display:block;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#emlakdetay  .anaozellikler .ozellik2  {
	color: #636A74;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:15px;
}
#emlakdetay  .anaozellikler .ozellik2 b {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:5px;
}
#emlakdetay  .anaaciklama {
	margin-bottom:20px;
}
#emlakdetay  .anaaciklama b {
	display:block;
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#emlakdetay  .anaaciklama p {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 0px */
}
/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;	
	background-size:cover !important;
	background-repeat:no-repeat !important;
	padding:144px 0px 144px 0px;
}
#kurumsal .yazi p {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 154%; /* 24.64px */
	margin-bottom:30px;
}
#kurumsal .yazi p b ,
#kurumsal .yazi p strong 
{
	font-weight: 500;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;	
}
#iletisimpage .map {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
}
#iletisimpage .map iframe{
	width:100%;
	height:100%;
}
#iletisimpage .alan {
	position:relative;
	z-index:10;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	padding:56px 0px;
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	border-radius:30px;
	font-size:20px;
	color: #000;
	background:#fff;
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 40px);
	padding-left:10px;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
}
#iletisimpage .form {
	padding:40px;
	border-radius: 28px;
	background: #FFF;
}
#iletisimpage .form textarea{
	height:100px;
}
#iletisimpage .baslik {
	color: #000;
	text-align: center;
	font-family: Domaine Sans Text;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 4.32px;
	margin-bottom:40px;
}