:root {
  --bs-blue: #0C274A;
  --bs-blue-soft: #daf0ff;
  --bs-blue-dark: #2a6496;
  --bs-red: #A0A1A3;
  --bs-red-dark: #c40202;
  --bs-pink: #ac92ed;
  --bs-orange: #FFA500;
  --bs-orange-soft: #fff0dc;
  --bs-yellow: #ffc107;
  --bs-yellow-light: #feeebe;
  --bs-green: #3ccf2f;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #B4B4B8;
  --bs-copper: #CD8C63;
  --bs-gray-dark: #4F5150;
  --bs-gray-100: #FEFEFE;
  --bs-gray-200: #ECECED;
  --bs-gray-300: #D9D9DB;
  --bs-gray-400: #C7C7CA;
  --bs-gray-500: #B4B4B8;
  --bs-gray-600: #A0A1A3;
  --bs-gray-700: #8C8E8F;
  --bs-gray-800: #787A7A;
  --bs-gray-900: #636665;
  --bs-all-gray: #4F5150;
  --bs-dark-rgb: 33, 37, 41;
  --bs-brown-gray: #746661;
  --bs-primary: #212529;
  --bs-toprak: #f3eee7;
  --bs-koyu-toprak: #cdbfab;
  --bs-bg-opacity: 1;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  /*--bs-font-FrankRuhlLibre: 'Frank Ruhl Libre Light', serif;*/
  --bs-font-Literata: 'Literata', serif;
  --bs-font-quicksand: 'Quicksand', sans-serif;
  --bs-font-weight-300: 300;
  --bs-font-weight-400: 400;
  --bs-font-weight-500: 500;
  --bs-font-weight-600: 600;
  --bs-font-weight-700: 700;
  --bs-font-weight-800: 800;
  --bs-gz: none;
  
  /* 02-04-2026 */
  
  --aegean-blue: #1E40AF;
  --sand-gold: #D4AF37;
  --text-main: #334155;
  --glass-bg: rgba(255, 255, 255, 0.50);
  /* Slim Select Renk Tanımlamaları */
  --ss-primary-color: var(--aegean-blue);
  --ss-bg-color: #ffffff;
}

.btn-primary {
  --bs-btn-color: #212529;
  --bs-btn-bg: #FEFEFE;
  --bs-btn-border-color: #636665;
  --bs-btn-hover-color: #4F5150;
  --bs-btn-hover-bg: #ECECED;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #4F5150;
  --bs-btn-active-bg: #FEFEFE;
  --bs-btn-active-border-color: #4F5150;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D9D9DB;
  --bs-btn-disabled-bg: #ECECED;
  --bs-btn-disabled-border-color: #D9D9DB;
  border:1px solid #6c757d;
}

.btn-warning {
  --bs-btn-color: #212529;
  --bs-btn-bg: #FEFEFE;
  --bs-btn-border-color: #636665;
  --bs-btn-hover-color: #4F5150;
  --bs-btn-hover-bg: #e9ecef;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FEFEFE;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D9D9DB;
  --bs-btn-disabled-bg: #ECECED;
  --bs-btn-disabled-border-color: #D9D9DB;
  border:1px solid #6c757d;
}

.form-control {
  border: 1px solid var(--bs-gray-500);
}

.accordion-button{
  font-size:24px;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-all-gray);
  background-color: var(--bs-gray-100);
}

div.datetime-container button.date, div.datetime-container button.time {
  background-color: var(--bs-gray-200);
  border: 0;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
}

@font-face {
  font-family: 'Literata';
  font-style: italik;
  font-weight: 300;
  src: url('font/Literata-LightItalic.eot');
  /* IE9 Compat Modes */
  src: local('Literata-LightItalic'),
    url('font/Literata-LightItalic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/Literata-LightItalic.woff') format('woff'),
    /* Modern Browsers */
    url('font/Literata-LightItalic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/Literata-LightItalic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/Literata-LightItalic.svg#Literata-LightItalic') format('svg');
  /* Legacy iOS */
  font-display: swap;
  /* or block, swap, fallback, optional */
}

@font-face {
  font-family: 'Literata';
  font-style: normal;
  font-weight: 300;
  src: url('font/Literata-Light.eot');
  /* IE9 Compat Modes */
  src: local('Literata-Light'),
    url('font/Literata-Light.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/Literata-Light.woff') format('woff'),
    /* Modern Browsers */
    url('font/Literata-Light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/Literata-Light.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/Literata-Light.svg#Literata-Light') format('svg');
  /* Legacy iOS */
  font-display: swap;
  /* or block, swap, fallback, optional */
}

@font-face {
  font-family: 'Literata';
  font-style: italic;
  font-weight: 400;
  src: url('font/Literata-Italic.eot');
  /* IE9 Compat Modes */
  src: local('Literata-Italic'),
    url('font/Literata-Italic.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/Literata-Italic.woff') format('woff'),
    /* Modern Browsers */
    url('font/Literata-Italic.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/Literata-Italic.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/Literata-Italic.svg#Literata-Italic') format('svg');
  /* Legacy iOS */
  font-display: swap;
  /* or block, swap, fallback, optional */
}


@font-face {
  font-family: "Literata";
  font-style: normal;
  font-weight: 400;
  src: url("font/Literata-Regular.eot");
  /* Safari, Android, iOS */
  src: url("font/Literata-Regular.eot?#iefix")format("embedded-opentype"),
  /* IE9 Compat Modes */
  src: url("font/Literata-Regular.woff2") format("woff2"),
  /* Super Modern Browsers */
  src: url("font/Literata-Regular.woff") format("woff"),
  /* Modern Browsers */
  src: url("font/Literata-Regular.ttf") format("truetype"),
  /* IE6-IE8 */
  src: url("font/Literata-Regular.svg#Literata-Regular") format("svg");
  /* Legacy iOS */
  font-display: swap;
  /* or block, swap, fallback, optional */
}

@font-face {
  font-family: 'Quicksand';
  font-style: light;
  font-weight: 300;
  src: url('font/Quicksand-Light.eot');
  /* IE9 Compat Modes */
  src: local('Quicksand-Light'),
    url('font/Quicksand-Light.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/Quicksand-Light.woff') format('woff'),
    /* Modern Browsers */
    url('font/Quicksand-Light.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/Quicksand-Light?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/Quicksand-Light.svg#Quicksand') format('svg');
  /* Legacy iOS */
  font-display: swap;
  /* or block, swap, fallback, optional */
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url('font/Quicksand-Regular.eot');
  /* IE9 Compat Modes */
  src: local('Quicksand-Regular'),
    url('font/Quicksand-Regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/Quicksand-Regular.woff') format('woff'),
    /* Modern Browsers */
    url('font/Quicksand-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/Quicksand-Regular?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/Quicksand-Regular.svg#Quicksand') format('svg');
  /* Legacy iOS */
  font-display: swap;
  /* or block, swap, fallback, optional */
}

@font-face {
  font-family: 'Quicksand';
  font-style: bold;
  font-weight: 500;
  src: url('font/Quicksand-Medium.eot');
  /* IE9 Compat Modes */
  src: local('Quicksand-Medium'),
    url('font/Quicksand-Medium.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('font/Quicksand-Medium.woff') format('woff'),
    /* Modern Browsers */
    url('font/Quicksand-Medium.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('font/Quicksand-Medium?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('font/Quicksand-Medium.svg#Quicksand') format('svg');
  /* Legacy iOS */
  font-display: swap;
  /* or block, swap, fallback, optional */
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--bs-font-quicksand);
  font-weight: var(--bs-font-weight-400);
  font-size: 14px;
  line-height: 1.428571429;
  color: var(--bs-black);
  margin: 0;
  overflow-x: hidden;
}
p {
	color: var(--bs-black);
    margin-top: 0;
    margin-bottom: 1rem;
}
form{
  font-size:14px;
}
li, p, span, div, a{
  line-height: 1.428571429;
  /*letter-spacing: 0.5px;*/
}
#wrapper {
  overflow: hidden;
}

#head-box {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
}
.soci-header{
  height:100%;
  background: #fff;  
}

@media screen and (max-width: 1024px) {
	#head-box {
		position: fixed;
		height: 58px;
	  }
}

.logo {
  margin-top: 10px;
  width: 260px;
  display: block;
  margin-left:auto;
  margin-right:auto;
}

.logo img {
  margin: 0;
  width: 260px;
}

.tursab {
  font-weight: var(--bs-font-weight-400);
  font-size: 16px;
  height: 24px;
  width: 220px;
  padding: 0;
  text-align: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  top: 24px;
  right: 10px; 
  position:absolute;
}

.tursab .phonenumber {
  text-align: left;
  width:200px;
  height: 24px;
  font-size: 16px;
  padding:0;
  color: var(--bs-gray-200);
}

.tursab .phonenumber .number {
  display: inline-block;
  float:right;
}
.tursab .phonenumber .number a{
  color: var(--bs-gray-dark);
  font-weight: var(--bs-font-weight-500);
}
.tursab .phonenumber .number a:hover{
  color: var(--bs-gray-200);
}

.tursab .phonenumber .phonename {
  display:inline-block;
  color: var(--bs-gray-dark);
  font-weight: var(--bs-font-weight-400);
  text-align: left;
  margin-right:10px;
  float: left;
  width: 100%;
  margin-left:6px;
  border-bottom: 1px solid var(--bs-gray-500);

}
.tursab .phonenumber .phonename span {
	letter-spacing:.035rem;
}

@media screen and (max-width: 640px) {
  .tursab{display:none}
}

@media only screen and (max-width: 781px) {
  .logo {
    margin-top: 2px;
    width: 200px;
  }
  .soci-header {
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
  }
}
.soci-header {
  height:100%;
}

.img-rounded {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--bs-font-Literata);
  font-weight: var(--bs-font-weight-400);
  color: var(--bs-black);
  letter-spacing: .0571428571rem;
}

h1,
.h1 {
  font-size: calc(1.8rem + 0.6vw);
}

h2,
.h2 {
  font-size: calc(1rem + 0.6vw);
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

a {
  color: var(--bs-gray-900);
  text-decoration: none;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  outline: 0 none !important;
}

a:hover,
a:focus {
  color: var(--bs-blue-dark);
  text-decoration: none;
}

a:focus {
  outline-offset: -2px;
}

.icon {
  width: 24px;
  display: block;
  height: 24px;
  color: var(--bs-white);
  text-decoration: none;
}

.icon:before {
  content: '';
  background-size: cover;
  position: absolute;
  width: 24px;
  height: 24px;
}

.icon-facebook {
  display: block-inline;
  background: url('../images/icons/facebook_24px.png');
}

.icon-instagram {
  display: block-inline;
  background: url('../images/icons/instagram_24px.png');
}

.table td,
.table th {
  background-color: var(--bs-white) !important;
  font-size:15px;
}

.btn>.caret,
.dropup>.btn>.caret {
  border-top-color: var(--bs-black) !important;
}

.label {
  border: var(--bs-gray-900) solid 1px;
}

.table {
  border-collapse: collapse !important;
}

.table-bordered th,
.table-bordered td {
  border: var(--bs-gray-300) solid 1px !important;
}

.page-header {
  padding-bottom: 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--bs-gray-300);
}

.page-header h1 {
	font-size: 1.7rem;
}

.mobileheader {
  padding: 0 15px;
}

.prd {
  position: absolute;
  width: 100%;
  height: auto;
  margin: auto;
  z-index: 99;
  text-align: center;
}

.border1 {
  border: 1px solid var(--bs-gray-600);
}

.border2 {
  border: 2px solid var(--bs-gray-600);
}

.border3 {
  border: 3px solid var(--bs-gray-600);
}

.bordert1 {
  border-top: 1px solid var(--bs-gray-600);
}

.bordert2 {
  border-top: 2px solid var(--bs-gray-600);
}

.bordert3 {
  border-top: 3px solid var(--bs-gray-600);
}

.borderb1 {
  border-bottom: 1px solid var(--bs-gray-600);
}

.borderb2 {
  border-bottom: 2px solid var(--bs-gray-600);
}

.borderb3 {
  border-bottom: 3px solid var(--bs-gray-600);
}

.borderr1 {
  border-right: 1px solid var(--bs-gray-600);
}

.borderr2 {
  border-right: 2px solid var(--bs-gray-600);
}

.borderr3 {
  border-right: 3px solid var(--bs-gray-600);
}

.borderl1 {
  border-left: 1px solid var(---bs-gray-600);
}

.borderl2 {
  border-left: 2px solid var(--bs-gray-600);
}

.borderl3 {
  border-left: 3px solid var(---bs-gray-600);
}

::-webkit-input-placeholder {
  color: var(--bs-gray-600);
 font-weight: var(--bs-font-weight-300);
}

::-moz-placeholder {
  color: var(--bs-gray-600);
 font-weight: var(--bs-font-weight-300);
}

:-ms-input-placeholder {
  color: var(--bs-gray-600);
 font-weight: var(--bs-font-weight-300);
}

input:-moz-placeholder {
  color: var(--bs-gray-600);
 font-weight: var(--bs-font-weight-300);
}

@media print {
  .soci-header {
    display: none;
  }
}

.loader-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: url(../images/loader.gif) center center no-repeat var(--bs-white);
}

.white {
  color: var(--bs-white);
}

.backwhite {
  background-color: var(--bs-white);
  color: var(--bs-gray-900)important;
}

.orange {
  color: var(--bs-orange);
}

