@charset "utf-8";

/*CSS Document*/

body{
     
     margin:0;
	 padding:0;
	 background-color:#dadfdf ;
	 background-repeat: no-repeat;
     background-size:cover;
	 background-position:center;
	 display:flex;
	 flex-direction:column;
	 justify-content:center;
	 
}

/*...................VİDEOLAR ...............*/

.videolar{
	
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
    align-items:center;
    }

.menu_bar{
  
  height:60px;
  width:100%;
  background-color:#042c48;
  margin-top:9px;
  display:flex;
  justify-content:space-around;
  color:white;
  font-size:30px;
  opacity:0.9;
  
}


.senkron{
	margin-top:12px;
}

.logolar{
	
	display:flex;
	flex-direction:row;
    justify-content:space-around;
	
}
.logo{ 

     padding-top:10px;
     overflow:auto;
	 margin-bottom:20px;
	 margin:auto;
	 opacity:0.8;
	 
}

.logo img{
	padding:15px;
	width:350px;
	height:250px;
	border-radius:15px;
    border:5px solid white;
	
	
}

/* CE VE TESE LOGOLARI*/

.logo1{ 

     padding-top:10px;
     overflow:auto;
	 margin-bottom:20px;
	 margin:auto;
	 
	 
}

.logo1 img{
	padding:5px;
	width:70px;
	height:50px;
	border-radius:10px;
    border:1px solid white;
	
	
}

.logo1 img:hover{
	opacity:0.5;
	border:1px solid white;
	width:85px;
	height:55px;
	
}





.menu ul li {
	list-style-type:none;
	display:inline-block;
	padding:3px;
	margin:1px;
	
  
}

.menu ul{
	
	margin-top:5px;
	width:120%;
}


.menu a {
	
	color:white;
    font-size:15px;
	text-decoration:none;
	box-sizing:border-box;
	border:1px solid white;
	padding:4px;
	transition:0.5s;
    margin-bottom:10px;
	font-family;calibri;
}

.menu li:hover a{
	color:#073f68;
	background-color:white;
}

/*..................HER BİR DÜĞME İÇİN  DÜĞMENİN OLDUĞU ALAN ÖZELLİĞİ TANIMLANIR ....*/
.alan {
	margin-top:8px;
    position: relative;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
	border-radius:8px;
}

.adres{
	font-size:15px;
	color:white;
	text-align:center;
	font-family:calibri;
	letter-spacing:2px;
	
}
.adresbar{
  
  height:60px;
  width:100%;
  margin-top:5px;
  background-color:#042c48;
  
  display:flex;
  flex-direction:row;
  justify-content:space-around;
  color:white;
  font-size:30px;
  opacity:0.8;
  
}


/*.......................MENÜ BÜTONU CURSOR POINTER ALANI ........*/
.buton{
	
	margin-top:1px;
    background-color:#042c48;
    color: white;
    padding: 9px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius:12px;
	width:310px;

}



/*.......her bir düğmeye ait linkler listesi.....aşaüıya doğru açılan bir perde misali..displat:none; liste açılmıyor görünmez*/
.menu-icerik {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 310px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius:8px;
	
	
	
}

/*....................ALANA GELDİĞİNDE DÜĞME ÖZELLİĞİ DEĞİŞSİN..*/
.alan:hover .buton {
    background-color:#ff2807;
	padding:13px;
	
}


/*...........alana geldiğinde  içerik yani linkler Blok olarak görüntülensin display:blok olsun*/
.alan:hover .menu-icerik {
    display: block;
	
}

.menu-icerik :hover {
	border-radius:8px;
   

}.buton:hover{
	
	transition:0.6s;
	padding:5px;
	
}



 


/*...............içerikde ki inkler .....*/

.menu-icerik a {
    
   
    text-decoration: none;
    display: block;
	
	color:black;
    font-size:14px;

	box-sizing:border-box;
	border:1px solid white;
	padding:1px;
	transition:0.7s;
    margin-bottom:10px;
	font-family:calibri;
	
	
	
	
}

.menu-icerik a:hover {
    color:black;
	background-color:#ffbf00;

}

/*..... Makine ana başlıklarının olduğu gri zemin ...*/

.menualani{
  height:65px;
  display:flex;
  flex-direction:row;
  justify-content:space-around;
  background-color:  #c0c0c0  ;
  opacity:0.8;
   
}


.altresimler{
	border:2px solid white;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	background-color:#042c48;
	border-radius:5px;
	
}










.foto{
	margin-top:5px;
	width:15%;
	height:25%;
	border-radius:12px;
	border:2px solid white;
}
/*..........................JAKAR MAKİNE BÖLÜMÜ*/
/*..............JAKAR KUTUSU ; resim video ve tablonun içinde oldğu beyaz çizgili alan */
.jakarkutusu{
	
	width:65%;
	height:auto;
	margin:auto;
	border:1px solid white;
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	background-color:background-color:#2f4f4f ;
	align-items:center;
	margin-top:50px;
}

.model2{
	
	width:90%;
	height:55px;
	margin:auto;
	margin-top:10px;
	border:1px solid white;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	background-color:white;
	font-size:55px;
	vertical-align:center;
	font-family:calibri;
	font-weight:bold;
	color:#727272;
}


.model{
	overflow:auto;
	width:80%;
	height:200px;
	margin:auto;
	margin-top:1px;
	border:1px solid blue;
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	background-color:white;
	vertical-align:center;
	font-family:calibri;
	color:#727272;
}


.metin{
	overflow:auto;
	width:80%;
	height:30px;
	margin:auto;
	margin-top:5px;
	margin-top:1px;
	border:1px solid red;
	display:flex;
	flex-direction:column;
	justify-content:space-around;
	background-color:white;
	vertical-align:center;
	font-family:calibri;
	color:#727272;
}

/*............hakkımızdaki logonun yuvarlatımlası.....*/

.anted{
	border-radius:5px;
	border:5px solid white;
	padding:20px;
}


.jakarmakine{
	margin-top:18px;
	width:60%;
	height:90%;
	background-color:white;
	border:4px solid white;
	border-radius:15px;
	align-items:center;
	
}


.jakarmakine1{
	margin-top:18px;
	width:30%;
	height:45%;
	background-color:white;
	border:4px solid white;
	border-radius:15px;
	align-items:center;
	
}

















.jakarmakine img{
	
	width:100%;
	height:100%;
	border-radius:15px;
   
}

.video{
    margin-top:15px;
	width:70%;
	height:50%;
	background-color:white;
	margin:auto;
	border:1px solid white;
	border-radius:10px;
	
}





/*.....................TABLO ..........*/

 table {
	 
	margin:auto;
    width:30%;
    margin-top:10px;
	margin-bottom:1px;
    table-layout:fixed;
    border-collapse:collapse;
	background-color:blue;
	box-shadow:10px 10px  10px grey;
}

.tanitim{
	margin:auto;
    width:90%;
    margin-top:10px;
	margin-bottom:1px;
   
    border:2px solid white;
	background-color:#ececec;
	box-shadow:10px 10px  10px grey;
	color:black;
	font-size:15px;
	text-align:center;
	font-family:consolas;
	
}

.tanitim img{
	border-radius:8px;
}



  th {
    padding:1px;
	text-align: center;
    vertical-align: middle;
}
 
 
 td {
    padding:1px;
	background:#00335d;
	font-size:15px;
}
 
 th {
    background:#00335d;
	
}

table, td{
    border: 1px solid white;
	color:white;
}

.hrenk{
	
	background-color:#ffad00 ;
	color:black;
	
	
}
td{

    width:15%;
}


caption {
	margin-top:10px;
    font-size:15px;
    margin-bottom:10px;
    color:white;
    font-weight:bold;
    caption-side:top;
	background-color:#ff5600 ;
}

