@font-face {
  font-family: nhaas-regular;
  src: url('Kamerik105CyrillicBold.otf');
}

@font-face {
  font-family: nhaas-medium;
  src: url('Kamerik105CyrillicBook.otf');
}

@font-face {
  font-family: rockwell-nova,sans-serif;
  font-weight: 200;
  font-style: normal;
}
  
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: font-size 1s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #111;
}

a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}

/*skew*/
/*skew effect*/

#skew__nav {
  transition: transform .3s ease;
  will-change: transform;
}

#desc__photo {
  transition: transform .3s ease;
  will-change: transform;
}

#about {
  transition: transform .3s ease;
  will-change: transform;
}

/*skew effect*/

#skew__latest__work, #skew__latest__work2, #skew__latest__work3,
#skew__latest__work4, #skew__latest__work5, #skew__latest__work6,
#skew__latest__work7, #skew__latest__work8, #skew__latest__work9,
#skew__latest__work10, #skew__latest__work11, #skew__latest__work12,
#skew__latest__work13,#skew__latest__work14, #skew__latest__work15

{
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  -ms-transition: transform .3s ease;
  transition: transform .3s ease;
  will-change: transform;
}


#lets__make {
  transition: transform .3s ease;
  will-change: transform;
}

#social__icons {
  transition: transform .3s ease;
  will-change: transform;
}

#copyright__wrapper {
  transition: transform .3s ease;
  will-change: transform;
}

#skew__mobile {
  transition: transform .3s ease;
  will-change: transform;
}

  /*cursor*/
.cursor, .cursor__inner {
	z-index: 9999;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
}

.cursor__inner--circle {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 3px solid #8F9398;
}

