
*
{
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.logo
{
    width: 130px;
}

.search
{
    width: 400px;
    border-radius: 5px;
    border: 1px solid white;
}

.navbar-collapse
{
    padding-left: 150px;
}

.bg
{
    height: 750px;
    margin-top: 50px;
}

#display
{
    object-fit: cover;
    height: 550px;
}

.para
{
    padding-left: 20px;
}

.price
{
    color: green;
    font-weight: bold;
    list-style: none;
}

.srtike
{
    text-decoration:line-through;
    font-weight: 100;
    color: gray;
}

.rate
{
    background-color: green;
    color: white;
    font-size: 20px;
    width: 65px;
    text-align: center;
    border-radius: 20px;
}

.fa-star
{
    font-size: 15px;
}

.review
{
    font-size: 16px;
    color: gray;
    font-weight: bold;
    padding-left: 20px;
}

.fa-tag
{
    padding-right: 10px;
    color: green;
}

.tc
{
    text-decoration: none;
}

.rupee
{
    align-items: center;
}