/* ========media queries========= */

/* smaller than sm */
@media (max-width: 576px) {
    
    

    .line-between::after{
    display: none; }
  
  }
  
  /* sm */
  @media (min-width: 576px) {
    .coopration{
      transform: translateY(-10%);
      box-shadow: 0 0 5px var(--bs-gray) !important;
      border-radius: 15px !important;
      background-color: #f7f2f281;
      backdrop-filter:blur(3px)
    }
  }
  
  /* md */
  @media (min-width: 768px){
    .icon-hero {
        bottom: 12%;
    }
  }
  
  /* lg */
  @media (min-width: 992px){
    
    
  .coopration{
    transform: translateY(-90%);
  }

    #firstAd {
        transform: translateY(-70px);
    }
  
  .recentCompanies-item,  .recentCompanies-item .image{
    transition: .5s ease;
  }
  
  .recentCompanies-item:hover{
    transform: scale(1.1);
  }
  .recentCompanies-item:hover .image{
    transform: scale(1);
  }
  
  
  .best-provider-item{
    transition: .5s ease;
  }
  
  .best-provider-item:hover{
    transform: scale(1.1);
  }
  
  .best-provider-item:hover .image{
    transform: scale(1);
  }
  
  .workshop-item, .workshop-item .image{
    transition: .5s ease;
  }
  .workshop-item:hover{
    transform: scale(1.1);
  }
  
  .workshop-item:hover .image{
    transform: scale(1);
  }
  
  /* scrolbar
  ::-webkit-scrollbar {
    width: 10px;
  }
  
 
  ::-webkit-scrollbar-track {
    background: #fafafa; 
  }
   

  ::-webkit-scrollbar-thumb {
    background: #ff931d; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: #ff8713;; 
  } */

  }
  
  /* xxl */
  @media (min-width: 1400px) {
  .coopration{
    transform: translateY(-90%);
  }
    
  }

