.card-hover:hover
{
    border-bottom:4px solid var(--primary);
      
}

.cursor-pointer
{
    cursor: pointer;
}

.hidden-section
{
    display: none;
}

.live-title
{
    font-weight:bold;
    color:var(--primary);
}

.icon-height-width
{
    height: 80px;
    width: 80px;
}

.gap-5
{
    gap: 10px;
}
.img-portfolio
{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.size-100{
    width: 100px;
}

@media (max-width: 762px) {
    .me-auto {
        margin-right: 0!important;
    }
    .col-auto {
        flex: 0 0 100%;
        width: auto;
    }
    .gap-5
{
    gap: 5px !important;
}
  }
