html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'minion3-regular';
  src: url("../fonts/minion/minion3-regular-webfont.woff2") format("woff2"), url("../fonts/minion/minion3-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ZonaPro-Light";
  src: url("../fonts/zona/ZonaProLight/font.woff2") format("woff2"), url("../fonts/zona/ZonaProLight/font.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "ZonaPro-Hairline";
  src: url("../fonts/zona/ZonaProHairline/font.woff2") format("woff2"), url("../fonts/zona/ZonaProHairline/font.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* COLORS */
/* FONTS */
/* DESKTOP */
@keyframes steam-1 {
  0% {
    stroke-dashoffset: -110; }
  25% {
    stroke-dashoffset: 0; }
  50%, 100% {
    stroke-dashoffset: 110; } }
@keyframes steam-2 {
  0% {
    stroke-dashoffset: -110; }
  25% {
    stroke-dashoffset: 0; }
  50%, 100% {
    stroke-dashoffset: 110; } }
@keyframes logo {
  0% {
    bottom: 400px;
    right: 645px; }
  25% {
    bottom: 164px;
    right: 225px; }
  50% {
    bottom: 315px;
    right: 3px; }
  75% {
    bottom: 476px;
    right: 415px; }
  100% {
    bottom: 400px;
    right: 645px; } }
@keyframes show-top {
  0% {
    margin-top: 0%; }
  100% {
    margin-top: calc(60vh - 390px); } }
@keyframes show-top-mobile {
  0% {
    margin-top: 0%; }
  100% {
    margin-top: calc(60vh - 266px); } }
@keyframes show-bottom {
  0% {
    margin-top: 50%; }
  100% {
    margin-top: calc(60vh - 390px); } }
@keyframes woman {
  0% {
    left: 295px; }
  50% {
    transform: translateX(25px); }
  100% {
    left: 295px; } }
@keyframes happy {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 100%; } }
@keyframes happy-reverse {
  0% {
    background-position: 0 100%; }
  100% {
    background-position: 0 0%; } }
@keyframes show-bubble {
  0% {
    left: 420px;
    transform: rotate(20deg); }
  100% {
    left: 360px;
    transform: rotate(0deg); } }
@keyframes hide-bubble {
  0% {
    left: 360px;
    transform: rotate(0deg); }
  80% {
    left: 420px;
    transform: rotate(20deg); }
  100% {
    opacity: 0; } }
@keyframes wave {
  0% {
    margin-left: 0; }
  100% {
    margin-left: -1600px; } }
@keyframes cat {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 calc(100% + 23px); } }
@keyframes spin {
  100% {
    transform: rotate(360deg); } }
@keyframes moveLeft {
  0% {
    transform: rotate(0deg) translateY(3px); }
  50% {
    transform: rotate(-2deg) translateY(3px); }
  100% {
    transform: rotate(0deg) translateY(3px); } }
@keyframes moveRight {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(3deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes type3 {
  0% {
    width: 0; }
  1% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes mug {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 calc(100% + 15px ); } }
@keyframes mug-reverse {
  0% {
    background-position: 0 calc(100% + 15px ); }
  100% {
    background-position: 0 0; } }
@keyframes blink1 {
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes blink2 {
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes blink3 {
  25% {
    opacity: 0; }
  50% {
    opacity: 0; }
  75% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* LARGE */
@keyframes woman1 {
  0% {
    left: 135px; }
  100% {
    transform: scale(0.7) translateX(30px); } }
@keyframes show-bubble1 {
  0% {
    left: 290px;
    transform: rotate(20deg); }
  100% {
    left: 230px;
    transform: rotate(0deg); } }
@keyframes hide-bubble1 {
  0% {
    left: 230px;
    transform: rotate(0deg); }
  80% {
    left: 290px;
    transform: rotate(20deg); }
  100% {
    opacity: 0; } }
@keyframes mug1 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 calc(100% + 17px ); } }
/* TABLET */
@keyframes woman2 {
  0% {
    left: 5px; }
  100% {
    left: 25px; } }
@keyframes show-bubble2 {
  0% {
    left: 155px;
    transform: rotate(20deg); }
  100% {
    left: 95px;
    transform: rotate(0deg); } }
@keyframes show-bubble3 {
  0% {
    left: 185px;
    transform: rotate(20deg); }
  100% {
    left: 125px;
    transform: rotate(0deg); } }
@keyframes hide-bubble2 {
  0% {
    left: 95px;
    transform: rotate(0deg); }
  80% {
    left: 155px;
    transform: rotate(20deg); }
  100% {
    opacity: 0; } }
@keyframes hide-bubble3 {
  0% {
    left: 150px;
    transform: rotate(0deg); }
  80% {
    left: 185px;
    transform: rotate(20deg); }
  100% {
    opacity: 0; } }
@keyframes mug2 {
  0% {
    background-position: 0 2px; }
  100% {
    background-position: 0 calc(100% + 16px ); } }
/* MOBILE */
@keyframes woman3 {
  0% {
    left: -280px; }
  100% {
    left: -290px; } }
body {
  background: #161616;
  box-sizing: border-box;
  overflow: hidden; }

a {
  text-decoration: none; }

button {
  outline: none;
  border: none; }

/*
  MODAL
*/
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2.5px); }
  .modal.active {
    display: block; }
    .modal.active .modal-content {
      animation: show-top 0.6s ease-out; }

.modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.modal-content {
  position: relative;
  margin: calc(60vh - 390px) auto 0;
  /* 15% from the top and centered */
  border: 1px solid #fff;
  width: 690px;
  height: 390px;
  color: #fff;
  transition: all 3s ease; }
  .modal-content.village, .modal-content.plant {
    background: #161616; }

.modal-content.village {
  background-image: url(../images/Postcard_Back_with_Village.gif);
  width: 825px;
  height: 458px;
  border: none;
}

.modal-header {
  border-bottom: 1px solid #fff;
  padding: 5px 15px;
  overflow: hidden; }

.close {
  cursor: pointer;
  color: #fff;
  float: right;
  font-size: 28px; }

/*
  LINES
*/
.line1,
.line2,
.line3 {
  background-color: #707070;
  width: 100%;
  height: 1px;
  position: absolute; }

.line1 {
  bottom: 54px; }

.line2 {
  bottom: 90px; }

.line3 {
  bottom: 443px; }

#main {
  max-width: 1640px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 72px; }
  #main.active {
    filter: saturate(10%); }

/*
  MAIN MENU
*/
#menu-trigger {
  display: none; }

