@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0
}
:focus {
  outline: 0
}
* {
  list-style: none;
  text-decoration: none;
}
body {
  line-height: 1;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
/*ol, ul {s
		list-style: none
	}*/
table {
  border-collapse: separate;
  border-spacing: 0
}
caption, th, td {
  font-weight: 400;
  text-align: left
}
blockquote:before, blockquote:after, q:before, q:after {
  content: ""
}
blockquote, q {
  quotes: """"
}
header, nav, article, section, footer, figure, aside {
  display: block;
}
input, select, textarea {
  -webkit-border-radius: 0;
  border-radius: 0
}
.clear {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  clear: both
}
html {
  scroll-behavior: smooth;
  transition: all 0.1s ease-out;
}
.header {
    padding: 20px 0px 20px;
}
.header_Center {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.logo {
    float: left;
    width: 150px;
    top: 1%;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
}
.logo img {
	width: 100%;
}
.menu {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 20px;
}
.menu div ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 15px;
    font-size: 20px;
    color: #96694c;
    cursor: pointer;
    transition: all 0.6s;
}
.languages {
    position: absolute;
    right: 0;
    top: 40px;
}
.languages div ul li {
	display: inline-block;
	vertical-align: middle;
}
.form-Img {
	float: left;
	width: 65%;
    position: relative;
}
.form-Img img {
	width: 100%;
}
.form {
	float: right;
	width: 35%;
}
.form-Center {
	width: 450px;
	margin: 0 auto;
}
.form-Title {
	margin-top: 40px;
	color: #8E644a;
	font-weight: 600;
	font-size: 27px;
	line-height: 30px;
}
.inputs {
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
input {
  padding: 20px 10px 20px 15px;
  display:block;
  width: 100%;
  border:none;
  border-bottom: 1px solid #8e644c;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
input::placeholder {
	color: red;
}
input:focus 		{ outline:none; }

/* LABEL ======================================= */
label 				 {
  color:#95694b;
  font-size: 15px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left: 15px;
  top: 20px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
  font-family: 'Raleway', sans-serif;
}

/* active state */
input:focus ~ label, input:valid ~ label {
  top:-20px;
  font-size:14px;
  color:#002870;
}

/* BOTTOM BARS ================================= */
.bar 	{position:relative;display:block;width:300px;display: none;}
.bar:before, .bar:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:1px;
  position:absolute;
  background: #002871;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#5264AE; }
  to 	{ width:0; background:transparent; }
}
.label--checkbox {
  position: relative;
  margin: .5rem;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer;
}
.checkbox {
	width: max-content;
	display: inline-block;
	vertical-align: top;
}
.inputs-span {
	display: inline-block;
	color: #8E644a;
}
.tarafima-asagidaki {
	color: #8E644a;
	line-height: 20px;
}
.inputs button {
    width: 100%;
    padding: 20px;
    background-color: #8e644a;
    color: #fff;
    border: unset;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
}
.container_1 {
	background-color: #96694c;
	padding: 150px 0px 150px;
}
.container1_Center {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.container_Text {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.istanbul_Img {
	position: relative;
}
.istanbul_Img img {
	width: 100%;
}
.besiktas_Text {
	position: absolute !important;
	bottom: 0;
	width: 50% !important;
	z-index: 9;
	left: 0;
}
.white_Shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 60% !important;
}
.shadow_Title {
	font-size: 25px;
}
.shadow_Title h3 {
	font-weight: 300;
}
.shadow_Text {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}
.shadow_Text div ul li {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	margin: 4.8%;
}
.shadow_Text div ul li:nth-child(1) {
	text-align: right;
}
.shadow_Text div ul li:nth-child(2) {
	text-align: left;
}
.shadow_P {
	margin-top: 10px;
	font-weight: 300;
}
.besiktas_Left {
	float: left;
	width: 40%;
}
.besiktas_Left img {
	width: 100%;
}
.besiktas_Right {
	float: right;
	position: relative;
	width: 59%;
}
.right_Img {
	width: 100%;
	background-color: #96694b;
}
.right_Img img {
	width: 60%;
}
.elmaslar_Img {
    position: absolute;
    top: 0;
    right: 3%;
    width: 7% !important;
}
.besiktas_Text2 {
   left: 0;
    width: 87% !important;
    position: absolute;
    margin-top: 32%;
}
.referansimiz_Besiktas {
    margin-top: 250px;
}
.referansimiz_Besiktas div ul li {
	width: 40%;
	margin: 2%;
	display: inline-block;
	vertical-align: middle;
}
.referansimiz_Besiktas div ul li img {
	width: 100%;
}
.referansimiz_Title h3 {
	
}
.referansimiz_Info {
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
}
.referansimiz_Title {
	font-size: 27px;
}
.referansimiz_Besiktas div ul li:nth-child(2) {
	width: 50%;
}
.referansimiz_Text {
    display: block;
    vertical-align: unset;
    width: 100%;
    text-align: left;
    border-right: 0;
    padding-right: 0;
    margin-top: 0;
}
.referansimiz_Text:nth-child(2) {
	text-align: left;
	border: unset;
	padding: unset;
	padding-left: 3%;
}
.container_3 {
	width: 100%;
	position: relative;
}
.proje_Cover {
	width: 100%;
}
.back_Proje {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	top:0;
	z-index: 0;
	left: 0;
	right: 0;
}
.back_Img {
    width: 18%;
    position: absolute;
    top: 0;
    right: 0;
}
.back_Info {
    width: 15%;
    position: absolute;
    top: 10px;
    right: 1.4%;
}
.back_Info img {
	width: 100% !important;
}
.her_Hayalini {
	margin-top: 30px;
}
.hayal_Title {
    font-size: 20px;
    font-weight: 300;
}
.hayal_Info {
    margin-top: 10px;
    line-height: 20px;
    font-weight: 300;
    font-size: 14px;
}
.yasarsin_Left {
	width: 20%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.yasarsin_Img {
	width: 100%;
}
.yasarsin_Elmas {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
}
.yasarsin_Info {
	width: 20%;
	padding-left: 10%;
	display: inline-block;
	vertical-align: middle;
}
.yasarsin_Img {
	width: 100%;
}
.yasarsin_Img img {
	width: 100%;
}
.yasarsin_Title h3 {
	font-size: 30px;
	font-weight: 300;
}
.ys_Info {
	font-weight: 300;
	margin-top: 20px;
}
.all_Text {
	margin-top: 30px;
}
.yasarsin_Title {
	margin-top: 30px;
}
.ys_Img {
	width: 100%;
	margin-top: 30px;
	margin-left: 0;
}
.ys_Img img {
	width: 100%;
}
.sanati_Kulturu {
	float: right;
	width: 42%;
}
.sanati_T {
	background-color: #96694c;
	color: #fff;
	width: 100%;
	padding: 5px;
}
.sanati_Div {
	text-align: right;
	font-weight: 300;
	margin-top: 100px;
	width: 50%;
}
.kulturu_T {
	color: #96694c;
	width: 95%;
}
.eglenceyi_T {
    color: #96694b;
    width: 60%;
    padding: 5px;
    border-left: 100px solid #96694d;
}
.yasarsin_T {
	color: #fff;
	width: 24%;
	background-color: #96694b;
	width: max-content;
	padding: 5px;
	float: right;
	position: relative;
	left: 30px;
}
.sanati_Div div {
	margin-top: 5px;
	font-size: 22px;
}
.sanati_Img {
	width: 100%;
	margin-top: 50px;
}
.sanati_Img img {
	width: 100%;
}
.sanati_Right {
	text-align: right;
	font-weight: 300;
	margin-top: 100px;
	width: 100%;
}
.sanati_Right div {
	margin-top: 5px;
	font-size: 22px;
}
.yasarsin_T {
	color: #fff;
	width: 24%;
	background-color: #96694b;
	width: max-content;
	padding: 5px;
	float: right;
	position: relative;
	left: 30px;
}
.sanati_Img {
	width: 100%;
	margin-top: 50px;
}
.sanati_Img img {
	width: 100%;
}
.sanati_Right {
	text-align: right;
	font-weight: 300;
	margin-top: 100px;
	width: 100%;
}
.sanati_Right .sanati_T {
	background-color: #96694c;
	color: #fff;
	width: 40%;
	padding: 5px;
	float: right;
	text-align: left;
}
.sanati_Right .kulturu_T {
	color: #96694c;
	width: 39%;
	float: right;
	text-align: left;
}
.sanati_Right .eglenceyi_T {
    color: #96694b;
    width: 26%;
    padding: 5px;
    border-right: 100px solid #96694d;
    float: right;
    text-align: left;
    border-left: 0;
}
.sanati_Right .yasarsin_T {
	color: #fff;
	width: 24%;
	background-color: #96694b;
	width: max-content;
	padding: 5px;
	float: right;
	position: relative;
	float: right;
	left: -80px;
	width: 30%;
	text-align: center;
}
.dogal_Left {
    float: left;
    width: 40%;
}
.dogal_Left img {
    width: 100%;
}
.dogal_Right {
    float: right;
    width: 58%;
}
.dogal_Elmas {
    width: 12%;
    float: left;
}
.dogal_Ayricalik {
    width: 80%;
    float: left;
    padding-left: 6%;
}
.dogal_Img {
    width: 100%;
}
.dogal_Img img {
    width: 100%;
}
.dogal_Text {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}
.dogal_Title h3 {
    font-weight: 300;
    font-size: 30px;
}
.dogal_P {
    font-weight: 300;
    font-size: 16px;
    margin-top: 16px;
    line-height: 25px;
}
.dogal_Title {
    margin-top: 30px;
}
.dogal_Img {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}
.dogal_Img img {
    width: 100%;
}
.ayricaligi_Yasarsiniz {
    width: 75%;
    margin: 0 auto;
    padding-left: 16%;
}
.ayricaligi_Yasarsiniz img {
    width: 100%;
}
.dortbi_Yaniniz {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
.dortbi_Yaniniz img {
    width: 100%;
}
.dortbi_Right {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
}
.dortbiyaniniz_Img {
    width: 90%;
}
.dortbiyaniniz_Img img {
    width: 100%;
}
.dort_Title h3 {
    font-size: 30px;
    font-weight: 300;
}
.dort_Info {
    font-weight: 300;
    margin-top: 20px;
    line-height: 20px;
    font-size: 13px;
}
.dort_Text {
    width: 80%;
    float: right;
    padding-right: 10%;
}
.dort_Title {
    margin-top: 30px;
}
.sivri_Kutu {
    width: 90%;
    float: right;
    margin-top: 20px;
}
.container_7 .dogal_Right {
    width: 60%;
    position: relative;
}
.container_7 .dogal_Elmas {
    position: absolute;
    left: 0;
    top: 0;
}
.container_7 .ayricaligi_Yasarsiniz {
    width: 100%;
    padding-left: 0;
}
.container_7 .dogal_Ayricalik {
    padding-left: 10%;
}
.container_8 {
    background: url("../images/besiktas-background.jpg");
    background-size: cover;
    height: 1000px;
    background-attachment: fixed;
}
.container_9 {
    background: url("../images/besiktas-background2.jpg");
    background-size: cover;
    height: 1000px;
    background-attachment: fixed;
}
.container_10 {
    margin-top: 50px;
}
.lokasyon_Center {
    width: 85%;
    margin: 0 auto;
    position: relative;
}
.lokasyon_Left {
    float: left;
    width: 45%;
}
.lokasyon_Right {
    float: right;
    width: 45%;
}
.lokasyon_Text {
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
}
.lokasyon_Title {
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.lokasyon_Title h3 {
    font-weight: 600;
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: max-content;
    padding: 0px;
}
.lokasyon_Line {
    background-color: #000001;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 1px;
    display: none;
}
.lokasyon_Info {
    margin-top: 30px;
    height: 260px;
}
.lokasyon_Name {
    margin-top: 15px;
}
.lokasyons_Title {
    float: left;
    width: 70%;
    font-weight: 300;
}
.lokasyon_Dakika {
    float: left;
    font-weight: 300;
    display: none;
}
.lokasyon_Km {
    float: right;
    font-weight: 300;
}
.line_Lokasyon {
    position: absolute;
    width: 30%;
    height: 30px;
    background-color: #898e91;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 5%;
}
#footer {
    margin-top: 150px;
    padding: 30px 0px 30px;
    background-color: #ededed;
}
.footer_Center {
    width: 85%;
    margin: 0 auto;
}
.footer_Center div ul li:nth-child(1){
    float: left;
    width: max-content;
    width: 45%;
}
.footer_Center div ul li:nth-child(2){
    float: right;
    text-align: right;
    width: 50%;
    margin-top: 2.5%;
}
.footer_Logo {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
.social_Img {
    display: inline-block;
    vertical-align: top;
    width: 6%;
}
.social_Img img{ 
    width: 100%;
}
.icsayfa_Center {
    width: 85%;
    margin: 0 auto;
    margin-top: 250px;
}
.icsayfa_Title h3 {
    font-size: 40px;
    font-weight: 300;
}
.icsayfa_Div {
    margin-top: 30px;
}
.icsayfa_Div div ul li {
    float: left;
    width: 23%;
    margin: 1%;
    background-color: #f8f8f8;
    padding-bottom: 20px;
    transition: all 0.6s;
}
.icsayfa_Div div ul li img {
    width: 100%;
}
.kat_Name {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.kat_Name h3 {
    font-weight: 300;
    font-size: 16px;
    color: #95694b;
}
.lokasyon_Div {
    margin-top: 30px;
    width: 100%;
}
.lokasyon_Img {
    width: 100%;
}
.iletisim_Div {
    margin-top: 50px;
    overflow: hidden;
}
.iletisim_Div div ul li {
    float: left;
    width: 46%;
    margin: 2%;
}
.iletisim_Title h3 {
    font-weight: 300;
    font-size: 29px;
}
.iletisim_Icon {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: 1px solid #95694b;
    padding: 10px;
    border-radius: 60px;
}
.iletisim_Icon img {
    width: 100%;
}
.iletisim_Info {
    width: max-content;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3%;
    font-weight: 300;
}
.iletisim_D {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.iletisim_D button {
    width: 20%;
    padding: 15px;
    background-color: #8e644a;
    color: #fff;
    border: unset;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border-radius: 10px;
}
.iletisim_D iframe {
    height: 300px;
    width: 100%;
}
.menu div ul li:hover {
    opacity: 0.5;
}
.icsayfa_Div div ul li:hover {
    opacity: 0.5;
}
.loading_Top {
    position: relative;
    top:30px;
    opacity: 0;
    transition: all 0.6s;
}
.scroll_Top {
    position: relative;
    right:90px;
    opacity: 0;
    transition: all 0.6s;
}
.menu_Icon {
    width: 4%;
    position: absolute;
    right: 0;
    margin-top: 3%;
    cursor: pointer;
}
.menu_Img {
    width: 100%;
}
.menu_Div {
    background-color: #96694c;
    position: fixed;
    top: 0;
    right: 0;
    width: 460px;
    height: 100vh;
    z-index: 9999999;
    transition: all 0.5s;
    opacity: 0;
    display: none;
}
.menu_Center {
    width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 10%;
}
.close {
    text-align: right;
}
.close img {
    width: 10%;
    cursor: pointer;
}
.menu_Content {
    text-align: left;
    margin-top: 100px;
}
.menu_Content div ul li {
    margin-top: 20px;
    color: #fff;
    font-size: 38px;
    cursor: pointer;
    position: relative;
    left: -50%;
    opacity: 0;
    transition: all 0.5s;
    cursor: pointer;
    position: relative;
    font-family: "Avenir-Black";
}
.menu_Content div ul li:hover {
    transform: rotate(3deg);
    margin-left: 10px;
}
.menu_Icon {
    display: none;
}
.footer_Toki {
    display: inline-block;
    vertical-align: middle;
    width: 6%;
    margin: 10px;
}
.form_Text {
    position: absolute;
    top: 4%;
    right: 4%;
}
.form_Text h3 {
    color: #fff;
    font-weight: 300;
}
.overlay {
    background: #e74a54;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
  }
  .overlay.is-on {
    opacity: 1;
    visibility: visible;
  }
  .overlay.is-on .content {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .overlay .content {
    background: #fff;
    position: absolute;
    top: -50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 80%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  #close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 15px;
    color: #999;
    cursor: pointer;
  }
  .footer_Cevre {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }
  .lokasyon_Con div ul li {
    width: 40%;
    float: left;
    border-top: 50px solid #836f51;
    position: relative;
    border-bottom: 50px solid #836f51;
  }
  .lokasyon_Con div ul li:nth-child(2) {
    padding-left: 5%;
    border-bottom: unset;
  }
  .lokasyon_Con div ul li img {
    width: 100%;
  }
  .lokasyon_Con {
    margin-top: 50px;
  }
  .lokasyon_Img {
    float: left;
    width: 43%;
    margin-right: 14%;
  }
  .lokasyon_Img:nth-child(2) {
    margin-right: 0 !important;
  }
  .lokasyon_Img img {
    width: 100%;
  }
  .white_Back {background-color: white;width: 12.3%;height: 50px;position: absolute;top: -50px;right: 38.3%;}
  .lokasyon_Yazi {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
  }
  .lokasyon_Elmas {
    position: absolute;
    bottom: -16%;
    left: 0;
  }
a{
    all: unset;
    cursor: pointer;
}
.headerBottom {
    width: 100%;
    margin-bottom: -33px;
}
.headerBottomCenter {
    width: 90%;
    margin: 0 auto;
}
.headerBottomCenter .footer_Toki {
    width: 9%;
}
.headerBottomCenter .footer_Cevre {
    width: 10%;
    border-right: 1px solid #eaeaea;
    padding-right: 2%;
    margin-left: -4%;
}
.headerBottomCenter .footer_Logo {
    width: 8%;
    float: right;
    margin-top: 2.5%;
    position: relative;
    left: 4%;
}
.logo-2 {
    width: 4%;
    position: absolute;
    top: 17%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.logo-2 img {
	width: 100%;
}
.fancybox-content {
    width: 50% !important;
}
.sabitMenu {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    top: 0;
}
.form-Container {
    margin-top: 200px;
}
.logoPos {
    position: absolute;
    left: -3.5%;
    z-index: 999999;
    top: -11%;
    width: 9.5%;
}