#nav{
    width: 100%;
    height: 60px;
    /* border: 2px solid teal;  */
    margin: auto;
    display: flex;
    justify-content: space-around;
    position: fixed;
    margin-top: 0px;
    background-color: white;
    overflow: hidden;
  transition: 0.4s;
  z-index: 99;
  top: 0;
  }
  #nav1{
   /* border: 2px solid green; */
   height: 50px;
   width:32%;
   display: flex;
   justify-content: space-evenly;
   text-align: center;
   padding-top: 15px;
   font-size: 12px;
   padding-right: 100px;
  }
  #nav2{
   /* border: 2px solid green; */
   height: 50px;
   width:15%;
   padding-top: 5PX;
   text-align: center;
   font-size: 26px;
  }
  #nav3{
      /* border: 2px solid green; */
   height: 50px;
   width:32%;
   display: flex;
   justify-content: space-evenly;
   text-align: center;
   padding-top: 15px;
   font-size: 12px;
  padding-left: 100PX;
  }
  a{
    color: black;
    text-decoration: none;
    cursor:pointer;
}
#la{
  border: none;
  appearance: none;
  font-size: 11.4px;
  cursor:pointer ;
}

  /* box  */
  #box{
      width: 97%;
      margin: auto;
      height: auto;
      /* border: 2px solid teal; */
      display: flex;
      margin-top: 20px;
      
  }
  #box>div{
      width: 30%;
      margin: auto;
      height: auto;
      /* border: 2px solid green; */
      padding-left: 22px;
  }
  #box>div:nth-child(1){
      width: 20%;
      margin-top: 0px;
      cursor: pointer;
  }
  #box>div:nth-child(1)>p{
    font-size: 12.5px;
    line-height: 7px;
}
  #box>div:nth-child(2){
      width: 70%;
  }

  #box>div:nth-child(3){
    width: 10%;
    margin-top: 0px;
    cursor: pointer;
}
#box>div:nth-child(3)>h5{
    line-height: 5px;
    padding-left: 20px;
}
#box>div:nth-child(3)>h6{
    line-height: 0px;
    padding-left: 20px;
}
#box>div:nth-child(3)>p{
    font-size: 12.5px;
    line-height: 5px;
    padding-left: 20px;
}
#c{
    width: 100px;
    border: none;
    padding-left: 16px;
    font-size: 12px;
}
/* -----js part img part */
button{
    display: flex;
    width: 100%;
    margin-top: 10px;
    background-color: black;
    color: white;
    justify-content: center;
    border: none;
    border-radius: 10px;
    padding: 5px 15px;
}
/* footer */
#footer{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(9,1fr);
    grid-template-rows: 50px;
    margin: auto;
    gap:5px;
    /* border: 2px solid teal; */
    margin-top: 80px;
}
#footer>div{
    /* border: 2px solid green; */
    font-size: 10px;
    text-align: center;
     padding-top: 20px;   
}
/* ------- */
#footer1{
    width:40%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 50px;
    margin: auto;
    /* border: 2px solid teal; */
    line-height: 0px;
}
#footer1>div{
    /* border: 2px solid green; */
    font-size: 12px;
    padding-top: 20px;
}
/* --- */
#womens{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap:20px;
    cursor: pointer;
}
button{
    cursor: pointer;
    
}
button:hover{
    background-color: grey;
}
#box>div:nth-child(2){
    margin-top: 10px;
}
img{
    width: 200px;
    height: 300px;
}
#womens>div>p{
    font-size: 14px;
    line-height: 16px;
}
table{
    margin: auto;
    margin-top: 150px;
    cursor: pointer;
}
