
.projectsPage {
background-image: url(/image/arkaplan/about.png);
  background-size: cover;          
  min-height: 100vh;
  position: relative;
  z-index: 0;
}

.projectsPage::before {
  content: "";
  position: absolute; /* Değiştirildi: fixed → absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  z-index: -1; 
}


.projects-content {
  text-align: center;
  padding: 60px 20px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.project-card {
  background-color: white;
  border: 2px solid black;
  padding: 15px;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.project-card img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.main-title, .sub-title {
  margin: 30px 0 10px;
  font-size: 28px;
  font-weight: bold;
}

.description {
  font-size: 16px;
  color: #ffffff;
}
.projectsPage {
  background-image: url('../image/arkaplan/about2.png');

  background-size: cover;
  position: relative;
}

.projectsPage::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255); /* Hafif saydam beyaz filtre */
  z-index: -1;
}

.projects-content {
  text-align: center;
  padding: 60px 20px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.project-card {
  background-color: white;
  border: 2px solid black;
  padding: 15px;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.project-card img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.main-title, .sub-title {
  margin: 30px 0 10px;
  font-size: 28px;
  font-weight: bold;
}

.description {
  font-size: 16px;
  color: #ffffff;
}
.projectsPage {
  background: url("image/arkaplan/about.png") no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

.projectsPage::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255); /* Hafif saydam beyaz filtre */
  z-index: -1;
}

.projects-content {
  text-align: center;
  padding: 60px 20px;
}

.card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.project-card {
  background-color: white;
  border: 2px solid black;
  padding: 15px;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.project-card img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}

.main-title, .sub-title {
  margin: 30px 0 10px;
  font-size: 28px;
  font-weight: bold;
}

.description {
  font-size: 16px;
  color: #ffffff;
}
