ul{
    padding-left: 0;
}
.fotr{
    background-color: #0e1116;
    padding:4.5rem 0 2rem 0;
}
.fotr-logo span{
    background-color: #0b4d6c;
    color: #fff;
    font-size: 1.125rem;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;

}
.fotr-logo{
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
    display: flex;
    gap: 10px;
}
.botm-f1{
    display: flex;
    gap: 2%;
    color: #fff;
    flex-wrap: wrap;
}
.botm-f1>div{
    width: 49%;
}
.botm-f1>div:nth-child(1) p{
    color:#d1d5dc;;
}
.botm-f1>div:nth-child(2){
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.botm-f1>div:nth-child(2)>div{
    width: 49%;
}
.botm-f1>div:nth-child(2)>div h5{
    margin-bottom: 1rem;
}
.botm-f3{
    background-color: #1e2939;
    border-radius: .625rem;
    padding: 1rem;
    color: #99a1af;
    font-size: .75rem;
    text-align: center;
}
.ulr2{
    list-style-type: none;
}
.ulr2 li a{
    color: #fff;
}
.botm-f2{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    align-items: center;
    border-top: 1px solid #1e2939;
    border-bottom: 1px solid #1e2939;
    padding: 2rem 0;
    margin: 1.5rem auto;
    justify-content: space-between;
}
.botm-f2>div:nth-child(1){
    /* width: 30%; */
}
.botm-f2>div:nth-child(2){
    /* width: 36%; */
    display: flex    ;
    justify-content: center;
}
.botm-f2>div:nth-child(3){
    /* width: 30%; */
}
.botm-f2>div:nth-child(1) p{
    font-size: .875rem;
    color: #99a1af;
}
.botm-f2>div:nth-child(3) a{
    font-size: .875rem;
    color: #99a1af;
    display: flex;
    justify-content: end;
}
.ulr3{
    list-style-type: none;
    display: inline-flex;
    gap: 19px;
    flex-wrap: wrap;
    justify-content: center;
}
.ulr3 li a{
    font-size: .875rem;
    color: #99a1af;
    display: flex;
    align-items: center;
    gap: 6px;
}
.ulr3 li a svg{
    width: 17px;
}
.ulr2 li a{
    color: #d1d5dc;
    padding: 0.3rem 0;
    display: flex;
}
.ulr1{
   list-style-type: none;
}
.ulr1 li a{
    color: #d1d5dc;
    padding: .4rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ulr1 li {
    color: #d1d5dc;
    padding: .4rem 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ulr1 li svg{
    color: #0f6d98;
    width: 20px;
}
.fotr a:hover{
   color: #fff;
}