/*!


               _  _   ( HEY! You like S0urc3c0d/> t0O?! )
  ~Nom,NOm'   (.)(')  /   
     n0m/>   / ___, \  .-.
       .-. _ \ '--' / (:::) 
      (:::{ '-`--=-`-' }"`
       `-' `"/      \"`
             \      /
            _/  /\  \_
           {   /  \   }
            `"`    `"`
                              ( ME TOO MAN!! N0MNOM! TOO BAD THERE IS NOT SO MUCH HERE! )
                      _  _     /
                    _/0\/ \_  /
           .-.   .-` \_/\0/ '-.
          /:::\ / ,_________,  \
         /\:::/ \  '. (:::/  `'-;
         \ `-'`\ '._ `"'"'\__    \
          `'-.  \   `)-=-=(  `,   |
              \  `-"`      `"-`   /


        ~~ MORE DELICIOUS CODE TO COME ~~

              !! IN THE MEANTIME !!
      !!GO GET YOUR BROWS DONE AT VIIVI'S !!

   //!      WEBSiTE UNDER DEVELOPMENT

                                 -WHiTEBOX d[-_-]b

         __         _           _         __
        ( '\___      \_  (^)  _/      ___/' )
         \ , ' \____   \ / \ /   ____/ ' , /
          \__ ' , ' \___{~V~}___/ ' , ' __/
         ____\_________ {<!>} _________/____
        / , ' , ' , ' ,`{<!>}~, ' , ' , ' , \
        \_____________ /{<!>}\______________/
                         \./
                         (~)
                         (~)
                         (~)
                         (~)
                         (~)
                         (~)
                         ,0,
                          "

*/
html {
    overflow: hidden;
}
body {
    overflow: overlay;
    overflow-x: hidden;
    position: relative;
}
html, body {
    height: 100%;
    width: 100%;
    margin:0;
    padding: 0;
    background: #100c0f;
}
* {
    box-sizing: border-box;
}
img {
    max-width: 100%;
    user-select: none;
}
main {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
article {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    font-family: 'UniSans';
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}
section.left {
    align-content: center;
    flex-grow: 1;
    padding: 0 25px;
}
section.left .content {
    display: inline-block;
    text-align: right;
    padding-top: 60px;
    width: 50vw;
}
section.right {
    text-align: right;
    display: flex;
    align-items: end;
    flex-direction: column-reverse;
    padding: 0 20px 20px 20px;
}
.lashes-speak {
    width: 460px;
    pointer-events: none;
    user-select: none;
}
.viivi {
    width: 260px;
}
button {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    padding: 0;
    background: none;
    max-width: 100%;
    /* background: #c21d6a; */
    backdrop-filter: blur(16px) brightness(1.5) contrast(0.9);
    margin: 28px 3px;
}
button img {
    display: block;
    width: 330px;
    max-width: 100%;
    height: auto;
}
button {
  background-position: center;
  transition: background 0.8s;
}
button:hover {
    background: #c21d6a radial-gradient(circle, transparent 1%, #c21d6a 1%) center / 15000%;
    filter: invert(1) hue-rotate(180deg);
}
button:active {
    background-color: #ff99c8ad;
    background-size: 100%;
    transition: background 0s;
}
figure {
    padding: 0;
    margin: 0;
}
figcaption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
section.bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.instagram {
    width: 74px;
    height: 74px;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    padding: 12px;
}
@media screen and (max-width: 480px) {
	section.left .content {
	    display: inline-block;
	    text-align: center;
	    padding-top: 60px;
	    width: 100% !important;
	}
}
::-webkit-scrollbar {
    background-color: #0d0d0d;
	width:12px;
}
::-webkit-scrollbar-corner {
	background: #0d0d0d;
}
::-webkit-scrollbar-thumb {
	background: #27244a;
}
::-webkit-scrollbar-thumb:hover {
	background: #36316c;
}
.slotti-embed-container {
    margin-bottom: 0 !important;
}

.slides {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: interferenced 2.105s linear 0s infinite;
    animation: ficker 0.1s linear 0s infinite, interference 1s linear 0s infinite;
    overflow: hidden;
}
.slides > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: 50% 50%;
}

