*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    background: #0e0703;
}
.header{
    height: 100px;
    padding: 10px;
}
.header-col-3a{
    width: 100px;
}
.navbar{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
nav{
    flex: 1;
    text-align: center;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: inline-block;
    margin-right: 40px;
}
.menu-icon{
    width: 28px;
    margin-left: 20px;
    display: none;
}
/* Popup container */
.popup1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff0ef;
  background-color: #f38f38;
  margin: 1px;
  border-radius: 6px;
}

/* The actual popup (appears on top) */
.popup1 .popuptext1 {
  visibility: hidden;
  width: 250px;
  color: #fff0ef;
  height: 290px;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #0e0703;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 60px;
  margin-left: -235px;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup1 .show1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}
/* Popup container */
.popup2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff0ef;
  background-color: #f38f38;
  margin: 1px;
  border-radius: 6px;
}

/* The actual popup (appears on top) */
.popup2 .popuptext2 {
  visibility: hidden;
  width: 250px;
  color: #fff0ef;
  height: 385px;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #0e0703;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 60px;
  margin-left: -200px;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup2 .show2 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}
/* Popup container */
.popup3 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

/* The actual popup (appears on top) */
.popup3 .popuptext3 {
  visibility: hidden;
  width: 350px;
  color: #fff;
  height: 550px;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #0e0703;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 999999;
  top: -650px;
  margin-left:  350px;
}

