html
{
    scroll-behavior:smooth;
}
body
{
	font-family: "DM Sans", sans-serif;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 16px;
	color: #666666;
}
/*h1, h2 , h3, h4, h5, h6
{
	font-family: "Poppins", sans-serif;
}*/
.gap-2
{
    gap: .5rem;
}
#back-to-top
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 10px 13px 12px 13px;
    border-radius: 50%;
    border: none;
    background: #b45309;
    box-shadow: rgba(33, 26, 30, .2) 0 4px 8px;
    display: none;
}
#back-to-top:hover,
#whatsapp-btn:hover
{
	opacity: 90%;
	box-shadow: none;
}
#whatsapp-btn
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 9px 18px 18px 7px;
    border-radius: 50%;
    border: none;
    background: #29a71a;
    box-shadow: rgba(33, 26, 30, .2) 0 4px 8px;
}
#whatsapp-btn i
{
    color: #fff;
    font-size: 22px;
}