.backorange {
  background-color: var(--bs-orange);
  color: var(--bs-white);
}

.green {
  color: var(--bs-green);
}

.backgreen {
  background-color: var(--bs-green);
  color: var(--bs-white);
}

.gray {
  color: var(--bs-black);
}

.backgray {
  background-color: var(--bs-gray-100);
  color: var(--bs-gray-900);
}

.darkgray {
  color: var(--bs-gray-700);
}

.backdarkgray {
  background-color: var(--bs-gray-500);
  color: var(--bs-white);
}

.backsoftgray {
  background-color: var(--bs-gray-200);
}

.blue {
  color: var(--bs-blue);
}

.backblue {
  background-color: var(--bs-blue);
  color: var(--bs-white);
}

.bold{
  text-decoration:underline;
}

.red {
  color: var(--bs-black);
}

.backred {
  background-color: var(--bs-red);
  color: var(--bs-white);
}

.darkred {
  color: var(--bs-red-dark);
}

.backdarkred {
  background-color: var(--bs-red-dark);
  color: var(--bs-white);
}

.yellow {
  color: var(--bs-yellow);
}

.backyellow {
  background-color: var(--bs-yellow);
  color: var(--bs-white);
}

.backlightyellow {
  background-color: var(--bs-yellow-light);
  color: var(--bs-gray-900);
}

.softblue {
  color: var(--bs-blue-soft);
}

.backsoftblue {
  background-color: var(--bs-blue-soft);
  color: var(--bs-black);
}

.black {
  color: var(--bs-gray-900);
}

.mor {
  color: var(--bs-pink);
}

.backsoftblack {
  background-color: var(--bs-gray-800);
  color: var(--bs-white);
}

.backmor {
  background-color: var(--bs-pink);
  color: var(--bs-white);
}

.animated-area {
  overflow: hidden;
}

#inside-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
}

#inside-header {
  position: absolute;
}
.color-text {
  color: #333442;
 font-weight: var(--bs-font-weight-400);
}

.sidebar-underline {
  width: 120px;
  background-color: var(--bs-blue);
  height: 1px;
  border: 0;
  margin-top: 6px;
  text-align: left;
  margin-left: 0;
}

.scrollup {
  height: 48px;
  padding: 0;
  position: fixed;
  bottom: 90px;
  right: 30px;
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 999999;
  color: var(--bs-white);
}

.scrollup:hover {
  color: var(--bs-black);
  text-decoration: none;
}

.header-wrapper {
  position: relative;
}

.head-social-box {
  position: relative;
  margin: 5px;
}

.header-social li {
  float: left;
  margin-right: 3px;
}

.header-social li a {
  color: var(--bs-gray-900);
  font-size: 18px;
}

.header-social {
  margin-top: -3px;
}

.header-social li i:hover {
  color: var(--bs-white);
}

.head-social-box a {
  color: var(--bs-blue);
}

.blockquote {
  background-image: url(../images/bq_bottom.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.comment-img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.footer {
  background-color: var(--bs-brown-gray) !important;	
  /* background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; */
  color: var(--bs-black);
}

.footer h1,
.footer h2,
.footer h3 {
  color: var(--bs-koyu-toprak);
}

.footer-ul-style1 li {
  font-size: 17px;
  line-height: 35px;
  border-bottom: 1px solid var(--bs-koyu-toprak);
}

.footer-ul-style1 li:last-child {
  border-bottom: 0;
}

.footer-ul-style1 li a {
  color: var(--bs-koyu-toprak);
 font-weight: var(--bs-font-weight-300);
  text-decoration: none;
}

.footer-ul-style1 li a:hover {
  color: var(--bs-toprak);
  text-decoration: none;
}

.footer-ul-style1 li a i {
  margin-right: 5px;
}

.footer-text {
  text-align: center;
}

.footer-text a {
  color: var(--bs-white);
}

.footer-text a:hover {
  color: var(--bs-gray-900);
}

/* iletişim sayfa altı yüzen menü */
.chat-float {
  position: fixed;
  bottom: 0px;
  left: 0;
  width:100%;
  z-index: 999;
  height:auto;
  padding-bottom:4px;
  background: #fff;
}
@media (max-width: 991px) {
  .chat-float {
	  background: transparent;
  }
}
.chat-float-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-top:0;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  z-index: 1099;
  left: 0;
  right: 0;
  font-weight:var(--bs-font-weight-400);
  color: var(--bs-gray-700);
  font-size:13px;
}
.chat-float-row a{
  color: var(--bs-gray-700);
}
.chat-float:after {
  clear: both;
}
.whatsapp-popup-ico {
  border:1px solid var(--bs-green);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height:32px;
  width: 100%;
  background: url("../images/whatsapp-green.svg") no-repeat var(--bs-white);
  background-position:2px 1px;
  background-size: 28px;
  padding: 5px 3px 3px 36px;
}
.whatsapp-bg{
  background-color: #2AB63D;
}
.phone-bg{
  background-color: var(--bs-blue);
}
.bookink-bg{
  background-color: var(--bs-black);
}
.whatsapp-alt-ico {
  height:42px;
  width: auto;
  background: url("../images/whatsapp.svg") no-repeat #2AB63D;
  background-position:4px 7px;
  background-size: 28px;
  padding: 10px 5px 5px 36px;
  color: var(--bs-white);
  display:inline-block;
}

.whatsapp-share-ico {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 28px;
  height:26px;
  float:left;
  background: url("../images/whatsapp.svg") no-repeat var(--bs-white);
  background-position:2px 1px;
  background-size: 26px;
  padding: 5px 3px 0 0;
}

.facebook-alt-ico {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 26px;
  height:26px;
  float:left;
  background: url("../images/facebook-alt.svg") no-repeat top center;
  background-position:2px 1px;
  background-size: 26px;
  padding: 5px 3px 0 0;
}
.twitter-alt-ico {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 26px;
  height:26px;
  float:left;
  background: url("../images/twitter-alt.svg") no-repeat top center;
  background-position:2px 1px;
  background-size: 26px;
  padding: 5px 3px 0 0;
}

.pinterest-alt-ico {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 28px;
  height:26px;
  float:left;
  background: url("../images/pinterest-alt.svg") no-repeat top center;
  background-position:2px 1px;
  background-size: 26px;
  padding: 5px 0 0 0;
}

.mail-ico {
  width: auto;
  height:42px;
  background: url("../images/message.svg") no-repeat var(--bs-black);
  background-position:7px 9px;
  background-size: 24px;
  padding: 10px 5px 5px 36px;
  display:inline-block;
}
.mail-ico span{
  display:inline-block;
}
.mail-ico span.left{
  float:left;
}
.mail-ico span.right{
  float:right;
  margin-right:6px;
}
.phone-ico {
  width: auto;
  height:42px;
  background: url("../images/phone2.svg") no-repeat var(--bs-blue);
  background-position:6px 7px;
  background-size: 28px;
  padding: 10px 5px 5px 36px;
  display:inline-block;
}
.phone-ico a{
  color: var(--bs-white);
}
.w50{
  width:50%;
  padding-top:0px;
  padding-bottom:0px;
}
.w100{
  width:100%;
  padding-top:0px;
  padding-bottom:0px;
}
.w100 a, .w50 a{
  color: var(--bs-white);
}
.w100 a:hover, .w50 a:hover{
  color: var(--bs-white);
}
.w100 a:visited, .w50 a:visited{
  color: var(--bs-white);
}
@media (max-width: 480px){
  .scrollup{
    bottom:90px;
    right:18px;
  }
  .w50{
    padding:0;
  }
  .w100{
    padding:0;
  }
}

@media (max-width: 370px){
  .pinterest-alt-ico {
    display:none;
  }
}
.blink{
  position: absolute;
  width:5px;
  height:5px;
  top:-3px;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
  z-index:10000;
  background-color: var(--bs-red);
}
.blinking {
  -webkit-animation: 2s blink ease infinite;
  -moz-animation: 2s blink ease infinite;
  -ms-animation: 2s blink ease infinite;
  -o-animation: 2s blink ease infinite;
  animation: 2s blink ease infinite;  
}

@keyframes "blink" {
  from, to {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
}

@-moz-keyframes "blink" {
  from, to {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
}

@-ms-keyframes "blink" {
  from, to {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes "blink" {
  from, to {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
}

/* iletişim sayfa altı yüzen menü */

#tags {
  max-width: 250px;
}

#tags li {
  float: left;
  margin-right: 8px;
  margin-bottom: 15px;
}

#tags li a {
  font-size: 18px;
  text-decoration: none;
  color: var(--bs-gray-600);
  border: var(--bs-gray-300) solid 1px;
  padding: 3px 4px;
}

#tags li a:hover {
  color: var(--bs-white);
  background-color: var(--bs-gray-900);
}

#footer-gallery li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.footer-contact p {
  font-size: 18px;
  line-height: 25px;
  max-width: 250px;
}

.footer-input {
  background-color: var(--bs-gray-200);
  border: var(--bs-gray-200) solid 1px;
  color: var(--bs-white);
  height: 42px;
  margin-top: 22px;
  padding: 6px 14px;
  outline: none;
}

.footer-submit {
  background-color: var(--bs-blue);
  color: var(--bs-white);
  border: 0;
  font-size: 18px;
  height: 42px;
  padding: 3px 6px;
  margin-left: 5px;
}

.footer-last {
  margin-top:1px;
  background-color: var(--bs-koyu-toprak);
  border-top: 1px solid var(--bs-gray-200);
  color: var(--bs-white);
}

.footer-last p {
  margin: 6px 0;
}
.footer-end{
  text-align:center;
  width:100%;
  padding:20px 0;
  display:block;
  border-bottom: 1px solid var(--bs-gray-500);
}
#social li {
  float: left;
  margin-right: 10px;
}

#social li:last-child {
  margin-right: 0;
}

#social li a {
  text-decoration: none;
  color: var(--bs-gray-900);
  font-size: 18px;
}

#social li .icon-facebook:hover {
  color: #3b5998;
}

#social li .icon-twitter:hover {
  color: #00a0d1;
}

#social li .icon-google-plus:hover {
  color: #db4a39;
}

#social li .icon-skype:hover {
  color: #00aff0;
}

#social li .icon-flickr:hover {
  color: #ff0084;
}

#social li .icon-pinterest:hover {
  color: #c8232c;
}

#social li .icon-foursquare:hover {
  color: #25a0ca;
}

#social li .icon-youtube:hover {
  color: #c4302b;
}

#social li .icon-users:hover {
  color: #f8931d;
}

#social li .icon-comments-o:hover {
  color: var(--bs-blue);
}

.footer-title {
  font-family: var(--bs-font-Literata);
 font-weight: var(--bs-font-weight-400);
  line-height: 130%;
  font-size: 18px;
}

.price {
  position: absolute;
  bottom: -20px;
  left: 50%;
  background-color: var(--bs-blue);
  color: var(--bs-white);
  padding: 10px 20px;
  width: 176px;
  margin-left: -88px;
}

.active {
  border: 0;
  color: var(--bs-gray-900);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.active h4 a {
  color: var(--bs-blue);
  text-decoration: none;
  margin-left: 10px;
}

.date-box-frame {
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 1;
  display: inline-block;
  height: 34px;
}

.blog-date-box,
.blog-date-box-featured {
  position: relative;
  font-family: var(--bs-font-quicksand);
  font-weight: var(--bs-font-weight-400);
  text-align: center;
  letter-spacing: 0.03em;
  width: 100%;
  display: inline-block;
  padding: 6px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color:var(--bs-black);

}

.blog-sales-date-box {
 font-weight: var(--bs-font-weight-400);
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.03em;
  width: 100%;
  position: relative;
  color: var(--bs-white);
  padding: 5px 15px 5px 15px;
  background: var(--bs-black);
}

.blog-date-day {
  margin: 5px 0;
}

.blog-date-day span {
 font-weight: var(--bs-font-weight-300);
  font-size: 18px;
}

.blog-date-month {
  margin-top: -10px;
  margin-bottom: 10px;
}

.blog-info {
  margin-left: 10px;
  width: 81%;
  padding: 8px 0;
}

.blog-icon-container {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}

.blog-new-icon {
  z-index: 9;
  position: absolute;
  bottom: 0;
  right: 0;
}

.blg-cmmnt {
  margin-left: 20px;
}

.main-comment {
  padding: 40px 0;
  border-bottom: 1px solid var(--bs-gray-200);
}

.com-date {
  font-size: 18px;
 font-weight: var(--bs-font-weight-300);
}

.comment-input-area {
  width: 80%;
}

.comment-input-area textarea {
  height: 200px;
  resize: none;
}

.blg-img-box {
  margin-top: 28%;
}

#map {
  width: 100%;
  height: 400px;
}

.contact-form {
  text-align: left;
}

.contact-input-area input {
  border: 0;
  outline: 0;
  border: var(--bs-gray-200) solid 1px;
  height: 35px;
  margin-left: 20px;
}

.contact-input-area textarea {
  border: 0;
  outline: 0;
  width: 580px;
  height: 200px;
  border: var(--bs-gray-200) solid 1px;
  resize: none;
}

.contact-input-area .form-button {
  padding: 0 40px;
  background-color: var(--bs-blue);
  color: var(--bs-white);
  margin-right: 170px;
}

