@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:100,300,400,500&subset=latin-ext');


/*Scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.05);
	border: none;
	
}
::-webkit-scrollbar-thumb {
    background: rgba(139,25,154,0.4);
	border: none;
	border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {  
   background: rgba(139,25,154,0.8); 	
}



html {
  box-sizing: border-box;
}

*, *::after, *::before {
	box-sizing: inherit;
}

/*** POPUP **/
.mask {
    overflow: hidden!important;
    position: relative;
    height: 100vh;
    width: 100%;
}  

.modal-dialog-one {
    width: 42%;
    margin: 30px auto;
	overflow: hidden;
}
.modal-body-one{
	padding: 0!important;
}
.modal-content {
	border-radius: 0;
}
.modal-header {
    padding: 0 5px;
    border-radius: 0;
    border-bottom: 0;
}
.no-pad {
    position: relative;
    padding: 0;
}
.no-color{
	background-color: transparent;
    border-color: transparent;
}
.custom-close{
	color: #fff;
    opacity: 1;
    font-size: 35px;
    font-weight: 100;
}
/**** POPUP ****/

@media(max-width:1366px) {
	.modal-dialog-one {
		width: 60%;

	}	
}
@media(max-width:1280px) {
	.modal-dialog-one {
		width: 64%;

	}	
}
@media(max-width:1024px) {
	.modal-dialog-one {
		width: 79%;

	}	
}
@media(max-width:768px) {
	.modal-dialog-one {
		width: 100%;
	}	
}


