.banner{
    border-radius: 20px;
    margin-top: 15px;
    transition: transform 0.3s ease; /* Dönüşümü yumuşak bir şekilde gerçekleştir */
}
.banner:hover {
  transform: scale(0.95); /* Mouse üzerine gelindiğinde 0.95 oranında küçült */
}
.category img{
  width: 100%;
  padding: 0.25em;
  border-radius: 20px;
}

.category span{
  font-size: 12px;
}

.category {
  transition: transform 0.3s ease; /* Dönüşümü yumuşak bir şekilde gerçekleştir */
}

.category:hover {
  transform: scale(0.95); /* Mouse üzerine gelindiğinde 0.95 oranında küçült */
}
a {
  color: #070708 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
  outline: none !important;
}
.line{
  background-color: #070708;
  width:80px;
  height:2px;
}
[data-bs-theme=dark] .line{
  background-color: white;
}
[data-bs-theme=light] .line{
  background-color: #070708;
}
.card-img-top{
max-width: 290px;
max-height: 150px;
}
.cardblog{
margin-left: 10%;
}
.footer{
background-color: #e6e6e6;
height: 25px;
}
.footer-item{
padding-left: 3%;
}
.sell{
color: green;
}
.konusahip{
color: white !important;
}
.bot-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  padding: 10px 0;
  z-index: 1000;
}
.bot-bar .nav-link {
  color: #fff;
  padding: 10px;
  text-align: center;
}