html body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.main{
    width: 100vw;
    height: 100%;
    position: relative;
   
}
.bannerWeb{
    position: relative;
    padding-top: 0px;
}
.bannerWeb img{
    width: 100%;height: 70vh;
}
.adminpannelMainWeb{
    height: auto;width: 100%;background: url(./image/home/home-banner.jpg);
}
.adminpannelMain1Web{
    background: #2c217288;height: auto;width: 100%;display: flex;flex-direction: column;justify-content: space-around;
}
.adminpannelHeadWeb{
    width: 100%;height: 20vh;display: flex;justify-content: end;align-items: center;
}
.adminpannelHead1Web{
    background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
    height: 10vh;width: 50%;display: flex;justify-content: center;
    align-items: center;
}
.adminpannelHead1Web h4{
    letter-spacing: 0px;color: #2c2172;
}
.adminpannelCOtentWeb{
    width: 100%;height:auto;display: flex;flex-direction: row;justify-content: space-around;align-items: center;padding: 10px 0px;
}
.adminPannelCont1Web{
    background:  linear-gradient(to right, #b4ec51, #429321);;width: 45%;height:62vh;
}
.adminPannelCont2Web{
    background:  linear-gradient(to right, #b4ec51, #429321);width: 45%;height:62vh;
}
/* //.gameFeatues */
.gameFeaturesWeb{
    height: 60vh;width: 100%;background: url(./image/home/bgForNew.png);
}
.gameFeatues1Web{
    background: #2c217288;height: 60vh;width: 100%;display: flex;flex-direction: column;justify-content: space-around;
}
.gameFeatues1HeadWeb{
    width: 40%;height: 10vh;background: linear-gradient(to right, #b4ec51, #429321);display: flex;justify-content: center;align-items: center;
}
.gameFeatues1HeadWeb h5{
    letter-spacing: 0px;color: #ee4524
}
.gameFeatureMainWeb{
    width: 100%;height: 45vh;display: flex;flex-direction: row;justify-content: space-around;align-items: center;
}
.gaemFaeture1CardWeb{
    background: linear-gradient(to right, #b4ec51, #429321);;width: 30%;height: 35vh
}
.gaemFaeture1CardWeb h4{
    border-bottom: 2px solid #f3f3f3;color:  #ee4524
}
.gaemFaeture1CardWeb ul{
    color:  #ee4524;
    line-height: 14px;
}


/* //costeffective */
.costEffective{
   display: block;
}
.costEffective2{
    display: none;
}
@media (max-width : 650px) {
    .bannerWeb{
        padding-top: 0px;
     }
     .bannerWeb img{
        height: 25vh;
     }   
     .adminpannelMainWeb{
        height: auto;width: 100%;background: url(./image/home/home-banner.jpg);
    }
    .adminpannelMain1Web{
        background: #2c217288;height: auto;width: 100%;display: flex;flex-direction: column;justify-content: space-around;
    }
    .adminpannelHeadWeb{
        width: 100%;height: 14vh;display: flex;justify-content: end;align-items: center;
    }
    .adminpannelHead1Web{
        background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);
        height: 8vh;width: 70%;display: flex;justify-content: center;
        align-items: center;
    }
    .adminpannelHead1Web h4{
        letter-spacing: 0px;color: #2c2172;font-size: 18px;
        padding-left: 8px;
    }
    .adminpannelCOtentWeb{
        width: 100%;height: auto;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
        margin: 10px 0px
    }
    .adminPannelCont1Web{
        background:  linear-gradient(to right, #b4ec51, #429321);width: 95%;height:69vh;margin-bottom: 10px;
    }
    .adminPannelCont2Web{
        background:  linear-gradient(to right, #b4ec51, #429321);width: 95%;height:52vh;
    }
    /* //.gameFeatues */
.gameFeaturesWeb{
    height:auto;width: 100%;background: url(./image/home/bgForNew.png);
}
.gameFeatues1Web{
    background: #2c217288;height: auto;width: 100%;display: flex;flex-direction: column;justify-content: space-around;
}
.gameFeatues1HeadWeb{
    width: 50%;height: auto;background: linear-gradient(to right, #b4ec51, #429321);display: flex;justify-content: space-around;align-items: center;padding: 10px 0px;margin: 10px 0px;
}
.gameFeatues1HeadWeb h5{
    letter-spacing: 0px;color:  #ee4524;
    font-size: 15px;padding-left: 10px;
}
.gameFeatureMainWeb{
    width: 100%;height: auto;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
}
.gaemFaeture1CardWeb{
    background:  linear-gradient(to right, #b4ec51, #429321);width: 90%;height: auto;margin-bottom: 10px;
}
.gaemFaeture1CardWeb h4{
    border-bottom: 2px solid #f3f3f3;color:  #ee4524
}
.gaemFaeture1CardWeb ul{
    color:  #ee4524
}
.gaemFaeture1CardWeb p{
    margin-bottom: 0%;
}

/* //costeffective */
.costEffective{
    display: none;
 }
 .costEffective2{
     display: block;
 }
}