:root {
  --main-red-color: #e4002b;
  --main-justrite-color: #a61e2f;
  --main-red-color-opacity: rgba(174, 18, 42, 1);
  --main-red-color-hover: #76000f;
  --main-yellow-color: #fec50d;
  --gray-color: #333;
  --cloud-color: #c7d9ea;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
.right-side p:nth-of-type(2) {
  font-weight: bold;
}
html {
  height: 100%;
}
body {
  position: relative;
  font-family: "Roboto", sans-serif;
  height: 100%;
  overflow: hidden;
}
#nscInterface {
  width: 100%;
  padding: 0;
  display: flex;
  height: 100%;
  /* align-items: flex-end; */
  justify-content: center;
}
#nscInterface .content-left {
  width: 13%;
}
#nscInterface .content-right {
  width: 100%;
  height: 100%;
  position: relative;
  /* display: flex;
  align-items: center;
  padding: 15px 25px;
  justify-content: center; */
}
#nscInterface #navigation {
  list-style: none;
  padding: 0;
  height: 100vh;
  width: 100%;
  margin: 0;
}
#nscInterface #navigation li {
  width: 100%;
  height: 12.5%;
  cursor: pointer;
  color: #fff;
  padding: 0 1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgba(135, 135, 135, 0.8);
  transition: all 100ms ease-in-out;
}
#nscInterface #navigation li:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0);
  border-width: 18px;
  margin-top: -18px;
}
#nscInterface #navigation li.active {
  background: rgba(255, 255, 255, 0.8);
}
#nscInterface #navigation li.active:after {
  border-left-color: rgba(255, 255, 255, 0.8);
}
#nscInterface #navigation li.active span {
  color: #231f20;
}
#nscInterface #navigation li.active svg path,
#nscInterface #navigation li.active svg circle,
#nscInterface #navigation li.active svg polygon,
#nscInterface #navigation li.active svg {
  fill: #a61e2f !important;
}
#nscInterface #navigation li span {
  color: #fff;
  text-transform: uppercase;
  display: block;
  letter-spacing: 2px;
  font-size: 0.875em;
  margin-top: 1px;
}
#nscInterface #navigation li i {
  display: inline-block;
}
#nscInterface #navigation li .content {
  display: inline-block;
  vertical-align: middle;
  width: 99.9%;
  font-size: 16px;
}
#nscInterface #navigation li:hover {
  background: rgba(255, 255, 255, 0.8);
}
#nscInterface #navigation li:hover:after {
  border-left-color: rgba(255, 255, 255, 0.8);
}
#nscInterface #navigation li:hover span {
  color: #231f20;
}
#nscInterface #navigation li:hover svg path,
#nscInterface #navigation li:hover svg circle,
#nscInterface #navigation li:hover svg polygon,
#nscInterface #navigation li:hover svg {
  fill: #a61e2f;
}
.animation-slide {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.vertical {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 97%;
  height: 100%;
  margin: auto;
  img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  h2 {
    font-size: 30px;
  }
}

.hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.active {
  visibility: visible;
  opacity: 1;
}

.interactive-container {
  width: 100%;
  height: 100%;
}

.interactive-container .point {
  cursor: pointer;
  position: absolute;
  width: 0.95rem;
  height: 0.95rem;
  background-color: var(--main-red-color);
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0;
  animation: pulse 3s infinite;
}

.interactive-container .point:nth-child(2n) {
  animation-delay: 0.5s;
}

.interactive-container .point:nth-child(3n) {
  animation-delay: 1s;
}

.interactive-container .point:nth-child(4n) {
  animation-delay: 1.5s;
}

.interactive-container .point:nth-child(5n) {
  animation-delay: 2s;
}

.interactive-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: var(--main-red-color-hover);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--main-red-color-opacity);
  }
  70% {
    box-shadow: 0 0 0 13px rgba(0, 172, 193, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}

.tippy-tooltip {
  font-size: 17px !important;
}

.interactive-container.manufacturing {
  .dot-1 {
    top: 7%;
    left: 13.5%;
  }
  .dot-2 {
    top: 12%;
    left: 26%;
  }
  .dot-3 {
    top: 27%;
    left: 7.5%;
  }
  .dot-4 {
    top: 30%;
    left: 23%;
  }
  .dot-5 {
    top: 48.5%;
    left: 20%;
  }
  .dot-6 {
    top: 55%;
    left: 28.2%;
  }
  .dot-7 {
    top: 52%;
    left: 30.7%;
  }
  .dot-8 {
    top: 59.5%;
    left: 33%;
  }
  .dot-9 {
    top: 59%;
    left: 40%;
  }
  .dot-10 {
    top: 66.5%;
    left: 38%;
  }
  .dot-11 {
    top: 65%;
    left: 47.7%;
  }
  /* .dot-12 {
    top: 73%;
    left: 45%;
  } */
  .dot-13 {
    top: 72.5%;
    left: 59.2%;
  }
  .dot-14 {
    top: 73%;
    left: 64.7%;
  }
  .dot-15 {
    top: 83%;
    left: 58%;
  }
  .dot-16 {
    top: 83%;
    left: 47%;
  }
  .dot-17 {
    top: 37%;
    left: 84%;
  }
  .dot-18 {
    top: 51%;
    left: 90%;
  }
  /* .dot-19 {
    top: 93%;
    left: 68%;
  } */
  .dot-20 {
    top: 35%;
    left: 51.7%;
  }
  .dot-21 {
    top: 34.5%;
    left: 55.5%;
  }
  .dot-22 {
    top: 22%;
    left: 45.5%;
  }
  .dot-23 {
    top: 23.5%;
    left: 48%;
  }
  .dot-24 {
    top: 26%;
    left: 54%;
  }
  .dot-25 {
    top: 57%;
    left: 79.5%;
  }
  .dot-26 {
    top: 60%;
    left: 59%;
  }
  .dot-27 {
    top: 43%;
    left: 22%;
  }
}


.mac .tippy-content a {
  padding: 6px 15px 3px;
}

.tippy-content {
  display: flex;
  align-items: center;
  padding: 15px 20px 15px 0;
  font-size: 15px;
  line-height: normal;
  img {
    min-width: 75px;
    min-height: 75px;
    max-width: 150px;
    box-shadow: none;
    max-height: 100px;
    width: auto !important;
    padding: 15px 0 15px 15px;
  }
  div {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    text-align: center;
    align-items: center;
    gap: 10px;
    max-width: 300px;
    font-size: 18px;
  }
  a {
    padding: 5px 15px;
    background: var(--gray-color);
    color: var(--main-yellow-color);
    cursor: pointer;
  }
  span {
    text-wrap: pretty;
  }
}

.modal-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal-container {
  width: 100%;
  max-width: 1200px;
  max-height: 90%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #fff;
  padding: 50px 35px;
  display: flex;
  .close {
    position: absolute;
    top: -3px;
    right: 15px;
    font-size: 50px;
    cursor: pointer;
  }
}
.pdp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  width: 100%;
  h2 {
    font-size: 34px;
    text-wrap: balance;
    color: var(--main-justrite-color);
  }
  .left-side,
  .right-side {
    width: 36%;
    display: flex;
    justify-content: center;
  }
  .right-side {
    width: 56%;
    flex-direction: column;
    gap: 30px;
    ul {
      padding-left: 25px;
    }
    li {
      margin-bottom: 10px;
    }
  }
  img {
    max-width: 100%;
    max-height: 400px;
  }
}

