.brands {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    border-top: 0.0625rem solid transparent;
    border-left: 0.0625rem solid transparent;
    justify-content: center;
  }
  .brand-item {
    position: relative;
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    width: 20%;
    border-radius: 0px;
  }
  .brand-item img:before,
  .brand-item img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 75%;
    max-height: 75%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .brand-item img:before {
    top: 0;
    left: 0.9375rem;
    width: 25%;
    height: 1px;
  }
  
  .brand-item:hover {
    -webkit-filter: grayscale(0%);
    filter: none;
    box-shadow: 0 6px 17px 0 rgb(0 0 0 / 10%);
    transition: all 0.2s linear;
  }
  
  .brand-item img {
    padding: 10px;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 50%;
    max-height: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .brand-item span {
    display: block;
    position: absolute;
    bottom: 0;
  }

@media (max-width: 47.9375rem){
    .brand-item {
        width: 100%;
    }
 
}
.carousel-container-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0px;
    left: 50px;
    right: 50px;
  }

 .car-logo{
   
    height: 120px;
    padding: 10px;
    overflow: hidden;
    display: inline-block;
}

#carousel-text-mid{
  display: none;
}

@media (max-width: 47.9375rem){
  .car-logo {
      height: 60px;
      padding: 10px;
      overflow: hidden;
      display: inline-block;
  }

  #panelImg {
    background-image: url("../img/backgrounds/anahtar-2.jpeg") !important;
     }

     #carousel-text-top{
      display: none !important;
    }

    #carousel-text-mid{
      display: inline-flex !important;
      float: inline-start !important;
    }

}



.filter-blue{
  filter: invert(69%) sepia(74%) saturate(1448%) hue-rotate(171deg) brightness(110%) contrast(100%);


};  

  
  
  .icon:active:after {
    opacity: 0;
  }
  
  @keyframes shine{
    10% {
      opacity: 1;
      top: -30%;
      left: -30%;
      transition-property: left, top, opacity;
      transition-duration: 0.7s, 0.7s, 0.15s;
      transition-timing-function: ease;
    }
    100% {
      opacity: 0;
      top: -30%;
      left: -30%;
      transition-property: left, top, opacity;
    }
  }

  .show-message {
    display:inline;
  }
  
  .help-block{
      display: none;
  }
  .has-error .help-block{
      display: inline;
  }

#map-canvas{height: 300px; background: #f2f2f2;}
.block #map-canvas{margin-bottom: 60px;}  