/* خاک پای زهرا بودید */
/* +++----===== 👇JUST FOOTER👇 +++----===== */
footer {
    margin-top: 30px;
    background:
            linear-gradient(90deg, rgba(0,0,0,0.2) 12%, rgba(158,116,69,0) 40%),
            url("../assets/template-images/bg-gel.png");
}
footer .ajor {
    background-image: url("../assets/template-images/ajor.png");
    background-repeat: repeat-x;
    background-size: auto 70px;
    height: 70px;
}


/* footer .footer-box */
/* SMALL */@media (min-width: 0px) and (max-width: 479px) {
    footer .footer-box {
        display: flex;
        flex-direction: column-reverse;
    }
}/* MEDIUM */@media (min-width: 480px) and (max-width: 767px) {
    footer .footer-box {
        display: flex;
        flex-direction: column-reverse;
    }
}/* LARGE */@media (min-width: 768px) and (max-width: 1279px) {
    footer .footer-box {
        display: flex;
        flex-direction: column-reverse;
    }
}/* XLARGE */@media (min-width: 1280px) {
    footer .footer-box {
        display: flex;
        direction: rtl;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }
}


/* footer .footer-box .mother */
/* SMALL */@media (min-width: 0px) and (max-width: 479px) {
    footer .footer-box .mother {
        position: relative;
        height: auto;
        width: 100%;
    }
}/* MEDIUM */@media (min-width: 480px) and (max-width: 767px) {
    footer .footer-box .mother {
        position: relative;
        height: auto;
        width: 100%;
    }
}/* LARGE */@media (min-width: 768px) and (max-width: 1279px) {
    footer .footer-box .mother {
        position: relative;
        height: auto;
        width: 100%;
    }
}/* XLARGE */@media (min-width: 1280px) {
    footer .footer-box .mother {
        position: relative;
        height: 370px;
        width: auto;
    }
}


/* footer .footer-box .mother img */
/* SMALL */@media (min-width: 0px) and (max-width: 479px) {
    footer .footer-box .mother img {
        display: block;
        width: 100%;
        height: auto;
        transition: 1s;
        transform: translateX(30px);
        margin: auto;
    }
}/* MEDIUM */@media (min-width: 480px) and (max-width: 767px) {
    footer .footer-box .mother img {
        display: block;
        width: 100%;
        height: auto;
        transition: 1s;
        transform: translateX(30px);
        margin: auto;
    }
}/* LARGE */@media (min-width: 768px) and (max-width: 1279px) {
    footer .footer-box .mother img {
        display: block;
        width: 50%;
        height: auto;
        transition: 1s;
        transform: translateX(30px);
        margin: auto;
    }
}/* XLARGE */@media (min-width: 1280px) {
    footer .footer-box .mother img {
        display: block;
        width: auto;
        height: 100%;
        transition: 1s;
        transform: translateX(30px);
        margin: auto;
    }
}
footer .footer-box .mother:hover img {
    transform: translateX(0);

}

/* footer .footer-box .leader */
/* SMALL */@media (min-width: 0px) and (max-width: 479px) {
    footer .footer-box .leader {
        position: relative;
        width: 100%;
        padding: 30px 10%;
        margin-bottom: 20px;
        color: rgb(70,40,20);
        font-size: 24px;
        font-weight: bolder;
    }
}/* MEDIUM */@media (min-width: 480px) and (max-width: 767px) {
    footer .footer-box .leader {
        position: relative;
        width: 100%;
        padding: 30px 10%;
        margin-bottom: 20px;
        color: rgb(70,40,20);
        font-size: 24px;
        font-weight: bolder;
    }
}/* LARGE */@media (min-width: 768px) and (max-width: 1279px) {
    footer .footer-box .leader {
        position: relative;
        width: 100%;
        padding: 30px 25%;
        margin-bottom: 20px;
        color: rgb(70,40,20);
        font-size: 24px;
        font-weight: bolder;
    }
}/* XLARGE */@media (min-width: 1280px) {
    footer .footer-box .leader {
        position: relative;
        width: 30%;
        color: rgb(70,40,20);
        font-size: 24px;
        font-weight: bolder;
    }
}

/* footer .footer-box .leader .expression */
/* SMALL */@media (min-width: 0px) and (max-width: 479px) {
    footer .footer-box .leader .expression {
        padding-top: 50px;
        padding-right: 40px;
        padding-left: 40px;
        text-align: justify;
        line-height: 35px;
        transition: 1s;
        transform: translateX(30px);
    }
}/* MEDIUM */@media (min-width: 480px) and (max-width: 767px) {
    footer .footer-box .leader .expression {
        padding-top: 50px;
        padding-right: 40px;
        padding-left: 40px;
        text-align: justify;
        line-height: 35px;
        transition: 1s;
        transform: translateX(30px);
    }
}/* LARGE */@media (min-width: 768px) and (max-width: 1279px) {
    footer .footer-box .leader .expression {
        padding-top: 50px;
        padding-right: 40px;
        padding-left: 40px;
        text-align: justify;
        line-height: 35px;
        transition: 1s;
        transform: translateX(30px);
    }
}/* XLARGE */@media (min-width: 1280px) {
    footer .footer-box .leader .expression {
        padding-top: 50px;
        padding-right: 40px;
        padding-left: 40px;
        text-align: justify;
        line-height: 35px;
        transition: 0.3s;
    }
}


