﻿
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: /* IE6-8 */
    /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: /* FF39+,Chrome36+, Opera24+*/
    url('../font/woff/IRANSansWeb(FaNum).woff') format('woff'); /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body {
    font: 16px/25px IRANSans;
    width: 100%;
    height: 100vh;
    padding: 0;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: url(../images/body-bg.jpg) no-repeat center center;
    background-size: cover;
}

    body * {
        font: 16px/25px IRANSans;
    }

.home-page {
    position: relative;
    height: 94%;
    overflow-y: hidden;
}

.home-page_desc {
    position: absolute;
    z-index: 9;
    right: 167px;
    top: 97px;
    width: 345px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-page_desc_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .home-page_desc_top * {
        color: #fff;
        font-size: 36px;
        font-weight: 500;
        margin: 0;
        padding: 0;
        line-height: 50px;
    }

.home-page_desc_bottom {
    width: 100%;
}

    .home-page_desc_bottom ul {
        margin: 20px 0;
        padding: 0;
        width: 100%;
    }

        .home-page_desc_bottom ul li {
            margin-bottom: 18px;
            list-style: none;
            display: flex;
            justify-content: center;
        }

            .home-page_desc_bottom ul li a {
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 22px;
                color: #000;
                background-color: #fff;
                width: 100%;
                height: 48px;
                border-radius: 5px;
                text-decoration: none;
                font-weight: 500;
                transition: all .5s;
            }

                .home-page_desc_bottom ul li a:hover {
                    background: #50c9a6;
                    color: #fff;
                }

.home-page_link_list ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .home-page_link_list ul li a {
        transition: all .5s;
        position: relative;
    }

        .home-page_link_list ul li a::after {
            position: absolute;
            content: '';
        }

        .home-page_link_list ul li a img {
            width: 100%;
        }

        .home-page_link_list ul li a:hover {
            transform: scale(1.1);
        }

.electrosteel-logo {
    padding-bottom: 70px;
}

    .electrosteel-logo a::after {
        width: 41px;
        height: 47px;
        bottom: -50px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/blue-after.png) no-repeat center center;
    }

.lamines-logo::after {
    width: 49px;
    height: 41px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/green.png) no-repeat center center;
}

.pladium::after {
    width: 49px;
    height: 41px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/perple-after.png) no-repeat center center;
}

.lamines-logo {
    padding-left: 70px;
}

.pladium {
    padding-right: 70px;
}

.es-service {
    width: 25%;
    -webkit-logical-width: 27%;
}

    .es-service img {
        width: 100%;
    }

footer {
    width: 100%;
    height: 40px;
    background-color: #22313F;
    -webkit-margin-before: -10px;
}

    footer a {
        color: #337ab7;
        text-decoration: none;
        transition: all .5s;
        font-size: 13px;
    }

.copy {
    width: 100%;
    height: 40px;
    background-color: #2C3E50;
    margin-top: 0px;
    color: #999;
    font-size: 13px;
}

    .copy p {
        padding: 4px 0;
        margin-bottom: 0;
        text-align: center;
        font-size: 13px;
    }
