@charset "utf-8";
/* CSS Document */
.diger-uydular h1 {
  font-size: 3rem;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0 0 20px rgba(108, 120, 157, 0.5);
	text-align: center;
}

.container {
  width: 80%;
  margin: 50px auto 60px auto;
  background: rgba(12, 23, 53, 0.6);
  border-radius: 20px;
  padding: 40px;
}

.diger-uydular {
  margin-top: 10px;
}


.ayirici-cizgi {
    width: 150px;
    height: 3px;
    background: linear-gradient(to right, transparent, #6c789d, transparent);
    margin: 15px auto;
}

.uydu-menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.uydu-kart {
  width: 160px;
  text-align: center;
  background: rgba(12, 23, 53, 0.7);
  border-radius: 15px;
  padding: 15px;
}

.uydu-kart:hover {
  background-color: #22356c;
  box-shadow: 4px 4px 0 #6c789d;
}

.uydu-kart img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.uydu-kart a {
  text-decoration: none;
  color: rgb(235, 235, 235);
  font-weight: bold;
}

.metin-icerik h4{
	margin: 30px 50px;
	line-height: 1.8;
    color: #e0e0e0;
    font-weight: 300;
}

.uydu-header {
  display: flex;
  gap: 30px;
  align-items: center;
}

.uydu-header img {
  width: 260px;
  height: 260px;
  object-fit: contain;
}