
@media (max-width: 480px) {
  


  .cards-container {
    width: 100%;
    height: 500px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    perspective: 1000px;
    overflow: visible!important;
    /* backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3); */
  
  
    z-index: 999999999999;
    position: absolute;
  
    flex-wrap: wrap;
    top: 150px!important;
    align-content: flex-start!important;

  }
  .card{
min-width: 70px!important;
    transform: translate3d(0rem, -0.04rem, 7.96rem) rotateX(0.04deg) rotateY(29.95deg);
    /* transform: none!important; */
    width: 70px!important;
  }

  .reset {
    font-family: 'Jim Nightshade', cursive;
    font-size: 0.9rem!important;
    z-index: 99999999999999999999;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 4.3rem!important;
    transform: translateX(-50%);
    padding: 0.5rem 2rem;
    outline: none;
    border: 1px solid rgb(242, 164, 234);
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(16, 16, 39);
    transition: box-shadow 0.2s ease-out;
}


.img_logo {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  margin-bottom: 50px;
  margin-top: 50px;
}

#bg-37 {
  width: 100%;
  height: 650px!important;
  /* margin: 20px 0; */
  position: absolute;
  /* top: 5px; */
}
canvas{
  width: 375px!important;
  height: 650px !important;
}

  }


  /* #bg-5 {
      width: 100%;
      height: 520px;
      margin: 20px 0; 


width: 375px;
    height: 650px !important;
}


  } */

  /* #bg-5 {
    width: 100%;
    height: 1100px;
    margin: 20px 0;
} */


 
  /* #bg-52 {
      height: 520px;
      margin: 20px 0;
  } */

  /* #bg-52 {
    width: 100%;
    height: 1100px;
    margin: 20px 0;
} */

  #bg-37 {
    width: 100%;
    height: 1100px;
    margin: 20px 0;
  }

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

/* .logo {
  position: absolute;
  left: 50%;
  top: 1rem;
  z-index: 2;
  width: 15rem;
  transform: translate(-50%, 0);
}

.logo svg {
  width: 100%;
  height: auto;
} */

.img_logo{
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 300px;
  margin-bottom: -50px;
  margin-top: 50px;

}

.container {
  /* background-image: url('../img/bg.gif'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

canvas{
  width: 100%;
  height: 1100px;
  margin: 20px 0;
  z-index: -1;
    position: absolute;
    top: -20px;
}