body {
  margin: 0;
  height: 100%;
  background-color: white;
  font-family: 'Roboto Mono';
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

a {
  color: black;
}

div#separator {
  overflow: hidden;
  margin: auto;
  width: 100%;
  max-width: 100%;
  min-height: 1000px;
  max-height: 1000px;
  z-index: 0;
  /* max-height: 800px; */
}

div#separator div {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  font-size: 0;
}

div#separator div img {
  width: 20%;
  background-position-y: 200px;
  float: left;
}

div#logo {
  margin-top: 100px;
  text-align: center;
}

div#logo img {
  width: 100px;
}

[data-aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[data-aos="fade"].aos-animate {
  opacity: 1;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loader.gif") center no-repeat #fff;
}


.image-container {
  position: relative;
  width: 100vw;
  height: 103vh;
  background-position: center;
  background-size: cover;
  /* background-image: url("/img/highres/france-italy-1.jpg"); */
  background-attachment: fixed;
  margin-top: -5vh;
  -webkit-transition: filter 1s;
  transition: filter 1s;
  /* background-color: red; */

}

.landscapes-main-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}


.image-container-stars {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  /* background-image: url("/img/highres/france-italy-1.jpg"); */
  background-attachment: fixed;

  -webkit-transition: filter 1s;
  transition: filter 1s;
  /* background-color: red; */

}


.night-image-stars,
.night-image-stars2 {
  width: 100vw;
  height: 103vh;
  background-position: center;
  background-size: cover;
  position: absolute;
  background-attachment: fixed;
  margin-top: -5vh;
  z-index: -2;
  opacity: 0;

}

.active-stars {
  opacity: 1;
}

.main-tranistion-long {
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
  z-index: -1;
}


.main-image-hi {
  z-index: 0;
  height: 105vh;
  margin-top: -105vh;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

div.image-text-overlay {
  font-size: 42px;
  letter-spacing: 12;
  position: absolute;
  bottom: 10;
  left: 15%;
  padding: 10px;
  color: white;
  display: flex;
  align-items: center;
}

.image-text-overlay-nature {
  font-size: 3vh;
  letter-spacing: 5;
  font-style: italic;
  position: absolute;
  bottom: 10;
  left: 15%;
  padding: 10px;
  color: white;
  display: flex;
  align-items: center;
}


.square {
  background-color: ffb76b;
  width: 3px;
  height: 48px;
  margin-right: 8px;
  margin-top: 6px;
}


.category-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* height: 600px; */
  /* background-color: blue; */
  margin-right: 200px;
  margin-left: 200px;
  margin-top: 100px;
  margin-bottom: 200px;
}

.category {
  flex: 0 0 calc(33.33% - 20px);
  /* max-width: 25%; */
  width: 300px;
  height: 400px;
  margin: 20px;
  /* padding: 10px; */
  box-sizing: border-box;
  border-color: 0c2649;
  border-width: 0px;
  border-style: solid;
}

.category-image {

  background-position: center;
  background-size: cover;
  border-width: 0px;
  border-bottom-width: 0px;
  border-color: ffb76b;
  border-style: solid;
  padding: 0px;
  margin-bottom: 0px;
  height: 200px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.category-image:hover {
  border-bottom-width: 10px;
  padding: 2px;
}

.category-title {
  font-style: bold;
  letter-spacing: 6;
  font-size: 23px;
  margin-left: 10px;
}

.category-description {
  font-style: italic;
  font-size: 11px;
  margin-left: 10px;
  opacity: 0.7;
}



.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* height: 600px; */
  /* background-color: blue; */
  margin-right: 100px;
  margin-left: 200px;
  margin-top: 100px;
  margin-bottom: 200px;
}



.gallery-image {

  background-position: center;
  background-size: cover;
  /* border-width: 2px;

  border-color: black;
  border-style: solid; */

  height: 250px;
  width: 20%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  float: left;
  margin: 10px;
  filter: grayscale(20%);
}

.gallery-image:hover {
  filter: grayscale(0%);
}


