@charset "utf-8";
/* styles applied from a window width of 960px */

html{
    font-size: 16px;
    scrollbar-color: #ab8b62 #111111;
}
body{
    margin: 0 0 0 0;
    padding-left:4rem;
    display: flex;
}

/* scrollbar */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background: #ab8b62;
    border: 0px none #ffffff;
    border-radius: 8px;
    min-width: 100px;
}
::-webkit-scrollbar-thumb:hover {
    background: #d3b588;
}
::-webkit-scrollbar-thumb:active {
    background: #e8cca2;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

/* scrollbar end */

.container {
    height: 100vh;
    max-height: 100%;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}
.progressBar {
    display: none; /* replaced by scrollbar */
    position: fixed;
    rop: 0;
    width: 0%;
    height: 5px;
    background: #AB8B62;
    z-index: 100;
}
.mainSection {
    height: 100%;
    display: flex;
}
.mainSection {
    width: auto;
    padding: 3rem 3rem 3rem 3rem;
    height: 100%;
}
.titleScreen{
    min-width: 0;
    width: 100%;
    flex-flow: column;
    justify-content: space-between;
}
.titlePart .titlePart__panel--default [data-glitch]{
    animation: text-focus-in 0.7s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    opacity: 0;
}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(1){animation-delay: 0s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(2){animation-delay: 0.07s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(3){animation-delay: 0.14s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(4){animation-delay: 0.21s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(5){animation-delay: 0.28s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(6){animation-delay: 0.35s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(7){animation-delay: 0.42s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(8){animation-delay: 0.49s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(9){animation-delay: 0.56s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(10){animation-delay: 0.63s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(11){animation-delay: 0.7s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(12){animation-delay: 0.77s;}
.titlePart .titlePart__panel--default [data-glitch]:nth-child(n+13){animation-delay: 0.84s;}

@keyframes text-focus-in {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-filter: none;
            filter: none;
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
}

.titleScreen:before{
    content: ' ';
    height: 2.5rem;
    display: block;
}
.titleScreen .footerPart{
    display: flex;
    justify-content: space-between;
}
.titleScreen .footerPart .scrollInfo{
    display: flex;
}
.titleScreen .footerPart .aniIcon{
    opacity: 0.5;
    width: 3rem;
    height: 3rem;
}
.titleImage{
    width: auto;
}
.imageContainer{
    position: relative;
    height: 100%;
    width: auto;
}
.imageContainer img{
    height: 100%;
    width: auto;
}
.artwork.titleImage{
    height: 100%;
}
.introPart{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-right: 3rem
}
.introPart.chart{
    overflow-x: visible;
    margin: 0 6rem 0 0;
    padding: 0;
    width: auto;
}
.galleryShowcase{
    align-items: center;
    display: flex;
}
.periodIntro{
    height: 100%;
    width: 0;
    position: relative;
    margin: 0;
}
.artwork{
    width: auto;
    display: flex;
    height: 75%;
}
.artworkDescription{
    margin: 0 5rem 0 1rem;
    width: 12rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}
.imageContainer{
    overflow: visible;
}

/* Main menu */

.mainMenu{
    width: auto;
    height: 100%;
    display: block;
}
.menuFirstLevel{
    width: 4rem;
    height: 100%;
    border-bottom: none;
    border-right: 1px solid #ffffff;
}
.menuIcon {
    border-left:none;
    border-left: none;
    position: absolute;
}
.menuIcon.openSearch,
.menuIcon.closeSearch,
.menuIcon.back{
    top:0;
    left: 0;
    right: auto;
}
.menuIcon.langToggle{
    top: 8rem;
    left: 0;
    right: auto;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
}
.menuIcon.musicToggle{
    top: 12rem;
    left: 0;
    right: auto;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
}
.menuIcon.openMenu,
.menuIcon.closeMenu{
    top:4rem;
    right: 0;
}
.menuFirstLevel .projectLogo {
    transform: rotate(90deg);
    position: absolute;
    bottom: 8rem;
    left: -2rem;
    height: 4rem;
    width: 8rem;
}
.menuSecondLevel,
.menuThirdLevel{
    width: 80vw;
    left:-80vw;
    border-right: 1px solid #ffffff;
    top:0;
    height: 100%;
}
.menuSecondLevel.opened,
.menuThirdLevel.opened{
    left:4rem;
}
.windowContent{
    width: 100%;
    height: calc(100% - 4rem);
    padding: 3rem;
}
.windowBackRow{
}

/* Main menu end */

/* artwork detail */

.artworkDetail .artworkDescription{
    min-width: 50vw;
}
.artworkDetail h1{
    font-size: 2.25rem;
}

/* artwork detail end */

/* Final screen */

.finalScreen:before{
    content: ' ';
    height: 2.5rem;
    display: block;
}

/* Final screen end */

/* sharing panel start */

.sharingPanel{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
    box-sizing: border-box;
    position: fixed;
    bottom: 1.5rem;
    left: 0;
}
.sharingPanel *{
    margin: 0 0.25rem;
}
.sharingPanel .buttonIcon{
    width: 2rem;
    height: 2rem;
}
.sharingPanel .mediumButton{
    padding: 0.25rem 1rem;

}
.sharingPanel .textJunction{
    line-height: 2rem;
    margin: 0 0.5rem;
    opacity: 0.5;
}
.buttonIcon.secondaryButton.done.link{background-image: url("../images/icon-done.svg");}

/* sharing panel end */

/* intro */

.parallaxCover{
    width: 60vw;
    height: 100%;
}
.parallaxImage{
    width: 160vh;
}
.landInfo{
    display: flex;
    align-items: center;
    padding-left:94vw;
}
.landInfo article{
    width: 40vw;
}
.landInfo article h2{
    font-size: 58px;
    line-height: 1.15;
    font-family: 'Cormorant', serif;
}
.landInfo article p{
    font-size: 24px;
    line-height: 1.45;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
}
.mainSection.museumsInfo{
    display: flex;
    color: #AB8B62;
    background-color: #ffffff;
    background-position: center right;
    background-repeat: no-repeat;
}
.museumsList{
    position: relative;
    top:50%;
    animation-name: movingNames;
    animation-iteration-count:infinite;
    animation-timing-function: linear;
    animation-duration: 60s;
    display: block;
    column-count: 2;
    column-gap: 2.5rem;
    column-fill: auto;
    width: 42vw;
    max-width: 40rem;
    height: 3600px;
    flex: 0 0 auto;
}
.museumsList > div{
    break-inside: avoid;
    white-space: nowrap;
    padding: 0.12em 0;
}
@keyframes movingNames {
    from {top:50%;}
    to {top:-3600px;}
}
.museumsInfo .introPart h2{
    width: 36vw;
}
.museumJunction{
    display: flex;
}
.museumJunction .firstPart{
    border: 2px solid #AB8B62;
    border-left: none;
    width: 5rem;
    height: 100%;
    margin-left: 3rem;
}
.museumJunction .secondPart{
    background-image: none;
    width: 14rem;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.aniIcon{
    background-size: 100%;
    background-repeat: no-repeat;
    height: 6rem;
    width: 6rem;
}
.aniIconCloud{
    background-image: url("../images/ani-icon-cloud.gif");
    background-color: #ffffff;
}
.aniIconSun,
.aniIconHelios{
    position: relative;
    background-color: #ffffff;
    background-image: none;
    overflow: hidden;
}
.aniIconHelios{
    width: 10rem;
    height: 10rem;
}
.aniIconSun::after,
.aniIconHelios::after{
    content: "";
    position: absolute;
    inset: 2%;
    background-image: url("../images/helios-logo-junction-gold.png?v=1");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.aniIconEye{
    background-image: url("../images/ani-icon-eye.gif");
    background-color: #111111;
}
.aniIconArrow{
    background-image: url("../images/ani-icon-arrow.svg");
    background-color: #111111;
}
.aniIconArrowWhite{
    background-image: url("../images/ani-icon-arrow-white.svg");
    background-color: #111111;
}
.aniIconScroll{
    background-image: url("../images/ani-icon-scroll.gif");
    background-color: #111111;
}
.mainSection.callToAction{
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 7;
}
.callToAction article{
    width: 40vw;
}
.mainSection.visionInfo{
    display: flex;
}
.mainSection.museumsInfoMobile{
    display: none;
}

/* upper line */

.upperLine{
    position: absolute;
    height: 100%;
    z-index: 7;
    color: #ffffff;
    display: flex;
    left: 150%;
}
.upperSection{
    display: flex;
    height: 100%;
    align-items: center;
}
.upperSection h2{
    width: 50vw;
    padding: 0 3rem;
    text-shadow: 0 0.1rem 0.25rem rgba(0,0,0,0.5);
}
.upperSection.galleryHall h2{
    font-size: 58px;
    line-height: 1.15;
    text-shadow:
        0 0 4px rgba(0, 0, 0, 1),
        0 1px 3px rgba(0, 0, 0, 1),
        0 2px 10px rgba(0, 0, 0, 0.95),
        0 4px 24px rgba(0, 0, 0, 0.85),
        0 8px 48px rgba(0, 0, 0, 0.7);
}
.upperGallery{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    width: 100vw;
}
.upperGalleryStrip{
    width: 100%;
    padding: 0.5rem 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.upperGalleryStrip .imageFrame{
    margin-right: 1rem;
    overflow: hidden;
    flex: 0 0 auto;
    box-sizing: border-box;
}
.upperGalleryStrip .imageFrame img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0.25rem 1rem 0.25rem rgba(0,0,0,0.25);
}

/* Hall strips — widths + aspect ratios from original intro images */
.galleryHall .topStrip {width: 80%;}
.galleryHall .centerStrip {width: 100%;}
.galleryHall .bottomStrip {width: 70%;}

.galleryHall .topStrip .imageFrame:nth-child(1){width: 12.37%; aspect-ratio: 428 / 600;}
.galleryHall .topStrip .imageFrame:nth-child(2){width: 16.35%; aspect-ratio: 566 / 600;}
.galleryHall .topStrip .imageFrame:nth-child(3){width: 12.80%; aspect-ratio: 443 / 600;}
.galleryHall .topStrip .imageFrame:nth-child(4){width: 22.33%; aspect-ratio: 773 / 600;}
.galleryHall .topStrip .imageFrame:nth-child(5){width: 13.41%; aspect-ratio: 464 / 600;}
.galleryHall .topStrip .imageFrame:nth-child(6){width: 22.74%; aspect-ratio: 787 / 600;}

.galleryHall .centerStrip .imageFrame:nth-child(1){width: 15.83%; aspect-ratio: 507 / 600;}
.galleryHall .centerStrip .imageFrame:nth-child(2){width: 13.99%; aspect-ratio: 448 / 600;}
.galleryHall .centerStrip .imageFrame:nth-child(3){width: 25.44%; aspect-ratio: 815 / 600;}
.galleryHall .centerStrip .imageFrame:nth-child(4){width: 15.02%; aspect-ratio: 481 / 600;}
.galleryHall .centerStrip .imageFrame:nth-child(5){width: 12.68%; aspect-ratio: 406 / 600;}
.galleryHall .centerStrip .imageFrame:nth-child(6){width: 17.05%; aspect-ratio: 546 / 600;}

.galleryHall .bottomStrip .imageFrame:nth-child(1){width: 25.11%; aspect-ratio: 738 / 600;}
.galleryHall .bottomStrip .imageFrame:nth-child(2){width: 15.48%; aspect-ratio: 455 / 600;}
.galleryHall .bottomStrip .imageFrame:nth-child(3){width: 29.13%; aspect-ratio: 856 / 600;}
.galleryHall .bottomStrip .imageFrame:nth-child(4){width: 16.06%; aspect-ratio: 472 / 600;}
.galleryHall .bottomStrip .imageFrame:nth-child(5){width: 14.22%; aspect-ratio: 418 / 600;}

/* Collection strip */
.galleryCollection{
    padding-left: 390vw;
    width: 120vw;
}
.galleryCollection .imageFrame:nth-child(1){width: 9.82%; aspect-ratio: 412 / 600;}
.galleryCollection .imageFrame:nth-child(2){width: 11.48%; aspect-ratio: 482 / 600;}
.galleryCollection .imageFrame:nth-child(3){width: 10.58%; aspect-ratio: 444 / 600;}
.galleryCollection .imageFrame:nth-child(4){width: 10.70%; aspect-ratio: 449 / 600;}
.galleryCollection .imageFrame:nth-child(5){width: 9.79%; aspect-ratio: 411 / 600;}
.galleryCollection .imageFrame:nth-child(6){width: 10.03%; aspect-ratio: 421 / 600;}
.galleryCollection .imageFrame:nth-child(7){width: 18.87%; aspect-ratio: 792 / 600;}
.galleryCollection .imageFrame:nth-child(8){width: 18.73%; aspect-ratio: 786 / 600;}

/* Recognition strip */
.galleryRecognition{
    padding-left: 0;
    width: 105vw;
}
.galleryRecognition .imageFrame:nth-child(1){width: 13.29%; aspect-ratio: 480 / 600;}
.galleryRecognition .imageFrame:nth-child(2){width: 12.98%; aspect-ratio: 469 / 600;}
.galleryRecognition .imageFrame:nth-child(3){width: 12.51%; aspect-ratio: 452 / 600;}
.galleryRecognition .imageFrame:nth-child(4){width: 11.43%; aspect-ratio: 413 / 600;}
.galleryRecognition .imageFrame:nth-child(5){width: 12.90%; aspect-ratio: 466 / 600;}
.galleryRecognition .imageFrame:nth-child(6){width: 13.10%; aspect-ratio: 473 / 600;}
.galleryRecognition .imageFrame:nth-child(7){width: 10.27%; aspect-ratio: 371 / 600;}
.galleryRecognition .imageFrame:nth-child(8){width: 13.51%; aspect-ratio: 488 / 600;}

.galleryRecognition .visionFrame{
    position: relative;
}
.galleryRecognition .visionFrame.focuseIn .boundBox{
    opacity: 1;
}
.galleryRecognition .visionEyeBox{
    height: calc(100% - 6rem);
    opacity: 0;
    position: fixed;
    left: 35vw;
    top:3rem;
    color: #AB8B62;
    transition: 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* visionEyeBox crates problems when scrolling on touchscreen */
@media (hover: none) and (pointer: coarse) {
    .galleryRecognition .visionEyeBox{
        display: none;
    }
}
.galleryRecognition .visionEyeBox p{
    position: absolute;
    top:0;
    margin: 0;
    width: 200%;
    z-index: 1;
}
.galleryRecognition.focuseIn .visionEyeBox{
    opacity: 1;
}
.galleryRecognition.focuseIn.focuseOut .visionEyeBox{
    opacity: 0;
}
.galleryRecognition .nextStep{
    opacity: 0;
    position: fixed;
    left: 50%;
    top:50%;
    margin: -3rem 0 0 -3rem;
}
.galleryRecognition.focuseIn.focuseOut .nextStep{
    opacity: 1;
}

.eyeBoxFrame{
    width: 40vh;
    height: 40vh;
    border: 2px solid #AB8B62;
    position: relative;
    margin: 7.5vh 0;
}
.eyeBoxFrame .aniIcon{
    position: absolute;
    left: 50%;
    margin-left: -3rem;
}
.eyeBoxFrame .aniIcon:nth-child(1){
    top:-3rem;
}
.eyeBoxFrame .aniIcon:nth-child(2){
    bottom:-3rem;
    transform: rotate(180deg);
}
.databaseInfo article{
    width: 40vw;
    color: #AB8B62;
    margin-left: 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.mainSection.visionInfo{
    position: relative;
    background-color: transparent;
    background-image: none;
}
.mainSection.visionInfo::before{
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 600px;
    background-image: url("../images/intro/helios-pattern-tile-gold.svg");
    background-repeat: repeat;
    background-position: left top;
    background-size: 75px 125px;
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 35%, transparent 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 35%, transparent 100%);
    pointer-events: none;
}
.mainSection.visionInfo .placeHolder{
    width: 200vw;
}
/* upper line end*/

/* intro safari conditions */

@media not all and (min-resolution:.001dpcm) {
    @media {
        #introMap{
        }
    }
}

/* intro firefox conditions */

@-moz-document url-prefix() {
    .galleryCollection {
        padding-left: 350vw;
    }
}

/* intro end */

/* browse exhibitions */

.browseExhibition{
    align-items: center;
}
.exhibitionList{
    flex-wrap: nowrap;
}
.exhibitionPreview{
    width: calc(20vw - 0.5rem);
    padding-top: calc(20vw - 0.5rem);
    margin: 0 1rem 0 0;
}

/* browse exhibitions end */

/* info page */

.mainSection.infoPage{
    max-width: 50rem;
    overflow: scroll;
    box-sizing: border-box;
    display: block;
}

/* info page end */
