footer {
    width: 100%;
    background-color: #0a0a0a;
    background-image: url(../images/back-footer.png);
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 999;
    padding: 100px 0 0 0;
}

footer .col-lg-3 {
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #8f8f8f33;
    transition: all 0.3s;
}

footer .col-lg-first {
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #8f8f8f33;
    width: 24%;
}

footer p {
    color: #FFF;
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0px;
    max-width: 80%;
    height: 100%;
    text-align: justify;
}

footer .title {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    line-height: 1px;
    z-index: 1000;
    position: relative;
    margin: 0 auto 30px auto;
    width: fit-content;
}

footer .title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffd700), color-stop(35%, #ffd700), color-stop(65%, #ffd700), to(transparent));
    background: -webkit-linear-gradient(left, #ffd700 0, #ffd700 35%, #ffd700 65%, transparent 100%);
    background: -o-linear-gradient(left, #ffd700 0, #ffd700 35%, #ffd700 65%, transparent 100%);
    background: linear-gradient(to right, #ffd700 0, #ffd700 35%, #ffd700 65%, transparent 100%);
    z-index: 1000;
}

footer .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ffffff99;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
}

footer .nav-item:hover .nav-link,
footer .nav-item:active .nav-link {
    color: #ffffff !important;
}

footer .flex-column {
    padding: 0 !important;
}

footer .namad {
    border-style: solid;
    border-width: 2px 0 2px 0;
    border-color: #8f8f8f33;
    transition: all 0.3s;
    text-align: center;
    padding: 30px;
    margin: 70px 0 0 0;
}

footer .title-namad {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    margin: 20px 0;
    z-index: 1000;
}

footer .header-text {
    font-size: 10px !important;
}

footer .row-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

footer .row-img img {
    width: 140px;
}

@media (max-width: 1025px) {
    footer .row-img img {
        width: 110px;
    }
}

@media (max-width: 992px) {
    footer .col-lg-first {
        width: auto;
    }

    footer .col-lg-3 {
        border-style: none;
        border-width: 0 0 0 0;
    }

    footer .col-lg-first {
        border-style: none;
        border-width: 0 0 0 0;
        width: auto;
    }

    footer p {
        max-width: 100%;
        padding: 0 70px 50px 70px;
        text-align: center;
        font-size: 15px;
    }

    footer .title {
        color: rgb(255, 255, 255);
        font-size: 16px;
        font-weight: 600;
        line-height: 1px;
        z-index: 1000;
        position: relative;
        margin: 30px 70px 30px 0;
        width: fit-content;
    }
}

@media (max-width: 769px) {
    footer .title {
        margin-top: 20px;
    }

    footer .row-img {
        justify-content: center;
    }
}

@media (max-width: 426px) {
    footer .nav-item {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    footer .title::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 50px;
        height: 1px;
        background: -webkit-gradient(linear, right top, left top, color-stop(0, #ffd700), color-stop(35%, #ffd700), color-stop(65%, #ffd700), to(transparent));
        background: -webkit-linear-gradient(right, #ffd700 0, #ffd700 35%, #ffd700 65%, transparent 100%);
        background: -o-linear-gradient(right, #ffd700 0, #ffd700 35%, #ffd700 65%, transparent 100%);
        background: linear-gradient(to left, #ffd700 0, #ffd700 35%, #ffd700 65%, transparent 100%);
        z-index: 1000;
    }

    footer .title::before {
        width: 50px;
        height: 1px;
    }

    footer .title {
        margin: 20px auto;
    }

    footer .title::before {
        top: 5px;
    }

    footer .title::after {
        top: 5px;
    }

    footer p {
        padding: 0px;
        font-size: 15px;
        margin-bottom: 50px;
    }

    .gray-layout .gray-layout-second p {
        max-width: 90%;
    }

    .gray-layout .gray-layout-second img {
        max-width: 90%;
        z-index: 1000;
    }
}