@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html, body { 
  
  margin: 0;
  height: 100%;
  overflow: hidden;
  font-family: 'Roboto' !important; 
  color: white;
  font-size: 9px;
}

/* Mobil responsive */
@media (max-width: 768px) {
  html, body {
    font-size: 7px;
  }
}

@media (max-width: 480px) {
  html, body {
    font-size: 5px;
  }
}

@media (max-width: 360px) {
  html, body {
    font-size: 4px;
  }
}

#magic {

  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  z-index: -9999;
}

.playground{

  position: fixed;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

}
.bottomPosition{

  text-align: center;
  margin-bottom: 50px;
  
}
.minText{
  
  font-size: 14px;
}

a {
  color: white;
  font-size: 12px;
  text-decoration: none;
}

.logo {
    width: 50px;
    height: 50px;
}

.social-icons {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  color: white;
}

.social-icon:hover {
  background: rgba(59, 89, 152, 0.3);
  color: #3B5998;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(59, 89, 152, 0.4);
}

.social-icon svg {
  width: 24px;
  height: 24px;
}

/* Mobil responsive - Sosyal medya ikonları */
@media (max-width: 768px) {
  .social-icons {
    gap: 15px;
  }
  
  .social-icon {
    width: 45px;
    height: 45px;
  }
  
  .social-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .social-icons {
    gap: 12px;
  }
  
  .social-icon {
    width: 40px;
    height: 40px;
  }
  
  .social-icon svg {
    width: 18px;
    height: 18px;
  }
  
  .bottomPosition {
    margin-bottom: 30px;
  }
}

@media (max-width: 360px) {
  .social-icons {
    gap: 8px;
  }
  
  .social-icon {
    width: 35px;
    height: 35px;
  }
  
  .social-icon svg {
    width: 16px;
    height: 16px;
  }
  
  .bottomPosition {
    margin-bottom: 20px;
  }
}

/* Kayan Yıldızlar */
.stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.star {
  position: absolute;
  background: #3B5998;
  border-radius: 50%;
}

.star:nth-child(1) {
  width: 2px;
  height: 2px;
  top: 20%;
  left: 10%;
}

.star:nth-child(2) {
  width: 1px;
  height: 1px;
  top: 30%;
  left: 80%;
}

.star:nth-child(3) {
  width: 3px;
  height: 3px;
  top: 60%;
  left: 20%;
}

.star:nth-child(4) {
  width: 1px;
  height: 1px;
  top: 80%;
  left: 70%;
}

.star:nth-child(5) {
  width: 2px;
  height: 2px;
  top: 15%;
  left: 60%;
}

.star:nth-child(6) {
  width: 1px;
  height: 1px;
  top: 45%;
  left: 90%;
}

.star:nth-child(7) {
  width: 2px;
  height: 2px;
  top: 70%;
  left: 5%;
}

.star:nth-child(8) {
  width: 1px;
  height: 1px;
  top: 25%;
  left: 50%;
}

.star:nth-child(9) {
  width: 2px;
  height: 2px;
  top: 40%;
  left: 15%;
}

.star:nth-child(10) {
  width: 1px;
  height: 1px;
  top: 55%;
  left: 85%;
}

.star:nth-child(11) {
  width: 3px;
  height: 3px;
  top: 10%;
  left: 35%;
}

.star:nth-child(12) {
  width: 1px;
  height: 1px;
  top: 75%;
  left: 40%;
}

.star:nth-child(13) {
  width: 2px;
  height: 2px;
  top: 35%;
  left: 75%;
}

.star:nth-child(14) {
  width: 1px;
  height: 1px;
  top: 65%;
  left: 55%;
}

.star:nth-child(15) {
  width: 2px;
  height: 2px;
  top: 85%;
  left: 25%;
}

.star:nth-child(16) {
  width: 1px;
  height: 1px;
  top: 50%;
  left: 5%;
}

.star:nth-child(17) {
  width: 2px;
  height: 2px;
  top: 12%;
  left: 45%;
}

.star:nth-child(18) {
  width: 1px;
  height: 1px;
  top: 38%;
  left: 95%;
}

.star:nth-child(19) {
  width: 3px;
  height: 3px;
  top: 68%;
  left: 12%;
}

.star:nth-child(20) {
  width: 1px;
  height: 1px;
  top: 88%;
  left: 65%;
}

.star:nth-child(21) {
  width: 2px;
  height: 2px;
  top: 8%;
  left: 78%;
}

.star:nth-child(22) {
  width: 1px;
  height: 1px;
  top: 52%;
  left: 3%;
}

.star:nth-child(23) {
  width: 2px;
  height: 2px;
  top: 72%;
  left: 88%;
}

.star:nth-child(24) {
  width: 1px;
  height: 1px;
  top: 18%;
  left: 65%;
}

.star:nth-child(25) {
  width: 2px;
  height: 2px;
  top: 42%;
  left: 8%;
}

.star:nth-child(26) {
  width: 1px;
  height: 1px;
  top: 58%;
  left: 92%;
}

.star:nth-child(27) {
  width: 3px;
  height: 3px;
  top: 28%;
  left: 28%;
}

.star:nth-child(28) {
  width: 1px;
  height: 1px;
  top: 78%;
  left: 35%;
}

.star:nth-child(29) {
  width: 2px;
  height: 2px;
  top: 48%;
  left: 82%;
}

.star:nth-child(30) {
  width: 1px;
  height: 1px;
  top: 32%;
  left: 58%;
}

.star:nth-child(31) {
  width: 2px;
  height: 2px;
  top: 62%;
  left: 42%;
}

