html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
*::-webkit-scrollbar {
  display: none;
}

body {
  background-color: #0a2a43;
  min-height: 1500px;
}

section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
section::before {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
}
section .ground {
  position: absolute;
  height: 40vh;
  width: 100vw;
  background-color: aqua;
  bottom: 0;
  z-index: 1;
}
section .ground-divider {
  position: absolute;
  height: 10px;
  width: 100vw;
  background-color: black;
  bottom: 40vh;
  z-index: 1;
}
section svg,
section img {
  position: absolute;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
section#story-1 {
  background-color: #9f9f9f;
}
section#story-1 .ground {
  background-color: #424242;
}
section#story-1 svg,
section#story-1 img {
  transform-origin: bottom;
  transform: scale(0.8);
}
section#story-1 svg#story-1-friends,
section#story-1 img#story-1-friends {
  z-index: 5;
  bottom: 0;
}
section#story-1 svg#story-1-friend-a,
section#story-1 img#story-1-friend-a {
  z-index: 4;
  bottom: 10vh;
  left: 10vw;
}
section#story-1 svg#story-1-friend-g,
section#story-1 img#story-1-friend-g {
  z-index: 4;
  bottom: 10vh;
  right: 10vw;
}
section#story-1 svg#story-1-window-1,
section#story-1 img#story-1-window-1 {
  transform: scale(0.8);
  transform-origin: top right;
  z-index: 3;
  top: 5vh;
  right: 5vh;
}
section#story-1 svg#story-1-window-2,
section#story-1 img#story-1-window-2 {
  transform: scale(0.8);
  transform-origin: top left;
  z-index: 3;
  top: 5vh;
  left: 5vh;
}
section#story-2 {
  background-color: #a0b7e7;
}
section#story-2 .ground {
  background-color: #a1a67c;
}
section#story-2 svg#story-2-sun,
section#story-2 img#story-2-sun {
  z-index: 0;
  top: 5%;
  right: 5%;
}
section#story-2 svg#story-2-mountain,
section#story-2 img#story-2-mountain {
  transform-origin: bottom;
  width: 50vw;
  left: 0;
  bottom: 25vh;
  z-index: 2;
}
section#story-2 svg#story-2-background-trees,
section#story-2 img#story-2-background-trees {
  bottom: 25vh;
  right: 14vw;
  transform: scale(0.4);
  z-index: 1;
}
section#story-2 svg#story-2-birds,
section#story-2 img#story-2-birds {
  top: 20vh;
  right: 30vw;
  z-index: 0;
}
section#story-2 svg#story-2-road,
section#story-2 img#story-2-road {
  bottom: 8vh;
  z-index: 3;
  width: 100vw;
  height: 81px;
  background-repeat: repeat-y;
}
section#story-2 svg#story-2-car,
section#story-2 img#story-2-car {
  min-height: 15%;
  bottom: 13vh;
  right: 5vw;
  z-index: 4;
}
section#story-2 svg#story-2-foreground-trees,
section#story-2 img#story-2-foreground-trees {
  transform-origin: bottom left;
  bottom: -2px;
  left: 0;
  z-index: 5;
}
section#story-3 {
  background-color: #939393;
}
section#story-3 #story-3-card {
  z-index: 5;
}
section#story-3 .ground {
  background-color: #424242;
}
section#story-3 svg#story-3-plant,
section#story-3 img#story-3-plant {
  transform-origin: bottom;
  bottom: 0;
  transform: scale(0);
  z-index: 10;
}
section#story-3 svg#story-3-dad,
section#story-3 img#story-3-dad {
  transform-origin: bottom;
  transform: scale(0.7);
  z-index: 7;
  bottom: 5vh;
  left: 10vh;
}
section#story-3 svg#story-3-mom,
section#story-3 img#story-3-mom {
  transform-origin: bottom;
  transform: scale(0.7);
  z-index: 7;
  bottom: 5vh;
  right: 10vh;
}
section#story-3 svg#story-3-lamp-1,
section#story-3 img#story-3-lamp-1 {
  transform-origin: bottom;
  bottom: 20vh;
  transform: scale(0.5);
  z-index: 2;
  left: 10vh;
}
section#story-3 svg#story-3-lamp-2,
section#story-3 img#story-3-lamp-2 {
  transform: scale(0.5);
  transform-origin: bottom;
  bottom: 20vh;
  z-index: 2;
  right: 10vh;
}
section#story-3 svg#story-3-painting-1,
section#story-3 img#story-3-painting-1 {
  transform: scale(0.7);
  z-index: 1;
  top: 5vh;
  left: 100px;
}
section#story-3 svg#story-3-painting-2,
section#story-3 img#story-3-painting-2 {
  transform: scale(0.7);
  z-index: 1;
  top: 5vh;
}
section#story-3 svg#story-3-painting-3,
section#story-3 img#story-3-painting-3 {
  transform: scale(0.7);
  z-index: 1;
  top: 5vh;
  right: 100px;
}
section#story-3 svg#story-3-couch,
section#story-3 img#story-3-couch {
  transform-origin: bottom;
  transform: scale(0.7);
  z-index: 6;
  bottom: 5vh;
}
section#story-4 {
  background-color: #658bdc;
}
section#story-4 .ground {
  background-color: #676127;
}
section#story-4 svg#story-4-couple,
section#story-4 img#story-4-couple {
  z-index: 10;
  bottom: 0;
}
section#story-4 svg#story-4-couple g#ring,
section#story-4 img#story-4-couple g#ring {
  background-color: 0;
  transform-origin: 50% 50%;
  animation: ring_animation 1s ease-in-out infinite alternate;
}
section#story-4 svg#story-4-tree-1,
section#story-4 img#story-4-tree-1 {
  z-index: 6;
  left: 5vw;
  bottom: 10vh;
  transform: scale(0.9);
}
section#story-4 svg#story-4-tree-2,
section#story-4 img#story-4-tree-2 {
  z-index: 6;
  right: 5vw;
  bottom: 10vh;
  transform: scale(0.9);
}
section#story-4 svg#story-4-tree-3,
section#story-4 img#story-4-tree-3 {
  z-index: 5;
  left: 20vw;
  bottom: 15vh;
  transform: scale(0.4);
}
section#story-4 svg#story-4-tree-4,
section#story-4 img#story-4-tree-4 {
  z-index: 5;
  right: 20vw;
  bottom: 15vh;
  transform: scale(0.4);
}
section#story-4 svg#story-4-sun,
section#story-4 img#story-4-sun {
  top: 10vh;
  z-index: 1;
}
section#story-4 svg#story-4-birds-1,
section#story-4 img#story-4-birds-1 {
  top: 10vh;
  right: 30vw;
  z-index: 2;
}
section#story-4 svg#story-4-birds-2,
section#story-4 img#story-4-birds-2 {
  top: 20vh;
  right: 60vw;
  z-index: 4;
}
section#story-4 svg#story-4-clouds,
section#story-4 img#story-4-clouds {
  transform-origin: top left;
  top: 10vh;
  left: 0;
  z-index: 3;
  transform: scale(0.6);
}

