* {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;

}

.navbar {
    height:70px ;
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-around;
}

.nav-logo{
    height: 50px;
    width: 100px;
    border: 2px solid transparent;
}

.nav-logo :hover{
    border: 4px solid rgb(21, 20, 20);
}

.logo{
    background-image: url("images.png");
    height: 67px;
    width: 100px;
    background-size: cover;
    padding-left: 15px;

}

.add-icon{
    color: rgb(243, 232, 232);
}

.deliverto{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    letter-spacing: 2.6px;
}


.bd{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    letter-spacing: 2px;
    margin-left: 2px;
}

.location{
    padding-left: 70px;
}

.location:hover{
    border: 2px solid white;
}

.nav-search {
    display: flex;
    background-color: palegoldenrod;
    width: 630px;
    height: 30px;
    margin: 20px;
    border-radius: 6px;
    padding-left: px;
    overflow: hidden;

}

.search-icon{
    text-align: center;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
    padding-left: 10px;
    width: 45px;
    display: flex;

}

.search-select{
   padding-left: 30px;
   border-radius: 5px;
   border: none;
}

.srinput{
    width: 500px;
}

.account{
    margin: 10px ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 2px;
    padding-left: 15px;
}


.return{
    margin: 10px ;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 2px;
    
}

.cart{
    font-size: 25px;
    padding: 19px;
}


.panal{
    height: 40px;
    background-color: #96c1b3;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.panal-opps p{
    display: inline;
    color: rgb(19, 17, 17);
    margin-left: 15px;
}

.panal-opps{
    width: 70%;
    font-size: 0.85rem;
}

.panal-del{
    font-size: 1rem;
    font-weight: 700;

}


.hero-setion{
    background-image: url("fast\ pic.jpg");
    height:300px ;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}

.hero-message{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;

}

.hero-message a{
    color: wheat;
}

.shop-section{
    display: flex;
    justify-content: space-evenly;
    background-color: rgba(200, 169, 169, 0.632);
    

}

.box{
    border: 2px solid black;
    height: 300px;
    width: 23%;
    background-color: rgb(252, 248, 248);
    margin: 10px;
}



.box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}

.box h2{
    color: rgb(44, 33, 33);
    font-size: 20px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold';
    text-align: center;
}

.box p{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
}

.section5{
    height: 200px;
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: center;
    margin-top:40px;

}

.section5 h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.75rem;

}

.section5 button{
    height: 30px;
    width: 150px;
    background-color: #96c1b3;
    border: 2px solid black;
    border-radius: 6px;
    color: white;
    margin: 10px;
}

.section5 p{
    font-size: 20px;
}


.section6{
    height: 300px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: rgb(244, 244, 237);
    
}


.section6fast{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    font-weight: inherit;
    color: rgb(51, 91, 91);
    margin: 40px;
    padding-left: 20px;
    
}



.section6second{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    font-weight: inherit;
    color: rgb(51, 91, 91);
    margin: 40px;
    
}


.section6therd{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    font-weight: inherit;
    color: rgb(51, 91, 91);
    margin: 40px;
    
}