.star:nth-child(32) {
  width: 1px;
  height: 1px;
  top: 82%;
  left: 18%;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

@keyframes drift {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  25% {
    transform: translateX(10px) translateY(-5px);
  }
  50% {
    transform: translateX(-5px) translateY(10px);
  }
  75% {
    transform: translateX(-10px) translateY(-3px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}

/* Yıldızlara kayma efekti ekle */
.star:nth-child(1) {
  animation: twinkle 2.5s infinite ease-in-out, drift 20s infinite ease-in-out;
}

.star:nth-child(2) {
  animation: twinkle 3s infinite ease-in-out, drift 25s infinite ease-in-out;
}

.star:nth-child(3) {
  animation: twinkle 2s infinite ease-in-out, drift 18s infinite ease-in-out;
}

.star:nth-child(4) {
  animation: twinkle 3.5s infinite ease-in-out, drift 22s infinite ease-in-out;
}

.star:nth-child(5) {
  animation: twinkle 2.8s infinite ease-in-out, drift 24s infinite ease-in-out;
}

.star:nth-child(6) {
  animation: twinkle 3.2s infinite ease-in-out, drift 19s infinite ease-in-out;
}

.star:nth-child(7) {
  animation: twinkle 2.3s infinite ease-in-out, drift 21s infinite ease-in-out;
}

.star:nth-child(8) {
  animation: twinkle 2.7s infinite ease-in-out, drift 23s infinite ease-in-out;
}

.star:nth-child(9) {
  animation: twinkle 3.1s infinite ease-in-out, drift 17s infinite ease-in-out;
}

.star:nth-child(10) {
  animation: twinkle 2.4s infinite ease-in-out, drift 26s infinite ease-in-out;
}

.star:nth-child(11) {
  animation: twinkle 2.9s infinite ease-in-out, drift 20s infinite ease-in-out;
}

.star:nth-child(12) {
  animation: twinkle 3.3s infinite ease-in-out, drift 24s infinite ease-in-out;
}

.star:nth-child(13) {
  animation: twinkle 2.6s infinite ease-in-out, drift 18s infinite ease-in-out;
}

.star:nth-child(14) {
  animation: twinkle 3.4s infinite ease-in-out, drift 22s infinite ease-in-out;
}

.star:nth-child(15) {
  animation: twinkle 2.8s infinite ease-in-out, drift 25s infinite ease-in-out;
}

.star:nth-child(16) {
  animation: twinkle 3.2s infinite ease-in-out, drift 19s infinite ease-in-out;
}

.star:nth-child(17) {
  animation: twinkle 2.1s infinite ease-in-out, drift 27s infinite ease-in-out;
}

.star:nth-child(18) {
  animation: twinkle 3.6s infinite ease-in-out, drift 16s infinite ease-in-out;
}

.star:nth-child(19) {
  animation: twinkle 2.7s infinite ease-in-out, drift 23s infinite ease-in-out;
}

.star:nth-child(20) {
  animation: twinkle 3.8s infinite ease-in-out, drift 28s infinite ease-in-out;
}

.star:nth-child(21) {
  animation: twinkle 2.4s infinite ease-in-out, drift 17s infinite ease-in-out;
}

.star:nth-child(22) {
  animation: twinkle 3.1s infinite ease-in-out, drift 25s infinite ease-in-out;
}

.star:nth-child(23) {
  animation: twinkle 2.8s infinite ease-in-out, drift 20s infinite ease-in-out;
}

.star:nth-child(24) {
  animation: twinkle 3.3s infinite ease-in-out, drift 26s infinite ease-in-out;
}

.star:nth-child(25) {
  animation: twinkle 2.5s infinite ease-in-out, drift 18s infinite ease-in-out;
}

.star:nth-child(26) {
  animation: twinkle 3.7s infinite ease-in-out, drift 24s infinite ease-in-out;
}

.star:nth-child(27) {
  animation: twinkle 2.9s infinite ease-in-out, drift 21s infinite ease-in-out;
}

.star:nth-child(28) {
  animation: twinkle 3.4s infinite ease-in-out, drift 27s infinite ease-in-out;
}

.star:nth-child(29) {
  animation: twinkle 2.6s infinite ease-in-out, drift 19s infinite ease-in-out;
}

.star:nth-child(30) {
  animation: twinkle 3.5s infinite ease-in-out, drift 22s infinite ease-in-out;
}

.star:nth-child(31) {
  animation: twinkle 2.3s infinite ease-in-out, drift 25s infinite ease-in-out;
}

.star:nth-child(32) {
  animation: twinkle 3.9s infinite ease-in-out, drift 17s infinite ease-in-out;
}

/* Mobil responsive - Yıldızlar */
@media (max-width: 768px) {
  .star {
    background: #3B5998;
    border-radius: 50%;
  }
  
  .star:nth-child(1), .star:nth-child(3), .star:nth-child(5), .star:nth-child(7), 
  .star:nth-child(9), .star:nth-child(11), .star:nth-child(13), .star:nth-child(15),
  .star:nth-child(17), .star:nth-child(19), .star:nth-child(21), .star:nth-child(23),
  .star:nth-child(25), .star:nth-child(27), .star:nth-child(29), .star:nth-child(31) {
    width: 1px;
    height: 1px;
  }
  
  .star:nth-child(2), .star:nth-child(4), .star:nth-child(6), .star:nth-child(8),
  .star:nth-child(10), .star:nth-child(12), .star:nth-child(14), .star:nth-child(16),
  .star:nth-child(18), .star:nth-child(20), .star:nth-child(22), .star:nth-child(24),
  .star:nth-child(26), .star:nth-child(28), .star:nth-child(30), .star:nth-child(32) {
    width: 1px;
    height: 1px;
  }
}

@media (max-width: 480px) {
  .star {
    background: #3B5998;
    border-radius: 50%;
  }
  
  .star:nth-child(n) {
    width: 1px;
    height: 1px;
  }
}