/* ===========footer=========== */
.footer {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #2c0061;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 5%;
}

.dl-news,
.news-doc-reg,
.contact-road {
    width: 300px;
    margin-bottom: 50px;
}


/* ==============جدیدترین دانلودها============= */
.dl-news-items {
    margin-right: 20px;
    margin-top: 10px;
}

.dl-news-items:nth-child(1) {
    margin-top: 8%;
}
/* ==============جدیدترین دانلودها============= */

/* ==============خبرنامه============= */
.news-doc-reg-content {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-doc-reg-input {
    width: 80%;
    height: 40px;
    border: none;
    border-radius: 0 5px 5px 0;
    outline: none;
    padding: 0 5%;
}

.news-doc-reg-btn {
    width: 20%;
    height: 40px;
    border: none;
    border-radius: 5px 0 0 5px;
    outline: none;
    cursor: pointer;
}

.news-doc-reg-btn:active {
    transform: scale(.8);
}
/* ==============خبرنامه============= */

/* ==============راههای ارتباطی============= */
.contact-road-item {
    list-style-type: none;
    text-align: center;
}

.contact-road-item:nth-child(1) {
    margin-top: 8%;
}

.mobile-content {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-content a {
    text-decoration: none;
    margin-top: 0 !important;
    border-radius: 5px;
    padding: 0 3%;
}

.mobile {
    position: relative;
    direction: ltr;
    font-size: 1.2rem !important;
}

.email {
    font-size: 1.1rem !important;
}
/* ==============راههای ارتباطی============= */

.web-design-reserved {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background-color: #410091;
}

/* ===========footer=========== */