.navbar-brand img{
    height: 75px;
    padding-inline-end: 515px;
    padding-inline-start: 20px;
}
.container{
    background-color: white;
}
.container-fluid{
    background-color: white;
}
.nav-link{
    color: dimgrey;
    font-weight: 700;
}
.buy-now-button{
    background-color: black;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 5px 15px;
    cursor: pointer;
}
.carousel-item{
    padding: 20px 40px;
}
.carousel-indicators [data-bs-target] {
    background-color: gold;
    height: 6px;
}
.top-banner{
    background-image: url(images/bg-1.png) , url(images/bg-2.png);
    background-repeat: no-repeat;
    background-position: center, left bottom;
    background-size: auto 285px, 100px 100px;
}
.laptop{
    margin-left: 7.5%;
}
.card{
    padding-bottom: 15px;
    border-radius: 10px;
    border:none;
    box-shadow: 2px 2px 20px lightgray;
}
.card img{
    padding: 50px 50px 20px 50px;
}
.card p{
    color: dimgrey;
}
#phone{
    display: inline-block;
    padding-inline-end: 79%;
}
#laptop{
    display: inline-block;
    padding-inline-end: 85.5%;
}
.see-all{
    display: inline-block;
    font-weight: 700;
}
.see-all a{
    color: gold;
    text-decoration: none;
}
.category{
    margin: 90px 0 50px 100px;
}
#category h3{
    text-align: center;
    color: gold;
}
#category hr{
    width: 10%;
    height: 10px;
    margin-left: 45%;
    border-radius: 5px;
    background-image: linear-gradient(90deg, yellow, red);
}
.col-md-6 img{
    height: 400px;
}

#cat2{
    margin-bottom: 30px;
}
#cat1{
    padding-top: 190px;
}
#cat1 img{
    border-radius: 5px 15px 5px 30px;
}
#cat2 img{
    border-radius: 15px 5px 30px 5px;
}
#cat3 img{
    border-radius: 15px 5px 30px 5px;
}
.cat img{
    box-shadow: 2px 2px 40px lightgray;
    padding: 65px;
    height: 245px;
    width: 245px;
}
footer{
    text-align: center;
    font-weight: 700;
    color: dimgray;
}