html body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.main{
    width: 100vw;
    height: 100%;
    position: relative;
   
}
.bannerColor{
    position: relative;
    padding-top: 0px;
}
.bannerColor img{
    width: 100%;height: 70vh;
}
/* advAdminist */
.advAdminist{
    height: 95vh;
    width: 100%;
    background: url(./Image/home/home-banner.jpg);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.advAdminist2A{
    width: 100%;
    height: 20vh;
    display: flex;
    justify-content: end;
    align-items: center;
}
.advAdministHead{
    background:  linear-gradient(to right, #b4ec51, #429321);
    height: 10vh;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advAdministHead h5{
    letter-spacing: 0px;color:  #ee4524
}
.advAdministContent{
    width: 100%;
    height: 30vh;display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.advAdminist1Card{
    background:  linear-gradient(to right, #b4ec51, #429321);height: 30vh;width: 20%;
    display: flex;flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border-radius: 20px
}
.advAdminist1Card h5{
    color:  #ee4524;letter-spacing: 0px;
}
.advAdminist1Card p{
    font-size: 15px;padding: 18px;color: #fff;word-spacing: 0px;
}
.advAdminist2{
    display: none;
}
/* //.gameFeatues */
.gameFeatures{
    height: 60vh;width: 100%;background: url(./Image/home/bgForNew.png);
}
.gameFeatues1{
    background: transparent;height: 60vh;width: 100%;display: flex;flex-direction: column;justify-content: space-around;
}
.gameFeatues1Head{
    width: 40%;height: 10vh;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);display: flex;justify-content: center;align-items: center;
}
.gameFeatues1Head h5{
    letter-spacing: 0px;color: #2c2172;
}
.gameFeatureMain{
    width: 100%;height: 35vh;display: flex;flex-direction: row;justify-content: space-around;align-items: center;
}
.gaemFaeture1Card{
    background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);width: 30%;height: 30vh
}
.gaemFaeture1Card h4{
    border-bottom: 2px solid #f3f3f3;color: #2c2172
}
.gaemFaeture1Card ul{
    color: #2c2172
}
@media (max-width : 650px) {
    .bannerColor{
        padding-top: 0px;
     }
     .bannerColor img{
        height: 35vh;
     } 
     /* advAdminist */
      .advAdminist{
    display: none;
    }
    
    
    .advAdminist2{
        height: auto;
        width: 100%;
        background: url(./Image/home/home-banner.jpg);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .advAdminist22{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 15px 0px;
    }
    .advAdministHead2{
        background:  linear-gradient(to right, #b4ec51, #429321);
        height: auto;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0px;
    }
    .advAdministHead2 h5{
        letter-spacing: 0px;color:  #ee4524;
        font-size: 16px;
        margin-bottom: 0%;
    }
    .advAdministContent2{
        width: 100%;
        height: auto;display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
        padding: 0px 15px 10px 15px;
    }
    .advAdminist1Card2{
        background: linear-gradient(to right, #b4ec51, #429321);height: auto;width: 45%;
        display: flex;flex-direction: column;
        justify-content: space-around;
        align-items: center;
        border-radius: 10px 0px
    }
    .advAdminist1Card2 h5{
        color:  #ee4524;letter-spacing: 0px;
        font-size: 15px;
        margin-bottom: 0px;
    }
    .advAdminist1Card2 p{
        font-size: 13px;padding: 4px 10px 0px 10px;color: #fff;word-spacing: 0px;
        margin-bottom: 0px;
    }
    
/* //.gameFeatues */
.gameFeatures{
    height: 100vh;width: 100%;background: url(./Image/home/bgForNew.png);
}
.gameFeatues1{
    background: transparent;height: 100vh;width: 100%;display: flex;flex-direction: column;justify-content: space-around;
}
.gameFeatues1Head{
    width: 70%;height: 10vh;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);display: flex;justify-content: space-around;align-items: center;
}
.gameFeatues1Head h5{
    letter-spacing: 0px;color: #2c2172;
    font-size: 15px;padding-left: 10px;
}
.gameFeatureMain{
    width: 100%;height: 80vh;display: flex;flex-direction: column;justify-content: space-around;align-items: center;
}
.gaemFaeture1Card{
    background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);width: 90%;height: 25vh
}
.gaemFaeture1Card h4{
    border-bottom: 2px solid #f3f3f3;color: #2c2172
}
.gaemFaeture1Card ul{
    color: #2c2172
}
}