*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body{
    padding: 0%;
    margin: 0%;
}
#pmln img{
    width: 75%;
    padding-top: 55px;
}
#mian img{
    padding-top: 10px;
    width: 25%;
}
.flex{
    display: flex;
    justify-content: space-between;
}
#navbar{
    background-color: #1d76bb;
    width: 100%;
}
.nav-item a{
    color: white;
    text-align: center;
    font-size: 18px;
}
.nav-item a:hover{
    color: #e0dd16;
}


.join{
    background-image: url(apniparty4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}




.form-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .form-title {
    margin-bottom: 20px;
  }
  .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .form-group span {
    min-width: 120px;
    font-weight: bold;
  }
  .btn button{
    width: 100px;
    height: 50px;
    border-radius: 0px;
    background-color:  #121c8f;
    color: white;
  }
  .btn button:hover{
    background-color: #1d76bb;
    color: white;
  }
 

/* section footer start */
.president{
    background-image: url(bg-section-PMLN.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 7vh;
    color: white;
    padding-top: 7px;
}
.icon i{
    font-size: 20px;
    cursor: pointer;
}
.icon i:hover{
    color: #e29f51;
}
.icon{
    background-color: #808285;
    color: white;
    cursor: pointer;
}
.icon p{
    font-size: 17px
}
.icon p:hover{
    color:#e29f51;
}
.icon span:hover{
    color:#e29f51;
}
/* section footer end */