
/* @media (max-width: 490px) {
  

#bg-52 {
  width: 100%;
  height: 650px!important;

  position: absolute;

}
canvas{

  z-index: -1;
    position: absolute;
  

    width: auto!important;
    height: 700px!important;
}

  }
  */
/* end 480 */
 
  /* #bg-52 {
      height: 520px;
      margin: 20px 0;
  } */
  @media (max-width: 490px) {
  
  
  }
  #bg-52 {
    width: 100%;
    height: 1100px;
    margin: 0 auto;
    display: block;
    /* margin: 20px 0; */
}


canvas{
  width: 100%;
  height: 1100px!important;
  margin: 0 auto;
  display: block;
  /* margin: 20px 0; */
  z-index: -1;
    position: absolute;
    /* top: -20px; */
}
  #bg-37 {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
  }

* {
  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;
}

