@font-face {
  font-family: "Gotham-light";
  src: url("../fonts/Gotham-Light.otf");
}
body {
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Gotham-light", sans-serif;
}

.container {
  background-image: url("../images/sagittaire_branding_shortest.jpg");
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

h2 {
  margin: 0;
  color: white;
}

.lottie-player {
  width: 50px;
  height: 50px;
  z-index: 1;
}

img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.white {
  color: white;
}

.blue {
  color: blue;
}

.window {
  background-color: #e5194c;
}

.flooring {
  background-color: #1aa6e3;
}

.seat {
  background-color: #1764ac;
}

.filtration {
  background-color: #76d3d8;
}

.fuselage {
  background-color: #ed751f;
}

.dot-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

#cabin-window-container {
  top: 39%;
  left: 19%;
}

#fuselage-container {
  top: 25%;
  left: 29%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#seat-container {
  top: 39%;
  left: 39%;
}

#airco-container {
  top: 23%;
  left: 65%;
}

#flooring-container {
  top: 70%;
  left: 63%;
}

.click-zoom input[type=checkbox] {
  display: none;
}

.click-zoom lottie-player {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.click-zoom input[type=checkbox]:checked ~ lottie-player {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#modal-container {
  position: absolute;
  display: table;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1;
}
#modal-container.four {
  z-index: 2;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#modal-container.four #modal-background .modal {
  animation: fade-in 1s;
  -moz-animation: fade-in 1s;
  -webkit-animation: fade-in 1s;
}
#modal-container.four + .content {
  z-index: 1;
  -webkit-animation: blowUpContent 0.5s cubic-bezier(0.26, 0.66, 0.85, 1.03) forwards;
          animation: blowUpContent 0.5s cubic-bezier(0.26, 0.66, 0.85, 1.03) forwards;
}
#modal-container.four.out #modal-background .modal {
  -webkit-animation: blowUpModalTwo 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpModalTwo 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  -webkit-animation: blowUpContentTwo 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: blowUpContentTwo 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container #modal-background {
  width: 100vw;
  height: 100vh;
  display: table-cell;
  z-index: 10;
}
#modal-container #modal-background .modal {
  width: 22.5%;
  height: auto;
  display: inline-block;
  font-weight: 300;
  position: absolute;
  z-index: 10;
}
#modal-container #modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container #modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container #modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container #modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

@-webkit-keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes blowUpContent {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  99.9% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fffdfd;
  -webkit-transition: opacity 0.75s, visibility 0.75s;
  transition: opacity 0.75s, visibility 0.75s;
  z-index: 20;
}

.loader--hidden {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blowUpContentTwo {
  0% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes blowUpModal {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@keyframes blowUpModalTwo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
@media screen and (min-width: 2500px) {
  #cabin-window-container {
    top: 35%;
    left: 12%;
  }
  #fuselage-container {
    top: 15%;
    left: 29%;
  }
  #seat-container {
    top: 36%;
    left: 39%;
  }
  #airco-container {
    top: 13%;
    left: 65%;
  }
  #flooring-container {
    top: 75%;
    left: 64%;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1910px) {
  #cabin-window-container {
    top: 39%;
    left: 6%;
  }
  #fuselage-container {
    top: 24%;
    left: 25%;
  }
  #seat-container {
    top: 37%;
    left: 38%;
  }
  #airco-container {
    top: 21%;
    left: 67%;
  }
  #flooring-container {
    top: 71%;
    left: 65%;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
  #cabin-window-container {
    top: 36%;
    left: 12%;
  }
  #fuselage-container {
    top: 23%;
    left: 23%;
  }
  #seat-container {
    top: 36%;
    left: 39%;
  }
  #airco-container {
    top: 16%;
    left: 65%;
  }
  #flooring-container {
    top: 71%;
    left: 62%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  #cabin-window-container {
    top: 37%;
    left: 17%;
  }
  #fuselage-container {
    top: 23%;
    left: 27%;
  }
  #seat-container {
    top: 36%;
    left: 38%;
  }
  #airco-container {
    top: 20%;
    left: 67%;
  }
  #flooring-container {
    top: 71%;
    left: 64%;
  }
}
@media screen and (max-width: 900px) {
  #cabin-window-container {
    top: 37%;
    left: 1%;
  }
  #fuselage-container {
    top: 26%;
    left: 22%;
  }
  #seat-container {
    top: 39%;
    left: 29%;
  }
  #airco-container {
    top: 20%;
    left: 74%;
  }
  #flooring-container {
    top: 70%;
    left: 73%;
  }
}