/*your custom css goes here*/
.flash-sale {
    background: #51A37533;
}

.slick-active.slick-center .slick-item {
    box-shadow: 0px 20px 60px 0px #2E213D14;
    transform: scale(1.2);
    border-radius: 10px;
}

.align-items-baseline span.border-bottom {
    color: var(--primary);
}

.btn-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-size: 18px;
}

.content-card {
    background: #fff;
    border-radius: 16px;
    padding: 18px 36px;
}

.footer-widget .list-inline-item a {
    background: #1B1B281A;
    color: #1B1B28;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.list-inline-item a:hover {
    background: var(--primary);
    color: white;
}

.blogs__item {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 16px;
    border-radius: 8px;
    color: white;
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    overflow: hidden;
}

.blogs__item__img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.bg-gray {
    background: #F4F5F8;
    z-index: 1;
}

.card-dots-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.skin-content {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.skin-content-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    filter: grayscale(1);
}

.skin-content__img {
    position: relative;
    top: -80px;
    filter: grayscale(0%);
}