.dahaFazla{
    text-align: center;    
    bottom: 0px; 
    width: 90%;
	position:absolute;bottom: 20px;
    color: rgb(0, 140, 255);
    text-decoration: underline;
	list-style: none;
    font-size: 20px;
    font-family: sans-serif;    
}
body {
    border-top: 100px;
    border-bottom:  6px solid #000;
    background:#fff;
    color: red;
    font: 28px arial;
    font-family: 'Raleway',arial; 
    }


#carsSlider .video1 {
    left: 20px;
    top:120px;
    width:25% ;
    height: 75% ;
    overflow:hidden; /* kaydırma çubuğu kapalı*/
    border: 1px solid red;
    position:absolute; /*pozisyon sabit*/
    transform: scaleX(1); /*ayna simetriği alır*/
    background-position: center;
}

#carsSlider .video2 {
    right: 20;
    top:120px;
    width:25% ;
    height: 75% ;
    overflow: hidden;
    border: 1px solid red;
    position:absolute; /*pozisyon sabit*/
    transform: scalex(-1); 
    background-position: center;
    
}

/* home settin */
header{
    display:inherit;/*inherit üste sabitledi ve header yatay tanımlandı*/
    top:0;
    right:0px;
    width: 100%;
    height: 70px;
    background-color:white;    
    opacity: 1; /*saydamlık değeri 0~1*/
    z-index: 1; /*enrandaki görünür önceliği*/
    box-shadow: 8px 12px 8px 5px rgba(0,0,0,0.88); /* tüm köşeler gölgeli*/
	position:fixed;
    
}


.logo-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.logo:hover .logo-inner {
  transform: rotateY(180deg);
}

.logo-front, .logo-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.logo-front {
  background-color: #bbb;
  color: black;
}

.logo-back {
  background-color: #555;
  color: white;
  transform: rotateY(180deg);
}
.logo{
    display:block;/*inherit üste sabitledi ve header yatay tanımlandı*/
    position:absolute;
    margin-left: 20px;
    margin-top: -30px;
    transform: rotate(0deg);  
	background-color: transparent;
	perspective: 1000px;
	
	
}
.menu {
    display:run-in;
    margin-top:-30;
}

.menu ul li {    
    display:run-in;
    float:right;
	list-style: none;
}
.menu ul li a {
    display:block;
	text-align: center;
	padding: 20px 10px 20px 10px;/* boşluklar üst,sağ,alt*/
    	text-decoration:none; /* menu lerin altında çizgi var*/
    	text-decoration-style:hidden ; /*Alt çizgi kol ve düz*/
    	text-decoration-color:aqua;
	color: blue;
    border: px solid rgba(18,110,164,0.52);
    border-radius: 10px;
	transition: all 0.3s ease; /*menulerin arsında dolaşırken geçikme */
}

.menu ul li a:hover{ /*üzerinde dolaşırken taban ve yazı renkleri*/
    
    margin: 1px; /*yAZININ KONUMDAN MARJINI ALIYOR*/
    font-size:100%;
	font-weight: bold;
    border: 2px solid rgba(18,110,164,0.52);
    border-bottom-left-radius: 25px;border-top-left-radius: 3px;
	border-top-right-radius: 25px;border-bottom-right-radius: 3px;
	background-color:aliceblue;
    opacity: 1; /*resim veya yazının saydamlığı*/
        
    
   
    
}

.sectionHeader{
	text-align: center;
    background: #550d16;
    border-bottom:  6px solid #000; /*header pencerenin altındaki boşluk*/
    height: 60px;
    color: #fff; /*başlık rengi beyaz*/
    display: inline-block; /*tam bir kapsama alanı için blok*/
    line-height: 60px;
    font-size: 24px;
    padding: 5px 40px; /*aşağıdan yukarıdan, sağdan soldan */
    letter-spacing: 2px;/* haflar arasındaki boşluk*/
    margin-bottom: 20px;/* iki harf arasındaki boşluk*/
    
    
}

h3 {  /* h3 başlık özellikleri*/
    font-size: 16px;
    color: blue;
    font-weight: bold; /* yazısındaki sitil */
    transition: all .5s ease; /*değişim hızı*/
    
}
.sectionArea {
    padding: 20px 0px; /* sağ sol ust alt boşluk */
    height: 500px;
    
}

/* GRID SETTINGS */
.container{
    display:inherit;
    width: 100%;
    margin-top: 0px;
    padding-top:5px;
    height:65px;
    background-image:url(../images/border-3.PNG);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

legend {
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
}

input {
    margin: 0.4rem;
}
    

#mainSlider { /*index satırında section id tanımlandığından # işareti konmalı*/
    position:absolute;
    top: 70;
    height: 500px;
    background: url(../images/ataturk.PNG) center no-repeat;  
    
    background-size:auto; /*kendi ekranıma göre size ayarla*/
    opacity: 0.9; /*resim veya yazının saydamlığı*/
    
}
.slider {
    width: 99%;
}





#mainCaptian {
    text-shadow: 2px 9px 6px rgba(206,89,55,0.84); /* gölge yapar*/
    height: 500px;
    background: rgba (0,0,0,0.5);
    border: 10px solid yellow;
    
    
}

:root{
    --renk:blue;
    }
.caption{
        font-style:normal;
        font-size: 20px;
        display:inline-flex;
        flex-direction:column-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
        color:blueviolet;
    
        }



.caption p:hover{
    font-style: oblique;
    opacity: 1; /*resim veya yazının saydamlığı*/
    text-decoration-color: antiquewhite;
    color: aqua;
    
    
} 

.featuresTop{
    overflow:auto;
    background-image:url(/images/bahce1.jpeg);background-repeat: no-repeat;
    background-attachment: fixed;/*arka fon sabit ekranda kutu ile birlikte hareket etmez.*/
    background-size:100% ; /* 100% %100 denilince strech edilerek ekrana sığar*/
	text-align: center;
}
.zoom {
    position: relative;
    overflow: hidden; /*gizli çalışması gerekiyor*/
    display: inline-block;
    width: 100%;
    vertical-align: top;
    
}
.item {
  height:inherit;
  padding: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size:contain;
  /*border: solid;border-color: red; */
  padding:2px;
	
}
.zoom img{
    display: block;
    width: 100%;
    height: auto;
    transition: all .5s ease;
}
.item .itemText {
    text-align: center;
    border: 1px solid #500D16;
	margin:0px;
	height: 0px;
	
}
.item:hover .zoom img { /*item mouse üzerndek ike zoom da ola img resmin büyümesi */
    transform: scale(1.25);
	

}
.itemText p{
    margin: 20px 0;
    color: red; 
}
.item:hover h3 {
    color: #fff;
}
.item:hover p {
    color: #fff;
}

.item:hover {   /*<div class="itemText"> tanımlamasından*/
    background: #500d16;
    color: #fff;
}
.btndetails{
    color: #500d16;
	float: none;bottom:0px;
    padding: 0px 0px;
    text-decoration: none;
    border: 0px solid #500d16;
}
.item:hover .btndetails {
    color: red;
    border: 1px solid #fff;
    
}

#parallax {
	display: block;
    background: linear-gradient(
        rgba(0,0,0,.7),
        rgba(0,0,0,.1)),   /* parallaz ananın üst rengive alt rengi farklı olabilir*/
         url('../img/PARALLAX için.jpg'); /*parallaz içine resim koyduk*/
    background-attachment: fixed;
    background-size: fill;
    background-position: center;
    text-align: center;
}
#parallax p{
    color: #fff;
}
.engineTop{
    text-align: center;
    
}

.imageOver{
    display: block;
    width: 100%;
    height: auto;  
    
}
.engineOverlay{
	color:aqua;    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(80,13,22, 0.2);
    overflow: hidden;
    width:0;
    height: 100%;
    transition: 0.5s ease-in;
		top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);/*Yukarıdan gelen ekran*/
    }
.engineContainer:hover .engineOverlay {
    width: 100%;

}
.engineText {
    white-space: nowrap; /* ekrandaki yazı otamatik kaymayacak sabit duracak */
    color:blue;
    font-size: 15px;
    position: absolute; /* sabit değil biz vereceğiz aşağıdaki gibi*/
    top: 10PX;
    left: 50%;
    transform: translate(-50%,-50%);

}
.engineOverlay2{
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: rgba(80,13,22, 0.2);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}
.engineContainer:hover .engineOverlay2 {
    width: 100%;
    left: 0;
}
footer{ /* nokta olmamasının sebebi htlm de ilk tanımlanmış aoaln*/
    background: #500d16;
    text-align: center;
}
.footerItem {
	height: 500px;
	text-align: center;
	list-style: none;
	padding: 10px;
	align-content: center;
	align-items: center;
	

}
.footerItem img{
    height: 50px;
    opacity: .5;
}
footer h3{
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    
}

