html {
  line-height: 1.4;
  font-size: 100%; }

body {
  font-family: "Manjari", arial, verdana, sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #ffffff; }
  @media (max-width: 768px) {
    body {
      font-size: 19px;
      line-height: 30px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }

h1 {
  font-size: 93px;
  font-weight: 700;
  line-height: 97px;
  margin-bottom: 0px; }
  @media (max-width: 640px) {
    h1 {
      font-size: 65px;
      line-height: 70px; } }

h2 {
  font-size: 52px;
  font-weight: 700;
  line-height: 63px; }

h3 {
  font-family: "Fira Sans Condensed", arial, verdana, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px; }

body {
  margin: 0;
  background-color: #222046; }

header {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  width: auto;
  margin-top: 50px;
  position: relative;
  z-index: 2; }
  header:after {
    content: "";
    clear: both;
    display: table; }
  @media (max-width: 1280px) {
    header {
      padding: 0px 20px; } }
  @media (max-width: 640px) {
    header {
      margin-top: 20px;
      margin-bottom: 20px; } }
  header .logo {
    background: url(../img/logo.svg) left center no-repeat;
    width: 62px;
    height: 38px;
    float: left; }
  header .menu {
    float: right; }
    header .menu ul {
      list-style: none;
      padding: 0px;
      margin: 0px;
      display: inline-block; }
      header .menu ul li {
        display: inline-block; }
    header .menu .main-menu {
      max-height: 30px;
      font-family: "Fira Sans Condensed", arial, verdana, sans-serif;
      font-size: 15px;
      font-weight: 700;
      color: #c1d1ea;
      text-transform: uppercase;
      float: left; }
      @media (max-width: 640px) {
        header .menu .main-menu {
          display: none; } }
      header .menu .main-menu a {
        color: #c1d1ea;
        text-decoration: none;
        transition: color 0.3s ease; }
        header .menu .main-menu a:hover {
          color: #ffffff; }
      header .menu .main-menu li {
        margin-left: 30px; }
        header .menu .main-menu li:first-child {
          margin-left: 0px; }
    header .menu .secondary-menu {
      max-height: 30px;
      padding-left: 30px;
      margin-left: 25px;
      margin-top: 2px;
      position: relative;
      float: left; }
      @media (max-width: 640px) {
        header .menu .secondary-menu {
          max-height: none;
          padding-left: 0px;
          margin-top: 5px; } }
      header .menu .secondary-menu:before {
        background-color: #c1d1ea;
        height: 14px;
        width: 1px;
        position: absolute;
        top: 6px;
        left: 0px;
        content: ""; }
        @media (max-width: 640px) {
          header .menu .secondary-menu:before {
            display: none; } }
      header .menu .secondary-menu li {
        margin-top: 1px;
        margin-left: 20px; }
        header .menu .secondary-menu li:first-child {
          margin-left: 0px; }
      header .menu .secondary-menu a {
        transition: color 0.3s ease;
        display: inline-block; }
      header .menu .secondary-menu .linkedin a {
        background: url(../img/linkedin_icon.svg) center center no-repeat;
        width: 14px;
        height: 16px; }
        @media (max-width: 640px) {
          header .menu .secondary-menu .linkedin a {
            width: 19px;
            height: 20px; } }
        header .menu .secondary-menu .linkedin a:hover {
          background: url(../img/linkedin_icon_wh.svg) center center no-repeat; }
      header .menu .secondary-menu .behance a {
        background: url(../img/behance_icon.svg) center center no-repeat;
        width: 18px;
        height: 16px; }
        @media (max-width: 640px) {
          header .menu .secondary-menu .behance a {
            width: 24px;
            height: 20px; } }
        header .menu .secondary-menu .behance a:hover {
          background: url(../img/behance_icon_wh.svg) center center no-repeat; }
      header .menu .secondary-menu .dribbble a {
        background: url(../img/dribbble_icon.svg) center center no-repeat;
        width: 14px;
        height: 15px; }
        @media (max-width: 640px) {
          header .menu .secondary-menu .dribbble a {
            width: 20px;
            height: 19px; } }
        header .menu .secondary-menu .dribbble a:hover {
          background: url(../img/dribbble_icon_wh.svg) center center no-repeat; }

.main-layout {
  width: 100%;
  clear: both;
  overflow: hidden; }

.intro {
  width: 100%;
  height: 735px;
  overflow: hidden; }
  @media (max-width: 640px) {
    .intro {
      height: auto; } }
  .intro .intro-bg {
    background: linear-gradient(95deg, #151528 0%, #151528 12%, #222046 80%);
    width: 42%;
    height: 823px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1; }
    @media (max-width: 640px) {
      .intro .intro-bg {
        display: none; } }
  .intro .intro-bg.right {
    background: linear-gradient(to left, #151528 0%, #151528 12%, rgba(34, 32, 70, 0) 80%);
    right: 0px;
    left: initial;
    z-index: 0; }
  .intro .intro-content {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    width: auto;
    height: 100%;
    display: flex; }
    @media (max-width: 1280px) {
      .intro .intro-content {
        padding: 0px 20px; } }
    @media (max-width: 640px) {
      .intro .intro-content {
        height: auto;
        margin-bottom: 60px;
        flex-direction: column; } }
  .intro .intro-text-wrap {
    width: auto;
    margin-right: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    order: 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 640px) {
      .intro .intro-text-wrap {
        margin-right: 0px;
        display: block;
        order: 1; } }
    .intro .intro-text-wrap .intro-text {
      margin-top: -30px; }
      @media (max-width: 640px) {
        .intro .intro-text-wrap .intro-text {
          margin-top: 0px; } }
      .intro .intro-text-wrap .intro-text h1 {
        max-width: 380px; }
      .intro .intro-text-wrap .intro-text p {
        color: #c1d1ea;
        max-width: 380px;
        margin-bottom: 0px; }
      .intro .intro-text-wrap .intro-text .cta {
        margin-top: 55px; }
        @media (max-width: 640px) {
          .intro .intro-text-wrap .intro-text .cta {
            margin-top: 35px; } }
        .intro .intro-text-wrap .intro-text .cta a {
          width: auto;
          -webkit-appearance: none;
          appearance: none;
          font-size: 13px;
          font-weight: 700;
          font-family: "Fira Sans Condensed", arial, verdana, sans-serif;
          color: #ffffff;
          text-align: center;
          text-decoration: none;
          text-transform: uppercase;
          letter-spacing: 3px;
          cursor: pointer;
          border: 0;
          padding: 7px 30px;
          padding-top: 8px;
          display: inline-block;
          vertical-align: middle;
          position: relative; }
          .intro .intro-text-wrap .intro-text .cta a .cta-bg {
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, #3dffff 0%, #cc7fff 100%);
            border: 0;
            border-radius: 25px;
            opacity: 0.75;
            display: inline-block;
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 0;
            transition: opacity 0.2s ease-in-out; }
          .intro .intro-text-wrap .intro-text .cta a .cta-link {
            position: relative;
            z-index: 1; }
          .intro .intro-text-wrap .intro-text .cta a:hover, .intro .intro-text-wrap .intro-text .cta a:focus {
            outline: 0; }
          .intro .intro-text-wrap .intro-text .cta a:hover .cta-bg {
            opacity: 1; }
  .intro .intro-illustration {
    position: relative;
    z-index: 0; }
    @media (max-width: 640px) {
      .intro .intro-illustration {
        width: 100%;
        height: 340px;
        order: 0; } }
    .intro .intro-illustration .illustration {
      width: 1028px;
      height: 778px; }
      @media (max-width: 640px) {
        .intro .intro-illustration .illustration {
          width: 150%;
          height: 150%;
          background: url(../img/fox_illustration.svg) no-repeat;
          background-position: top left; } }
      @media (max-width: 640px) {
        .intro .intro-illustration .illustration video {
          display: none; } }

.portfolio-layout {
  background-color: #1a1a35;
  outline: none; }
  .portfolio-layout .portfolio-list {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    width: auto;
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start; }
    @media (max-width: 1024px) {
      .portfolio-layout .portfolio-list {
        padding: 0px 20px;
        padding-top: 120px; } }
    @media (max-width: 640px) {
      .portfolio-layout .portfolio-list {
        padding-top: 60px; } }
  .portfolio-layout .portfolio-item {
    width: 45.7%;
    margin-bottom: 8%;
    order: 0; }
    @media (max-width: 640px) {
      .portfolio-layout .portfolio-item {
        width: 100%;
        order: 1; } }
    .portfolio-layout .portfolio-item.last {
      margin-bottom: 0px; }
      @media (max-width: 640px) {
        .portfolio-layout .portfolio-item.last {
          margin-bottom: 8%; } }
      .portfolio-layout .portfolio-item.last + .last {
        margin-bottom: 0px; }
    .portfolio-layout .portfolio-item.left {
      margin-right: 8%; }
      @media (max-width: 640px) {
        .portfolio-layout .portfolio-item.left {
          margin-right: 0px; } }
    .portfolio-layout .portfolio-item.right {
      margin-top: -140px; }
      @media (max-width: 1024px) {
        .portfolio-layout .portfolio-item.right {
          margin-top: -100px; } }
      @media (max-width: 768px) {
        .portfolio-layout .portfolio-item.right {
          margin-top: 0px; } }
    .portfolio-layout .portfolio-item a {
      color: #ffffff;
      text-decoration: none; }
    .portfolio-layout .portfolio-item .project-img {
      line-height: 0px;
      position: relative; }
      .portfolio-layout .portfolio-item .project-img:after {
        background: black;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        height: 40%;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: "";
        opacity: 0.5;
        transition: opacity 0.2s ease-in-out; }
      .portfolio-layout .portfolio-item .project-img img {
        max-width: 100%;
        width: 100%;
        height: auto; }
    .portfolio-layout .portfolio-item .project-desc {
      background-color: #0e0e19;
      padding: 25px 30px;
      padding-top: 30px;
      position: relative;
      transition: background-color 0.2s ease-in-out; }
      .portfolio-layout .portfolio-item .project-desc h3 {
        color: #ffffff;
        position: absolute;
        top: -20px;
        left: 30px;
        transition: color 0.2s ease-in-out; }
      .portfolio-layout .portfolio-item .project-desc .project-tags {
        color: #83d6ff;
        font-size: 12px;
        line-height: 13px;
        text-transform: uppercase; }
    .portfolio-layout .portfolio-item a:hover .project-img:after {
      opacity: 0.7; }
    .portfolio-layout .portfolio-item a:hover .project-desc {
      background-color: #09090f; }
      .portfolio-layout .portfolio-item a:hover .project-desc h3 {
        color: #83d6ff; }
  .portfolio-layout .portfolio-intro {
    width: 45.7%;
    height: auto;
    margin-top: 90px;
    margin-bottom: 8%; }
    @media (max-width: 640px) {
      .portfolio-layout .portfolio-intro {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 50px; } }
    .portfolio-layout .portfolio-intro.first {
      order: 1; }
      @media (max-width: 640px) {
        .portfolio-layout .portfolio-intro.first {
          order: 0; } }
    .portfolio-layout .portfolio-intro h2 {
      color: #83d6ff;
      margin-bottom: 10px; }
    .portfolio-layout .portfolio-intro p {
      margin: 0px; }
    .portfolio-layout .portfolio-intro .cta {
      margin-top: 55px; }
      .portfolio-layout .portfolio-intro .cta a {
        width: auto;
        -webkit-appearance: none;
        appearance: none;
        font-size: 13px;
        font-weight: 700;
        font-family: "Fira Sans Condensed", arial, verdana, sans-serif;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 3px;
        cursor: pointer;
        border: 0;
        padding: 7px 30px;
        padding-top: 8px;
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        .portfolio-layout .portfolio-intro .cta a .cta-bg {
          width: 100%;
          height: 100%;
          background: linear-gradient(to right, #3dffff 0%, #cc7fff 100%);
          border: 0;
          border-radius: 25px;
          opacity: 0.75;
          display: inline-block;
          position: absolute;
          top: 0px;
          left: 0px;
          z-index: 0;
          transition: opacity 0.2s ease-in-out; }
        .portfolio-layout .portfolio-intro .cta a .cta-link {
          position: relative;
          z-index: 1; }
        .portfolio-layout .portfolio-intro .cta a:hover, .portfolio-layout .portfolio-intro .cta a:focus {
          outline: 0; }
        .portfolio-layout .portfolio-intro .cta a:hover .cta-bg {
          opacity: 1; }
  .portfolio-layout .portfolio-more {
    width: 100%;
    text-align: center;
    margin: 100px 0px;
    order: 10; }
    .portfolio-layout .portfolio-more .cta a {
      width: auto;
      -webkit-appearance: none;
      appearance: none;
      font-size: 13px;
      font-weight: 700;
      font-family: "Fira Sans Condensed", arial, verdana, sans-serif;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 3px;
      cursor: pointer;
      border: 0;
      padding: 7px 30px;
      padding-top: 8px;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .portfolio-layout .portfolio-more .cta a .cta-bg {
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #3dffff 0%, #cc7fff 100%);
        border: 0;
        border-radius: 25px;
        opacity: 0.75;
        display: inline-block;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 0;
        transition: opacity 0.2s ease-in-out; }
      .portfolio-layout .portfolio-more .cta a .cta-link {
        position: relative;
        z-index: 1; }
      .portfolio-layout .portfolio-more .cta a:hover, .portfolio-layout .portfolio-more .cta a:focus {
        outline: 0; }
      .portfolio-layout .portfolio-more .cta a:hover .cta-bg {
        opacity: 1; }

.profile-layout {
  background-color: #151528;
  position: relative;
  overflow: hidden;
  outline: none; }
  @media (max-width: 1024px) {
    .profile-layout {
      padding: 0px 20px; } }
  .profile-layout:before {
    background-color: #151528;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    opacity: 0.9;
    z-index: 1; }
  .profile-layout:after {
    background: #151528;
    background: linear-gradient(0deg, #151528 8%, rgba(21, 21, 40, 0) 36%, #151528 69%);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    z-index: 1; }
  .profile-layout .profile-parallax {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .profile-layout .profile-parallax img {
        transform: none !important;
        width: 100%; } }
  @media all and (-ms-high-contrast: none) and (max-width: 1024px), (-ms-high-contrast: active) and (max-width: 1024px) {
    .profile-layout .profile-parallax img {
      width: auto; } }
    @supports (-ms-ime-align: auto) {
      .profile-layout .profile-parallax img {
        transform: none !important;
        width: 100%; }
        @media (max-width: 1024px) {
          .profile-layout .profile-parallax img {
            width: auto; } } }
  .profile-layout .profile-content {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    width: auto;
    padding: 115px 0px;
    position: relative;
    z-index: 2; }
    .profile-layout .profile-content:after {
      content: "";
      clear: both;
      display: table; }
    @media (max-width: 640px) {
      .profile-layout .profile-content {
        padding: 95px 0px; } }
    .profile-layout .profile-content .profile-col {
      width: 45.7%;
      float: left; }
      @media (max-width: 640px) {
        .profile-layout .profile-content .profile-col {
          width: 100%; } }
      .profile-layout .profile-content .profile-col:first-child {
        margin-right: 8%; }
        @media (max-width: 640px) {
          .profile-layout .profile-content .profile-col:first-child {
            margin-right: 0px; } }
    .profile-layout .profile-content .profile-subtitle {
      color: #83d6ff;
      font-size: 12px;
      text-transform: uppercase; }
    .profile-layout .profile-content h2 {
      color: #83d6ff;
      margin-top: 5px;
      margin-bottom: 0px; }
    .profile-layout .profile-content .cta {
      margin-top: 40px; }
      @media (max-width: 640px) {
        .profile-layout .profile-content .cta {
          margin-bottom: 40px; } }
      .profile-layout .profile-content .cta a {
        width: auto;
        -webkit-appearance: none;
        appearance: none;
        font-size: 13px;
        font-weight: 700;
        font-family: "Fira Sans Condensed", arial, verdana, sans-serif;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 3px;
        cursor: pointer;
        border: 0;
        padding: 7px 30px;
        padding-top: 8px;
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        .profile-layout .profile-content .cta a .cta-bg {
          width: 100%;
          height: 100%;
          background: linear-gradient(to right, #3dffff 0%, #cc7fff 100%);
          border: 0;
          border-radius: 25px;
          opacity: 0.75;
          display: inline-block;
          position: absolute;
          top: 0px;
          left: 0px;
          z-index: 0;
          transition: opacity 0.2s ease-in-out; }
        .profile-layout .profile-content .cta a .cta-link {
          position: relative;
          z-index: 1; }
        .profile-layout .profile-content .cta a:hover, .profile-layout .profile-content .cta a:focus {
          outline: 0; }
        .profile-layout .profile-content .cta a:hover .cta-bg {
          opacity: 1; }
    .profile-layout .profile-content p {
      max-width: 380px;
      margin-top: 0px;
      margin-bottom: 30px; }
      @media (max-width: 640px) {
        .profile-layout .profile-content p {
          padding-right: 20px; } }
      .profile-layout .profile-content p:first-child {
        padding-top: 35px; }
      .profile-layout .profile-content p:last-child {
        margin-bottom: 0px; }

.skills-layout {
  background-color: #151528; }
  @media (max-width: 1024px) {
    .skills-layout {
      padding: 0px 20px; } }
  .skills-layout .skills-content {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    width: auto;
    padding: 25px 0px;
    padding-bottom: 105px; }
    .skills-layout .skills-content h2 {
      color: #83d6ff;
      margin-bottom: 40px; }
  .skills-layout .skills-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 640px) {
      .skills-layout .skills-list {
        flex-wrap: wrap; } }
    .skills-layout .skills-list .skill-item {
      width: 128px;
      height: 125px;
      background-color: #0e0e19;
      border-radius: 7px;
      font-size: 15px;
      line-height: 19px;
      text-align: center;
      margin-right: 2.5%;
      margin-bottom: 2.5%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 640px) {
        .skills-layout .skills-list .skill-item {
          width: 48.5%; } }
      .skills-layout .skills-list .skill-item:last-child {
        margin-right: 0px; }
      @media (max-width: 640px) {
        .skills-layout .skills-list .skill-item:nth-child(2n+2) {
          margin-right: 0px; } }
      .skills-layout .skills-list .skill-item .skill-title {
        padding-top: 25px; }
      .skills-layout .skills-list .skill-item .skill-icon {
        height: 28px; }
      .skills-layout .skills-list .skill-item span {
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        text-align: center;
        display: block; }
      .skills-layout .skills-list .skill-item .design span {
        background-image: url(../img/digital_design_icon.svg);
        width: 29px; }
      .skills-layout .skills-list .skill-item .system span {
        background-image: url(../img/design_system_icon.svg);
        width: 32px; }
      .skills-layout .skills-list .skill-item .branding span {
        background-image: url(../img/branding_icon.svg);
        width: 33px; }
      .skills-layout .skills-list .skill-item .prototyping span {
        background-image: url(../img/prototyping_icon.svg);
        width: 24px; }
      .skills-layout .skills-list .skill-item .frontend span {
        background-image: url(../img/frontend_icon.svg);
        width: 30px; }
      .skills-layout .skills-list .skill-item .cms span {
        background-image: url(../img/cms_icon.svg);
        width: 31px;
        position: relative;
        bottom: -7px; }

.refs-layout {
  background-color: #151528; }
  @media (max-width: 1024px) {
    .refs-layout {
      padding: 0px 20px; } }
  .refs-layout .refs-content {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    width: auto;
    padding-bottom: 125px; }
    @media (max-width: 640px) {
      .refs-layout .refs-content {
        padding-bottom: 95px; } }
    .refs-layout .refs-content h2 {
      color: #83d6ff;
      margin-bottom: 10px; }
    .refs-layout .refs-content p {
      margin: 0px; }
    .refs-layout .refs-content ul {
      padding-left: 0px;
      margin-top: 50px;
      margin-bottom: 0px;
      list-style: none;
      -webkit-columns: 180px 3;
      -moz-columns: 180px 3;
      columns: 180px 3;
      -webkit-column-gap: 140px;
      -moz-column-gap: 140px;
      column-gap: 140px; }
      @media (max-width: 640px) {
        .refs-layout .refs-content ul {
          margin-top: 30px; } }
      .refs-layout .refs-content ul li {
        font-size: 15px;
        color: #c1d1ea;
        padding-left: 20px;
        margin-bottom: 15px;
        position: relative; }
        @media (max-width: 640px) {
          .refs-layout .refs-content ul li {
            margin-bottom: 5px; } }
        .refs-layout .refs-content ul li:last-child {
          margin-bottom: 0px; }
        .refs-layout .refs-content ul li:before {
          background-color: #83d6ff;
          width: 7px;
          height: 7px;
          position: absolute;
          top: 10px;
          left: 0px;
          content: ""; }

footer {
  outline: none; }
  footer .contact-layout {
    background-color: #0e0e19;
    padding: 95px 0px;
    padding-top: 110px; }
    @media (max-width: 1024px) {
      footer .contact-layout {
        padding: 95px 20px; } }
    footer .contact-layout .contact-content {
      max-width: 890px;
      width: 100%;
      margin: 0 auto;
      width: auto;
      display: flex;
      align-items: center; }
      @media (max-width: 640px) {
        footer .contact-layout .contact-content {
          flex-direction: column-reverse;
          align-items: normal; } }
    footer .contact-layout .contact-info {
      width: 50%; }
      @media (max-width: 640px) {
        footer .contact-layout .contact-info {
          width: 100%;
          text-align: center; } }
      footer .contact-layout .contact-info h2 {
        color: #83d6ff;
        margin-bottom: 15px; }
      footer .contact-layout .contact-info p {
        max-width: 480px;
        margin: 0px; }
        @media (max-width: 640px) {
          footer .contact-layout .contact-info p {
            max-width: none; } }
      footer .contact-layout .contact-info a {
        color: #83d6ff;
        text-decoration: none; }
      footer .contact-layout .contact-info .mail {
        background-color: #09090f;
        font-weight: 700;
        color: #83d6ff;
        text-align: center;
        border-radius: 25px;
        padding: 10px 35px;
        padding-top: 14px;
        margin-top: 55px;
        display: inline-block;
        transition: background-color 0.2s ease-in-out; }
        footer .contact-layout .contact-info .mail:hover {
          background-color: #040407; }
        footer .contact-layout .contact-info .mail span {
          width: 18px;
          height: 14px;
          background: url(../img/mail.svg) left center no-repeat;
          display: inline-block;
          margin-right: 10px;
          margin-bottom: -2px; }
    footer .contact-layout .contact-icon {
      background-image: url(../img/contact.svg);
      background-repeat: no-repeat;
      background-position: right center;
      width: 164px;
      height: 164px;
      flex-grow: 1; }
      @media (max-width: 640px) {
        footer .contact-layout .contact-icon {
          background-position: center center;
          width: 100%;
          margin-bottom: 80px; } }
  footer .end {
    background-color: #09090f;
    padding: 40px 0px;
    padding-bottom: 30px; }
    @media (max-width: 1024px) {
      footer .end {
        padding: 40px 20px;
        padding-bottom: 30px; } }
    footer .end .end-content {
      max-width: 890px;
      width: 100%;
      margin: 0 auto;
      width: auto; }
      footer .end .end-content:after {
        content: "";
        clear: both;
        display: table; }
      footer .end .end-content .copyright {
        width: 50%;
        font-size: 15px;
        color: #c1d1ea;
        float: left; }
        @media (max-width: 640px) {
          footer .end .end-content .copyright {
            width: 100%;
            text-align: center;
            float: none; } }
      footer .end .end-content .follow {
        width: 50%;
        text-align: right;
        margin-top: 3px;
        float: right; }
        @media (max-width: 640px) {
          footer .end .end-content .follow {
            width: 100%;
            text-align: center;
            margin-top: 25px;
            float: none; } }
        footer .end .end-content .follow ul {
          list-style: none;
          padding: 0px;
          margin: 0px; }
          footer .end .end-content .follow ul li {
            display: inline-block;
            margin-left: 45px; }
            footer .end .end-content .follow ul li:first-child {
              margin-left: 0px; }
        footer .end .end-content .follow a {
          display: inline-block; }
        footer .end .end-content .follow .linkedin a {
          background: url(../img/linkedin_icon.svg) center center no-repeat;
          width: 19px;
          height: 22px; }
          footer .end .end-content .follow .linkedin a:hover {
            background: url(../img/linkedin_icon_wh.svg) center center no-repeat; }
        footer .end .end-content .follow .behance a {
          background: url(../img/behance_icon.svg) center center no-repeat;
          width: 24px;
          height: 22px; }
          footer .end .end-content .follow .behance a:hover {
            background: url(../img/behance_icon_wh.svg) center center no-repeat; }
        footer .end .end-content .follow .dribbble a {
          background: url(../img/dribbble_icon.svg) center center no-repeat;
          width: 20px;
          height: 21px; }
          footer .end .end-content .follow .dribbble a:hover {
            background: url(../img/dribbble_icon_wh.svg) center center no-repeat; }
