body{
    margin: 0,0;
}
label.logo{
    color: white;
    font-size: 35px;
    line-height: 80px;
    padding: 0 100px;
    font-weight: bold;
}
.container{
    border: none;
/*    border: 1px solid rgb(95, 95, 95); */
    width: 100%;
}
.row{
    /*border: 1px solid rgb(160, 153, 153);*/
    border: none;
    margin: 0,0;


}
.col-1, .col-3, .col-9{
    border: 1px solid black;
    background-color: lightblue;
}
.w-100{
    height: 450px;
}

.nav-link:hover{
     color:rgb(255, 94, 0);
}

.box-container{
    width: 100%;
    height: auto; 
    background: #f8f9fa;
      /* ad flex-box  */
    display: flex;
   flex-direction: row;
   justify-content: space-around;
   flex-flow: wrap;

}
.box{
    width: 420px;
    height: 600px;
    background: rgb(214, 190, 55);
    margin: none;
    box-sizing: border-box;
    font-size: 50px;

}

.about-us{
    text-align: justify;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
}

s
.prod-slider{
    height: 250px;
    margin: auto;
    position: relative;
    width: 90%;
    display: grid;
    place-items: center;
    
}
.prod-slide-track{

    display: flex;
    width: calc(250px * 18);
   
}

.prod-slide{
    height: 200px;
    width: 20px;
    display: flex;
    align-items: center;
    padding: 15px;
}

.prod-img-size{
    width: 100%;
}
