*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.bg-black{
    max-width: 100.9%;
}

#nav_search{
    width: 450px;
    border-radius: 8px 0px 0px 8px;
    background-color: rgb(46, 46, 46);
    height: 30px;
    color: darkgray;
    padding-left: 20px;
    border: none;
}

#nav_btn{
    border-radius: 0px 8px 8px 0px;
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}



.col-2{
    color: white;
}

#nav_link_div{
    padding: 10px;
    margin-right: 15px;
}

#nav_link{
    color: white;
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    position: relative;
}

#nav_link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 4px;
  background-color: #fd0000;
  bottom: 0;
  left: 0;
  top: 18px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .6s ease-in-out;
}

#nav_link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.dropdown:hover .dropdown-menu{
    display: block;
}

#nav_search:hover .dropdown-menu{
    display: block;
}

#dropdown_link{
    text-decoration: none;
    color: darkgrey;
    font-size: 14px;
}

#dropdown_link:hover{
    color: black;
}


.dropdown-menu{ 
    width: 550px;
}

#dropdown-menu ul li{
    color: darkgray;
    font-size: 14px;
}

.dropdown-toggle::after
{
    display: none;
}

#h6:hover{
    color: #fd0000;
    cursor: pointer;
}

#h5{
    font-weight: bolder;
}

#back{
    border-radius: 20px;
}

#h5_1{
    font-weight: bolder;
    color:white;
}

.manual_slider{
    background-image: url("https://d32baadbbpueqt.cloudfront.net/Homepage/f2e2157b-1c8d-4885-9c59-8b4235bb18bd.png");
}

#touch{
    background-image: url("https://in.sugarcosmetics.com/desc-images/Rectangle_background.svg");
    height: 200px;
}
#manual_cart{
    height: 430px;
    width: 230px;
    background-color:white;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}

#h5_2{
    font-weight: bolder;
}

#footer{
    background-color: black;
    height: 500px;
    text-align: center;
}

#footer_icon{
    height: 35px;
    width: 35px;
    background-color: darkgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    font-size: 20px;
    transition-duration: 0.5s;
}

#footer_icon:hover{
    background-color: white;
    cursor: pointer;
}

#hr_footer{
    height: 5px;
    background-color: white;
    width: 90%;
}