.menu {
  position: relative;
  left: 8%;
  font-family: 'minion3-regular'; }
  .menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: -90px;
    width: 66px;
    height: 66px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2266%22%20height%3D%2266%22%20viewBox%3D%220%200%2066%2066%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M62.3%203.10999V62.44H2.97%22%20stroke%3D%22%235556E5%22%20stroke-width%3D%227%22%20stroke-miterlimit%3D%2210%22%2F%3E%0A%3Cpath%20d%3D%22M62.3%2062.44L2.97%203.10999%22%20stroke%3D%22%235556E5%22%20stroke-width%3D%227%22%20stroke-miterlimit%3D%2210%22%2F%3E%0A%3C%2Fsvg%3E%0A"); }
  .menu .social,
  .menu .contact {
    font-size: 4em;
    font-family: inherit;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer; }
  .menu .social {
    margin-top: 5%; }
  .menu a,
  .menu button {
    color: #e8e8e8; }
    .menu a:hover, .menu a:active
    .menu a.active,
    .menu button:hover,
    .menu button:active
    .menu a.active, .menu a:active
    .menu button.active,
    .menu button:active
    .menu button.active {
      color: #494ede; }

.inner-menu {
  opacity: 0;
  height: 0;
  transition: all 0.3s ease; }
  .inner-menu li {
    display: inline;
    position: relative;
    font-size: 1.4em; }
    .inner-menu li:not(:last-child) {
      padding-right: 25px; }
    .inner-menu li:not(:last-child):after {
      content: "\2737";
      position: absolute;
      top: 2px;
      right: 3px;
      color: #494ede; }
  .social.active + .inner-menu, .contact.active + .inner-menu {
    height: 30px;
    opacity: 1; }

/*
  OBJECTS
*/
.object {
  position: absolute;
  background-size: cover; }

#cat {
  cursor: pointer;
  bottom: 508px;
  left: 5%;
  width: 417px;
  height: 197px;
  background: no-repeat url("../images/cat_sprite.png") 0 0;
  background-size: cover; }
  #cat .cat-text1,
  #cat .cat-text2 {
    display: none;
    width: 600px;
    color: #e8e8e8;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: "ZonaPro-Light";
    transition: opacity 0.3s ease;
    text-align: left;
    position: relative;
    top: -120px;
    right: 0; /*right: -220px;*/ }
    #cat .cat-text1.active,
    #cat .cat-text2.active {
      display: block; }
  #cat.active {
    animation: cat 2.5s steps(18); }

