@import "header.css";
@import "menu.css";
@import "footer.css";
*{
    padding: 0;
    margin: 0;
}

main{
    width: 100%;
    height: auto;
    direction: rtl;
    background-color: #ffffff;

}
@font-face {
    font-family: iransans;
    src: url("../fonts/ttf/IRANSansWeb.ttf");
    src: url("../fonts/eot/IRANSansWeb.eot");
    src: url("../fonts/woff/IRANSansWeb.woff");
    src: url("../fonts/woff2/IRANSansWeb.woff2");
}
@font-face {
    font-family: chunk;
    src: url("../fonts/Chunk Five Print.otf");
    src: url("../fonts/ChunkFive-Regular.otf");
}
@media only screen and (min-width: 700px) and (max-width: 1980px){
    section.about-us{

        width: 100%;
        height: auto;
        margin-top: 20px;

    }
    section.about-us>div:nth-child(1){

        width: 90%;
        margin: 0 auto;
    }
    section.about-us>div:nth-child(1)>h1{
        font-family: iransans;
        font-size: 38px;
        font-weight: bold;
        color: black;

    }
    section.about-us>div:nth-child(1)>p{
        font-family: iransans;
        font-size: 26px;
        text-align: justify;
        padding: 5px;
        font-weight: bold;
        color: black;

    }
    section.about-us>div:nth-child(2){

        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    section.about-us>div:nth-child(2)>img{
        width: 60%;
        height: auto;
    }
}
@media screen and (max-width: 750px) {
    section.about-us>div:nth-child(1)>h1{
        font-family: iransans;
        font-size: 24px;
        margin-right: 5%;
        font-weight: bold;
        color: black;

    }
    section.about-us>div:nth-child(1)>p{
        font-family: iransans;
        font-size: 14px;
        text-align: justify;
        margin-right: 5%;
        margin-left: 5%;
        font-weight: bold;
        color: black;
    }
    section.about-us>div:nth-child(2){

        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    section.about-us>div:nth-child(2)>img{
        width: 80%;
        height: auto;
    }
}