.uk-tile-muted, .uk-card-primary {
  position: relative;
  overflow: hidden;
}

.uk-tile-muted::before, .uk-card-primary::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.uk-tile-muted:hover::before, .uk-tile-muted:focus::before, .uk-card-primary:hover::before, .uk-card-primary:focus::before {
  animation: shine 0.85s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

.uk-nav-secondary .uk-nav-divider {
    margin-bottom: 20px;
}
.sayfa_kilavuzu {
    box-shadow: rgba(0, 0, 0, .24) 0 4px 34px;
    position: relative;
    z-index: 0;
}



.sycamore-divider {
    width: 200px;
    height: 3px;
    background-color: #435638;
    background-image: -webkit-gradient(linear, left top, right top, from(#FFB839), to(#435638));
    background-image: -webkit-linear-gradient(90deg, #FFB839, #435638);
    background-image: -moz-linear-gradient(90deg, #FFB839, #435638);
    background-image: -ms-linear-gradient(90deg, #FFB839, #435638);
    background-image: -o-linear-gradient(90deg, #FFB839, #435638);
    background-image: linear-gradient(90deg, #FFB839, #435638);
}

.anasayfa_buton .uk-button {
    background-color: #ffffff;
    color: #192B4A;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.08);
    border: 2px solid #192B4A;
}
.anasayfa_buton .uk-button:hover {
    color: #fff;
    background-color:#192B4A;
}
