.footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.hr-line {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4), transparent);
    height: 1px;
}

.square {
    width: var(--Length);
    height: var(--Length);
}

.d-grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.img-icon-white {
    filter: invert(1);
}

.img-icon-dark {
    filter: invert(0);
}

.w-set {
    width: var(--Wset);
}

.img-set {
    max-width: 100%;
    min-height: 100%;
    height: auto;
    transition: all .4s cubic-bezier(.7, 0, .3, 1);
    object-fit: cover;
}

.box-shadow-line-buttom-acacac-dark-2e2e2e {
    box-shadow: #acacac 0px 5px 0px 0px;
}

.badge.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.border-top-nav-2a2a2a{
    border-top: #acacac 2px solid;
}

.w-min-fit{
    min-width: fit-content;
}