body {
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }
.navbar{
    border-bottom: 1px solid grey;
    max-width: fit-content;
    height: 75px;
    
}
.container{
    scroll-behavior: smooth;
}
#h5{
    text-align: center;
}
h2{
    display: inline;
    margin-left: 60px ;
    margin-right: 500px;
    font-size: 32px;
    font-weight: bold;
    
}

#id8{
    padding-top: 25px;
}
a{
    margin-right: 10px;
    padding: 10px;
    text-decoration: none;
    display: inline;
    color: black;    
}
h1{
    text-align: center;
    font-size: 50px;
}
h3{
    text-align: center;
    
    font-weight: bold;
}
button{
    background-color: black;
    color: aliceblue;
    padding: 10px;
    border-radius: 5px;
    width: 125px;
   
}
.About Us
{
 text-align: left;
 font-size: 45px;
}
.id1 {
    float: right;
    margin-top: 20px; 
    margin-right: 20px;
      
}
.text{
    display: flex;
    align-items: center;
}
.text6{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    margin: 0px;
    
 
}

pre{
    font-family:"Poppins", Sans-serif;
    font-weight: 500;
    color:#000000;
    font-weight: lighter;

}

.text2{
    display: flex;
    align-items: center;
    
}
pre h3{
    margin-right: 335px;

}
.text3{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    margin: 0px;
    
}
pre{
    width: 700px;
}
.text5{
    display: flex;
    align-items: center;
}

.right-image {
    float: right;
    align-items: center;
    height: 400px;
    }
.left-image{
    float: left;
    align-items: center;
    height: 400px;
    padding: 100px;

}
.text7{
    float: left;
    display: flex;
    align-items: center;
}
.crm{
    display: grid;
}

.footer{
   margin-top: 0%;
   justify-content: center;
   justify-items: center;
   text-align: center;
   color: black;
   height: 200px;
   padding-top: 30px ;

} 
.hr{
            display:flex;
            margin: 20px;
            justify-content:center;
            align-items: center;
            height: 0.5px;
            width:100%;
            background-color: rgb(213,207,207); 

}
p{
    text-align: center;
}