.slide {
	animation: slide 25s infinite;
	opacity: 0;
}
.slide[data-slide="001"] {
    background-image: url(raw-photo-1.jpg);
}
.slide[data-slide="002"] {
    background-image: url(raw-photo-2.jpg);
	animation-delay: 5s;
}
.slide[data-slide="003"] {
    background-image: url(raw-photo-3.jpg);
	animation-delay: 10s;
}
.slide[data-slide="004"] {
    background-image: url(raw-photo-4.jpg);
	animation-delay: 15s;
}
.slide[data-slide="005"] {
    background-image: url(raw-photo-5.jpg);
	animation-delay: 20s;
}
.pixelnoise {
    background-image: url(pixelnoise.png);
    background-size: 7px !important;
	animation: ficker 0.1s linear 0s infinite, interference 1s linear 0s infinite;
    filter: opacity(0.6);
}

@keyframes ficker {
  0%   { opacity: 100%; }
  15%  { opacity: 99%; }
  45%  { opacity: 94%; }
  50%  { opacity: 100%; }
  55%  { opacity: 97%; }
  60%  { opacity: 100%; }
  100% { opacity: 95%; }
}

@keyframes interference {
  0%   { background-position-y: 2px; }
  15%  { }
  60%  { }
  100% { }
}

@keyframes interferenced {
  0%   { transform: translateY(5px); }
  2%   { transform: translateY(0px); }
  15%  { }
  60%  { }
  100% { }
}