body {
  font-family: nhaas-regular, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

p {
  font-family: nhaas-medium, sans-serif;
  font-weight: 400;
}

ul {
  list-style-type: none;
}

.main {
  padding: 96px 96px 96px 96px;
  transition: 0.4s all ease;
  background-color: #111;
}

.wrapperNav {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nav--menu--mobile {
  display: none;
}

.social--sites {
  display: none;
}

.nav--bar {
  display: none;
}

.mail {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #ffffff;
}

.langs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.langs--li {
  padding: 0 1em 0 1em;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s all ease;
}

.langs--li:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.changeColor:hover path {
  fill: black;
  cursor: pointer;
  transition: 0.5s ease-in;
}

.delimiter {
  width: 1px;
  height: 56px;
  opacity: 0.16;
  background-color: #ffffff;
  margin: 0 2em 0 2em;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  color: #d4d4d4;
  transition: 0.4s all ease;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.wrapper--nav {
  padding-top: 118px;
  padding-bottom: 128px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

ul.menu {
  display: flex;
  flex-direction: column;
  width: 25%;
}

ul.menu2 {
  display: flex;
  flex-direction: column;
  width: 25%;
}

li.menu--li {
  font-family: nhaas-medium, sans-serif;
  font-size: 18px;
  line-height: 224%;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.wrapper--nav ul li a {
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

.wrapper--nav ul li a:hover {
  text-decoration: none;
}

/* UL EFFECT */

.wrapper--nav ul li .first-a span:nth-child(1),
.wrapper--nav ul li .second-a span:nth-child(1),
.wrapper--nav ul li .third-a span:nth-child(1) {
  position: relative;
  top: -50px;
  transition: all 0.3s linear;
}

.wrapper--nav ul li:hover .first-a span:nth-child(1),
.wrapper--nav ul li:hover .second-a span:nth-child(1),
.wrapper--nav ul li:hover .third-a span:nth-child(1) {
  top: 0;
  transition: all 0.3s linear;
}

.wrapper--nav ul li .first-a span:nth-child(2),
.wrapper--nav ul li .second-a span:nth-child(2),
.wrapper--nav ul li .third-a span:nth-child(2) {
  position: relative;
  top: -50px;
  transition: all 0.35s linear;
}

.wrapper--nav ul li:hover .first-a span:nth-child(2),
.wrapper--nav ul li:hover .second-a span:nth-child(2),
.wrapper--nav ul li:hover .third-a span:nth-child(2) {
  top: 0;
  transition: all 0.35s linear;
}

.wrapper--nav ul li .first-a span:nth-child(3),
.wrapper--nav ul li .second-a span:nth-child(3),
.wrapper--nav ul li .third-a span:nth-child(3) {
  position: relative;
  top: -50px;
  transition: all 0.4s linear;
}

.wrapper--nav ul li:hover .first-a span:nth-child(3),
.wrapper--nav ul li:hover .second-a span:nth-child(3),
.wrapper--nav ul li:hover .third-a span:nth-child(3) {
  top: 0;
  transition: all 0.4s linear;
}

.wrapper--nav ul li .first-a span:nth-child(4),
.wrapper--nav ul li .second-a span:nth-child(4),
.wrapper--nav ul li .third-a span:nth-child(4) {
  position: relative;
  top: -50px;
  transition: all 0.45s linear;
}

.wrapper--nav ul li:hover .first-a span:nth-child(4),
.wrapper--nav ul li:hover .second-a span:nth-child(4),
.wrapper--nav ul li:hover .third-a span:nth-child(4) {
  top: 0;
  transition: all 0.45s linear;
}

.wrapper--nav ul li .first-a span:nth-child(5),
.wrapper--nav ul li .third-a span:nth-child(5) {
  position: relative;
  top: -50px;
  transition: all 0.5s linear;
}

.wrapper--nav ul li:hover .first-a span:nth-child(5),
.wrapper--nav ul li:hover .third-a span:nth-child(5) {
  top: 0;
  transition: all 0.5s linear;
}

.wrapper--nav ul li .third-a span:nth-child(6) {
  position: relative;
  top: -50px;
  transition: all 0.55s linear;
}

.wrapper--nav ul li:hover .third-a span:nth-child(6) {
  top: 0;
  transition: all 0.55s linear;
}

.wrapper--nav ul li .third-a span:nth-child(7) {
  position: relative;
  top: -50px;
  transition: all 0.6s linear;
}

.wrapper--nav ul li:hover .third-a span:nth-child(7) {
  top: 0;
  transition: all 0.6s linear;
}

/* UL EFFECT SECOND TEXT */

.wrapper--nav ul li .first-a2,
.wrapper--nav ul li .second-a2,
.wrapper--nav ul li .third-a2 {
  position: absolute;
  left: 48px;
}

.wrapper--nav ul li .first-a2 span:nth-child(1),
.wrapper--nav ul li .second-a2 span:nth-child(1),
.wrapper--nav ul li .third-a2 span:nth-child(1) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.3s linear;
}

.wrapper--nav ul li:hover .first-a2 span:nth-child(1),
.wrapper--nav ul li:hover .second-a2 span:nth-child(1),
.wrapper--nav ul li:hover .third-a2 span:nth-child(1) {
  bottom: -30px;
  transition: all 0.3s linear;
}

.wrapper--nav ul li .first-a2 span:nth-child(2),
.wrapper--nav ul li .second-a2 span:nth-child(2),
.wrapper--nav ul li .third-a2 span:nth-child(2) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.35s linear;
}

.wrapper--nav ul li:hover .first-a2 span:nth-child(2),
.wrapper--nav ul li:hover .second-a2 span:nth-child(2),
.wrapper--nav ul li:hover .third-a2 span:nth-child(2) {
  bottom: -30px;
  transition: all 0.35s linear;
}

.wrapper--nav ul li .first-a2 span:nth-child(3),
.wrapper--nav ul li .second-a2 span:nth-child(3),
.wrapper--nav ul li .third-a2 span:nth-child(3) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.4s linear;
}

.wrapper--nav ul li:hover .first-a2 span:nth-child(3),
.wrapper--nav ul li:hover .second-a2 span:nth-child(3),
.wrapper--nav ul li:hover .third-a2 span:nth-child(3) {
  bottom: -30px;
  transition: all 0.4s linear;
}

.wrapper--nav ul li .first-a2 span:nth-child(4),
.wrapper--nav ul li .second-a2 span:nth-child(4),
.wrapper--nav ul li .third-a2 span:nth-child(4) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.45s linear;
}

.wrapper--nav ul li:hover .first-a2 span:nth-child(4),
.wrapper--nav ul li:hover .second-a2 span:nth-child(4),
.wrapper--nav ul li:hover .third-a2 span:nth-child(4) {
  bottom: -30px;
  transition: all 0.45s linear;
}

.wrapper--nav ul li .first-a2 span:nth-child(5),
.wrapper--nav ul li .third-a2 span:nth-child(5) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.5s linear;
}

.wrapper--nav ul li:hover .first-a2 span:nth-child(5),
.wrapper--nav ul li:hover .third-a2 span:nth-child(5) {
  bottom: -30px;
  transition: all 0.5s linear;
}

.wrapper--nav ul li .third-a2 span:nth-child(6) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.55s linear;
}

