﻿body::-webkit-scrollbar {
    width: 7px;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
    background-color: #1d1d1d;
}
body::-webkit-scrollbar:hover {
    width: 7px;
    -webkit-box-shadow: 5px 5px 5px -5px #7c22ff inset;
    background-color: #1d1d1d;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.70);
  background-color: #000;
}
body::-webkit-scrollbar-thumb {
  background-color:  #3b1277;
  border-radius: 50px;
  height: 20px;
}

body::-webkit-scrollbar-thumb:hover {
     width: 6px;
    background-color: #7c22ff;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 99999999;
}

.preloader__row {
    position: relative;
    top: 40%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    animation: preloader-rotate 20s infinite linear;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: scale(0);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.noise {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .07;
}
.head_shadow {
    z-index: 9999999;
    position: fixed;
    pointer-events: none;
    box-shadow: 2px 6px 15px 20px #000000;
    width: 100%;
    height: 0px;
}




@keyframes filling {
  from{
    background-position: center 25%;
  }
  to {
    background-position: center 50%;
  }
}

.container-text {
  background-image:  url(/img/b.svg) ;
      background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 150% 150%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  color:  #FFFFFF;
  padding-top: 20px;
  font-size: 50px;
  font-weight: 900;
  animation: filling 3s ease forwards;
}


.page-client-work #phone-container {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    opacity: 0
}

.page-client-work #phone-container #phone {
    background: #fff;
    -moz-border-radius: 24px;
    border-radius: 24px;
    color: #000;
    width: 375px;
    height: 714px;
    position: relative;
    overflow: hidden
}

.page-client-work #phone-container #phone #video {
    position: relative;
    top: 125px;
    left: -10px;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5)
}

.page-client-work #phone-container #phone #bg {
    position: absolute;
    left: 55px;
    top: 110px;
    opacity: 0
}

.page-client-work #phone-container #phone #info-container {
    left: 50%;
    top: 150px;
    position: absolute
}

.page-client-work #phone-container #phone #info {
    left: -50%;
    position: relative;
    text-align: center
}

.page-client-work #phone-container #phone #info .title {
    margin-bottom: 6px
}

.page-client-work #phone-container #phone #info .amount {
    margin-bottom: 12px
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    color: #fff;
    background: #000;
    max-width: 100%;
    overflow-x: hidden
}

body.loading {
    overflow: hidden;
    height: 100vh
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none;
    -moz-transition: .2s;
    transition: .2s
}

a:hover {
    opacity: .6
}

.container {
    min-height: 100vh;
    height: 100%
}

.containerContent {
    position: relative;
    overflow: hidden
}

.page {
    height: auto;
    min-height: 100vh;
    position: relative
}

.page-content {
    max-width: 1140px;
    padding: 3rem .75rem;
    margin: 0 auto 50px
}

.page-content .title {
    opacity: 1
}

.page-content .subtitle {
    opacity: 1;
    margin: 0 auto 50px
}

.page-playground .post {
    text-align: center;
    margin-bottom: 50px
}

.page-playground .post img {
    width: 100%;
    margin: 0 auto 12px
}

.page-playground .post .title {
    font-size: 16px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase
}

.page-about {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
}

.page-about .left {
    width: 60%
}

.page-about .right {
    width: 40%
}

.page-about .right img {
    border-radius: 15px;
}

.page-about .contactInfoLink {
    display: none
}

.page-about h2 {
    max-width: 20em;
    font-size: 48px;
    margin: 0 0 50px
}

.page-about p {
    max-width: 20em;
    font-size: 30px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 50px
}

.page-about p img {
    width: 100%
}

.page-about p a {
    color: #7c22ff;
    border-bottom: 1px dotted #777;
    padding-bottom: 3px
}

.page-about p a:hover {
    color: #fff;
    opacity: 1
}

.page-about .contact-cta {
    background-color: #7c22ff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 12px 24px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #fff;
    -moz-transition: .2s;
    transition: .2s;
    width: 100%;
    display: block
}

.page-about .contact-cta:hover {
    background-color: #3b1277
}


.header {
    width: 100%
}

