

* {
  margin: 0px;
  font-family: Arial;
  border: border-box;
}
.navbar {

  height: 60px;
  background-color: #161c28;
  color: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-self: center;
}
.nav-logo {
  height: 50px;
  width: 100px;
  display: flex;
  padding: 1px 8px 0 6px;
  margin: 1px;
}
.logo {
  background: url(logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
  position: relative;
  top: 7px;
}
.border {
  border: 2px solid transparent;
}
.border:hover {
  border: 2px solid white;
  cursor: pointer;
}

/* boxx 2 */
.nav-address {
  margin: 5px 2px 5px 0px;
  padding: 0px 9px;
}

.address1 {
  color: #cccccc;
  font-size: 0.85rem;
  margin-left: 15px;
}
.address2 {
  margin-left: 3px;
  font-size: 1rem;
}
.add-icon {
  display: flex;
  align-items: center;
}

/* box 3 */
.nav-search {
  display: flex;
  justify-content: space-evenly;
  width: 45%;
  height: 43px;
  border-radius: 5.5px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-search:hover {
  border: 2px solid rgb(255, 149, 0);
}
.search-select {
  background-color: #f3f3f3;
  width: 55px;
  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: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background-color: #f3b057;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #0f1111;
}

/* boxx 4 */

span {
  font-size: 0.7rem;
}

.nav-second {
  font-size: 0.85;
  font-weight: 700px;
}

/* box 5 */

.nav-cart i {
  font-size: 30px;
}
.nav-cart {
  font-size: 0.85;
  font-weight: bold;
}

/* box 6 */

.panel {
  height: 40px;
  background-color: #2b3242;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #cccccc;
}

.panel-ops p {
  display: inline;

  margin-left: 15px;
  padding: 8px;
}
.panel-ops {
  width: 70%;
  font-size: 0.85rem;
  font-weight: bold;
}

.panel-deals {
  font-size: 0.9;
  font-weight: 800px;
  padding: 8px;
}

.panel-all {
  padding: 8px;
  position: absolute;
  left: 15px;
  font-weight: bolder;
}

/* hero-section */
.mid {
  width: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-section {
  background-image: url(head2.jpg);
  height: 300px;
  width: 1345px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: end;
}

.hero-msg {
  background-color: white;
  color: black;
  height: 40px;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

a {
  color: #1e8fa3;
}
/* shop section */

.box {
  height: 24em;
  width: 23%;
  background-color: aliceblue;
  padding: 20px 0px 15px;
  margin-bottom: 20px;
  cursor: pointer;
}

.shop-section {
  display: flex;
  flex-wrap: wrap;
  width: 1345px;
  justify-content: space-evenly;
  padding-top: 25px;
  
  background: rgb(246, 235, 198);
  background: linear-gradient(
    90deg,
    rgba(246, 235, 198, 1) 49%,
    rgba(255, 217, 242, 1) 87%
  );
}

.box-image {
  height: 300px;
  background-repeat: no-repeat;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box-content {
  margin-left: 1rem;
  margin-right: 1rem;
}

footer {
  margin: top 15px;
}
.foot-panel1 {
  background-color: #37475a;
  color: #ffffff;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
.foot-panel2 {
  background-color: #222d3b;

  display: flex;
  height: 450px;
  padding-left: 150px;
  padding-right: 150px;
  justify-content: space-evenly;
  overflow: hidden;
}

.foot-box {
  margin: 25px;
  width: 180px;
}

ul a {
  text-decoration: none;
  color: #d2d2d2;
  font-weight: 100px;
  font-size: small;
}

ul p {
  font-weight: bolder;
  color: #e6e6e6;
}

.foot-panel3 {
  border-top: 0.5px solid gray;
  background-color: #222d3b;
  color: #cccccc;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo1 {
  background: url(logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 165px;
}

.foot-panel4 {
  background-color: #11161e;
  color: #cccccc;
  height: 80px;
  font-size: 0.7rem;
  text-align: center;
}
.pages {
  padding-top: 25px;
}

.copyright {
  padding-top: 5px;
}
.foot-panel4 a {
  padding: 15px;
}


@media only screen and (max-width: 500px) {
/* center part */
  .box {
  
  width: 140px;
  height: 160px;
  text-align:center;
  font-size: 7px;
  padding: 0px;
 
}
.box-content{
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 20px;

}

.shop-section {
  width: 100%;
}

.box-image {
  align:center;
  margin:0px;
  padding: 0px;
  width: 140px;
  height: 120px;
  background-size: contain;   
}

/* header */
.navbar {
  height: 30px;
  font-size: 7px;

}

.logo {
  height: 15px;
  width: 100%;
  padding: 1px 0px 0 6px;
  position: relative;
  top:20px;
}
.nav-search {

  width: 55%;
  height: 15px;
  font-size: 7px;

}
span {
  font-size: 0.3rem;
}

.nav-second {
  font-size: 0.85;
  font-weight: 700px;
}

/* box 5 */

.nav-cart i {
  font-size: 10px;
}
.nav-cart {
  font-size: 0.85;
  font-weight: bold;
}

/* box 6 */

.panel {
  height: 18px;
  font-size: 7px;
  

}

.panel-ops p {
  display: inline;

  margin-left: 1px;
  padding: 2px;
}
.panel-ops {
  width: 80%;
  font-size: 0.5rem;
  font-weight: bold;
}

.panel-deals {
  font-size:7PX;
  font-weight: 800px;
  padding: 0px;
}

.panel-all {
  padding: 8px;
  
  left: 5px;
  
}
.nav-address{
  
  display: flex;
  
}
.add-icon{
  display:flow-root;
}
.address1{
  font-size:7px;
  margin: 0px;
}
.address2{
  font-size:6px;
  
}
.nav-signin{
  font-size:7px;
}
.search-input {
  
  font-size: 0.5rem;

}
.add-icon{
  display: flex;
  flex-direction: row;
}

.search-icon {
  
  width: 35px;
  font-size: 0.4rem;
 
}
.search-select{
  font-size: 7px;
}
/* hero section */
.hero-section {
  
  height: 100px;
  width: 100%;
  background-size: cover;
  
}

.hero-msg {
 
  height: 25px;
  width: 65%;
  font-size: 0.47rem;
  margin-bottom: 15px;
}

/* footer */

.foot-panel1 {
 
  display: flex;
  height: 20px;

  font-size: 0.5rem;
}
.foot-panel2 {
  height: 150px;
  padding-left: 0px;
  padding-right: 5px;
  justify-content: space-evenly;
  
}

.foot-box  {
  margin: 5px;
  width: 100px;
font-size: 7px;
}

ul a {
    font-size :7px;
    
    
}
.foot-box ul  {
   padding-left: 0px;
    
}
    
    



.foot-panel3 {
  border-top: 0.5px solid gray;
  background-color: #222d3b;
  color: #cccccc;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo1 {
  background: url(logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 55px;
}

.foot-panel4 {
  background-color: #11161e;
  color: #cccccc;
  height: 40px;
  font-size: 0.5rem;
  text-align: center;
}
.pages {
  padding-top: 10px;
}

}

