
.webgl {
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    z-index: -1;
  }
  .custom_footer_map{
    margin-top: 80px !important;
    height: 500px;
    width: 100%;
    max-width: 1000px;
    border-radius: 20px;
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px; */
  }
  
  .footer_animation_container {
    overflow: hidden;
    position: relative;
    height: 100dvh;
  }
  @media screen and (max-width: 600px) {
    .custom_footer_map{
      margin-top: 0px !important;
      height: 300px;
      width: 100%;
      max-width: 1000px;
      border-radius: 20px;
      position:absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      /* box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px; */
    }
    .footer_animation_container {
    overflow: hidden;
    position: relative;
    height: 57dvh;
  }
  }
  