/*----------------------------------
 footer center
----------------------------------*/
.footer-center {
    background-color: #e8edf8;
    border: 1px solid #ffffff;
    padding: 30px 0;
}

.footer-center .line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*----------------------------------
 footer center nemad
----------------------------------*/
.nemad-footer-center {
    width: 10%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nemad-footer-center img {
    width: 120px;
}

/*----------------------------------
 footer center contact
----------------------------------*/
.contact-footer-center {
    width: 30%;
}

.contact-footer-center .line {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
}

.contact-footer-center section {
    display: flex;
    align-items: center;
    color: #52376e;
}

.contact-footer-center section i {
    padding-left: 10px;
    font-size: 15px;
    color: #384b58;
}

.contact-footer-center span {
    color: #b36042;
}

/*----------------------------------
 footer center about-me
----------------------------------*/
.about-me-footer-center {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
}

.about-me-footer-center .right {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.about-me-footer-center .left {
    width: 40%;
    margin-bottom: -10px;
}

.about-me-footer-center a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-me-footer-center a img {
    width: 70%;
    height: auto;
}

.about-me-footer-center p {
    color: #52376e;
    text-align: justify;
}


.about-me-footer-center span {
    color: #b36042;
}

/*----------------------------------
 ریسپانسیو 
----------------------------------*/
@media screen and (max-width: 1151px) {
    .nemad-footer-center {
        width: 10%;
    }

    .contact-footer-center {
        width: 35%;
    }

    .about-me-footer-center {
        width: 55%;
        padding: 0px;
    }
}

@media screen and (max-width: 1023px) {
    .about-me-footer-center {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-me-footer-center .right {
        width: 80%;
    }
    
    .about-me-footer-center .left {
        width: 20%;
    }

    .nemad-footer-center {
        width: 25%;
    }

    .contact-footer-center {
        width: 75%;
    }
}

@media screen and (max-width: 799px) {
    .about-me-footer-center {
        flex-direction: column-reverse;
    }

    .about-me-footer-center .right {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    
    .about-me-footer-center .left {
        width: 100%;
        text-align: center;
    }

    .about-me-footer-center img {
        width: 150px;
    }

    .about-me-footer-center .right p  {
        text-align: center;
    }

    .contact-footer-center {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .contact-footer-center .line {
        justify-content: center;
        align-items: center;
    }

    .contact-footer-center section i {
        font-size: 17px;
    }

    .contact-footer-center section {
        margin-top: 5px;
    }
    
    .nemad-footer-center {
        width: 100%;
        margin-top: 10px;
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 350px) {
    .contact-footer-center section {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .contact-footer-center section i {
        font-size: 25px;
    }

    .contact-footer-center section p {
        text-align: center;
    }

    .nemad-footer-center {
        margin-top: 0;
    }
}