* {
  /*margin: 0;*/
  /*padding: 0;*/
  /*box-sizing: border-box;*/
}

html {
  /*font-size: 16px;*/
  /*font-family: "Roboto";*/
}

body {
  /*background-color: azure;*/
  width: 100%;
}

.tool-section {
  height: 80%;
  width: 100%;
  margin-top: 18vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-x: hidden;
  min-height: 80vh;
}

.tool-container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.tool-container img {
  height: 80%;
  width: 100%;
}

.all-tooltip {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.tooltip-content {
  position: absolute;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px #00000020;
  padding: 30px;
  border-radius: 8px;
  width: 90vw;
  max-width: 300px;
  opacity: 0;
  pointer-events: none;
  /*left: -50%;*/
  z-index: 2;
}

.tooltip-content .arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-bottom-color: rgb(255, 255, 255);
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%) rotate(0deg);
}

.pin {
  position: absolute;
  content: "";
  top: 50%;
  left: 80%;
  height: 25px;
  width: 25px;
  background-color: rgb(0,0,0);
  border-radius: 50%;
  cursor: pointer;
}

.pin:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  animation: puls-effect 1s ease infinite;
}

.tool-tooltip.active .tooltip-content {
  opacity: 1;
  pointer-events: all;
  display: block;
}

/* Custom Style for tooltip-1 */

.tooltip-1 .pin {
  top: 75%;
  left: 55%;
  height: 15px;
  width: 15px;
  /*background-color: rgb(255, 255, 255);*/
}

.tooltip-1 .tooltip-content {
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  max-height: 200px;
}

.tooltip-1.active .tooltip-content {
  display: flex;
}

.tooltip-1 .tooltip-content .img {
  width: 50%;
  object-fit: cover;
  padding: 10px;
}

.tooltip-1 .tooltip-content .content {
  width: 50%;
  padding: 20px;
}

.tooltip-1 .tooltip-content .content h1 {
  font-size: 1.5rem;
}

.tooltip-1 .tooltip-content .content p {
  font-size: 0.8rem;
}

.tooltip-1 .tooltip-content .content button {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #393B59;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* custom style for tooltip-2 */

.tooltip-2 .pin {
  top: 45%;
  left: 83%;
  height: 15px;
  width: 15px;
}

.tooltip-2 .tooltip-content {
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.tooltip-2.active .tooltip-content {
  display: flex;
}

.tooltip-2 .tooltip-content .img {
  width: 50%;
  object-fit: cover;
  padding: 10px;
}

.tooltip-2 .tooltip-content .content {
  width: 50%;
  padding: 20px;
}

.tooltip-2 .tooltip-content .content h1 {
  font-size: 1.5rem;
}

.tooltip-2 .tooltip-content .content p {
  font-size: 0.8rem;
}

.tooltip-2 .tooltip-content .content button {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #393B59;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* Custom style for tooltip-3 */

.tooltip-3 .pin {
  top: 15%;
  left: 50%;
  height: 15px;
  width: 15px;
}

.tooltip-3 .tooltip-content .content h1 {
  font-size: 1.5rem;
}

.tooltip-3 .tooltip-content .content p {
  font-size: 0.8rem;
}

.tooltip-3 .tooltip-content .content button {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #393B59;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* Custom style for tooltip-4 */

.tooltip-4 .pin {
  top: 65%;
  left: 39%;
  height: 15px;
  width: 15px;
}

.tooltip-4 .tooltip-content .content h1 {
  font-size: 1.5rem;
}

.tooltip-4 .tooltip-content .content p {
  font-size: 0.8rem;
}

.tooltip-4 .tooltip-content .content button {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #393B59;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* custom style for tooltip-7 */

.tooltip-7 .pin {
  top: 45%;
  left: 30%;
  height: 15px;
  width: 15px;
}

.tooltip-7 .tooltip-content {
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.tooltip-7.active .tooltip-content {
  display: flex;
}

.tooltip-7 .tooltip-content .img {
  width: 50%;
  object-fit: cover;
  padding: 10px;
}

.tooltip-7 .tooltip-content .content {
  width: 50%;
  padding: 20px;
}

.tooltip-7 .tooltip-content .content h1 {
  font-size: 1.5rem;
}

.tooltip-7 .tooltip-content .content p {
  font-size: 0.8rem;
}

.tooltip-7 .tooltip-content .content button {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #393B59;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* custom style for tooltip-8 */

.tooltip-8 .pin {
  top: 83%;
  left: 70%;
  height: 15px;
  width: 15px;
}

.tooltip-8 .tooltip-content {
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}

.tooltip-8.active .tooltip-content {
  display: flex;
}

.tooltip-8 .tooltip-content .img {
  width: 50%;
  object-fit: cover;
  padding: 10px;
}

.tooltip-8 .tooltip-content .content {
  width: 50%;
  padding: 20px;
}

.tooltip-8 .tooltip-content .content h1 {
  font-size: 1.5rem;
}

.tooltip-8 .tooltip-content .content p {
  font-size: 0.8rem;
}

.tooltip-8 .tooltip-content .content button {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #393B59;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* Custom style for tooltip-5 */

.tooltip-5 .pin {
  top: 37%;
  left: 65%;
  height: 15px;
  width: 15px;
  /*background-color: rgb(255, 255, 255);*/
}

.tooltip-5 .tooltip-content {
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  max-height: 250px;
}

.tooltip-5.active .tooltip-content {
  display: flex;
}

.tooltip-5 .tooltip-content .img {
  width: 50%;
  object-fit: cover;
  padding: 10px;
}

.tooltip-5 .tooltip-content .content {
  width: 50%;
  padding: 20px;
}

.tooltip-5 .tooltip-content .content h1 {
  font-size: 1.5rem;
}

.tooltip-5 .tooltip-content .content p {
  font-size: 0.8rem;
}

.tooltip-5 .tooltip-content .content button {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #403F3C;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* Custom style for tooltip-6 */

.tooltip-6 .pin {
  top: 62%;
  left: 30%;
  height: 15px;
  width: 15px;
  /*background-color: rgb(255, 255, 255);*/
}

.tooltip-6 .tooltip-content {
  display: flex;
  max-width: 500px;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  max-height: 200px;
}

.tooltip-6.active .tooltip-content {
  display: flex;
}

.tooltip-6 .tooltip-content .img {
  width: 50%;
  object-fit: cover;
  padding: 10px;
}

.tooltip-6 .tooltip-content .content {
  width: 50%;
  padding: 20px;
}

.tooltip-6 .tooltip-content .content h1 {
  font-size: 1.5rem;
}

.tooltip-6 .tooltip-content .content p {
  font-size: 0.8rem;
}

.tooltip-6 .tooltip-content .content button {
  font-family: "Roboto";
  font-size: 0.9rem;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: #403F3C;
  color: white;
  padding: 10px;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #00000020;
}

/* Puls Effect For Pins */

@keyframes puls-effect {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

/* Media Query */

@media (max-width: 768px) {
  .tooltip-1 .tooltip-content {
    flex-direction: column;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .tooltip-1 .tooltip-content .content, .tooltip-1 .tooltip-content .img {
    width: 100%;
  }
}

#o-nama {
  width: 90vw;
}

