.animated-link {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: white;
    text-decoration: none;
    /* background: linear-gradient(90deg, rgb(166 37 37 / 66%) 0%, rgb(233 58 58 / 80%) 50%, rgb(187 39 39 / 78%) 100%); */
    background: linear-gradient(90deg, rgb(166 37 37 / 66%) 0%, rgb(233 58 58 / 80%) 50%, rgb(187 39 39 / 78%) 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer 5s infinite;
}

.animated-link span {
   color:red!important;
}

@keyframes shimmer {
    0% {
        background-position: -100% 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}
.header.beyazclass:hover .animated-link{
  background: linear-gradient(90deg, rgb(235 6 6 / 66%) 0%, rgb(161 27 27 / 36%) 50%, rgb(248 55 55 / 78%) 100%);
}

.ozel-row.spacer-v1{
    display: flex!important;
    flex-wrap: wrap!important;

}
.ozel-row.spacer-v1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.magaza-col, .dikey-mobil.mobil-saat{
    width: 100%;
}

.menu-tab {
    width: 100%;
    padding: 20px 0;
  }
  
  .menu-tab-list {
    display:  flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .menu-tab-list-item {
    margin: 0 20px;
    padding: 8px 0;
    position: relative;
  }
  
  .menu-tab-list-item a {
    text-decoration: none;
    font-size: 14px!important;
    text-transform: uppercase;
    letter-spacing: 1px!important;
    padding: 10px 0;
    padding-bottom: 0px!important;
  }
  
  .menu-tab-list-item.active a {
    color: #000;
  }
  
  .menu-tab-list-item.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    animation: slideRight 0.3s ease forwards;
  }
  .link-hover-effect{
    position: relative;
  }
  .link-hover-effect:hover::after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    animation: slideRight 0.3s ease forwards;
  }
  
  @keyframes slideRight {
    from {
      transform: scaleX(0);
    }
    to {
      transform: scaleX(1);
    }
  }
  .menu-tab-content {
    display: none;
    padding: 30px;
  }
  
  .menu-tab-content.active {
    display: block;
  }
  
  .menu-tab-list-item:hover a {
    color: #000;
  }
  .menu-container{
    max-width: 960px;
    margin: auto;
  }
  .tab-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
  }
  .tab-list-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .tab-list-item a {
    width: auto;
    display: inline-block;
    margin: auto;
  }
  .tab-list-item a  span{
    color: #333;
      transition: all 0.3s ease;
      text-decoration: dotted;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 10px;
      display: block;
      font-family: 'Jason-text';
      letter-spacing: 0.5px;
  
  }
  
  
  .relative{
    position: relative;
  }
  .view-all {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .view-all a{
    color: #333;
      transition: all 0.3s ease;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 14px;
      margin-top: 10px;
      display: block;
      font-family: 'Jason-text';
      letter-spacing: 0.5px;
      text-decoration: underline!important;
      text-underline-offset: 2px;
      
  }
  