.tur{
	font-weight: bold!important;
    background-color: #eae6dd;
    color: #000!important;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}
.tur:hover{
    background-color: #8d5983!important;
    color: #fff!important;
}


body {
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	/* color: #242b3b; */
	/* margin-top: 50px; */ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	background-color: #0b0917; 
}
.main{
    min-height: 100%;
    display: block;
    max-width: 1338px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.navbar {
	background-image: url(../img/navbar-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #a889b5;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-weight: 400;
    font-size: 16px;
	line-height: 25px;
	padding-bottom: 12px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #a889b5;
}
.activeLink {
    color: #f3e1a1!important;
}
.navbar-brand {
    height: auto;
	padding: 0px 15px;
	margin-left: -170px!important;
	position: relative;
}

.navbar-toggle {
    position: absolute;
    z-index: 9;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    right: 0;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}


.header-image {
    display: block;
    width: auto;
    min-height: 822px;
    text-align: left;
    background-image: url(../img/header-back.jpg);
    background-attachment: scroll;
   /* background-position: top center;*/
    background-repeat: no-repeat;
	background-size: cover;
}
.bg-purple{
	background-color: #3e0f4b;
}
.bg-purple a{
	font-size: 12px !important;
}

.headline {
    padding: 260px 0 0 0;
}

.headline h1 {
    font-size: 81px;
	color: #fff;
	font-weight: 100;

}

.headline h2 {
    font-size: 48px;
	color: #fff;
	font-weight: 100;
	letter-spacing: -.03em;
}

.headline .kampanya {
	text-align: right;
	margin-right: 40px;
	margin-top: 40px;
	font-size: 50px;
	color: white;
}
.headline .kampanya .ofis{
    display: block;
	font-size: 30px;
}
.headline .kampanya .kod{
	font-size: 30px;
}
.embed-responsive{
	border: 10px solid rgba(62, 14, 75, 0.4);
}
.header-text{
		padding-right: 0px;
    	text-align: right;
	}
/*************Sizi Arayalım***************************/

.call{
	position: absolute;
    width: 25%;
    top: 5%;
    transform: translateY(-5%);
    z-index: 1040;
    right: 0;
}
.other-call{
	top:9%;
	transform: translateY(-9%);
}
.kat-call{
	top:1.5%;
	transform: translateY(-1.5%);
}

.call img{
	position: absolute;
	right: 0px;
	max-width: 100%;
	width: 162px;
	cursor: pointer;
}


.call .formcontainer {
    margin-top: 45px;
    width: 100%;
	padding: 35px 15px;
	min-height: 435px;
	position: absolute;
	background-color: rgba(58, 44, 102, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}
.formbg h3{
	color: #fff;
    margin: 0 0 15px 0;
    font-weight: 300;
    letter-spacing: .03em;
}

.btn-default {
    color: #242b3b;
    background-color: #eae6dd;
    border-color: #eae6dd;
}
.btn-default:hover,.btn-default:focus  {
    color: #eae6dd;
    background-color: #231934;
    border-color: #231934;
}
.btn-primary {
    color: #fff;
    background-color: #0c5fac;
    border-color: #0c5fac;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #0a5193;
    border-color: #0a5193;
}
.input-lg {
	border-radius: 3px;
}
.bilgilendirme{
	color: #fff !important;
}
.bold{
	font-weight: 500;
	color: #fff;
}
.bold:hover{
	font-weight: 500;
	color: #fff;
}


/**********360 TUR ***************/

.tur-box{
	margin: 0 0 30px;
    border-bottom: 1px solid #000;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}
.tur-box:hover{
	border-bottom: 1px solid #3e0f4b;
}
.tur-box h4{
	color: #000;
	 -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;  
}
.tur-box:hover h4{
	color: #3e0f4b;
}
#tur-bg {
	padding: 100px 0;
	min-height: 300px;
    height: auto;
    background-color: #fbfaf8;
}


.tur-call {
    top: 8.4%;
    transform: translateY(-8.4%);
}

/**********KONSEPT ***************/

.konsept-header-image {
    display: block;
    width: auto;
    min-height: 822px;
    text-align: left;
    background-image: url(../img/konsept-header-back.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
	background-size: cover;
}
.bottom-text{
	top: 29%;
    transform: translateY(-29%);
    position: absolute;
    display: block;
    width: 72%;
    text-align: right;
}
.bottom-text p.text{
    font-size: 15px;
    font-weight: 400;
    color: #fff;
	letter-spacing: .03em;
	padding: 0;
	margin: 0;
}

#konsept-first-bg{
	padding-top: 180px;
	height: 547px;
	background-image: url(../img/konsept-first-back.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

#konsept-second-bg{
	padding-top: 420px;
	height: 594px;
	background-image: url(../img/konsept-second-back.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
#konsept-second-bg .news{
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
	column-count: 3;
	 -webkit-column-gap: 80px; /* Chrome, Safari, Opera */
    -moz-column-gap: 80px; /* Firefox */
    column-gap: 80px;
}
#konsept-second-bg .news p{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	
}


#konsept-second-bg p.text{
	font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    padding-top: 10px;
}

#konsept-third-bg{
	padding-top: 170px;
	height: 620px;
	background-image: url(../img/konsept-third-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}
#konsept-third-bg p.baslik {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .03em;
}
#konsept-third-bg p.text-2 {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-align: justify;
    padding-top: 10px;
}
#konsept-third-bg h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 100;
    letter-spacing: -.03em;
	margin-bottom: 40px;
	margin-top: 0;
}

/********** KONSEPT BİTTİ ***************/








/********** LOKASYON ***************/

.lokasyon-header-image {
    display: block;
    width: auto;
    min-height: 463px;
    text-align: left;
    background-image: url(../img/lokasyon-header-back.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
	background-size: cover;
}
.lokasyon-header-image  .headline {
    padding: 200px 0 0 0;
}
.lokasyon-header-image .headline h1 {
	font-size: 50px;
	color: #242b3b;
	
}
.lokasyon-header-image .headline p {
    font-size: 20px;
	color: #242b3b;
	line-height: 30px;	
}
#lokasyon-first-bg{
	height: 900px;
	background-image: url(../img/lokasyon-first-back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-color: #fbfaf8;
	background-size: cover;
}
.lokasyon-text{
    font-weight: 400;
    text-align: center;
    padding: 50px 0;
	font-size: 20px;
}

/********** LOKASYON BİTTİ **************/





/********** KAT PLANLARI  **************/
.katplanlari-header-image {
    display: block;
    width: auto;
    min-height: 608px;
    text-align: left;
    background-image: url(../img/katplani-header-back.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
	background-size: cover;
}
.katplanlari-header-image  .headline {
    padding: 200px 0 0 0;
}
.katplanlari-header-image .headline h1 {
	font-size: 105px;
    color: #242b3b;
    line-height: 110px;	
}
.katplanlari-header-image .headline h1 span {
	font-weight: 400;
}
.katplanlari-bg{
	background-image: url(../img/katplani-first-back.jpg);
}
#katplanlari-first-bg{
	height: 643px;
	padding-top: 40px;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-color: #fbfaf8;
	background-size: cover;
}

#katplanlari-first-bg .katplanlari-ozellik{
	font-size: 20px;
	color:#212836;
	margin-top: 25px;
    margin-left: 60px;
}
#katplanlari-first-bg h3{
	font-weight: 500;
	color:#212836;
	margin-bottom: 20px;
}
#katplanlari-first-bg p{
	margin-bottom: 3px;
}
/********** KAT PLANLARI BİTTİ  **************/







