#navbar{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: 30px;
    background-color: rgb(233, 230, 230);
    gap: 80px;
    position: fixed;
    top: 0;
    z-index: 999;
}
#card1{
    width: 50%;
}
#card2{
    width: 30%;
}
#navbar p{
    margin-top: 0px;
    margin-top: 8px;
    font-size: 12px;
    color: rgb(110, 109, 109);
}
#navbar div{
    display: flex;
    gap: 40px;
}
#logo{
    width: 30%;
    height: 50px;
}
#Navlinks{
    margin-left: -300px;
}

 #displayData{
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 50px;
}
#Image{
    width: 100%;
    height: 70%;
    border-radius: 10px;
}
#displayData>div{
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    cursor: pointer;
    margin-top: 150px;
}
#Title,#Price,#Cat{
    text-align: center;
}

#Box{
    width: 20%;
    height: auto;
    /* overflow: scroll; */
    overflow-y: auto;
    margin-left: 52%;
  cursor: pointer; 
  position: fixed;
  margin-top: 50px;
  background-color: white;
  padding: 0px 20px;
  text-align: center;
}

#Navbar{
    /* border: 1px solid red; */
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 5%;
    margin-top: -20px;
    gap: 20px;
    border-bottom: 1px solid gray;
    position: fixed;
    top: 20;
    background-color: white;
    z-index: 999;
  }
  #searchBar{
    width: 300px;
    height: 40px;
    border-radius: 5px;
    background-color: rgba(233, 230, 230, 0.837);
    position: relative;
    margin-top: 8px;
}
#logo{
    width: 80%;
    margin-top: 8px;
    margin-left: -150px;
}
#Navbar ul{
    display: flex;
    list-style:none ;
}

#Navbar ul li{
    padding: 8px 15px;
    border-radius: 10px;
    transition: 0.2s ease-in;
}

#Navbar ul li a{
    color: black;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
#Navbar ul li:hover{
    background-color: antiquewhite;
}

.dropdown{
 position: relative;
 display: inline-block;
}

.drop-content{
  display: none;
  position: absolute;
  background-color: white;
  font-size: 12px;
  top: 34px;
  z-index: 1;
  width: 100%;
  padding: 30px 80px 2px 50px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.drop-content{
    display: block;
    display: none;
  }

  .dropdown:hover .drop-content{
    display: block;
  }
  .drop-content a{
    text-decoration: none;
    color: black;
    font-size: 16px;
   
  }

.dropdown1{
position: relative;
display: inline-block;
}

.drop-content1{
    display: none;
    position: absolute;
    background-color: white;
    font-size: 16px;
    top: 34px;
    z-index: 1;
    width: 70%;
    padding: 30px 80px 2px 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

    .drop-content1{
    display: block;
    display: none;
    }

    .dropdown1:hover .drop-content1{
    display: block;
    }
    .drop-content1 a{
    text-decoration: none;
    color: black;
    font-size: 16px;

    }

.dropdown2{
position: relative;
display: inline-block;
}

.drop-content2{
    display: none;
    position: absolute;
    background-color: white;
    font-size: 16px;
    top: 34px;
    z-index: 1;
    width: 60%;
    padding: 30px 80px 2px 50px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.drop-content2{
    display: block;
    display: none;
    }

    .dropdown2:hover .drop-content2{
    display: block;
    }
    .drop-content2 a{
    text-decoration: none;
    color: black;
    font-size: 16px;
    
    }

    #container{
     width: 80%;
     margin: auto;
     display: grid;
     grid-template-columns: repeat(3,1fr);
     gap: 30px;
     margin-top: 50px;
    }

#container>div{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    cursor: pointer;
}   
 
#login{
    display: flex;
    list-style: none;
    gap: 10px;
}  

 #cart{
    width: 65%;
    height: 50px; 
    margin-top: 10px;
}
#Title{
    margin-top: 40px;
}

#heart{
    height: 35px;
    width: 70%;
    margin-top: 20px;
}
#signin{
    width: 70%;
    height: 50px;
    margin-top: 10px;
}
     
  