/************************* taghdirnaheha *********************/

.image-grid figure {
    margin-bottom: 0;
  }
  
  .image-grid img {
    box-shadow:  0 1px 5px 2px rgba(142, 140, 140, 0.5);
    /* box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15); */
    transition: box-shadow 0.2s;
    border: 10px solid #21325E;
  }
  
  .image-grid a:hover img {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
  
  }
  /* LIGHTBOX STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .lightbox-modal .modal-content {
    background: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 1.2rem;
    z-index: 10;
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
  }
  
  .lightbox-modal img {
    width: auto;
    max-height: 86vh;
    max-width: 100%;
  }
  
  .lightbox-modal .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 36, 36, 0.75);
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: auto;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 10px;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 10px;
  }
  
  
  .zicon2 {
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0;
    width: 100%;
    height: 0;
    
    transition: all 500ms;}

   
 
    .image-grid a:hover .zicon2{
        display: block;
        opacity: 40%;
        animation-name:shadowing-card;
        animation-duration: 200ms;
        animation-timing-function: ease;
        animation-fill-mode: forwards;
       
      }
      @keyframes shadowing-card{
        from {height: 0;} to {height: 100%;}
        }
        .eye2{
            position: absolute;
           top: 47%;
           left: 45%;
           color: white;
           font-size: 1.5rem;
          }
  