.parallax-tanitim {
  width: 100%;
  height: 50vh; /* Ekran yüksekliği kadar ayarlayabilirsiniz */
  background-image: var(--parallax-tanitim);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.presentation h1{
    font-family:var(--ff-nunito);
    display: inline-block;
    color: #fff;
	font-size:36px;
	font-weight:600;
	text-shadow: 1px 1px 1px #000;
}
.presentation p {
	font-family: var(--ff-nunito);
	font-size: 20px;
	line-height: 22px;
	color:#fff !important;
	text-shadow: 1px 1px 1px #000;
}
/* #Presentation */