.wrapper--nav ul li:hover .third-a2 span:nth-child(6) {
  bottom: -30px;
  transition: all 0.55s linear;
}

.wrapper--nav ul li .third-a2 span:nth-child(7) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.6s linear;
}

.wrapper--nav ul li:hover .third-a2 span:nth-child(7) {
  bottom: -30px;
  transition: all 0.6s linear;
}

li.menu--li2 {
  font-family: nhaas-medium, sans-serif;
  font-size: 18px;
  line-height: 224%;
  color: #ffffff;
}
  
li.menu--li:hover {
  cursor: pointer;
}

.hamburger--menu {
  display: none;
}

.heading {
  width: 75%;
  margin-right: auto;
}

.heading h4 {
  font-size: 120px;
  line-height: 98%;
  letter-spacing: -2.8125px;
  color: #F5F5F5;
}

.wrapper--nav--flex {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
}

.first {
  font-family: rockwell-nova,sans-serif;
  color: #767676;
}

.ref--img--wrap {
  display: none;
}

#scene2 {
  width: 75%;
}

.car--ref {
  width: 70%;
  height: auto;
  min-width: 250px;
}

.second--page {
  padding: 168px 96px 224px 96px;
  background-color: #111;
  transition: background-color 0.4s ease;
}

.about--project--wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
}

.about--project {
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  font-family: nhaas-medium, sans-serif;
  width: 25%;
  padding-bottom: 32px;
  transition: color 0.4s ease;
}