#cat.paused {
  animation-play-state: paused;
}

#note-mobile,
#window {
  display: none; }

#cup {
  cursor: pointer;
  bottom: 358px;
  left: 0;
  width: 146px;
  height: 121px;
  z-index: 2;
  background: no-repeat url("../images/mug_sprite.png") 0 0;
  background-size: cover; }
  #cup.active {
    animation: mug 1s steps(11) forwards !important; }
  #cup.hidden {
    animation: mug-reverse 1s steps(11) forwards; }

#steam {
  bottom: 57px;
  position: absolute;
  left: 10px; }
  #steam .steam {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-miterlimit: 10; }
  #steam .steam-1 {
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    animation: 2s steam-1 linear infinite; }
  #steam .steam-2 {
    stroke-dasharray: 110;
    stroke-dashoffset: 110;
    animation: 2s steam-2 linear infinite 0.5s; }
  #steam.hidden {
    display: none; }

#notebook {
  bottom: 240px;
  left: 10%;
  background: no-repeat url("../images/notebook.png");
  width: 180px;
  height: 207px; }

#keys {
  bottom: 200px;
  left: 100px;
  background: no-repeat url("../images/keys.svg");
  width: 60px;
  height: 68px; }

#woman {
  bottom: 82px;
  left: 295px;
  background: no-repeat url("../images/woman.svg") 0 1px;
  background-size: cover;
  width: 647px;
  height: 558px;
  z-index: 2;
  animation: woman 5s linear infinite; }

#mouth {
  position: absolute;
  bottom: 364px;
  left: 410px;
  background: no-repeat url(../images/mouth_sprite.png) 0px 0px;
  background-size: cover;
  width: 25px;
  height: 25px;
  z-index: 3; }
  #mouth.active {
    animation: happy 0.6s steps(5) forwards !important; }
  #mouth.hidden {
    animation: happy-reverse 0.6s steps(5) forwards; }

#bubble-woman {
  opacity: 0;
  display: none;
  position: absolute;
  bottom: 550px;
  left: 360px;
  z-index: 3; }
  #bubble-woman.active {
    opacity: 1;
    display: block;
    animation: show-bubble 500ms ease-out; }
  #bubble-woman.hidden {
    opacity: 0;
    display: none;
    animation: hide-bubble 500ms forwards; }

.bubble {
  display: inline-block;
  width: 235px;
  height: 150px;
  color: #e8e8e8;
  background: #494ede;
  font-size: 18px;
  padding: 15px;
  box-sizing: border-box;
  font-family: "ZonaPro-Light";
  line-height: 1.5; }
  .bubble:after {
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 24px solid #494ede;
    border-left: 12px solid transparent;
    border-top: 12px solid #494ede;
    border-bottom: 20px solid transparent;
    left: 160px;
    bottom: -24px; }
  .bubble p.text-woman3 {
    margin-top: 10px; }
  .bubble p.text-woman2 {
    margin-top: -5px;
  }

