#preloaderlottie{
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
    background: #0a001f;
    z-index: 30;}

.contpre small{font-size:25px;}

.lottie-animation-container {
    max-width: 100%; 
    max-height: 100%;
    width: auto;
    height: auto;
}

.contpre{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   