

@font-face {
    font-family: 'GrotesqueMTStd';
    src: url('./font/GrotesqueMTStd.woff2') format('woff2');
  }
html{
    overflow-x: hidden;
}
video{
    overflow-x: hidden;
}
.MuiButton-outlined{
    color: #000000 !important;
    background-color: #69FD47 !important;
}
.wrapperHome{
    background-color: #000000;
    /* font-family: 'GrotesqueMTStd'; */
}
body{
    background-color: #000000 !important;
}
.textAboutFeature p{
    color: #ffffff;
    font-size: 14px;
    padding-bottom: 30px;
}

.textAboutFeature p:hover {
    filter: drop-shadow(#ffffff 0px 0px 2.5px) blur(2.5px);
}
#root{
    background-color: #000000 !important;
}
.newBackLat{
    position: sticky;
    top: 0;
    z-index: 999;
}
.wrapperBuy a:hover{
    filter: drop-shadow(#ffffff 0px 0px 2.5px) blur(2.5px);
    color: #ffffff !important;
}
.relodedSubNavO{
    color: #000;
    font-size: 30px;
    justify-content: center;
    display: flex;
    padding: 180px 0 0 0;
}

.MuiGrid-grid-sm-6:nth-child(odd) img{
    border-right: 8px solid #69FD47;
}
.MuiGrid-grid-sm-6:nth-child(odd) video{
    border-right: 8px solid #69FD47;
}
.customeBUI{
    padding: 0 50px 50px 50px;
}
.wrapperHome{
    background-color: #000;
}
.buttonChange{
    background-color: #69FD47;
    color: #000000;
   margin: 30px;
    margin: 5px 20px;
    border: 0;
}
.font-50{
    font-size: 50px;
}
.font-theme{
    color: #ffffff;
}
.MuiDrawer-paperAnchorLeft {
    border-right: 5px solid #69FD47;
}
img{
    max-width: 100% !important;
}
.padd-image{
    margin-bottom: 30px;
    margin-left: 20px;
}
@media only screen and (max-width: 1441px) {
.MuiGrid-grid-sm-6:nth-child(odd)::before {
    left: 49.5vw;
}
}
@media only screen and (max-width: 1367px) {
    .MuiGrid-grid-sm-6:nth-child(odd)::before {
        margin: 139px 0 110px;
    }
    .font-50{
        font-size: 23px;
    }
}
@media only screen and (max-width: 1281px) {

}
@media only screen and (max-width: 1152px) {

}
@media only screen and (max-width: 1025px) {

}
@media only screen and (max-width: 768px) {
    .padd-image{
        margin-left: 0px;
    }
   
}
@media only screen and (max-width: 650px) {
    .firstDivContainer .MuiGrid-grid-sm-6:nth-child(odd)::before {
        border-right: 0px solid #69FD47;
    }
 

    .textAboutFeature p{
        font-size: 22px;
    }
    .customeBUI{
        padding: 0 10px 50px 10px;
    }
    .backColor .MuiGrid-container {
        background-color: #69FD47 !important;
    }
  
}
@media only screen and (max-width: 551px) {
    .MuiGrid-grid-sm-6:nth-child(odd) img{
        border-right: 0px solid #69FD47;
    }
    .MuiGrid-grid-sm-6:nth-child(odd) video{
        border-right: 0px solid #69FD47;
    }
}
/* .makeStyles-root-12{
    border-left: 6px solid #69FD47;
    border-right: 6px solid #69FD47;
    border-bottom: 6px solid #69FD47;
} */
/* .newBackLat{
    border-left: 8px solid #69FD47;
    border-right: 8px solid #69FD47;
    border-bottom: 8px solid #69FD47;
} */