/* footer .footer-box .leader:hover .expression */
/* SMALL */@media (min-width: 0px) and (max-width: 479px) {
    footer .footer-box .leader:hover .expression {
        transform: translateX(0px);
    }
}/* MEDIUM */@media (min-width: 480px) and (max-width: 767px) {
    footer .footer-box .leader:hover .expression {
        transform: translateX(0px);
    }
}/* LARGE */@media (min-width: 768px) and (max-width: 1279px) {
    footer .footer-box .leader:hover .expression {
        transform: translateX(0px);
    }
}/* XLARGE */@media (min-width: 1280px) {
    footer .footer-box .leader:hover .expression {
        transform: translateY(20px);
    }
}


footer .footer-box .leader .expression h3 {
    font-size: 20px;
    font-weight: bolder;
    text-align: right;
}
footer .footer-box .leader .poshti {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
}
footer .footer-box .leader:hover .poshti {
    transform: translateX(-20px);
    transform-origin: bottom;
}
footer .footer-box .leader .poshti img {
    width: 70%;
    display: block;
    margin: 0 auto;
}

/* footer .footer-box .contact-us */
/* SMALL */@media (min-width: 0px) and (max-width: 479px) {
    footer .footer-box .contact-us {
        width: 100%;
        padding-top: 40px;
        padding-left: 10%;
        padding-right: 20%;
        padding-bottom: 20px;
        transform: translateX(30px);
        transition: 1s;
    }
}/* MEDIUM */@media (min-width: 480px) and (max-width: 767px) {
    footer .footer-box .contact-us {
        width: 100%;
        padding-top: 40px;
        padding-left: 10%;
        padding-right: 20%;
        padding-bottom: 20px;
        transform: translateX(30px);
        transition: 1s;
    }
}/* LARGE */@media (min-width: 768px) and (max-width: 1279px) {
    footer .footer-box .contact-us {
        width: 100%;
        padding-top: 40px;
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 20px;
        transform: translateX(30px);
        transition: 1s;
    }
}/* XLARGE */@media (min-width: 1280px) {
    footer .footer-box .contact-us {
        width: 25%;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

/* footer .footer-box .contact-us:hover */
/* SMALL */@media (min-width: 0px) and (max-width: 479px) {
    footer .footer-box .contact-us:hover {
        transform: translateX(0);
    }
}/* MEDIUM */@media (min-width: 480px) and (max-width: 767px) {
    footer .footer-box .contact-us:hover {
        transform: translateX(0);
    }
}/* LARGE */@media (min-width: 768px) and (max-width: 1279px) {
    footer .footer-box .contact-us:hover {
        transform: translateX(0);
    }
}/* XLARGE */@media (min-width: 1280px) {

}

footer .footer-box .contact-us .logo {
    position: relative;
}
footer .footer-box .contact-us .logo img {
    width: 135px;
    transition: 2s;
    /*border: solid 3px;*/
    transform-origin: 54% 50%;
}
footer .footer-box .contact-us:hover .logo img {
    transform: rotateY(360deg);
}
footer .footer-box .contact-us .logo .logo-text {
    position: absolute;
    right: 124px;
    bottom: 0;
    width: max-content;
    font-weight: bold;
    font-size: 17px;
    opacity: 0.7;
    color: white;
    /*text-shadow: 0 0 2px black;*/
}

footer .footer-box .contact-us .logo .logo-text .en {
    font-family: 'Dosis';
    letter-spacing: 3px;
    direction: ltr;
}

footer .footer-box .contact-us .description {
    font-weight: bolder;
    padding: 20px 20px 0 20px   ;
}
footer .footer-box .contact-us .description h3 {
    font-size: 1.2em;
    font-weight: bolder;
    margin: 0;
}
footer .footer-box .contact-us .description p {
}
footer .footer-box .contact-us .description a {
    display: block;
    text-align: right;
    direction: ltr;
    transition: 1s;
    transform: translateX(-20px);
}
footer .footer-box .contact-us:hover .description a {
    transform: translateX(20px);
}
footer .footer-box .contact-us .description a span {
    transition: 0.4s;
}
footer .footer-box .contact-us:hover .description a span {
    display: inline-block;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
footer .footer-box .contact-us .description a img {
    height: 2em;
    opacity: 0.8;
}

/* +++----===== 👆JUST FOOTER👆 +++----===== */
