@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600");

.more-pens {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 10;
  font-family: "Montserrat";
  font-size: 12px;
}

a.white-mode, a.white-mode:link, a.white-mode:visited, a.white-mode:active {
  font-family: "Montserrat";
  font-size: 12px;
  text-decoration: none;
  background: #212121;
  padding: 4px 8px;
  color: #f7f7f7;
}
a.white-mode:hover, a.white-mode:link:hover, a.white-mode:visited:hover, a.white-mode:active:hover {
  background: #edf3f8;
  color: #212121;
}


.title {
  z-index: 10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  width: 100%;
}
.title h1 {
  position: relative;
  color: #121212;
  font-weight: 600;
  font-size: 60px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.title h1 span {
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #BBB;
}
.title h3 {
  font-weight: 200;
  font-size: 20px;
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #121212;
  letter-spacing: 2px;
}
.footer-physics{
  position: relative;
  width: 100%;
  height: 80vh;        /* alanı dilediğin gibi ayarla (örn. 400px) */
  overflow: hidden;


  .footer {
  position: relative; /* mutlak konumlu katman için gerekli */
}

.footer-physics{
  position: absolute;
  inset: 0;                 /* footer’ı tam kapla */
  overflow: hidden;
  z-index: 0;               /* içeriğin altında kalsın */
  pointer-events: none;     /* linkler tıklanabilir kalsın */
}

.footer .footer__wrapper,
.footer .footer-grid-custom,
.footer .footer__shape,
.footer .footer__copyright {
  position: relative;
  z-index: 1;               /* içerik canvas’ın üstünde */
}

@media (max-width: 992px) {
  .footer-physics { height: 42vh; }
}
@media (max-width: 600px) {
  .footer-physics { height: 36vh; }
}

@media (max-width: 300px) {
  .footer-physics { height: 14vh; }
}