body {
    margin: 0; padding: 0; font-family: 'Poppins', sans-serif; overflow: hidden !important;-webkit-overflow-scrolling: unset !important;height: 100vh;}
body::-webkit-scrollbar {
    width: 1px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

body p { font-size: 15px; color:#808080;}
img { max-width: 100%;object-fit: contain;}
a{text-decoration: none !important;}

.home-main-div-coming-soon{height: 100vh;}

.home-comming-soon-main{background-image: url(../images/waosim-bg.png);background-position: center;background-repeat: no-repeat;background-size: cover;}
.home-comming-soon-main{margin: auto;width: 100%;height: 100vh;}
.home-main-section .product-logo-text{width: 130px;height: auto;}
.home-main-section .product-logo-div{justify-content: center;display: flex;align-items: center;gap: 15px;}
.comming-soon-main-div{position: relative;z-index: 99;}
.comming-soon-text{width: 770px;}
.home-div-outer-main{height: 100%;display: flex;align-items: center;flex-flow: column;justify-content: center;}


.coming-soon-image{width: 350px;margin: auto;}

.product-logo-img{width: 200px;height: auto;}
.home-comming-soon-main::after{content: '';background-image: url(../images/wao-sim-after-img.png);background-position: bottom;background-repeat: no-repeat;background-size: cover;position: absolute;bottom: 0;width: 538px;height: 211px;left: 0;}
.home-comming-soon-main::before{content: '';background-image: url(../images/waosim-before-img.png);background-position: bottom;background-repeat: no-repeat;background-size: cover;position: absolute;bottom: 0;width: 538px;height: 211px;right: 0;}