@font-face {
  font-family: vazir;
  src: url("../fonts/vazir/vazir.eot") format("embedded-opentype"), url("../fonts/vazir/vazir.ttf") format("truetype"), url("../fonts/vazir/vazir.woff") format("woff"), url("../fonts/vazir/vazir.woff2") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: vazir;
  src: url("../fonts/vazir/vazir-bold.eot") format("embedded-opentype"), url("../fonts/vazir/vazir-bold.ttf") format("truetype"), url("../fonts/vazir/vazir-bold.woff") format("woff"), url("../fonts/vazir/vazir-bold.woff2") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: vazir;
  src: url("../fonts/vazir/vazir-thin.eot") format("embedded-opentype"), url("../fonts/vazir/vazir-thin.ttf") format("truetype"), url("../fonts/vazir/vazir-thin.woff") format("woff"), url("../fonts/vazir/vazir-thin.woff2") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: vazir-fd;
  src: url("../fonts/vazir/vazir-fd.eot") format("embedded-opentype"), url("../fonts/vazir/vazir-fd.ttf") format("truetype"), url("../fonts/vazir/vazir-fd.woff") format("woff"), url("../fonts/vazir/vazir-fd.woff2") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: vazir-fd;
  src: url("../fonts/vazir/vazir-bold-fd.eot") format("embedded-opentype"), url("../fonts/vazir/vazir-bold-fd.ttf") format("truetype"), url("../fonts/vazir/vazir-bold-fd.woff") format("woff"), url("../fonts/vazir/vazir-bold-fd.woff2") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: vazir-fd;
  src: url("../fonts/vazir/vazir-thin-fd.eot") format("embedded-opentype"), url("../fonts/vazir/vazir-thin-fd.ttf") format("truetype"), url("../fonts/vazir/vazir-thin-fd.woff") format("woff"), url("../fonts/vazir/vazir-thin-fd.woff2") format("woff");
  font-weight: 300;
}
.vazir {
  font-family: vazir;
}

.vazir-fd {
  font-family: vazir-fd;
}

a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
a:hover {
  color: rgba(255, 255, 255, 0.7);
}

img {
  max-width: 100%;
  height: auto;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

* {
  transition: all 0.2s linear;
}

body {
  direction: rtl;
  text-align: right;
  color: #9c9c9c;
  background-color: #27292e;
  font-family: "vazir", "vazir-fd", sans-serif;
}

.wrapper {
  overflow: hidden;
}
.wrapper .header-text {
  display: inline-block;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 3px solid #ffde03;
  margin-bottom: 20px;
}
.wrapper header {
  height: 60px;
}
.wrapper header .header-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 515px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.wrapper header .header-background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 51, 64, 0.8);
}
.wrapper header .menu {
  position: fixed;
  top: 0;
  z-index: 3;
  background: transparent;
  margin-top: 15px;
  width: 100%;
}
.wrapper header .menu.scrolled-menu {
  margin-top: 0;
  background: #27292e;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
}
.wrapper header .menu li {
  position: relative;
  margin: 0 15px;
}
.wrapper header .menu li a .menu-border {
  position: absolute;
  left: 0;
  top: 100%;
  height: 3px;
  width: 0;
  border-radius: 10px;
  background-color: #ffde03;
  transition: width 0.15s linear 0s;
}
.wrapper header .menu li.active .menu-border, .wrapper header .menu li:hover .menu-border {
  width: 100%;
}
.wrapper header .menu .a-brand {
  color: #ffde03;
  font-weight: bold;
  font-size: x-large;
  margin-left: 2px;
}
.wrapper .content {
  position: relative;
  margin-top: 80px;
}
.wrapper .content .container .section-about {
  width: 100%;
}
.wrapper .content .container .section-about .profile {
  padding: 50px 50px 15px;
}
@media screen and (max-width: 480px) {
  .wrapper .content .container .section-about .profile {
    padding: 20px;
  }
}
.wrapper .content .container .section-about .profile .profile-photo {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper .content .container .section-about .profile .profile-photo img {
    border-radius: 50%;
  }
}
.wrapper .content .container .section-about .profile .profile-info {
  margin-top: 25px;
  color: #d4d4d5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  padding-bottom: 25px;
}
.wrapper .content .container .section-about .profile .profile-info .profile-preword {
  position: relative;
  color: #27292e;
  background: #ffde03;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper .content .container .section-about .profile .profile-info .profile-preword:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  right: 5px;
  border-width: 0 8px 8px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ffde03 !important;
}
.wrapper .content .container .section-about .profile .profile-info .profile-title {
  font-size: 34px;
  font-weight: lighter;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .wrapper .content .container .section-about .profile .profile-info .profile-title {
    font-size: 28px;
  }
}
.wrapper .content .container .section-about .profile .profile-info .profile-title span {
  font-weight: bold;
}
.wrapper .content .container .section-about .profile .profile-info .profile-position {
  font-size: 18px;
  text-transform: capitalize;
}
.wrapper .content .container .section-about .profile .profile-list {
  margin-top: 20px;
  list-style: none;
  padding-right: 0;
}
.wrapper .content .container .section-about .profile .profile-list li {
  margin-bottom: 20px;
}
.wrapper .content .container .section-about .profile .profile-list li .title {
  color: #d4d4d5;
  display: block;
  font-weight: bold;
  float: right;
  width: 120px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
}
.wrapper .content .container .section-about .profile .profile-list li .desc {
  display: block;
  margin-right: 125px;
  font-size: 14px;
  line-height: 20px;
  color: #84898e;
}
@media screen and (max-width: 480px) {
  .wrapper .content .container .section-about .profile .profile-list li .title, .wrapper .content .container .section-about .profile .profile-list li .desc {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.wrapper .content .container .section-about .profile-social {
  display: flex;
  justify-content: center;
  background-color: #ffde03;
  padding: 30px;
  user-select: none;
}
.wrapper .content .container .section-about .profile-social .social-link {
  display: flex;
  width: 20px;
  height: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
.wrapper .content .container .section-about .profile-social .social-link:first-child {
  margin-right: 0;
}
.wrapper .content .container .section-about .profile-social .social-link:last-child {
  margin-left: 0;
}
.wrapper .content .container .section-about .profile-social .social-link img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper .content .container .section-about .profile-social {
    padding: 25px;
  }
  .wrapper .content .container .section-about .profile-social .social-link {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper .content .container .section-about .profile-social {
    padding: 15px;
  }
  .wrapper .content .container .section-about .profile-social .social-link {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.wrapper .section-box {
  background: #35363b;
}
.wrapper #about-text {
  margin-top: 70px;
}
.wrapper #about-text p {
  line-height: 1.5em;
  font-size: 1.15em;
  color: #b9b9b9;
}
.wrapper #about-text p a {
  font-weight: bold;
}
.wrapper #skills {
  margin-top: 100px;
}
.wrapper #skills .skill-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 45px;
}
.wrapper #skills .skill-wrapper .skill-circle {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: flex-end;
  align-self: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .wrapper #skills .skill-wrapper .skill-circle {
    width: 100px;
    height: 100px;
  }
}
.wrapper #skills .skill-wrapper .skill-circle .skill-level {
  width: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  flex-direction: column;
}
.wrapper #skills .skill-wrapper .skill-circle .skill-level img {
  height: 16px;
}
.wrapper #skills .skill-wrapper .skill-circle .skill-level .level {
  height: 100%;
  background-color: #ffde03;
  margin-top: -2px;
}
.wrapper #skills .skill-wrapper .skill-circle .skill-level .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #222;
  font-weight: bold;
  direction: ltr;
}
.wrapper #skills .skill-wrapper .skill-text {
  width: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.wrapper #portfolio {
  margin-top: 100px;
}
.wrapper #portfolio .filters .portfolio-filters {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.wrapper #portfolio .filters .portfolio-filters li {
  margin-right: 30px;
}
.wrapper #portfolio .filters .portfolio-filters li:first-child {
  margin-right: 0;
}
.wrapper #portfolio .filters .portfolio-filters li a {
  text-decoration: none;
}
.wrapper #portfolio .filters .portfolio-filters li a.mixitup-control-active {
  border-bottom: 2px solid #ffde03;
}
.wrapper #portfolio .portfolio-box {
  margin-top: 15px;
}

.box {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: 4px 3px 10px 2px rgba(0, 0, 0, 0.2);
}

/*
.clearfix {
  clear: both;
}
*/

/*# sourceMappingURL=styles.css.map */
