html,
body,
.wrap {
width: 100%;
height: 100%;
}

.logo {
  width: 200px;
}
body {
overflow: hidden;
background: #171a19;
}
.wrap {
position: relative;
}
canvas {
position: absolute;
top: 0;
left: 0;
}
#me {
position: absolute;
top: 40%;
left: 50%;
height: 100%;
max-height: 756px;
opacity: .9;
-webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    -webkit-transition: .2s ease-in-out;
    -moz-filter: grayscale(100%);
    -moz-transition: .2s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .2s ease-in-out;
}
#container {
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 100%;
max-width: 1056px;
-webkit-transform: translate(-50%);
    transform: translate(-50%);
}
a {
display: inline-block;
position: relative;
cursor: pointer;
color: #ddd;
transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
a,
a:hover,
a:focus {
outline: none;
text-decoration: none;
}
a:before {
content: '';
z-index: -1;
display: block;
position: absolute;
bottom: 15%;
left: -28px;
right: 100%;
height: 10px;
transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
a:hover,
a:focus {
color: #90c855;
}
a:hover:before,
a:focus:before {
left: -2px;
right: -2px;
background-color: rgba(65,157,120,0.14);
}
#social {
position: absolute;
top: 35px;
right: 28px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 35px;
line-height: 50px;
text-align: right
}
#social div {
opacity: 0;
-webkit-transform: translateY(-28px) rotate(-5deg);
    transform: translateY(-28px) rotate(-5deg);
}
#social div:nth-last-child(1) {
-webkit-animation: get1 0.8348s cubic-bezier(0.19, 1, 0.22, 1) 1.5348s forwards;
    animation: get1 0.8348s cubic-bezier(0.19, 1, 0.22, 1) 1.5348s forwards;
}

#social1 {
position: absolute;
top: 35px;
left: 28px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 35px;
line-height: 50px;
}
#social1 div {
opacity: 0;
-webkit-transform: translateY(-28px) rotate(-5deg);
    transform: translateY(-28px) rotate(-5deg);
}
#social1 div:nth-last-child(1) {
-webkit-animation: get1 0.8348s cubic-bezier(0.19, 1, 0.22, 1) 1.5348s forwards;
    animation: get1 0.8348s cubic-bezier(0.19, 1, 0.22, 1) 1.5348s forwards;
}

@-webkit-keyframes get1 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get1 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
#social div:nth-last-child(2) {
-webkit-animation: get2 0.875168s cubic-bezier(0.19, 1, 0.22, 1) 1.575168s forwards;
    animation: get2 0.875168s cubic-bezier(0.19, 1, 0.22, 1) 1.575168s forwards;
}
@-webkit-keyframes get2 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get2 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
#social div:nth-last-child(3) {
-webkit-animation: get3 0.92199488s cubic-bezier(0.19, 1, 0.22, 1) 1.62199488s forwards;
    animation: get3 0.92199488s cubic-bezier(0.19, 1, 0.22, 1) 1.62199488s forwards;
}
@-webkit-keyframes get3 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get3 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
#social div:nth-last-child(4) {
-webkit-animation: get4 0.9763140608s cubic-bezier(0.19, 1, 0.22, 1) 1.6763140608s forwards;
    animation: get4 0.9763140608s cubic-bezier(0.19, 1, 0.22, 1) 1.6763140608s forwards;
}
@-webkit-keyframes get4 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get4 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
#social div:nth-last-child(5) {
-webkit-animation: get5 1.039324310528s cubic-bezier(0.19, 1, 0.22, 1) 1.739324310528s forwards;
    animation: get5 1.039324310528s cubic-bezier(0.19, 1, 0.22, 1) 1.739324310528s forwards;
}
@-webkit-keyframes get5 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get5 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
#social div:nth-last-child(6) {
-webkit-animation: get6 1.11241620021248s cubic-bezier(0.19, 1, 0.22, 1) 1.81241620021248s forwards;
    animation: get6 1.11241620021248s cubic-bezier(0.19, 1, 0.22, 1) 1.81241620021248s forwards;
}
@-webkit-keyframes get6 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get6 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
#brief {
position: absolute;
bottom: 63px;
left: 28px;
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 48px;
line-height: 63px;
color: #fff;
}
#brief div {
-webkit-transform: translateY(63px) rotate(5deg);
    transform: translateY(63px) rotate(5deg);
