html body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.main{
    width: 100vw;
    height: 100%;
    position: relative;
   
}
.bannerrummy{
    position: relative;
    padding-top: 0%;
}
.bannerrummy img{
    width: 100%;height: 70vh;
}


/* //.gameFeatues */
.gameFeatures{
    height: 70vh;width: 100%;background: url(./Image/home/bgForNew.png);
}
.gameFeatues1{
    background: #2c217288;height: 70vh;width: 100%;display: flex;flex-direction: column;justify-content: space-around;
}
.gameFeatues1Head{
    width: 40%;height: 10vh;background: linear-gradient(to right, #b4ec51, #429321);display: flex;justify-content: center;align-items: center;
}
.gameFeatues1Head h5{
    letter-spacing: 0px;color: #ee4524;
}
.gameFeatureMain{
    width: 100%;height: 45vh;display: flex;flex-direction: row;justify-content: space-around;align-items: center;
}
.gaemFaeture1Card{
    background:linear-gradient(to right, #b4ec51, #429321);width: 30%;height: 45vh
}
.gaemFaeture1Card h4{
    border-bottom: 2px solid #f3f3f3;color: #2c2172
}
.gaemFaeture1Card ul{
    color: #000000
}

/* //ourdesign */
.ourdesginContainer{
    height: 120vh;background: url(./Image/home/home-banner.jpg);width: 100%;
}
.ourdesginContainer1{
    display: none;
}
@media (max-width : 650px) {
   
    .bannerrummy img{
       height: 25vh;
    } 
    
/* //.gameFeatues */
.gameFeatures{
    height: auto;width: 100%;background: url(./Image/home/bgForNew.png);
}
.gameFeatues1{
    background: #2c217288;height: auto;width: 100%;display: flex;flex-direction: column;justify-content: space-around;padding: 10px 0px;
}
.gameFeatues1Head{
    width: 70%;height: auto;background:linear-gradient(to right, #b4ec51, #429321);display: flex;justify-content: space-around;align-items: center;padding: 8px 0px
}
.gameFeatues1Head h5{
    letter-spacing: 0px;color: #2c2172;
    font-size: 15px;padding-left: 10px;
}
.gameFeatureMain{
    width: 100%;height:auto;display: flex;flex-direction: column;justify-content: space-around;align-items: center;margin-top: 10px;
}
.gaemFaeture1Card{
    background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);width: 72%;height: auto;margin-bottom: 10px;
}
.gaemFaeture1Card h4{
    border-bottom: 2px solid #f3f3f3;color: #310285
}
.gaemFaeture1Card ul{
    color: #000000
}
.gaemFaeture1Card ul p{
   margin-bottom: 1%;
}

/* //ourdesgin */
.ourdesginContainer{
    display: none;
}
.ourdesginContainer1{
    height: 143vh;background: url(./Image/home/home-banner.jpg);width: 100%;
    display: block;
}
}