@font-face {
  font-family: "OctoberGeL-Regular";
  src: url("../../fonts/octobergel/octobergel-regular.otf") format("embedded-opentype");
}
* {
  box-sizing: border-box;
}

body {
  background-color: black;
  color: white;
  margin: 0;
  overflow: hidden;
}

.section-thumbnail-headline {
  display: none;
  opacity: 0 !important;
}

.section-thumbnail {
  cursor: pointer;
}

#story-header {
  position: fixed;
  top: 0 !important;
  width: 100vw !important;
  z-index: 1000;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  height: fit-content;
  padding: 40px 5vmax;
  transition: top 0.3s ease;
  pointer-events: none;
  box-sizing: border-box;
}
@media (min-width: 575.98px) {
  #story-header {
    padding: 80px 5vmax;
  }
}
#story-header .menu-items {
  display: flex;
  align-items: center;
}
#story-header .mute-button {
  background-image: url("../../uploads/emigration/images/icons/icon-sound1.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: all;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}
#story-header .mute-button:hover {
  opacity: 1;
}
#story-header .mute-button.muted {
  background-image: url("../../uploads/emigration/images/icons/icon-sound2.svg");
}
#story-header .language-switcher {
  display: flex;
  align-items: center;
  pointer-events: all;
  width: 40px;
  height: 40px;
  justify-content: center;
  box-sizing: border-box;
}
#story-header .language-switcher a {
  display: flex;
  opacity: 0.7;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#story-header .language-switcher a.en {
  background-image: url("../../uploads/emigration/images/icons/icon-eng.svg");
}
#story-header .language-switcher a.ka {
  background-image: url("../../uploads/emigration/images/icons/icon-geo.svg");
}
#story-header .language-switcher a:hover {
  opacity: 1;
}
#story-header .language-switcher span {
  margin: 0 6px;
}
#story-header.hidden {
  top: -7.5vw;
}
#story-header.show {
  top: 0;
}
#story-header .logo {
  display: flex;
  align-items: center;
}
#story-header .site-logo {
  display: flex;
  margin-right: 1.8vw;
  pointer-events: all;
  height: 40px;
}
#story-header .site-logo svg {
  height: 100%;
}
@media (max-width: 575.98px) {
  #story-header .site-logo {
    height: 22px;
  }
}

.story-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  scroll-behavior: smooth;
  overflow: hidden auto;
}
@media (min-width: 575.98px) {
  .story-wrapper {
    overflow: auto hidden;
  }
}
.story-wrapper .sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 50vmin;
}
@media (min-width: 768px) {
  .story-wrapper .sections {
    flex-direction: row;
    width: fit-content;
    padding-top: 10vmin;
  }
}
.story-wrapper .sections > section {
  width: 100vmin !important;
  height: 100vmin !important;
  margin-bottom: 0;
  top: initial !important;
  padding: 0 20px;
  display: flex;
}
@media (min-width: 768px) {
  .story-wrapper .sections > section {
    width: 75vmin !important;
    height: 75vmin !important;
  }
}
.story-wrapper .sections > section.section-thumbnail-wrapper {
  position: relative !important;
  left: 0 !important;
}
.story-wrapper .sections > section.section-thumbnail-wrapper.show .section-thumbnail {
  opacity: 1 !important;
  width: 100%;
  object-fit: contain;
  object-position: top;
}
.story-wrapper .sections > section.section-thumbnail-wrapper:nth-child(even) .section-thumbnail {
  object-position: bottom;
}
.story-wrapper .sections > section.section-thumbnail-wrapper:first-child {
  margin-right: -12vmin;
}
.story-wrapper .sections > section.section-thumbnail-wrapper:nth-child(3) {
  margin-right: -12vmin;
}
.story-wrapper .sections .sections-footer {
  display: flex;
}
.story-wrapper .sections .sections-footer > div {
  width: 50%;
}
.story-wrapper .sections .sections-footer > div section {
  width: 100% !important;
  height: auto !important;
}
.story-wrapper .sections .sections-footer > div section a {
  display: block;
  width: 100%;
}
.story-wrapper .sections .sections-footer > div section img {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .story-wrapper .sections .sections-footer > div {
    width: auto;
    height: 50%;
  }
  .story-wrapper .sections .sections-footer > div section {
    width: auto !important;
    height: 100% !important;
  }
  .story-wrapper .sections .sections-footer > div section a {
    display: block;
    height: 100%;
  }
  .story-wrapper .sections .sections-footer > div section img {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .story-wrapper .sections .sections-footer {
    flex-direction: column;
    margin: 0 6vh;
    height: 75vh;
  }
}

.modal-section .modal-section-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
}
.modal-section .section-body {
  width: 100% !important;
  justify-content: center;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .modal-section .section-body {
    padding: 0 2rem 0 0 !important;
  }
}
.modal-section .content-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .modal-section .content-wrapper {
    height: 100%;
  }
}

