  
.footer{
    background-color: rgb(38, 35, 46);
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 0.5rem;
    height: 450px;
  }

.bs-logo-1{
  left: 50;
  width: 30px;
  padding: 10px;
  height: 30px;
}
.but-1{
  height: 40px;
  width: 100px;
  border-radius: 20px;
}
.but-1:hover{
  color: rgb(229, 229, 229);
}

.webs{
    color: rgb(0, 0, 0);
    margin-left: 35%;
    font-weight: 400;
    text-align: center;
    font-size: 27px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.p1{
 width: 25% ;
 margin-left: 170px;
}



.p1knotlogo{
    width: 150px;
    height: 150px;
    margin-left: -10px;
}

.p1text{
    margin-top: -50px;
    color: rgb(99, 99, 107);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.pheading{ 
    font-weight: 500;
    font-size: 18px;
}

.p2{
    margin-left: 50px;
    width: 25%;
    font-size: 16px;
    margin-top: 40px;
    color: rgb(99, 99, 107);
    line-height: 34px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.p3{
    margin-left: -135px;
    width: 25%;
    font-size: 16px;
    margin-top: 40px;
    color: rgb(99, 99, 107);
    line-height: 34px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.p4{
    margin-left: -135px;
    width: 25%;
    font-size: 16px;
    margin-top: 40px;
    color: rgb(99, 99, 107);
    line-height: 34px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}




.icons{
    margin-top: -15px;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    margin-right: 12px;
}


.clickable{
    color: rgb(99, 99, 107);
    font-size: 16px;
    text-decoration: none;
}