/*====================================================
                    page-footer-section
=======================================================*/

.page-footer {
    position: relative;
    padding-top: 70px;
    background-color: #382b3c;
    z-index: 1;
    margin-top: 110px;
}

.footer-bg {
    background-image: url("../images/backgrounds/footer-bg.png");
    height: 100%;
    background-repeat: repeat-x;
    animation: slide-right 60s linear 0s infinite;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    z-index: 0;
}

@keyframes slide-right {
    0% {
        background-position: -1900px 100%;
    }
    100% {
        background-position: 0 100%;
    }
}

.footer-right {
    display: flex;
    justify-content: right;
}

.footer-app-icons span {
    float: left;
}

.footer-app-icons i {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35.714px;
    height: 35.714px;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(157, 157, 157, 0.14);
    z-index: 1;
    margin-left: 20px;
    transition: all .2s ease-in-out;
}

.footer-app-icons i:hover {
    background-color: #FF5956;
    color: white;
}

.footer-hr {
    width: 100%;
    height: 1px;
    background-color: #736d75;
    margin: 30px 0px;
}

.footer-description {
    padding-bottom: 100px;
}

.footer-description h2 {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.611;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.footer-description ul {
    list-style-type: none;
    padding: 0;

}

.footer-description a {
    font-size: 1em;
    color: #928496;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
}

.footer-description a:hover {
    color: #FF5956;
    background-size: 100% 1px;
}

.footer-bottom-boxes-right-1 {
    padding-right: 100px;
}

.footer-bottom-boxes-right-1 i {
    color: #FF5956;
    margin-right: 10px;
}

.footer-form input {
    display: block;
}

.footer-form input[type="email"] {
    border: none;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background-color: #241C26;
    padding-left: 25px;
    outline: none;
    color: #928496;
}

.footer-form input[type="button"] {
    border: none;
    width: 40%;
    height: 60px;
    border-radius: 10px;
    background-color: #FF5956;
    color: white;
    margin-top: 10px;
    font-weight: 700;
}

.footer-copyright-bar {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #241C26;
}

.footer-copyright-bar p {
    font-weight: 400;
    color: #928496;
    margin-bottom: 0;
}

.dev-link {
    text-decoration: none;
    color: inherit;
}

.dev-link:hover{
    color: inherit;
}