.back{
    background-color: hsl(0, 0%, 12%);
    width: 100%;
    height: 6000px;
}

.ll{
    width: 85%;
    height: 650px;
    border-radius: 20px;
    background-color: black;
}
.brand{
    width: 150px;
    height: 50px;
    border-radius: 5px;
    margin-left: 130px;
    background-color: rgb(250, 29, 29);
    color: antiquewhite;
    border-style: none;
}
.one{
    background-color: black;
    color: antiquewhite;
    font-size: 30px;
    border: 2px solid white;
    border-radius: 10px;
    width: 200px;
    height: 60px;
    direction: rtl;
}
.b{
    background-color: black;
}
.ddd{
    width: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

}
.mm{
    width: 300px;
    height: 400px;
    background-color: black;
    border-radius: 15px;
}
.mm:hover{
    border-bottom: solid 5px #b40404;
}
.jjj{
    background-color: black;
    color: antiquewhite;
    border-radius: 2px solid white;
   border: none;
    width: 150px;
    height: 50px;
    border-radius: solid white;
    margin-top: 100px;
    margin-left: 600px;
}
.btnnOrder{
    margin-top: 100px;
    margin-left: 570px;
    border-radius: 10px;
    border: none;
    background-color: black;
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    width: 200px;
    height: 50px;
}
.about-team-title:hover{
    color: #b40404;
}
.onne{
    width: 700px;
    height: 500px;
    background-color: black;
    margin-left: 320px;
}
.bbbb:hover{
    filter: grayscale(0%);
    scale: 0.9;
}
.two{
    color: #fff;
    padding-top: 100px;
    padding-left: 50px;
    font-size: 50px;
    font-weight: 600;
}