@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box ;
        font-family: bul;
    list-style: none;
}
@font-face {
    font-family: bul;
    src: url(B-Lotus/B-Lotus/B\ Lotus\ Bold_0.ttf) format(truetype);
}
.a1{
    width: 300px;
    height: 100vw;
    background-color: black;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.a2{
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.a2 img{
border-radius: 50%;
margin-top: 20px;
}
.a3{
text-align: center;
color: white;
margin-top: 5px;
}
.a3 a{
    margin-bottom: 50px;
    text-decoration: none;
    color: white;
}
.a4 a{
 color: white;
 text-decoration: none;
 margin-left: 140px;
  &:hover{
        color: rgba(0, 0, 0, 0.859);
    }
}
.a4 i{
color: rgb(141, 14, 105);
margin-left: 3px;
}
.a4 hr{
margin: 10px 0px 10px 0px;
}
.a5{
    width: 140px;
    height: 40px;
    padding-top: 9px;
    background-color: rgb(129, 20, 132);
    border-radius: 25px;
    margin: 10px 80px 0px 0px;
}
.a6{
      &:hover{
       background-color: rgb(224, 124, 151);
       width: 200px;
       height: 30px;
       margin-right: 100px;
       border-top-right-radius: 10px;
       border-bottom-right-radius: 10px;
    }
}
.a7{
      &:hover{
       background-color: rgb(224, 124, 151);
       width: 200px;
       height: 30px;
       margin-right: 100px;
       border-top-right-radius: 10px;
       border-bottom-right-radius: 10px;
    }
}
.a8{
      &:hover{
       background-color: rgb(224, 124, 151);
       width: 200px;
       height: 30px;
       margin-right: 100px;
       border-top-right-radius: 10px;
       border-bottom-right-radius: 10px;
    }
}
.a9{
      &:hover{
       background-color: rgb(224, 124, 151);
       width: 200px;
       height: 30px;
       margin-right: 100px;
       border-top-right-radius: 10px;
       border-bottom-right-radius: 10px;
    }
   
}
form.row{
padding-bottom: 10px;
}
.a10{
    color: white;
}