#goodmorning {
  display: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-family: "ZonaPro-Hairline"; }
  #goodmorning.active {
    display: block; }
  #goodmorning span {
    display: block;
    background: no-repeat url("../images/x.svg");
    width: 9px;
    height: 9px;
    position: absolute;
    animation: spin 4s linear infinite; }
    #goodmorning span:first-of-type {
      top: 35px;
      left: 40px;
    }
    #goodmorning span:nth-of-type(2) {
      top: 35px;
      right: 40px;
    }
    #goodmorning span:nth-of-type(3) {
      bottom: 35px;
      right: 52px; }
    #goodmorning span:nth-of-type(4) {
      bottom: 35px;
      left: 47px; }

.morningStar {
  position: absolute;
  width: 11px;
  height: 11px;
  margin: 0;
  padding: 0;
  transform-origin: center center;
  line-height: 0;
  animation: zoomInZoomOut 2s linear infinite;
}
.morningStar img {
  animation: spin2 4s linear infinite;
  width: 11px;
  height: 11px;
  position: relative;
}
.star1 {
  top: 30px;
  left: 50px;
  animation: zoomInZoomOutHeartBeat 2s linear infinite;
}
.star2 {
  top: 15px;
  right: 40px;
  animation: zoomInZoomOutHeartBeat 2.2s linear infinite;
}
.star3 {
  bottom: 20px;
  right: 30px;
  left: auto;
  animation: zoomInZoomOutHeartBeat 2s linear infinite;
}
.star4 {
  bottom: 35px;
  left: 30px;
  animation: zoomInZoomOut 2.5s linear infinite;
}
#goodmorning p {
  animation: zoomInZoomOut .5s linear;
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoomInZoomOutHeartBeat {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.2, 1.2);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes zoomInZoomOut {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

#monitor {
  bottom: 470px;
  right: 182px;
  background: no-repeat url("../images/monitor.svg");
  width: 739px;
  height: 524px;
  overflow: hidden; }

#headphones {
  display: block;
  bottom: 787px;
  right: 845px;
  background: no-repeat url("../images/headphones.svg");
  width: 95px;
  height: 212px;
  z-index: 36; }

#shine {
  display: none;
  position: absolute;
  bottom: 200px;
  right: 425px;
  background: no-repeat url("../images/monitor/shine.svg");
  width: 361px;
  height: 360px;
  z-index: 35; }
  #shine.active {
    display: block; }

#offer {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 315px;
  left: 135px;
  background: no-repeat url("../images/monitor/offer.gif");
  width: 250px;
  height: 168px;
  z-index: 31; }
  #offer.active {
    display: block; }

#moon {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 220px;
  left: 380px;
  background: no-repeat url("../images/monitor/moon_.svg");
  background-size: 250px;
  width: 250px;
  height: 168px;
  z-index: 30; }
  #moon.active {
    display: block; }

#cat-video {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 170px;
  left: 195px;
  background: no-repeat url("../images/monitor/cat-video.gif");
  width: 250px;
  height: 180px;
  z-index: 32; }
  #cat-video.active {
    display: block; }

#congratulations {
  display: none;
  cursor: pointer;
  position: absolute;
  bottom: 315px;
  left: 430px;
  background: no-repeat url("../images/monitor/congratulations.gif");
  width: 250px;
  height: 168px;
  z-index: 31; }
  #congratulations.active {
    display: block; }

#screen {
  display: none;
  position: relative;
  bottom: 0px;
  right: -1px;
  background: no-repeat url("../images/screen.svg");
  width: 737px;
  height: 364px;
  z-index: 26; }
  #screen.active {
    display: block; }

