body{
	color:#b1b0b0;
	background-color: #000;
	font-family:'Poppins', Arial, Helvetica, sans-serif;
	--sayfa-zemin1:rgb(0,0,0,1);
	--sayfa-zemin0:rgb(0,0,0,0);
}

a{
	color:#b1b0b0
}
a:hover{
	color:#fff
}

.alt-marj-40{
	margin-bottom:40px
}
.alt-marj-60{
	margin-bottom:60px
}


#ana-div{
	position:relative;
	z-index:1;
}

.metin-alti-zemin{
	background-color:rgba(0,0,0,.3);
	padding:10px;
	border: #999 solid 1px;
    border-radius: 10px;
}
@media(min-width:768px){
	.metin-alti-zemin{
		height:100%;
	}
}



.liste-tur{
	margin-bottom:20px;
}
.liste-sutun img{
	width:100%;
}

.liste-tur .tur-adi{
	margin:20px 0;
	font-size:28px;
	font-weight:700;
	color:#fff;
}
.liste-tur a:not(.btn-anim){
	width:100%;
	color:#ccc;
	display:block;
}

.liste-tur a:hover{
	color:#fff;
	text-decoration:none;
}
.liste-fiyat{
	font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.liste-fiyat i{
	font-size:24px;
}

@media(min-width:768px){
	
}

.liste-foto{
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.liste-foto img{
	display: block;
	height: 100%;
	position: absolute;
	bottom: 0;
	width: 100%;
}







footer{position:relative}

.alt-bolum-2{
	position:relative;
	background-color:#262526;
	padding:10px 0;
	text-align:center;
	font-size:14px;
}

.sosyal-ikon{
	display:inline-block;
	width:48px;
	line-height:48px;
	text-align:center;
}
.sosyal-ikon span{
	font-size:18px;
}


.alt-adres{
	display:inline-block;
	vertical-align:top;
	padding:20px 0 10px 0;
	vertical-align:middle;
}







@media (max-width:639px){
	.alt-ust-pad70{
		padding:20px 0;
	}
	.ust-pad30{
		padding-top:10px;
	}
}
@media (max-width:767px){
	.sayfaustmarj{
		margin-top:50px;
	}
	.ana-sag-sutun{
		padding-right:0;
		padding-left:0;
	}
	.alt-adres{
		padding:0;
	}

}


@media (min-width:640px){
	.alt-ust-pad70{
		padding:70px 0;
	}
	.ust-pad30{
		padding-top:30px;
	}
}
@media (min-width:768px){
	.ana-sag-sutun{
		padding-right:0;
		padding-left:0;
	}

}


.gen-oto{
	width:auto;
}

.metin-beyaz{
	color:#fff;
}
.metin-beyaz:hover{
	color:#deb55f;
}

.zemin-beyaz{background-color:#fff;}


.h1baslik{font-size:2em;border-bottom:#ddd dotted 1px;}

.h1baslik a{
	color:#3fd0d4;
	text-decoration: none;
	font-weight:600;
}





.menu ul li a{
	text-shadow:none;
}
.fixed-ratio__16x9{padding-top:56.5%}
.fixed-ratio img{object-fit:cover}


@media(min-width:768px){
.detay-ana-foto{
	position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    box-sizing: border-box;
}
}
.ana-foto-img{
	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yatay-ara{
	height:20px;
}


.detay-fotolar{
    display: flex;
    flex-wrap: wrap;
	list-style: none;
    margin: 0 -5px 5px -5px;
    padding: 0;
}
.detay-fotolar li{
	display: block;
    flex: 0 0 25%;
    margin: 0 0 0 0;
    width: 50%;
    box-sizing: border-box;
}
.detay-fotolar li a{
	display: block;
    position: relative;
    background-position: center center;
    background-size: cover;
    opacity: .9;
    margin: 5px;
    box-sizing: border-box;
    border-bottom: #fff solid 0.5px;
	box-shadow:0 0 7px rgba(0,0,0,.2);
}



.detay-fotolar li a:hover{
	opacity:1;
}
.video-ikon{
	position:absolute;
	top:50%;
	left:50%;
	width:42px;
	height:42px;
	line-height:42px;
	border-radius:21px;
	margin:-21px 0 0 -21px;
	box-sizing:border-box;
	padding-left:6px;
	text-align:center;
	background-color:rgba(255,0,0,.5);
	color:#fff;
	font-size:32px;
}
.detay-fotolar li a:hover .video-ikon{
	background-color:rgba(0,0,0,.5);
	color:#fff;
}
.video-ikon span{
	line-height:42px;
}

.icerik{min-height:500px;}

.icerik img{max-width:100%}




.tur-detay-baslik,
.metin-alti-baslik{
	overflow:hidden;
	position:relative;
	text-align:center;
	z-index:3;
}


.tur-detay-baslik h1{
	margin:0;
	font-size:24px;
	font-weight:700;
	padding:10px;
	color:#999;
    position: relative;
    display: inline-flex;
}
.metin-alti-baslik {
	margin:0;
	font-size:24px;
	font-weight:700;
	padding:10px;
	color:#999;
	text-align:center;
}






.detay-foto-kenar img{
	display:block;
	max-width:100%;
}

@media(min-width:540px){
	.tur-detay-baslik h1{
		font-size:32px;
	}
}
@media(min-width:992px){
	.tur-detay-baslik h1{
		padding:20px 0;
	}
}



.error{color:#f00;font-size:12px;}
.hataform{
	border-color:#f00;
}

.min-boy{
	min-height:640px;
}

.iletisim-form{
	margin-bottom:40px;
}


.esitle1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap; 
    display: flex;
    flex-wrap: wrap;
}
.esitle1 .esitle{
    display: flex;
    flex-direction: column;
}

@media (max-width:413px){
	.esitle1  .esitle {
		display:block!important;
	}
}







.btn-devam{
	padding-top:10px;
	padding-bottom:10px;
	display: block;
    height: 40px;
}

.btn-anim {
    position: relative;
    transition: color .3s;
    padding-right: 30px;
    padding-left: 24px;
	max-width:120px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-color:#333;
	overflow:hidden;
	cursor:pointer;
}
.btn-anim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #000;
    width: 0;
    transition: width .3s;
    z-index: 0;
}
.liste-tur .btn-anim:hover {
    color:#fff;
}
.btn-anim:hover:before {
    width: 100%;
}
.btn-anim span {
    position: relative;
	display:inline-block;
	line-height:normal;
    z-index: 1;
}
.btn-anim span:after {
    content: "\ea3c";
    font-family: 'ata-ikon';
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 0;
    transition: left .3s;
}
.btn-mbl{
	display:block;
}
.btn-ms{
	display:none;
}
@media(min-width:500px){
	.btn-mbl{
		display:none!important;
	}
	.btn-ms{
		display:block!important;
		border-left:#fff solid 1px
	}
}


.btn-tel-app {
	color: #fff;
	position: fixed;
	right: 20px;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	z-index:5000;
}
.btn-tel-app:hover {
	color:#fff;
}
.btn-tel-app.whatsapp{
	background: #0dc143;
	bottom: 30px;
	animation-name: crcv1;
}
.btn-tel-app.tel-ac{
	background: #f00;
	bottom: 120px;
	animation-name: crcv2;
}


@keyframes crcv1 {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
@keyframes crcv2 {
	0% {
		box-shadow: 0 0 0 0 rgba(211, 37, 37, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(211, 37, 37, 0);
	}
}



.yan-menu{
	background-color:rgb(237, 243, 245);
}
.yan-menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

.yan-menu ul li a{
	display:block;
	color:#222;
	padding:10px 20px;
	border-bottom: rgb(213 230 235) solid 1px;
}
.yan-menu ul li a:hover{
	color:#fff;
	background-color:#3fd0d4;
}


hr {
    border-top: 1px solid #333;
}