
/* Stylesheet */
*{
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
}
/* navbar: box1 */
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    height: 60px;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo{
    background-image: url("/assets/amazon_logo.png");
    height: 50px;
    width: 100px;
    background-size: cover;
}
.border{
    border: 1.5px solid transparent;
    border: border-box;
}
.border:hover{
    border: 1.5px solid white;
    transition: 0.05s;
}

/* box2 */
.nav-add{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 5px 2px;
    padding: 0px 9px;
}
.nav-add>:nth-child(1){
    margin: auto;
}
.nav-add>:nth-child(2){
    margin: 7px;
}
#p1{
    font-size: 0.7rem;
    color: #ccc;
}
#p2{
    font-size: 1rem;
    font-weight: bolder;
    color: white;
}

/* box3 */
.nav-search{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 40px;
    width: 850px;
    border-radius: 5px;
    overflow: hidden;
}

.nav-search select{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f3f3f3;
    width:50px;
    text-align: center;
    border: none;
    line-height: 35px;
    display: block;
    top: 2.5px;
    cursor: pointer;
}
.nav-search input{
    width:100%;
    font-size: 1rem;
    border: none;
}

.nav-search:hover{
    border:5px solid orange;
}

#mag-glass{
    background-color: #febd69;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
} 
/* box4 */
.nav-lang{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 45px;
    width: auto;
    padding: 0px 9px;
}
#nav-flag{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
}
.nav-flag-text{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/* box5 & 6*/
.nav-signin-return{
    padding: 0px 9px;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-first{
    font-size: 0.85rem;
}
.nav-second{
    font-size: 1rem;
    font-weight: bolder;
}

/* box7 */
.nav-cart{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: 45px;
    width: auto;
    padding: 0px 9px;
}
#nav-cart-icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-cart-text{
    padding: 6px 0px;
    display:flex;
    align-items:flex-end;
}

/* PANEL */
.panel{
    height: 40px;
    background-color: #232f3e;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.all{
    padding: 8px 9px;
    height: auto;
    width: auto;
    margin-left: 1rem;
}
.all span{
    font-size: 0.85rem;
    font-weight: 700;
}
.itm{
    margin: 5px 0 6px 0;
    padding: 8px 9px;
    color: #fff;
    font-size: 14px;
}

/* Main Section */

main{
    height: 1210px;
}

/* Hero section */

.hero{
    background-image: url("/assets/heronew.jpg");
    background-size: cover;
    height: 600px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.shop-section a{
    margin-left: 15px;
}

 .hero-msg{
    height: 40px;
    background-color:#f5f6f6;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
}

.hero-msg a{
    color: #007185;
    text-decoration: none;
}

.hero-msg a:hover{
    color: red;
    text-decoration: underline
}

.shop-section{
    display: flex;
    justify-content: space-evenly; 
    flex-wrap: wrap;
    height: auto;
    position: relative;
    bottom: 15rem;
    background-color: #e2e7e6;
}


.box{
    /* border: 1px solid black; */
    height: 375px;
    width: 350px;
    background-color: white;
    padding: 15px 0 15px 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.box h3{
    margin-left: 15px;
}
.box-itm-img{
    height: 82%;
    background-size: cover;
    /* background-image: url("/assets/box1_image.jpg"); */
    margin:15px 15px;
    font-size: 21px;
    color: #0f1111;
}
.img-msg{
    color: #007185;
    text-decoration: none;
    font-size: 13px;
    /* margin-bottom: 25px; */
    cursor: pointer;
    padding-bottom: 25px;
}


/* section */


.sign-in{
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sign-in-p1{
    font-size: 13px;
    margin-bottom: 5px;
}
.sign-in button{
    height: 28px;
    width: 238px;
    font-size: 12px;
    font-weight: 700;
    background-color: #ffcc4e;
    border-color: #ffc635;
    text-shadow: 0 1px 0 #ffe093;
    cursor: pointer;
    border-radius: 5px;
}
.sign-in-p2{
    margin-top: 5px;
    font-size: 11px;
}
.sign-in a{
    color: #007185;
    text-decoration: none;
}
.sign-in a:hover{
    color: red;
}

hr{
    color: gray;
    height: 1px;
}

/* footer */

footer{
    margin-top: 15px;
}

/* panel1 */
.foot-panel1{
    color: white;
    background-color: #41566e;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    cursor: pointer;
}
.foot-panel1 a{
    text-decoration: none;
    color: white;
}
.foot-panel1:hover{
    background-color:#556b86 ;
}

/* panel2 */
.foot-panel2{
    display: flex;
    color: white;
    justify-content: center;
    background-color: #232F3E;
    height: 400px;
}
ul{
    margin-top: 80px;
    padding: 0 10px;
    margin-left: 35px;
}
.ul-para{
    font-weight: 700;
    margin: 6px 0 14px 0;
}
ul a{
    
    display: flex;
    margin-top: 8px;
    text-decoration: none;
    color: #dddddd;
    font-size: 0.85rem;
}
ul a:hover{
    text-decoration: underline;
}

/* panel3 */

/* .hrpanel3{
    background-color: white;
    color: white;
    height: 0.1px;
} */

.foot-panel3{
    height: 70px;
    background-color:#232F3E;
    border-top: 0.05px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ftlogo{
    background-image: url("/assets/amazon_logo.png");
    height: 50px;
    width: 100px;
    background-size: cover;
}
/* panel4 */
.foot-panel4{
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0f1111;
    color: white;
    font-size: 12px;
}
.foot-panel4>:nth-child(1){
    margin-bottom: 5px;
}
.foot-panel4 a{
    font-size: 12px;
    text-decoration: none;
    color: white;
    margin: 0px 3px;
}
.foot-panel4 a:hover{
    text-decoration: underline;
}
