
* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Futura Now Headline';
    src: url('FuturaNowHeadline-XBold.woff2') format('woff2'),
        url('FuturaNowHeadline-XBold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}


html, body {
    width:100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: #0061ec;
    font-family: "Futura Now Headline", sans-serif;
    overscroll-behavior: none;
}

.pink {
    display: block;
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    z-index: 2;
    background: #FB3FF4;
background: linear-gradient(147deg, rgba(251, 63, 244, 1) 0%, rgba(255, 139, 255, 1) 100%);
    opacity: 0.4;
}

#storepoint-container {
    border: none !important;
    mix-blend-mode: screen!important;
    opacity: 0;
    filter: invert(1) !important;
}

.fadeinstorepoint {
    animation: fadeinstorepoint 1s forwards;
    animation-delay: 2s;
}

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

.logo {
    position: absolute;
height: 80px;
    width: auto;
    z-index: 11111;
    top: 20px;
    left: 40px;
    filter: blur(50px);
    opacity: 0;
      user-select: none;
  -drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
}

.bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
background: url("../img/bg.gif");
background-size: 110% 110%;
    -webkit-filter: hue-rotate(280deg) saturate(2.5) brightness(0.8);
    filter: hue-rotate(280deg) saturate(2.5) brightness(0.8);
background-repeat: no-repeat;
background-position: 50% 50%;
    opacity: 0.7;
    background-attachment: fixed;
}

.moist {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.fadeout {
    animation: 2s fadeout forwards;
    animation-delay: 2s;
}

@keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0}
}

.fadein {
    animation: 2s fadein forwards;
    animation-delay: 2s;
}

@keyframes fadein {
    0% {filter: blur(50px); opacity: 0}
    100% {filter: blur(0px); opacity: 1}
}

.main {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 101;
    text-align: right;
    width: calc(100% - 400px);
    color: black;
    font-family: "Futura Now Headline", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    z-index: 10;
}

.main div {
    color: #f39000;
    display: inline;
}

.bottombar {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 101;
    width: calc(100% - 60px);
    color: white;
    background: transparent;
    font-size: 1.3rem;
}

.topbar {
    position: fixed;
    top: 10px;
    left: 30px;
    height: 72px;
    display: block;
    z-index: 0;
    width: calc(100% - 60px);
    color: black;
    background: transparent;
    font-size: 1.1rem;
}

.bottombar .left {
    padding: 15px;
    color: black;
    display: block;
    margin: 0px auto;
    font-family: 'Futura Now Headline', sans-serif;
    text-align: right;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 1.3rem;
    background: transparent;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: bold;
    left: auto;
    position: fixed;
    width: calc(100% - 60px);
    right: 30px;  
    bottom: 10px;
}

.bottombar .left span {
    color: black;
}

.bottombar a.right {
    padding: 15px;
    background: transparent;
    color: #f4eedf;
    font-family: 'Futura Now Headline', sans-serif;
    float: right;
    text-align: right;
    text-transform: uppercase;
}


svg {
    margin-left: 10px;
    fill: #fff;
}

.bottombar a.left:hover, .bottombar a.right:hover {
    text-decoration: underline
}

#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.arm.bottom {
    position: fixed;
    z-index: 1111;
    bottom: 0px;
    left: 0px;
    width: 300px;
    height: auto;
    transform: translate(300px,300px) rotate(-90deg);
}

.arm.top {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1111;
        width: 300px;
    height: auto;
    transform: translate(300px,-300px) rotate(90deg);
}

@keyframes armbottom {
    0% {transform: translate(300px,300px) rotate(-90deg);}
    100% {transform: translate(0px,0px) rotate(-90deg);}
}

@keyframes armtop {
    0% {transform: translate(300px,-300px) rotate(90deg);}
    100% {transform: translate(0px,0px) rotate(90deg);}
}

.armtop {
    animation: armtop 2s ease forwards;
}

.armbottom {
    animation: armbottom 2s ease forwards;
}



a {
    text-decoration: none;
    color: #fff;
}

#mobile {
    display: none;
}


#lightbox {
  z-index: 505;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
    background: rgb(180,200,201);
    background: linear-gradient(180deg, #161616 0%, #000000 100%);
  display: none;
}

#lightbox img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 70vh;
    width: auto;
    max-height: 1080px;
}

.close {
    position: fixed;
    top: 0px;
    right: 0px;
    padding: 13px 20px 13px 20px;
    color: #fff;
    background: #8a8a8a;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    z-index: 10003;
    display: block;
    font-size: 28px;
    cursor: pointer;
}




.movedown {
    -webkit-animation: movedown 2s ease forwards;
    animation: movedown 2s ease forwards;
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(-100px);
    }
    100% {
        -webkit-transform: translateY(0);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }    
}

.moveup {
    -webkit-animation: moveup 2s ease forwards;
    animation: moveup 2s ease forwards;
}

@-webkit-keyframes moveup {
    0% {
        -webkit-transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-100px);
    }    
}

@keyframes moveup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100px);
    }    
}


.zoomin {
    -webkit-animation: zoomin 2s forwards ease;
    animation: zoomin 2s forwards ease;
}

@-webkit-keyframes zoomin {
    0% {-webkit-transform: scale(0)}
    100% {transform: scale(1)}
}

@keyframes zoomin {
    0% {transform: scale(0)}
    100% {transform: scale(1)}
}


.zoomout {
    -webkit-animation: zoomout 2s forwards ease;
    animation: zoomout 2s forwards ease;
}

@-webkit-keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}

@keyframes zoomout {
    0% {transform: scale(1)}
    100% {transform: scale(0)}
}




@media (max-width: 800px){
    html, body {
        overflow-y: scroll;
    }
    
    .logo {
        width: 70%;
        height: auto;
        left: 50%;
        transform: translateX(-50%);
    }
  
    .moist {
        width: 140%;
        height: auto;
        object-fit: contain;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    
.main {
    left: 0px;
    right: auto;
    transform: none;
    width: 100%;
        padding: 5% 5%;
        font-size: 4.5vw;
    position: relative;
    display: block;
    top: 10px;
    text-align: center;
    margin: 0px auto;
}
    .main div {
        display: block;
    }    
    .topbar {
        height: 12  0px;
        z-index -1;
        display: none;
    }   
    .main span {
        width: 70%;
    }
    .bottombar {
        font-size: 2.7vw;
        right: 0px;
    }    
    .bottombar a.left, .bottombar .left,  .bottombar  {
        padding: 15px 5px 15px 15px;
        text-align: center;
        width: 100%;
        right: auto;
        left: 0px;
        font-size: 4vw;
        bottom: 0px;
    }
    .bottombar a.left:hover, .bottombar a.right:hover {
        color: #fff;
    }
    svg {
        display: none;
    }
    #storepoint-container {
        top: 12px;
    }    
    #lightbox img {
        width: 100%;
        height: auto;
    }    
}


@media (min-width: 800px) and (max-width: 1200px) {
    .main, .bottombar .left {
    font-size: 1rem;
    letter-spacing: 2px;
}
}

@media (min-width: 1200px) and (max-width: 1390px) {
    .main, .bottombar .left {
    font-size: 1rem;
    letter-spacing: 2px;
}
}