/*0 up to 479*/
@media only screen and (min-width:0px) and (max-width : 479px) {
    body {
        height: auto;
        overflow: unset;
        background-size: cover;
    }

    .home-page_desc {
        right: 20px;
        top: 25px;
        width: 210px;
    }

    .home-page_desc_top * {
        font-size: 20px;
        line-height: 29px;
    }

    .home-page_desc_bottom ul {
        margin: 15px 0;
    }

        .home-page_desc_bottom ul li {
            margin-bottom: 10px;
        }

            .home-page_desc_bottom ul li a {
                font-size: 16px;
                height: 35px;
            }

    .home-page_link_list {
        padding-top: 64%;
    }

    .lamines-logo {
        padding-left: 33px;
    }

    .electrosteel-logo {
        padding-bottom: 33px;
    }

    .home-page_link_list ul {
        padding-right: 0;
    }

        .home-page_link_list ul li {
            justify-content: flex-end;
            padding-left: 20px;
        }

            .home-page_link_list ul li a {
                transition: all .5s;
                width: 31%;
            }

    .electrosteel-logo a::after {
        bottom: -36px;
        left: 61%;
        background-size: 57%;
    }

    .es-service {
        width: 50%;
    }

    .electrosteel-logo a {
        padding-left: 20px;
    }

    .lamines-logo::after {
        left: -9px;
        background-size: 55%;
    }

    .pladium {
        padding-left: 22px;
        padding-top: 28px;
    }

        .pladium::after {
            right: 50%;
            top: -12px;
            background-size: 55%;
            transform: rotate(-90deg);
        }

    .home-page {
        height: 93%;
        width: 315px;
        margin: 0 auto;
    }

    .copy {
        height: unset;
    }

        .copy p {
            font-size: 10px;
        }

    footer a {
        font-size: 10px;
    }
}
/*480 up to 719*/
@media only screen and (min-width : 480px) and (max-width : 719px) {
    body {
        height: auto;
        overflow: unset;
        background-size: cover;
    }

    .home-page_desc {
        right: 20px;
        top: 25px;
        width: 210px;
    }

    .home-page_desc_top * {
        font-size: 20px;
        line-height: 29px;
    }

    .home-page_desc_bottom ul {
        margin: 15px 0;
    }

        .home-page_desc_bottom ul li {
            margin-bottom: 10px;
        }

            .home-page_desc_bottom ul li a {
                font-size: 16px;
                height: 35px;
            }

    .home-page_link_list {
        padding-top: 64%;
    }

    .lamines-logo {
        padding-left: 33px;
    }

    .electrosteel-logo {
        padding-bottom: 33px;
    }

    .home-page_link_list ul {
        padding-right: 0;
    }

        .home-page_link_list ul li {
            justify-content: flex-end;
            padding-left: 20px;
        }

            .home-page_link_list ul li a {
                transition: all .5s;
                width: 31%;
            }

    .electrosteel-logo a::after {
        bottom: -36px;
        left: 61%;
        background-size: 57%;
    }

    .es-service {
        width: 50%;
    }

    .electrosteel-logo a {
        padding-left: 20px;
    }

    .lamines-logo::after {
        left: -9px;
        background-size: 55%;
    }

    .pladium {
        padding-left: 22px;
        padding-top: 28px;
    }

        .pladium::after {
            right: 50%;
            top: -12px;
            background-size: 55%;
            transform: rotate(-90deg);
        }

    .home-page {
        height: 93%;
        width: 315px;
        margin: 0 auto;
    }

    .copy {
        height: unset;
    }
}
/*720 up to 1000*/
@media only screen and (min-width : 720px) and (max-width : 1000px) {
    body {
        height: auto;
        overflow: unset;
        background-size: cover;
    }

    .home-page {
        width: 700px;
        margin: 0 auto;
        height: auto;
    }

    .home-page_desc_top * {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        margin: 0;
        padding: 0;
        line-height: 32px;
    }

    .home-page_desc {
        position: absolute;
        z-index: 9;
        right: 167px;
        top: 10px;
        width: 345px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-page_desc_bottom ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        width: 75%;
    }

    .home-page_link_list ul {
        margin: 0;
        padding: 0;
    }

    .es-service {
        -webkit-logical-width: 25%;
        width: 25%;
    }

    .home-page_link_list ul li a {
        width: 19%;
    }

    .home-page_link_list {
        margin-top: 34%;
    }
}
/*1001 up to 1249*/
@media only screen and (min-width : 1001px) and (max-width : 1249px) {
    .home-page {
        width: 980px;
        margin: 0 auto;
    }

    .home-page_desc {
        right: 22px;
        top: 35px;
    }

    .es-service {
        width: 34%;
    }
}
/*laptop*/
@media only screen and (min-width : 1250px) and (max-width : 1366px) {
    .home-page {
        width: 1200px;
        margin: 0 auto;
    }

    .es-service {
        width: 22%;
    }

    .home-page_link_list {
        margin-top: 75px;
    }

    .home-page_desc {
        right: 42px;
        top: 54px;
    }
}
/*1250 up to 1400*/
@media only screen and (min-width : 1367px) and (max-width : 1450px) {
    .home-page {
        width: 1200px;
        margin: 0 auto;
    }
}

@media only screen and (min-width : 1451px) and (max-width : 1600px) {
    .home-page {
        width: 1400px;
        margin: 0 auto;
    }
}
