*{
    font-family: Arial;
    margin: 0px;
    padding: 0px;
    border: border-box;
}
 /*_______________________ Nav-styling ____________________________ */
.nav{
    height: 60px;
    background-color:  #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* ______________________Nav-logo _________________________________ */
.nav-logo{
    height: 50px;
    width: 100px;
}
/*________________________ logo ____________________________________ */
.logo{
    height: 50px;
    width: 100px;
    background-size: cover;
    background-image:url(amazon_logo.png);
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
/*_______________________________ address _____________________________ */
.address-1{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
}
.address-2{
    color:white;
    font-size:1rem;
    margin-left: 4px;
}
.address-icon{
    display: flex;
    align-items: center;
}
.nav-address{
    height: 45px;
    width: 100px;
}
/* _____________________________ search ________________________________ */
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: aquamarine;
    height: 40px;
    width: 620px;
    border-radius: 4px;
}
.nav-search:hover{
    border: 2px solid #f7a437;
}
.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.2rem;
    background-color: #f7a437;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}
/* _____________________________________ select language _______________________ */
.nav-language{
    display: flex;
    height: 50px;
    width: 70px;
    justify-content: center;
    align-items: center;
}
.nav-language-select{
    width:5px;
    height: 4px;
}
.nav-flag{
    height: 20px;
    width: 30px;
    background-image: url(USA-FLAG.JPG);
    background-size: cover;
    
}
.nav-lang{
    font-weight: 700;
    display: flex;
    font-size: 0.85rem;
}
/* _____________________________________ sign-in _________________________ */
.nav-sign-in{
    height: 50px;
    width: 140px;
}
.select-sign-in{
    width: 17px;
    height: 15px;
}
/* _____________________________________ sign-in and order section ________________________ */
.nav-first{
    text-decoration: none;
    color: white;
    font-size: 0.85rem;
}
.nav-second{
    display: flex;
    width: 150px;
    font-size: 1rem;
    font-weight: 700;
    
}
.nav-order{
    height: 50px;
    width: 70px;
}
/* ____________________________________ cart  ________________________________ */
.nav-cart i{
    font-size: 30px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
    height: 50px;
    width: 80px;
}
/* ______________________________________Panel__________________________________ */
.panel{
    height: 40px;
    background-color: #222f3d;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.panel-options a{
    text-decoration: none;
    color: white;
    margin-left: 15px;
}
.panel-options{
    width: 70%;
    font-size: 0.85rem;
}
.panel-deals{
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
}
/* _____________________main-section__________________________ */
.main-section{
    background-image: url(hero_image.jpg);
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: end;
    
}
.main-section-information{
    background-color: white;
    color: black;
    font-size: 0.85rem;
    width: 80%;
    height: 40px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-section-information a{
    color: #007185;
    font-size: 0.9rem;
}
/* _______________________shop section______________________________ */
.shop-section{
     display: flex;
     justify-content: space-evenly;
     flex-wrap: wrap;
     background-color: #e2e7e6;
}
.box{
    margin-top: 15px;
}
.box p{
    color: #007185;
    font-weight: 700;
}
.box-1{
     height: 400px;
     width: 24%;
     background-color: white;
}
.box-1-image{
    background-image: url(box1_image.jpg) ;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 300px;
}
.box-2{
    height: 400px;
    width: 24%;
    background-color: white
}
.box-2-image{
    background-image: url(box2_image.jpg) ;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 300px;
}
.box-3{
    height: 400px;
    width: 24%;
    background-color: white;
}
.box-3-image{
    background-image: url(box3_image.jpg) ;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 300px;
}
.box-4{
    height: 400px;
    width: 24%;
    background-color: white;
}
.box-4-image{
    background-image: url(box4_image.jpg) ;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: 300px;
}
.box-5{
    height: 400px;
    width: 24%;
    background-color: white;
}
.box-5-image{
   background-image: url(box5_image.jpg) ;
   background-size: cover;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 20px;
   margin-bottom: 10px;
   height: 300px;
}
.box-6{
   height: 400px;
   width: 24%;
   background-color: white
}
.box-6-image{
   background-image: url(box6_image.jpg) ;
   background-size: cover;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 20px;
   margin-bottom: 10px;
   height: 300px;
}
.box-7{
   height: 400px;
   width: 24%;
   background-color: white;
}
.box-7-image{
   background-image: url(box7_image.jpg) ;
   background-size: cover;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 20px;
   height: 300px;
}
.box-8{
   height: 400px;
   width: 24%;
   background-color: white;
}
.box-8-image{
   background-image: url(box8_image.jpg) ;
   background-size: cover;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 20px;
   margin-bottom: 10px;
   height: 300px;
}
/* __________________________ final section_______________________________ */
.final-section{
    height: 90px;
    width: 1300px;
    border: 0.1px solid #cccccc;
    text-align: center;
    padding-top: 10px;
    font-size: 0.8rem;
    line-height: 28px;
}
button{
    width: 230px;
    height: 25px;
    background-color: rgb(255, 224, 14);
    border: 1px solid orange;
    font-size: 1rem;
    font-weight: 700;
}
.final-section p{
    font-size: 0.75rem;
}
.final-section a{
    color: #007185;
}
/* ________________________________footer________________________________ */
.footer-panel-1{
    background-color: #222f3d;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    margin-top: 15px;
}
.footer-panel-2{
    background-color:#0f1111; 
    color: #cccccc;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 10px;
}
.footer-panel-2 a{
    text-decoration: none;
    color: #dddddd;
    font-size: 0.75rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}
ul p{
     font-weight: 500;
}
.footer-panel-3{
    background-color: #222f3d;
    height: 70px;
    border-top: 0.5px solid white;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-logo{
    height: 50px;
    width: 100px;
    background-size: cover;
    background-image:url(amazon_logo.png);
}
.footer-panel-4{
    height: 100px;
    background-color: #0f1111;
    color: white;
    text-align: center;
    font-size: 0.7rem;
}
.pages{
    padding-top: 25px;
}
.copyright{
    padding-top: 5px;
}