#logo {
  display: none;
  position: absolute;
  bottom: 400px;
  right: 645px;
  background: no-repeat url("../images/jetdrops.svg");
  width: 90px;
  height: 47px;
  z-index: 27; }
  #logo.active {
    display: block;
    animation: logo 40s linear infinite; }

#postcard {
  bottom: 502px;
  right: 710px;
  background: no-repeat url(../images/Postcard_v03.svg);
  width: 176px;
  height: 123px;
  transform: rotate(4deg);
  cursor: pointer;
  z-index: 3; }

#note {
  position: absolute;
  bottom: 887px;
  right: 8%;
  width: 111px;
  height: 116px;
  background-color: #868bd1;
  color: #e8e8e8;
  text-align: center;
  font-family: "ZonaPro-Hairline";
  font-size: 23px;
  padding-top: 15px;
  box-sizing: border-box;
  transform: rotate(-15deg);
  z-index: 200; }

#star {
  position: relative;
  bottom: -4px;
  right: -33px;
  width: 45px;
  height: 45px;
  animation: spin 8s linear infinite;
  background: no-repeat url(../images/star.svg);
  z-index: 201; }

#keyboard {
  bottom: 230px;
  left: 53%;
  background: no-repeat url(../images/keyboard.png);
  width: 441px;
  height: 190px; }

#mouse {
  cursor: pointer;
  bottom: 338px;
  right: 11%;
  background: no-repeat url(../images/mouse.png);
  width: 71px;
  height: 103px; }

#glasses {
  bottom: 215px;
  right: 9%;
  background: no-repeat url(../images/glasses.png);
  width: 136px;
  height: 85px; }

.vase-left {
  position: relative;
  animation: moveLeft 6.4s ease-in-out infinite; }

.vase-right {
  position: relative;
  transform-origin: -30% 0%;
  animation: moveRight 7.4s ease-in-out infinite; }

.vase {
  bottom: 420px;
  right: 0;
  width: 218px;
  height: 455px;
  cursor: pointer;
  z-index: 100; }
  .vase:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 35px;
    width: 132px;
    height: 39px;
    background: no-repeat url("../images/masks/vase.png"); }

#phone {
  bottom: 74px;
  right: 0;
  width: 123px;
  height: 300px; }

#svg-phone .thunder {
  animation: blink1 2.5s ease infinite; }

#svg-phone .left-small,
#svg-phone .right-small {
  opacity: 0;
  animation: blink2 2.5s ease infinite; }

#svg-phone .left-big,
#svg-phone .right-big {
  opacity: 0;
  animation: blink3 2.5s ease infinite; }

/*
  MODALS
*/
#modal-postcard .modal-body {
  align-items: flex-start;
  align-items: stretch; }
#modal-postcard .modal-content:before {
  content: " ";
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #999; }
#modal-postcard.active .modal-content {
  animation: show-bottom 1.5s ease-out;
  margin-top: calc(60vh - 390px); }
#modal-postcard .postcard-left {
  width: 54%;
  box-sizing: border-box;
  margin: 30px 0;
  padding: 0 60px;
  text-align: center; }
  #modal-postcard .postcard-left h2 {
    font-size: 32px;
    text-transform: uppercase; }
  #modal-postcard .postcard-left span {
    font-family: "ZonaPro-Light";
    font-size: 14px;
    line-height: 30px; }
  #modal-postcard .postcard-left img {
    margin: 20px 0 0 -10px;
    width: 280px; }
#modal-postcard .postcard-right {
  width: 47%;
  margin: 30px 0;
  padding: 0 65px 0 3px;
  box-sizing: border-box; }
  #modal-postcard .postcard-right .rectangle {
    float: right;
    border: 1px solid #e8e8e8;
    width: 60px;
    height: 80px; }
  #modal-postcard .postcard-right p {
    position: absolute;
    top: 236px;
    width: 240px;
    line-height: 31px;
    font-family: "ZonaPro-Light"; }
    #modal-postcard .postcard-right p:nth-of-type(2) {
      top: 296px; }
  #modal-postcard .postcard-right hr {
    margin-bottom: 30px; }
    #modal-postcard .postcard-right hr:first-of-type {
      margin-top: 160px; }

