.nav-link {
    color: #707070;
    font-weight: 600;
}

.container {
    margin-bottom: 50px;
}

nav {
    background-color: transparent;
}

.buy-now-button {
    background-color: black;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 9px 25px;
    cursor: pointer;
}

.carousel-item {
    padding: 20px 40px;
    background-image: url(images/bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.carousel-inner {
    background-image: url(images/bg-2.png);
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: 0px 320px;
}

.card {
    border: none;
    box-shadow: 5px 5px 10px lightgray;
    border-radius: 15px;
}

.card-body {
    align-items: center;

}

h3 {
    margin-bottom: 50px;
    margin-top: 8px;
}

#catagories {
    text-align: center;
    margin-top: 10%;
}

hr {
    width: 100px;
    margin-left: 45.5%;
    border: 0;
    height: 5px;
    /* border-radius: 3px; */

}

.card-body h5 {
    text-align: center;
}

.card-body .buy-now-button {
    margin-left: 30%;
}

.card-text {
    text-align: center;
}

.see-all {
    color: orange;
    font-size: 15px;
    margin-top: 16px;
}

.category-item {
    padding: 20px 20px;
}

.categories-border {
    border-bottom: 5px solid #FFBB24;
    border-radius: 3px;
    margin-bottom: 30px;
}

.footer {
    text-align: center;
    color: grey;
    font-size: 15px;
}