.quote-style1 {
  background-image: url(../images/quote-styl1t.png), url(../images/quote-styl1b.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  padding: 20px 30px;
  font-size: 18px;
 font-weight: var(--bs-font-weight-300);
}

.quote-style2 {
  background: url(../images/quote-styl2.png) bottom right 15px no-repeat;
  background-color: var(--bs-blue);
  padding: 20px 30px;
  font-size: 18px;
 font-weight: var(--bs-font-weight-300);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--bs-white);
}

.quote-style3 {
  font-weight: var(--bs-font-weight-500);
  font-size: 15px;
  background-image: url(../images/quote-styl1t.png), url(../images/quote-styl1b.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  padding: 0 20px;
}

.quote-danger {
  background: url(../images/quote-styl-danger.png) bottom right 15px no-repeat;
  background-color: var(--bs-red);
  padding: 20px 30px;
  font-size: 21px;
 font-weight: var(--bs-font-weight-400);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--bs-white);
}

.underline {
  width: 120px;
  background-color: var(--bs-blue);
  height: 1px;
  border: 0;
  margin-top: 6px;
}

#paginator-wrapper {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

#paginator {
  display: flex;
  justify-content: center;
}

#paginator span,
#paginator a {
  transition: all 100ms ease-in-out 0s;
  display: block;
  float: left;
  margin: 12px 5px 0 0;
  padding: 6px 9px 5px;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  background: var(--bs-koyu-toprak);
  color: var(--bs-gray-900);
}
#paginator span:hover,
#paginator a:hover {
  background: var(--bs-gray-900);
  color: var(--bs-toprak);
}
#paginator .current {
  background: var(--bs-gray-900);
  color: var(--bs-toprak);
  font-size: 20px;
}
#paginator .ileri {
  display: inline-block;
  padding: 0;
  width: 24px;
  height: 24px;
  background: url("../images/icons/ileri_beyaz.png") no-repeat center center;
}

#paginator .ileri:hover {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/ileri_beyaz.png") no-repeat center center;
  padding: 0;
}

#paginator .sona {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/sona_beyaz.png") no-repeat center center;
  padding: 0;
}

#paginator .sona:hover {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/sona_beyaz.png") no-repeat center center;
  padding: 0;
}

#paginator .geri {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/geri_beyaz.png") no-repeat center center;
  padding: 0;
}

#paginator .geri:hover {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/geri_beyaz.png") no-repeat center center;
  padding: 0;
}

#paginator .basa {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/basa_beyaz.png") no-repeat center center;
  padding: 0;
}

#paginator .basa:hover {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/basa_beyaz.png") no-repeat center center;
  padding: 0;
}

#loader {
  width: 180px;
  margin-bottom: 20px;
  background: url(../images/loader_mini.gif) 1px no-repeat;
  padding-left: 25px;
  margin-top: 3px;
  height: 20px;
  display: none;
}

#loader-red {
  width: 180px;
  margin-bottom: 20px;
  background: url(../images/loader-mini-gif-red.gif) 1px no-repeat;
  padding-left: 25px;
  margin-top: 3px;
  height: 20px;
  display: none;
}

#done {
  padding-left: 20px;
  font-family: arial;
  font-size: 12px;
  margin: 20px auto;
  display: none;
}

#err {
  padding-left: 20px;
  font-family: arial;
  font-size: 12px;
  margin: 20px auto;
  display: none;
}

#done2 {
  padding-left: 20px;
  font-family: arial;
  font-size: 12px;
  margin: 20px auto;
  display: none;
}

#err2 {
  padding-left: 20px;
  font-family: arial;
  font-size: 12px;
  margin: 20px auto;
  display: none;
}

#loadercom {
  float: left;
  margin-left: 10px;
  background: url(../images/loader_mini.gif) 1px no-repeat;
  padding-left: 25px;
  margin-top: 3px;
  height: 20px;
  width: auto;
  display: none;
}

#donec {
  padding-left: 20px;
  font-family: arial;
  font-size: 12px;
  margin: 20px auto;
  display: none;
}

#errc {
  padding-left: 20px;
  font-family: arial;
  font-size: 12px;
  margin: 20px auto;
  display: none;
}

