*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}
:root {
    --p1-size: 0.8rem;
    --p1-color: #cccccc;
    --p2-size: 0.85rem;
    --p2-color: #ffff;
    

}

.navbar{
    display: flex;
    align-items: center;
    height: 60px;
    background-color: #0f1111;
    color: #ffff;
    justify-content: space-evenly;
}
.nav-logo{
    height: 50px;
    width: 100px;
}
.logo{
    background-image: url("./icons/amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100%;
}
.border:hover{
    border: 1px solid ;
}

/*------------------- BOX_2--------------------- */
.add-icon{
    display: flex;
    align-items: center;
}
.add-first{
        color: #cccccc;
        font-size: var(--p1-size);
        margin-left: 15px;
}
.add-sec{
    color: #ffff;
    font-size: var(--p2-size);
    margin-left: 3px;
}

/*----------------- BOX 3 ----------------------*/

.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: #febd69;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}
.nav-search:hover{
    border: 2px solid #febd69;
}
.search-select{
    background-color: #e6e6e6;
    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.2rem;
    color: #0f1111;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
}

/*||||||||||||||||||||| BOX___4  ||||||||||||||||||||||||| */

.signin-first{
    color: var(--p1-color);
    font-size: var(--p1-size);
}
.signin-sec{
    color: var(--p2-color);
    font-size: var(--p2-size);
    font-weight: 700;
}

/* BOX -- 5 */


.return-first{
    font-size: var(--p1-size);
    color: var(--p1-color);
}
.return-sec{
    font-size: var(--p2-size);
    color: var(--p2-color);
    font-weight: 700;
}
/* BOX 6 */

.nav-cart i{
    font-size: 1.45rem;
}
.nav-cart{
    font-size: var(--p2-size);
    font-weight: 700;
}

/* PANNEL */
.panel{
    display: flex ;
    height: 40px;
    background-color: #232f3e;
    color: #ffff;
    align-items: center;
    justify-content: space-evenly;
}
.panel-option p{
    display: inline;
   margin-left: 15px; 
}
.panel-option{
    width: 70%;
    font-size: 0.85rem;
    
}
.panel-deals{
    font-size: 0.9rem;
    font-weight: 700 ;
}

/* HERO SECTION */
.hero-section{
    background-image: url('./icons/hero_image.jpg');
    height: 380px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    background-color: #ffff;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
}
.hero-msg a{
    color: #007185;
    text-decoration: none;
}

/* BOXESS */
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #d7ecf0;
}
.box{
    /* border: 1px solid black; */
    height: 400px;
    width: 23%;
    background-color: #fff;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.box-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p{
    color: #007185;
}

/* Footerrr */
footer{
    margin-top: 15px;
}
.foot-panel1{
    background-color: #37475a;
    color: #ffff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot-panel2{
    height: 400px;
    background-color: #222f3d;
    color: #ffff;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 50px;
}
ul p{
    font-size: 1.2rem;
    font-weight: 600;
}
ul a{
    display: block;
    text-decoration: none;
    color: #dddddd;
    font-size: 0.85rem;
    margin-top: 15px;
    
}
.foot-panel3{
    height: 70px;
    background-color: #222f3d;
    border-top: 0.5px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.logo{
    background-image: url("./icons/amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;
}
/* panel 4 */
.foot-panel4 a {
    text-decoration: none;
    color: #ffff;
}
.foot-panel4{
    background-color: #171a1a;
    color: #ffff;
    height: 100px;
    text-align: center;
font-size: 0.7rem;    
}
.pages{
   
    padding: 10px;
}
.copyright{
    
}