.yazdir {
  position: relative;
  z-index:99999;
}
.yazdir1 {
  position: fixed;
  /* width:35%; */
  width:65%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
	.yazdir1 {
		width:100%;
		top: 30%;
		/* left: 30%; */
	}
}
.hddizayn-zoom {
animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

