*
{
    margin: 0px;
    font-family: Arial;
    border: border-box;
}
.container
{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(100%,auto));

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

}
.logo
{
    background-image: url(amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100%;
}
.border
{
    border: 1.5px solid transparent;
}
.border:hover
{
    border: 1.5px solid white;
}

/*  Box 2 */

.nav-location
{
    height: 50px;
    padding: 0px 9px 5px 9px;
}
.loc-first
{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
    margin-top: 10px;
}
.loc-second
{
    font-size: 1rem;
    margin-left: 3px;
    font-weight: 700px;
}
.loc-icon
{
    display: flex;
    align-items: center;
}

/*  Box 3   */

.nav-search
{
    display: flex;
    justify-content: space-evenly;
    /* background-color: pink; */
    height: 40px;
    width: 620px;
    border-radius: 4px;
    border-radius: 7px;
    border: 1.5px solid transparent;
}
.nav-search:hover
{
    border: 3px solid rgb(50, 215, 244);
}
.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;
    background-color: #93e8e8;
    color: #0f1111;
    font-size: 1.3rem;
    border-top-right-radius:4px ;
    border-bottom-right-radius:4px ;
    
}

/*   Box 4 */
.nav-flag
{
    height: 50px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    border: none;
    padding: 0px 9px 5px 9px;
}
.flag-icon
{
    background-image: url(Flag_icon.jpg);
    background-size: cover;
    background-color: #0f1111;
    height: 15px;
    width: 20px;
    margin-top: 25px;
}
.flag-select
{
    background-color: #0f1111;
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 700px;
    margin-left: 5px;
    margin-top: 25px;
}
.arrow-iocn
{
    color: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 4px;
    margin-top: 15px;
    font-size: 0.65rem;
}

/*  Box 5 & 6 */

.nav-signin
{
   height: 50;
   padding: 0px 9px 5px 9px;
}
.signin-first
{
   font-size: 0.7rem;
   margin-top : 15px;
}
.signin-second
{
 font-size: 0.85rem;
 align-items: center;
}
.arrow-iocn2
{
    margin-bottom: 3px;
    margin-left: 5px;
    color: #cccccc;
}

/*  Box 7  */

.nav-cart
{
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 9px 5px 9px;
}
.cart-icon
{
    font-size: 30px;
    margin-top: 8px;
}
.cart-text
{
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
}

/*  Panel  */

.border1
{
    border: 1.5px solid transparent;
}
.border1:hover
{
    border: 1.5px solid white;
}
.panel
{
   height: 40px;
   background-color: #222F3D;
   color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.panel-all
{
    padding: 8px 12px 8px 12px;
}
.panel-ops 
{
    width: 80%;
    font-size: 0.85rem ;
}
.panel-ops p
{
    display: inline;
    margin: 10px;
    padding: 8px 12px 8px 12px;
}
.panel-deals
{
    font-size: 0.9rem ;
    font-weight: 700;
    padding: 8px 12px 8px 12px;
}

/*  Hero Section  */

.hero-section
{
    background-image: url(hero2_image.jpg);
    background-size: cover;
    height: 550px;
}

/*  Shop Section*/

.shop-section
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  background-color: #e2e7e6;
  z-index: 1;
}
.Box
{
    height: 430px;
    width: 31%;
    border: 2px solid black;
    background-color: white;
    padding: 20px 0px 15px;
    border: none;
    margin-top: 20px;
    /* margin-top: 250px; */
}
.box-image
{
    height: 340px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content a
{
    text-decoration: none;
    color: rgb(32, 158, 137);
    font-size: 0.85rem;

}
.box-content
{
    margin-left: 0.85rem;
    margin-right: 0.85rem;
}
.box-content a:hover
{
    color:  red;
}
.box-content h2
{
    font-size: 20px;
}
.box-relative
{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top: -300px;
    z-index: 2;
}
.box-margin1
{
    width: 100%;
    margin-top: -280px;
    display: flex;
    justify-content: space-evenly;
}
.box-margin2
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 280px;
    display: flex;
    justify-content: space-evenly;
}
.box-margin3
{
    width: 100%;
    margin-top: -270px;
    display: flex;
    justify-content: space-evenly;
}
.box-margin4
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px ;
    display: flex;
    justify-content: space-evenly;
}
/* Sign In Bar   */
.signin
{
    width: 100%;
    height: 150px;
}
.div-box
{
    height: 120px;
    width: 100%;
    background-color: white;
    border: 1px solid #cccccc;
    margin-top: 35px;
    border-radius: 5px;
    text-align: center;
}
/* ========================================================================== */
.signin-text
{
    height: 13px;
    margin-top: 30px;
    font-size: 0.85rem;
    font-weight: 200;
}
.signin-form 
{
    height: 30px;
    width: 250px;
    background-color: rgb(247, 195, 73);
    border: none;
    border-radius: 4px;
    margin-top: 6px;
}
.signin-form a
{
     color: black; 
     text-decoration: none;
}
.start-here
{
    height: 15px;
    margin-top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}
.start-here a
{
    margin-left: 3px;
    font-size: 11px;
    color: rgb(32, 158, 137);
    border: 0px solid transparent;
    text-decoration: none;
}
.start-here a:hover
{
    color: red;
}
/* ================================================================= */

/*     Footer     */
.nav-footer
{
    width: 100%;
    height: 550px;
    background-color:#0f1111;
}
/*  Footer Panel 1 */
.back
{
    width: 100%;
    height: 50px;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.back-to-top
{
    width: 100%;
    height: 50px;
    background-color: #2d3947;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-to-top:hover
{
    background-color:  #37475a;
}
/*  Footer Panel 2 */

.footer-panel2
{
    background-color: #222f3d;
    color: white;
    height: 330px;
    display: flex;
    justify-content: space-evenly;

}
.footer-panel2 p
{
    margin-left: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;

}
ul
{
    margin-top: 30px;
}
ul a
{
    color: #dddddd;
    display: block;
    font-size: 0.85rem;
    margin: 12px;
    text-decoration: none;
}
ul a:hover
{
    text-decoration: underline;
}

/* Footer Panel 3 */

.footer-panel3
{
    height: 100px;
    background-color: #222f3d;
    color: white;
    border-top: 0.001rem solid #dddddd;
    font-size: 0.85rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.footer-panel3 a
{
    text-decoration: none;
}
.foot-logo
{
    background-image: url(foot-logo.png);
    background-size: cover;
    margin-left: 20px;
    margin-right: 50px;
    height: 50px;
    width: 130px;
}
.foot-text
{
    color: #cccccc;
    display: flex;
}
.button1
{
    width: 120px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.foot-arrow-icon
{
    display: flex;
    align-items: center;
}
.button2
{
    width: 150px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid white;
    margin-left: 8px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.button3
{
    width: 140px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid white;
    margin-left: 8px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.foot-flag-icon
{
    background-image: url(Flag_icon.jpg);
    background-size: cover;
    height: 15px;
    width: 20px;
}
/* Footer Panel 4 */

.footer-panel4
{
    background-color: #0f1111;
    color: white;
    height: 90px;
    font-size: 0.7rem;
    text-align: center;
}
.pages
{
    padding-top: 18px;
}
.pages a
{
    color: #dddddd;
    margin-left: 8px;
    text-decoration: none;
}
.pages a:hover
{
    text-decoration: underline;
}
.copyright
{
    padding-top: 8px;
}
