*
{
    margin: 0;
    padding: 0;
}

html,
body
{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    background:#000050;
}

video{
    display: none;
}

canvas{
    display: block;
}

html, body, canvas{
    height: 100vh !important;
    width: 100vw !important;
}

nav *{
    transition:0.5s;
}
nav{
    bottom:5%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: none;
}

a {
    color:white;
    text-decoration: none;
    padding:8px 15px;
    display: block;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    background: rgba(38, 181, 225, 0.9);
    border-radius: 10px;
    text-align: center;
    margin: 5px;
}

a:hover{
    box-shadow: 0 0 0px 3px rgb(255 255 255 / 50%);
}

.langs{
    bottom:5%;
    right: 5%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}



.preloader{
    width: 100vw;
    height: 100vh;
    background:#000050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index:9;
    position: absolute;
    color:white;
    transition: 1s;
    opacity: 1;
}

.phone-rotate{
    width: 100vw;
    height: 100vh;
    background:#000050;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index:10;
    position: absolute;
    color:white;
    transition: 1s;
    display: none;
}

.tooltip{
    position: absolute;
    width: 30px;
    height: 30px;
    background: #26B5E1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color:white;
    box-shadow: 0 0 0 5px #26b5e17a;
}

.logo{
    width:220px;
    height: auto;
    margin:20px auto;
}

.content{
    display:none;
}
.content .container{
    position: absolute;
    width: 500px;
    max-height: 250px;
    overflow: visible;
    padding: 2em;
    padding-right: 1em;
    background: #26b5e1;
    box-shadow: 0 0 0 8px #26b5e17a;
    border-radius: 1em;
    color:white;
    scroll-padding: 1em;
    display: none;
}
.content .info{
    overflow: auto;
    height: 100%;
    color:white;
    max-height: 250px;
    padding-right: 15px;
}


.content-1 .container{
    right: 32%;
    top: 17%;
}
.content-2 .container, .content-3 .container, .content-4 .container, .content-5 .container{
    bottom: 20%;
    right: 10%;
}

.content-6 .container{
    right: 10%;
    top: 14%;
}

.content-7 .container{
    right: 5%;
    top: 26%;
}
.content-8 .container{
    left: 10%;
    top: 30%;
}
.content-9 .container{
    right: 10%;
    top: 10%;
}

.more-info.selected{
    opacity:0.5;
    box-shadow: none;
}


.close{
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
    padding: 2px 7px 4px 7px;
    border-radius: 50%;
    border: 1px solid white;
    cursor: pointer;
    z-index: 10;
}
.artist{
    position: absolute;
    color:white;
    top: 10%;
    left: 20%;
    cursor: pointer;
}

.info-icon{
    border-radius: 50%;
    display: inline-block;
    padding: 5px 13px;
    background: #28a6d0;
    margin-right: 5px;
    font-weight: 900;
}

.simplebar-scrollbar::before {
    opacity:0.8 !important;
    background-color: #92e6ff !important;
  }

.simplebar-track.simplebar-vertical {
    top: 20px !important;
}

.tr{
    display: none;
}
.fadeOut{opacity: 0;}
.hide{display:none}
.forceHide{display: none !important}

.blink {
    animation: blinker 1s linear infinite;
}
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}
  

/* Mobile */

@media screen and (orientation:portrait) {
    .phone-rotate{
        display: flex;
    }
 }


@media screen and (max-width:1024px){

    body{
        font-size: 70%;
    }

    .content .container {
        right: 3%;
        left: 70%;
        width: auto;
        bottom: 20%;
        top: 3%;
    }
    
    html, body, canvas{
        height: calc(100vh - 50px) !important;
        width: 100vw !important;
    }

    nav a{
        min-width: 60px;
    }
    nav{
        flex-direction: column;
        width: auto;
        margin-left: 1em;
    }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


/*# sourceMappingURL=main.css.map*/