#navbar{
    width: 100%;
    margin: 0px auto;
    display: flex;
    height: 120px;
    background-color: black;
    
}

#logo{
    height: 100%;
    width: 15%;
    margin: 0px;
}
#logo img{
    height: 100%;
    width: 100%;
}
#logo img:hover{
    cursor: pointer;
}
#tataluxuxry h5 a{
    color: white;
    text-align: center;
    text-decoration: none;
}
#navcont{
    width: 85%;
}
#tataluxuxry{
    display: flex;
    width: 100%;
}
#Tataleft{
    display: flex;
    width: 40%;
    padding-left: 20px;
}
#Tatatight{
    display: flex;
    width: 70%;
    justify-content: space-around;
}
.dropbtn {
    
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align:center;
    padding:10px;
    right: 0px;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
 
  #loginregister{
  background-color: #4CAF50;
    color: white;
      padding: 16px;
    border-radius:25px;
    text-align:center;
  }

  #category{
    display: flex;
    
  }

  #category h3 a{
    color: white;
    text-align: center;
    text-decoration: none;
  }
  .branddropdown{
    width: 10%;
    text-align: center;
  }
  .catdropdown {
    color: black;
    border: none;
   
    
  }
   
  .dropdown-content-cat {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    text-align:center;
    padding:20px;
    left: 30px;
  }
  .dropdown-content-cat a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content-cat a:hover {
    background-color: #f1f1f1;
    cursor: pointer;
  }
  .branddropdown:hover .dropdown-content-cat {
    display: block;
  }
  
  .branddropdown {
    position: relative;
    display: inline-block;
  }


 #search-container{
    width: 65%;
  }
  #search-container input[type="text"]{
    width: 90%;
    padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  }
  #search-container button{
    width: 5%;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
   
  }

  #cartwishlist{
    width: 20%;
    display: flex;
    justify-content: space-evenly;
  }
  #reg{
    height: 570px;
    border: 1px solid blue;
    position: fixed;
    top: 20px;
    width: 35%;
    left: 32%;
    display: none;
    border-radius:5%;
    background-color: aqua;
    padding: 20px;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  #content{
    width: 70%;
    margin: 90px auto;
    text-align: center;
  }

  #mobile-number-span{
    font-size: 30px;
  }
  #mobileNumber{
    border: none;
    font-size: 20px;
    margin-bottom: 40px;
    background-color: aqua;
  }
  #mobile-number-login{
    font-size: 20px;
    margin-bottom: 40px;
    border-radius: 5%;
    border: none;
    background-color: aqua;
  }

  #continueBtn{
    font-size: 20px;
    border-radius: 5%;
    width: 90%;
    margin: 40px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
  }



  