*{
  margin: 0;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
}

body{
  background-color: #f3f3f3;
}

.navbar{
  height: 55px;
  background-color: #0F1111;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.nav-logo{
  width: 120px;
  height: 50px;
  cursor: pointer;
}

.logo{
  background-image: url("assets/amazon.png");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-address{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.add-first{
  color: #fafafacc;
  font-size: 0.85rem;
  line-height: 1.1;
  cursor: pointer;
}

.add-icon{
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.add-second{
  font-size: 1rem;
  line-height: 1.1;
  cursor: pointer;
}

.nav-search{
  display: flex;
  justify-content: space-evenly;
  width: 620px;
  background-color: #0F1111;
  height: 40px;
  border-radius: 4px;
}

.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: 500px;
  border: none;
  outline: none;
  padding: 0 10px;
}

.search-icon{
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background-color: #ecaa03;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #0F1111;
}

span{
  font-size: 0.8rem;
}

.nav-second{
  font-size: 0.85rem;
  font-weight: 700;
}

.navcart{
  font-size: 0.99rem;
  font-weight: 700;
  cursor: pointer;
}

.panel{
  height: 40px;
  background-color: #222f3d;
  display: flex;
  color: #f3f3f3;
  align-items: center;
  justify-content: space-evenly;
}

.panel-ops p{
  display: inline;
  margin-left: 10px;
}

.panel-ops{
  width: 70%;
  font-size: 0.85rem;
}

.hero-section{
  background-image: url("assets/main1jpg.jpg");
  background-size: cover;
  height: 300px;
}

.shop-section,
.shop-section2{
  display: flex;
  justify-content: space-evenly;
  background-color: #d1d4d3;
  height: auto;
  margin-top: 10px;
  padding: 10px 0;
}

.box{
    
  height: 500px;
  width: 23%;
  background-color: #ffffff;
}

.box-img{
  margin-top: 10px;
  height: 420px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}


.vertical-card{
  background-color: #ffffff;
  width: calc(100% - 46px);
  margin: 16px 23px;
  padding: 14px 16px;
}

.head{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.ver-img{
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
}

.vers{
  width: 180px;
  height: 200px;
  flex: 0 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  cursor: pointer;
}



.footer-back{
display: flex;
justify-content: center;
padding: 15px 0px;
background-color:#2f4256;
color: #f3f3f3;

}


.footer-container{
    height: 500px;
    width: 100%;
    background-color: #222f3d;
}

.footer-content{
    color: #f3f3f3;
 display: flex;
justify-content: space-evenly;
line-height: 200%;
margin-top: 30px;

}





ul p {
font-size: larger;

}


.foot-co{

    background-image: url("assets/amazon.png");
    background-size: contain;
    height: 30.1px;
    width: 81px;
    justify-content: center;
    display: flex;
    margin-inline-start: 782px;
    margin-top: 50px;
    
}