/*#works .row
{
  background-image: url("../assets/img/peter_rabbit_just_imagine.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}

#works .row p
{
  background-color: rgba(255,255,255,0.7);
}


.portfolio-item {
    cursor: pointer;
    position: relative;
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;

  }
*/

.background-dolly {
  height: 325px; /* Set the height of the section */
  background-image: url("../assets/img/LinkedIn-Business-q1-24.png"); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.portfolio-item .card-icon{
    font-size: 80px;
   }

   .bg-info .portfolio-item {
    border-color: var(--bs-gray-600);
   }

   .bg-info .portfolio-item .card-icon{
    color: var(--bs-dark);
    background-color: white;
   }

   .bg-dark .portfolio-item .card-icon{
    color: var(--bs-primary);
    background-color: white;
   }

   .bg-white .portfolio-item .card-icon{
    color: var(--bs-secondary);
    background-color: white;
   }

 .portfolio-item .portfolio-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    background-color: rgba(221, 230, 228, 0.9);
  }
.portfolio-item .portfolio-item-caption:hover {
    opacity: 1;
  }
 .portfolio-item .portfolio-item-caption .portfolio-item-caption-content {
    font-size: 1.5rem;
  }
  
  .portfolio-modal .btn-close {
    color: #1abc9c;
    font-size: 2rem;
    padding: 1rem;
  }
  .portfolio-modal .portfolio-modal-title {
    font-size: 2.25rem;
    line-height: 2rem;
  }
  @media (min-width: 992px) {
    .portfolio-modal .portfolio-modal-title {
      font-size: 3rem;
      line-height: 2.5rem;
    }
  }
  
  .footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #2c3e50;
    color: #fff;
  }
  
  .copyright {
    background-color: #1a252f;
  }