/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icerik p {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.icerik h1, .icerik h2, .icerik h3, .icerik h4 {
  background-color: #4d79ff !important;
  color: white !important;
  text-shadow: 2px 2px 4px #000000;
  box-shadow: 5px 10px 18px #888888;
}

.icerik li {
  list-style-type: none;
}

nav ul li a,
nav .brand-logo {
  color: #444;
}

nav .brand-logo img {
  width: 220px;
}

nav ul li {
  padding: 5px;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
  width: 100%;
}

@media (min-width: 900px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  html {
    transform: scale(0.8); /* Zoom yerine alternatif */
    transform-origin: 0 0; /* Sayfanın köşesinden başlatır */
  }
  .dropdown-content {
    overflow: hidden !important; /* Daha güvenli bir overflow */
    top: auto !important; /* Potansiyel taşmaların önüne geçmek için */
  }
  .alignerck {
    position: relative !important;
    display: none !important;
    left: 100% !important;
    top: -130px;
    height: 1px !important;
    width: 1px !important;
  }

  .alignerck .hided {
    position: absolute !important;
    width: 160px !important;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
  }

  .hided a:before {
    content: "\00BB \0020" !important;
  }

  .alignerck .hided a {
    color: white !important;
    background-color: #558fed !important;
  }

  li:hover + .alignerck {
    display: block !important;
  }
}

@media (max-width: 900px) {
  nav .brand-logo img {
    max-width: 150%;
  }
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}
