/* main section */
.container {
    padding-bottom:50px;
}
/* main section */

/* header  */
.nav-link {
    font-size:17px;
}
/* header  */

/* carousel section  */

.buy-now-button {
    background-color: black;
    color:white;
    border-radius:10px;
    padding:10px 20px;
}
.carousel-indicators li{
    background-color: yellow;
    padding:2px;
    border-radius:12px;

}
.carousel-inner{
    background: url(../images/bg-1.png)  no-repeat center, url(../images/bg-2.png) left bottom no-repeat;
    background-size: 50px, 150px, auto;
    height:500px;
}
.col-md-7 {
    padding:20px;
    height:100%;
}
.col-md-5 {
    padding:5px;
    height:100%;
}
/* carousel section  */

/* smartphone-section  */
.smartphone-head  h5{
    font-weight:600;
    color:black;
}
.smartphone-head p a {
    color:rgb(224, 186, 12);
}
.categories img {
    width:100px;
}

.card{
    border:none;
    box-shadow:5px 5px 5px rgb(192, 182, 182);
    border-radius:10px;
    text-align:center;
}
.card-footer {
    background-color:white;
    border-top:none;
}
.card-title {
    font-weight:600;
}
.card img {
    height:300px;
}
/* smartphone-section  */

/* Categories-section  */
.categories-heading {
    font-weight:600;
    text-align:center;
}
.catagoies-section img{
 margin-bottom:10px;
 width:150px;
 border-radius:10px;
}
.heading span {
    height: 5px;
    width: 100px;
    display: block;
    margin: auto;
    border-radius: 12px;
    background: #f3a616;
}
/* Categories-section  */