@keyframes c1 {
  0% {
    clip: rect(61px, 9999px, 65px, 0);
  }
  5% {
    clip: rect(44px, 9999px, 29px, 0);
  }
  10% {
    clip: rect(7px, 9999px, 11px, 0);
  }
  15.000000000000002% {
    clip: rect(52px, 9999px, 52px, 0);
  }
  20% {
    clip: rect(71px, 9999px, 66px, 0);
  }
  25% {
    clip: rect(6px, 9999px, 91px, 0);
  }
  30.000000000000004% {
    clip: rect(24px, 9999px, 50px, 0);
  }
  35.00000000000001% {
    clip: rect(34px, 9999px, 55px, 0);
  }
  40% {
    clip: rect(16px, 9999px, 65px, 0);
  }
  45% {
    clip: rect(45px, 9999px, 43px, 0);
  }
  50% {
    clip: rect(4px, 9999px, 23px, 0);
  }
  55% {
    clip: rect(17px, 9999px, 14px, 0);
  }
  60.00000000000001% {
    clip: rect(41px, 9999px, 79px, 0);
  }
  65% {
    clip: rect(55px, 9999px, 19px, 0);
  }
  70.00000000000001% {
    clip: rect(11px, 9999px, 51px, 0);
  }
  75% {
    clip: rect(6px, 9999px, 98px, 0);
  }
  80% {
    clip: rect(19px, 9999px, 43px, 0);
  }
  85% {
    clip: rect(47px, 9999px, 62px, 0);
  }
  90% {
    clip: rect(50px, 9999px, 18px, 0);
  }
  95% {
    clip: rect(18px, 9999px, 3px, 0);
  }
  100% {
    clip: rect(60px, 9999px, 37px, 0);
  }
}
@keyframes c2 {
  0% {
    clip: rect(39px, 9999px, 6px, 0);
  }
  5% {
    clip: rect(2px, 9999px, 26px, 0);
  }
  10% {
    clip: rect(1px, 9999px, 24px, 0);
  }
  15.000000000000002% {
    clip: rect(23px, 9999px, 75px, 0);
  }
  20% {
    clip: rect(1px, 9999px, 99px, 0);
  }
  25% {
    clip: rect(21px, 9999px, 2px, 0);
  }
  30.000000000000004% {
    clip: rect(55px, 9999px, 71px, 0);
  }
  35.00000000000001% {
    clip: rect(73px, 9999px, 7px, 0);
  }
  40% {
    clip: rect(1px, 9999px, 38px, 0);
  }
  45% {
    clip: rect(26px, 9999px, 57px, 0);
  }
  50% {
    clip: rect(87px, 9999px, 53px, 0);
  }
  55% {
    clip: rect(75px, 9999px, 52px, 0);
  }
  60.00000000000001% {
    clip: rect(97px, 9999px, 88px, 0);
  }
  65% {
    clip: rect(58px, 9999px, 76px, 0);
  }
  70.00000000000001% {
    clip: rect(53px, 9999px, 26px, 0);
  }
  75% {
    clip: rect(41px, 9999px, 55px, 0);
  }
  80% {
    clip: rect(26px, 9999px, 62px, 0);
  }
  85% {
    clip: rect(75px, 9999px, 85px, 0);
  }
  90% {
    clip: rect(31px, 9999px, 22px, 0);
  }
  95% {
    clip: rect(61px, 9999px, 7px, 0);
  }
  100% {
    clip: rect(89px, 9999px, 57px, 0);
  }
  23% {
    transform: scaleX(0.8);
  }
}
@keyframes crash {
  0% {
    transform: translate(5px, 3px);
  }
  2% {
    transform: translate(2px, 3px);
  }
  4% {
    transform: translate(1px, 3px);
  }
  6% {
    transform: translate(2px, 2px);
  }
  8% {
    transform: translate(4px, 4px);
  }
  10% {
    transform: translate(1px, 2px);
  }
  12% {
    transform: translate(1px, 1px);
  }
  14.000000000000002% {
    transform: translate(5px, 1px);
  }
  16% {
    transform: translate(1px, 5px);
  }
  18% {
    transform: translate(2px, 3px);
  }
  20% {
    transform: translate(4px, 4px);
  }
  22% {
    transform: translate(5px, 4px);
  }
  24% {
    transform: translate(3px, 3px);
  }
  26% {
    transform: translate(2px, 3px);
  }
  28.000000000000004% {
    transform: translate(5px, 1px);
  }
  30% {
    transform: translate(4px, 2px);
  }
  32% {
    transform: translate(1px, 3px);
  }
  34% {
    transform: translate(4px, 2px);
  }
  36% {
    transform: translate(2px, 3px);
  }
  38% {
    transform: translate(2px, 2px);
  }
  40% {
    transform: translate(3px, 3px);
  }
  42% {
    transform: translate(1px, 1px);
  }
  44% {
    transform: translate(1px, 4px);
  }
  46.00000000000001% {
    transform: translate(2px, 4px);
  }
  48% {
    transform: translate(2px, 5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  52% {
    transform: translate(5px, 4px);
  }
  54% {
    transform: translate(4px, 2px);
  }
  56.00000000000001% {
    transform: translate(4px, 1px);
  }
  58% {
    transform: translate(2px, 3px);
  }
  60% {
    transform: translate(3px, 2px);
  }
  62% {
    transform: translate(3px, 5px);
  }
  64% {
    transform: translate(3px, 2px);
  }
  66% {
    transform: translate(1px, 1px);
  }
  68% {
    transform: translate(3px, 4px);
  }
  70.00000000000001% {
    transform: translate(2px, 1px);
  }
  72% {
    transform: translate(2px, 3px);
  }
  74% {
    transform: translate(5px, 5px);
  }
  76% {
    transform: translate(1px, 5px);
  }
  78% {
    transform: translate(3px, 2px);
  }
  80% {
    transform: translate(1px, 5px);
  }
  82.00000000000001% {
    transform: translate(3px, 2px);
  }
  84% {
    transform: translate(3px, 3px);
  }
  86% {
    transform: translate(5px, 2px);
  }
  88% {
    transform: translate(4px, 3px);
  }
  90% {
    transform: translate(2px, 5px);
  }
  92.00000000000001% {
    transform: translate(3px, 2px);
  }
  94% {
    transform: translate(3px, 5px);
  }
  96% {
    transform: translate(3px, 1px);
  }
  98% {
    transform: translate(5px, 4px);
  }
  100% {
    transform: translate(2px, 4px);
  }
  1% {
    transform: scaleY(1) skewX(0deg);
  }
  1.5% {
    transform: scaleY(3) skewX(-60deg);
  }
  2% {
    transform: scaleY(1) skewX(0deg);
  }
  51% {
    transform: scaleX(1) scaleY(1) skewX(0deg);
  }
  52% {
    transform: scaleX(1.5) scaleY(0.2) skewX(80deg);
  }
  53% {
    transform: scaleX(1) scaleY(1) skewX(0deg);
  }
}
@keyframes slide {
  0% {
	filter: blur(16px) brightness(3);
  }
  10% {
    opacity: 1;
    filter: blur(0px) brightness(1);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    transform: scale(1.1);
  }
}