
/* Popup_0 container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom:280px;
  margin-left:-100px;
  bottom:-220px;
  
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 400px;
  height:300px;
  background-color: #f5f5f5b5;/*#f5f5f570;*/
  color: #1d1b1b;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  margin-left: -650px;
  margin-bottom: 50px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}



/* Popup_1 container - can be anything you want */
.popup1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom:280px;
  margin-left:-100px;
  bottom:-220px;
  
}

/* The actual popup */
.popup1 .popuptext1 {
  visibility: hidden;
  width: 400px;
  height:300px;
  background-color: #f5f5f5b5;
  color: #1d1b1b;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  margin-left: -650px;
  margin-bottom: 50px;
}

/* Popup arrow */
.popup1 .popuptext1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup1 .show1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}



/* Popup_2 container - can be anything you want */
.popup2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom:280px;
  margin-left:-100px;
  bottom:-220px;
  
}

/* The actual popup */
.popup2 .popuptext2 {
  visibility: hidden;
  width: 400px;
  height:300px;
  background-color: #f5f5f5b5;
  color: #1d1b1b;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  margin-left: -650px;
  margin-bottom: 50px;
}

/* Popup arrow */
.popup2 .popuptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup2 .show2 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}


/* Popup_3 container - can be anything you want */
.popup3 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom:280px;
  margin-left:-100px;
  bottom:-220px;
  
}

/* The actual popup */
.popup3 .popuptext3 {
  visibility: hidden;
  width: 400px;
  height:300px;
  background-color: #f5f5f5b5;
  color: #1d1b1b;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  margin-left: -650px;
  margin-bottom: 50px;
}

/* Popup arrow */
.popup3 .popuptext3::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup3 .show3 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}


/* Popup_4 container - can be anything you want */
.popup4 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom:280px;
  margin-left:-100px;
  bottom:-220px;
  
}

/* The actual popup */
.popup4 .popuptext4 {
  visibility: hidden;
  width: 400px;
  height:300px;
  background-color: #f5f5f5b5;
  color: #1d1b1b;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  margin-left: -650px;
  margin-bottom: 50px;
}

/* Popup arrow */
.popup4 .popuptext4::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup4 .show4 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}



/* Popup_5 container - can be anything you want */
.popup5 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom:280px;
  margin-left:-100px;
  bottom:-220px;
  
}

/* The actual popup */
.popup5 .popuptext5 {
  visibility: hidden;
  width: 400px;
  height:300px;
  background-color: #f5f5f5b5;
  color: #1d1b1b;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  margin-left: -650px;
  margin-bottom: 50px;
}

/* Popup arrow */
.popup5 .popuptext5::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup5 .show5 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}





























/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