/********** GALERİ **************/

.galeri-header-image {
    display: block;
    width: auto;
    min-height: 1251px;
    text-align: left;
    background-image: url(../img/galeri-header-back.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
	background-size: cover;
}

.galeri-header-image .headline h1 {
    font-size: 95px;
    color: #fff;
    font-weight: 100;
    text-align: right;
}
.thumbnail {
    padding: 8px;
    border-radius: 0;
}
.viewbox-container {
    background: rgba(0, 0, 0, 0.77)!important;
    z-index: 1090!important;
}
.viewbox-body {
	border-radius: 0!important;
}
.carousel-control.left, .carousel-control.right {
	top: 160px;
	background: none;
	background-color: transparent;
}
.carousel-control.right {
	right: -115px;
}
.carousel-control.left {
	left: -115px;
}

/********** GALERİ BİTTİ **************/







/********** İLETİŞİM **************/

.iletisim-header-image {
    display: block;
    width: auto;
    min-height: 460px;
    text-align: left;
/*    background-image: url(../img/iletisim-header-back.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
	background-size: cover;*/
}

#iletisim-first-bg, #other-down-iletisim{
    height: auto;
    background-color: #fff;
    margin-top: -5px;
}

#iletisim-first-bg .iletisim, #other-down-iletisim .iletisim{
	padding: 50px 0;
	  
}

#iletisim-first-bg .iletisim h3, #other-down-iletisim .iletisim h3{
	font-weight: 600;
    font-size: 40px;
	margin-bottom: 5px;
	text-align: center;
}
#iletisim-first-bg .iletisim p, #iletisim-first-bg .iletisim h4, #other-down-iletisim .iletisim h4, #other-down-iletisim .iletisim p{
	font-size:18px;
	text-align: center;
}

#iletisim-first-bg .iletisim p span, #other-down-iletisim .iletisim p span{
	color:#48cdf0;
}
#iletisim-first-bg .sosyal, #other-down-iletisim .sosyal{
	text-align: center;
	margin-bottom: 40px;
}
#iletisim-first-bg .sosyal a, #other-down-iletisim .sosyal a{
	color: #48cdf0;
}
/********** İLETİŞİM BİTTİ **************/








#first-bg{
	padding-top: 180px;
	height: 547px;
	background-image: url(../img/first-back.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: scroll;
	background-size: cover;
}


#first-bg .content{
	width: 40%;
    padding-left: 45px;
}
#first-bg h2{
	font-size: 50px;
	font-weight: 300;
	margin: 0;
	padding: 0;	
	color:#fff;
	line-height: 60px;
}
#first-bg h2 .one{
	font-weight: 100;
	display: block;
	letter-spacing: .035em;
}
#first-bg h2 .two{
	display: block;
	letter-spacing: .015em;
}






#second-bg{
	height: 594px;
	background-image: url(../img/second-back.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}




#third-bg{
	padding-top: 30px;
	height: 620px;
	background-image: url(../img/third-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
}

#third-bg p.text-1{
	font-size: 26px;
    font-weight: 400;
    color: #cda77f;
}
#third-bg p.baslik{
	font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .03em;
}
#third-bg p.text-2{
	font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    text-align: justify;
    padding-top: 10px;
}
#third-bg p.text-3{
	font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .03em;
}
footer {
    display: inline-block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    font-size: 13px;
}
footer .footer-logo {
	padding: 20px 0;
	
}
footer .company{
	font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}