.gallery-cell-landscape {
  flex: 0 0 calc(33.33% - 20px);
  /* max-width: 25%; */
  width: 400px;
  height: 300px;
  margin-top: 50px;
  margin-left: 15%;
  border-width: 0px;
  border-bottom-width: 0px;
  border-color: ffb76b;
  border-style: solid;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.gallery-cell-landscape:hover {
  /* border-bottom-width: 10px; */
}


.full-frame-gallery {
  height: 80%;
  margin-top: 50px;
  margin-bottom: 100px;

  border-width: 30px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-radius: 30px;

  /* border-color: ffb76b; */
  border-style: solid;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}

.full-frame-gallery-left {
  width: 55%;
  margin-left: 15%;
  z-index: 0;
}

.full-frame-gallery-middle {
  width: 45%;
  margin-left: 30%;
  z-index: 0;
}

.full-frame-gallery-double-left-to-middle {
  width: 50%;
  margin-left: 15%;
  z-index: 0;
}

.full-frame-gallery-double-right {
  width: 25%;
  margin-right: 5%;
  z-index: 0;
}

.full-frame-gallery-left:hover,
.full-frame-gallery-middle:hover,
.full-frame-gallery-double-left-to-middle:hover,
.full-frame-gallery-double-right:hover {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  z-index: 2;
}

div.image-gallery-text-overlay {
  font-size: 20px;
  letter-spacing: 5;
  position: absolute;
  bottom: 10;
  left: 2%;
  padding: 10px;
  color: white;
  display: flex;
  align-items: center;
  font-style: italic;
}

.gallery-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  /* background-image: url("/img/highres/france-italy-1.jpg"); */
  background-attachment: fixed;

}

.gallery-image-container-double {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  /* background-image: url("/img/highres/france-italy-1.jpg"); */
  background-attachment: fixed;
  margin-bottom: 100px;

}

.gallery-image-container-double-element {

  height: 80%;
  position: absolute;
  top: 0;
  background-position: center;
  background-size: cover;
  /* background-image: url("/img/highres/france-italy-1.jpg"); */
  background-attachment: fixed;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;

  border-width: 30px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-radius: 30px;
  border-style: solid;


}

.gallery-image-container-double-element:first-child {
  left: 0;
}

.gallery-image-container-double-element:last-child {
  right: 0;
}


.container-three-columns {
  width: 100%;
  height: auto;
  margin-bottom: 300px;
  margin-top: 100px;

}

.container-three-columns-center {
  height: 100%;
  margin-left: 20%;
  margin-right: 20%;
}

.column {
  width: 33.33%;
  height: 100%;
  float: left;
}

.column-image {
  margin: 3%;
  width: 90%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  filter: grayscale(70%);
}

.column-image:hover {
  filter: grayscale(0);
  width: 92%;

}

.experimental-container {
  margin-top: 100px;

  width: 80%;
  height: 80%;
  position: relative;
}

.experimental-image {
  width: 30%;
  height: 100%;
  background-color: blue;
  margin: auto;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 47%;
  top: -5%;
  -webkit-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  border-style: solid;
  border-radius: 40px;
  border-width: 7px;
  border-color: 2a0b1d;


}

.experimental-image-top {
  opacity: 0%;

}

.experimental-image-top:hover {
  opacity: 100%;
  border-color: c43588;
}


.grayout {
  filter: grayscale(70%);
}




.smoke-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  /* -webkit-transition: width 0.8s, height 0.8s;
  transition: clip-path .5s; */
  pointer-events: none;
  z-index: 0;
  position: absolute;
  opacity: 0;

}



.cursor-smoke {
  width: 2rem;
  height: 2rem;
  /* border: 2px solid white; */
  /* background-color: ffb001; */
  background: radial-gradient(rgb(244, 127, 10) 5%, rgba(138, 10, 10, 0) 70%);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* mix-blend-mode: difference; */
  -webkit-transition: width 0.8s, height 0.8s;
  transition: width 1.8s, height 1.8s;
  z-index: 4;

}

