
.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;
  }
  