.header {
  padding: 30px;
  display: flex;
  height: 70px;
  z-index: 5;
  font-family: "Morganite-Light"; }
  .header .logo {
    color: #fff;
    width: 155px;
    padding: 2px;
    position: absolute; }
    .header .logo h1 {
      font-family: "Morganite-Light";
      font-size: 38px;
      letter-spacing: 3px;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      line-height: 35px;
      text-shadow: #fff 0px -2px -2px; }
    .header .logo span.subtitle {
      font-size: 28px;
      font-family: "Morganite-Thin";
      text-transform: uppercase;
      letter-spacing: 3px;
      text-shadow: #fff 0px 0px 1px;
      color: #fff;
      font-weight: 700;
      padding-left: 9px; }
  .header .nav {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
  .header ul {
    display: flex;
    text-decoration: none;
    list-style: none;
    font-size: 60px;
    margin: 0px;
    font-family: "Morganite-ExtraLightItalic"; }
    .header ul li {
      position: relative; }
      .header ul li .line {
        height: 2px;
        background: #FFF;
        transition: 0.5s;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 0%;
        pointer-events: none;
        transform: translate(-50%, -50%); }
      .header ul li.active .line, .header ul li:hover .line {
        width: 100%; }
    .header ul li.active a {
      background: -webkit-linear-gradient(#fc009d, #2641fe);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 600; }
    .header ul a {
      display: block;
      text-decoration: none;
      color: #fff;
      padding: 0 10px;
      letter-spacing: 4px; }
      .header ul a:hover {
        background: -webkit-linear-gradient(#fc009d, #2641fe);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 600; }

.header.blackColor {
  transition: 1s; }
  .header.blackColor .logo,
  .header.blackColor span.subtitle,
  .header.blackColor ul a {
    color: #000; }
  .header.blackColor ul a:hover {
    color: #f00; }
  .header.blackColor span.subtitle {
    text-shadow: #000 0px 0px 1px; }

.hamburger {
  font: inherit;
  display: none;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  z-index: 3;
  position: relative; }

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  /* margin-top:-2px; */ }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff; }

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.blackColor .hamburger-inner, .blackColor .hamburger-inner:after, .blackColor .hamburger-inner:before {
  background-color: black; }

.blackColor .nav.is-active ul a {
  color: white; }

.blackColor .nav.is-active ul a.active {
  color: red; }

@media (max-width: 801px) {
  .header {
    padding: 30px 15px; }
    .header .logo {
      position: relative; }
  .hamburger {
    display: inline-block; }
  .header .nav {
    justify-content: flex-end; }
    .header .nav .nav-container {
      display: none; }
  .header .nav.is-active .nav-container {
    display: block;
    position: fixed;
    width: 300px;
    padding: 50px;
    padding-top: 125px;
    background: #000;
    top: 0px;
    right: 0px;
    height: 100%; }
    .header .nav.is-active .nav-container ul {
      display: block; } }

@media (max-width: 480px) {
  .header .nav.is-active .nav-container {
    width: calc(100% - 75px); } }

.footer {
  padding: 20px 30px;
  bottom: 0px;
  z-index: 5;
  color: #fff;
  display: flex;
  justify-content: space-between; }
  .footer .footer-links {
    font-size: 20px;
    list-style: none;
    padding: 0;
    margin: 0px;
    display: flex; }
    .footer .footer-links li {
      align-self: center; }
      .footer .footer-links li a {
        color: #fff;
        display: block;
        padding: 0 5px; }
  .footer .powredby {
    display: flex; }
    .footer .powredby .text {
      text-align: right;
      font-size: 11px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 14px;
      padding: 6px 10px; }
    .footer .powredby .year {
      font-size: 36px;
      font-family: "Morganite-Light"; }

.footer.blackColor {
  color: #000; }
  .footer.blackColor .footer-links a {
    color: #000; }

@media (max-width: 801px) {
  .footer {
    padding: 20px 15px; } }

.section-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }
  .section-home .home-container {
    align-self: center;
    position: relative;
    text-align: center;
    color: white; }
    .section-home .home-container h2 {
      font-family: 'Morganite-ExtraBold';
      font-size: 197px;
      margin: 0;
      padding: 0;
      letter-spacing: 15px; }
    .section-home .home-container h3 {
      font-family: 'Morganite-ExtraLight';
      margin: 0;
      padding: 0;
      font-size: 48px;
      letter-spacing: 20px; }
  .section-home .imagebox {
    display: block;
    float: left;
    height: 100%; }
  .section-home .img-0 {
    width: 200px;
    margin: 0 30px 0 0; }
    @media (max-width: 1025px) {
      .section-home .img-0 {
        display: none; } }
  .section-home .img-1 {
    width: 225px;
    margin: 0 30px 0 0; }
    @media (max-width: 801px) {
      .section-home .img-1 {
        display: none; } }
  .section-home .img-2 {
    width: 330px;
    margin: 0 30px 0 0; }
    @media (max-width: 801px) {
      .section-home .img-2 {
        width: 480px;
        margin: 0; } }
  .section-home .intro-text {
    position: absolute;
    top: 30px;
    right: -70px;
    color: #fff;
    font-family: "Morganite-Light";
    font-size: 100px;
    line-height: 84px; }
    .section-home .intro-text .text-1 {
      font-family: "Morganite-Medium"; }
    @media (max-width: 801px) {
      .section-home .intro-text {
        right: 0;
        left: 15px; } }
    @media (max-width: 600px) {
      .section-home .intro-text {
        font-size: 15vw;
        line-height: 13vw;
        font-smooth: always; } }

@media (max-width: 600px) {
  .section-home {
    padding: 0 15px; }
    .section-home .home-container {
      align-self: auto; }
      .section-home .home-container .img-2 {
        width: 100%; } }

.img-0.slide-in-elliptic-left-fwd {
  -webkit-animation: slide-in-elliptic-left-fwd 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-left-fwd 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.img-1.slide-in-elliptic-left-fwd {
  -webkit-animation: slide-in-elliptic-left-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-left-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.img-2.slide-in-elliptic-left-fwd {
  -webkit-animation: slide-in-elliptic-left-fwd 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-elliptic-left-fwd 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

/* ----------------------------------------------
 * Generated by Animista on 2020-3-24 19:29:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-elliptic-top-fwd
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1; } }

@keyframes slide-in-elliptic-top-fwd {
  0% {
    -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotateX(0) scale(1);
    transform: translateY(0) rotateX(0) scale(1);
    -webkit-transform-origin: 50% 1400px;
    transform-origin: 50% 1400px;
    opacity: 1; } }

/* ----------------------------------------------
 * Generated by Animista on 2020-3-24 19:48:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * @animation slide-in-elliptic-left-fwd 
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
    transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
    transform-origin: 1800px 50%;
    opacity: 1; } }

@keyframes slide-in-elliptic-left-fwd {
  0% {
    -webkit-transform: translateX(-800px) rotateY(30deg) scale(0);
    transform: translateX(-800px) rotateY(30deg) scale(0);
    -webkit-transform-origin: -100% 50%;
    transform-origin: -100% 50%;
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) rotateY(0) scale(1);
    transform: translateX(0) rotateY(0) scale(1);
    -webkit-transform-origin: 1800px 50%;
    transform-origin: 1800px 50%;
    opacity: 1; } }

@media (max-width: 600px) {
  .section-home .home-container h2 {
    font-size: 25vw; }
  .section-home .home-container h3 {
    font-size: 7vw; } }

.section-about {
  position: fixed;
  width: 100%;
  height: 100%; }
  .section-about .about-left {
    position: fixed;
    background-color: #000;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    z-index: 2; }
    .section-about .about-left .about-container {
      width: 750px;
      right: -124px;
      height: 500px;
      position: absolute;
      top: 25%;
      display: flex;
      justify-content: space-between; }
      .section-about .about-left .about-container .description-container {
        width: 420px;
        padding-right: 25px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        position: relative; }
        .section-about .about-left .about-container .description-container .since-text {
          transform: rotate(-90deg);
          height: 50px;
          font-family: "Morganite-ExtraLight";
          font-size: 60px;
          letter-spacing: 17px;
          color: #fff;
          top: 139px;
          left: -183px;
          position: absolute; }
        .section-about .about-left .about-container .description-container h2 {
          font-size: 22px;
          margin-top: 0px; }
        .section-about .about-left .about-container .description-container p {
          font-size: 14px; }
      .section-about .about-left .about-container .timeline {
        width: 250px; }
        .section-about .about-left .about-container .timeline h2 {
          color: #fff;
          font-size: 24px; }
        .section-about .about-left .about-container .timeline ul {
          padding: 0;
          margin: 0;
          list-style: none;
          color: #fff; }
          .section-about .about-left .about-container .timeline ul li {
            width: 102px;
            position: relative;
            padding-right: 24px;
            margin-bottom: 25px; }
          .section-about .about-left .about-container .timeline ul .job:before {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            border: 2px solid #fff;
            background-color: #fff;
            border-radius: 100%;
            top: 40%;
            right: -5px;
            z-index: 99; }
          .section-about .about-left .about-container .timeline ul .job span {
            display: block;
            font-size: 12px;
            padding: 2px 0px;
            font-weight: bold; }
          .section-about .about-left .about-container .timeline ul .job .company {
            letter-spacing: 3px; }
          .section-about .about-left .about-container .timeline ul .job .office {
            background: #fff;
            color: #000;
            letter-spacing: 2.7px;
            text-transform: uppercase; }
          .section-about .about-left .about-container .timeline ul .job .years {
            background: #000;
            position: absolute;
            top: 16%;
            right: -95%;
            padding: 2px 5px;
            font-size: 30px;
            letter-spacing: 2.5px;
            font-family: "Morganite-ExtraLight";
            font-weight: 400; }
  .section-about .about-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 35%;
    height: 100%;
    z-index: 1; }
    .section-about .about-right .bg-image {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(src/assets/image/about/img-about-268c8965.jpg);
      background-size: cover; }
  .section-about .next {
    width: 80% !important;
    left: 10%;
    text-align: center;
    margin-top: 40px !important;
    padding: 0px 0px !important;
    background-color: 0; }
    .section-about .next .job:before {
      display: none; }
    .section-about .next .job .icon-message {
      font-size: 26px;
      background: #000;
      border-radius: 30px;
      padding: 10px; }
    .section-about .next .job a {
      font-size: 12px !important;
      display: block;
      color: #fff !important;
      background: #000 !important;
      text-decoration: none;
      padding: 10px;
      border-radius: 30px; }
      .section-about .next .job a:hover {
        color: #000 !important;
        background: #fff !important;
        font-weight: bold; }

@media (max-width: 1120px) {
  .description-container .since-text {
    display: none; } }

@media (max-width: 1025px) {
  .section-about .about-left .about-container {
    width: 660px; }
    .section-about .about-left .about-container .description-container {
      width: 360px; } }

@media (max-width: 880px) {
  .section-about .about-left {
    width: 100%; }
    .section-about .about-left .about-container {
      right: calc(50% - 330px); }
  .section-about .about-right {
    display: none; } }

@media (max-width: 731px) {
  .section-about {
    position: relative; }
    .section-about .about-left {
      position: relative;
      background: none; }
      .section-about .about-left .about-container {
        width: auto;
        display: block;
        padding: 30px 15px;
        right: auto;
        height: auto;
        position: relative;
        top: 0; }
        .section-about .about-left .about-container .description-container {
          width: auto; }
        .section-about .about-left .about-container .timeline {
          padding: 50px 0 20px 0;
          width: auto;
          background: #000; }
          .section-about .about-left .about-container .timeline ul {
            width: 250px;
            margin: 0 auto; }
        .section-about .about-left .about-container .next .job a {
          background: #fff !important;
          color: black !important;
          font-weight: 700; } }

.section-skills {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%; }

.section-skills .container-section {
  display: flex;
  align-self: center;
  width: 100%; }
  .section-skills .container-section .motion-title {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute; }
  .section-skills .container-section .back-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    position: relative; }
    .section-skills .container-section .back-container h2 {
      transform: rotate(-90deg);
      position: absolute;
      top: 147px;
      right: -36px;
      letter-spacing: 14px;
      width: 190px; }
    .section-skills .container-section .back-container li {
      width: 280px;
      margin-bottom: 25px;
      margin-right: 0px; }
      .section-skills .container-section .back-container li h4 {
        text-align: right;
        color: #fff;
        font-family: "Morganite-Light";
        font-size: 32px;
        margin: 0;
        padding: 10px 0;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: bold; }
    .section-skills .container-section .back-container ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      /* justify-content: flex-end; */
      align-items: flex-end; }
      .section-skills .container-section .back-container ul li:nth-child(1) {
        margin-right: 60px !important; }
        .section-skills .container-section .back-container ul li:nth-child(1) .parcent-count {
          width: 60%; }
      .section-skills .container-section .back-container ul li:nth-child(2) {
        margin-right: 172px; }
        .section-skills .container-section .back-container ul li:nth-child(2) .parcent-count {
          width: 45%; }
      .section-skills .container-section .back-container ul li:nth-child(3) {
        margin-right: 162px; }
        .section-skills .container-section .back-container ul li:nth-child(3) .parcent-count {
          width: 70%; }
      .section-skills .container-section .back-container ul li:nth-child(4) {
        margin-right: 140px; }
        .section-skills .container-section .back-container ul li:nth-child(4) .parcent-count {
          width: 70%; }
      .section-skills .container-section .back-container ul li:nth-child(5) {
        margin-right: 80px; }
        .section-skills .container-section .back-container ul li:nth-child(5) .parcent-count {
          width: 40%; }
  .section-skills .container-section .front-container {
    flex-grow: 1;
    width: 50%;
    position: relative; }
    .section-skills .container-section .front-container h2 {
      position: absolute;
      left: -35px;
      transform: rotate(90deg);
      top: 147px;
      letter-spacing: 3px; }
    .section-skills .container-section .front-container ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      flex-direction: column;
      /* justify-content: flex-end; */
      align-items: flex-start; }
      .section-skills .container-section .front-container ul li:nth-child(1) {
        margin-left: 60px !important; }
        .section-skills .container-section .front-container ul li:nth-child(1) .parcent-count {
          width: 90%; }
      .section-skills .container-section .front-container ul li:nth-child(2) {
        margin-left: 172px; }
      .section-skills .container-section .front-container ul li:nth-child(3) {
        margin-left: 162px; }
        .section-skills .container-section .front-container ul li:nth-child(3) .parcent-count {
          width: 70%; }
      .section-skills .container-section .front-container ul li:nth-child(4) {
        margin-left: 140px; }
        .section-skills .container-section .front-container ul li:nth-child(4) .parcent-count {
          width: 70%; }
      .section-skills .container-section .front-container ul li:nth-child(5) {
        margin-left: 80px; }
        .section-skills .container-section .front-container ul li:nth-child(5) .parcent-count {
          width: 70%; }
    .section-skills .container-section .front-container li {
      width: 280px;
      margin-bottom: 25px;
      margin-right: 0px; }
      .section-skills .container-section .front-container li h4 {
        text-align: left;
        color: #fff;
        font-family: "Morganite-Light";
        font-size: 32px;
        margin: 0;
        padding: 10px 0;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: bold; }
      .section-skills .container-section .front-container li .parcent-count {
        left: 0;
        background-image: linear-gradient(to right, #2641fe, #fc009d); }
  .section-skills .container-section h2 {
    font-family: "Morganite-Black";
    font-size: 140px;
    margin: 0;
    padding: 0;
    color: white;
    line-height: 100px; }
  .section-skills .container-section .percent {
    height: 7px;
    overflow: hidden;
    position: relative;
    border-radius: 15px; }
    .section-skills .container-section .percent .parcent-count {
      position: absolute;
      right: 0;
      border-radius: 15px;
      width: 90%;
      height: 100%;
      background-image: linear-gradient(to right, #fc009d, #2641fe);
      z-index: 2; }
    .section-skills .container-section .percent .parcent-background {
      background-color: #b7b7b7;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0.3; }

@media (max-width: 940px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .section-skills .container-section .back-container li {
    width: 230px; }
  .section-skills .container-section .front-container li {
    width: 230px; } }

@media (max-width: 801px) {
  .section-skills .container-section {
    width: auto;
    padding: 30px 15px;
    display: block;
    align-self: auto; }
    .section-skills .container-section .back-container, .section-skills .container-section .front-container {
      display: block;
      width: 100%; }
      .section-skills .container-section .back-container h2, .section-skills .container-section .front-container h2 {
        transform: rotate(0deg);
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        font-size: 70px;
        letter-spacing: normal;
        line-height: normal; }
      .section-skills .container-section .back-container ul, .section-skills .container-section .front-container ul {
        align-items: flex-start;
        width: 95%;
        margin: 0 auto;
        padding: 20px 0; }
        .section-skills .container-section .back-container ul li:nth-child(1), .section-skills .container-section .front-container ul li:nth-child(1) {
          margin-left: 0px !important; }
        .section-skills .container-section .back-container ul li:nth-child(2), .section-skills .container-section .front-container ul li:nth-child(2) {
          margin-left: 0px; }
        .section-skills .container-section .back-container ul li:nth-child(3), .section-skills .container-section .front-container ul li:nth-child(3) {
          margin-left: 0px; }
        .section-skills .container-section .back-container ul li:nth-child(4), .section-skills .container-section .front-container ul li:nth-child(4) {
          margin-left: 0px; }
        .section-skills .container-section .back-container ul li:nth-child(5), .section-skills .container-section .front-container ul li:nth-child(5) {
          margin-left: 0px; }
        .section-skills .container-section .back-container ul li, .section-skills .container-section .front-container ul li {
          margin-left: 0px !important;
          width: 100%; }
          .section-skills .container-section .back-container ul li h4, .section-skills .container-section .front-container ul li h4 {
            text-align: left; }
    .section-skills .container-section .percent .parcent-count {
      left: 0;
      background-image: linear-gradient(to left, #fc009d, #2641fe); } }

@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */ }

@media (min-width: 320px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }

@media (min-width: 480px) {
  /* smartphones, Android phones, landscape iPhone */ }

@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }

@media (min-width: 801px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */ }

@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */ }

@media (min-width: 1281px) {
  /* hi-res laptops and desktops */ }


.section-contact {
  display: flex;
  width: 100%;
  align-self: center;
  height: inherit; }
  .section-contact .layer-transparent {
    background-size: cover;
    position: fixed;
    width: 65%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: white; }
  .section-contact .container-section {
    position: relative;
    color: #fff;
    z-index: 2;
    width: 100%;
    align-self: center;
    height: 380px; }
    .section-contact .container-section .right-container {
      width: 65%;
      height: 100%;
      position: fixed;
      top: 0;
      right: 0; }
      .section-contact .container-section .right-container .contact-container {
        left: 80px;
        height: 500px;
        position: absolute;
        top: 25%;
        justify-content: space-between; }
    .section-contact .container-section .left-container {
      position: fixed;
      width: 35%;
      height: 100%;
      left: 0;
      top: 0; }
      .section-contact .container-section .left-container .bg-image {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        background: white url(src/assets/image/contato/bg-contato-90fe09a8.jpg) no-repeat;
        background-size: cover; }
    .section-contact .container-section h2 {
      font-size: 36px;
      padding: 0;
      margin: 0;
      line-height: 50px; }
      .section-contact .container-section h2 span {
        font-size: 24px;
        display: block; }
  .section-contact ul {
    margin: 40pxs 0 0 0;
    padding: 0;
    list-style: none; }
    .section-contact ul li {
      width: 100%;
      display: block;
      padding: 10px 0; }
      .section-contact ul li a {
        text-decoration: none;
        color: #fff;
        font-weight: bold;
        font-size: 18px; }
      .section-contact ul li .icon {
        font-size: 18px;
        line-height: 30px; }
      .section-contact ul li span {
        display: block;
        font-size: 12px; }

.section-contact.blackColor .container-section,
.section-contact.blackColor ul li a {
  color: #000; }

@media (max-width: 801px) {
  .section-contact {
    display: block; }
    .section-contact .layer-transparent {
      width: 100%; }
    .section-contact .container-section {
      height: auto; }
      .section-contact .container-section .right-container {
        width: auto;
        display: block;
        position: relative; }
        .section-contact .container-section .right-container .contact-container {
          width: auto;
          display: block;
          padding: 30px 15px;
          right: auto;
          height: auto;
          position: relative;
          top: 0;
          left: 0; }
    .section-contact .left-container {
      display: none; }
    .section-contact ul li {
      padding: 10px 0; } }

@font-face {
  font-family: 'Morganite-SemiBoldItalic';
  src: url("/src/assets/fonts/morganite/Morganite-SemiBoldItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-ThinItalic';
  src: url("/src/assets/fonts/morganite/Morganite-ThinItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-Bold';
  src: url("/src/assets/fonts/morganite/Morganite-Bold.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-Bold.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-Thin';
  src: url("/src/assets/fonts/morganite/Morganite-Thin.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-Thin.woff") format("woff");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-ExtraBold';
  src: url("/src/assets/fonts/morganite/Morganite-ExtraBold.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-MediumItalic';
  src: url("/src/assets/fonts/morganite/Morganite-MediumItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-ExtraLightItalic';
  src: url("/src/assets/fonts/morganite/Morganite-ExtraLightItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-BoldItalic';
  src: url("/src/assets/fonts/morganite/Morganite-BoldItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-Medium';
  src: url("/src/assets/fonts/morganite/Morganite-Medium.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-Medium.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-Black';
  src: url("/src/assets/fonts/morganite/Morganite-Black.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-Black.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-BookItalic';
  src: url("/src/assets/fonts/morganite/Morganite-BookItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-ExtraLight';
  src: url("/src/assets/fonts/morganite/Morganite-ExtraLight.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-SemiBold';
  src: url("/src/assets/fonts/morganite/Morganite-SemiBold.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-BlackItalic';
  src: url("/src/assets/fonts/morganite/Morganite-BlackItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-LightItalic';
  src: url("/src/assets/fonts/morganite/Morganite-LightItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-Book';
  src: url("/src/assets/fonts/morganite/Morganite-Book.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-Book.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-ExtraBoldItali';
  src: url("/src/assets/fonts/morganite/Morganite-ExtraBoldItalic.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Morganite-Light';
  src: url("/src/assets/fonts/morganite/Morganite-Light.woff2") format("woff2"), url("/src/assets/fonts/morganite/Morganite-Light.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

html {
  width: 100%;
  height: 100%;
  background-color: black; }

body {
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%; }

.loading {
  z-index: 99999;
  width: 100%;
  height: 100%;
  position: fixed;
  background: black;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  .loading svg {
    align-self: center; }

.full-screen {
  height: 100%; }

.appflex {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .appflex .wrapper {
    flex-grow: 1;
    flex-basis: auto; }
    .appflex .wrapper .container {
      height: 100%; }

.container {
  margin: 0 auto;
  max-width: 1200px; }

.layer-particle {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: black;
  position: fixed; }

#tsparticles {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }


/*# sourceMappingURL=main.css.map*/