.list-prop-box {
  background-color: var(--bs-white);
  border:1px solid var(--bs-koyu-toprak);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.list-prop-box .effect-sdt{
	position:relative;
	height:278px;
	object-fit: cover;
}

.list-prop-box .effect-sdt .motive-hit{
    position: absolute;
    bottom:0px;
    left:0;
    right:0;
	height:86px;
  }

.list-prop-box .effect-sdt .motive{
    position:absolute;
    top:10px;
    right:10px;
    width:64px;
    height:64px;
    text-align:center;
    background: url('../images/icons/seckin3.svg') no-repeat;
    background-size: 64px;
    background-position: center;
    /*background-color: rgba(255, 255, 255, 0.9);*/
    color:var(--bs-gray-600);
    font-weight: var(--bs-font-weight-500);
    /*border: 1px solid var(--bs-gray-500);*/
  }

.list-prop-box .effect-sdt .motive-hit .cok-izlenen{
	  font-size:12px;
    display:block;
    width:140px;
	border-radius: 0 40px 40px 0;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
    border-top: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    border-right: 2px solid var(--bs-white);
    margin-bottom:4px;
    padding-left:32px;
    padding-top:1px;
    height:24px;
    background: url('../images/icons/rozet.svg') no-repeat;
    background-size: 16px;
    background-position: 10px;
    background-color: var(--bs-koyu-toprak);
    text-align:left;
    color:var(--bs-black);
    font-weight: var(--bs-font-weight-500);
  }
  
.list-prop-box .effect-sdt .motive-hit .cok-kiralanan{
	  font-size:12px;
    display:block;
    width:140px;
    border-radius: 0 40px 40px 0;
	-webkit-border-radius: 0 40px 40px 0;
	-moz-border-radius: 0 40px 40px 0;
	border-top: 2px solid var(--bs-white);
    border-bottom: 2px solid var(--bs-white);
    border-right: 2px solid var(--bs-white);
    height:24px;
    margin-bottom:4px;
    padding-top:1px;
	padding-left:32px;
    background: url('../images/icons/rozet.svg') no-repeat;
    background-size: 16px;
    background-position: 10px;
    background-color: var(--bs-orange);
    text-align:left;
    color:var(--bs-black);
    font-weight: var(--bs-font-weight-500);
  }
  
.list-prop-box .effect-sdt .motive-hit .donem{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    background-color:var(--bs-gray-900); 
    color:var(--bs-toprak);
	padding:5px 0;
	z-index:1;
  }  
  
  
  
  
  
  
  
  
.list-prop-box .manage {
  position: absolute;
  right: 14px;
  top: 0;
  width: 24px;
  background-color: rgba(255, 255, 255, 0.66);
  z-index: 99;
}

.list-prop-box .prinfo {
  display:block;
  height:60px;
  width: 100%;
  /*margin-top:10px;*/
  padding-top:6px;
  padding-bottom:6px;
  font-size:16px;
}

.list-prop-box .text-area {
  color: var(--bs-all-gray);
  font-weight: var(--bs-font-weight-400);
  overflow: hidden;
  width: 100%;
  margin-top:0;
  margin-bottom:10px;
  padding: 0 10px;
  height:126px;
  margin-bottom:10px;
}

.list-prop-box .blg-lst-title {
  display:block;
  padding-top:10px;
  padding-left:10px;
  float:left;
  display:block;
  width:100%;
  position:relative;
}
.list-prop-box .blg-lst-title .blg-lst-inline{
  float:left;
  width:70%;
  height:60px;
  max-height:60px;
  overflow:hidden;
}

.list-prop-box .blg-lst-title .share-button-container, .list-prop-box .blg-lst-title .like-button-container {
  width: 24px;
  height: 24px;
  float:right;
  position:relative;
}

.list-prop-box .blg-lst-title .like-button-container {
  margin-right:8px;
}

.list-prop-box .blg-lst-title .share-button-container{
  margin-right:8px;
}

.list-prop-box .blg-lst-title .share-button-container .share-button {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.list-prop-box .blg-lst-title .like-button-container .like-icon, .list-prop-box .text-area .like-button-container .unlike-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.list-prop-box .blg-lst-title .like-button-container .like-icon.active {
  display: inline;
}

.list-prop-box .blg-lst-title .like-button-container .unlike-icon.active {
  display: none;
}
























.list-prop-box .text-area p{
  margin-bottom:1px;
}
.list-prop-box .text-area ul{
  list-style: none;
  /* list-style-type: square; */
}
.list-prop-box .text-area ul li {
    position: relative;
    padding-left: 0; 
    list-style: none; 
    margin-bottom: 4px;
    font-size: 14px;
    color: #444;
	margin-left:-30px;
}
.list-prop-box .text-area ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 10px;
    border: solid #27ae60;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    margin-right: 12px;
    margin-bottom: 4px;
}

.list-prop-box .text-area .text-area-title{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height:26px;
}
.list-prop-box .text-area .text-area-title h3{
  font-size:16px;
  color: var(--bs-gray-900);
}
.list-prop-box .text-area a {
  display: block;
  padding: 2px 14px;
  height: 28px;
  font-weight: var(--bs-font-weight-400);
  color: var(--bs-white);
  margin: 6px 0 0 0;
  border-radius: 3px;
}

.list-prop-box .text-area a:hover {
  color: var(--bs-white);
}

@media screen and (max-width: 767px) {
	.list-prop-box .text-area {
		height:auto;
	}
}

.code-proprty-name {
  float: left;
  width: auto;
}

.code-proprty-name h1, .code-proprty-name span{
letter-spacing: normal !important;
font-size: calc(1.7rem + 0.1vw) !important;
}	

.proprice {
  background-color: var(--bs-gray-100);
  color: var(--bs-all-gray);
  padding: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: var(--bs-gray-300) solid 1px;
  overflow: hidden;
}

.proprice .success {
  background-color: var(--bs-blue);
  color: var(--bs-white);
  padding: 0;
  margin-bottom: 10px;
}

.proprice .season {
  text-align: center;
  background-color: var(--bs-white);
  width: 100%;
}

.proprice .season span {
  line-height: 200%;
 font-weight: var(--bs-font-weight-500);
  color: var(--bs-black);
}

.topphoneicon {
  float: left;
  color: var(--bs-blue);
  font-size: 43px;
  margin-top: -9px;
}

.ellipsis-rooms {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini {
  font-size: 8px;
}

.place {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/place.png") no-repeat top center;
  padding: 0;
  background-size: auto;
}

.place-white {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/place-white.png") no-repeat top center;
  padding: 0;
  background-size: auto;
}

.place-16 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icons/place-16.png") no-repeat top center;
  padding: 0;
  background-size: auto;
}

.place-white-16 {
  color: var(--bs-white);
  width: auto;
  height: auto;
  background: url("../images/icons/place-white-16.png") no-repeat top left;
  padding-left: 20px;
  background-size: auto;
  vertical-align: middle;
}

.yildiz {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/icons/yildiz.png") no-repeat top center;
  padding: 0;
  background-size: auto;
}

.external {
  display: inline-block;
  width: 74px;
  height: 24px;
  background: url("../images/icons/external.png") no-repeat top left;
  padding: 0;
}

.external-white {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icons/external-white.png") no-repeat top center;
  padding: 0;
}

.external-white:hover {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icons/external-black.png") no-repeat top center;
  padding: 0;
}

.reorder {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/reorder.png") no-repeat top center;
  padding: 0;
}

.yukari {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  background: url("../images/icons/yukari.png") no-repeat top center;
  padding: 0;

}

.yukari:hover {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 48px;
  height: 48px;
  background: url("../images/icons/yukari-hover.png") no-repeat top center;
  padding: 0;
}

.telefon-alt {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
}

.telefon-alt img {
  width: 20px;
  height: 20px;
}

.export-black {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/export-black.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.export-black:hover {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/export-red.png") no-repeat top center;
  padding: 0;
}

.export-green {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/export-green.png") no-repeat top center;
  padding: 0;
}

.delete-black {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/sil-black.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.delete-black:hover {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/sil-red.png") no-repeat top center;
  padding: 0;
}

.ustetasi-black {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/ustetasi-black.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.ustetasi-black:hover {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/ustetasi-red.png") no-repeat top center;
  padding: 0;
}

.delete-green {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/sil-green.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.sezon-red {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/sezon-red.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.sezon-green {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/sezon-green.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.ks-red {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/101-red.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.ks-green {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/101-green.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.onof-red {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/onof-red.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.onof-green {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/onof-green.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.editp-black {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/edit-black.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}
.discount-black {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/discount.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}
.whatsapp-green {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/whatsapp-green.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}
.telefon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/telefon-alt.png") no-repeat top center;
  background-size: 24px;
  padding: 0;
  margin-bottom:2px;
}
.editp-black:hover {
  background: url("../images/icons/edit-red.png") no-repeat top center;
 }
.external-black {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/external-black.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}
.external-black:hover {
  background: url("../images/icons/external-red.png") no-repeat top center;
}
.whatsapp-black {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/whatsapp-black.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}
.whatsapp-black:hover {
  background: url("../images/icons/whatsapp-green.png") no-repeat top center;
}
.for-send {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/okey-black.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
  margin-top:2px;
}
.for-send-green {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/okey-green.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
  margin-top:2px;
}

.editp-green {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/edit-green.png") no-repeat top center;
  padding: 0;
  margin-bottom:2px;
}

.artan {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icons/artan.png") no-repeat top center;
  padding: 0;
}

.artan:hover {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icons/artan-hover.png") no-repeat top center;
  padding: 0;
}

.azalan {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icons/azalan.png") no-repeat top center;
  padding: 0;
}

.azalan:hover {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../images/icons/azalan-hover.png") no-repeat top center;
  padding: 0;
}

.tamam {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icons/check.svg") no-repeat top center;
  padding: 0;
}

.konuk {
  float: left;
  padding: 0;
  /*border-left:1px dotted;*/
  border-right: 1px dotted;
  border-color: var(--bs-black);
  text-align: center;
  width: 25%;
}

.konuk span {
  line-height: 120%;
  color: var(--bs-black);
  padding: 0;
}

.dus {
  float: left;
  padding: 0;
  border-right: 1px dotted;
  border-color: var(--bs-black);
  text-align: center;
  width: 25%;
}

.dus span {
  line-height: 120%;
  color: var(--bs-black);
  padding: 0;
}

.yatak {
  float: left;
  padding: 0;
  border-right: 1px dotted;
  border-color: var(--bs-black);
  text-align: center;
  width: 25%;
}

.yatak span {
  line-height: 120%;
  color: var(--bs-black);
  padding: 00;
}

.havuz {
  float: left;
  padding: 0;
  text-align: center;
  width: 25%;
  border-color: var(--bs-black);
}

.havuz span {
  line-height: 120%;
  color: var(--bs-black);
  padding: 0;

}

.konukp {
  background: url("../images/sembol2/adam64.png") no-repeat top center;
  min-width: 64px;
  float: left;
  padding: 64px 15px 0;
  /*border-left:1px dotted;*/
  border-right: 1px dotted;
  border-color: var(--bs-white);
  text-align: center;
}

.konukp span {
  width: 36px;
  line-height: 18px;
  display: inline-block;
 font-weight: var(--bs-font-weight-400);
  color: var(--bs-gray-900);
  padding: 10px 0;
  border-top: 1px dotted;
  border-color: var(--bs-white);
}

.konukp span small {
  color: var(--bs-gray-600-colorize);
  font-size: 70%;
}

.dusp {
  background: url("../images/sembol2/dus64.png") no-repeat top center;
  min-width: 64px;
  float: left;
  padding: 64px 13px 0;
  margin-left: 0;
  border-right: 1px dotted;
  border-color: var(--bs-gray-600-colorize);
  text-align: center;
}

.dusp span {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
 font-weight: var(--bs-font-weight-400);
  color: var(--bs-blue);
  padding: 10px 0;
  border-top: 1px dotted;
  border-color: var(--bs-gray-600-colorize);
}

.dusp span small {
  color: var(--bs-gray-600-colorize);
}

.yatakp {
  background: url("../images/sembol2/yatak64.png") no-repeat top center;
  min-width: 64px;
  float: left;
  padding: 64px 8px 0;
  border-right: 1px dotted;
  border-color: var(--bs-gray-600-colorize);
  text-align: center;
}

.yatakp span {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
 font-weight: var(--bs-font-weight-400);
  color: var(--bs-blue);
  padding: 10px 0;
  border-top: 1px dotted;
  border-color: var(--bs-gray-600-colorize);
}

.yatakp span small {
  color: var(--bs-gray-600-colorize);
}

.havuzp {
  background: url("../images/sembol2/havuz64.png") no-repeat top center;
  min-width: 64px;
  float: left;
  padding: 64px 12px 0;
  text-align: center;
  /*border-right:1px dotted;*/
}

.havuzp span {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
 font-weight: var(--bs-font-weight-400);
  color: var(--bs-blue);
  padding: 10px 0;
  border-top: 1px dotted;
  border-color: var(--bs-gray-600-colorize);
}

.havuzp span small {
  color: var(--bs-gray-600-colorize);
}

.alpha30 {
  color: var(--bs-white);
  background: rgba(0, 0, 0, 0.5);
}

.rev-thin-title {
  font-size: 42px;
 font-weight: var(--bs-font-weight-300);
  color: var(--bs-gray-900);
}

.thm-btn {
  background: var(--bs-blue);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: inline-block;
  color: var(--bs-white);
  font-size: 20px;
  text-transform: uppercase;
  padding: 12px 35px;
  border: transparent solid 2px;
  transition: all 0.3s ease;
}

.thm-btn.condensed {
  text-align: center;
  font-size: 18px;
  padding: 12px 12px 8px;
  margin-bottom: 10px;
}

.thm-btn:hover,
.thm-btn.inverse {
  background-color: var(--bs-white);
  border-color: var(--bs-blue);
  color: var(--bs-blue);
}

.thm-btn.inverse-black {
  background-color: var(--bs-white);
  border-color: var(--bs-blue);
  color: var(--bs-blue);
}

.thm-btn:active,
.thm-btn:focus {
  background-color: var(--bs-white);
  border-color: var(--bs-red);
  color: var(--bs-red);
}

.thm-btn.inverse:hover {
  background: var(--bs-blue);
  border-color: var(--bs-blue);
  color: var(--bs-white);
}

.thm-btn.inverse-black:hover {
  background: var(--bs-blue);
  border-color: var(--bs-blue);
  color: var(--bs-white);
}

input[type="text"]:read-only {
  cursor: pointer;
  color: var(--bs-gray-500);
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus {
  border-color: var(--bs-all-gray) !important;
}

#benq {
  display: none
}

#benq div:first-child {
  opacity: .99
}

.abs {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 102px;
  padding: 4px 0 18px 0
}

.abs .footer-bottom {
  font-family: var(--bs-font-Literata);
 font-weight: var(--bs-font-weight-400);
  padding: 4px 0 18px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
  ;
  color: var(--bs-black);
}

.abs .footer-bottom a {
  color: var(--bs-black)
}

.abs .footer-bottom .bottomphone {
  float: left;
  padding-top: 6px;
  width: 50%;
}

.abs .footer-bottom .bottomphone .bottomphoneround {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid var(--bs-blue);
  padding: 3px 0;
  margin: 0 2px 6px 10px;
  background: rgba(255, 255, 255, 1);
}

.abs .footer-bottom .bottomphone .phoneicon {
  line-height: 0;
  float: left;
  width: 16px;
  margin: 2px 10px;
}

.abs .footer-bottom .bottomphone .phone {
  float: left;
  padding: 5px 0 0 8px;
}

.abs .footer-bottom .bottomphone .phone a {
  color: #2e5d9e
}

.abs .footer-bottom .whatsapp {
  float: right;
  padding-top: 6px;
  width: 50%;
}

.abs .footer-bottom .whatsapp .bottomphoneround {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid var(--bs-blue);
  padding: 3px 0;
  margin: 0 10px 6px 2px;
  background: rgba(255, 255, 255, 1);
}

.abs .footer-bottom .whatsapp .phoneicon {
  line-height: 0;
  float: left;
  width: 16px;
  margin: 2px 10px;
}

.abs .footer-bottom .whatsapp .phone {
  float: left;
  padding: 5px 0 0 8px;
}

.abs .footer-bottom .whatsapp .phone a {
  color: #2e5d9e
}

@media only screen and (max-width:479px) {
  #benq {
    display: block;
    position: fixed;
    width: 100%;
  }

  .filter-blue {
    filter: invert(64%) sepia(24%) saturate(7500%) hue-rotate(154deg) brightness(100%) contrast(104%)
  }
}

.property {
  position: relative;
}
.accordion{
  font-size:15px;
}
.details-desc{
  font-size: 15px;
}
.details-desc p{
  font-size: 15px;
}
.details-desc table {
  table-layout: fixed;
  white-space: nowrap;
}

.details-desc td {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-message-top {
 font-weight: var(--bs-font-weight-400);
 color: var(--bs-gray-600);
  font-size: 18px;
  line-height: 150%;
  padding-top: 30px;
  
}

.home-modul-title {
  font-family: var(--bs-font-Literata);
 font-weight: var(--bs-font-weight-400);
  line-height: 130%;
  font-size: 28px;
  margin-bottom: 10px;
  color: var(--bs-gray-900);
}

.home-modul-title.white {
  color: var(--bs-white);
}

.home-modul-link {
  background-color: var(--bs-white);
  margin-right: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prop-page-title {
  font-family: var(--bs-font-Literata);
 font-weight: var(--bs-font-weight-400);
  line-height: 130%;
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--bs-black);
}

.ghostdiv {
  clear: both;
  margin-top: 20px;
}

.lastbox {
  line-height: 200%;
  position: relative;
  padding: 20px;
  height: 100%;
}

.lastbox ul {
  list-style-type: disc;
}

.lastbox ul li::marker {
  color: var(--bs-orange);
}

.lastbox h4 {
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  [class*="col-"] {
    padding-top: 1px;
  }
  .hiddenpanel {
    visibility: hidden;
    clear: both;
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
  .comment-input-area textarea {
    width: 630px;
  }
}

@media only screen and (max-width: 767px) {

  .footer-social,
  .footer-info {
    float: right;
  }

  .footer-info p {
    display: inline-block;
  }

  #social {
    display: inline-block;
    margin-top: 0;
  }

  .header-social {
    display: inline-block;
    margin-top: 0;
  }
}

@media only screen and (min-width: 767.98px) and (max-width: 991px) {
  .comment-input-area textarea {
    width: 425px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .comment-input-area textarea {
    width: 400px;
  }
}

@media only screen and (max-width: 479px) {
  #prtfl-list li {
    margin-left: 20px;
  }

  .comment-input-area textarea {
    width: 240px;
  }
}

/* yenile */
.warning-messages {
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 10px;
}

.notification-box {
  position: relative;
  padding: 10px 24px 10px 60px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border: solid 1px;
  border-left: 10px solid var(--bs-black);
  min-height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 0 10px;
}

.notification-pic,
a.notification-close {
  display: block;
  position: absolute;
  font-weight: 700;
  line-height: normal;
}

a.notification-close {
  right: 10px;
  top: 10px;
  color: var(--bs-gray-600-colorize) !important;
  font-size: 1.166em;
}

.notification-pic {
  left: 10px;
  top: 5px;
  font-size: 2.2em;
}

.notification-box p {
  margin-bottom: 0;
  margin-top: 20px;
}

.notification-box>p:first-child {
  margin: 0;
}

.infobox-inner,
pre {
  margin-bottom: 20px;
}

/* yenile */

.rev-p {
  font-size: 18px;
  line-height: 24px;
  color: var(--bs-gray-900);
}

.rev-left {
  margin-left: 20px;
}

.plus-box {
  position: relative;
  margin-top: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-bottom: 30px;
}

.plus-box img {
  margin-top: -96px;
}

.plus-box img.img-circle {
  border: #08c3f8 solid 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.plus-box img.img-circle:hover {
  border: #FF9204 solid 6px;
}

.plus-box p {
  line-height: 90%;
}

.matrixheight {
  padding: 0;
}

.stheight {
  height: 510px;
}

#footer-gallery li img {
  border: var(--bs-gray-500) solid 1px;
  width: 70px;
  height: 45px;
}

.slideimg {
  height: 313px;
}

.prop-table {
  width: 100%;
}

.prop-table-cell {
  float: left;
  vertical-align: middle;
}

.prop-table .big {
  font-size: 20px;
  color: #727272;
  margin-top: -12px;
  margin-bottom: 16px;
}

.prop-table .pfeaturecell,
.prop-table .pfeaturecell-right {
  width: 20%;
  padding-top: 10px;
  text-align: center;
  letter-spacing: 0.02em;
  color: var(--bs-black);
}

.prop-table .pfeaturecell {
  border-right: 1px solid #cacaca;
}

@media only screen and (max-width:720px) {

  .prop-table .pfeaturecell,
  .prop-table .pfeaturecell-right {
    font-size: 12px;
  }

  .prop-table .big {
    font-size: 16px;
  }
}

#exbutton {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 4px 2px 0;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.altmod {
  text-align: left;
}

.altmod ol {
  list-style: none;
  counter-reset: steps;
}

.altmod ul {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 18px;
}

.altmod ul li::marker {
  color: var(--bs-orange);
}

.altmod ol li {
  counter-increment: steps;
}

.altmod ol li::before {
  content: counter(steps);
  margin-right: 0.5rem;
  background: var(--bs-orange);
  color: white;
  width: 1.2em;
  height: 1.2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  line-height: 1.2em;
}

.altmod ol ol li::before {
  background: darkorchid;
}

.deposite-area {
 font-weight: var(--bs-font-weight-400);
  text-align: center;
  padding: 4px 10px 4px 10px;
  background-color: var(--bs-gray-200);
  color: var(--bs-black);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid var(--bs-gray-300);
}

/* ana sayfa açıklama metni */
.home-wrapper .small {
  height: 54px;
  overflow: hidden;
}

.home-wrapper .big {
  height: auto;
}

.home-wrapper p {
  font-size: 16px;
}

.home-wrapper a {
  font-weight: var(--bs-font-weight-400);
  color: var(--bs-brown-gray);
  margin-top: 20px;
  font-size:18px;
}

/* ana sayfa açıklama metni */
.sliderhome ul {
  white-space: nowrap;
  list-style: none outside none;
  padding: 0;
  margin-bottom: 0
}

.sliderhome ul li {
  display: inline-block;
  margin-right: 6px;
  cursor: pointer;
  padding: 0
}

.sliderhome img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.flexible-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Üst menü*/
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

#phonediv {
  visibility: hidden;
}

#ghostheader {
  height: 80px;
  width: 100%;
}

.menu-right {
  left: 0;
  height: auto;
  top: 0;
  position: absolute;
}

@media screen and (max-width: 640px) {
  #ghostheader {
    height: 58px;
    width: 100%;
    display: block;
  }
}
.homepiccontainer {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
}
#menu-container {
  position: relative;
  margin-top:23px;
}
.menuicons{
  position:relative;
}
.menuicons .dropdown-menu {
  background-color: rgba(255, 255, 255, 1);
  border: none;
}
.menuicons .dropdown-menu li {
  padding-left: 6px;
  padding-right: 8px;
}
.menuicons .dropdown-menu li a:hover {
  outline: 0;
  color: var(--bs-white);
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
}

/* Üst bar arama kutusu */
.titleformdiv{
  float:left;
  margin-top:0px;
}
.titleformdiv .titleinput{
  margin-top:12px;
  width:100px;
  float:left;
  border:none;
  border-bottom:1px solid var(--bs-gray-100);
  border-radius:0;
  background:none;
}

.titleformdiv input[type="text"]:focus{
  background-color:var(--bs-white);
  color: var(--bs-all-gray);
}

.titleformdiv .titleinput::placeholder {
  color: var(--bs-gray-700);
}
.titleformdiv .titleinput:-ms-input-placeholder {
  color: var(--bs-gray-700);
}
.titleformdiv .titleinput::-ms-input-placeholder {
  color: var(--bs-gray-700);
}

.titleformdiv .menuicon{
  float:left;
  margin-left:4px;
}
@media screen and (max-width: 640px) {
  .titleformdiv{display:none}
}
/* Üst bar arama kutusu */

/* Menü arama kutusu */
.menuformdiv{
  float:left;
  margin-top:18px;
  margin-left:10px;

}
.menuformdiv .menuinput{
  margin-top:12px;
  width:100px;
  float:left;
  border:none;
  border-bottom:1px solid var(--bs-gray-700);
  border-radius:0;
  background:var(-bs-toprak);
  color:var(--bs-white);
}
.menuformdiv input[type="text"]:focus{
  background-color:var(--bs-white);
  color: var(--bs-all-gray);
}
.menuformdiv .menuinput::placeholder {
  color: var(--bs-gray-700);
}
.menuformdiv .menuinput:-ms-input-placeholder {
  color: var(--bs-gray-700);
}
.menuformdiv .menuinput::-ms-input-placeholder {
  color: var(--bs-gray-700);
}
.menuformdiv .menuicon{
  float:left;
  margin-left:4px;
}
/* Menü arama kutusu */

/* sosyal medya */
.facebook-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/facebook-f.svg") no-repeat top center;
  filter: brightness(1);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
  background-size: contain;
}

.twitter-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/twitter.svg") no-repeat top center;
  filter: brightness(1);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
  background-size: contain;
}

.pinterest-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/pinterest.svg") no-repeat top center;
  filter: brightness(1);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
  background-size: contain;
}

