.menu {
  margin: auto;
  width: 100vh;
  height: auto;
  text-align: center;
  position: relative;
}

.container-imgnav {
  position: absolute;
  bottom: 5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  height: auto;
  display: flex;
  justify-content: center;
  /*addsIntroFadeIn*/
  opacity: 0;
  transition: opacity 2s;
  animation: fade-in 2s;
  animation-delay: 2.1s; /* delay the animation by 1 second */
  animation-fill-mode: forwards
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*IntroFadeInUptoHere*/

.landing-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.interactive-table {
  position: relative;
  width: 1200px;
  top: 110px;
  max-width: 95%;
  height: auto;
}

.table-background {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.item {
  position: absolute;
  height: auto;
  transition: transform 0.3s ease;
  cursor: pointer;
   transition: box-shadow 0.5s;
    pointer-events: none;
  
}

.item img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  pointer-events: auto;
}

.plant img {
  width: 25%;
  height: auto;
  line-height: 0;
}

.laptop img {
  width: 40.5%;
  height: auto;
}

.files img {
  width: 27.5%;
  height: auto;
  vertical-align: top;
  margin-right: -5px;
  display: inline-block;
  
  
}
/*shadow try* NOTWORKING YET

.shadow {
  position: relative;
}

* Create a shadow map *

.shadow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  filter: blur(10px);
  z-index: -1;
  clip-path: inherit;
}

/*shadow try ends here*/

.item .label {
  position: absolute;
  top: -40px;
  left: 17%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.item .label1 {
  position: absolute;
  top: -40px;
  left: 17%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 50px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.item:hover img {
  transform: scale(1.15);
}

.item:hover .label {
  opacity: 1;
}

.item:hover .label1 {
  opacity: 1;
}

.laptop {
  top: 18%;
  left: 40%;
}

.plant {
  top: 59.9%;
  left: 62.5%;
}

.files {
  top: 48%;
  left: 21%;
}

.faq{
  scale: .3;
  top:33%;
  left:45%;
}
/*.container-imagnav position scaling*/
@media (max-width: 1802px) and (max-height: 760px) {
  .container-imgnav {
      bottom: -1vh;
      width: 50vw;
      height: auto;
  }
 
}
@media (max-width: 1920px) and (min-height: 800px) {
  .container-imgnav {
    position: absolute;
    bottom: -5vh;
    left: 50%;
    transform: translateX(-50%);
    width: 80vw;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
  }
}

  .menu {
    width: 100vh;
  }

  .interactive-table {
    top: 110px;
  }

  .item img {
    width: 100%;
  }

  .plant img {
    width: 25%;
  }

  .laptop img {
    width: 40.5%;
  }

  .files img {
    width: 27.5%;
  }

  .item .label {
    font-size: 14px;
  }

  .laptop {
    top: 20%;
    left: 38.5%;
  }

  .plant {
    top: 31.245%;
    left: 68.8%;
  }

  .files {
    top: 48%;
    left: 17.5%;
  }


@media (max-width:1536px)
 {
  .menu {
    width: 100%;
  }

  .container-imgnav {
    bottom: -6vh;
    width: 65vw;
    height: auto;
      }

  .interactive-table {
    top: 50px;
 }

  .item img {
    width: 100%;
  }

  .plant img {
    width: 17%;
  }

  .laptop img {
    width: 41%;
  }

  .files img {
    width: 27%;
  }

  .item .label {
    font-size: 12px;
  }

  .laptop {
    top: 20%;
    left: 38.5%;
  }

  .plant {
    top: 32.2%;
    left: 69%;
  }

  .files {
    top: 48%;
    left: 17.5%;
  }

}

@media (max-width:1333px) {

 .plant img {
    width: 15%;
  }
   .plant {
    top: 31.145%;
    left: 68.8%;
  }

}