.ust_ikon {
  
    display: none;
   
}
#logo_alani .logo {
    width: 390px;
}

.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5; 
  margin-bottom: 25px;
}

.marquee-content {
  display: flex;
  gap: 30px;
  animation: scroll 10s linear infinite;
}

.marquee-content img {
  height: 50px; 
  object-fit: contain;
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
}

.logos:before, .logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgb(255, 255, 255));
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img{
  height: 100px;
}


@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

body .urun .tanitim_yazisi {
	display: none;
}



@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


#ust_ana_menu li:nth-last-child(2) a {
    background-color: #0C4BA9; 
    color: white; 
    border-radius: 5px; 
    transition: background-color 0.3s, color 0.3s; 
}

#ust_ana_menu li:nth-last-child(2) a:hover {
    background-color: #0A3877; 
    color: #f2f2f2; 
}
#ust_ana_menu li:last-child a {
    background-color: #e63946; 
    color: white; 
    border-radius: 5px; 
    transition: background-color 0.3s, color 0.3s;
}

#ust_ana_menu li:last-child a:hover {
    background-color: #d62828; 
    color: #ffffff; 
}
#ust_ana_menu li:nth-last-child(-n+2) {
    margin-left: auto; 
}
#ust_ana_menu li:nth-last-child(2) {
    margin-left: auto; 
    margin-right: 10px; 
}
#ust_ana_menu li:last-child {
    margin-left: 0; 
}
