/* Navigation */
html{
    scroll-behavior: smooth;
}

#navbar{
    flex-direction: column;
}

#navbar ul li a{
    font-size: 1rem;
    padding: 0px 7px;
    padding-bottom: 8px;
}
#home p{
    font-size: 13px;
}

/* Home Section */
#home{
    height: 650px;
} 
#home::before{
    height: 650px;
} 

/* Services Section */
#services{
    flex-direction: column;
} 
#services .box{
    padding: 14px;
    margin: 2px 0px; 
    margin-bottom: 20px;
}
/* clients Section */
clients{
    overflow: hidden;
    flex-wrap: wrap;
}

#clients img{
    width: 66px;
    padding: 6px;
    height: auto;
}

/* contact us section */
#clients img{
    width: 66px;
    padding: 6px;
    height: auto;
}

/* footer */

/* utility classes */

.h-primary{
    font-size:26px;
}
.btn{
    font-size: 13px;
    padding: 4px 8px;
}