@import url("https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap");
* {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 250px) {
  h1 {
    font-family: 'Lato';
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.04em;
    -webkit-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
  }
}

.containerflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.containerflex .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.containerflex .box .title {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.containerflex .box .title .block {
  width: 0%;
  height: inherit;
  background: #F76F63;
  position: absolute;
  -webkit-animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .containerflex .box .title h1 {
    font-family: 'Lato';
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 0.04em;
    -webkit-animation: mainFadeIn 2s forwards;
    animation: mainFadeIn 2s forwards;
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
    line-height: 48px;
  }
  .containerflex .box .title h1 span {
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #F76F63;
    -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    margin-left: 5px;
    margin-top: -10px;
    position: absolute;
    bottom: 13px;
    right: -12px;
  }
}

.containerflex .box .role {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-top: 10px;
}

.containerflex .box .role .block {
  width: 0%;
  height: inherit;
  background: #F76F63;
  position: absolute;
  -webkit-animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.containerflex .box .role p {
  -webkit-animation: secFadeIn 2s forwards;
          animation: secFadeIn 2s forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  opacity: 0;
  font-weight: 600;
  font-family: 'Lato';
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.containerflex .role2 {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-top: 10px;
}

.containerflex .role2 .block {
  width: 0%;
  height: inherit;
  background: #F76F63;
  position: absolute;
  -webkit-animation: thirdBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
          animation: thirdBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.containerflex .role2 p {
  -webkit-animation: thirdFadeIn 2s forwards;
          animation: thirdFadeIn 2s forwards;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  opacity: 0;
  font-weight: 600;
  font-family: 'Lato';
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.work {
  -webkit-animation: thirdFadeIn 2s forwards;
          animation: thirdFadeIn 2s forwards;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  opacity: 0;
}

.navanim {
  -webkit-animation: thirdFadeIn 2s forwards;
          animation: thirdFadeIn 2s forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
}

.navanim2 {
  -webkit-animation: navfadein 2s forwards;
          animation: navfadein 2s forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
}

.navanim3 {
  -webkit-animation: navfadein 2s forwards;
          animation: navfadein 2s forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}

.navanim4 {
  -webkit-animation: navfadein 2s forwards;
          animation: navfadein 2s forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}

.navanim5 {
  -webkit-animation: navfadein 2s forwards;
          animation: navfadein 2s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.navanimsideright {
  -webkit-animation: navfadeinsideright 2s forwards;
          animation: navfadeinsideright 2s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.navanimsideleft {
  -webkit-animation: navfadeinsideleft 2s forwards;
          animation: navfadeinsideleft 2s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

@-webkit-keyframes navfadein {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes navfadein {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes navfadeinsideright {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes navfadeinsideright {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes navfadeinsideleft {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes navfadeinsideleft {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes secBlock {
  0% {
    width: 0%;
    right: 0;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes secBlock {
  0% {
    width: 0%;
    right: 0;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@-webkit-keyframes thirdBlock {
  0% {
    width: 0%;
    rih: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes thirdBlock {
  0% {
    width: 0%;
    rih: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@-webkit-keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes thirdFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes thirdFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes work {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes work {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes top {
  0% {
    opacity: 0;
    bottom: -80px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes top {
  0% {
    opacity: 0;
    bottom: -80px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@-webkit-keyframes icon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-2deg);
            transform: scale(1.3) rotate(-2deg);
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

@keyframes icon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.3) rotate(-2deg);
            transform: scale(1.3) rotate(-2deg);
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}

.secondaryfont {
  font-weight: 400;
  font-family: 'Lato';
}
/*# sourceMappingURL=style.css.map */