
/*styles updated as of 2024 update*/

.contact-title{
    font-weight: bold;
  font-size: 18px !important;
}


.product-purchase
{
    background: rgba(2, 2, 2, 0.78);
    background-color: rgba(2, 2, 2, 0.78);
  background-color: rgba(2, 2, 2, 0.78);
  color: #fff;
  box-shadow: 1px 2px 13px 2px #ba2828;
  padding: 10px;
}


.recent-projects
{
     background: rgba(2, 2, 2, 0.78);
    background-color: rgba(2, 2, 2, 0.78);
  background-color: rgba(2, 2, 2, 0.78);
  color: #fff;
  box-shadow: 1px 2px 13px 2px #ba2828;
  
}



.recentpost-card
{
    background: rgba(2, 2, 2, 0.78);
    background-color: rgba(2, 2, 2, 0.78);
  background-color: rgba(2, 2, 2, 0.78);
  background-color: rgba(2, 2, 2, 0.78);
  background-color: rgba(2, 2, 2, 0.78);
  color: #fff;
  box-shadow: 1px 2px 13px 2px #ba2828;
  margin-top: 38px;
}


.mobile-projects{
background: rgba(0, 0, 0, 0.84);
  box-shadow: 1px 0 13px 2px red;
  z-index: 9;
  position: sticky;
}