@media(max-width:1440px) {
	/*.mask {
		 height: 93vh; 
	}*/
}
@media(max-width:1366px) {
	/*.mask {
		 height: 100vh; 
	}*/
}
@media(max-width:1199px) {
    .headline h1 {
        font-size: 120px;
    }

    .headline h2 {
        font-size: 63px;
    }
	.headline .kampanya {
		margin-right: 5px;
	}
	.bottom-text {
		width: 78%;
	}
	#lokasyon-first-bg {
	    height: 690px;
  	    padding-top: 55px;
	}
	.lokasyon-header-image .headline h1 {
		font-size: 70px;
		margin: 0 0 10px 0;
	}
	.lokasyon-header-image .headline p {
		font-size: 16px;
		line-height: 30px;
	}
	.katplanlari-header-image {
		background-position: 40%;
	}
	.katplanlari-header-image .headline h1 {
		font-size: 90px;
		line-height: 100px;
	}

}


@media(max-width:1024px) {
	/*.mask {
		 overflow: hidden; 
		 position: relative; 
		 height: 90vh; 
		 width: 100%; 
	}*/
	.formbg h3 {
		font-size: 20px;
	}
	.header-image {
		min-height: 768px;
	}
	
	.headline h1 {
        font-size: 50px;
    }

    .headline h2 {
       font-size: 30px;
    font-weight: 300;
    }
	.header-text{
		padding-right: 35px;
    	text-align: right;
	}
	.call{width:300px}
	.konsept-header-image .headline h1 {
        font-size: 105px;
    }
    .konsept-header-image .headline h2 {
        font-size: 37px;
    }
	#konsept-third-bg h2 {
        font-size: 48px;
    }
	
	.headline .kampanya {
    	margin-right: 45px;
	}
	
	.headline .kampanya img{
		height: 160px;
	}
	#katplanlari-first-bg {
		height: 600px;
	}
	
	.bottom-text {
		top: 27%;
		transform: translateY(-27%);
		position: absolute;
		display: block;
		width: 89%;
		text-align: right;
	}
	#konsept-second-bg .news {
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
	#konsept-third-bg p.text-2 {
		line-height: 22px;
	}
	#lokasyon-first-bg {
		height: auto;
		padding-bottom: 30px;
	}
	.lokasyon-header-image .headline h1 {
		font-size: 39px;
		margin: 0 0 10px 0;
	}
	.lokasyon-header-image .headline p {
		font-size: 20px;
		line-height: 25px;
	}
	.lokasyon-text {
		padding: 0 0 50px 0;
	}
	.carousel-control.left {
		left: -80px;
	}
	.carousel-control.right {
		right: -80px;
	}
	.kat-call {
		top: 1.3%;
		transform: translateY(-1.3%);
	}
	.navbar-nav {
		float: right;
		margin: -262px 0 0 0;
		position: relative;
	}
	
}



@media(max-width:991px) {
    .headline h1 {
        font-size: 113px;
    }

    .headline h2 {
        font-size: 50px;
    }
	#katplanlari-first-bg h3{
		font-size: 18px;
	}
	#katplanlari-first-bg .katplanlari-ozellik{
		font-size: 18px;
		color:#212836;
	}
}



