/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
    margin: 0;
}
/* HTML5 display definitions
	========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}
/* Links
	========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}
/* Text-level semantics
	========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/* Embedded content
	========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}
/* Grouping content
	========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/* Forms
	========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}
/* Tables
	========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*page css*/
body,
html,
.page-wrapper {
    height: 100%;
    width: 100%;
}
::-moz-selection{
    background: rgba(255, 198, 121, 0.30);
    color: #fff;
}
::selection{
    background: rgba(255, 198, 121, 0.30);
    color: #fff;
}
body {
    font-family: "Michroma", Helvetica, Arial sans-serif;
    font-size: 10px;
    line-height: 1.2;
    word-spacing: 2px;
}
p,
ul,
h1,
h2 {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
a:active{
    opacity: 0.65;
}
.page-wrapper {
    overflow: hidden;
    position: relative;
}
.main-section {
    z-index: 10;
}
.project-section {
    z-index: 20;
}
.contacts-section {
    z-index: 30;
}
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 40;
}
.main-nav em {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 1em;
    -webkit-transition: ease 400ms;
    transition: ease 400ms;
}
.main-nav em a {
    color: #fff;
    font-style: normal;
    text-decoration: none;
    font-size: 1.3em;
}
.main-nav ul {
    padding: 1em;
    -webkit-transition: ease 400ms;
    transition: ease 400ms;
}
.main-nav ul li {
    display: inline-block;
    margin-right: 1.5em;
    text-align: left;
}
.main-nav ul li:last-child {
    margin-right: 0;
}
.main-nav ul li a {
    display: block;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #fff;
    text-decoration: none;
    outline: none;
    position: relative;
    z-index: 20;
}
.main-nav ul li a:after,
.email:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 0.7em;
    background: rgba(255, 198, 121, 0.30);
    bottom: 50%;
    left: 0;
    opacity: 0;
    -webkit-transition: ease-out 200ms;
    transition: ease-out 200ms;
    z-index: 10;
}
.email:after{
    bottom: 25%;
}
.main-nav ul li a:hover:after,
.email:hover:after{
    bottom: -0.1em;
    opacity: 1;
}
.main-nav.hide-nav {
    -ms-pointer-events: none;
    pointer-events: none;
    z-index: -1;
}
.main-nav.hide-nav em {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.main-nav.hide-nav ul {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
#nav-list .current-page {
    color: #ffc679;
    -webkit-pointer-events: none;
    pointer-events: none;
}
#author.current-page {
    -webkit-pointer-events: none;
    pointer-events: none;
}
.fullsize-section {
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
}
.active-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*main section*/
.main-section {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: radial-gradient(at center center, #7a7a7a, #1a2320);
    color: #fff;
    text-shadow: 0 0 10px #747474;
}
.author-title {
    font-size: 5em;
    margin-bottom: 0.2em;
}
.author-info {
    display: block;
    font-size: 3em;
    margin-bottom: 2em;
}
.main-section-content {
    text-align: center;
    width: 100%;
}
.technologies-box {
    margin: 0 auto;
    width: auto;
    font-size: 0;
}
.tech-item {
    display: inline-block;
    font-size: 10px;
}
.tech-item svg {
    display: block;
    width: auto;
    height: 30vh;
    -ms-fill: #fff;
    fill: #fff;
    -ms-stroke: #fff;
    stroke: #fff;
}
/*project section*/
.project-section {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: radial-gradient(at center center, #f7f7f7, #0e1814);
}
.project-section .section-title {
    position: absolute;
    left: calc(25% - 8em);
    -webkit-transform: rotate(-80deg);
    transform: rotate(-80deg) translateX(-10%);
    font-size: 4em;
    color: #fff;
    margin: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.61);
}
.projects-list {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.projects-list > li {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: ease 800ms;
    transition: ease 800ms;
    -webkit-box-shadow: 0 0 2em 0.5em rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2em 0.5em rgba(0, 0, 0, 0.4);
    opacity: 1;
    z-index: 100;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.projects-list > li:hover {
    -webkit-transform: translateX(-1%) rotate(8deg);
    transform: translateX(-1%) rotate(8deg);
    -webkit-box-shadow: 0 0 2em 0.5em rgba(0, 0, 0, 1);
    box-shadow: 0 0 2em 0.5em rgba(0, 0, 0, 1);

}
.projects-list > li:nth-child(1) {
    left: 25%;
    z-index: 1;
}
.projects-list > li:nth-child(2) {
    left: 35%;
    z-index: 2;
}
.projects-list > li:nth-child(3) {
    left: 45%;
    z-index: 3;
}
.projects-list > li:nth-child(4) {
    left: 55%;
    z-index: 4;
}
#projects-section .hide-project {
    left: 105%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#projects-section .active-project {
    left: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.project-info {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    z-index: 20;
}
.project-info-inner {
    width: 100%;
    text-align: left;
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
}
.project-info-inner > * {
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
}
.active-project .project-info-inner {
    text-align: center;
    width: auto;
    padding: 5em 10em;
    background-color: rgba(97, 97, 97, 0.85);
    -webkit-box-shadow: 0.5em 0.5em 1em 0.2em rgba(0, 0, 0, 0.6);
    box-shadow: 0.5em 0.5em 1em 0.2em rgba(0, 0, 0, 0.6);
}
.project-name {
    font-size: 2em;
    padding: 1em 2em;
    -webkit-transform: rotate(-90deg) translate(-6%, 0.3em);
    transform: rotate(-90deg) translate(-6%, 0.3em);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: none;
    transition: none;
}
.active-project .project-name {
    font-size: 4em;
    line-height: 1;
    margin-bottom: 0.5em;
    padding: 0;
    -webkit-transform: none;
    transform: none;
}
.project-description {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
    opacity: 0;
    visibility: hidden;
}
.active-project .project-description {
    opacity: 1;
    visibility: visible;
}
.project-link {
    position: relative;
    font-size: 1.5em;
    opacity: 0;
    color: #ffc679;
    text-decoration: none;
    visibility: hidden;
    -webkit-transition: ease 150ms;
    transition: ease 150ms;
}
.project-info .project-link:active {
    opacity: 0.6;
}
.project-link:before {
    content: "http://";
    color: rgba(255, 198, 121, 0.8);
    -webkit-transition: ease 300ms;
    transition: ease 300ms;
}
.project-link:hover:before {
    opacity: 0.3;
}
.active-project .project-link {
    opacity: 1;
    visibility: visible;
}
.project-details {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 30;
    opacity: 0;
    -webkit-transition: ease-in 500ms;
    transition: ease-in 500ms;
}
.project-details .project-role,
.project-details .project-cms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2em;
}
.project-details .project-cms {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.cms-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.project-cms-title {
    font-size: 1.2em;
    margin-right: 1em;
}
.cms-label svg {
    display: block;
    width: 2em;
    height: 2em;
    fill: #fff;
}
.project-role ul li {
    font-size: 1em;
    display: block;
    margin-bottom: 1em;
    padding-left: 2em;
    position: relative;
    text-align: left;
}
.project-role ul li:last-child {
    margin-bottom: 0;
}
.project-role ul li:before {
    position: absolute;
    content: "</>";
    left: 0;
}
.project-role-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em;
}
.active-project .project-details {
    opacity: 1;
}
/*projects bgs*/
.bg-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-slider > li {
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: ease-out 2000ms;
    transition: ease-out 2000ms;
}
.bg-slider > li.active-slide {
    opacity: 1;
}
/*projects bgs*/
.bg-filter {
    position: absolute;
    width: 101%;
    height: 101%;
    background-color: #0f1411;
    opacity: 0.95;
    top: -1px;
    left: -1px;
    z-index: 10;
    -webkit-transition: ease 1000ms;
    transition: ease 1000ms;
}
.active-project .bg-filter {
    background-color: #0f1411;
    opacity: 0.8;
}
.projects-list > li:hover .bg-filter {
    opacity: 0.2;
}
.projects-list > li.active-project:hover .bg-filter {
    opacity: 0.8;
}
.project-btn {
    display: block;
    position: absolute;
    background: none;
    outline: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
    padding: 0;
    z-index: 1000;
}
.project-btn svg {
    display: block;
    position: absolute;
    top: 1%;
    left: 0.4%;
    width: 4em;
    height: 4em;
    -ms-fill: #4c4c4c;
    fill: #4c4c4c;
}
.project-btn:hover {
    border-color: #5c5c5c;
}
.project-btn:hover svg {
    -ms-fill: #000;
    fill: #000;
}
.active-project .project-btn {
    width: 4em;
    height: 4em;
    top: 1%;
    left: 0.4%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.active-project .project-btn:hover {
    border-color: #fff;
}
.active-project .project-btn svg {
    position: static;
    width: 100%;
    height: 100%;
    -ms-fill: #fff;
    fill: #fff;
}
/*tech animations*/
.tech-item svg {
    overflow: visible;
}
.tech-item svg polygon,
.tech-item svg line {
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
@-webkit-keyframes itemPosition {
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
@keyframes itemPosition {
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}
/**HTML**/

.tech-item-html svg > line {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transform-box: initial;
}
.tech-item-html svg .polygon-html polygon:nth-child(1) {
    -webkit-transform: translate(-50vw, 2vh) rotate(90deg);
    transform: translate(-50vw, 2vh) rotate(90deg);
}
.tech-item-html svg .polygon-html polygon:nth-child(2) {
    -webkit-transform: translate(100vw, -10vh) rotate(360deg);
    transform: translate(100vw, -10vh) rotate(360deg);
}
.tech-item-html svg .polygon-html polygon:nth-child(3) {
    -webkit-transform: translate(5vw, 80vh) rotate(10deg);
    transform: translate(5vw, 80vh) rotate(10deg);
}
.tech-item-html svg .polygon-html polygon:nth-child(4) {
    -webkit-transform: translate(5vw, -100vh) rotate(180deg);
    transform: translate(5vw, -100vh) rotate(180deg);
}
.tech-item-html svg .line-html line {
    opacity: 0;
}
.tech-item-html svg .line-html line:nth-child(2n+1) {
    opacity: 0;
    -webkit-transform: scale(10);
    transform: scale(10);
}
.tech-item-html svg .line-html line:nth-child(3n) {
    -webkit-transform: translate(-50vw, 0);
    transform: translate(-50vw, 0);
}
/*run html*/
.animate-logo .tech-item-html svg .polygon-html polygon {
    -webkit-animation: itemPosition 5s ease forwards;
    animation: itemPosition 5s ease forwards;
}
.animate-logo .tech-item-html svg .line-html line {
    -webkit-animation: itemPosition 5s ease forwards;
    animation: itemPosition 5s ease forwards;
}
.animate-logo .tech-item-html svg > line {
    -webkit-animation: itemPosition 5s ease forwards;
    animation: itemPosition 5s ease forwards;
}
/*run html*/

/**JS**/
.tech-item-js svg > line {
    transform-box: initial;
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
}
.tech-item-js svg .polygon-js polygon{
    transform-box: initial;
}
.tech-item-js svg .polygon-js polygon:nth-child(1) {
    -webkit-transform: translate(50vw, 100vh) rotate(2200deg);
    transform: translate(50vw, 100vh) rotate(2200deg);
}
.tech-item-js svg .polygon-js polygon:nth-child(2) {
    -webkit-transform: translate(-100vw, -10vh) rotate(1200deg);
    transform: translate(-100vw, -10vh) rotate(1200deg);
}
.tech-item-js svg .polygon-js polygon:nth-child(3) {
    -webkit-transform: translate(-5vw, 80vh) rotate(-680deg);
    transform: translate(-5vw, 80vh) rotate(-680deg);
}
.tech-item-js svg .polygon-js polygon:nth-child(4) {
    -webkit-transform: translate(-5vw, -100vh) rotate(-180deg);
    transform: translate(-5vw, -100vh) rotate(-180deg);
}
.tech-item-js svg .line-js line {
    transform-box: initial;
    opacity: 0;
}
.tech-item-js svg .line-js line:nth-child(3n+1) {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5);
}
.tech-item-js svg .line-js line:nth-child(2n) {
    -webkit-transform: translate(-50vw, 0);
    transform: translate(-50vw, 0);
}
.tech-item-js svg .line-js line:nth-child(3n) {
    -webkit-transform: translate(50vw, 0) rotate(180deg);
    transform: translate(50vw, 0) rotate(180deg);
}
/*run js*/
.animate-logo .tech-item-js svg .polygon-js polygon {
    -webkit-animation: itemPosition 5s ease forwards;
    animation: itemPosition 5s ease forwards;
}
.animate-logo .tech-item-js svg .line-js line {
    -webkit-animation: itemPosition 5s ease forwards;
    animation: itemPosition 5s ease forwards;
}
.animate-logo .tech-item-js svg > line {
    -webkit-animation: itemPosition 5s ease forwards;
    animation: itemPosition 5s ease forwards;
}
/*run js*/

/*CSS*/
.tech-item-css svg > line {
    transform-box: initial;
    -webkit-transform: translate(0, -5vh);
    transform: translate(0, -5vh);
    opacity: 0;
}
.tech-item-css .line-css {
    transform-box: initial;
    opacity: 0;
}
.tech-item-css .polygon-css {
    transform-box: initial;
    -webkit-transform: translate(0, 15vh);
    transform: translate(0, 15vh);
    opacity: 0;
}
/*run css*/
.animate-logo .tech-item-css svg .polygon-css {
    -webkit-animation: itemPosition 3s ease forwards;
    animation: itemPosition 3s ease forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animate-logo .tech-item-css svg .line-css {
    -webkit-animation: itemPosition 3s ease forwards;
    animation: itemPosition 3s ease forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animate-logo .tech-item-css svg > line {
    -webkit-animation: itemPosition 2s ease forwards;
    animation: itemPosition 2s ease forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
/*run css*/
.author-box {
    transform-box: initial;
    -webkit-transform: translate(0, 200%);
    transform: translate(0, 200%);
    opacity: 0;
}
.author-box {
    -webkit-animation: itemPosition 4s ease forwards;
    animation: itemPosition 4s ease forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animate-logo .tech-item-css svg {
    -webkit-animation: switchFill 3s ease-in forwards;
    animation: switchFill 3s ease-in forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animate-logo .author-title {
    -webkit-animation: switchColor 3s ease-in forwards;
    animation: switchColor 3s ease-in forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
@-webkit-keyframes switchColor {
    100% {
        color: #ffc679;
    }
}
@keyframes switchColor {
    100% {
        color: #ffc679;
    }
}
@-webkit-keyframes switchFill {
    100% {
        -ms-fill: #ffc679;
        fill: #ffc679;
        -webkit-stroke: #ffc679;
        stroke: #ffc679;
    }
}
@keyframes switchFill {
    100% {
        -ms-fill: #ffc679;
        fill: #ffc679;
        -webkit-stroke: #ffc679;
        stroke: #ffc679;
    }
}
/*load bg*/

.loading-box,
.transition-box {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at center center, #3a3a3a, #1a2320);
    z-index: 1000;
}
.loading-box {
    -webkit-transition: ease-out 500ms;
    transition: ease-out 500ms;
}
.loading-box.remove {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.transition-box {
    background: #2e2e2e;
    border-right: 30px solid #949494;
    color: #fff;
    font-size: 2em;
    z-index: 2000;
    -webkit-transition: ease-out 500ms;
    transition: ease-out 500ms;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.transition-box.change {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.loading-box p {
    font-size: 2em;
    color: #ffc679;
    line-height: 1.5em;
}
.loading-box p > * {
    display: inline-block;
    vertical-align: bottom;
}
.loading-box em {
    font-style: normal;
    color: #fff;
}
.load-display {
    color: #fff;
}
.load-block {
    position: relative;
    font-style: normal;
    width: 0;
    padding-right: 4px;
    color: transparent;
    overflow: hidden;
}
.load-block:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 80%;
    background: #fff;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-animation: indicator linear 1100ms infinite;
    animation: indicator linear 1100ms infinite;
}
.load-block.typing {
    -webkit-animation: type 500ms forwards ease-in;
    animation: type 500ms forwards ease-in;
}
@-webkit-keyframes indicator {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes indicator {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes type {
    0% {
        width: 0;
    }
    100% {
        width: 3.3em;
        color: #ffc679;
    }
}
@keyframes type {
    0% {
        width: 0;
    }
    100% {
        width: 3.3em;
        color: #ffc679;
    }
}
/*contacts*/
.contacts-section {
    background-image: radial-gradient(at center center, #272727, #080808);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
.contacts-box {
    text-align: center;
}
.email {
    display: inline-block;
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    margin-bottom: 3em;
    position: relative;
}
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.social-list li {
    margin: 0 2em;
}
.social-list a {
    display: block;
    width: 5em;
    height: 5em;
}
.social-list a svg {
    display: block;
    width: 100%;
    height: 100%;
    -ms-fill: #373737;
    fill: #373737;
    -webkit-transition: fill ease-out 300ms;
    transition: fill ease-out 300ms;
}
.social-list a:active svg {
    opacity: 0.8;
}
.social-in a:hover svg {
    -ms-fill: #3a4074;
    fill: #3a4074;
}
.social-fb a:hover svg {
    -ms-fill: #94a0ff;
    fill: #94a0ff;
}
.social-vk a:hover svg {
    -ms-fill: #354c68;
    fill: #354c68;
}
.social-google a:hover svg {
    -ms-fill: #e95e5e;
    fill: #e95e5e;
}
.skills-box {
    font-size: 1.5em;
    margin-top: 3em;
    text-align: center;
    color: #ffe0b6;
}
.skills-box h3 {
    margin: 0 0 0.5em 0;
    color: #525252;
}
.skills-box ul li {
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 0.8em;
}
.skills-box ul li em {
    font-style: normal;
}
/*copyright*/
.copyright {
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 3em;
    color: #919191;
    font-size: 1.2em;
}
.copyright em {
    color: #978367;
    font-style: normal;
}

/*sertificates*/
.sertificates-box{
    position: absolute;
    bottom: 0;
    right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1000;
}

.sertificates-box a{
    display: block;
    width: 5em;
    height: auto;
    padding: 0 0.5em;
    -webkit-transition: ease 150ms;
    transition: ease 150ms;
}

.sertificates-box a img{
    display: block;
    width: 100%;
}

/*media*/
@media screen and (max-width: 1000px){
    .tech-item svg{
        height: 25vh;
    }
    .project-name {
        font-size: 1em;
        padding: 1em 0;
    }
}
@media screen and (max-width: 768px){
    .tech-item svg{
        height: 22vh;
    }
}
@media screen and (max-width: 640px){
    body{
        font-size: 8px;
    }
    .tech-item svg{
        height: 20vh;
        margin-bottom: 2em;
    }
    .fullsize-section{
        padding: 0 2.5em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}
@media screen and (max-width: 480px){
    .author-title{
        font-size: 3em;
    }
    .author-info{
        font-size: 2em;
    }
    .main-nav em{
        display: none;
    }
    .main-nav ul{
        padding: 1em 4em;
    }
    .main-nav ul li a{
        font-size: 10px;
    }
    .project-name {
        -webkit-transform: rotate(-90deg) translateY(0.3em);
        transform: rotate(-90deg) translateY(0.3em);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }
    .project-section .section-title{
        font-size: 2em;
    }
    .active-project .project-name{
        font-size: 3em;
    }
    .project-description{
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .copyright{
        font-size: 1em;
        line-height: 2em;
        width: 50%;
        text-align: center;
    }
}