.gallery {
  display: flex;
  overflow-x: auto;
  padding: 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.gallery:focus, .gallery:focus-visible {
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .gallery {
    scroll-snap-type: none;
    height: 100%;
    align-items: center;
  }
}
.gallery .items {
  display: flex;
  gap: 16px;
}
.gallery .item {
  width: fit-content;
}
.gallery .item.landscape {
  width: 60vmin;
  height: auto;
}
.gallery .item img {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery .item img:hover {
  transform: scale(1.05);
}
@media (min-width: 768px) {
  .gallery .item img {
    margin-right: 10vmin;
  }
}

.pet-inherited-wrapper .section-header-wrapper {
  z-index: 500;
}
.pet-inherited-wrapper .gallery {
  position: relative;
  right: 0;
  top: 0;
  flex-direction: column;
  padding-top: 20vh;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .pet-inherited-wrapper .gallery {
    position: absolute;
    width: 50vw;
    padding-top: 20px;
    align-items: end;
  }
}
.pet-inherited-wrapper .gallery .item {
  width: 90%;
  margin-bottom: 5vh;
}
@media (min-width: 768px) {
  .pet-inherited-wrapper .gallery .item {
    margin-right: 10%;
  }
}
.pet-inherited-wrapper .gallery .item img {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  object-position: right;
}
.pet-inherited-wrapper .section-footer-wrapper {
  display: flex;
  padding: 4vh 5vw;
  position: absolute;
  top: 5vh;
  right: 0;
}
.pet-inherited-wrapper .section-footer-wrapper .section-title {
  position: relative;
  top: unset;
  right: unset;
  height: auto;
  width: 90vw;
}
@media (min-width: 768px) {
  .pet-inherited-wrapper .section-footer-wrapper .section-title {
    height: 8vh;
    width: auto;
  }
}

.dungeon-punk-wrapper .section-body {
  padding-right: 0 !important;
}
.dungeon-punk-wrapper .content-wrapper {
  padding-right: 0 !important;
}
.dungeon-punk-wrapper .gallery {
  overflow-x: hidden;
  flex-wrap: wrap;
  overflow-y: auto;
  justify-content: center;
  padding-top: 10vh;
}
@media (min-width: 768px) {
  .dungeon-punk-wrapper .gallery {
    justify-content: unset;
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden;
    padding-top: 20px;
    margin: 0;
  }
}
.dungeon-punk-wrapper .gallery .item img {
  width: auto;
  height: 60vmin;
  object-fit: contain;
  margin: 2rem;
}
.dungeon-punk-wrapper .section-title {
  height: 8vmin;
}
.dungeon-punk-wrapper .section-footer-wrapper {
  position: absolute;
  top: 5vh;
  right: 1vmin;
}
.dungeon-punk-wrapper .section-footer-wrapper img {
  height: 7vh;
}
@media (min-width: 768px) {
  .dungeon-punk-wrapper .section-footer-wrapper {
    position: absolute;
    top: unset;
    bottom: 2vh;
    right: unset;
    left: 2vh;
  }
  .dungeon-punk-wrapper .section-footer-wrapper img {
    height: 8vmin;
  }
}

.castle-diaries-wrapper .section-body {
  flex-direction: column-reverse !important;
}
@media (min-width: 768px) {
  .castle-diaries-wrapper .section-body {
    flex-direction: row !important;
  }
}
.castle-diaries-wrapper .section-body .youtube-wrapper {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 15%;
  padding-top: 0;
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .castle-diaries-wrapper .section-body .youtube-wrapper {
    position: relative;
    bottom: unset;
    background-color: black;
    flex-direction: column;
    width: 15%;
    height: 100%;
    padding-top: 19vmin;
  }
}
.castle-diaries-wrapper .section-body .youtube-wrapper .player-wrapper {
  position: relative;
  width: 50%;
  height: 100%;
  padding-top: 0;
  background-color: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
}
@media (min-width: 768px) {
  .castle-diaries-wrapper .section-body .youtube-wrapper .player-wrapper {
    width: 100%;
    padding-top: 56.25%;
    height: 0;
  }
}
.castle-diaries-wrapper .section-body .youtube-wrapper .player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.castle-diaries-wrapper .section-body .youtube-wrapper .playlist {
  background-image: url("../../uploads/emigration/images/playlist-thumbnails-mob.png");
  background-size: contain;
  width: 50%;
  flex-grow: 1;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .castle-diaries-wrapper .section-body .youtube-wrapper .playlist {
    background-position: top;
    width: 100%;
    background-image: url("../../uploads/emigration/images/playlist-thumbnails.png");
  }
}
.castle-diaries-wrapper .section-body .content-wrapper {
  flex-grow: 1;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
}
.castle-diaries-wrapper .gallery .item img {
  height: 60vmin;
  width: 60vmin;
}

#modal-window-lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(../../uploads/emigration/bg/desk/p5.png);
  background-size: cover;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 20000;
}
#modal-window-lightbox img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  #modal-window-lightbox img {
    max-width: 90%;
    max-height: 90%;
  }
}
#modal-window-lightbox.active {
  display: flex;
}

#playlist {
  display: flex;
  overflow-x: auto;
  gap: 16px;
  margin-top: 20px;
}

#playlist div {
  cursor: pointer;
  width: 200px;
}

.btn {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 1;
}

.close-btn {
  right: initial !important;
  background-repeat: no-repeat;
  height: 36px !important;
  width: 60px !important;
  background-image: url("../../uploads/emigration/images/icons/icon-back.svg");
  left: 4px;
  top: 14px !important;
}
@media (min-width: 768px) {
  .close-btn {
    left: 50px;
    top: 36px !important;
  }
}
.close-btn:before, .close-btn:after {
  content: none !important;
}
.close-btn.hidden {
  display: none !important;
}

.section-header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.section-header-wrapper .section-title {
  position: absolute;
  height: 8vh;
  top: 102px;
  right: 10px;
}
@media (min-width: 768px) {
  .section-header-wrapper .section-title {
    right: 100px;
    top: 50px;
  }
}
.section-header-wrapper .section-info {
  position: absolute;
  height: 36px;
  width: 60px;
  cursor: pointer;
  left: 107px;
  top: 31px;
}
@media (min-width: 768px) {
  .section-header-wrapper .section-info {
    left: 156px;
    top: 52px;
  }
}
.section-header-wrapper .section-info.hidden {
  display: none;
}

#info-modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: white;
  z-index: 30000;
  background: transparent !important;
  overflow-y: auto;
}
#info-modal-window .close-button {
  background-image: url("../../uploads/emigration/images/icons/icon-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  margin: 1rem 1.7rem;
  z-index: 200;
  cursor: pointer;
  right: initial !important;
  height: 36px !important;
  width: 60px !important;
  top: 3vmin !important;
  left: 2vmin !important;
}
@media (min-width: 768px) {
  #info-modal-window .close-button {
    top: 36px !important;
    left: 50px;
  }
}
#info-modal-window .modal-body {
  font-family: "OctoberGeL-Regular", sans-serif;
  min-height: 80vh;
  height: fit-content;
  position: absolute;
  color: black;
  line-height: 1.7em;
  font-size: 1.2rem;
  background-image: url("../../uploads/emigration/images/backgrounds/info-paper.png");
  right: 6vmin;
  transform: none;
  width: 85vmin;
  padding: 7vmax 2vmax 7vmax 3vmax;
  top: 21vw;
}
@media (min-width: 768px) {
  #info-modal-window .modal-body {
    transform: rotate(-2deg);
    width: 40vw;
    padding: 3vmax;
    top: 1vmax;
  }
}
#info-modal-window .modal-body:after {
  content: "";
  background-image: url("../../uploads/emigration/images/backgrounds/clip-for-info-page.png");
  width: 4vmax;
  height: 8vmax;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #info-modal-window .modal-body:after {
    width: 2.3vmax;
    height: 5vmax;
  }
}
@media (min-width: 768px) {
  #info-modal-window .modal-body {
    width: 40vw;
    min-height: 88vh;
    height: fit-content;
    line-height: 2em;
    font-size: 1.2rem;
    right: 2vw;
    top: 1vw;
  }
}
#info-modal-window.show {
  display: flex;
  background-color: black;
}