opacity: 0;
}
#brief div:nth-child(1) {
-webkit-animation: get1 0.8348s cubic-bezier(0.19, 1, 0.22, 1) 1.5348s forwards;
    animation: get1 0.8348s cubic-bezier(0.19, 1, 0.22, 1) 1.5348s forwards;
}
@-webkit-keyframes get1 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get1 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
#brief div:nth-child(2) {
-webkit-animation: get2 0.875168s cubic-bezier(0.19, 1, 0.22, 1) 1.575168s forwards;
    animation: get2 0.875168s cubic-bezier(0.19, 1, 0.22, 1) 1.575168s forwards;
}
@-webkit-keyframes get2 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get2 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
#brief div span {
position: relative;
color: #90c855;
}
#brief div span:before {
content: '';
z-index: -1;
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 100%;
height: 31.5px;
background-color: rgba(144, 200, 85,0.14);
-webkit-animation: years 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1.9s forwards;
    animation: years 1.6s cubic-bezier(0.19, 1, 0.22, 1) 1.9s forwards;
}
@-webkit-keyframes years {
100% {
right: 0;
}
}
@keyframes years {
100% {
right: 0;
}
}

.moveright {
-webkit-transform: translate(-0%, -40%);
      transform: translate(-0%, -40%) !important;
}


.sec div {
-webkit-transform: translateY(63px) rotate(5deg);
    transform: translateY(63px) rotate(5deg);
opacity: 0;
}
.sec div:nth-child(1) {
-webkit-animation: get1 0.8348s cubic-bezier(0.19, 1, 0.22, 1) .3 forwards;
    animation: get1 0.8348s cubic-bezier(0.19, 1, 0.22, 1) .3 forwards;
}
@-webkit-keyframes get1 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get1 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
.sec div:nth-child(2) {
-webkit-animation: get2 0.875168s cubic-bezier(0.19, 1, 0.22, 1) .3 forwards;
    animation: get2 0.875168s cubic-bezier(0.19, 1, 0.22, 1) .3 forwards;
}
@-webkit-keyframes get2 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}
@keyframes get2 {
100% {
opacity: 1;
-webkit-transform: translateY(0);
      transform: translateY(0);
}
}

.sec div:nth-child(2) span {
  color: #90c855;
}
.sec div:nth-child(1) span {
position: relative;
color: #90c855;
}
.sec div:nth-child(1) span:before {
content: '';
z-index: -1;
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 100%;
height: 31.5px;
background-color: rgba(144, 200, 85,0.14);
-webkit-animation: years 1.6s cubic-bezier(0.19, 1, 0.22, 1) .9s forwards;
    animation: years 1.6s cubic-bezier(0.19, 1, 0.22, 1) .9s forwards;
}
@-webkit-keyframes years {
100% {
right: 0;
}
}
@keyframes years {
100% {
right: 0;
}
}


.sec .h1 {
font-family: 'Roboto Slab', serif;
font-weight: 700;
font-size: 48px;
line-height: 63px;
color: #fff;
}

.sec {
width: 95%;
position: absolute;
color: #fff;
/* position: absolute; */
top: 300px;
left: 28px;
/* text-align: right; */
font-family: roboto slab;
display: none;
}
.sec .content {
font-family: Montserrat !important;
font-weight: 400;
line-height: 2;
}





@media only screen and (max-width: 768px) {


  #me {
        width: 80%;
    height: auto !important;
    top: 44% !important;
  }

  #social {
    font-size: 20px;
    line-height: 35px;
  }

  .logo {
    width: 160px;
}

#brief {
    font-size: 25px;
     line-height: 35px;
    color: #fff;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.sec {
    width: 86%;
        top: 160px;
  }

  .sec .h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
  }
  .sec {
      font-size: 14px !important;
  }

  html, body, .wrap {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.wrap {
  position: inherit;
}



}