/* Popup arrow */
.popup3 .popuptext3::after {
  content: "𝛑";
  position: absolute;
    background-color: #0e0703;
  top: 100%;
  left: 80%;
  width: 50px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-radius: 6px;

  border-color: #0e0703;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup3 .show3 {
  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 ;}
}
.display{
    background-image: url("images/dialog-background.webp";
    height: 2000px;
    padding: 10px;
}
.display-col img{
    padding: 10px;
}
.display a{
    text-decoration: none;
    color: #fff0ef;
}
.display a:hover{
    color: #f58f29;
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
h1{
    color: 0e0703;
}
p.black10text{
    color: #0e0703;
    font-size: 10px;
}
p.black20text{
    color: #0e0703;
    font-size: 20px;
}
p.white10text{
    color: #fff0ef;
    font-size: 10px;
    margin: 5px;
}
p.white15text{
    color: #fff0ef;
    font-size: 15px;
}
p.white20text{
    color: #fff0ef;
    font-size: 20px;
}
p.green20text{
    color: #36c87d;
    font-size: 20px;
}
p.dark20text{
    color: #0e0703;
    font-size: 20px;
}
p.yellow40text{
    color: #f58f29;
    font-size: 40px;
}
.wwwbtn{
    display: inline-block;
    background: #f58f29;
    width: 100px;
    height: 140px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.wwwbtn:hover{
    background: #0e0703;
}
.collapsible {
  background: none;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
}

.active, .collapsible:hover {
  background-color: #f38f38;
  border-radius: 20px;
}

.collapsible:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsiblePurple {
  background: #721376;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
}

.activePurple, .collapsiblePurple:hover {
  background-color: #b148b7;
  border-radius: 10px;
}

.collapsiblePurple:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsibleRed {
  background: #e60e1b;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
}

.activeRed, .collapsibleRed:hover {
  background-color: #74354c;
  border-radius: 10px;
}

.collapsibleRed:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsible2 {
  background: none;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
}

.active, .collapsible2:hover {
  background-color: #f38f38;
  border-radius: 20px;
}

.collapsible2:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsible2Purple {
  background: #721376;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
}

.active2Purple, .collapsible2Purple:hover {
  background-color: #b148b7;
  border-radius: 10px;
}

.collapsible2Purple:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsible3 {
  background: none;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
}

.active, .collapsible3:hover {
  background-color: #f38f38;
  border-radius: 20px;
}

.collapsible3:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsible3Purple {
  background: #721376;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
}

.active3Purple, .collapsible3Purple:hover {
  background-color: #b148b7;
  border-radius: 10px;
}

.collapsible3Purple:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsible4 {
  background: none;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
}

.active, .collapsible4:hover {
  background-color: #f38f38;
  border-radius: 20px;
}

.collapsible4:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}


.collapsible4Purple {
  background: #721376;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
}

.active4Purple, .collapsible4Purple:hover {
  background-color: #b148b7;
  border-radius: 10px;
}

.collapsible4Purple:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsible4Red {
  background: #e60e1b;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
}

.active4Red, .collapsible4Red:hover {
  background-color: #74354c;
  border-radius: 10px;
}

.collapsible4Red:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsible2Red {
  background: #e60e1b;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
}

.active2Red, .collapsible2Red:hover {
  background-color: #74354c;
  border-radius: 20px;
}

.collapsible2Red:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.collapsible3Red {
  background: #e60e1b;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 10px;
  border-radius: 10px;
}

.active3Red, .collapsible3Red:hover {
  background-color: #74354c;
  border-radius: 20px;
}

.collapsible3Red:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 0px;
}

.active:after {
  content: "\2212";
}

.pdf-download{
    position: absolute;
    top: 50px;
    left: 150px;
}

.bp-download{
    position: absolute;
    top: 50px;
    left: 250px;
}

.content {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #24114e;
  width: 120px;
  font-size: 10px;
  border-radius: 10px;
}

.simulation-box-blank{
    width: 20px;
}
.metalogo-col-01-blank2{
    width: 700px;
}
.metalogo-col-02{
    border-radius: 50px;
    background: radial-gradient(#8c2d77,#e9090f);
    height: 230px;
}
.metalogo-col-blank{
    width: 150px;
}
.metalogo-col-blank2{
    width: 50px;
}
.metalogo-col-blank3{
    width: 250px;
}

.ytbtn{
    display: inline-block;
    background: #ee464f;
    width: 100px;
    height: 140px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.ytbtn:hover{
    background: #0e0703;
}
.thbtn{
    display: inline-block;
    background: #242b3b;
    width: 100px;
    height: 140px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.thbtn:hover{
    background: #0e0703;
}
.ulbtn{
    display: inline-block;
    background: #242b3b;
    width: 100px;
    height: 140px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.ulbtn:hover{
    background: #ee464f;
}

.blankdiv{
    width: 155px;
}

.greydiv{
    display: inline-block;
    background: #242b3b;
    width: 230px;
    height: 80px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.greydiv:hover{
    background: #0e0703;
}
.greydiv120{
    display: inline-block;
    background: #242b3b;
    width: 120px;
    height: 80px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.greydiv120:hover{
    background: #0e0703;
}
.reddiv{
    display: inline-block;
    background: #ee464f;
    width: 140px;
    height: 80px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.reddiv:hover{
    background: #0e0703;
}
.metadiv{
    display: inline-block;
    background: #242b3b;
    width: 100px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.metadiv:hover{
    background: #ee464f;
}
.meta2div{
    display: inline-block;
    background: #242b3b;
    width: 250px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.meta2div:hover{
    background: #ee464f;
}
.meta3div{
    display: inline-block;
    background: #242b3b;
    width: 150px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.meta3div:hover{
    background: #ee464f;
}
.meta4div{
    display: inline-block;
    background: #242b3b;
    width: 50px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: right;
}
.meta4div:hover{
    background: #ee464f;
}
.meta5div{
    display: inline-block;
    background: #242b3b;
    width: 200px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.meta5div:hover{
    background: #ee464f;
}
.meta6div{
    display: inline-block;
    background: #242b3b;
    width: 150px;
    height: 50px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: right;
}
.meta6div:hover{
    background: #ee464f;
}
.meta7div{
    display: inline-block;
    background: #242b3b;
    width: 250px;
    height: 48px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.meta7div:hover{
    background: #ee464f;
}
.meta8div{
    display: inline-block;
    background: #242b3b;
    width: 80px;
    height: 24px;
    font-size: 5px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: right;
}
.meta8div:hover{
    background: #ee464f;
}
.meta9div{
    display: inline-block;
    background: #242b3b;
    width: 80px;
    height: 35px;
    font-size: 5px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: right;
}
.meta9div:hover{
    background: #ee464f;
}
.meta-col-blank{
    width: 20px;
}

.greendiv{
    display: inline-block;
    background: #36c87d;
    width: 140px;
    height: 80px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}




.boxtwo{
    height: 200px;
    background-color: #7d4600;
}
.boxtwo-col-4{
    width: 200px;
    height: 150px;
    background-color: #4464ad;
    margin: 20px;
    padding: 10px;
}


/*-------- media query for menu --------*/
@media only screen and (max-width: 900px){
    
    .navbar{
        width: 100%;
    }
    nav ul{
        position: absolute;
        top: 70px;
        left: 0;
        background: #0e0703;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }
    nav ul li{
        display: block;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color: #ee464f;
    }
    .menu-icon{
        display: block;
        cursor: pointer;
    }
    .display{
        height: 800px;
    }
    .boxtwo{
        height: 800px;
    }
    .display-col-02 img{
        width: 300px;
        height: 146px;
    }
    
}


/*-------- footer --------*/
.footer{
    background-color: #0e1422;
    color: #3387aa;
    font-size: 14px;
    padding: 0px;
}
.footer p{
    color: #fff0ef;
}
.footer h3{
    color: #e80407;
    margin-bottom: 20px;
}
.footer a{
    text-decoration: none;
    color: #ef8f24;
}
.footer a:hover{
    color: #e80407;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5{
    min-width: 180px;
    padding: 20px;
}
.footer-col-1{
    flex-basis: 15%;
}
.footer-col-2{
    flex: 1;
    text-align: center;
}
.footer-col-2 img{
    width: 130px;
    margin-bottom: 20px;
}
.footer-col-3, .footer-col-4{
    flex-basis: 15%;
}
ul{
    list-style-type: none;
}
.app-logo{
    margin-top: 20px;
}
.app-logo img{
    width: 140px;
}
.footer hr{
    border: none;
    background: #e80407;
    height: 1px;
    margin: 20px 0;
}
p.shared{
    text-align: center;
    color: #e80407;
}
.menu-icon{
    width: 35px;
    height: 56px;
    margin-left: 1px;
}
a.piAnchor{
    float: right;
    margin-right: 20px;
    color: #3387aa;
}
.qrCode{
    border-radius: 8px;
}




.oraclesdiv{
    display: inline-block;
    background: #721376;
    width: 150px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.oraclesdiv:hover{
    background: #f38f38;
}

/* The actual popup (appears on top) */
.oraclesdiv .oraclePt1 {
  visibility: hidden;
  width: 320px;
  color: #fff0ef;
  height: 200px;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 130px;
  margin-left: -200px;
}
.oraclePt1 img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.oraclesdiv .oracleShow1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.digitTTdiv{
    display: inline-block;
    background: #721376;
    width: 150px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.digitTTdiv:hover{
    background: #f38f38;
}

/* The actual popup (appears on top) */
.digitTTdiv .digitTTPt1 {
  visibility: hidden;
  color: #fff0ef;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 1390px;
  margin-left: -150px;
}
.digitTTdiv img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.digitTTdiv .digitTTShow1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.isediv{
    display: inline-block;
    background: #e60e1b;
    width: 150px;
    height: 50px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.isediv:hover{
    background: #f38f38;
}

/* The actual popup (appears on top) */
.isediv .isePt1 {
  visibility: hidden;
  color: #fff0ef;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 1200px;
  margin-left: -150px;
}
.isediv img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.isediv .iseShow1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.ssidiv{
    display: inline-block;
    background: #721376;
    width: 80px;
    height: 35px;
    font-size: 5px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: right;
}
.ssidiv:hover{
    background: #f38f38;
}

/* The actual popup (appears on top) */
.ssidiv .ssiPt1 {
  visibility: hidden;
  color: #fff0ef;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 340px;
  margin-left: -120px;
}
.ssidiv img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.ssidiv .ssiShow1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.dWalletsdiv{
    display: inline-block;
    background: #721376;
    width: 80px;
    height: 24px;
    font-size: 5px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: right;
}
.dWalletsdiv:hover{
    background: #f38f38;
}

/* The actual popup (appears on top) */
.dWalletsdiv .dWalletsPt1 {
  visibility: hidden;
  color: #fff0ef;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 320px;
  margin-left: -120px;
}
.dWalletsdiv img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.dWalletsdiv .dWalletsShow1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.interdiv{
    display: inline-block;
    background: #e60e1b;
    width: 150px;
    height: 50px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.interdiv:hover{
    background: #f38f38;
}

/* The actual popup (appears on top) */
.interdiv .interPt1 {
  visibility: hidden;
  color: #fff0ef;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 200px;
  margin-left: -150px;
}
.interdiv img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.interdiv .interShow1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.viperdiv{
    display: inline-block;
    background: #e60e1b;
    width: 150px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.viperdiv:hover{
    background: #f38f38;
}

/* The actual popup (appears on top) */
.viperdiv .viperPt1 {
  visibility: hidden;
  color: #fff0ef;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 700px;
  margin-left: -150px;
}
.viperdiv img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.viperdiv .viperShow1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.solodiv{
    display: inline-block;
    background: #721376;
    width: 150px;
    height: 30px;
    font-size: 10px;
    padding: 6px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
    float: left;
}
.solodiv:hover{
    background: #f38f38;
}

/* The actual popup (appears on top) */
.solodiv .soloPt1 {
  visibility: hidden;
  color: #fff0ef;
  background: radial-gradient(#a4b0f5,#4464ad);
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 230px;
  margin-left: -150px;
}
.solodiv img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.solodiv .soloShow1 {
  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 ;}
}