.notice {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 99;
  font-size: 17px;
  top: 3%;
  right: 3%;
  color: #494949;
  div {
    display: flex;
    padding-top: 5px;
  }
  .dot {
    cursor: pointer;
    width: 0.95rem;
    height: 0.95rem;
    background-color: var(--main-red-color);
    border-radius: 50%;
    transition: all 0.3s ease;
    will-change: box-shadow;
    box-shadow: 0;
    animation: pulse 3s infinite;
    margin-right: 8px;
  }
}

@media all and (max-width: 900px) {
  .notice {
    top: auto;
    right: auto;
    bottom: 5%;
    left: 3%;
  }
}

.qr-code {
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 160px;
  font-size: 20px;
  text-align: center;
  img {
    margin-top: 5px;
    width: 100%;
    height: 100%;
  }
}

.jsg-logo {
  position: fixed;
  top: 3%;
  right: 2%;
  max-width: 250px;
  z-index: 99;
  img {
    width: 100%;
  }
}

.tippy-box[data-theme~="light"] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
    0 4px 80px -8px rgba(36, 40, 47, 0.25),
    0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="top"] > .tippy-arrow:before {
  border-top-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="bottom"]
  > .tippy-arrow:before {
  border-bottom-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="left"] > .tippy-arrow:before {
  border-left-color: #fff;
}
.tippy-box[data-theme~="light"][data-placement^="right"] > .tippy-arrow:before {
  border-right-color: #fff;
}
.tippy-box[data-theme~="light"] > .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~="light"] > .tippy-svg-arrow {
  fill: #fff;
}
