*{
    margin: 0px;
    padding: 0px;
}
/* navbar start */
#black-navbar{
    border: 0px solid red;
    width:100%;
    height:40px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    background-color:#000000;
    color: white;

}
#black-navbar>div:nth-child(1){
    display: flex;
    margin:auto ;
    font-family: "Brandon Text", Arial, sans-serif;
    font-size:16px;
    
}

#apply-now{
color: white;
border-bottom: 0px solid white;


}
#bonus{
    font-weight: bold;
    font-size:16px;
}
#flag{
    display: flex;
margin-right: 20px;
font-size:16px;
font-family: "Brandon Text", Arial, sans-serif;
   
   
}
#flag>img{
    border-radius: 50%;
}
#navbar{
    border:0px solid black;
    width:100%;
    margin: auto;
    height:100px;
    display: flex;
   justify-content: space-around;
    align-items: center;
   
}
#logo{
    width:50%;
    height:100%;
}
#search{
    border: 2px solid grey;
    width:23%;
    height: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;

}
#input{
    border:none;
}
#search>div{
    border:0px solid red;
    padding: 10px;

}
#search>div:nth-child(2){
    width:80%;

}


#pro{
    border: 0px solid green;
    width:95%;
    height:150px;
    margin: auto;
}
#next-navbar{
    width:100%;
    height:43px;
    border: 0px solid blue;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#next-navbar>div:hover{
text-decoration: underline;
cursor: pointer;
}
#next-navbar p{
    font-size: 16px;
    font-family: "Brandon Text", Arial, sans-serif;
    columns: #333333;
}
#navbar p{
    
    font-size: 16px;
    font-family: "Brandon Text", Arial, sans-serif;
    
   
    cursor: pointer;
    
    color: #393939;
    text-decoration: none;
    
    
}
#next-navbar>div:nth-child(2){
    color: #f93822;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
 
    line-height: 20px;
    padding: 15px;
    padding-right: 25px;
    font-family: "Brandon Text", Arial, sans-serif; 
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 220px;
    height:400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
  }
  .dropdown-content div {
  
    text-decoration: none;
    display: block;
  }
  .dropdown-content ul {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content ul:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
#account{
    border:0px solid red;
    height: 40px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    background-color: #000000;
    font-family: "Brandon Text", Arial, sans-serif;
    padding: 5px; 
    cursor: pointer;

}

.dropdown-content1 {
 
    line-height: 20px;
    padding: 15px;
    padding-right: 25px;
    font-family: "Brandon Text", Arial, sans-serif; 
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 150px;
    height:220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    cursor: pointer;
  }
  .dropdown-content1 div {
  
    text-decoration: none;
    display: block;
  }
  .dropdown-content1 ul {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  .dropdown-content1 ul:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content1 {
  display: block;
}


#account1{
    border:0px solid red;
    height: 40px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    background-color: #000000;
    font-family: "Brandon Text", Arial, sans-serif;
    padding: 5px; 
    cursor: pointer;

}

/* navbar end */

#footer{
    border:0px solid red;
    width:100%;
    height:auto;
    margin-top: 40px;
    background-color: #f9f9f9;
    padding-left: 15px;
    padding-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 10px;
    padding-left: 15px;
}
#footer1{
    border:0px solid red;
    width:70%;
    height:80%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(1, 430px);
    gap:10px;
    height:390px;
}
#footer1>div{
border: 0px solid blue;
line-height: 35px;
font-family: "Brandon Text", Arial, sans-serif;
font-size: 16px;
color: #393939;
height: 390px;
}

#footer1>div>ul:hover{
    text-decoration: underline;
    cursor: pointer;
    text-decoration-thickness: 1px;
}

#footer1>div>ul:nth-child(1){
    font-weight: 700;

}
#footer2{
    border:0px solid red;
    height:130px;
    width:20%;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-template-rows: repeat(2, 60px);
}

#design{
    border:0px solid blue;
    display: flex;
    width:98%;
    justify-content: space-between;

}

#footer2>div{
    border: 0px solid green;
    
}

#footer2>div>img{
width: 100%;
margin-top: 10px;
border:0px solid red;
}
#footer2>div:nth-child(2){
    display: flex;
    gap:15px;
    padding-left: 30px;
}
#last{
    border:0px solid black;
    height:12%;
    width:68%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(1, auto); */
    font-size: 13px;
    font-family: "Brandon Text", Arial, sans-serif; 
    font-weight: 400;
    color: #393939;
    margin-bottom: 10px;
    margin-top: 10px;
   
}
#last>div:hover{
    text-decoration: underline;
    cursor: pointer;
    text-decoration-thickness: 1px;
}


.container{
    border:0px solid red;
    width:250px;
    height:auto;
    margin: auto;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.container>input{
    height:30px;

    width:80%;
    margin-bottom: 10px;
}
.container>h2{
    margin-bottom: 10px;
    
}

.container>button{
    width:80%;
    height:30px;
    margin-bottom: 10px;
}

#main_con{
    display: flex;
    /* border: 1px solid; */
}
.next_container{
    border:0px solid red;
    width:250px;
    height:auto;
    margin: auto;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.next_container>input{
    height:30px;

    width:80%;
    margin-bottom: 10px;
}
.next_container>h2{
    margin-bottom: 10px;
    
}

.next_container>button{
    width:80%;
    height:30px;
    margin-bottom: 10px;
}
.next_container{
    margin-right: 300px;
    
}
#nd_con{
    margin-top: 50px;
}
#add_product{
    width:80%;
    height:30px;
    background-color: #f93822;
    border:none;
    color:white
}
.container{
    padding:20px;
    margin-left: 200px;
}
#delete_btn{
    width:80%;
    height:30px;
    background-color: #f93822;
    border:none;
    color:white  
}
.next_container{
    padding:20px;
}
#update_btn{
    width:80%;
    height:30px;
    background-color: #f93822;
    border:none;
    color:white 
}
#main_con{
    border:0px solid red;

}
#mini-cont{
    border:0px solid red;
    width:30%;
    margin-right: 200px;
}