@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    margin: 0;
    padding: 0;
}
body{
    margin:0px; 
    padding:0px;
    color: #fff;
    overflow-x: hidden;
}

img{
    max-width:100%;
}

.fullmap{
    width: 100%;
    height: 730px;
}
.nav-item{
    padding: 16px 30px;
    color: #555555 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}
.home{
    background-color: #d6d6d4;
}
.hvac{
    background-color: #ff8861;
}
.saecr{
    background-color: #bf7fff;
}
.mp{
    background-color: #ffedb8;
}
.compressor{
    background-color: #00bfff;
}
.plastics{
    background-color: #ffdf7f;
}
.cooler{
    background-color: #d1e8ff;
}
.pipes{
    background-color: #2d2d2d;
    color: #fff !important;
}
.radiator{
    background-color: #fcf6e6;
}
.evap{
    background-color: #ff80ff;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.nav-link {
  display: none;
}

/*Popup Styling*/
.popup{
  position: relative;
  background: rgba(255, 255, 255, .5);
  width: 100%;
}
.img-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  overflow: hidden !important;
}
#zoom {
  width: 100%;
  height: 100%;
  transform-origin: 0px 0px;
  transform: scale(1) translate(0px, 0px);
  cursor: grab;
}
.img-popup img {
  max-width: 100%;
  width: 1300px;
  height: 700px;
  object-fit: contain;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out,-webkit-transform .5s ease-out;
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn .bar {
  height: 4px;
  background: #fff;
}


.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .5s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

.mapimgs{
  z-index: 22;
}
.container__img-holder img{
  opacity: 0;
}
.hvac-img{
  width: 383px;
  height: 58px;
  position: absolute;
  margin-top: -471px;
  margin-left: 198px;
  z-index: 2;
}
.evap-img{
  margin-top: -421px;
  margin-left: 266px;
  width: 174px;
  height: 165px;
  position: absolute;
  z-index: 1;
}
.heat-img{
  margin-top: -424px;
  margin-left: 440px;
  width: 138px;
  height: 171px;
  position: absolute;
}
.pipe-img{
  margin-top: -279px;
  margin-left: 509px;
  width: 320px;
  height: 90px;
  position: absolute;
}
.plastic-img{
  margin-top: -412px;
  margin-left: 668px;
  width: 192px;
  height: 144px;
  position: absolute;
  z-index: 2;
}
.cooler-img{
  margin-top: -412px;
  margin-left: 528px;
  width: 199px;
  height: 92px;
  position: absolute;
  transform: rotate(-90deg);
  z-index: 2;
}
.comp-img{
  margin-top: -486px;
  margin-left: 730px;
  width: 409px;
  height: 229px;
  position: absolute;
}
.mp-img{
  margin-top: -605px;
  margin-left: 105px;
  width: 630px;
  height: 197px;
  position: absolute;
}
.saecr-img{
  margin-top: -129px;
    margin-left: 895px;
    width: 336px;
    height: 105px;
    position: absolute;
}
.mat-img{
    margin-top: -421px;
    margin-left: 110px;
    width: 155px;
    height: 127px;
    position: absolute;
}
.tray-img{
    margin-top: -296px;
    margin-left: 149px;
    width: 198px;
    height: 78px;
    position: absolute;
}
.store-img{
    margin-top: -485px;
    margin-left: 1056px;
    width: 82px;
    height: 58px;
    position: absolute;
}
.kva-img{
    margin-top: -699px;
    margin-left: 601px;
    width: 339px;
    height: 78px;
    position: absolute;
}
@media screen and (min-width: 1600px) and (max-width: 2000px) { 

  .hvac-img{
      width: 31%;
      margin-left: 214px;
  }
  .evap-img{
      margin-left: 18%;
      width: 11%;
  }
  .heat-img{
      margin-left: 29%;
      width: 9%;
  }
  .pipe-img{
      margin-left: 34%;
      width: 20%;
  }
  .plastic-img{
      margin-left: 44%;
      width: 12%;
  }
  .cooler-img{
      margin-left: 36%;
  }
  .comp-img{
      margin-left: 50%;
      width: 26%;
  }
  .mp-img {
      width: 44%;
  }
  .saecr-img{
      margin-left: 62%
  }
  .tray-img{
      margin-left: 8%;
      width: 15%;    
  }
  .mat-img{
      margin-left: 7%;
      width: 10%;
  }
  .store-img{
      margin-left: 71%;
  }
  .kva-img{
      margin-left: 40%;
      width: 22%;
  }
}
