* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    scroll-margin-top: 80px;
}

*::before,
*::after {
    box-sizing: border-box;
}


.maintaince_container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #10236B;
    position: relative;
}

.maintaince_containe__img {
    width: 50vw;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.maintaince_containe__img-other {
    width: 100vw;
    position: absolute;
    bottom: -100px;
    left: -50px;
    z-index: 1;
}
