.p-1:hover{
    transform: scale(1.5);

}
.img-fluid:hover{
    transform: scale(1.1);
   }

   #footer{
    background-image: url(./img/footer-shape-1.svg);
   }
   .bread-link a {
    color: #2d2a6e;
    text-decoration: none;
  }
  .bread-link a:hover {
    color: #fbda41;
  }
  .ver-div {
    border: black 1px solid;
  }
  .tabs-links li a:hover {
    color: #fbda41 !important;
    border-bottom: #fbda41 solid 4px;
    font-weight: bolder;
    transition: all 0.3s ease-in-out;
  }
  .tabs-links li a:focus-within {
    color: #fbda41 !important;
    border-bottom: #fbda41 solid 2px;
  }
  .yt-vid {
    background-image: url(./product-single.png);
    background-size: cover;
    height: 60vh;
  }
  .rating i:hover {
    color: #fbda41;
  }
  .submit:hover {
    background-color: #2d2a6e !important;
  }
  .card-prod .hov-img {
    display: none;
  }

  .card-prod:hover .def {
    display: none;
    animation: trans 1s forwards;
  }

  .card-prod:hover .hov-img {
    display: block;
    animation: trans 1s forwards;
  }
  @keyframes trans {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .prod a {
    color: #2d2a6e !important;
  }
  .prod .card-title {
    color: #2d2a6e !important;
    font-size: medium !important;
  }
  .prod a:hover {
    color: #fbda41 !important;
  }
  .prod-item .prod-ul {
    display: none;
  }
  .prod-item:hover .prod-ul {
    display: block;
  }
  .recent a {
    color: #2d2a6e !important;
  }
  .recent a:hover {
    color: #fbda41 !important;
  }