.story-card {
  padding: 16px;
  padding-top: 0px;
  background-color: rgba(255, 255, 255, 0.8) !important;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  z-index: 1000;
  position: absolute !important;
}
.story-card#story-1-card {
  top: 1vh;
  z-index: 6;
}
.story-card#story-2-card {
  top: 1vh;
}
.story-card#story-3-card {
  top: 1vh;
}
.story-card#story-4-card {
  top: 1vh;
  left: 1vh;
}
.story-card img {
  height: 100%;
  position: relative;
}
.story-card .card-header {
  position: relative;
  background-color: transparent;
  border: none;
}
.story-card .card-header .card-status {
  margin-bottom: 16px;
}
.story-card .card-header .card-status .clock {
  font-weight: bold;
}
.story-card .card-header .card-status .status-icons {
  margin-top: 5px;
}
.story-card .card-header button.btn {
  padding: 0px 16px !important;
  border: none;
  color: #c1930b;
}
.story-card .card-header button.btn img {
  height: 16px;
  margin-right: 8px;
}
.story-card .card-header button.btn.previous {
  margin-left: -16px;
}
.story-card .card-header button.btn.next {
  margin-right: -16px;
}
.story-card .card-header button.btn.next.first-next a {
  animation: btn_animation 0.6s infinite alternate;
}
.story-card .card-header button.btn a {
  text-decoration: none;
  color: #c1930b;
}
.story-card .card-header button.btn:active, .story-card .card-header button.btn:focus {
  border: none;
}
.story-card .card-body {
  display: block;
  transition: display 1.4s;
  position: relative;
}
.story-card .card-body h1 {
  color: #474746;
  margin-bottom: 16px;
}
.story-card .card-footer {
  position: relative;
  background-color: transparent;
  border: none;
}

#text {
  position: relative;
  color: red;
  font-size: 10em;
  z-index: 1;
}

