body {
  margin: 0;
  background-color: black;
}

#tapToPlaceTextHolder {
  display: none;
  width: 50%;
  height: auto;
  display: none;
  position: absolute;
  left: 25%;
  top: 59%;
}

#tapToPlaceTextHolder h2 {
  color: white;
  font-size: 14px;
}

#loadingIcon {
  display: block;
  position: absolute;
  width: 140px;
  height: 39px;
  left: 50%;
  top: 90%;
  margin-left: -70px;
  z-index: 499;
}

#creativeVisualization {
  width: 25%;
  left: 73%;
  height: auto;
  justify-content: left
}

#topMiddleHeader {
  width: 25%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 598;
  top: 1%;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

.topMiddleDivHeader {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  justify-content: center;
}

.topMiddleImageHeader {
  width: 100%;
  max-width: 90px;
  z-index: 598;
  display: block;
  vertical-align: top;
  float: center;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

#topLeftHeader {
  width: 8%;
  left: 0.5%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 598;
  top: 1%;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

.topLeftDivHeader {
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  justify-content: center;
}

.topLeftImageHeader {
  width: 100%;
  max-width: 90px;
  z-index: 598;
  display: block;
  vertical-align: top;
  float: center;
  margin: 0px auto;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0px;
}

#creativeVisualizationImage {
  width: 100%;
  height: auto;
  max-width: 110px;
}

#introScreen {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 599;
  pointer-events: none;
}

#introScreenBackground {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 599;
  pointer-events: none;
}

/*main*/
#dimContainer {
  width: 25%;
  left: 0%;
  position: absolute;
  top: 1%;
  z-index: 598;
  display: block;
  float: left;
}

#interactiveDimensionDivContainer {
  position: absolute;
  width: 100%;
  left: 5%;
  z-index: 12;
  display: block;
  float: left;
}

#interactiveDimensionChildDivContainer {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  float: right;
  z-index: 12;
  top: 100px;
}

.dimensionChildDiv {
  width: 100%;
  height: auto;
  float: right;
}

.dimensionChildImage {
  width: 100%;
  height: auto;
  max-width: 140px;
  float: right;
}

.ambientChildDiv {
  width: 100%;
  height: auto;
  float: right;
}

.ambientChildImage {
  width: 100%;
  height: auto;
  max-width: 70px;
  float: right;
  transition: all 0.3s ease-in-out;
}

.ambientChildImage:hover {
  box-shadow: 0px 0px 5px #000000;
  transform: scale(1.1, 1.1);
}

.ambientChildImage:hover::after {
  opacity: 1;
}

.dimensionDiv {
  width: 100%;
  height: auto;
  float: left;
}

.dimensionImage {
  width: 100%;
  height: auto;
  max-width: 90px;
  float: left;
}

#toggleContainer {
  position: absolute;
  right: 1%;
  width: 25%;
  z-index: 12;
  top: 1%;
  display: block;
  float: right;
  display: none !important;
}

#toggle {
  width: 100%;
  height: auto;
  float: right;
}

#toggle img {
  width: 100%;
  height: auto;
  max-width: 90px;
  float: right;
}

#btn_container {
  width: 100%;
  position: absolute;
  top: 90vh;
  z-index: 599;
  display: flex;
  justify-content: center;
}

#InteractiveContainer {
  width: 96%;
  right: 2%;
  position: absolute;
  bottom: 2%;
  z-index: 598;
  display: block;
  justify-content: center;
  margin: 0 auto;
}

#interactiveIconDivContainer {
  width: 100%;
  max-width: 500px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
}

.parentIconDivCss {
  margin: 4px;
  margin-bottom: 0px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-wrap: nowrap;
  flex-grow: 1;
}

.parentIconCss {
  width: auto;
  max-width: 100px;
  max-height: 90px;
  height: 100%;
  margin: 0 auto;
  /*  transition: all 0.3s ease-in-out;*/
}

/*
.parentIconCss:hover{
  box-shadow: 0px 0px 5px #000000;
  transform: scale(1.4, 1.4);
}

.parentIconCss:hover::after {
  opacity: 1;
}*/
#interactiveLeftChildIconDivContainer {
  width: 12%;
  height: auto;
  left: 1%;
  top: 11%;
  position: absolute;
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  justify-content: center;
  margin: 0 auto;
  z-index: 599;
}

.childLeftIconDivCss {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.childLeftIconCss {
  height: auto;
  width: 100%;
  margin: 0 auto;
  /*  transition: all 0.3s ease-in-out;*/
}

#interactiveChildIconDivContainer {
  width: 50%;
  position: relative;
  display: flex;
  column-gap: 20px;
  justify-content: center;
  margin: 0 auto;
  z-index: 599;
}

.childIconDivCss {
  width: 50%;
  max-width: 65px;
  height: auto;
  margin: 0 auto;
}

.childIconCss {
  height: auto;
  width: 100%;
  margin: 0 auto;
  /*  transition: all 0.3s ease-in-out;*/
}

/*
.childIconCss:hover{
  box-shadow: 0px 0px 5px #000000;
  transform: scale(1.4, 1.4);
}

.childIconCss:hover::after {
  opacity: 1;
}
*/
#interactiveVideoDivContainer {
  width: 32%;
  position: absolute;
  top: 33%;
  left: 67%;
  display: none;
  justify-content: center;

}

#interactiveCallOutDivContainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.callOutDivCss {
  width: 100%;
  height: auto;
  margin-top: -1% display: block;
  justify-content: center;
  margin: 0 auto;
}

.callOutImgCss {
  height: auto;
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

#instruction {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 100%;
  /*top: -180px;*/
  bottom: 150px;
}

#instruction>img {
  display: block;
  margin: 0 auto;
  width: 90%;
  left: 5%;
  max-width: 550px;
}

#instructionLandscapeMobile {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  height: 100%;
  /*top: -180px;*/
  bottom: -150px;
}

#instructionLandscapeMobile>img {
  display: none;
  margin: 0 auto;
  width: 90%;
  left: 5%;
  max-width: 550px;
}

#tapToContinue {
  display: none;
  position: absolute;
  width: 50%;
  max-width: 350px;
  height: auto;
  right: 35%;
  top: 20%;
  z-index: 599;
}

@media only screen and (max-width: 1023px) {
  /*for mobile ; for desktop use 'landscape' */
  @media (orientation: portrait) {
    #introScreen {
      display: block;
      width: 100%;
      height: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 599;
      pointer-events: none;
    }

    .parentIconCss {
      width: auto;
      max-width: 100px;
      max-height: 65px;
      height: 100%;
      margin: 0 auto;
      /*  transition: all 0.3s ease-in-out;*/
    }

    #btn_container {
      width: 100%;
      position: absolute;
      top: 80vh;
      z-index: 599;
      display: flex;
      justify-content: center;
    }

    #interactiveLeftChildIconDivContainer {
      width: 25%;
      height: auto;
      left: 1%;
      top: 12%;
      position: absolute;
      display: flex;
      flex-direction: column;
      column-gap: 20px;
      justify-content: center;
      margin: 0 auto;
      z-index: 599;
    }

    #interactiveVideoDivContainer {
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0%;
      left: 0%;
      display: none;
      justify-content: center;
      z-index: 700;
      background-color: black;
    }

    #topLeftHeader {
      width: 25%;
      left: 0.5%;
      position: absolute;
      display: flex;
      flex-direction: column;
      justify-content: center;
      z-index: 598;
      top: 1%;
      margin: 0px auto;
      margin-bottom: 0px;
      margin-top: 0px;
      padding: 0px;
    }

    #instructionLandscapeMobile {
      display: none;
      width: 100%;
      position: absolute;
      z-index: 10;
      height: 100%;
      /*top: -180px;*/
      bottom: 150px;
    }

    #instructionLandscapeMobile>img {
      display: block;
      margin: 0 auto;
      width: 90%;
      left: 5%;
      max-width: 550px;
    }
  }

  @media (orientation: landscape) {
    #interactiveVideoDivContainer {
      width: 100%;
      height: 100vh;
      position: absolute;
      top: 0%;
      left: 0%;
      display: none;
      justify-content: center;
      z-index: 700;
      background-color: black;
    }

    #instruction>img {
      display: block;
      margin: 0 auto;
      width: 30%;
      left: 5%;
      max-width: 550px;
    }

    #instructionLandscapeMobile {
      display: none;
      width: 100%;
      position: absolute;
      z-index: 10;
      height: 100%;
      /*top: -180px;*/
      bottom: -150px;
    }

    #instructionLandscapeMobile>img {
      display: none;
      margin: 0 auto;
      width: 90%;
      left: 5%;
      max-width: 550px;
    }

    #interactiveLeftChildIconDivContainer {
      width: 12%;
      height: auto;
      left: 1%;
      top: 22%;
      position: absolute;
      display: flex;
      flex-direction: column;
      column-gap: 20px;
      justify-content: center;
      margin: 0 auto;
      z-index: 599;
    }

    #interactiveIconDivContainer {
      width: 100%;
      max-width: 220px;
      position: relative;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      margin: 0 auto;
      margin-bottom: -10px;
    }

    .parentIconDivCss {
      /*margin-left: 8px;*/
      margin: 0px;
      margin-bottom: 0px;
      display: inline-flex;
      flex-direction: row;
      flex-wrap: nowrap;
      overflow-wrap: nowrap;
      flex-grow: 1;
    }

    .parentIconCss {
      width: auto;
      max-width: 50px;
      max-height: 90px;
      height: 100%;
      margin: 0 auto;
    }

    .callOutImgCss {
      height: auto;
      width: 100%;
      max-width: 245px;
      display: block;
      margin: 0 auto;
      margin-bottom: -25px;
    }

    .topLeftImageHeader {
      width: 100%;
      max-width: 60px;
      z-index: 598;
      display: block;
      vertical-align: top;
      float: left;
      margin: 0px auto;
      margin-bottom: 0px;
      margin-top: 0px;
      padding: 0px;
    }

    .topMiddleImageHeader {
      width: 100%;
      max-width: 60px;
      z-index: 598;
      display: block;
      vertical-align: top;
      float: center;
      margin: 0px auto;
      margin-bottom: 0px;
      margin-top: 0px;
      padding: 0px;
    }

    #toggle img {
      width: 100%;
      height: auto;
      max-width: 60px;
      float: right;
    }
  }
}