@media only screen and ( max-width:992px ){
	
.altresimler{flex-wrap:wrap;}
	
	.foto{
	margin-top:5px;
	width:35%;
	height:25%;
	border-radius:12px;
	border:2px solid white;
}
	
	.jakarkutusu{
	
	width:90%;
	height:280px;
	
	border:1px solid red;
	display:flex;
	
	height:auto;
	background-color:red;
	flex-direction:column;
	align-items:center;
	
}

	
	
.jakarmakine{
	margin-top:18px;
	width:100%x;
	height:300x;
	border:1px  solid red;
	
	
	
}


.jakarmakine img{
	
	width:35%;
	height:400px;
	border-radius:5px;
    margin-left:12%;

}




	.video{
	margin-top:4px;
	width:90%;
	height:270px;
	background-color:white;
	opacity:0.9;
	margin-left:10px;
	border:5px solid grey;
	border-radius:3px;
}
	
	
	.adres{
	font-size:20px;
	color:white;
	text-align:center;
	font-family:calibri;
	letter-spacing:2px;
	
}
.adresbar{
  
  height:100px;
  width:100%;
  margin-top:5px;
  background-color:#042c48;
  
  display:flex;
  flex-direction:row;
  justify-content:space-around;
  color:white;
  font-size:30px;
  opacity:0.8;
  
}

.menualani{
		
    height:600px;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    background-color:  #c0c0c0  ;
    opacity:0.7;
   
}

	.buton{
	height:65px;
	margin-top:1px;
    background-color:#042c48;
    color: white;
    padding: 9px;
    font-size: 25px;
    border: none;
    cursor: pointer;
    border-radius:12px;
	width:325px;

}

.menu-icerik {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 310px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius:8px;
	font-weight:bold;
}


.menu-icerik a {
    
   
    text-decoration: none;
    display: block;
	
	color:black;
    font-size:45px;

	box-sizing:border-box;
	border:1px solid white;
	padding:1px;
	transition:0.7s;
    margin-bottom:10px;
	font-family:calibri;
	
}

.alan:hover .menu-icerik {
    display: inline-block;
	
}


}



/*....................768*/


@media only screen and ( max-width:720px ){
	
.altresimler{flex-wrap:wrap;}
	
	.foto{
	margin-top:5px;
	width:35%;
	height:25%;
	border-radius:12px;
	border:2px solid white;
}
	
	.jakarkutusu{
	
	width:90%;
	height:300px;
	
	border:1px solid white;
	display:flex;
	
	height:auto;
	background-color:#2f4f4f ;
	flex-direction:column;
	align-items:center;
	
	
}

	
	
.jakarmakine{
	margin-top:18px;
	width:100%x;
	height:300x;
	border:1px  solid white;
	background-color:#2f4f4f ;
	
	
}


.jakarmakine img{
	
	width:90%;
	height:350px;
	border-radius:5px;
    margin-left:6%;

}



	.video{
	margin-top:4px;
	width:90%;
	height:270px;
	background-color:white;
	opacity:0.9;
	margin-left:10px;
	border:5px solid grey;
	border-radius:3px;
}
	
	
	.adres{
	font-size:20px;
	color:white;
	text-align:center;
	font-family:calibri;
	letter-spacing:2px;
	
}
.adresbar{
  
  height:100px;
  width:100%;
  margin-top:5px;
  background-color:#042c48;
  
  display:flex;
  flex-direction:row;
  justify-content:space-around;
  color:white;
  font-size:30px;
  opacity:0.8;
  
}


	.menualani{
		
    height:760px;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    background-color:  #c0c0c0  ;
    opacity:0.7;
   
}

	.buton{
	height:35px;
	margin-top:1px;
    background-color:#042c48;
    color: white;
    padding: 2px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius:12px;
	width:275px;
     
}

.menu-icerik {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 310px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius:8px;
	font-weight:bold;
	
	
}


.menu-icerik a {
    
   
    text-decoration: none;
    display: block;
	
	color:black;
    font-size:12px;

	box-sizing:border-box;
	border:1px solid white;
	padding:1px;
	transition:0.7s;
    margin-bottom:10px;
	font-family:calibri;
	
}

.alan:hover .menu-icerik {
    display: inline-block;
	
}


}

body{
     
     margin:0;
	 padding:0;
	 background-color:#f8f8f8 ;
	 background-repeat: no-repeat;
     background-size:cover;
	 background-position:center;
	 display:flex;
	 flex-direction:column;
	 justify-content:center;
	 
}

.model{
	overflow:auto;
	width:80%;
	height:700px;
	margin:auto;
	margin-top:1px;
	border:1px solid white;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	background-color:white;
	vertical-align:center;
	font-family:calibri;
	color:#727272;
}

}