@keyframes ring_animation {
  from {
    transform: translateY(-1em);
  }
  to {
    transform: translateY(1em);
  }
}
@keyframes btn_animation {
  from {
    color: #8a6906;
  }
  to {
    color: #dbad22;
  }
}
@media only screen and (max-width: 992px) {
  section#story-1 svg#story-1-friends,
  section#story-1 img#story-1-friends {
    transform: scale(0.7);
    bottom: 0;
  }
  section#story-1 svg#story-1-friend-a,
  section#story-1 img#story-1-friend-a {
    transform: scale(0.7);
    z-index: 4;
    bottom: 20vh;
    left: -10vw;
  }
  section#story-1 svg#story-1-friend-g,
  section#story-1 img#story-1-friend-g {
    transform: scale(0.7);
    z-index: 4;
    bottom: 20vh;
    right: -10vw;
  }
  section#story-1 svg#story-1-window-1,
  section#story-1 img#story-1-window-1 {
    transform: scale(0.8);
    transform-origin: top right;
    z-index: 3;
    top: 5vh;
    right: 0vh;
  }
  section#story-1 svg#story-1-window-2,
  section#story-1 img#story-1-window-2 {
    transform: scale(0);
    transform-origin: top left;
    z-index: 3;
    top: 5vh;
    left: 0vh;
  }
  section#story-2 svg#story-2-sun,
  section#story-2 img#story-2-sun {
    top: 10%;
    right: -10%;
    transform: scale(0.7);
  }
  section#story-2 svg#story-2-mountain,
  section#story-2 img#story-2-mountain {
    transform: scale(3);
    left: 0;
    bottom: 25vh;
  }
  section#story-2 svg#story-2-background-trees,
  section#story-2 img#story-2-background-trees {
    bottom: 25vh;
    right: 5vw;
  }
  section#story-2 svg#story-2-road,
  section#story-2 img#story-2-road {
    bottom: 8vh;
    width: 100%;
    background-repeat: no-repeat;
  }
  section#story-2 svg#story-2-car,
  section#story-2 img#story-2-car {
    min-height: 15%;
    bottom: 10vh;
    right: -150px;
    transform: scale(0.7);
  }
  section#story-2 svg#story-2-foreground-trees,
  section#story-2 img#story-2-foreground-trees {
    transform: scale(0.7);
    left: 0px;
  }
  section#story-3 svg#story-3-plant,
  section#story-3 img#story-3-plant {
    transform: scale(0);
  }
  section#story-3 svg#story-3-lamp-1,
  section#story-3 img#story-3-lamp-1 {
    transform: scale(0.5);
    left: -25vw;
  }
  section#story-3 svg#story-3-lamp-2,
  section#story-3 img#story-3-lamp-2 {
    transform: scale(0.5);
    right: -25vw;
  }
  section#story-3 svg#story-3-painting-1,
  section#story-3 img#story-3-painting-1 {
    transform-origin: left;
    transform: scale(0.4);
    top: 15vh;
    left: 10px;
  }
  section#story-3 svg#story-3-painting-2,
  section#story-3 img#story-3-painting-2 {
    transform: scale(0.4);
    top: 15vh;
  }
  section#story-3 svg#story-3-painting-3,
  section#story-3 img#story-3-painting-3 {
    transform-origin: right;
    transform: scale(0.4);
    top: 15vh;
    right: 10px;
  }
  section#story-3 svg#story-3-dad,
  section#story-3 img#story-3-dad {
    transform-origin: bottom left;
    transform: scale(0.5);
    left: 0px;
  }
  section#story-3 svg#story-3-mom,
  section#story-3 img#story-3-mom {
    transform-origin: bottom right;
    transform: scale(0.5);
    z-index: 7;
    bottom: 5vh;
    right: 0px;
  }
  section#story-3 svg#story-3-couch,
  section#story-3 img#story-3-couch {
    transform: scale(0.4);
    transform-origin: bottom;
    bottom: 32vh;
  }
  section#story-4 svg#story-4-couple,
  section#story-4 img#story-4-couple {
    transform-origin: bottom;
    transform: scale(0.8);
  }
  section#story-4 svg#story-4-tree-1,
  section#story-4 img#story-4-tree-1 {
    transform-origin: left;
    left: -20vw;
    bottom: 10vh;
    transform: scale(0.6);
  }
  section#story-4 svg#story-4-tree-2,
  section#story-4 img#story-4-tree-2 {
    transform-origin: right;
    right: -20vw;
    bottom: 10vh;
    transform: scale(0.6);
  }
  section#story-4 svg#story-4-tree-3,
  section#story-4 img#story-4-tree-3 {
    left: -10vw;
    bottom: 15vh;
    transform: scale(0.4);
  }
  section#story-4 svg#story-4-tree-4,
  section#story-4 img#story-4-tree-4 {
    right: -10vw;
    bottom: 15vh;
    transform: scale(0.4);
  }
  section#story-4 svg#story-4-sun,
  section#story-4 img#story-4-sun {
    top: 10vh;
  }
  section#story-4 svg#story-4-birds-1,
  section#story-4 img#story-4-birds-1 {
    top: 10vh;
    right: 30vw;
  }
  section#story-4 svg#story-4-birds-2,
  section#story-4 img#story-4-birds-2 {
    top: 20vh;
    right: 60vw;
  }
  section#story-4 svg#story-4-clouds,
  section#story-4 img#story-4-clouds {
    transform-origin: top left;
    top: 10vh;
    left: 0;
    transform: scale(0.3);
  }
  .story-card {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }
  .story-card#story-2-card, .story-card#story-3-card, .story-card#story-4-card {
    left: 0;
    right: unset;
    bottom: unset;
    top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */