@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/eot/iranyekanwebboldfanum.eot');
  src: url('../fonts/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebboldfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/eot/iranyekanwebthinfanum.eot');
  src: url('../fonts/eot/iranyekanwebthinfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebthinfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebthinfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/eot/iranyekanweblightfanum.eot');
  src: url('../fonts/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanweblightfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanweblightfanum.ttf') format('truetype');
}
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/eot/iranyekanwebregularfanum.eot');
  src: url('../fonts/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff/iranyekanwebregularfanum.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}
a {
  text-decoration: none;
}
h1 {
  font-size: 2em;
}
body {
  direction: rtl;
  text-align: right;
  font-family: iranyekan;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  overflow: hidden;
}
@media (min-width: 580px) {
  .column-right {
    float: right;
    width: 50%;
  }
}
@media (min-width: 580px) {
  .column-left {
    float: left;
    width: 50%;
  }
}
.background {
  background: url(../img/background.jpg);
  background-size: cover;
  background-position: right;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.front {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.main-navigation {
  width: 505px;
  height: 430px;
  margin-right: auto;
  margin-left: auto;
  margin-top: calc(50vh -  215px);
  margin-top: calc((var(--vh, 1vh) * 50) - 215px);
  display: block;
  position: relative;
  right: 72.5px;
  transition: width 0.7s ease 0.7s, height 0.7s ease 0.7s, right 0.7s ease 0.7s, margin-top 0.7s ease 0.7s;
}
.main-navigation div {
  display: block;
  position: absolute;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.main-navigation div img {
  width: 60%;
  display: block;
  margin-right: 20%;
  margin-bottom: 10px;
  margin-top: 10px;
  position: absolute;
  top: 0;
  transition: top 0.7s ease;
}
.main-navigation div span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 96px;
  transition: opacity 0.7s ease, top 0.7s ease, left 0.7s ease, right 0.7s ease;
}
.main-navigation .job-history-button {
  width: 67.5px;
  height: 67.5px;
  background-color: #fe938b;
  right: 72.5px;
  bottom: 290px;
  transition: width 0.7s ease, height 0.7s ease, right 0.7s ease 0.7s, bottom 0.7s ease 0.7s;
}
.main-navigation .job-history-button span {
  visibility: hidden;
  opacity: 0;
}
.main-navigation .contact-me-button {
  width: 140px;
  height: 140px;
  background-color: #fe8baa;
  right: 0;
  bottom: 0;
  transition: width 0.7s ease, height 0.7s ease, bottom 0.7s ease;
}
.main-navigation .about-me-button {
  width: 67.5px;
  height: 67.5px;
  background-color: #fff;
  right: -72.5px;
  bottom: 217.5px;
  transition: right 0.7s ease 0.7s, bottom 0.7s ease 0.7s;
}
.main-navigation .about-me-button span {
  visibility: hidden;
  opacity: 0;
}
.main-navigation .skills-button {
  width: 140px;
  height: 140px;
  background-color: #54fed1;
  right: 0;
  bottom: 145px;
  transition: width 0.7s ease, height 0.7s ease, right 0.7s ease 0.7s;
}
.main-navigation .works-button {
  width: 140px;
  height: 140px;
  background-color: #43c2cb;
  right: 145px;
  bottom: 0;
  transition: width 0.7s ease, height 0.7s ease, right 0.7s ease 0.7s;
}
.main-navigation .title-bar {
  top: 0;
  width: 285px;
  background-color: rgba(255, 255, 255, 0.99);
  cursor: default;
  right: 145px;
  bottom: 145px;
  transition: width 0.7s ease 0.7s, top 0.7s ease 0.7s, left 0.7s ease 0.7s, right 0.7s ease 0.7s, bottom 0.7s ease 0.7s, background-color 4.7s ease 0.2s;
}
.main-navigation .title-bar * {
  opacity: 1;
  transition: opacity 1.2s;
}
@media (max-width: 520px) {
  .main-navigation {
    width: 285px;
    right: 0;
  }
  .main-navigation .job-history-button {
    bottom: 217.5px;
  }
  .main-navigation .about-me-button {
    right: 0;
    bottom: 145px;
  }
  .main-navigation .skills-button {
    right: 145px;
  }
  .main-navigation .title-bar {
    top: 0;
    right: 0;
    bottom: 290px;
  }
  .main-navigation .title-bar h2,
  .main-navigation .title-bar h3 {
    display: none;
  }
  .main-navigation .title-bar h1 {
    margin-top: 14px;
  }
}
.main-navigation.selected {
  width: calc(100% - 15px);
  max-width: 785px;
  height: calc(100vh - 15px);
  max-height: 485px;
  right: 0;
}
.main-navigation.selected div img {
  top: 0;
}
.main-navigation.selected div span {
  visibility: visible;
  opacity: 1;
  top: 100%;
  height: 100%;
  padding: 8px;
  width: auto;
}
.main-navigation.selected div:hover img {
  top: -100%;
}
.main-navigation.selected div:hover span {
  top: 0;
}
@media (max-height: 500px) {
  .main-navigation.selected {
    margin-top: 7.5px;
  }
}
@media (min-height: 500px) {
  .main-navigation.selected {
    margin-top: calc(50vh -  242.5px);
    margin-top: calc((var(--vh, 1vh) * 50) - 242.5px);
  }
}
@media (max-width: 599px) {
  .main-navigation.selected {
    margin-top: 7.5px;
    max-height: calc((var(--vh, 1vh) * 100) - 15px);
  }
}
.main-navigation.selected .job-history-button {
  right: 0;
  bottom: 290px;
}
.main-navigation.selected .contact-me-button {
  width: 67.5px;
  height: 67.5px;
  bottom: 72.5px;
}
.main-navigation.selected .about-me-button {
  right: 0;
  bottom: 217.5px;
}
.main-navigation.selected .skills-button {
  width: 67.5px;
  height: 67.5px;
  right: 0;
}
.main-navigation.selected .works-button {
  width: 67.5px;
  height: 67.5px;
  right: 0;
}
.main-navigation.selected .title-bar {
  background-color: rgba(255, 255, 255, 0.5);
  right: 72.5px;
  bottom: 0;
  width: calc(100% - (140px / 2) - 2.5px);
}
.main-navigation.selected .title-bar * {
  opacity: 0;
}
.sections {
  transition: width 0.7s ease 0.7s, height 0.7s ease 0.7s, right 0.7s ease 0.7s, margin-top 0.7s ease 0.7s;
  width: calc(100% - 87.5px);
  max-width: 712.5px;
  height: calc(100vh - 15px);
  height: calc((var(--vh, 1vh) * 100) - 15px);
  max-height: 485px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  right: 72.5px;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 3;
}
@media (max-height: 500px) {
  .sections {
    margin-top: 7.5px;
  }
}
@media (min-height: 500px) {
  .sections {
    margin-top: calc(50vh -  242.5px);
    margin-top: calc((var(--vh, 1vh) * 50) - 242.5px);
  }
}
@media (max-width: 599px) {
  .sections {
    margin-top: 7.5px;
    max-height: unset;
  }
}
.sections.active {
  display: block;
}
.sections .scrollbar-inner {
  height: calc(100% - 20px);
  margin: 10px 6px 10px 10px;
  overflow: hidden;
}
section {
  padding-right: 17px;
  width: calc(100% - 17px);
  display: none;
  opacity: 0;
  transition: opacity 1.4s ease;
}
section.active {
  transition: opacity 1.4s ease;
  opacity: 1;
}
#skills .group {
  direction: ltr;
  text-align: left;
  padding: 10px;
  font-size: 12px;
}
#skills .group .group-title {
  display: block;
  text-align: center;
  background-color: #43c2cb;
  color: white;
  font-size: 14px;
  font-family: 'Handlee', cursive;
  padding-top: 3px;
  padding-bottom: 1px;
}
#skills .skill {
  height: 8px;
  margin: 24px 0 5px 0;
  padding: 1px;
  border: 2px solid #54fed1;
  background-color: #fff;
}
#skills .skill .percent {
  display: block;
  height: 100%;
  background-color: #54fed1;
}
#skills .skill .percent span {
  position: relative;
  top: -22px;
  white-space: nowrap;
  font-family: 'Handlee', cursive;
}
#job-history {
  direction: ltr;
  text-align: left;
  /* ================ Timeline Media Queries ================ */
}
#job-history .timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 1em 0;
  list-style-type: none;
}
#job-history .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: #505050;
  background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
  background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
  z-index: 5;
}
#job-history .timeline li {
  padding: 0.7em 0;
}
#job-history .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#job-history .direction-l {
  position: relative;
  width: 45.5%;
  float: left;
  text-align: right;
}
#job-history .direction-r {
  position: relative;
  width: 45.5%;
  float: right;
}
#job-history .flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center;
}
#job-history .flag {
  position: relative;
  display: inline;
  background: #f8f8f8;
  padding: 6px 10px;
  border-radius: 5px;
  font-weight: 600;
  text-align: left;
}
#job-history .direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
#job-history .direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
#job-history .direction-l .flag:before,
#job-history .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #fe8baa;
  z-index: 10;
}
#job-history .direction-r .flag:before {
  left: -40px;
}
#job-history .direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none;
}
#job-history .direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: #f8f8f8;
  border-width: 8px;
  pointer-events: none;
}
#job-history .time-wrapper {
  display: inline;
  line-height: 1em;
  font-size: 0.66666em;
  color: #fe8baa;
  vertical-align: middle;
}
#job-history .direction-l .time-wrapper {
  float: left;
}
@media (min-width: 661px) {
  #job-history .direction-l .time-wrapper {
    position: absolute;
    right: -154px;
    width: 100px;
    top: 4px;
    text-align: left;
  }
}
#job-history .direction-r .time-wrapper {
  float: right;
}
@media (min-width: 661px) {
  #job-history .direction-r .time-wrapper {
    position: absolute;
    left: -154px;
    width: 100px;
    top: 4px;
    text-align: right;
  }
}
#job-history .time {
  display: inline-block;
  padding: 4px 6px;
  background: #f8f8f8;
}
#job-history .desc {
  margin: 1em 0 0 0.75em;
  font-size: 0.77777em;
  line-height: 1.5em;
}
#job-history .direction-r .desc {
  margin: 1em 0.75em 0 0;
}
@media (max-width: 660px) {
  #job-history .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }
  #job-history .timeline li {
    padding: 2em 0;
  }
  #job-history .direction-l,
  #job-history .direction-r {
    float: none;
    width: 100%;
    text-align: center;
  }
  #job-history .flag-wrapper {
    text-align: center;
  }
  #job-history .flag {
    background: #ffffff;
    z-index: 15;
  }
  #job-history .direction-l .flag:before,
  #job-history .direction-r .flag:before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: -9px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #fe8baa;
    z-index: 10;
  }
  #job-history .direction-l .flag:after,
  #job-history .direction-r .flag:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    height: 0;
    width: 0;
    margin-left: -8px;
    border: solid transparent;
    border-bottom-color: #ffffff;
    border-width: 8px;
    pointer-events: none;
  }
  #job-history .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
    top: 8px;
  }
  #job-history .direction-l .time-wrapper {
    float: none;
  }
  #job-history .direction-r .time-wrapper {
    float: none;
  }
  #job-history .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;
    background: #f5f5f5;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    z-index: 15;
  }
  #job-history .direction-l .desc,
  #job-history .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;
    z-index: 15;
  }
}
@media (min-width: 400px) and (max-width: 660px) {
  #job-history .direction-l .desc,
  #job-history .direction-r .desc {
    margin: 1em 4em 0 4em;
  }
}
#about-me {
  font-size: 15px;
  font-weight: 200;
  word-spacing: -1px;
  text-align: justify;
}
#about-me .personal-picture img {
  width: 100%;
}
@media (min-width: 600px) {
  #about-me .personal-picture {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 55%;
  }
  #about-me .personal-picture img {
    height: 100%;
    object-fit: cover;
  }
  #about-me .article {
    float: right;
    width: 51%;
    padding-right: 5px;
  }
}
#contact-me .g-recaptcha {
  width: 100%;
  overflow: hidden;
}
#contact-me .g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
  width: 300px!important;
  height: 74px!important;
  overflow: hidden;
}
#contact-me .g-recaptcha > div > div {
  margin: -1px;
}
@media (min-width: 600px) {
  #contact-me .right {
    float: right;
    width: calc(50% - 4.5px);
  }
}
@media (min-width: 600px) {
  #contact-me .left {
    float: left;
    width: calc(50% - 4.5px);
  }
}
#contact-me form input,
#contact-me form textarea {
  width: calc(100% - 24px);
  padding: 10px;
  font-size: 12px;
  font-family: iranyekan;
  margin-bottom: 10px;
  border: 2px solid #43c2cb;
  background-color: white;
}
#contact-me form input.not-filled::-webkit-input-placeholder,
#contact-me form textarea.not-filled::-webkit-input-placeholder {
  /* Edge */
  color: red;
}
#contact-me form input.not-filled:-ms-input-placeholder,
#contact-me form textarea.not-filled:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}
#contact-me form input.not-filled::placeholder,
#contact-me form textarea.not-filled::placeholder {
  color: red;
}
#contact-me form input:focus,
#contact-me form textarea:focus {
  outline: none;
  border: 2px solid #c1c1c1;
}
#contact-me form textarea {
  height: 100px;
  resize: none;
  margin-bottom: 0;
}
#contact-me form input[type=submit] {
  margin: 7px auto 20px;
  display: block;
  width: 45%;
  border: none;
  background-color: #43c2cb;
  color: white;
  font-weight: bold;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 579px) {
  #contact-me form input[type=submit] {
    width: 100%;
  }
}
#contact-me .social {
  text-align: center;
}
#contact-me .social a {
  display: inline-block;
  margin: 2px;
}
#contact-me .social img {
  height: 35px;
}
#works .work-tags {
  background-color: white;
  text-align: left;
  padding: 7px;
}
#works .work-tags span {
  display: inline-block;
  padding: 0 7px;
  background-color: #54fed1;
  color: #43c2cb;
  margin-right: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
}
#works .work-cards {
  display: table;
  margin-top: -10px;
  border-collapse: separate;
  border-spacing: 0 10px;
}
#works .work-cards .card {
  display: table-row;
}
#works .work-cards .card .right {
  padding: 20px;
  background-color: white;
}
@media (min-width: 610px) {
  #works .work-cards .card .right {
    width: 200px;
    display: table-cell;
  }
}
#works .work-cards .card .right .diver {
  border-bottom: 1px solid rgba(67, 194, 203, 0.15);
}
@media (min-width: 610px) {
  #works .work-cards .card .right .diver {
    border-left: 1px solid rgba(67, 194, 203, 0.15);
    border-bottom: none;
  }
}
#works .work-cards .card .right .project-title {
  text-align: center;
  margin-block-start: 0;
}
#works .work-cards .card .right .project-cover {
  text-align: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 390px) {
  #works .work-cards .card .right .project-cover {
    width: 200px;
  }
}
#works .work-cards .card .right .project-cover img {
  max-width: 60%;
}
#works .work-cards .card .left {
  background-color: white;
  padding: 7px;
  padding-bottom: 18px;
}
@media (min-width: 610px) {
  #works .work-cards .card .left {
    display: table-cell;
  }
}
#works .work-cards .card .left .tags {
  text-align: left;
  position: relative;
  top: -13px;
}
@media (max-width: 609px) {
  #works .work-cards .card .left .tags {
    top: -19px;
    padding: 0 12px;
  }
}
#works .work-cards .card .left .tags span {
  display: inline-block;
  padding: 2px 7px;
  background-color: #fe8baa;
  color: white;
  margin-right: 2px;
  margin-bottom: 7px;
  font-family: 'Handlee', cursive;
}
#works .work-cards .card .left .brief-description {
  margin-block-start: 0;
  word-spacing: -1px;
  text-align: justify;
  padding-left: 20px;
  font-weight: 100;
  margin-top: -10px;
}
@media (max-width: 609px) {
  #works .work-cards .card .left .brief-description {
    padding-right: 20px;
  }
}
#works .work-cards .card .left .main-link {
  text-align: center;
  margin-top: 7px;
}
#works .work-cards .card .left .main-link a {
  display: inline-block;
  padding: 10px;
  background-color: #43c2cb;
  color: white;
  min-width: 195px;
}
@media (max-width: 609px) {
  #works .work-cards .card .left .main-link a {
    width: calc(100% - 40px);
  }
}
#works .work-cards .card .left .more-details {
  text-align: left;
  padding: 16px 11px 0 11px;
  font-weight: 100;
  letter-spacing: 0px;
  font-size: 13px;
}
#works .work-cards .card .left .more-details a {
  color: #43c2cb;
}
#works .work-cards .card .left .more-details a:hover,
#works .work-cards .card .left .more-details a:visited {
  color: #43c2cb;
}
#works .work-cards .card .left .more-details a.more-action {
  cursor: pointer;
}
#works .work-cards .card .left .more-detail-description {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #aaa;
  padding: 34px 0 0 0;
}
#works .work-cards .card .left .more-detail-description .content {
  text-align: center;
  padding-right: 17px;
}
#works .work-cards .card .left .more-detail-description .title {
  background-color: white;
  height: 32px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  text-align: left;
  padding: 5px 0 0 12px;
  color: #43c2cb;
}
#works .work-cards .card .left .more-detail-description .close {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
}
#works .work-cards .card .left .more-detail-description .close span {
  width: 26px;
  height: 1px;
  background-color: #43c2cb;
  display: block;
  margin: 7px auto;
}
#works .work-cards .card .left .more-detail-description .close span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  -o-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
#works .work-cards .card .left .more-detail-description .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(45deg);
}
#works .work-cards .card .left .more-detail-description.active {
  display: block;
}
/*# sourceMappingURL=styles.css.map */