/* FONT */

@font-face {
  font-family: SMHauser10;
  src: url("../src/Fonts/SMHauser-10.otf") format("opentype");
}

@font-face {
  font-family: SMHauser40;
  src: url("../src/Fonts/SMHauser-40.otf") format("opentype");
}

@font-face {
  font-family: SMHauser60;
  src: url("../src/Fonts/SMHauser-60.otf") format("opentype");
}

/* ANIMATION */

.ease {
  transition: all 0.2s ease-in-out;
}

.ease:hover {
  transform: scale(1.3);
}

a{
  transition: letter-spacing 0.5s;
  }
  a:hover {
  letter-spacing: 5px;
  }

.ar1, .ar2, .ar3, .uar1, .uar2, .uar3, .st0{
  fill: #ffffff;
}

#infoButton .ar1{
  transition: all .3s ease-in;
}
#infoButton .ar2{
  transition: all .2s ease-in;
  transition-delay: 100ms;
}
#infoButton .ar3{
  transition: all .1s ease-in;
  transition-delay: 200ms;
}

#infoButton:hover .ar1{
  transform: translatey(-2px);
}
#infoButton:hover .ar2{
  transform: translatey(2px);
}
#infoButton:hover .ar3{
  transform: translatex(-4px);
}

#upArrowSVG .uar1, .uar2, .uar3{
  transition: all .3s ease-in;
}
#upArrowSVG .uar2{
  transition: all .2s ease-in;
  transition-delay: 100ms;
}
#upArrowSVG .uar3{
  transition: all .1s ease-in;
  transition-delay: 200ms;
}

#upArrowSVG:hover .uar1{
  transform: translateX(-2px);
}
#upArrowSVG:hover .uar2{
  transform: translateX(2px);
}
#upArrowSVG:hover .uar3{
  transform: translateY(4px);
}

.rotate180deg{
  transform: rotate(180deg);
}

.svgIcon{
  width:55%;
  height:55%;
  position: relative;
}

/* STYLES */

body {
  font-family: "SMHauser40";
  font-size: 3.2em;
  line-height: 0.95;
  color: white;
  padding: 0;
  margin: 0;
}

.link{
    text-decoration: none;
    color:white;
}

svg{
  position: relative;
  overflow: visible !important;
}

#wrapper {
  
  height: 100vh;
  min-width: 900px;
  width: 100vw;
}

#infoPanel {
  transition: all 0.5s ease-in-out;
  border-right: solid 0px white;
  z-index: 1001;
  background: black;
  position: relative;
  overflow: hidden;
  height: inherit;
  width: 0px;
  float: left;
}

#infoPanelTop {
  background: black;
  background-image: url("../src/SVG/InfoTop.svg");
  background-repeat: no-repeat;
  background-size: 42vw 100%;
  background-position-y: 75%;
  overflow: hidden;
  text-align: left;
  float: left;
  width: 100%;
  height: 50vh;
  line-height: 1.1;
}

#infoPanelBottom {
  /* background: #000085; */
  background: black;
  border-right: solid 2px white;
  border-top: solid 2px white;
  text-align: center;
  float: left;
  width: 100%;
  height: 50vh;
}

#infoPanelTopText {
  padding: 5%;
}

#infoPanelBottomText {
  margin-top: 10vh;
  width: 43vw;
}

.infoPanelBottomContact {
  font-size: 0.25em;
  line-height: 1.5; 
}

.infoPanelBottomContact div {
  display: inline-block;
  padding: 3%;
  padding-top: 13%;
}

#navigation {
  z-index: 1002;
  position: absolute;
  background-color: #000;
  width: 100px;
  height: inherit;
  float: left;
}

#info {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#mobileInfoButton {
  display: none;
}

#infoTitle {
  width: 100% ;
  height: 60% !important;
}

#infoTitleButton{
  transition: all .5s ease-in-out;
  background: transparent;
  border: none !important;
  /* font-size: 0; */
  outline: none;
  width: 100%;
  height: 100%;
  /* margin-top: 100%; */
}

#infoTitleButtonSVG{
  width:55%;
  position: relative;
  overflow: visible !important;
}

#infoI, #infoN, #infoF, #infoO{
  transition: all .2s ease-in;
}
#infoTitleButton:hover #infoI{
  transform: translateY(-6px);
}
#infoTitleButton:hover #infoN{
  transform: translateY(-2px);
}
#infoTitleButton:hover #infoF{
  transform: translateY(2px);
}
#infoTitleButton:hover #infoO{
  transform: translateY(6px);
}

#infoButton {
  transition: all .5s ease-in-out;
  background: transparent;
  border: none !important;
  font-size: 0;
  outline: none;
  width: 100%;
  height: 30%;
}

#infoButton input {
  display: none;
}

#galleryWrapper {
  /* background-color: #000085; */
  background-color: black;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#gallerySlider {
  margin-left: 30px;
  margin-right: 30px;
}

#upArrowSVG {
  padding-bottom: 70%;
  width:85%;
}

.galleryBtn {
  background-image: url(../src/SVG/191119_Kyma_Icons_Bullet.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30%;
  padding: 1.5vh;
}

#galleryBtn1 {
  background-image: url(../src/SVG/191119_Kyma_Icons_Bullet_Active.svg);
}

#galleryBtn2 {
  background-image: url(../src/SVG/191119_Kyma_Icons_Bullet.svg);
}

#galleryBtn3 {
  background-image: url(../src/SVG/191119_Kyma_Icons_Bullet.svg);
}