.headerContent {
    max-width: 1140px;
    margin: 0 auto;
    font-size: 18px;
    padding: 0 .75rem;
    height: 80px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

.headerContent .logo {
    margin-right: 12px;
    height: 100%;
    color: #ffffff;
    font-weight: 700;
}

.headerContent .logo .text_logo{ 
    margin-left: 10px;
    font-size: 27px;
}

.headerContent .logo,
.headerContent .logo a {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.headerContent .logo a {
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.headerContent .logo a svg {
    margin-right: 12px
}

.headerContent nav {
    top: -1px;
}

.headerContent nav a {
    padding: 6px 15px;
    margin: 0;
    color: #777;
    font-weight: 700
}

.headerContent nav a:last-child {
    padding-right: 0
}

.headerContent nav a.selected {
    color: #fff
}

.headerContent nav a:active {
    color: #777;
    opacity: 1
}

.headerContent nav a:hover {
    color: #fff;
    opacity: 1
}

.hero {
    margin: 0 auto;
    min-height: 90vh;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    background-image: url(../../../img/sticker.png);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 50px;
    min-height: 830px;
    height: 90%;
    opacity: 0
}

.title {
    font-size: 80px;
    font-weight: 800;
    letter-spacing: -2px;
    margin: 0 0 6px
}

.subtitle,
.title {
    padding: 0;
    text-align: center;
    opacity: 0
}

.subtitle {
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.35;
    color: #777;
    max-width: 36rem
}

.movableObject {
    position: absolute;
    z-index: 9;
    width: 250px;
    height: 250px;
    opacity: 0
}

main {
    padding: 5rem .75rem 2.5rem;
    -webkit-flex: 1 1;
    -moz-box-flex: 1;
    flex: 1 1;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    max-width: 80%;
    margin: 0 auto
}

#sideNav {
    list-style: none;
    position: fixed;
    left: 0;
    top: 50%;
    margin: -200px 0 0;
    z-index: 999999;
    padding: 35px;
    opacity: 0
}

#sideNav.visible {
    opacity: 1
}

#sideNav li {
    padding: 12px;
    cursor: pointer;
    -moz-transition: .2s;
    transition: .2s
}

#sideNav li:before {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 10px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    opacity: .2
}

#sideNav li.active:before {
    background: #7c22ff;
    opacity: 1
}

#sideNav li:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5)
}

#sideNav li:hover:before {
    opacity: .5
}

#sideNav li:hover.active:before {
    background: #7c22ff;
    opacity: 1
}

.scrollIndicator {
    position: absolute;
    right: 40px;
    z-index: 9999999;
    opacity: 0;
    -moz-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.lightbox {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    z-index: 9.999999999999999e+41;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: none
}

.lightbox .lightboxImage {
    width: 200px;
    height: 100px;
    position: absolute
}

.work-item {
    max-width: 1140px;
    margin: 0 auto 150px
}

.work-item .work-item-title {
    text-align: center;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #fff
}

.work-item .work-item-description {
    text-align: center;
    font-size: 24px;
    max-width: 26rem;
    margin: 0 auto 36px;
    color: #777;
    line-height: 1.75rem
}

.full {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0
}

.full img {
    max-width: 100%
}

.grid {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row
}

.grid .card {
    margin-top: 5px;
    max-width: 50%
}

.grid .card:first-child {
    padding-right: 5px
}

.grid .card:last-child {
    padding-left: 5px
}

.grid .card img {
    max-width: 100%
}

#fakeMouseCursor {
    position: absolute;
    top: -250px;
    left: -200px;
    z-index: 999999;
    opacity: 0
}

.cursor {
    display: none
}

footer {
    padding-bottom: 100px;
    margin: 0 auto;
    width: 80%;
    max-width: 1140px
}

footer .line {
    border-top: 1px solid hsla(0, 0%, 100%, .2);
    margin-bottom: 25px
}

footer .footerContent {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between
}

footer .footerContent .contact {
    max-width: 500px
}

footer .footerContent .contact h2 {
    font-size: 24px;
    margin-bottom: 10px
}

