@font-face {
    font-family: 'Iran';
    font-style: normal;
    src: url(iran.woff2) format('woff2');
}
    @font-face {
    font-family: 'Iran';
    font-style: normal;
    src: url(iran.woff2) format('woff2'), url(iran.ttf) format("truetype");
}

body {
    margin: 0px;
    background-image: url(bg-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

html {
    font-family: 'Iran', sans-serif;
}
span, div, textarea, input, button, i, b, s, h1, h2, h3, h4, h5, h6 {
    font-family: 'Iran', sans-serif;
}

* {
    font-family: 'Iran', sans-serif;
}

header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: transparent;
    color: #fff;
    border-bottom: 3px #fff solid;
    box-shadow: 0px 0px 10px #000;
    background-image: url(black-linen.png);
    background-color: #333;
}

header > ul {
    list-style: none;
    margin: 0px 15px;
}

header > ul > li {
    float: right;
    padding: 7px 15px;
    margin: 0px 5px;
    transition: 0.3s;
    border-bottom: 3px transparent solid;
    margin-bottom: -3px;
}

header > ul > li:hover {
    border-bottom-color: #297cde;
    box-shadow: 0px 0px 5px #000;
}

header > ul > li > a {
    color: #fff;
    text-decoration: none;
}

.box {
    width: 100%;
}

.bio-box {
    background-image: url(black-linen.png);
    background-color: #333;
    padding-top: 60px;
    box-shadow: 0px 0px 10px #000;
}

.bio-box > .image-section {
    float: right;
    width: 30%;
}

.bio-box > .image-section > img {
    width: 80%;
    margin: 20px auto;
}

.bio-section {
    float: left;
    width: 60%;
    text-align: right;
    box-sizing: border-box;
    color: #fff;
    padding-top: 30px;
}

.bio-section > p {
    padding: 0px 20px 0px 40px;
}

.clear {
    clear: both;
}

.box-works > h2 {
    text-align: center;
    color: #fff;
}

.box-works > .items {
    font-size: 0px;
}

.box-works > .items > .item {
    font-size: 0px;
    width: 60%;
    vertical-align: top;
    border-right: 5px #297cde solid;
    margin-top: 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 7px #000;
    background: #fff;
}

.box-works > .items > .item > img {
    width: 20%;
    margin: 30px 5% 0 5%;
    vertical-align: top;
}

.box-works > .items > .item > .info {
    width: 70%;
    font-size: medium;
    display: inline-block;
}

.box-works > .items > .item > .info > .info-row > b {
    text-shadow: 0px 0px 1px #000;
}

.box-works > .items > .item > .info > .info-row > p > span {
    color: white;
    background: #333;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px #000;
    transition: 0.3s;
    cursor: pointer;
    margin: 0px 1px;
    display: inline-block;
}

.box-works > .items > .item > .info > .info-row > p > span:hover {
    background: #297cde;
}

.box-works > .items > .item > .info > h3 {
    border-bottom: 3px white solid;
}

.box-works > .items > .item.right {
    border-left: 5px #297cde solid;
    margin-right: 40%;
    border-right: none;
    padding-right: 20px;
}
