/* Tooltip container */
.tooltip1 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 250px;
  height: 200px;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 135%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip1:hover .tooltiptext1 {
  visibility: visible;
  opacity: 1;
}



/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 350px;
  height: 300px;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -150px;
  left: 165%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}



/* Tooltip container */
.tooltip3 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip3 .tooltiptext3 {
  position: absolute;
  visibility: hidden;
  width: 350px;
  height: 300px;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  z-index: 1;
  top: -350px;
  left: 350%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip3:hover .tooltiptext3 {
  visibility: visible;
  opacity: 1;
}


/* Tooltip container */
.tooltip4 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip4 .tooltiptext4 {
  visibility: hidden;
  width: 350px;
  height: 300px;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -350px;
  left: -400px;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip4:hover .tooltiptext4 {
  visibility: visible;
  opacity: 1;
}


/* Tooltip container */
.tooltip5 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip5 .tooltiptext5 {
  visibility: hidden;
  width: 350px;
  height: 300px;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: -300px;
  left: -400px;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip5:hover .tooltiptext5 {
  visibility: visible;
  opacity: 1;
}

/* Tooltip container */
.tooltip6 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip6 .tooltiptext6 {
  visibility: hidden;
  width: 350px;
  height: 300px;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: -50px;
  left: -200px;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip6:hover .tooltiptext6 {
  visibility: visible;
  opacity: 1;
}
