﻿@font-face {
    font-family: Persian;
    font-style: normal;
    font-weight: 700;
    src: url("../font/font/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../font/font/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../font/font/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../font/font/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../font/font/IRANSansWeb(FaNum)_Bold.ttf") format("truetype")
}

@font-face {
    font-family: Persian;
    font-style: normal;
    font-weight: 500;
    src: url("../font/font/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../font/font/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../font/font/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../font/font/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../font/font/IRANSansWeb(FaNum)_Medium.ttf") format("truetype")
}

@font-face {
    font-family: Persian;
    font-style: normal;
    font-weight: 300;
    src: url("../font/font/IRANSansWeb(FaNum)_Light.eot");
    src: url("../font/font/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../font/font/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../font/font/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../font/font/IRANSansWeb(FaNum)_Light.ttf") format("truetype")
}

@font-face {
    font-family: Persian;
    font-style: normal;
    font-weight: 200;
    src: url("../font/font/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../font/font/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../font/font/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../font/font/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../font/font/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype")
}

@font-face {
    font-family: Persian;
    font-style: normal;
    font-weight: 400;
    src: url("../font/font/IRANSansWeb(FaNum).eot");
    src: url("../font/font/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../font/font/IRANSansWeb(FaNum).woff2") format("woff2"), url("../font/font/IRANSansWeb(FaNum).woff") format("woff"), url("../font/font/IRANSansWeb(FaNum).ttf") format("truetype")
}

body {
    font-family: Persian;
    direction: rtl;
    color: #212529;
    background-color: #e9ecef;
    border-color: #e9ecef;
}

@media (max-width: 1024px) {
    nav {
        position: sticky !important;
    }
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-caption-bg {
    background: #b0c4dd;
    background: rgba(176, 196, 221, 0.5)
}

.img-closeup {
    height: 150px;
    width: 200px;
}

#about {
    background: url("../images/about-us.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    #about .about-inner {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.70);
        height: 100%;
        overflow: auto;
    }

    #about .jumbotron {
        background-color: transparent;
        padding-top: 5%;
    }

.box {
    position: relative;
}

.box-inner {
    position: absolute;
    top: 10%;
    right: 80%;
}

@media (max-width:1024px) {
    .box-inner .far {
        font-size:32px;
    }
}

.box-gyro {
    position: absolute;
    top: 10%;
    left: 80%;
}

    .box-gyro .img-gyro {
        height: 64px;
        width: 64px;
    }

    @media (max-width:1024px) {
        .box-gyro .img-gyro {
            height: 32px;
            width: 32px;
        }
    }

#web {
    background: url("../images/web-design.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    #web .jumbotron {
        background-color: transparent;
        padding-top: 5%;
    }

    @media(max-width: 576px) {
        #web .jumbotron {
            height: 768px;
        }
    }

#web .web-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.70);
    height: 100%;
}


@media (max-width: 425px) {
    .footer {
        position: sticky !important;
    }
}