.google-plus-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/google-plus-g.svg") no-repeat top center;
  filter: brightness(1);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
  background-size: contain;
}

.instagram-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/instagram.svg") no-repeat top center;
  filter: brightness(1);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
  background-size: contain;
}

.whatsapp-ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/icons/whatsapp.svg") no-repeat top center;
  filter: brightness(1);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 0;
  background-size: contain;
}

.media-panel {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 35%;
  width: 268px;
}

.media-panel a {
  width: 48px;
  height: 48px;
  line-height: 60px !important;
  position: relative;
  margin: 0 8px;
  text-align: center;
  display: inline-block;
  color: var(--bs-gray-900);
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.media-panel a span {
  position: relative;
  top: 2px;
  left: 1px;
}

.media-panel a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--bs-white);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}

.media-panel a:hover {
  color: var(--bs-white);
}

.media-panel a:hover:before {
  background: var(--bs-blue);
}

@media only screen and (max-width: 600px) {
  .media-panel {
    top: 25%;
  }
}

@media only screen and (max-width: 480px) {
  .media-panel {
    display: none;
  }
}

/* sosyal medya */

/* Glass */
.glass {
/* From https://css.glass */
background: rgba(255, 255, 255, 0.35);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.7px);
-webkit-backdrop-filter: blur(5.7px);
border: 1px solid rgba(255, 255, 255, 0.32);
}
.glass-black {
background: rgba(144, 113, 113, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.7px);
-webkit-backdrop-filter: blur(5.7px);
border: 1px solid rgba(144, 113, 113, 0.4);
}
.glassheader {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px rgba(8, 7, 16, 0.6);
}
.noglass {
  border: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0)px;
  backdrop-filter: blur(0px);
}

/* Glass */

/* Home Page Search */
.seach-container{
  margin-top: 90px;
}

.search-key{
  margin-bottom:0;
  position:relative;
}
.search-bg{
  background-color: none;
}
.home-search-key {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  width:auto;
  padding:4px;
  cursor:pointer;
  margin: 0 auto;
}
.home-search {
  position:absolute;
    z-index:99;
  padding: 10px 24px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.home-search .btn-search, .home-search .btn-search{
  border:1px solid var(--bs-black);
  background: rgba(0,0,0,0.15);
}
.home-search .btn-search:hover, .home-search .btn-search:hover{
  border:1px solid var(--bs-gray-700);
  background: rgba(0,0,0,0.25)
}
.home-search .home-select {
  position: relative;
}

.home-search .form-control {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #585858;
}

/* Select arrow styling */
.home-search input {
  padding: 6px 0 4.5px 0;
}

.home-search input,
.home-search select,
.home-search input:focus,
.home-search input::placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
 font-weight: var(--bs-font-weight-400);
  outline: none;
  /* remove focus ring from Webkit */
  background: none;
}

.home-search input,
.home-search select,
.home-search input:focus,
.home-search select:focus {
  -webkit-appearance: none;
  /* remove the strong OSX influence from Webkit */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0)
}

/* input alanı autocomplete zemini sil */
.home-search input:-webkit-autofill,
.home-search input:-webkit-autofill:hover,
.home-search input:-webkit-autofill:focus,
.home-search input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
#yachtform, #villaform{
  top:10px;
  padding:0;
  display:none;
  position:relative;
}
.home-search .btn {
  float: right;
}

.villasearch {
  background:url("../images/icons/villa.svg") no-repeat center left;
}
.yachtsearch {
  background:url("../images/icons/yacht.svg") no-repeat center left;
  margin-left:10px;
}
.villasearch, .yachtsearch {
  background-size: 36px 36px;
  height:36px;
  float: left;
  display:inline-block;
  padding:6px 10px 10px 42px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  transition: all 0.2s ease;
  position: relative;
}
.yachtsearch span, .villasearch span {
  margin-top:3px;
  line-height: 18px;
  display: inline-block;
  color: var(--bs-gray-900);
  font-weight: var(--bs-font-weight-400);
}
.villasearch:before, .yachtsearch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease;
}
.villasearch:hover:before, .yachtsearch:hover:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.kapatbtn{
  position:absolute;
  bottom:0;
  right:0;
  width:24px;
  height:24px;
  float:right;
  background:url("../images/icons/kapat.svg") no-repeat center left;
  background-size: 24px 24px;
  margin-bottom:0;
  margin-top:auto;
  cursor: pointer;
}
.kapatbtnpop{
  display:none;
  margin:0 auto;
  width:24px;
  height:24px;
  background:url("../images/icons/kapat.svg") no-repeat center left;
  background-size: 24px 24px;
  cursor: pointer;
}

@media only screen and (max-width: 781px) {
  .kapatbtnpop{
    display:block;
  }  
  .seach-container{
      margin-top: 68px;
    }
    #yachtform, #villaform {
    position:absolute;
    z-index:99999;
    left:0;
    top:0;
    right:0;
    bottom:0;
  }
  .home-search {
    padding: 20px 36px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width:100%;
    height:100%;
  }
  .glass {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.35);
    border: none;
    box-shadow: none;
  }
}
@media only screen and (max-width: 800px) {
  .home-wrapper{
    margin-bottom:100px;
  }
  .home-wrapper .small{
  height:46px;
  }
  .home-wrapper p, .home-wrapper a{
    font-size:16px;
  }
}
/* Home Page Search */

/* Home town slider */
.flickity-carousel{
	width:100%;
}
.flickity-carousel-region.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.a2a_full_footer{
  display:none;
}

.flickity-carousel-region.fill img.img {
  flex-shrink: 0;
  width: 600px;
  height: 400px;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.flickity-carousel-cell{
width:101%;
display: flex;
align-items: center;
justify-content: center;
position:absolute;
}

.home-figure {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 300px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}

.home-figure .figcaption:hover {
  top: -100px;
  width: 100%;
}

.home-figure .figcaption {
  position: absolute;
  top: -320px;
  height: 370px;
  left: 0;
  width: 100%;
  margin: 0;
  padding-top: 120px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--bs-black);
  transition: 0.25s;
}

.home-figure .figcaption .figtitle {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding-left: 15px;
  width: 100%;
  height: 50px;
}

.home-figure .figcaption .figtitle h3 {
  position: relative;
  margin: 14px 0 20px 0;
}

.home-figure .figcaption p {
  position: relative;
  margin-left: 10px;
}

.home-figure .figcaption a,
.home-figure .figcaption a:active {
  color: var(--bs-black);
}

.figure.home-figure .figcaption button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  padding: 10px 30px;
  background-color: #1abc9c;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: var(--bs-white);
}

/* Home Town Slider */

/* Dil Seçimi */
.lang-select{
  position:relative;
}
.lang-select .lngtr,
.lang-select .lnggb {
  position:relative;
  display: inline-block;
  transition: all 0.2s ease;
}

.lang-select .lngtr {
  background: url('../images/TR/flag.svg') no-repeat 0 0;
  background-size: 32px 32px;
}

.lang-select .lnggb {
  background: url('../images/GB/flag.svg') no-repeat 0 0;
  background-size: 32px 32px;
}

.lang-select .lngtr:before,
.lang-select .lnggb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.1);
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}

.lang-select .lang-dropdown {
  background-color: rgba(255,255,255,85);
  padding: 7px 0 4px 0;
  width: 130px;
}

.lang-select .lang-dropdown span {
  display: inline-block;
  margin-left: 30px;
  padding-bottom: 2px;
  margin-top:-5px;
}

.lang-select .lngtr span,
.lang-select .lnggb span {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.10em;
  vertical-align: middle;
  color: var(--bs-gray-900);
}

.lang-select .lngtr:hover:before,
.lang-select .lnggb:hover:before {
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.lang-select .lngtr:active,
.lang-select .lnggb:active {
  transform: scale(0.96);
}

/* Dil Seçimi */

/* Matrix */
.bbotorange {
  border-top: 4px solid var(--bs-orange);
  background-color: var(--bs-orange-soft);
  padding: 6px 10px;
}

.bbotblue {
  border-top: 4px solid var(--bs-blue);
  background-color: var(--bs-blue-soft);
  padding: 6px 10px;
}

/* Matrix */

/* Flickity */

/*! Flickity v2.3.0 */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: rgba(105, 105, 105, 0.5);
  border: none;
  color: var(--bs-gray-900);
}

.flickity-button:hover {
  background: rgb(70, 70, 70);
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px var(--bs-orange);
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: var(--bs-white);
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: var(--bs-gray-700);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.cursor {
  cursor: url(../images/icons/scroll.png), auto;
}

.carousel-cell {
	width: 100%;
	margin:0;
}
/* Flickity */

.cursor-normal {
  cursor: pointer;
}

/* === HEADING STYLE === */
h1 em,
h2 em,
h3 em {
  font-style: normal;
 font-weight: var(--bs-font-weight-400);
}

.title-decor h1,
.title-decor h2,
.title-decor h3 {
  position: relative;
  line-height: 1.7em;
  margin-bottom: 16px;
}

.title-decor h1:before,
.title-decor h2:before,
.title-decor h3:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background-color: var(--bs-koyu-toprak);
}

.title-decor h1 span,
.title-decor h2 span,
.title-decor h3 span {
  font-family: sans-serif;
  display: block;
  font-size: 12px;
 font-weight: var(--bs-font-weight-400);
  text-transform: uppercase;
  /*letter-spacing: 4px;*/
  line-height: 1.2em;
  padding-left: 0.25em;
  margin-bottom: 16px;
  color: #414141;
  padding-bottom: 4px;
}

@media only screen and (max-width:576px) {

  .title-decor h1 span,
  .title-decor h2 span,
  .title-decor h3 span {
    /*letter-spacing: 2px;*/
  }
}

.title-decor h1 span,
.title-decor h2 span,
.title-decor h3 span {
  color: rgba(0, 0, 0, 0.5);
}

.alt-title-decor h1,
.alt-title-decor h2,
.alt-title-decor h3 {
  text-align: center;
}

.alt-title-decor h1:before,
.alt-title-decor h2:before,
.alt-title-decor h3:before {
  left: 50%;
  margin-left: -30px;
}

.region-arrow {
  width: 24px;
  height: 24px;
  float: right;
  margin: 14px 20px
}

/* Bootstrap Multi Select */
.bootstrap-select .bs-ok-default::after {
  width: 0.3em;
  height: 0.6em;
  border-width: 0 0.1em 0.1em 0;
  transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
  outline: none !important;
}

.dropdown-menu,
.dropdown-item {
  border-radius: 0;
}

.dropdown-menu .dropdown-item {
  padding: 6px 10px;
  margin: 0;
}

