


@charset "UTF-8";
html,
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased; }

  body {
    margin: 0;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    background:#EBEBEB;

   }
   
   



::-webkit-scrollbar {
  width: 14px; }

::-webkit-scrollbar-thumb {
  background-color: #777; }

.ana {
  height: 11;
  width: 300px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  z-index: 9; }



input {
  border: 0;
  outline: 0; }

input:focus {
  outline: none !important; }
.ozan{position: fixed;left:50%;margin-left: -100px;}




/*  

    background: rgba(70, 61, 52, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);


*/
/*   örnek animasyon  1



-webkit-transition: all 0.4s ease;  
-moz-transition: all 0.4s ease;  
-o-transition: all 0.4s ease; 
-ms-transition: all 0.4s ease;  
transition: all 0.4s ease;
animation-duration: 1s;
transition-delay: 0.1s;}

*/
/*   örnek animasyon  2

transition-delay: 0s;
animation-delay: 1.9s;
animation-duration: 0.4s;
animation-fill-mode: forwards; 
animation-name:menuanic7x; 
animation-iteration-count: 1;

@keyframes menuanic7x{
	
from{opacity: 0;margin-top: 107px;}
to{opacity: 1;}
	
}

*/
/*   3 / shadow

-webkit-box-shadow: 0px 10px 50px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 10px 50px -5px rgba(0,0,0,0.75);
box-shadow: 0px 10px 50px -5px rgba(0,0,0,0.75);
	
}

*/
/*   4 / blur

-webkit-filter: grayscale(0%) blur(1px); filter: blur(1px) grayscale(0%);
	
}

*/
/*   5 / döndürme

-webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
	
}

*/
