/*-------------------------------------------------------------------------reset--------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: iransans;
    src: url('../font/IranSans.eot');
    src: url('../font/IranSans.ttf');
    src: url('../font/IranSans.woff');
}

main {
    font-family: iransans;
    direction: rtl;
    height: 100%;
    overflow:hidden;
}

ul {
    list-style: none;
}

input:focus {
    outline: none;
}

button:focus {
    outline: none;
}
/*-------------------------------------------------------------------------header--------------------------------------------------------------------------*/
.header {
    width: 1366px;
    height: 230px;
    margin: auto;
    display: flex;
    position: relative;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    z-index: 9999999999999;
}

.top-header {
    width: 100%;
    height: 70px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding-left: 400px;
}

    .top-header > img {
        position: absolute;
    }

    .top-header > p {
        color: white;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 100px;
    }

        .top-header > p > img {
            padding-right: 10px;
        }

    .top-header > div {
        position: absolute;
        left: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .top-header > div > img {
            padding-left: 10px;
        }

        .top-header > div > select {
            background-color: transparent;
            color: white;
            font-family: iransans;
            border: none;
        }

            .top-header > div > select:hover {
                color: gold;
            }

            .top-header > div > select:focus {
                outline: none
            }

            .top-header > div > select > option {
                color: black;
            }

.center-header {
    width: 100%;
    height: 110px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

    .center-header > div:nth-child(2) {
        width: 40%;
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

        .center-header > div:nth-child(2) > div {
            width: 25%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

            .center-header > div:nth-child(2) > div > p {
                font-size: 12px;
            }

.parent-clock {
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    display: flex;
}

.right-clock {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 20px;
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.left-clock {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .left-clock > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.bot-header {
    width: 100%;
    height: 70px;
    display: flex;
    position: relative;
    z-index: 9999999999;
}

    .bot-header > img {
        position: absolute;
    }

    .bot-header > ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        padding-left: 400px;
        padding-right: 25px;
        padding-bottom: 10px;
    }

        .bot-header > ul > li > a {
            font-size: 13px;
            color: white;
        }

            .bot-header > ul > li > a:hover {
                color: gold;
            }









@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/droidsans/v12/SlGVmQWMvZQIdix7AFxXkHNSbQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Droid Sans';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/droidsans/v12/SlGWmQWMvZQIdix7AFxXmMh3eDs1Zw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




.container {
    height: 125px;
    width: 125px;
}

/* ---------- APP ---------- */

.app {
    text-align: center;
}

.app-title {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 5px #15181f;
}

.clock {
    position: absolute;
    height: 115px;
    width: 115px;
    left: 10px;
    top: -3px;
}

.clock-inner {
    background: #f9f9f9;
    border-radius: 50%;
    height: 115px;
    width: 115px;
}

.clock-center,
#clock-seconds,
#clock-minutes,
#clock-hours {
    left: 50%;
    position: absolute;
    top: 50%;
}

.clock-center {
    background: #1a1d24;
    border-radius: 50%;
    height: 12px;
    margin: -6px 0 0 -6px;
    width: 12px;
    z-index: 4;
}

#clock-seconds {
    background: #c40206;
    border-radius: 2px;
    height: 60px;
    margin: -60px 0 0 -1px;
    -webkit-transform-origin: 1px 60px;
    -moz-transform-origin: 1px 60px;
    -ms-transform-origin: 1px 60px;
    -o-transform-origin: 1px 60px;
    transform-origin: 1px 60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 2px;
    z-index: 3;
}

#clock-minutes {
    background: #aaa;
    border-radius: 4px;
    height: 50px;
    margin: -50px 0 0 -2px;
    -webkit-transform-origin: 2px 50px;
    -moz-transform-origin: 2px 50px;
    -ms-transform-origin: 2px 50px;
    -o-transform-origin: 2px 50px;
    transform-origin: 2px 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 4px;
    z-index: 2;
}

#clock-hours {
    background: #1a1d24;
    border-radius: 4px;
    height: 40px;
    margin: -40px 0 0 -2px;
    -webkit-transform-origin: 2px 40px;
    -moz-transform-origin: 2px 40px;
    -ms-transform-origin: 2px 40px;
    -o-transform-origin: 2px 40px;
    transform-origin: 2px 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 4px;
    z-index: 1;
}

.clock-numbers {
    color: #888;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 120px;
    margin: -60px 0 0 -60px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 120px;
}

    .clock-numbers li {
        height: 20px;
        line-height: 20px;
        margin: -10px;
        position: absolute;
        text-align: center;
        width: 20px;
    }

        .clock-numbers li:nth-child(1) {
            left: 50%;
            top: 15px;
        }

        .clock-numbers li:nth-child(2) {
            right: 15px;
            top: 50%;
        }

        .clock-numbers li:nth-child(3) {
            bottom: 15px;
            left: 50%;
        }

        .clock-numbers li:nth-child(4) {
            left: 15px;
            top: 50%;
        }

/*-------------------------------------------------------------------------sec1--------------------------------------------------------------------------*/
.sec1 {
    width: 100%;
    height: 577px;
    max-width: 1366px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 230px;
}

    .sec1 > img {
        width: 100%;
        height: 100%;
    }
/*-------------------------------------------------------------------------sec2--------------------------------------------------------------------------*/
.sec2 {
    width: 100%;
    height: 100%;
    max-width: 1366px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    margin-top: 230px;
}

.inside-sec2 {
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.top-sec2 {
    width: 100%;
    height: 50px;
    display: flex;
}

.right-top-sec2 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

    .right-top-sec2 > p {
        margin-right: 10px;
        font-weight: bold;
        font-size: 23px;
    }

.left-top-sec2 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .left-top-sec2 > img {
        margin-left: 10px;
    }

.center-sec2 {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-------------------------------------------------------------------------sec3--------------------------------------------------------------------------*/
.sec3 {
    width: 100%;
    height: 100%;
    max-width: 1366px;
    margin: auto;
    margin-top: 40px;
    display: flex;
}

.inside-sec3 {
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.top-sec3 {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    color: white;
    background-color: #0f4625;
}

    .top-sec3 > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .top-sec3 > div > input {
            width: 180px;
            height: 34px;
            margin-right: 14px;
        }

    .top-sec3 > button {
        width: 110px;
        border-radius: 10px;
        font-family: iransans;
        background-color: #78dfaa;
        color: #114725;
        font-size: 14px;
        height: 42px;
    }

.bot-sec3 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tbl-currency {
    border-collapse: collapse;
    width: 100%;
}

    .tbl-currency .tbl-currency-tr th {
        background-color: #114725;
        text-align: center;
        color: white;
        font-size: 14px;
        font-weight: 100;
    }

    .tbl-currency .tbl-currency-tr td {
        font-size: 15px;
        color: #0f6486;
    }

    .tbl-currency .tbl-currency-tr td > span {
        font-size: 29px;
    }

    .tbl-currency .tbl-currency-tr td, th {
        border: 1px solid #f1f1f1;
        text-align: center;
        font-family: iransans;
        padding: 8px;
        color: black;
    }

    .tbl-currency .tbl-currency-tr:nth-child(1) {
        border-bottom: 2px solid green;
    }
    .tbl-currency .tbl-currency-tr:nth-child(1) > td, th {
        color: #fff;
    }

    .tbl-currency .tbl-currency-tr:nth-child(even) {
        background-color: #f1f1f1;
    }
/*-------------------------------------------------------------------------sec4--------------------------------------------------------------------------*/
.sec4 {
    width: 100%;
    height: 107px;
    max-width: 1366px;
    margin: auto;
    margin-top: 40px;
    display: flex;
}

.inside-sec4 {
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.top-sec4 {
    width: 100%;
    height: 50px;
    display: flex;
}

.right-top-sec4 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}

    .right-top-sec4 > p {
        margin-right: 10px;
        font-weight: bold;
        font-size: 23px;
    }

.left-top-sec4 {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .left-top-sec4 > img {
        margin-left: 10px;
    }

.center-sec4 {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-------------------------------------------------------------------------sec5--------------------------------------------------------------------------*/
.sec5 {
    width: 100%;
    height: 360px;
    max-width: 1366px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    padding-bottom: 30px;
}

.inside-sec5 {
    width: 100%;
    height: 100%;
    max-width: 1255px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.top-sec5 {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    color: white;
    background-color: #0f4625;
}

    .top-sec5 > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .top-sec5 > div > input {
            width: 180px;
            height: 34px;
            margin-right: 14px;
        }

    .top-sec5 > button {
        width: 110px;
        border-radius: 10px;
        font-family: iransans;
        background-color: #78dfaa;
        color: #114725;
        font-size: 14px;
        height: 42px;
    }

.bot-sec5 {
    width: 100%;
    height: 290px;
    display: flex;
    flex-direction: column;
}
/*-------------------------------------------------------------------------footer--------------------------------------------------------------------------*/
.footer {
    width: 100%;
    height: 422px;
    max-width: 1366px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    background-color: #114725;
}

.inside-footer {
    width: 100%;
    height: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.top-fppter {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}

.right-footer {
    width: 410px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-right-footer {
    width: 100%;
    height: 89px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border-bottom: 2px solid #8bb5c5;
}

    .top-right-footer > p {
        color: #93ecbe;
        font-weight: bold;
        font-size: 17px;
    }

    .top-right-footer > span {
        font-size: 12px;
        color: #63c18f;
        line-height: 2.5;
        text-align: justify;
    }

.bot-right-footer {
    width: 100%;
    height: 241px;
    display: flex;
}

    .bot-right-footer > p {
        font-size: 12px;
        color: #63c18f;
        line-height: 2.5;
        text-align: justify;
    }

.center-footer {
    width: 539px;
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #8bb5c5;
}

.center-footer1 {
    width: 134px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .center-footer1 > ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding-right: 25px;
    }

        .center-footer1 > ul > li {
            width: 100%;
            margin-top: 40px;
        }

            .center-footer1 > ul > li > a {
                width: 100%;
                height: 100%;
                display: flex;
                font-size: 13px;
                justify-content: flex-start;
                color: #63c18f;
            }

.center-footer2 {
    width: 134px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .center-footer2 > ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding-right: 25px;
    }

        .center-footer2 > ul > li {
            width: 100%;
            margin-top: 40px;
        }

            .center-footer2 > ul > li > a {
                width: 100%;
                height: 100%;
                display: flex;
                font-size: 13px;
                justify-content: flex-start;
                color: #63c18f;
            }

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.4s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.center-footer3 {
    width: 134px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .center-footer3 > ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding-right: 25px;
    }

        .center-footer3 > ul > li {
            width: 100%;
            margin-top: 40px;
        }

            .center-footer3 > ul > li > a {
                width: 100%;
                height: 100%;
                display: flex;
                font-size: 13px;
                justify-content: flex-start;
                color: #63c18f;
            }

.center-footer4 {
    width: 134px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .center-footer4 > ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding-right: 15px;
    }

        .center-footer4 > ul > li {
            width: 100%;
            margin-top: 40px;
        }

            .center-footer4 > ul > li > a {
                width: 100%;
                height: 100%;
                display: flex;
                font-size: 13px;
                justify-content: flex-start;
                color: #63c18f;
            }

.center-footer5 {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
}

    .center-footer5 > img {
        width: 22px;
        height: 22px;
        margin-right: 30px;
    }

    .center-footer5 > a {
        margin-right: 10px;
        color: #78dfaa;
        font-size: 13px;
    }

        .center-footer5 > a:hover {
            font-weight: bold;
        }

.left-footer {
    width: 300px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.top-left-footer {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    border-bottom: 2px solid #8bb5c5;
    padding-bottom: 15px;
}

    .top-left-footer > img {
        width: 115px;
        height: 100%;
    }

.bot-left-footer {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

    .bot-left-footer > p {
        color: #78dfaa;
        font-size: 12px;
        font-weight: bold;
    }

        .bot-left-footer > p > span {
            font-weight: 100;
            font-size: 13px;
            color: #78dfaa;
        }

        .bot-left-footer > p > a {
            font-weight: 100;
            font-size: 12px;
            color: #78dfaa;
        }

            .bot-left-footer > p > a:hover {
                font-weight: bold;
            }

.bot-footer {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .bot-footer > p {
        color: rgb(205, 255, 232);
        font-size: 12px;
    }

        .bot-footer > p > a {
            color: rgb(205, 255, 232);
        }

            .bot-footer > p > a:hover {
                font-weight: bold;
            }