.banjaxed-bronc-wrapper {
  background-image: url("../../uploads/emigration/bg/desk/p5.png");
  background-size: cover;
}
.banjaxed-bronc-wrapper .content-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.banjaxed-bronc-wrapper .content-wrapper .video-wrapper {
  height: 0 !important;
  width: 100vw !important;
  padding-bottom: 33.7%;
  position: absolute !important;
  left: unset !important;
  top: unset !important;
}
.banjaxed-bronc-wrapper .content-wrapper .video-wrapper video {
  width: 100%;
}
@media (min-width: 768px) {
  .banjaxed-bronc-wrapper .content-wrapper .video-wrapper {
    width: 60vw !important;
    top: 145px !important;
    left: 75px !important;
  }
}
.banjaxed-bronc-wrapper .section-footer-wrapper {
  display: flex;
  justify-content: end;
  padding: 4vh 5vw;
  position: absolute;
  top: 5vh;
  right: 1vmin;
}
.banjaxed-bronc-wrapper .section-footer-wrapper img {
  height: 7vh;
}
@media (min-width: 768px) {
  .banjaxed-bronc-wrapper .section-footer-wrapper {
    position: absolute;
    top: unset;
    bottom: 2vh;
  }
  .banjaxed-bronc-wrapper .section-footer-wrapper img {
    height: 8vmin;
  }
}
.banjaxed-bronc-wrapper .section-footer-wrapper .section-title {
  height: 8vh;
}

#global-bg-video-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#global-bg-video-wrapper video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#story-headline {
  position: fixed;
  width: 38vmin;
  height: fit-content;
  left: 4vmin;
  top: 80px;
}
#story-headline img {
  width: 100%;
}
@media (min-width: 768px) {
  #story-headline {
    bottom: 3vmin;
    top: unset;
  }
}

.soundcloud-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 0 10%;
}
@media (min-width: 768px) {
  .soundcloud-wrapper {
    padding: 0 30%;
  }
}

.of-the-distant-trajectories-wrapper .section-title {
  height: 15vh;
}

.experience-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.experience-modal .experience-modal-content {
  font-family: "OctoberGeL-Regular", sans-serif;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  background-image: url("../../uploads/emigration/images/backgrounds/info-paper.png");
  color: #c2424a;
  width: 30rem;
  text-align: center;
}
.experience-modal .enable-sound-btn {
  background-image: url("../../uploads/emigration/images/icons/icon-sound2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 67px;
  height: 38px;
  border: none;
  outline: none;
  background-color: transparent;
}
.experience-modal.hidden {
  display: none;
}

.about-otherness-wrapper .section-body {
  position: relative;
  color: black;
  padding: 0 9vmin !important;
}
.about-otherness-wrapper .section-body .content-wrapper {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .about-otherness-wrapper .section-body .content-wrapper {
    padding: 12vh 14vw !important;
  }
}
.about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper {
  position: relative;
  font-family: "OctoberGeL-Regular", sans-serif;
  min-height: 80vh;
  height: fit-content;
  color: black;
  line-height: 1.7em;
  font-size: 1.2rem;
  background-image: url("../../uploads/emigration/images/backgrounds/info-paper.png");
  width: 85vmin;
  padding: 1vmax 2vmax 1vmax 3vmax;
  top: 21vw;
}
.about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper:after {
  content: "";
  background-image: url("../../uploads/emigration/images/backgrounds/clip-for-info-page.png");
  width: 4vmax;
  height: 8vmax;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper:after {
    width: 2.3vmax;
    height: 5vmax;
  }
}
@media (min-width: 768px) {
  .about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper {
    min-height: 88vh;
    height: fit-content;
    line-height: 2em;
    font-size: 1.2rem;
    right: 2vw;
    width: 60vw;
    padding: 3vmax;
    top: 1vmax;
  }
}
.about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper .section-body-mobile-bg,
.about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper .section-body-desk-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper .section-body-desk-bg {
  display: none;
}
.about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper .section-content {
  position: relative;
  padding: 10px;
}
@media (min-width: 768px) {
  .about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper .section-content {
    padding: 10vmin;
  }
  .about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper .section-body-desk-bg {
    display: block;
  }
  .about-otherness-wrapper .section-body .content-wrapper .scroll-wrapper .section-body-mobile-bg {
    display: none;
  }
}

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