*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial;
    border: border-box;
    
}

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

.nav-logo{
    height: 50px;
    width: 114px;
}

.logo{
    background-image: url("Amazon-Logo.jpg");
    background-size: cover;
    mix-blend-mode: lighten;
    height: 50px;
    width: 100%;
}

.border{
    border: 1.5px solid transparent;
}

.border:hover{
    border: 1.5px solid white;
}

/** Box2 **/

.nav-address{
    margin-left: 10px;
    height: 43px;
    width: 90px;
    text-align: center;
    align-content: center;
    padding-top: 8px;


}
.deliver{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 8px;
}
.india{
    font-size: 1rem; 
}

.add-icon{
    display: flex;

}

/** Box3 **/

.nav-search{
    display: flex;
    justify-content: space-between;
    background-color: aqua;
    width: 800px;
    height: 40px;
    border-radius: 4px;
    outline: none;
}

.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.3rem;
    background-color: #febd68;
    color: #0f1111;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;;
}

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


}
/** Box4 **/

.language{
    display: flex;
    text-align: center;
    align-content: center;
    padding-top: 20px;

}

.search-lang{
    background-color: #0f1111;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    width: 40px;
    border: none;

}

.lang-icon{
    align-content: center;
}

/** Box5 **/
.nav-signin{
    height: 50px;
    width: 120px;
    padding-top: 4px;
    text-align: center;
    align-content: center;


}

.hello{
    font-size: 0.7rem;
    margin-right: 45px;

}

.account{
    font-size: 0.85rem;
    font-weight: 700;
    background-color: #0f1111;
    color: white;
    border: none;
}

/** Box6 **/
.nav-return{
    height: 50px;
    width: 80px;
    /* padding-left: 8px; */
    text-align: center;
    align-content: center;
}
.return{
    font-size: 0.7rem;
    margin-right: 30px;
}

.order{
    font-weight: 700;
}

/** Box7 **/
.nav-cart{
    height: 50px;
    width: 80px;
    text-align: center;
    align-content: center;
    font-size: 0.85rem;
    font-weight: 700;
}

.nav-cart i {
    font-size: 30px;
}

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

.panel-ops p{
    display: inline;
    margin-left: 15px;

}

.panel-ops{
    width: 70%;
    font-size: 0.85rem;
    margin-right: 150px;
}

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

/** hero-section **/
.hero-section{
    height: 600px;
    background-image: url("main_image_jpg.jpg");
    background-size: cover;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: flex-end;
   
}

.hero-msg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 97%;
    margin-bottom: 300px;
}

.hero-msg a{
    color: #2162a1;
}

/** shop-section **/
.shop-section{
    display: flex;
    justify-content: space-evenly;
    position: relative;
    bottom: 280px;
    background-image: linear-gradient(to bottom,rgb(250, 222, 123),#e2e7e6);
   
} 

.box{
    height: 370px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px
   
} 

.box1-img{
    height: 300px;
    width: 300px;
    background-image: url("gamming_image.jpg");
    background-size: cover;

}

.box-content{
    margin-left: 24px;
}

#game{
   font-size: 21px;
    color: #0f1111;
    font-weight: 700;
    margin-bottom: 10px;
}

#shop{
    font-size: 13px;
    color: #2162a1;
    margin-top: 25px;
}

.multi-box{
    display: grid;
    grid-template-columns: 145px 145px;
    grid-template-rows: 110px 110px;
    gap: 16px;
    row-gap: 50px;
    justify-content: center;
    align-content: center;

}

.inner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 10px;
   
}

#fashion{
    font-size: 21px;
    color: #0f1111;
    font-weight: 700;
    margin-left: 22px;
    
    

}

#see-deals{
    font-size: 13px;
    color: #2162a1;
    margin: 64px 0px 0px 22px;
    
}

.multi-box p{
    font-size: 13px;
    color: #0f1111;
    margin-top: 115px;
    
}

.multi2-box{
    display: grid;
    grid-template-columns: 145px 145px;
    grid-template-rows: 110px 110px;
    gap: 16px;
    row-gap: 50px;
    justify-content: center;
    align-content: center;

}

.inner2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 10px;
}  

#homeshop{
    font-size: 21px;
    color: #0f1111;
    font-weight: 700;
    margin-left: 22px;
    
}

.multi2-box p{
    font-size: 13px;
    color: #0f1111;
    margin-top: 115px;
       
}

