.hide{
    visibility: hidden;
  }
  
  .overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: black;
  z-index: 1000;
  opacity: 0.9;
  display: block;
  margin: auto;
  top: 0;
  font-family: poppins_reg;
  }
  
  .overlay_inset {
  background-color: white;
  width: 60%;
  height: auto;
  border-radius: 1%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  margin: 0;
  background-image: url('../img/main/small-vecteezy_female-hand-holding-smartphone-against-abstract-light_49627476_small.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  }
  
  .overlay_inset div{
    display: flex;gap:0px;height: auto;padding: 15px;flex-wrap: wrap;justify-content: center;gap:20px;
  }
  
  .overlay_inset > div > div{
    border: #282625 0px solid;width: 40%;color: #c56004;font-size: larger;
  }