#galleryBtn4 {
  background-image: url(../src/SVG/191119_Kyma_Icons_Bullet.svg);
}

#galleryBtn5 {
  background-image: url(../src/SVG/191119_Kyma_Icons_Bullet.svg);
}

#downArrowSVG {
  background-image: url(../src/SVG/191119_Kyma_Icons_Down.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 72%;
}

#gallery {
  float: left;
  position: relative;
  margin-left: 100px;
  height: inherit;
  min-width: 400px;
  width: 43vw;
  /* max-width: 600px; */
  z-index: 900;
  background: black;
  background-position: 50% 0%;
  background-size: auto 100%;
}

.slide-item {
  width: 50px;
  height: 100%;
}

#title {
  position: fixed;
  margin-left: 48vw;
  z-index: 999;
  background: white;
  background-image: url("../src/SVG/191119_Kyma_Bottles_by_gk_1080x1080.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  float: right;
  min-width: 400px;
  width: 52vw;
  height: 100vh;
}

/* MOBILE INFO PANEL */
#mobileInfoTitle {
  display: none;
  height: 0px;
}
#mobileInfoContact {
  display: none;
  margin-top: 9vh;
  text-align: center;
  line-height: 1.2;
  font-size: 0.47em;
  height: 50%;
}
#mobileInfoContact a {
  color: white;
  text-decoration: none;
}

/* SLIDESHOW */

canvas {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 998;
  /* background: black; */
}

.slide-wrapper {
  display: none;
}

.icon--arrow-nav-next {
  transform: rotate(-180deg);
}

.scene-nav {
  background: transparent;
  border: none !important;
  padding: 0 !important;
  font-size: 0;
  outline: none;
}

svg {
  width: 100%;
}

/* RESPONSIVE */

@media only screen and (max-width: 600px) {
  body{
    overflow: hidden;
  }
  #wrapper {
    width:100vw;
    min-width: unset;
    display: block;
    background: black;
  }
  #infoPanel {
    height: 0px;
  }
  #infoPanelTop {
    display: none;
    width: 0px;
  }
  #infoPanelBottom {
    display: none;
    width: 10px;
  }
  #navigation {
    position: fixed;
    width: 100%;
    height: 10vh;
    display: block;
    grid-column: unset;
    grid-template-rows: unset;
    float: left;
  }
  #info {
    width: 50%;
    height: 100%;
    margin: unset;
    display: inline-block;
  }
  #infoTitle {
    background: black;
    z-index: 1000;
    transition: width 0.2s ease-in-out;
    height: 100% !important;
    background-image: url("../src/SVG/191119_Kyma_Icons_I.svg") !important;
    background-size: 5vw !important;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  #infoTitleButtonSVG{
    display:none;
  }
  #mobileInfoButton {
    display: block;
    background: transparent;
    border: none !important;
    font-size: 0;
    outline: none;
    height: 100%;
    width: 100%;
  }
  #infoButton,
  #galleryBtn1,
  #galleryBtn2,
  #galleryBtn3,
  #galleryBtn4,
  #galleryBtn5 {
    display: none;
  }
  #galleryWrapper {
    transition: width .2s ease-in-out;
    width: 50%;
    height: 100%;
    float: right;
    overflow:hidden;
  }
  #gallerySlider {
    margin: 0px;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .scene-nav {
    padding: 0px;
    max-width: 90%;
  }
  #upArrowSVG {
    height: 6.5vh;
    padding-bottom: unset;
    transform: rotate(-90deg);
  }
  #downArrowSVG {
    height: 5vh;
  }
  .rotate180deg{
    transform: rotate(90deg) !important;
  }
  #gallery {
    background: black;
    display: block;
    grid-column: unset;
    min-width: unset;
    width: 100vw;
    height: 90vh;
    margin-left: unset;
  }
  .ease:hover {
    transform: scale(1);
  }
  #title {
    transition: all 0.2s ease-in-out;

    background: black;
    background-image: url("../src/SVG/Kyma_White.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 80vh;
    margin-left: unset;
    min-width: unset;
    height: 0vh;
    width: 100vw;
  }
  #mobileInfoPanel {
    transition: all 0.2s ease-in-out;
    /* background: #000085; */
    background:black;
    position: absolute;
    float: left;
    height: 0vh;
    width: 100vw;
    z-index: 1001;
    margin-top: 10vh;
  }
  #mobileInfoTitle {
    display: block;
    background: white;
    background-image: url("../src/SVG/191119_Kyma_Bottles_by_gk_1080x1080.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 70%;
    height: 40%;
  }
  #mobileInfoContact {
    display:none;
    transition: display .2s ease-in-out;
    display: block;
    margin-top: 7vh;
    text-align: center;
    line-height: 1.2;
    font-size: 0.47em;
    height: 50%;
    overflow: hidden;
  }
  #mobileInfoContact a {
    color: white;
    text-decoration: none;
  }
  #infoButton:hover .ar1{
    transform: unset;
  }
  #infoButton:hover .ar2{
    transform: unset;
    }
  #infoButton:hover .ar3{
    transform: unset;
  }
  #upArrowSVG:hover .uar1{
    transform: unset;
  }
  #upArrowSVG:hover .uar2{
    transform: unset;
  }
  #upArrowSVG:hover .uar3{
    transform: unset;
  }
}
@media only screen and (max-width: 980px) {
  body {
    font-size: 2.8em;
  }
}
@media only screen and (min-width: 1160px) {
  body {
    font-size: 3.7em;
  }
}