footer .fa{
    font-size: 30px;
    color: #95a5a6;
    line-height: 50px; 
    transition: .3 ease;
    
    
}

footer .fa:hover {color:#fff;}

footer p{
    color: #95a5a6;
    line-height: 20px;
}
.footerLinks a{
    text-decoration: none;
    color: #95a5a6;
    letter-spacing: 2px;
    transition: .3s ease;
}
.footerLinks a:hover{
    color: #fff;
    text-decoration: underline;
}
.socialLink li{
    display:inline-block;
    width: 20px;
    height: 20px;
}
#demotext {
text-shadow: 2px 9px 6px rgba(206,89,55,0.84);
}

marquee {
    font-style:italic;
	background-color:white;
	
}

#KayarKutu {
    position:relative;
    width: 25%;
    top:17px;
    left:110px;
    z-index:0;

	
}

    .kutu1{
        
        display: inline-block;/*kutu çizgi gibi soldan sağa doğru*/
        vertical-align: top;/*kutular yukarıdan sabit*/
        margin-top:0;/*kutunun yukarıdan olanmesafersi*/
        border: solid;
        border-color: aqua;
        font-size: 15;
        height: 550;
        width: 24.4% ; /*satırdaki kutuların dağılım yüzdesi*/
		text-align: center;
		
		
    }






#Bolum1 {
    padding:100px 5px 5px 5px; /*üst sağ alt sol*/ 
    height: inherit;
    border: 5px; 
    border-bottom-color: aqua;
    border-bottom-style: dashed;
    justify-content:space-between;/* görseller arasındaki boşluklar eşit olsun*/
}



.kutu11 {
    border: solid;
    margin-top: 10;
    height: 250;
    width: auto;
    background-color: aqua;
    ;
}



.engineContainer {
    position: relative; /* kendine göre ekranı kapla*/
    width: 100%;
	
 
}



#carsSlider {
    display: inline-block;
    justify-content:space-between;/* görseller arasındaki boşluklar eşit olsun*/
    margin-top: 50px;
    background: #8c2ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:inherit;
    width: 99%;
    height:90%;
    overflow:visible;
    border: 0px solid red;
    animation: animate1 60s ease-in-out infinite;

}

@keyframes animate1 {
    0%, 100% {background-image: url(/images/arkafon/ARKAFONA-0.png)}
         15% {background-image: url(/images/arkafon/ARKAFONA-1.png)}
         30% {background-image: url(/images/arkafon/ARKAFONA-2.jpg)}
         45% {background-image: url(/images/arkafon/ARKAFONA-3.jpg)}
         60% {background-image: url(/images/arkafon/ARKAFONA-4.jpg)}
         75% {background-image: url(/images/arkafon/ARKAFONA-5.jpg)}
}



.projectXTop {
	display: block;
	background-color: aqua;
	width: 100%;
	
}



.sectionArea .container {
	height: 550px;
	display: block;
	flex-grow:1;
	border: 2px solid yellow;
	
}



.b24--btn {
	width: 150px;
    align-items: center;
    background-color: #fff;
    border-radius: 24px;
    cursor: pointer;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    padding: 0 16px 0 12px;
    position: relative
}

.b24--btn:focus,.b24--btn:hover {
    background-color: #e8eff3;
	transform: scale(1.05);
		
}

.Col3 {
	display: inline-block;
	height:95%;width:25%;
	float:none;
	margin: 15px;
	justify-content: center;
	padding: inherit;
	overflow:hidden;
}

.Col3 .socialLinks {
	/*border: 2px solid red;*/
	display:inline-block;
	width: 150px;
	height: 250px;
}

.kutu1 .kutu1-Alt {
	display: inline-block;
	margin: 10px;
	bottom: 100px;
	object-position: bottom;
	text-align: center;
	bottom: 0px;
	
}
	
	
	


#Bolum2 {
	padding: 20px 0px; /* sağ sol ust alt boşluk */
    border: 5px; 
    border-bottom-color: red;
    border-bottom-style: dashed;
    justify-content:space-between;/* görseller arasındaki boşluklar eşit olsun*/
	background-color: red;
	
}



#Bolum3 {
	/*border: 2px solid yellow; */
	height: 85%;background:none; ;padding: 5px;
    text-align: center; /*nesne ve yazılar ortaya yazılacak;*/
}


.col22 {
	display: block;
	flex-grow:1;
	border: 2px solid yellow;

}

