footer {
    /* text-align: center; */
}

.footer h3 {
    font-size: 1.3rem;
    color: darkred;
}

.footer h3,
ul {
    justify-self: right;
    margin-right: 0px;
    padding-right: 0px;
}

.footer ul li {
    /* font-size: 0.9rem; */
    font-size: 1rem;
    list-style: none;
    justify-self: right;
    line-height: 1.8rem;
}

.footer ul li a {
    color: rgb(92, 92, 92);
}

.footer ul li a:hover {
    color: rgb(70, 0, 20);
}

.bg-gray-1 {
    --tw-bg-opacity: 0.8;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.lnk {
    font-size: 1rem;
    color: rgb(130, 130, 130);
    position: relative;
    display: inline-flex;
    align-items: center;
}

.lnk:hover {
    color: rgb(90, 90, 90);
}

.lnk::before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url('/assets/img/app_karafarin.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;

}

.lnk::after {
    content: '';
    width: 5px;
    height: 20px;
    display: inline-block;
    margin-left: 2rem;
    margin-right: 2rem;
    border-left: 1px solid rgba(141, 141, 141, 0.5);
}

.lnk-karafarin::before {
    background-image: url('/assets/img/app_karafarin.png');
}

.lnk-hisode::before{
    background-image: url('/assets/img/app_hisood.png');
}

.lnk-hibank::before{
    background-image: url('/assets/img/app_hibank.png');
}
.lnk-hibank::after{
    border: 0px;
}

.slnk {
    font-size: 1rem;
    color: rgb(130, 130, 130);
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 50px;
}

.slnk:hover {
    color: rgb(90, 90, 90);
}

.slnk::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('/assets/img/app_karafarin.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.slnk-instagram::before{
    background-image: url('/assets/img/soc_instagram.svg');
}

.slnk-telegram::before{
    background-image: url('/assets/img/soc_telegram.svg');
}

.slnk-linkdin::before{
    background-image: url('/assets/img/soc_linkedin.svg');
}

.slnk-email::before{
    background-image: url('/assets/img/soc_email.svg');
}