html body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.main{
    width: 100vw;
    height: 100%;
    position: relative;
   
}
.bannerteenpatti{
    position: relative;
    padding-top: 30px;
}
.bannerteenpatti img{
    width: 100%;height: 70vh;
}
/* //ourdesign */
.ourdesginContainer{
    height: 120vh;background: url(./Image/home/home-banner.jpg);width: 100%;
}
.ourdesginContainer1{
    display: none;
}
/* //.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:  #ee4524
}
.gaemFaeture1Card ul{
    color: #ee4524
}

@media (max-width : 650px) {
    .bannerteenpatti{
       padding-top: 50px;
    }
    .bannerteenpatti img{
       height: 25vh;
    } 
    /* //ourdesgin */
.ourdesginContainer{
    display: none;
}
.ourdesginContainer1{
    height: 143vh;background: url(./Image/home/home-banner.jpg);width: 100%;
    display: block;
}
    
/* //.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:  #ee4524;
    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, #b4ec51, #429321);width: 75%;height:auto;margin-bottom: 2%;
}
.gaemFaeture1Card h4{
    border-bottom: 2px solid #f3f3f3;color:  #ee4524
}
.gaemFaeture1Card ul{
    color:  #ee4524;
}
.gaemFaeture1Card ul p{
    margin-bottom: 0%;
}

}