.hero-bg {
     background-image: url("./img/Bg-2.svg");
     background-size: cover;
     background-repeat: no-repeat;
     background-position: bottom;
     height: 75vh;
   }

   #projects .card {
     transition: all 0.4s;
   }
   #projects .card:hover {
     transform: translateY(-3%);
   }

   .container-fluid .card{
     transition: all 0.3s;
   }
   .container-fluid .card:hover{
     transform: scale(1.03);
   }