.loader{
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    clip-path: circle(141.4% at 100% 100%);
    transition: clip-path .5s ease-in-out; 
}
.loader img{
    width: 350px;
}
.loader2{
    clip-path: circle(0.0% at 100% 100%);
}