#discover{
    font-size: 13px;
    color: #2162a1;
    margin: 64px 0px 0px 22px;
    

}

.multi3-box{
    display: grid;
    grid-template-columns: 145px 145px;
    grid-template-rows: 110px 110px;
    gap: 16px;
    row-gap: 50px;
    justify-content: center;
    align-content: center;

}

.inner3{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 10px;
}

#gift{
    font-size: 21px;
    color: #0f1111;
    font-weight: 700;
    margin-left: 22px;
    
}

.multi3-box p{
    font-size: 13px;
    color: #0f1111;
    margin-top: 115px;
       
}

#all-gifts{
    font-size: 13px;
    color: #2162a1;
    margin: 64px 0px 0px 22px;
}

/* shop-section2 */

.shop-section2{
    display: flex;
    justify-content: space-evenly;
    position: relative;
    bottom: 280px;
    background-color: #e2e7e6;

}

.boxtwo{
    height: 370px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 20px;
   
} 

/* none */
.none{
    height: 25px;
    background-color: #e2e7e6;
    position:relative;
    bottom: 280px;

}

/* sign-in */
.personalized{
    
    height: 150px;
    border:  1.5px solid #e0e1e1;
    border-radius: 5px;
    text-align: center;
    align-content: center;
    position: relative;
    bottom: 250px;

}

#see{
    font-size: 24px;
    font-weight: bold;
}

button{
    height: 30px;
    width: 250px;
    color: #0f1111;
    background-color: rgb(253, 213, 80);
    border: none;
    border-radius: 60px;
    font-size: 14px;
    margin-top: 10px;
}

button:hover{
    background-color: rgb(250, 200, 35);
}

.customer{
    font-size: 11px;
    margin-top: 5px;

}

a {
    color: #2162a1;
}

/* footer */
footer{
    position:relative;
    bottom: 220px;
    min-height: -100vh;
}

.foot-panel1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

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

}

ul {
    margin-top: 40px;
}
ul p{
    font-weight: bold;
}




.foot-panel2 a{
    color: #dddddd;
    font-size: 0.9rem;
    display: block;
    margin-top: 10px;
}

.foot-panel3{
    height: 120px;
    background-color: #222f3d;
    border-top: 1.0px solid #485564;
    display: flex;
    justify-content: center;
    align-items: center;
    /* justify-content: space-evenly; */

    
}

.logo2{
    height: 42px;
    width: 92px; 
    background-image: url("Amazon-Logo.jpg");
    background-size: cover;
    mix-blend-mode: lighten;
   
}

.english{
    height: 33px;
    width: 135px;
    border: 1px solid #807f7f;
    border-radius: 2px;
    margin-left: 100px;
    color: #cccccc;
    display: flex;
    align-items: center;
}

#globe{
    height: 15px;
    width: 15px;
    font-size: 13px;
    margin-left: 17px;   
}

.english p{
    font-size: 13px;
    margin-left: 8px;   
}

#up{
    font-size: 7px;
    margin-left: 25px;
    margin-bottom: 5px;
   
}

#down{
    font-size: 7px;
    margin-top: 10px;
    margin-left: -8.5px;
    margin-bottom: 5px;
}



.dollar{
    height: 34px;
    width: 150px;
    border: 1px solid #807f7f;
    border-radius: 2px;
    margin-left: 10px;
}

.states{
    height: 33px;
    width: 140px;
    border: 0.1px solid #807f7f;
    border-radius: 2px;
    margin-left: 10px;
}

#dollar{
    font-size: 13px;
    color: #ffffff;
    margin-left: 5px;
}

.dollar{
    display: flex;
    text-align: center;
    align-items: center;

}
#usd{
    font-size: 13px;
    color: #cccccc;
    margin-left: 5px;
    
}

.states{
    display: flex;
    text-align: center;
    align-items: center;
    color: #cccccc;
}

#flag{
    margin-left: 6px;
    font-size: 13px;
}

#states{
    font-size: 13px;
    margin-left: 6px;
}

.foot-panel4{
    background-color: #0f1111;
    color: #dddddd;
    font-size: 12px;
    height: 77.2px;
    padding: 10px 0px 30px;
    text-align: center;

}

.foot-panel4 a{
    margin-top: 20px;
    color: #dddddd;
    margin: 7px;
}

.copyright{
    margin-top: 10px;
}
