html{
    scroll-behavior: smooth;
}
*{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: 'Vazirmatn', sans-serif;
}
*:focus{
    outline: none !important;
}

#ff{
    position: relative;
}
#ff::before{
    content: "تماس";
    color: white;
    position: absolute;
    top: 25px;
    left: 55px;
    font-weight: 700;
}
#bef{
    position: relative;
    width: 60px;
    bottom: 80px;
    left: 230px;
    z-index: -2;
}
/* width */
::-webkit-scrollbar {
    width: 13px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #2c2c2c;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(80, 80, 80);
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(84, 84, 84);
  }
#sc{
    transition: transform .5s linear;
}
#sc:hover{
    transform: scale(1.1);
}

#lk{
    color: #0A0A0B;
    display: none;
}

.mfp-img {
    cursor: pointer; 
   }
   .mfp-force-scrollbars {
     &.mfp-wrap {
         overflow-y: auto !important;
         overflow-x: auto !important;
     }
     .mfp-img {
       max-width: none;
     }
     .mfp-close {
      position: fixed;
     }
     
   }
   
   
   