.active-smoke {
  -webkit-mask-image: radial-gradient(circle 100px at center, black 50%, transparent 100%);
  mask-image: radial-gradient(circle 100px at center, black 50%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 200% 200%;
  mask-size: 200% 200%;
  -webkit-transition: -webkit-mask-image 0.3s;
  transition: -webkit-mask-image 0.3s;
  transition: mask-image 0.3s;
  z-index: 3;
  opacity: 1;
}

.smoke-image-text-overlay {
  position: absolute;
  bottom: 0;
  width: 20%;
  color: f47f0a;
  margin: 20px;
}

.smoke-image-name {
  font-size: 22;
}

.smoke-image-description {
  font-size: 15;
  font-style: italic;
  opacity: 0.5;
}


.bike-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  /* -webkit-transition: width 0.8s, height 0.8s;
  transition: clip-path .5s; */
  pointer-events: none;
  z-index: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.active-bike {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.text-bikepacking {
  font-size: 20;
}


.text-bikepacking-under-construction {
  width: 120px;
  height: 20px;
  opacity: 1;
  color: black;
  background-color: bdbe04;
  font-size: x-small;
  letter-spacing: 0;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
}


.text-night-under-construction {
  width: 120px;
  height: 20px;
  opacity: 1;
  color: black;
  background-color: ff9032;
  font-size: x-small;
  letter-spacing: 0;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
}

.text-light-under-construction {
  width: 120px;
  height: 20px;
  opacity: 1;
  color: black;
  background-color: 00c6ed;
  font-size: x-small;
  letter-spacing: 0;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
}



.night-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  /* -webkit-transition: width 0.8s, height 0.8s;
  transition: clip-path .5s; */
  pointer-events: none;
  z-index: 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  margin-top: 0px;
}

.night-image-main-layer-person {
  background-image: url('/img/highres/Gallery/night/Person.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: 64vh;
  margin-top: 57vh;
  position: absolute;
  z-index: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}


.night-image-main-layer-mountain {
  background-image: url('/img/highres/Gallery/night/Mountains-soften.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: 87vh;
  margin-top: 34vh;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.night-image-main-layer-sky {
  background-image: url('/img/highres/Gallery/night/Sky.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100vw;
  height: 84vh;
  margin-top: -5vh;
  position: absolute;
  z-index: -2;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}


.render-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  /* -webkit-transition: width 0.8s, height 0.8s;
  transition: clip-path .5s; */
  pointer-events: none;
  z-index: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.active-render {
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}


.fungarium-image-container,
.herbarium-image-container,
.story-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  /* -webkit-transition: width 0.8s, height 0.8s;
  transition: clip-path .5s; */
  pointer-events: none;
  z-index: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.active-fungarium,
.active-herbarium,
.active-story {
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.story-image-container,
.active-story {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}






.light-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  /* -webkit-transition: width 0.8s, height 0.8s;
  transition: clip-path .5s; */
  pointer-events: none;
  z-index: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.active-light {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}


.text-renders {
  font-size: 20;
}

.text-renders-under-construction {
  width: 120px;
  height: 20px;
  opacity: 1;
  color: black;
  background-color: bd1619;
  font-size: x-small;
  letter-spacing: 0;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
}

.text-fungarium {
  font-size: 20;
}

.text-nature {
  font-size: 20;
  font-style: italic;
}

.text-fungarium-under-construction {
  width: 120px;
  height: 20px;
  opacity: 1;
  color: black;
  background-color: da004c;
  font-size: x-small;
  letter-spacing: 0;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
}

.gallery-more-images-box {
  width: 70px;
  height: 30px;
  margin: 10px;
  opacity: 0.3;
  background-color: white;
  border-radius: 50px;
  color: black;
  font-size: 20;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.gallery-more-images-box:hover {
  opacity: 1;
  width: 100px;
}


.about-page-text {
  width: 100vw;
  height: 100vh;
  font-style: italic;
  font-size: 13px;
  position: absolute;
  margin-top: 100vh;
  -webkit-transition: margin 1s;
  transition: margin 1s;
}

h1 {
  font-size: 1vh;
  font-weight: 500;
  width: 60vh;
  margin: auto;
  text-align: justify;
  text-indent: 20px;
}



.image-similar-overlay {
  width: 500px;
  height: 80vh;
  background-color: transparent;
  top: 10vh;
  right: -550px;
  z-index: 1;
  position: absolute;
  opacity: 1;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: grayscale(100%);
}

.image-similar-overlay:hover {
  opacity: 1;
  right: 0px;
  filter: grayscale(0%);

}

.inside-image {
  width: 100%;
  height: 100%;
  border-radius: 50px;

  right: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  position: absolute;
}

.image-similar-icon {
  width: 100px;
  height: 50px;
  border-radius: 50px;
  background-color: white;
  position: absolute;
  top: 40%;
  left: -75px;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  animation: transparency-animation 3s infinite;
}

@keyframes transparency-animation {
  0% {
    opacity: 0.1;
    left: -65px;
  }

  90% {
    opacity: 0.7;
    left: -80px;
  }

  100% {
    opacity: 0.1;
    left: -65px;

  }
}


.image-similar-overlay:hover .image-similar-icon {
  background-color: transparent;
}

.video-container {
  width: 50%;
  /* height: 50vh; */
  margin: auto;
  position: relative;
  top: 20%;
  left: 25%;
  border-radius: 50px;
  border: 10px solid #1f1a1b;
  /* background-color: red; */

}



.landscapes-main-image-purple-rocks {
  width: 100%;
  height: 102vh;
  object-fit: cover;
  object-position: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.button-left {
  width: 80;
  height: 80px;
  border-radius: 50%;
  top: 50vh;
  left: -50px;
  position: absolute;
  background-color: white;
  opacity: 0.3;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  animation: animation-button 3s infinite;
  z-index: 100;
}

.button-left:hover,
.button-right:hover {
  opacity: 1;
  animation: animation-button 1;

}

.button-right {
  width: 80;
  height: 80px;
  border-radius: 50%;
  top: 50vh;
  right: -50px;
  position: absolute;
  background-color: white;
  opacity: 0.3;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  animation: animation-button 3s infinite;
  z-index: 100;
}

@keyframes animation-button {
  0% {
    opacity: 0.1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 0.1;
  }
  
}


.landscapes-pink-panoramic-scaled {
  height: 100vh;
  width: 100vw;
  background-size: contain;
  background-repeat: no-repeat;
  position:absolute;
  top: 0vh;
  left: 0px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.highlight {
  left: 0vw;
  width: 0vw;
  
  top: 26vh;
  height: 30vh;

  background-color: white;
  opacity: .0;
  position: absolute;
  border-radius: 50px;
  z-index: 10;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.highlight:hover {
  opacity: .5;
}

.highlightText {
  width: 100%; 
  height: 10%; 
  text-align: center; 
  bottom: 0; 
  position: absolute;
  font-size: larger;
  font-weight: 900;
  opacity: 0;
}


.eye {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: transparent;
  opacity: 0.1;
  position: absolute;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 10;
  margin: 10px;
  background: url("../img/eye-icon.png") center no-repeat transparent;
  background-size: cover;
}

.eye:hover {
  opacity: .9;
}

.eye:hover  ~.highlight {
  opacity: .3;
}

.inactive {
 height: 0vh;
 visibility:hidden;
 opacity: 0;
}

.switch-button {
  width: 170px;
  height: 30px;
  margin: 10px;
  opacity: 0.3;
  background-color: white;
  border-radius: 50px;
  color: black;
  font-size: 15;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  cursor: pointer;
  visibility: collapse;
}

.switch-button:hover {
  opacity: 1;
  width: 200px;
}

.location-button {
  width: 30;
  height: 30px;
  margin: 5px;
  opacity: 0.1;
  background-color: white;
  border-radius: 50px;
  color: black;
  font-size: 15;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  cursor:default;
  visibility: collapse;
}

.location-button-selected {
  opacity: .8;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}


.respect-story-image-container {
  width: 5418px;
  height: 3386px;
  background-size: cover;
  background-position: bottom;
  bottom: -50%;
  z-index: 0;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.respect-story-video-container {
  width: 20vw;
  /* height: 50vh; */
  margin: auto;
  position: absolute;
  bottom: 34.79999999999998vh;
  left: 39.69999999999999vw;
  border-radius: 10px;
  /* border: 10px solid #1f1a1b; */
  /* background-color: red; */

}


.background-image {
  scale: 1.1;
  -webkit-transition: scale 0.1s;
  transition: scale 0.1s;
  top: 5vh;
}
