* {
    margin:0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing:border-box;
}
.navbar{
    background-color: #0f1111;
    color: white;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;

}
.nav-logo{
    height:50px;
    width: 130px;
    
}
 .logo{
    background-image: url('Photos/amazonlogonew.png');
    background-size: cover;
    height:50px;
    width:100%;

} 
.border{
    border: 1.5px solid transparent;
}
.border:hover{
border: 1.5px solid white;
}
.add-first{
    color:#cccccc;
    font-size:0.85rem;
    margin-left: 15px;
}
.add-second{
    font-size: 1rem;
    margin-left: 3px;
}
.add-icon{
    display:flex;
    align-items: center;
}
.navsearch{
    display:flex;
    justify-content: space-evenly;
    background-color: #febd68;
    width:720px;
    height:46px;
    border-radius: 4px;
}
.navsearch:hover{
    border:5px solid orange;
    
}
.search-select{
    background-color: #c7c2c2;
    width:56px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border:none;
}
.search-input{
    width:100%;
    font-size: 1rem;
    border:none;
}
.search-icon{
    width:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.5rem;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color:#0f1111;
}
span{
    font-size: 0.8rem;
}
.nav-second{
    font-size:0.95rem;
    font-weight: 750;
}
.search-input:focus {
    outline: none;
}
.nav-cart i{
    font-size: 40px;
}
.nav-eng {
  margin-left: 7px;
}
.nav-cart{
    font-size:0.95rem;
    font-weight: 750;
}
.panel{
    height:40px;
    background-color: #222f3d;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
    color:white
    
}
.panel-ops p{
    display:inline;
    margin-left: 20px;
}
.panel-ops {
   width:70%;
   font-size: 0.9rem;
   font-weight: 550;

}
.panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
}
.panel-all{
    font-size: 0.9rem;
    font-weight: 700;
}
.hero-section{
    background-image: url('./Photos/frontimageindian.jpg');
    background-size: cover;
    height:350px;
    display:flex;
    justify-content: center;
    align-items: flex-end;

}
.hero-section:active{
    background-image: url('./Photos/front2image.jpg');
    background-size: cover;
    height:350px;
}
.hero-msg{
    background-color: white;
    color:black;
    height:43px;
    font-size:0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width:90%;
    margin-bottom: 25px;
}
.hero-msg a{
    color:#007185;
}
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #c9f7ed;
}
.box{
    height:410px;
    /**border:2px solid black;**/
    width:22%;
    background-color: white;
    padding: 10px 0px 5px;
    margin:10px;
}
.box-img{
    height:297px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin-left:10px;
    margin-right: 10px;
}
.box-content p{
    color:#007185;
    font-size:0.85rem;
}
.box-content p a:hover{
    color:orange;
}
#crox{
    background-size: contain;
}
footer{
    margin-top:30px;
}
.foot-panel1{
    background-color:#37475a;
    color:white;
    height:40px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 0.89rem;
    cursor:pointer;
    text-align: center;
   padding-top:3px;
}
.foot-panel1:hover{
    color:aqua;
}
.foot-panel2{
    background-color: #222f3d;
    color:white;
    height:400px;
    display:flex;
    justify-content: space-evenly;
}
ul{
    margin-top:30px;
}
ul a{
    display:block;
    font-size:0.85rem;
    margin-top:10px;
    color:#dddddd;
}
ul p{
    font-size: 0.95rem;
    font-weight: 800;
}
.foot-panel3{
background-color: #222f3d;
border:0.5px solid white;
height:70px;
color:white;
display:flex;
justify-content: center;
align-items: center;
}
.logo{
    background-image: url('/Photos/amazonlogonew.png');
    background-size: cover;
    height:50px;
    width:130px;

}
.foot-panel4{
    background-color: #0f1111;
    color:white;
    height:80px;
}
.pages{
    font-size:0.8rem;
    font-weight: 500;
    text-align: center;
    padding-top:20px;
}
.copyright{
    padding-top:7px;
font-size:0.8rem;
font-weight: 600;
text-align: center;
}
.pages a{
    padding-right:10px;
}