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

body {
    background-color: #e2e7e6;
}

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

}

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

.logo {
    background-image: url("./images/amazon_logo.png");
    height: 50px;
    background-size: cover;
    width: 100%;
}

.border {
    border: 2px solid transparent;
}

.border:hover {
    border: 2px solid white;
}

.add-one {
    color: #cccccc;
    font-size: 14px;
    margin-left: 18px;
}

.add-two {
    font-size: larger;
    margin-left: 4px;
}

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

.nav-search {
    display: flex;
    justify-content: space-evenly;
    background-color: beige;
    width: 520px;
    height: 40px;
    border-radius: 4px;

}

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

.search-input {
    width: 420px;
    font-size: 16px;
    border: none;
}

.search-icon {
    background-color: #ffcc12;
    width: 60px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: black;
}

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

span {
    font-size: 10px;
}

.nav-sec {
    font-size: 15px;
    font-weight: 700;
}

.nav-cart {
    display: flex;
    font-size: 25px;
}

.nav-caxt {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}

.panel-txt {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.panel {
    background-color: #222f3d;
    height: 40px;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    padding-right: 100px;
}

.hero-section {
    background-image: url("https://m.media-amazon.com/images/I/61PIYhDh2ML._SX3000_.jpg");
    height: 400px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}

.hero-msg {
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 85%;
    margin-bottom: 25px;
}

.hero-msg a:hover {
    color: #007185;
}

.box {
    /*  border: 2px solid black;*/
    height: 450px;
    width: 20%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;

}

.shop-section {
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}

.box-img {
    height: 350px;
    background-size: cover;
    margin-top: 16px;
    margin-bottom: 16px;

}

.box-content {
    margin-left: 16px;
    margin-right: 16px;
}

.box-content p {
    color: #007185;
}

.scroll-img {

    gap: 25px;
    margin-left: 16px;
    margin-top: 16px;
    display: flex;
    overflow-x: auto;
}

.scroll-sec {
    padding: 20px 0px 15px 0px;
    margin: 15px 60px;
    background-color: white;
    padding: 10px;
    height: 270px;
}
.foot-panel1{
    background-color: #37475a;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
    color: white;
    font-size: 14px;
}
footer{
    margin-top: 16px;
}
.foot-panel2{
  background-color: #222f3d;
  color: white;
  height: 300px;
  display: flex;
  justify-content: space-evenly;
  
}


.foot-panel2 ul a:hover{
    text-decoration:underline;
}
ul a{
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #dddddd;

}
ul{
    margin-top: 20px;
}

.foot-panel3{
   background-color: #222f3d; 
   color: white;
   border-top: 0.5px solid white;
   height: 70px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.foot-logo{
   background-image: url("./images/amazon_logo.png");
    height: 50px;
    background-size: cover;
    width: 100px;
    
}

