
.techmanuji_in {
    padding-bottom: .1rem;
    margin-top: 0.2rem;
    line-height: .52rem;
    font-size: 0.65rem;
    color: #FFFFFF;
    white-space: nowrap;
}

.mannu {
    padding-bottom: 0.1rem;
    margin-top: 0.2rem;
    line-height: .52rem;
    font-size: .5rem;
    color: #f9ff00;

}

.toprummyappsoon {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.notice {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-bottom: .1rem;
    margin-top: 0.2rem;
    line-height: .52rem;
    font-size: 0.65rem;
    color: #FFFFFF;
    white-space: nowrap;
}
.container {
    position: relative;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    background-color: #000000;
}

.container .webLink {
    position: absolute;
    top: 48%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: 0.25rem;
    color: #FFFFFF;
}

.toprummyappwala {
    text-align: center;
    font-weight: 800;
    background-color: rgb(0 2 5);
    height: 2rem;
    color: #fff;
}

@keyframes myBreath {
    0% {
        transform: scale(0.88);
    }

    50% {
        transform: scale(100%);
    }

    100% {
        transform: scale(0.88);
    }
}

.container .download {
    position: absolute;
    top: 34%;
    left: 24%;
    width: 55%;
    height: 1rem;
    background-image: url(/img/download-app-top-rummy-app.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.container .online {
    position: absolute;
    top: 38.5%;
    right: 0.1rem;
    width: 2rem;
    height: 1rem;
    background-image: url(/img/playeronline.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

.link {
    position: absolute;
    top: 74%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 47%;
    height: 8%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.step {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.step>img {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 20px;
    height: auto;
}

.step>img:first-child {
    margin-bottom: 0
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 1000;
}

.mask>img {
    margin: 15% auto;
    width: 100%;
    height: auto;
    z-index: 1100;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .link {
        top: 75%;
        height: 7%;
    }
}

.bannerBox {
    position: absolute;
    left: 0%;
    top: 42%;
    width: 98.86%;
    height: 3.4rem;
}

.banner {
    margin: 0 auto;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide>img {
    width: 100%;
}