.about--project--desc {
  font-family: nhaas-medium, sans-serif;
  max-width: 1024px;
  margin-right: auto;
  font-size: 56px;
  line-height: 132%;
  letter-spacing: -1.3125px;
  color: #fff;
  width: 75%;
  transition: color 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.delimiter__learn__more {
  width: 240px;
  height: 1px;
  background-color: #767676;
  opacity: 0.16;
  margin: 96px 0 32px 0;
}

.side--head--p p {
  max-width: 800px;
  font-size: 20px;
  line-height: 2;
  letter-spacing: normal;
  padding-top: 32px;
  transition: color 0.4s ease;
}

.side--head--link {
  font-family: nhaas-regular, sans-serif;
  width: 244px;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.375px;
  color: #fff;
  cursor: pointer;
  transition: color 0.4s ease;
  display: block;
}

.rascasone {
  color: #fff;
  text-decoration: underline;
}

.img_full_screen {
  display: block;
  width: 100%;
  height: auto;
}

/* MOTION HOVER THREEJS EFFECT */

.motion--hover--container {
  height: 100vh;
  width: 100%;
}

/*threeJS canvas effect*/

canvas {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  pointer-events: none;
}

.link {
  cursor: pointer;
}

.link img {
  display: none;
}

/* MOTION HOVER */  

.mega__bg__wrapper {
  background-color: #fff;
  padding-top: 224px;
}

.floaty--table {

  padding: 0 96px 96px 96px;
}

.flex--table--wrapper--mobile {
  display: none;
  padding: 2em;
}

.row {
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}

.row--wrapper {
  border-bottom: 1px solid rgba(118,118,118,0.16);
  padding-top: 16.5px;
}

.column--1 h4 {
  padding-top: 50px;
  font-family: nhaas-medium, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
}

.column--2 a h4 {
  mix-blend-mode: normal;
  font-size: 56px;
  line-height: 66px;
  font-weight: normal;
  letter-spacing: -1px;
  font-family: nhaas-medium, sans-serif;
  color: #000;
  padding-top: 16.5px;
}

.column--2 a h4:hover {
  position: relative;
  z-index: 4;
}

.ref--category {
  font-family: rockwell-nova,sans-serif;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: -0.285714px;
  color: #767676;
  padding-top: 45px;
  text-align: right;    
}

.column--1 {
  width: 25%;
  float: left;
}

.column--2 {
  width: 75%;
  float: left;
}

.column--3 {
  float: right;
}

.lets--make--page {
  padding: 96px;
}

.lets--make--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.contact {
  width: 25%;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #111111;
  font-family: nhaas-medium, sans-serif;
}

.lets--make--something--great {
  width: 75%;
  max-width: 1024px;
  margin-right: auto;
  font-size: 88px;
  line-height: 113%;
  letter-spacing: -2.4375px;
  color: #111111;
  font-family: nhaas-regular, sans-serif;
  display: flex;
  flex-direction: column;
}

.hello--mail {
  color: #767676;
}

.hotfix {
  display: none;
}

/* UL FOOTER effect */

.hello--mail--wrapper {
  position: relative;
  overflow: hidden;
}

/* UL EFFECT */


.hello--mail--wrapper .fourth-a span:nth-child(1) {
  position: relative;
  top: -120px;
  transition: all 0.3s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(1) {
  top: 0;
  transition: all 0.3s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(2) {
  position: relative;
  top: -120px;
  transition: all 0.35s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(2) {
  top: 0;
  transition: all 0.35s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(3) {
  position: relative;
  top: -120px;
  transition: all 0.4s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(3) {
  top: 0;
  transition: all 0.4s linear;
}


.hello--mail--wrapper .fourth-a span:nth-child(4) {
  position: relative;
  top: -120px;
  transition: all 0.45s linear;
}


.hello--mail--wrapper:hover .fourth-a span:nth-child(4) {
  top: 0;
  transition: all 0.45s linear;
}


.hello--mail--wrapper .fourth-a span:nth-child(5) {
  position: relative;
  top: -120px;
  transition: all 0.5s linear;
}


.hello--mail--wrapper:hover .fourth-a span:nth-child(5) {
  top: 0;
  transition: all 0.5s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(6) {
  position: relative;
  top: -120px;
  transition: all 0.55s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(6) {
  top: 0;
  transition: all 0.55s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(7) {
  position: relative;
  top: -120px;
  transition: all 0.6s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(7) {
  top: 0;
  transition: all 0.6s linear;
}

  .hello--mail--wrapper .fourth-a span:nth-child(8) {
  position: relative;
  top: -120px;
  transition: all 0.65s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(8) {
  top: 0;
  transition: all 0.65s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(9) {
  position: relative;
  top: -120px;
  transition: all 0.7s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(9) {
  top: 0;
  transition: all 0.7s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(10) {
  position: relative;
  top: -120px;
  transition: all 0.75s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(10) {
  top: 0;
  transition: all 0.75s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(11) {
  position: relative;
  top: -120px;
  transition: all 0.8s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(11) {
  top: 0;
  transition: all 0.8s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(12) {
  position: relative;
  top: -120px;
  transition: all 0.85s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(12) {
  top: 0;
  transition: all 0.85s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(13) {
  position: relative;
  top: -120px;
  transition: all 0.9s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(13) {
  top: 0;
  transition: all 0.9s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(14) {
  position: relative;
  top: -120px;
  transition: all 0.95s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(14) {
  top: 0;
  transition: all 0.95s linear;
}

.hello--mail--wrapper .fourth-a span:nth-child(15) {
  position: relative;
  top: -120px;
  transition: all 1s linear;
}

.hello--mail--wrapper:hover .fourth-a span:nth-child(15) {
  top: 0;
  transition: all 1s linear;
}

/* UL EFFECT SECOND TEXT */


.hello--mail--wrapper .fourth-a2 {
  position: absolute;
  left: 48px;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(1) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.3s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(1) {
  bottom: -120px;
  transition: all 0.3s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(2) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.35s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(2) {
  bottom: -120px;
  transition: all 0.35s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(3) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.4s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(3) {
  bottom: -120px;
  transition: all 0.4s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(4) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.45s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(4) {
  bottom: -120px;
  transition: all 0.45s linear;
}


.hello--mail--wrapper .fourth-a2 span:nth-child(5) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.5s linear;
}


.hello--mail--wrapper:hover .fourth-a2 span:nth-child(5) {
  bottom: -120px;
  transition: all 0.5s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(6) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.55s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(6) {
  bottom: -120px;
  transition: all 0.55s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(7) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.6s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(7) {
  bottom: -120px;
  transition: all 0.6s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(8) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.65s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(8) {
  bottom: -120px;
  transition: all 0.65s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(9) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.7s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(9) {
  bottom: -120px;
  transition: all 0.7s linear;
}


.hello--mail--wrapper .fourth-a2 span:nth-child(10) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.75s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(10) {
  bottom: -120px;
  transition: all 0.75s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(11) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.8s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(11) {
  bottom: -120px;
  transition: all 0.8s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(12) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.85s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(12) {
  bottom: -120px;
  transition: all 0.85s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(13) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.9s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(13) {
  bottom: -120px;
  transition: all 0.9s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(14) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.95s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(14) {
  bottom: -120px;
  transition: all 0.95s linear;
}

.hello--mail--wrapper .fourth-a2 span:nth-child(15) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 1s linear;
}

.hello--mail--wrapper:hover .fourth-a2 span:nth-child(15) {
  bottom: -120px;
  transition: all 1s linear;
}

.seventh--page {
  padding: 4em;
}

.flex--table--row {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  max-width: 880px;
}

.footer--heading {
  font-family: nhaas-medium, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: normal;
  color: #8f9398;
}

.footer--heading--h {
  font-size: 20px;
  color: #16181a;
}

.social--icons--page {
  padding: 0 96px 96px 96px;
}

.column--70--percent {
  width: 75%;
  float: right;
  padding-bottom: 1em;
}

.footer--links {
  font-family: nhaas-medium, sans-serif;
  font-size: 20px;
  color: #16181a;
}

.footer--links2 {
  font-family: nhaas-medium, sans-serif;
  font-size: 20px;
  color: #16181a;
}

/* UL FOOTER effect */

.footerLinks ul li {
  position: relative;
  overflow: hidden;
}

.footerLinks ul li a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  line-height: 224%;
}

.footerLinks ul li a:hover {
  text-decoration: none;
}

/* UL EFFECT */

.footerLinks ul li .third-a span:nth-child(1) {
  position: relative;
  top: -50px;
  transition: all 0.3s linear;
}

.footerLinks ul li:hover .third-a span:nth-child(1) {
  top: 0;
  transition: all 0.3s linear;
}

.footerLinks ul li .third-a span:nth-child(2) {
  position: relative;
  top: -50px;
  transition: all 0.35s linear;
}

.footerLinks ul li:hover .third-a span:nth-child(2) {
  top: 0;
  transition: all 0.35s linear;
}

.footerLinks ul li .third-a span:nth-child(3) {
  position: relative;
  top: -50px;
  transition: all 0.4s linear;
}

.footerLinks ul li:hover .third-a span:nth-child(3) {
  top: 0;
  transition: all 0.4s linear;
}


.footerLinks ul li .third-a span:nth-child(4) {
  position: relative;
  top: -50px;
  transition: all 0.45s linear;
}


.footerLinks ul li:hover .third-a span:nth-child(4) {
  top: 0;
  transition: all 0.45s linear;
}


.footerLinks ul li .third-a span:nth-child(5) {
  position: relative;
  top: -50px;
  transition: all 0.5s linear;
}


.footerLinks ul li:hover .third-a span:nth-child(5) {
  top: 0;
  transition: all 0.5s linear;
}

.footerLinks ul li .third-a span:nth-child(6) {
  position: relative;
  top: -50px;
  transition: all 0.55s linear;
}

.footerLinks ul li:hover .third-a span:nth-child(6) {
  top: 0;
  transition: all 0.55s linear;
}

.footerLinks ul li .third-a span:nth-child(7) {
  position: relative;
  top: -50px;
  transition: all 0.6s linear;
}

.footerLinks ul li:hover .third-a span:nth-child(7) {
  top: 0;
  transition: all 0.6s linear;
}

.footerLinks ul li .third-a span:nth-child(8) {
  position: relative;
  top: -50px;
  transition: all 0.65s linear;
}

.footerLinks ul li:hover .third-a span:nth-child(8) {
  top: 0;
  transition: all 0.65s linear;
}

  .footerLinks ul li .third-a span:nth-child(9) {
  position: relative;
  top: -50px;
  transition: all 0.7s linear;
}

.footerLinks ul li:hover .third-a span:nth-child(9) {
  top: 0;
  transition: all 0.7s linear;
}

/* UL EFFECT SECOND TEXT */


.footerLinks ul li .third-a2 {
  position: absolute;
  left: 48px;
}

.footerLinks ul li .third-a2 span:nth-child(1) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.3s linear;
}

.footerLinks ul li:hover .third-a2 span:nth-child(1) {
  bottom: -30px;
  transition: all 0.3s linear;
}

.footerLinks ul li .third-a2 span:nth-child(2) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.35s linear;
}

.footerLinks ul li:hover .third-a2 span:nth-child(2) {
  bottom: -30px;
  transition: all 0.35s linear;
}

.footerLinks ul li .third-a2 span:nth-child(3) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.4s linear;
}

.footerLinks ul li:hover .third-a2 span:nth-child(3) {
  bottom: -30px;
  transition: all 0.4s linear;
}

.footerLinks ul li .third-a2 span:nth-child(4) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.45s linear;
}

.footerLinks ul li:hover .third-a2 span:nth-child(4) {
  bottom: -30px;
  transition: all 0.45s linear;
}


.footerLinks ul li .third-a2 span:nth-child(5) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.5s linear;
}


.footerLinks ul li:hover .third-a2 span:nth-child(5) {
  bottom: -30px;
  transition: all 0.5s linear;
}

.footerLinks ul li .third-a2 span:nth-child(6) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.55s linear;
}

.footerLinks ul li:hover .third-a2 span:nth-child(6) {
  bottom: -30px;
  transition: all 0.55s linear;
}

.footerLinks ul li .third-a2 span:nth-child(7) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.6s linear;
}

.footerLinks ul li:hover .third-a2 span:nth-child(7) {
  bottom: -30px;
  transition: all 0.6s linear;
}

.footerLinks ul li .third-a2 span:nth-child(8) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.65s linear;
}

.footerLinks ul li:hover .third-a2 span:nth-child(8) {
  bottom: -30px;
  transition: all 0.65s linear;
}

.footerLinks ul li .third-a2 span:nth-child(9) {
  position: relative;
  left: -48px;
  bottom: 0;
  transition: all 0.7s linear;
}

.footerLinks ul li:hover .third-a2 span:nth-child(9) {
  bottom: -30px;
  transition: all 0.7s linear;
}

.copyright--page {
  padding: 96px 96px 226px 96px;
}

.copyright--wrapper {
  display: flex;
  justify-content: flex-end;
}

.copyright {
  font-family: nhaas-medium, sans-serif;
  font-size: 14px;
  color: #8f9398;
  opacity: 0.37;
  width: 75%;
}