#vase-modal .plant-text {
  width: 310px;
  padding-left: 40px;
  color: #fff;
  font-family: "ZonaPro-Light";
  line-height: 1.5; }
#vase-modal .plant-container {
  width: 225px;
  height: 300px;
  margin: 20px 40px 20px 0;
  border: 1px solid #fff;
  border-radius: 50% 50% 0 0; }
  #vase-modal .plant-container svg {
    height: 298px;
    margin-left: -15px; }

/*
  1220.....1640
*/
@media only screen and (min-width: 1220px) and (max-width: 1640px), (max-height: 1000px) {
  /*
    LINES
  */
  .line1 {
    bottom: 40px; }

  .line2 {
    bottom: 79px; }

  .line3 {
    bottom: 303px; }

  #main {
    max-width: 1220px;
    top: 25px; }

  /*
    MAIN MENU
  */
  .menu {
    left: 6%; }
    .menu:before {
      transform: scale(0.7);
      left: -80px; }
    .menu .social,
    .menu .contact {
      font-size: 2.6em; }
    .menu > li:nth-child(2) {
      padding-top: 10px; }

  .inner-menu li {
    font-size: 1.1em; }

  /*
    OBJECTS
  */
  .object {
    transform: scale(0.7); }

  #cat {
    bottom: 294px;
    left: 0%; }

  #cup {
    width: 148px;
    left: -21px;
    bottom: 180px; }

  #notebook {
    bottom: 105px;
    left: 10%; }

  #keys {
    bottom: 110px;
    left: 60px; }

  #woman {
    bottom: -50px;
    left: 155px;
    animation: woman1 3s alternate-reverse infinite; }

  #mouth {
    bottom: 363px;
    left: 410px; }

  #bubble-woman {
    bottom: 366px;
    left: 230px; }
    #bubble-woman.active {
      animation: show-bubble1 500ms ease-out; }
    #bubble-woman.hidden {
      animation: hide-bubble1 500ms forwards; }

  .bubble {
    width: 210px;
    font-size: 20px; }
    .bubble:after {
      border-right: 24px solid #494ede;
      border-left: 12px solid transparent;
      border-top: 12px solid #494ede; }

  #monitor {
    bottom: 215px;
    right: 20px; }

  #headphones {
    bottom: 483px;
    right: 580px; }

  #logo {
    bottom: 360px;
    right: 28px; }

  #postcard {
    transform: rotate(11deg) scale(0.7);
    bottom: 304px;
    right: 480px; }

  #note {
    bottom: 573px;
    right: 110px;
    transform: rotate(-15deg) scale(0.7); }

  #mouse {
    bottom: 210px;
    right: 12%; }

  #glasses {
    bottom: 114px;
    right: 8%; }

  #keyboard {
    bottom: 118px;
    left: 47%; }

  .vase {
    bottom: 195px;
    right: -32px; }

  #phone {
    bottom: -19px;
    right: -20px; } }
