* {
    margin: 0;
    padding: 0;
  }
  #upnave {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    width: 100%;
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(223, 223, 223);
    display: flex;
  }
  .left {
    width: 35%;
    color: rgb(92, 90, 90);
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-left: 20px;
  }
  
  .right {
    width: 40%;
    display: grid;
    margin-top: auto;
    margin-bottom: auto;
    grid-template-columns: repeat(4, 1fr);
  }
  #logodiv {
    margin: auto;
    width: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #logodiv:nth-child(4) div{
    width: 120px;
  }
  #logodiv img {
    width: 100%;
    display: block;
  }
  #logodiv p {
    font-family: Arial, Helvetica, sans-serif;
    width: 70px;
  }
  
  #downnave {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(172, 172, 172);
  }
  .logoimg {
    margin-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
    width: 15%;
  }
  .logoimg img {
    width: 70%;
    margin: auto;
    display: block;
  }
  .midcontent {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .text {
    margin-bottom: auto;
    margin-top: auto;
    text-align: center;
  }
  .searchdiv {
    margin-top: auto;
    margin-bottom: auto;
    width: 25%;
  }
  .text > p:nth-child(1) {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .text > p:nth-child(2) {
    font-size: 14px;
    color: grey;
    font-family: Arial, Helvetica, sans-serif;
  }
  .search {
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: gray;
    border-radius: 25px;
    width: 250px;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(201, 201, 201);
    margin: auto;
  }
  .search > div:nth-child(1) {
    width: 80%;
  }
  .search > div:nth-child(2) {
    width: 10%;
  }
  .search img {
    width: 80%;
    display: block;
  }
  .search input {
    border: 0;
    font-size: 18px;
    outline: none;
  }
  #container{
    display: flex;
    width: 100%;
    gap: 30px;
  }
  #categories {
    width: 78%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
  }
  
  .card {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em,
      rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em,
      rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    padding-bottom: 15px;
  }
  .imgdiv {
    width: 100%;
  }
  .imgdiv img {
    width: 100%;
    display: block;
  }
  .price {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: coral;
    font-weight: 550;
  }
  .title,
  .color {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 5px;
    color: rgb(136, 134, 134);
  }

  #sorting{
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding: 10px;
    margin-left: 10px;
    width: 17%;
    height: 650px;

  }
  .desc{
    cursor: pointer;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    font-weight: 550;
    color: #4e4c4c;
    font-family: Arial, Helvetica, sans-serif;
    border-top: 0.5px solid rgb(201, 196, 196);
    /* border-bottom: 1px solid rgb(204, 200, 200); */
}
.desc select{
    border: 0;
    cursor: pointer;
    width: 150px;
    outline: none;
}
option{
  font-size: 20px;
  color: rgb(92, 83, 83);
}



#service {
  margin-top: 50px;
  width:100%;
  height: 500px;
  background-color: #f7f6f6;
  /* border:1px solid black; */
}
#service p,h3{
  margin-bottom: 10px;
}
#service > div{
  width:70%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: rgb(95, 95, 95);
  display: flex;
  text-align: center;
  /* border:1px solid black; */
}
#service > div > div{
  /* margin: 0px 53px; */
  width: 25%;
  text-align: left;
  padding: 10px 20px;
  /* border:1px solid black; */
}

#service > div > div >h3, p:hover{
  cursor: pointer;
}
/* footer ends here */
.footerlast{
  width: 40%;
}
.footer{
  color: gray ;
  letter-spacing: 0.1ch;
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background-color: white;
}

#user div{
  display: block;
  width: 100%;
  color: #4e4c4c;
  text-align: left;
  font-size: 22px;
}
a{
  color: black;
  text-decoration: none;
}