.macbook {
  width: 524px;
  height: 329px;
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -261px;
  border-radius: 3px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .macbook-screenshots {
    width: 400px;
    height: 302px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 30px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: load ease-in-out;
            animation: load ease-in-out;
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .macbook-screenshot {
    position: absolute;
    top: -144px;
    left: 50%;
    width: 800px;
    height: 576px;
    background-repeat: no-repeat;
    border-radius: 5px;
    cursor: -webkit-zoom-in;
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
    transition: opacity ease .3s, -webkit-transform ease .3s; }
  .macbook-screenshotZoomed {
    z-index: 8;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1); }
  .macbook-screenshot {
    background-image: url(https://cdn.getforge.com/hammerformac.com/1548938429/assets/images/screen.png);
    background-size: contain; }
  .macbook-appleIcon {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 42px; }
  .macbook-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    border-radius: 3px;
    overflow: hidden;
    opacity: 1;
    background: #0E0E0E;
    z-index: 11;
    -webkit-animation: screen;
            animation: screen;
    -webkit-animation-delay: 6s;
            animation-delay: 6s;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
  .macbook-progressBar {
    width: 93px;
    height: 4px;
    position: absolute;
    top: 63%;
    background: #636262;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 100px;
    overflow: hidden; }
  .macbook-progressBarLine {
    width: 0%;
    height: 100%;
    background: #B5B5B5;
    -webkit-animation: progressBar ease;
            animation: progressBar ease;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }

@media only screen and (max-width: 768px) {
  .macbook {
    display: none; } }
@-webkit-keyframes load {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    z-index: 1; }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 12; } }
@keyframes load {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    z-index: 1; }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 12; } }
@-webkit-keyframes progressBar {
  0% {
    width: 0%; }
  25% {
    width: 25%; }
  38% {
    width: 48%; }
  78% {
    width: 70%; }
  90% {
    width: 91%; }
  100% {
    width: 100%; } }
@keyframes progressBar {
  0% {
    width: 0%; }
  25% {
    width: 25%; }
  38% {
    width: 48%; }
  78% {
    width: 70%; }
  90% {
    width: 91%; }
  100% {
    width: 100%; } }
@-webkit-keyframes screen {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes screen {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/*# sourceMappingURL=macbook.css.map */