* {
    margin: 0;
    font-family: Arial;
}

.navber {
    height: 60px;
    background-color: #0f1111;
    color: white;
    align-items: center;
    display: flex;
    justify-content: space-evenly;

}

.nav-logo {
    height: 50px;
    width: 100px;


}

.logo {
    background-image: url("https://uploads.onecompiler.io/44954fmhk/449522bvh/amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100%;
}

.border {
    border: 1.5px solid transparent;
}

.border:hover {
    border: 1.5px solid white;

}

/** box2 **/
.add-first {
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 22px;
}

.add-sec {
    font-size: 1rem;
    margin-left: 2px;

}

.add-icon {
    display: flex;
    align-items: center;

}

/** box3 **/

.na-search {

    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 4px;

}

.search-select {
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-input {
    width: 100%;
    border: none;
    font-size: 1rem;
}

.search-icon {

    display: flex;
    width: 45px;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    color: #0f1111;
    background-color: #febd68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

.na-search:hover {
    border: 2px solid orange;

}

/** box4,5 **/

.span {

    font-size: 0.7rem;
}

.nav-sec {
    font-size: 0.85rem;
    font-weight: 700;
}

/** box6 **/

.nav-cart i {

    font-size: 30px;
}

.nav-cart {
    font-size: 0.85rem;
}

.panal {

    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;


}

.panal-ops p {

    display: inline;
    margin-left: 15px;
}

.panal-ops {
    width: 70%;
    font-size: 0.85rem;
}

.panal-deals {
    font-size: 0.9rem;
    font-weight: 700;
}

.Hero-section {
    background-image: url("https://m.media-amazon.com/images/I/71GGl3UpyOL._SX3000_.jpg");
    height: 600px;
    background: cover;
}

.Shop-section {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: yellow;
}

.box {
    border: 2px solid black;
    height: 400px;
    width: 23%;
    background-color: white;


}

.box-img {
    height: 280px;
    background-size: cover;
    margin-bottom: 1rem;
    margin-top: 1rem;

}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}