/*
  768.....1220
*/
@media only screen and (max-width: 1220px) {
  /*
    LINES
  */
  .line1 {
    bottom: 28px; }

  .line2 {
    bottom: 41px; }

  .line3 {
    bottom: 220px; }

  #main {
    max-width: 768px;
    top: 25px; }

  /*
    MAIN MENU
  */
  .menu {
    left: 7%; }
    .menu:before {
      transform: scale(0.5);
      left: -60px;
      top: -10px; }
    .menu .social,
    .menu .contact {
      font-size: 2.2em; }

  .inner-menu li {
    font-size: 1em; }

  /*
    OBJECTS
  */
  .object {
    transform: scale(0.5); }

  #cat {
    bottom: 192px;
    left: -50px; }

  #cup {
    bottom: 116px;
    left: -35px;
    background-position: 0 2px; }

  #notebook {
    bottom: 57px;
    left: 7%; }

  #keys {
    bottom: 65px;
    left: 35px; }

  #woman {
    bottom: -110px;
    left: 5px;
    animation: woman2 3s alternate-reverse infinite; }

  #mouth {
    bottom: 364px;
    left: 410px; }

  #bubble-woman {
    bottom: 285px;
    left: 95px; }
    #bubble-woman.active {
      animation: show-bubble2 500ms ease-out; }
    #bubble-woman.hidden {
      animation: hide-bubble2 500ms forwards; }

  .bubble {
    width: 210px;
    font-size: 15px;
  }
    .bubble:after {
      border-right: 24px solid #494ede;
      border-left: 12px solid transparent;
      border-top: 12px solid #494ede; }

  #monitor {
    bottom: 91px;
    right: -195px;
    transform: scale(0.46); }

  #headphones {
    bottom: 318px;
    right: 280px; }

  #logo {
    bottom: 420px;
    right: 295px; }

  #postcard {
    transform: rotate(11deg) scale(0.5);
    bottom: 220px;
    right: 205px; }

  #note {
    bottom: 390px;
    right: -8px;
    transform: rotate(-15deg) scale(0.7); }

  #star {
    width: 38px;
    right: -37px; }

  #mouse {
    bottom: 140px;
    right: 6%; }

  #glasses {
    display: none; }

  #keyboard {
    bottom: 60px;
    left: 41%; }

  .vase {
    display: none; }

  #phone {
    bottom: -50px;
    right: -30px; } }
