*{
    margin: 0;
    font-family:Arial, Helvetica, sans-serif;
    border:border-box;
}
/* Navigation Bar */
.navbar{
    height: 60px;
    background:#0f1111;
    color:#ffffff;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    height: 60px;
    width:110px;
}
.logo{
    height: 50px;
    width:100px;
    background-image: url(amazon_logo.png);
    background-size: cover;
}
.border{
    border:1.5px solid transparent;
}
.border:hover{
    border:1.5px solid white;
}

/* * Box 2* */
.add_first{
    color:#cccccc;
    font: size 1rem;
    margin-left:15px;
}
.add_sec{
    color:#ffffff ;
    margin-left: 3px;
}
.ad-icon{
    display:flex;
    align-items: center;
}

/* Box 3 */
.nav-search{
    display: flex;
    justify-content:space-evenly;
    background-color:goldenrod;
    width:650px;
    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%;
    font: size 1rem;
    border:none;
}

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

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

/* Box 4 */
span{
    font-size: 0.7rem;
}
.sign-second{
    font-size:0.85rem;
    font-weight: 700;
}

/* Box 6 */
.nav-cart i{
    font-size:30px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}

/* Panels in Amazon */
.panel{
    /* width: 1200px; */
    height:40px;
    background-color:#222f3d ;
    display:flex;
    color:white;
    align-items:center;
    justify-content: space-evenly;
}

.panel-ops p{
    display:inline;
    margin-left: 15px;
}
.panel-ops{
    width:70%;
    font-size: 0.85rem;
}

.panel-deal{
    font-size: 0.9rem;
    font-weight: 700;
}

/* Hero Section  */
.hero-section{
    height:390px;
    width:1550px;
    background-image: url(hero_image.jpg);
    background-size:cover;
    display:flex;
    align-items: flex-end;
    justify-content: center;
}

.hero-message{
    width:80%;
    height:40px;
    background-color: white;
    text-align: black;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 25px;
}
.hero-message a{
    color: #007185;
}

/* Shop Section */
.shop-section{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box{
    /* border: 2px solid black; */
    height:400px;
    width:23%;
    background-color:white;
    padding:20px 0px 15px;
    margin-top: 15px;;
}

.box-img{
    height:300px;
    background-size:cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin:1rem;
    margin-right:1rem ;
}
.box-content p{
    color:#007185;
}

/* FOOTER */
footer{
    margin-top:15px;
}
.foot-panel1{
    background-color: #374758;
    color:white;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.foot-panel2{
    background-color: #222f3d;
    color:white;
    height:400px;
    display: flex;
    justify-content: space-evenly;
    /* align-items: center; */
}

ul{
    margin-top:45px ;
}

ul a {
    display: block;
    font-size:0.85rem;
    margin-top: 10px;
    color:#dddddd;
}

.foot-panel3{
    background-color:#222f3d ;
    color:white;
    border-top: 0.5px solid white;
    height:90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.foot-table{
    text-wrap: wrap;
    height:500px;
    background-color: #131A22;
    display:flex;
    justify-content:space-evenly;
    align-items:center;
    padding:25px 0px 25px 0px;
}
table{
    width:1200px;
    height:250px;
    margin:0px 135px 0px 135px;
    text-wrap: wrap;
    margin-bottom:30px;
}
table td{
    color: #DDDDDD;
    height: 70px;
    width:150px;
    font-size: 14px;
    display: inline-table;
    margin-top:10px;
    padding:0px 10px 0px 10px;
}
td span{
    color:#999999;
}

.foot-panel4{
    background-color: #131A22;
    color:white;
    height:70px;
    font-size:0.7rem;
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items:center; */
}
.pages{
    padding-top:20px;
}
.copyright{
    padding-top: 5px;
}