@media(max-width:768px) {
	/*.mask {
		overflow: hidden;
		 position: relative; 
		 height: 70vh; 
		 width: 100%; 
	}*/
	.nav>li>a {
		padding: 10px 5px;
	}
	.header-text {
		padding-right: 35px;
		text-align: center;
	}
	.headline .kampanya {
		color:#000;
	}
	.header-image {
		background-position: inherit;
	}
	.headline {
    	padding: 350px 0 0 0;
	}
	.headline .kampanya {
    	margin-right: 45px;
	 }
	.headline .kampanya img{
		height: 150px;
	 }
	.headline h1 {
		font-size: 85px;
	}
	.headline h2 {
		font-size: 29px;
		display: inline;
		color: #211d3e;
		font-weight: 400;
		background-color: rgba(255, 255, 255, 0.54);
		line-height: 50px;
		padding: 5px 8px;
	}
	.konsept-header-image .headline h1 {
		font-size: 105px;
	}
	.konsept-header-image .headline h2 {
		font-size: 25px;
		display: inline;
		color: #211d3e;
		font-weight: 400;
		background-color: rgba(255, 255, 255, 0.54);
		line-height: 50px;
		padding: 5px 8px;
	}
	.navbar-brand {
		margin-left: -210px!important;
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 0;
	}
    .container {
        margin: 0 15px;
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  	  background-color: #a889b5;
	}
	
	#first-bg .content {
		width: 55%;
	}
	#third-bg p.text-1 {
		font-size: 25px;
		margin-bottom: 30px;
	}
	
	
	
	.bottom-text {
		width: 100%;
		text-align: center;
	}
	#konsept-first-bg {
  	  background-position: 75%;
	}
	#konsept-second-bg .news {
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	#konsept-third-bg {
		background-position: 70%;
	}
	#katplanlari-first-bg {
		height: 550px;
	}
	.lokasyon-header-image .headline {
		padding: 235px 0 0 0;
	}
	.lokasyon-header-image .headline h1, .lokasyon-header-image .headline p {
		color: #fff;
		text-align: center;
	}
	.lokasyon-text {
		font-weight: 400;
		text-align: center;
		padding: 0 0 30px 0;
	}
	.katplanlari-header-image {
		background-position: right;
	}
	.katplanlari-header-image .headline h1 {
		font-size: 105px;
		line-height: 115px;
	}
	.kat-call {
		top: 1.1%;
		transform: translateY(-1.1%);
	}
	#iletisim-first-bg .iletisim-left, .iletisim-right {
    	padding: 70px 20px;
	}
	
}


@media(max-width:600px) {
	/*.mask {
		 height: 75vh; 
	}*/
	.modal-dialog-one {
		width: 85%;
	}
}


@media (max-width: 667px){
	
	.navbar-nav {
		float: left;
		margin: 0;
		position: relative;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height:340px;
	}
	#first-bg .content {
		width: 100%;
	}
	#second-bg {
		display: none;
	}
	#third-bg {
		background-color: #000;
		background-image: none;
	}
	.call .formcontainer {
		background-color: rgba(58, 44, 102, 1);
	}
}





@media (max-width: 575px){
	.navbar-brand>img {
		width: 90%;
	}
	
    .headline {
		    padding: 90% 0 0 0;
	}
	/*.headline img {
		height: 150px;
	}*/

    .headline h1 {
       font-size: 50px;
       font-weight: 300;
    }

    .headline h2 {	
		font-size: 20px;
		padding: 5px;
		line-height: 37px;
		letter-spacing: .03em;
    }
	.headline .kampanya {
		margin-right: 7px;
	}
	.headline .kampanya img {
		height: 120px;
	}
	.header-text {
		padding: 15px;
		text-align: right;
		margin-top: 70px;
		background-color: rgba(48, 40, 101, 0.7);
	}
	.konsept-header-image .headline h1 {
		font-size: 58px;
		line-height: 80px;
	}
	.konsept-header-image .headline h2 {
		 font-size: 17px;
		line-height: 27px;
		padding: 0;
		background-color: rgba(255, 255, 255, 0);
    	color: #fff;
	}
	#iletisim-first-bg .iletisim h3, #other-down-iletisim .iletisim h3 {font-size: 30px;}
	.call {
    top: 10%;
    transform: translateY(-10%);
	}
	.other-call {
		 top: 13%;
   	 	 transform: translateY(-13%);
	}
	.kat-call {
		top: 1.1%;
		transform: translateY(-1.1%);
	}
	#first-bg .content {
		width: 100%;
		padding-left: 0;
	}
	#first-bg h2 {
		text-align: center;
	}
	#second-bg {
		display: none;
	}
	#third-bg {
		padding-top: 30px;
		background-image: none;
		height: 670px;
		background-color: black!important;
	}
	#konsept-first-bg {
    	display: none;
	}
	
	#konsept-second-bg .news {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
	#konsept-third-bg {
		background-position: 70%;
	}
	#konsept-third-bg {
    	padding-top: 100px;
		height: auto;
	}
	#lokasyon-first-bg {
  		height: auto;
		padding: 60px 0;
	}
	.lokasyon-header-image .headline h1, .lokasyon-header-image .headline p {
		color: #ffffff;
	}
	#iletisim-first-bg .iletisim h3 {
    	font-weight: 600;
		font-size: 25px;
	}

}