footer .footerContent .contact h2 svg {
    margin-right: 12px;
    position: relative;
    top: 3px
}
.padding-onlytop-md a {
    font-weight: 600;
    font-size: 20px;
}
.skills {
        font-size: 24px;
    font-weight: 600;
    font-family: monospace;
    line-height: 2em;
    padding-left: 40px;
}
.skills a {
        border-bottom: 1px solid #000;
    background: #000;
    border-radius: 10px;
    margin: 4px;
    padding: 5px;
}
.skills a:hover {
    border-bottom: 1px solid;
    background-color: #7c22ff;
    border-radius: 10px 10px 0 0 ;
    opacity: 1;
}
footer .footerContent .contact .grid {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

footer .footerContent .contact .grid .left {
    width: 60%
}

footer .footerContent .contact .grid .left p {
    font-size: 20px;
    line-height: 1.35em;
    padding: 0;
    margin: 0 20px 0 0
}

footer .footerContent .contact .grid .right {
    width: 40%
}

footer .footerContent .contact .grid .right .contact-image {
    width: 100%;
    border-radius: 20px;
}

footer .footerContent .contact .contact-cta {
    background-color: #7c22ff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 12px 24px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    -moz-transition: .2s;
    transition: .2s;
    width: 100%;
    display: block
}

footer .footerContent .contact .contact-cta:hover {
    background-color: #3b1277
}

footer .footerContent ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0
}

footer .footerContent ul li {
    display: block;
    margin-bottom: 12px;
    text-align: right;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700
}

footer .footerContent ul li a.selected {
    color: #7c22ff
}

footer .footerContent ul li.social a {
    margin-left: 20px
}

@media(any-pointer:fine) {
    .cursor {
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        pointer-events: none;
        opacity: 0
    }

    .cursor__inner {
        fill: none;
        stroke: #fff;
        stroke-width: 1px
    }
}

@media(min-width:320px)and (max-width:640px) {
    .headerContent {
        font-size: 15px
    }

    .headerContent .logo a div {
        display: none
    }

    .headerContent nav {
        width: 100%;
        text-align: center;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        justify-content: flex-end;
        margin: 12px
    }

    .headerContent nav a {
        margin: 0;
        padding: 0 0 0 20px
    }

    #sideNav,
    .headerContent nav a span {
        display: none
    }

    .hero {
        background-size: 600px;
        padding-top: 0;
        min-height: 500px
    }

    .title {
        font-size: 40px;
        margin-bottom: 12px
    }

    .subtitle {
        font-size: 18px;
        max-width: 21rem
    }

    .movableObject {
        width: 160px;
        height: 160px
    }

    .grid {
        width: 100%
    }

    .grid .card {
        max-width: 50%
    }

    main {
        padding: 2rem .5rem;
        max-width: 100%
    }

    .work-item {
        margin-bottom: 50px
    }

    .work-item .work-item-title {
        font-size: 18px;
        margin-bottom: 3px
    }

    .work-item .work-item-description {
        font-size: 16px;
        line-height: 1.3rem;
        max-width: 18rem;
        margin-bottom: 15px
    }

    .page-content {
        padding: 1rem .75rem;
        margin-bottom: 75px
    }

    .page-playground .title {
        opacity: 1
    }

    .page-playground .subtitle {
        opacity: 1;
        margin: 0 auto 25px
    }

    .page-playground .post {
        margin-bottom: 25px
    }

    .page-playground .post .title {
        font-size: 13px
    }

    .page-about {
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column
    }

    .page-about .left,
    .page-about .right {
        width: 100%
    }

    .page-about h2 {
        font-size: 36px;
        margin-bottom: 25px
    }

    .page-about p {
        font-size: 20px;
        margin-bottom: 25px
    }

    .page-about .contactInfoLink {
        display: inline;
        float: right;
        background-color: #7c22ff;
        font-size: 15px;
        font-weight: 600;
        text-align: center;
        padding: 8px 12px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        color: #fff;
        -moz-transition: .2s;
        transition: .2s;
        cursor: pointer;
        margin-top: 5px;
        margin-right: 10px
    }

    .page-about .contactInfoLink:hover {
        background-color: rgba(246, 77, 40, .8)
    }

    footer[data-page=about] .footerContent .contact {
        display: none
    }

    footer {
        padding: 12px 12px 100px;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto
    }

    footer .footerContent {
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between
    }

    footer .footerContent .contact {
        max-width: auto
    }

    footer .footerContent ul {
        margin-top: 50px
    }

    footer .footerContent ul li {
        text-align: center
    }

    footer .footerContent ul li.social {
        margin-top: 50px
    }

    footer .footerContent ul li.social a {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media(min-width:321px)and (max-width:640px) {
    .title {
        font-size: 48px;
        margin-bottom: 12px
    }

    .subtitle {
        font-size: 22px;
        max-width: 21rem
    }

    .hero {
        background-size: 700px;
        padding-top: 20px;
        min-height: 600px
    }
}