#carouselbelde h3 {
  color: var(--bs-white);
}
/* Bootstrap Multi Select */
.none {
  display: none;
}


/* isotope animations */
.isotope-item{
  margin-bottom:20px;
}
.isotope-item .title{
-webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  background-color: var(--bs-blue);
  border:none;
}
.isotope-item .title h2 {
  margin: 0;
  color: var(--bs-white);
}

.gallery-item {
  padding: 0;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.gallery-item-description {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  color: rgb(0, 0, 0);
}

@media (max-width: 400px) {
  .gallery-item-description h3 {
  }
}

.gallery-item img {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  width: 100%;
}

.gallery-item-description a {
  color: var(--bs-black);
}

.gallery-item-description a:hover {
  color: var(--bs-blue);
  background-color: none;
  border-color: var(--bs-blue);
}

.gallery-image-links a.p-link {
  right: 71px;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.gallery-item:hover .gallery-image-links a {
  bottom: 10px;
}

.gallery-item .gallery-item-description {
  border: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.gallery-item .h3 {
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: var(--bs-gray-800);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.gallery-item p {
  color: var(--bs-black);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.gallery-item:hover .gallery-item-description {
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.gallery-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-item:hover .h3,
.gallery-item:hover p,
.gallery-item:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* isotope animations */

.cha {
  font-size: 16px;
  left:0;
  top: 20px;
  position: absolute;
}

/* Modul effect */

/* guvenlik kodu */
.security {
  width: 260px;
  margin-right: 0;
  height: 38px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #ced4da;
}

.security input {
  width: 134px;
  height: 38px;
  float: left;
  border: none;
  border-radius: 0;
}

.security span {
  width: auto;
  float: right;
}

.highlight {
  width: 120px;
  height: 77px;
}

.mod-content{
  background-color:var(--bs-white);
  height:112px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  
}
.mod-content .content-text{
  height:92px;
  padding:0 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  margin:auto;
}
.mod-content .content-text h3{
  display:inline-block;
  margin:auto;
  font-size:1.3rem;
}
.mod-content img{
 height:110px;
}
.mod-content img.sol{
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   float:left;
 }
 .mod-content img.sag{
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   float:right;
 }
 .mod-content img.ust{
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }
 .mod-content img.alt{
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }
.mod-content span{
  display: inline-block;
}
.mod-content span.hidden{
  margin-top:4px;
}
@media only screen and (max-width:460px) {
  .mod-content{
    background-color:var(--bs-white);
    height:80px;
    
  }
  .mod-content .content-text{
    height:76px;
    overflow:hidden;
  }
  .mod-content img{
    height:100%;
  }
  .mod-content span.hidden{
    visibility:hidden;
  }
}
.h-160{
  height:160px;
}
.homemodnews, .homemod{
  background-color: var(--bs-white);
  color:var(--bs-black);
  border: 1px solid var(--bs-koyu-toprak);
  margin-bottom:10px;
  letter-spacing: 0.02rem;
}

.homemodnews .title, .homemod .title{
  padding: 0 10px;
  height:40px;
  overflow: hidden;
  margin-bottom:4px;
}
@media screen and (max-width: 781px) {
  .homemodnews .title, .homemod .title{
    height:38px;
  }
}
.homemodnews h3, .homemod .title h3{
  color:var(--bs-black);
  margin-top:14px;
}
.homemod-only-title{
  background-color: transparent;
}
.homemod-only-title h3, .homemod-only-title a{
  color: var(--bs-gray-800);
}
.homemodnews .text, .homemod .text{
  position:relative;
  padding: 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--bs-gray-800);
  font-weight: var(--bs-font-weight-400);
}  
.homemodnews .text{
  padding: 0 10px;
  height:98px;
  margin-bottom:10px;
}
.homemod .text{
  padding: 0 10px;
  height:58px;
  margin-bottom:10px;
}

.homemod .blog-date-box, .homemod .blog-date-box-featured{
  
  color: var(--bs-gray-900);
}

.homemodnews a.buton, .homemod a.buton{
  display:block;
  width:50%;
  margin: 14px auto 10px auto;
  padding: 8px 20px 6px 20px;
  color:var(--bs-all-gray);
  border: 2px solid var(--bs-gray-600);
  border-radius:10px;
  text-align: center;
  }
  
.homemodnews a.buton:hover, .homemod a.buton:hover{
    border: 2px solid var(--bs-gray-800);
    color:var(--bs-all-gray);
}
.homemodnews img, .homemod img {
  display: block;
}
.homemodnews img.sol, .homemod img.sol {
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   float:left;
 }
 .homemodnews img.sag, .homemod img.sag{
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
   float:right;
 }
 .homemodnews img.ust, .homemod img.ust{
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }
 .homemodnews img.alt, .homemod img.alt{
  -webkit-border-radius: 0;
   -moz-border-radius: 0;
   border-radius: 0;
 }

.homemod .ellipsis-content{
  overflow: hidden;
  height:70px;
}

.gallery-item-description-relative {
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.gallery-item-description-relative h2 {
  color: var(--bs-blue);
  margin: 4px;
}
.gallery-item-description-relative p {
  color: var(--bs-gray-700);
}
.gallery-item-description-relative a{
  display:block;
  width:50%;
  margin: 14px auto 10px auto;
  padding: 8px 20px 6px 20px;
  color:var(--bs-gray-dark);
  border: 2px solid var(--bs-cyan);
  border-radius:10px;
  text-align: center;
  }
  
.gallery-item-description-relative a:hover{
    border: 2px solid var(--bs-orange);
    color:var(--bs-orange);
}

.mod-bbotorange {
  border-bottom: 4px solid var(--bs-orange);
}
.mod-bbotblue {
  border-bottom: 2px solid var(--bs-blue);
}
.mod-bbotgren {
border-bottom: 4px solid var(--bs-green);
}
.mod-rounded{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.mod-shadow{
  -moz-box-shadow: rgba(0, 0, 0, 0.24), 0 3px 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24), 0 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24), 0 3px 8px;
}
.mod-shadow_bottom{
-moz-box-shadow: rgba(0, 0, 0, 0.24), 0 -3px 8px;
-webkit-box-shadow: rgba(0, 0, 0, 0.24), 0 -3px 8px;
box-shadow: rgba(0, 0, 0, 0.24), 0 -3px 8px;

}
.matrix-item-description{
  padding-top:14px;
  color: var(--bs-gray-900);
  text-align:center;
}
.matrix-item-description h1, .matrix-item-description h2, .matrix-item-description h3, .matrix-item-description h4 {
  color:var(--bs-gray-900)
}
.matrix-item-description a{
  font-weight: var(--bs-font-weight-400);
  display:block;
  width:50%;
  margin: 14px auto 10px auto;
  padding: 8px 20px 6px 20px;
  color: var(--bs-gray-900);
  border: 2px solid var(--bs-gray-900);
  border-radius:10px;
  text-align: center;
  }
  
.matrix-item-description a:hover{
    border: 2px solid var(--bs-orange);
    color:var(--bs-orange);
}
.matrix-row{
  padding-right:12px;
  padding-left:12px;
  background-color: var(--bs-gray-200);
}

/* Akordion animasyonu için */
@media (prefers-reduced-motion: reduce) {
  .collapsing {
      transition-property: height, visibility;
      transition-duration: .50s;
  }
}
.blog-infobox{

}
.blog-infobox .blog, .blog-infobox .blog p{
line-height:150%;
letter-spacing: .03rem;
}
/* Page Preloader */
.page-loader{
  height:100%;
  width:100%;
  background-color:#fff;
  position:fixed;
  z-index:999999;
  top:0
}
.page-loader .ball-scale{
  left:50%;
  top:50%;
  position:absolute;
  height:50px;
  width:50px;
  margin:-25px 0 0 -25px
}
.page-loader .ball-scale .contain{
  height:100%;
  width:100%
}
.page-loader .ball-scale .contain .ring{
  display:none
}
.page-loader .ball-scale .contain .ring:first-child{
  display:block;
  height:100%;
  width:100%;
  border-radius:50%;
  padding:10px;
  border:3px solid transparent;
  border-left-color:#01a9ac;
  border-right-color:#01a9ac;
  -webkit-animation:round-rotate 1.5s ease-in-out infinite;
  animation:round-rotate 1.5s ease-in-out infinite
}
.page-loader .ball-scale .contain .ring:first-child .frame{
  height:100%;
  width:100%;
  border-radius:50%;
  border:3px solid transparent;border-left-color:#0ac282;
  border-right-color:#0ac282;
  -webkit-animation:round-rotate 1.5s ease-in-out infinite;
  animation:round-rotate 1.5s ease-in-out infinite
}
@-webkit-keyframes round-rotate{
  100%{
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes round-rotate{
  100%{
   -webkit-transform:rotate(360deg);
   transform:rotate(360deg)
  }
}
.f-carousel {
  --f-carousel-spacing: 20px;
  /* --f-carousel-slide-width: calc((100% - 16px) / 3);*/
}

/* Menü */
.menuicon, .menuiconwhite{
  display:inline-block;
  width:38px;
  height:48px;
  margin-left:20px;
}

@media screen and (max-width: 1025px) {
  #menu-container {
	  position: relative;
      margin-top:6px;
  }
  .menuicon{margin-left:10px;margin-bottom:6px;}
  .searchicon{display:none;visibility:hidden;}
}

@media screen and (min-width: 1024px) {
  .bighidden {
    display: none;
  }
}
@media screen and (max-width: 640px) {
.navOpen {
  overflow: hidden;
}
}
.wrapper {
  background-color: white;
  width: 100%;
  position: relative;
}
.wrapper.open {
  box-shadow: 4px 0 4px -2px rgba(0, 0, 0, 0.2);
}
/* Menü */

.openNav:hover {
  cursor: pointer;
}
.sliderdiv{
  position:relative;
  width:100%;
  overflow: auto;
  padding:0;
  margin:0;
}
.sliderdiv img{
  float:right;
  margin-right:20px;
  margin-top:20px;
  width:36px;
  height:auto;
}

/* Scrool Barı gizle */
/* Hide scrollbar for Chrome, Safari and Opera */
.sliderdiv::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.sliderdiv {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

nav {
  background-color: var(--bs-blue);
  float:left;
  width: 250px;
  height: 100%;
  color: var(--bs-koyu-toprak);
}
nav ul {
  float:left;
  width: 250px;
  padding:0;
}
nav ul li {
  transition-duration: 0.25s;
  letter-spacing: 0.02em;
  text-align: left;
  border-top: 1px solid var(--bs-koyu-toprak);
  color: var(--bs-koyu-toprak);
}
nav ul li:hover {
  cursor: pointer;
  background-color: var(--bs-brown-gray);
  color: var(--bs-black);
}

nav ul li a {
  padding : 14px;
  display:block;
  color: var(--bs-koyu-toprak);
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
nav ul li a:hover {
  color: var(--bs-black) !important;
}
nav ul li a:visited {
  color: var(--bs-koyu-toprak);
}
nav ul li ul li {
  background: var(--bs-gray-100);
  border-top: 1px solid var(--bs-gray-100);
}

nav ul li ul li a {
  padding : 14px;
  display:block;
  color: var(--bs-brown-gray);
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
nav ul li ul li a:hover {
  color: var(--bs-gray-900);
  background: var(--bs-gray-200);
}
nav ul li ul li a:visited {
  color: var(--bs-brown-gray);
  background: var(--bs-gray-200);
}
/* Float Right/Left */
.right {
  float: right;
}
.left {
  float: left;
}
/* Üst menü */

/* modules slider hücre boyutları */
/* Gorsel üstte */
.slider-item-right-column, .grid-item-right-column{
  width: 100%;
}
.slider-item-size{
  width: 32%;
  margin-right:2%;
}
/* Gorsel üstte tam ekran */
.slider-item-fs-size{
  width: 15.83%;
  margin-right:1%;
}
/* modules slider boşluksuz ızgara boyutları */
.grid-item-size{
  width: 33.333%;
  float:left;
  padding:0;
}
/* Gorsel üstte tam ekran */
.grid-item-fs-size{
  width: 20%;
  float:left;
  padding:0;
}
/* Görsel yanlarda */
.slider-item-line-size{
  width: 49%;
  margin-right:2%;
}
.slider-item-fs-line-size{
  width: 32.66%;
  margin-right:1%;
}
@media screen and (max-width: 1920px) {
  .slider-item-fs-size{
    width: 23.95%;
    margin-right:1.4%;
  }
  .grid-item-size{
    width: 33.333%;
  }
  /* Gorsel üstte tam ekran */
  .grid-item-fs-size{
    width: 25%;
  }
}
@media screen and (max-width: 1400px) {
  .slider-item-size, .slider-item-fs-size{
    width: 49%;
    margin-right:2%;
  }
  .slider-item-fs-line-size{
    width: 49%;
    margin-right:2%;
  }
  .grid-item-size{
    width: 50%;
  }
  /* Gorsel üstte tam ekran */
  .grid-item-fs-size{
    width: 33.333%;
  }
}
@media screen and (max-width: 1024px) {
  .grid-item-size{
    width: 50%;
  }
  /* Gorsel üstte tam ekran */
  .grid-item-fs-size{
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .slider-item-fs-size{
    width: 49%;
    margin-right:2%;
  }
  .slider-item-size{
    width: 100%;
  }
  .slider-item-line-size{
    width: 100%;
  }
  .slider-item-fs-line-size{
    width: 100%;
  }
  .grid-item-size{
    width: 100%;
  }
  /* Gorsel üstte tam ekran */
  .grid-item-fs-size{
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .slider-item-fs-size{
    width: 100%;
  }
}
/* modules slider hücre boyutları */

/* görselli tek özel içerik */
.onlyonecontent{
  clear:both;
  width:100%;
  display: flex;
  align-items: stretch;
  padding:0;
  
  color: var(--bs-gray-900);
  font-size: 18px;
}
.onlyonecontent h1, .onlyonecontent h2, .onlyonecontent h3{
  color: var(--bs-brown-gray);
  font-size: calc(1.4rem + 0.6vw);
}
.onlyonecontent h2, .onlyonecontent h3{
  font-family: var(--bs-font-quicksand);
  font-weight:var(--bs-font-weight-300);
}
/* Gorseli div içine doldurmak için */
.onlyonecontent img{
  width:100%;
  height: 100%;
}
.onlyonecontent .onlyonecontenttext-left, .onlyonecontent .onlyonecontenttext-right{
  padding:20px;
  min-height: 100%;
  float:left;
  display: inline-flex;
  text-align:right;
}
.onlyonecontent .onlyonecontenttext-left{
  text-align:right;
}
.onlyonecontent .onlyonecontenttext-right{
  text-align:left;
}
.onlyonecontent .onlyonecontenttext-left .textmargin, .onlyonecontent .onlyonecontenttext-right .textmargin{
  margin-top:auto;
  margin-bottom:auto;
}
.onlyonecontent .onlyonecontentpic{
  position: relative;
  overflow: hidden;
  float:left;
  display:inline-block;
}
.onlyonecontent .onlypic{
  position:relative;
  width:100%;
}
.onlyonecontent .onlypic img{
  width:100%;
  height:auto;
  
}
.onlyonecontent .onlypic .adstitle{
  width:100%;
  font-size:24px;
  font-weight:var(--bs-font-weight-600);
  position:absolute;
  text-align:center;
  margin-top:auto;
  height:36px;
  margin-bottom:auto;
  top:0;
  bottom:0;
}
/* Gorseli div içine doldurmak için */
.onlyonecontent .onlyonecontentpic img{
  object-fit: cover;
}
.onlyonecontent .onlyonecontentpic img.leftround{

}
.onlyonecontent .onlyonecontentpic img.rightround{
  -webkit-border-radius: 0 20px 20px 0;
-moz-border-radius: 0 20px 20px 0;
border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 1920px) {
  .onlyonecontent .onlyonecontenttext-left, .onlyonecontent .onlyonecontenttext-right{
    width:60%;
  }
  .onlyonecontent .onlyonecontentpic{
    width:40%;
  }
}
@media screen and (max-width: 1920px) {
  .onlyonecontent .onlyonecontenttext-left, .onlyonecontent .onlyonecontenttext-right{
    width:50%;
  }
  .onlyonecontent .onlyonecontentpic{
    width:50%;
  }
}
@media screen and (max-width: 1024px) {
  .onlyonecontent{
    display:block;
    text-align:center;
  }
  .onlyonecontent .onlyonecontenttext-left, .onlyonecontent .onlyonecontenttext-right{
    width:100%;
    display:block;
    text-align: center;
  }
  .onlyonecontent .onlyonecontentpic{
    width:100%;
    display:block;
  }
  .onlyonecontent .onlyonecontentpic img.leftround{
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0x;
    border-radius: 20px 20px 0 0;
  }
    .onlyonecontent .onlyonecontentpic img.rightround{
      -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }
}
.title-bottom{
  margin-bottom: 2rem !important;
}
.homemod.modul-zemin,.homemodnews.modul-zemin{
  background-color: var(--bs-koyu-toprak);
  color: var(--bs-gray-900);
}
.modul-zemin h1, .modul-zemin h2, .modul-zemin h3, .modul-zemin a, .modul-zemin p{
  color: var(--bs-gray-900);
	letter-spacing:.09rem;
}
.modul-zemin-beyaz{
  background-color: var(--bs-white);
  color: var(--bs-gray-700);
}
.modul-zemin-beyaz h3, .modul-zemin-beyaz a{
  color: var(--bs-gray-700);
}

/* input number */
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input .inputbutton-left, .number-input .inputbutton-right {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    width: 3rem;
    cursor: pointer;
    position: relative;
}
.number-input .inputbutton-left{
background: url("../images/icons/geri-hover.png") no-repeat center center;
}
.number-input .inputbutton-right {
  background: url("../images/icons/ileri-hover.png") no-repeat center center;
}
.number-input input[type=number] {
  max-width: 5rem;
  text-align: center;
}
/* input number */

/* ilan formu */
.cust-form{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;  
  border:1px solid var(--bs-gray-300);
  background-color:var(--bs-gray-100);
}
#sendowner > label{
  margin-left:14px;
  margin-bottom:4px;
}
.w10220 label, .w10221 label, .w10222 label, .w10223 label, .w10224 label, .w10225 label, .w10226 label, .w10227 label, .w10228 label, .w10229 label, .w10230 label, .w11555 label{
  margin-left:14px;
  margin-bottom:4px;
  color: var(--bs-gray-900);
}
.w10223, .w10225, .w10226, .w10227{
  display:var(--bs-gz) !important;
  position:absolute;
  left:-1000px;
}
/* ilan formu */
#total{
  padding:3px;
  font-size:14px;
  color:var(--bs-red);
  background-color: var(--bs-white);
}
.calculation{
  width:60%;
  border-bottom:1px solid #ced4da;
  font-size:16px;
  color:var(--bs-black);
  margin-top:6px;
  display:inline-block;

}
.calculation-label{
  border-bottom:1px solid #ced4da; 
  margin-top:8px;
  width:40%;
  float:left;
  color: var(--bs-black);
}

.home-search-global {
  position:absolute;
    z-index:99;
  padding: 0 24px 24px 10px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.home-search-global .btn-search, .home-search-global .btn-search{
  border:1px solid var(--bs-black);
  background: rgba(0,0,0,0.15);
}
.home-search-global .btn-search:hover, .home-search-global .btn-search:hover{
  border:1px solid var(--bs-gray-700);
  background: rgba(0,0,0,0.25)
}
.home-search-global .home-select {
  position: relative;
}

.home-search-global .form-control {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #585858;
}

/* Select arrow styling */
.home-search-global input {
  padding: 6px 0 4.5px 0;
}

.home-search-global input,
.home-search-global select,
.home-search-global input:focus,
.home-search-global input::placeholder {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
 font-weight: var(--bs-font-weight-400);
  outline: none;
  /* remove focus ring from Webkit */
  background: none;
}

.home-search-global input,
.home-search-global select,
.home-search-global input:focus,
.home-search-global select:focus {
  -webkit-appearance: none;
  /* remove the strong OSX influence from Webkit */
  background-color: rgba(255, 255, 255, 0)
}

/* input alanı autocomplete zemini sil */
.home-search-global input:-webkit-autofill,
.home-search-global input:-webkit-autofill:hover,
.home-search-global input:-webkit-autofill:focus,
.home-search-global input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.home-search-global>.row{
  padding-left:10px;
  padding-right:16px;
  background-color:var(--bs-gray-200);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.home-search-global .search-cell{
  margin-top:12px;
}
@media screen and (max-width: 991px) {
  .home-search-global>.row{
    padding-left:10px;
    padding-right:10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
  .home-search-global .btn{
    margin-bottom:10px;
    margin-top:6px;
  }
  .home-search-global .search-cell{
    margin-top:0;
  }
}
.home-m-container{
  background-color: var(--bs-koyu-toprak);
}
.home-m-m{
  padding-top:30px;
  padding-bottom:30px;
  color: var(--bs-gray-900);
  font-family: var(--bs-font-Literata);
  font-size:24px;
  font-weight: var(--bs-font-weight-400);
}
.home-m-p{
  padding-top:30px;
  padding-bottom:30px;
  color: var(--bs-brown-gray);
}
.home-m-p label{
  color: var(--bs-gray-900) !important;
}
.home-number-input {
  display: inline-flex;
}

.home-number-input,
.home-number-input * {
  box-sizing: border-box;
}

.home-number-input .home-inputbutton-left, .home-number-input .home-inputbutton-right {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  width: 3rem;
  cursor: pointer;
  position: relative;
}
.home-number-input .home-inputbutton-left{
background: url("../images/icons/geri_beyaz.png") no-repeat center center;
}
.home-number-input .home-inputbutton-right {
background: url("../images/icons/ileri_beyaz.png") no-repeat center center;
}
.home-number-input input[type=number] {
max-width: 5rem;
text-align: center;
}
.button-cell .listing-booking{
  width:50%;
  float:left;
  background-color:var(--bs-gray-200);
  color:var(--bs-all-gray);
  text-align:center;
  border-right:1px solid #fff;
}
.button-cell .listing-whatsapp{
  width:50%;
  float:right;
  background-color:var(--bs-gray-200);
  color:var(--bs-all-gray);
  text-align:center;
}
.button-cell .listing-whatsapp a{
  color:var(--bs-all-gray);
}
.button-cell .listing-whatsapp a:hover{
  color:var(--bs-gray-900);
}

.button-cell .listing-booking a{
  color:var(--bs-all-gray);
}
.button-cell .listing-booking a:hover{
  color:var(--bs-gray-900);
}

.button-cell .listing-whatsapp span, .button-cell .listing-booking span{
  display:block;
  margin-top:3px;
  margin-bottom:3px;
}
.donemp{
  width:100%;
  text-align:center;
  background-color:var(--bs-red); 
  color:var(--bs-white);
}

  
  .menu-contact{
    padding:10px;
  }
  .menu-contact .menu-contact-title{
    font-weight:500;
    text-decoration: underline;
  }
  .menu-contact, .menu-contact h2, .menu-contact h3, .menu-contact h4, .menu-contact h5{
    color: var(--bs-koyu-toprak); 
  }
  .menu-contact span{
    font-size:0.9rem !important;
  }
  .menu-contact a span{
    color: var(--bs-koyu-toprak) !important;
  }
  
  .menu-contact span a{
    color: var(--bs-koyu-toprak) !important;
  }
  .menu-contact h4{
    font-size:1.4rem;
  }
  .menu-contact a{
    color: var(--bs-white);
  }
  .menu-contact a:hover, .menu-contact a:visited{
    color: var(--bs-gray-200);
  }

  .buton-modul{
    display:block;
    width:50%;
    margin: 14px auto 10px auto;
    padding: 8px 20px 6px 20px;
    color:var(--bs-all-gray);
    border: 2px solid var(--bs-gray-600);
    border-radius:10px;
    text-align: center;
    }
    
  .buton-modul:hover{
      border: 2px solid var(--bs-gray-800);
      color:var(--bs-all-gray);
  }

  .protokol, .kosul, .tcktb{
	  float:left;
	  width: 132px;
	  height: 130px;
	  padding-top: 80px;
	  background-size: 80px;
	  background-left: 26px;
	  background-top: 10px;
	  -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;
	  
	}
	.protokol {
	  background: #ECECED url("../images/protokol.png") no-repeat top center;margin-right:5px;
	}
	.kosul {
	  background: #ECECED url("../images/kosul.png") no-repeat top center;
	}
	.tcktb {
	  background: #ECECED url("../images/tcktb.png") no-repeat top center;margin-right:5px;
	}

  .protokolm, .kosulm, .tcktbm{
    display:block;
    width: 100%;
    height: 80px;
    padding-top: 22px;
    padding-left:100px;
    background-size: 80px;
    -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-left: 26px;
  background-top: 10px;
  }
  .protokolm {
    background: #ECECED url("../images/protokol.png") no-repeat top left !important;
  }
  .kosulm {
    background: #ECECED url("../images/kosul.png") no-repeat top left !important;
    margin-top:6px;
  }
  .tcktbm {
    background: #ECECED url("../images/tcktb.png") no-repeat top left !important;
    margin-top:6px;
  }
  .t-bottom{
    font-family:quicksand;
	font-weight:400; 
	font-size: calc(0.8rem + 0.1vw) !important;
	margin-top:-10px;
	padding-bottom:0;
  }

/* 02-04-2026 */
/* --- MATRIX SECTION --- */
.matrix-section { padding: 0 !important; margin-top: 10px; clear: both; }
.matrix-wrapper { display: block; width: 100%; position: relative; }
.matrix-wrapper:after { content: ""; display: table; clear: both; }
.matrix-col { float: left; padding: 0px !important; box-sizing: border-box !important; }
.w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-33 { width: 33.333% !important; } .w-66 { width: 66.666% !important; }
.h-740 { height: 740px; } .h-360 { height: 370px; }
.matrix-box { position: relative; width: 100%; height: 100%; overflow: hidden; background-color: #333; display: block; }
.matrix-img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; display: block; transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out; }
.matrix-overlay { position: absolute; bottom: 30px; left: 0; width: 100%; z-index: 10; text-align: center; padding: 15px 0; }
.matrix-overlay h2 { color: #FFFFFF !important; margin: 0; font-size: calc(1rem + 0.6vw); }
.matrix-box:hover .matrix-img { transform: scale(1.1); opacity: 1; }

/* --- HERO & SLIDER --- */
.super-flow-hero { margin-top:80px; position: relative; width: 100%; height: calc(90vh); overflow: hidden; }
.slide-content-text { position: absolute; top: calc(10% + 0.01vw); left: 50%; transform: translateX(-50%); z-index: 10; color: var(--bs-koyu-toprak); text-align: center; width: 100%; max-width: 900px; }
.slide-content-text .title { font-family: var(--bs-font-Literata); color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; font-size: calc(1.6rem + 0.6vw); font-weight: 800; margin-bottom: 10px; }
.slide-content-text .subtitle { color:#4fa9f2; font-size: calc(0.6rem + 0.6vw); margin: 0 auto 20px auto; max-width: 800px; opacity: 0.9; }
.slider-btn { display: inline-block; padding: 12px 30px; background: #4fa9f2; color: #fff; border-radius: 50px; text-decoration: none; font-weight: 600; transition: 0.3s; }
.slider-btn:hover { background: #fff; color: #4fa9f2; }
.mySwiper { width: 100%; height: 100%; }
.slider-bg-img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: 1; }

/* --- ARAMA FORMU (SEARCH BAR) --- */
.search-overlay-wrapper { position: absolute; top: 0; left: 0; z-index: 99; width: 100%; height:100%;pointer-events: none;}

.search-glass-container {
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
	margin-top: calc(80px + 30vh);
	pointer-events: none !important;
}

.search-wrapper { 
	opacity: 0;
    visibility: hidden;
    transform: translateY(10px); /* Hafif aşağıdan yukarı süzülme efekti için */
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
	margin-bottom: 20px;
    max-width: 1100px; margin: 0 auto;
	background: var(--glass-bg); 
    backdrop-filter: blur(15px); 
	-webkit-backdrop-filter: blur(15px);
    border-radius: 50px; 
	padding: 8px 10px; 
    display: flex; align-items: center; box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
	pointer-events: auto !important;
}

/* Formun "hazır" hali: Görünür ve yerine oturmuş */
.search-wrapper.is-ready {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.search-section { flex: 1; padding: 8px 10px; border-radius: 50px; transition: 0.3s; }
.search-section:hover { background: rgba(255,255,255,0.8); }
.search-section label { display: block; font-size: 0.7rem; font-weight: 800; color: var(--aegean-blue); text-transform: uppercase; margin-bottom: 2px; }
.divider { width: 1px; height: 40px; background: #cbd5e1; margin: 0 10px; }

.search-submit-btn { background: var(--aegean-blue); color: white; border: none; padding: 18px 30px; border-radius: 50px; font-weight: 500; cursor: pointer; display: flex; align-items: center; gap: 10px; transition: 0.3s; }
.search-submit-btn:hover { background: #173693; transform: translateY(-2px); }

/* Slim Select Custom Overrides */

.search-section {
    --ss-main-height: 12px !important;
    --ss-font-size: 13px !important; /* Yazı tipini de biraz küçültmek istersen */
}

.variable-showcase {
  /* Colors */
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-border-color: #ffffff;
  --ss-border-radius: 4px;

  /* Heights */
  --ss-search-height: 40px;
  --ss-option-height: auto;
  --ss-content-height: 300px;

  /* Spacing */
  --ss-spacing-l: 9px;
  --ss-spacing-m: 7px;
  --ss-spacing-s: 5px;

  /* Other Properties */
  --ss-border-radius: 4px;
  --ss-animation-timing: 0.2s;
}

/* Slim Select Ana Kutu (Kapalı haldeki çerçeve) */
.ss-main {
    border: none !important; /* Çerçeveyi kaldır */
    background-color: transparent !important; /* Arka planı şeffaf yap */
    padding: 0 !important; /* İç boşluğu sıfırla ki label ile hizalansın */
    box-shadow: none !important; /* Varsa gölgeyi kaldır */
	margin-top: 0 !important; /* Etiketle arasındaki mesafeyi buradan daraltabilirsin */
    margin-bottom: 0 !important;
}

.ss-main .ss-values {
    min-height: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Seçili olan metnin stilini ayarla */
.ss-main .ss-values .ss-single {
    color: var(--text-main) !important; 
    font-weight: 500 !important; /* Kalın yazı */
    font-size: 0.95rem !important;
    background-color: transparent !important; /* Arka planı temizle */
}

.ss-main .ss-values .ss-placeholder { color: var(--text-main) !important; font-size: 0.95rem !important; }
.ss-content { z-index: 10000 !important; box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important; }

/* Sağdaki küçük aşağı ok simgesini biraz daha şık yapalım */
.ss-main .ss-arrow path {
    stroke: var(--aegean-blue) !important; /* Ok rengini Ege Mavisi yap */
    stroke-width: 3;
}

.search-section:hover .ss-main {
    opacity: 0.8; /* Üzerine gelince hafif transparanlık */
    transition: 0.3s;
}

/* Mobilde Swiper yüksekliğini optimize et */
@media (max-width: 991px) {
    .super-flow-hero { margin-top:60px;height: 500px; }
    .search-wrapper { flex-direction: column; border-radius: 25px; }
    .divider { display: none; }
    .search-section { width: 100%; border-bottom: 1px solid #e2e8f0; }
	
	/* Matrix Mobil */
    .w-25, .w-50, .w-33, .w-66 { width: 100% !important; float: none !important; }
    .h-740, .h-360 { height: 300px !important; margin-bottom: 10px; }
}

/* MODAL */
.custom-modal-wrapper {
    position: fixed !important;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 9999999;
}

.modal-overlay {
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}

.modal-container {
    background: #fff;
    width: 90%;
    max-width: 400px;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    animation: modalAppear 0.3s ease-out;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.close-btn {
    background: none; border: none; font-size: 30px; cursor: pointer; color: #666;
}

@keyframes modalAppear {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}

.qty-btn {
    border:none;
	background-color: transparent;
    color: var(--aegean-blue);
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    outline: none; /* Tıklayınca çıkan o çirkin mavi çerçeveyi siler */
    padding: 0;
    line-height: 1;
}

/* Üzerine gelince (Hover) */
.qty-btn:hover {
    background-color: var(--aegean-blue);
    color: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.flatpickr-input{
	font-weight:500 !important;
	color: var(--text-main);
}
.flatpickr-input::placeholder {
  	font-weight:500 !important;
  color: var(--text-main);
}




@media (max-width: 1023.98px) {
    .search-wrapper {
        position: relative;
        margin-top: -50px; 
        padding: 15px !important;
        width: 280px !important;
		background: var(--glass-bg); 
		backdrop-filter: blur(15px); 
		-webkit-backdrop-filter: blur(15px);
        border-radius: 15px !important;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
    }

    /* Her bir bölümü (Bölge, Tarih vs.) tam genişlik yap */
    .search-section {
        width: 100% !important;
        border-radius:0;
		border-right: none !important; /* Masaüstündeki dikey çizgileri kaldır */
        border-bottom: 1px solid #eee; /* Aralara yatay ince çizgi ekle */
        padding: 2px 5px !important;
        margin-bottom: 5px;
		--ss-main-height: 14px !important;
		--ss-font-size: 15px !important; 
    }

    /* Son bölümdeki çizgiyi kaldır */
    .search-section:last-of-type {
        border-bottom: none;
    }

    /* Arama Butonunu tam genişlik ve daha büyük yap */
    .search-submit-btn {
        width: 100% !important;
        margin-top: 15px;
        height: 40px;
        justify-content: center;
        font-size: 16px;
    }
	
    .ss-main {
        padding: 5px 0 !important;
    }
}

@media (max-width: 767.98px) {

	.list-prop-box{
		border:none;
	}
	
    .flatpickr-input{
		margin-top: 8px !important;
	}

	.modal-container {
        width: 95%;
        padding: 20px;
        bottom: 20px; /* Mobilde modalı biraz aşağıya, parmak hizasına yakınlaştırabilirsin */
    }
    
    .qty-btn {
        width: 45px; /* Mobilde daha büyük butonlar */
        height: 45px;
    }
	
	/* Flatpickr takvim ana kutusu */
    .flatpickr-calendar {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin-top: 0 !important;
        box-shadow: 0 15px 50px rgba(0,0,0,0.4) !important;
        border: none !important;
        z-index: 99999 !important; /* Her şeyin en üstünde */
    }

    /* Takvimin ok işaretini (arrow) mobilde gizleyelim, ortada dururken garip kaçar */
    .flatpickr-calendar.arrowTop:before, 
    .flatpickr-calendar.arrowTop:after,
    .flatpickr-calendar.arrowBottom:before,
    .flatpickr-calendar.arrowBottom:after {
        display: none !important;
    }
	
    /* Formun Konumlandırılması */
    .search-overlay-wrapper {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        pointer-events: none; /* Slider geçişlerine engel olmaması için */
    }

    /* İçindeki cam konteyner */
    .search-glass-container {
        position: relative !important;
		margin-top: 0 !important;
        width: 100%;
		height:auto;
        pointer-events: auto; /* Formun içindeki tıklamaları geri aktif eder */
		background: none;
    }

    /* Formun kendi stili */
    .search-list {
        height:400px;
		margin-top:36vh;
		background: none;
        border-radius: 20px !important;
        padding: 0 !important;
    }
	
	#hero-search-form{
		background-color:transparent;
	}

    /* Slider Yüksekliği ve Görseller */
    .super-flow-hero, .mySwiper, .swiper-container {
        height: 80vh !important; /* Ekranın %80'ini kaplar */
        min-height: 500px !important;
    }

    .swiper-slide img {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }
	
	.swiper-pagination{
		display: none;
	}
	
	.slide-content-text { position: absolute; left: 50%; transform: translateX(-50%); z-index: 10; color: #fff; max-width: 700px; }
}

/* Breadcrumb Konteyner Ayarları */
.custom-breadcrumb {
	display: flex;
    flex-wrap: nowrap; /* Satır atlamayı engelle */
    overflow-x: auto;  /* Sığmazsa yatay kaydırma aç */
    white-space: nowrap; /* Metni tek satıra zorla */
    -webkit-overflow-scrolling: touch; /* iOS için pürüzsüz kaydırma */
	/* 
	width: 100%;
	overflow: hidden; 
	padding: 10px 0;
	*/
}

.breadcrumb-list {
	display: flex;
	flex-wrap: nowrap; /* Alt alta binmeyi engelle: En kritik satır */
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	
	/* Mobilde Yatay Kaydırma İçin */
	overflow-x: auto; 
	white-space: nowrap; /* Metinlerin kırılmasını engelle */
	
	/* Scroll barı bazı tarayıcılarda gizlemek veya şıklaştırmak için */
	-webkit-overflow-scrolling: touch; 
}

/* Scroll barı şıklaştıralım (Opsiyonel) */
.breadcrumb-list::-webkit-scrollbar {
	height: 3px;
}
.breadcrumb-list::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 10px;
}

/* Liste Elemanları */
.breadcrumb-list li {
	display: flex;
	align-items: center;
	font-size: 14px;
	flex-shrink: 0; /* Elemanların büzülmesini engelle */
}

/* Ayraç (Sep) Ayarları */
.breadcrumb-list .sep {
	margin: 0 8px;
	color: #999;
}

/* Mobilde son elemanın görünür kalması için küçük bir gölge efekti (İpucu) */
.custom-breadcrumb {
	position: relative;
}
@media (max-width: 767.98px) {
	.custom-breadcrumb::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 100%;
		background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
		pointer-events: none; /* Tıklamayı engellemesin */
	}
}

/* SEO Kutusu Konteyner */
.seo-content-top {
	position: relative;
	max-height: 60px; /* Varsayılan yükseklik (Yaklaşık 4-5 satır) */
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); /* Yumuşak açılış */
	margin-bottom: 10px;
	line-height: 1.6;
}

/* Metin açıldığında */
.seo-content-top.expanded {
	max-height: 2000px; /* Çok uzun metinler için pay bırakıyoruz */
	transition: max-height 0.5s ease-in;
}

/* Alttaki hafif beyaz gölge (Sadece kapalıyken görünsün) */
.seo-content-top:not(.expanded)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none;
}

/* Buton Stili */
#read-more-btn {
	display: block;
	margin: 0 auto 20px auto;
	color: #007bff;
	font-weight: bold;
	border: 1px solid #007bff;
	padding: 5px 20px;
	border-radius: 20px;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

#read-more-btn:hover {
	background: #007bff;
	color: #fff;
}

/* Sayfa Sonu Yumuşak Geçiş */
.page-footer-fade {
	position: relative;
	height: 100px; /* Sönümlenme derinliği */
	margin-top: -100px; /* İçeriğin üzerine binmesi için */
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	pointer-events: none; /* Alttaki linklere tıklamayı engellemez */
	z-index: 100;
}


/* 1. Menünün Başlangıç Pozisyonu (Solda Gizli) */
#mnav {
    position: fixed;
    top: 0;
    left: -280px; /* Menü genişliği kadar sola gizle (Genişliğin neyse onu yaz) */
    width: 280px;
    height: 100%;
    z-index: 9999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: var(--bs-brown-gray) !important;
	font-size:16px;
	
}

/* 2. Menü Açıldığında (Sola Yaslan) */
#mnav.open-left {
    left: 0; /* Menüyü ekrana sok */
}

/* 3. Ekranı (Wrapper) Sağa İtme */
.wrapper, #head-box {
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
}

body.pushed-right .wrapper, 
body.pushed-right #head-box {
    transform: translateX(280px);
}

/* Mobilde ekranın sağa kayınca taşmaması için */
body {
    overflow-x: hidden;
    width: 100%;
}

/* İlan detay sayfasındaki form için */
.form-horizontal .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-top: .125rem;
	margin-bottom: .125rem;
}