@media(max-width:414px) {

	.headline h1 {
		font-size: 40px;
		    margin: 0;
	}
	.headline h2 {
	    font-size: 19px;
		line-height: normal;
		background-color: rgba(255, 255, 255, 0);
		color: #fff;
		padding: 0;
	}
	.konsept-header-image {
 	   height: 100vh;
	   min-height: 1px;
	}
	.call {
		width: 100%;
	}
	.other-call {
		top: 9%;
		transform: translateY(-9%);
	}
	
	.headline .kampanya {
		margin-right: 10px;
		color: #fff;
		font-weight: 600;
	}
	.bottom-text {
		top: 35%;
    	transform: translateY(-35%);
	}
	.lokasyon-header-image {
		height: 100vh;
		background-position: 20%;
	}
	.konsept-header-image .headline, .lokasyon-header-image .headline, .katplanlari-header-image .headline {
		padding: 150px 0 0 0;
		top: 50%;
		transform: translateY(-50%);
		position: relative;
	}
	.lokasyon-header-image .headline h1 {
		font-size: 62px;
		margin: 0;
	}
	.lokasyon-header-image .headline p {
		font-size: 20px;
  	  	line-height: 27px;
	}

	.katplanlari-header-image {
		background-position: 70%;
		height: 100vh;
	}
	.katplanlari-header-image .headline h1 {
		font-size: 70px;
		line-height: 75px;
		margin-top: 65px;
		text-align: right;
	}
	#katplanlari-first-bg {
    	height: auto;
		background-position: 20%;
	}
	#katplanlari-first-bg .katplanlari-ozellik {
		font-size: 20px;
		color: #212836;
		margin-top: 0;
		margin-left: 0;
	}
	.galeri-header-image .headline h1 {
		font-size: 50px;
	}
	.iletisim-header-image {
		background-position: center;
		height: auto;
	}
	#iletisim-first-bg {
    	height: auto;
		background-position: right;
	}
	#iletisim-first-bg .iletisim {
		padding: initial;
	}

}


@media(max-width:375px) {
	.headline h1{font-size:38px; line-height: 50px;font-weight:300}
	.headline h2{font-size:20px;padding:0px;line-height:25px;font-weight:300;letter-spacing:.03em}
	.bottom-text {
		top: 28%;
		transform: translateY(-28%);
	}
	.konsept-header-image .headline h1 {
		font-size: 48px;
		line-height: 60px;
	}
	.lokasyon-header-image .headline h1 {
		font-size: 55px;
		margin: 0;
	}
	.galeri-header-image .headline h1 {
		font-size: 48px;
	}
	


}

@media(max-width:320px) {
	.call {
		top: 5%;
		transform: translateY(-5%);
	}
	 .headline {
		padding: 230px 0 0 0;
	 }
	 .headline h1 {
           font-size: 33px;
    	font-weight: 300;
    }

    .headline h2 {
		 font-size: 17px;
		line-height: 22px;
		padding: 0;
		letter-spacing: 0;
    }
	.headline .kampanya {
		margin-right: 3px;
	}
	
	#first-bg h2 {
		font-size: 40px;
		line-height: 50px;
	}
	#third-bg p.text-1, #third-bg p.baslik {
		font-size: 16px;
	}
	#third-bg p.text-2 {
		font-size: 14px;
		line-height: 20px;
	}
	.bottom-text {
		top: 24%;
		transform: translateY(-24%);
	}
	.lokasyon-header-image .headline h1 {
		font-size: 45px;
		margin: 0;
	}
	#iletisim-first-bg .iletisim-left, .iletisim-right {
		padding: 50px 0px;
	}
 
}