.KutuOrta .KayarKutu-2{
	display: inline-block;
	margin: 20px;
	border:2px solid #d8efef;
	padding: inherit;
	width:95%;
	height:25%; 
	background-color:white; 
	overflow:auto;
}
.float {
  float: left;
  height:auto;
  margin-right: 0px;
  margin-left: 0px;
  display: flex;
  flex-direction:column;
  justify-content: flex-end;
  shape-outside: inset(calc(100% - 100px) 0 0);
}
/*satır 2 css kodları */
#SATIR2 {
    /*carsSlider kutusunun özelliklerini tanımladık */
    display:block;
    position:inherit;
    top:0;
    right:50%;
    width: 100%;

    }

#Str4Kutu {
    background: blue;
    display: inline-block;
    justify-content:space-between;/* görseller arasındaki boşluklar eşit olsun*/
    border: 10px solid pink;
    padding: 10px;
    background-color:azure;
}

.col4 {
    display:inline-flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    box-sizing:border-box;
    margin: 1;
    border: 1px solid;
    padding: 0.5rem;
    width: 24%; /*eşitlik derecesibulunduğu kutu içindeki var oluş yüzdesi*/
    font-size: 13px;
    font-stretch: semi-condensed;
    line-height: 14px;
    height: 70%;
    padding: 0.1%; /*kutunun içinden offsey*/
    color: black;
    
   
}


.col4 .kutu1x1 img{
   
    display: block;
    background-clip: border-box;
    width: 90%;
    height: auto;
    transition: all .5s ease;
    
}
    



.col4 .inspectText {
    border: 0,5px solid ;border-color:red;
    position:relative;/* (static) kutu içindeki objeler kadar sağa doğru genişle* (absolute) Section kutusuna göre en sıkışık */
    bottom:0px;left: 0px;
    width: 100%x;
    height: 300Px;
    padding: 10px;
    /*background-color:lightpink;*/
    margin: auto;
        

}
/*satır 2  css kodları sonu*/


@media screen and (max-width: 480px)    {
    html { 
        zoom: 0.5; 
    }
    #KayarKutu {
        visibility: hidden;
    }    
}

@media screen and (min-device-width: 481px) and (max-device-width: 1050px) {

   body {
        background-color: #f8e;
    }
    html { 
        zoom: 0.6; 
    }
        
    .menu {
        margin-left: 130px;
        margin-top: -10px;
    }        
    .menu ul li {
        width: 70%;
        padding-left: 1px;
        padding: right 1px;
    }

    #Bahce1{
        border-top: 20px solid;
        float: left;
        height: 100px;
        margin-right: 0px;
        margin-left: 0px;
        display: flex;
        flex-direction:column;
        justify-content: flex-end;
        shape-outside: inset(calc(100% - 100px) 0 0);
    }
    #KayarKutu {
    
        position:relative;
        width: 505;
        top:17px;
        left:150px;
        z-index:0;
        border: 1px solid blue;
        visibility: hidden;
        
    }
    .menu ul li {
        display: block;
        float:left;
        list-style: none;
        width: 10px;
        width: 120px ;
        
    }
    .menu ul li a {
        display:block;
        text-align: center;
        padding: 2px 1px 10px 5px;/* boşluklar üst,sağ,alt*/
        text-decoration:none; /* menu lerin altında çizgi var*/
        text-decoration-style:hidden ; /*Alt çizgi kol ve düz*/
        text-decoration-color:aqua;
        color: blue;
        border: px solid rgba(18,110,164,0.52);
        border-radius: 10px;
        transition: all 0.3s ease; /*menulerin arsında dolaşırken geçikme */
        
    }
    

    .menu ul li a:hover{ /*üzerinde dolaşırken taban ve yazı renkleri*/
        margin: 1px; /*yAZININ KONUMDAN MARJINI ALIYOR*/
        font-size:110%;
        font-weight: bold;
        border: 2px solid rgba(18,110,164,0.52);
        border-bottom-left-radius: 25px;border-top-left-radius: 3px;
        border-top-right-radius: 25px;border-bottom-right-radius: 3px;
        background-color:aliceblue;
        opacity: 1; /*resim veya yazının saydamlığı*/
     
    }
    .p{
        font: size 6px;
    }
    .col4{
        width: 22%;
        .kutu1x1 p {font-size:x-small}m
        .kutu1x1 .dahaFazla{font-size: 12px;}
    }
    .submit_styled {
        display: inline;
        object-position: right;
        text-align:left;
        margin-left: -5%;  margin-top: -1%;
        left: 100%;top: 50%;
    }

}