/*
  ...768
*/
@media only screen and (max-width: 767px) {

  body {
    height: 100vh;
    /* mobile viewport bug fix */
    height: -webkit-fill-available;
  }

  html {
    height: -webkit-fill-available;
  }

  #main {
    top: 0;
    overflow: hidden; }

  /*
    MODAL
  */
  .modal-content {
    width: 90%;
    height: 330px; }

  /*
    MAIN MENU
  */
  .topThing {
    position: fixed;
    z-index: 199999;
    color: #aaa;
    top: calc(100px - 100vh);
    width: 100%;
    background: red;
  }
  .contentThing {
    height: calc(100vh - 100px);
  }
  .openingThing {
    height: 100px;
  }
  #menuContainer {
    position: fixed;
    color: #aaa;
    top: calc(120px - 100vh);
    border-bottom: 1px solid #707070;
    width: 100%;
    background: #161616;
    z-index: 1000;
    transition: all 0.9s ease;
  }
  #menuContainer.active {
    top: 0; }


  #menu-trigger {
    cursor: pointer;
    display: block;
    border-top: 1px solid #707070;
    width: 100%;
    background: transparent;
    height: 68px;
    z-index: 1001;
    position: relative;
    transition: all 0.9s ease; }
    #menu-trigger.active { }
      #menu-trigger.active .b-bun--top {
        top: 5px;
        transform: rotate(45deg); }
      #menu-trigger.active .b-bun--bottom {
        top: 5px;
        transform: rotate(-45deg); }

  .menu {
    background: #161616;
    width: 100%;
    height: calc(100vh - 140px);
    z-index: 1000;
    text-align: center;
    padding-top: 20px;
    transition: all 0.9s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    left: 0;  }
    .menu:before {
      display: none; }
    .menu.active {
      top: 0;
      height: calc(100vh - 170px);
    }
    .menu .social,
    .menu .contact {
      width: 25vh;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #707070;
      position: relative;
      z-index: 1002; }
    .menu .social.active + .inner-menu,
    .menu .contact.active + .inner-menu {
      height: 280px; }
    .menu .social.hide + .inner-menu,
    .menu .contact.hide + .inner-menu {
      height: 0 !important; }
    .menu .inner-menu-social {
      width: 25vh;
      border-bottom: 1px solid #707070;
      margin: 0 auto 15px;
      padding-bottom: 15px; }
    .menu .inner-menu li {
      display: block;
      padding: 20px 0;
      font-size: 1.8em; }
    .menu .inner-menu li:after {
      display: none; }

  .b-menu {
    width: 40px;
    margin: 0 auto;
    top: 30px;
    position: relative; }

  .b-bun {
    position: absolute;
    background: #494ede;
    transition: all 0.9s ease; }
    .b-bun--top {
      height: 1px;
      top: -10px;
      width: 40px; }
    .b-bun--bottom {
      height: 1px;
      top: 5px;
      width: 40px; }

  .logo-mobile {
    margin-bottom: 60px;
    background: #161616; }
    .logo-mobile a {
      display: block;
      background: no-repeat url("../images/jetdrops_white.svg");
      width: 90px;
      height: 47px;
      margin: 0 auto; }

  /*
    LINES
  */
  .line1 {
    display: none; }

  .line2 {
    bottom: 79px; }

  .line3 {
    bottom: 282px; }

  /*
    OBJECTS
  */
  #keys,
  #notebook,
  #phone,
  #star,
  #note {
    display: none; }

  #cat {
    bottom: auto;
    left: -82px;
    top: 103px;
    z-index: 5; }

  #window {
    display: block;
    top: -102px;
    left: -150px;
    background: no-repeat url("../images/window.png");
    width: 600px;
    height: 508px; }

  #note-mobile {
    display: block;
    top: 15px;
    left: 45%;
    background: no-repeat url("../images/note.png");
    width: 240px;
    height: 250px;
    color: #e8e8e8;
    text-align: center;
    font-family: "ZonaPro-Hairline";
    font-size: 28px;
    padding-top: 70px;
    box-sizing: border-box; }
    #note-mobile span {
      transform: rotate(-6deg);
      display: block;
      position: relative;
      left: -8px; }

  #cup {
    right: -37px;
    left: auto;
    bottom: 185px;
    z-index: 100; }

  #woman {
    left: -280px;
    animation: woman3 3s alternate-reverse infinite;
    background-position: 0 3px;
    bottom: -158px;
    z-index: 30; }

  #mouth {
    bottom: 362px;
    left: 410px; }

  #bubble-woman {
    z-index: 40;
    bottom: 250px;
    left: 125px; }
    #bubble-woman.active {
      animation: show-bubble3 500ms ease-out; }
    #bubble-woman.hidden {
      animation: hide-bubble3 500ms forwards; }

  .bubble:after {
    border: 21px solid transparent;
    border-right-color: #494ede;
    border-left: 0;
    border-bottom: 0;
    left: -20px;
    bottom: 65px; }

  #monitor {
    right: -191px;
    bottom: 80px;
    z-index: 25; }

  #headphones {
    bottom: 307px;
    right: 285px; }

  #keyboard {
    left: -3%;
    bottom: 76px;
    transform: scale(0.4); }

  #postcard {
    bottom: 198px;
    right: 50px;
    z-index: 36;
    transform: rotate(0) scale(0.6); }

  #note {
    bottom: auto;
    top: 10px; }

  #star {
    bottom: auto;
    top: 70px; }

  #mouse {
    bottom: 110px;
    right: 3%; }

  /*
    MODALS
  */

  .modal.active .modal-content {
    animation: show-top-mobile 0.6s ease-out; }
  #modal-postcard .postcard-left {
    display: none; }
  #modal-postcard .postcard-right {
    width: 100%; } }
/*@media only screen and (max-width: 767px) and (max-height: 720px) {
  #cat,
  #window,
  #postcard {
    display: none; } }
@media only screen and (max-width: 767px) and (max-height: 600px) {
  #note-mobile,
  #mouse {
    display: none; } }*/

/*# sourceMappingURL=style.css.map */
.villageMobile {
  border: none;
  margin: calc(60vh - 266px) auto 0;
}
#mobileCard {
  max-width: 100%;
}
