*{
    margin: 0;
    padding: 0;
}
#navbar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: black;
}
#logo{
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 5px;
}
#logo img{
    height: 70px;
    width: 60px;
}
#navbar ul{
    display: flex;
    flex-wrap: wrap;
}
#navbar ul li{
    list-style: none;
    padding: 15px;
    margin-top: 5%;

}
#navbar ul li a{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
}
#navbar ul li a:hover{
    transform: scale(1.2);
    transition: transform 0.3s ease;
    color: grey;
}

.pcontainer {
    width: 100%;
    height: 100vh;
    background-image: url('images6/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    *{
        margin: 0;
        padding: 0;
    }
    #navbar{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background-color: black;
    }
    #logo{
        margin-left: 7px;
        margin-top: 7px;
        margin-bottom: 5px;
    }
    #logo img{
        height: 70px;
        width: 60px;
    }
    #navbar ul{
        display: flex;
        flex-wrap: wrap;
    }
    #navbar ul li{
        list-style: none;
        padding: 15px;
        margin-top: 5%;
    
    }
    #navbar ul li a{
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        color: white;
    }
    #navbar ul li a:hover{
        transform: scale(1.2);
        transition: transform 0.3s ease;
        color: grey;
    }
    
    .pcontainer {
        width: 100%;
        height: 100vh;
        background-image: url('images6/bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      
    .container1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        width: 90%;
        max-width: 30rem;
        margin-top: 20vh;
        height: auto;
        margin: auto;
        border: 3px solid black;
        border-radius: 20px; 
        padding: 1rem;
        background-color: rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 10px white;
        overflow: hidden;
    }
    .container1 h2{
        text-align: center;
        font-family: 'Poppins', sans-serif;
        color: black;
    }
    .pnow{
        padding: 10px;
        color: white;
        background: red;
        cursor: pointer;
    }
    .pnow:hover{
        background: black;
        color: white;
    }
    .ic1{
        font-family: 'Poppins', sans-serif;
        font-size: 1.3rem;
        font-weight: 600;
        padding: 3px;
    }
    .ic1 input{
        padding: 4px;
    }
    #dropdown option {
        padding: 5px;
      }
  }
  
.container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 90%;
    max-width: 30rem;
    margin-top: 20vh;
    height: auto;
    margin: auto;
    border: 3px solid black;
    border-radius: 20px; 
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px white;
    overflow-y: hidden;
}
.container1 h2{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: black;
}
.pnow{
    padding: 10px;
    color: white;
    background: red;
    cursor: pointer;
}
.pnow:hover{
    background: black;
    color: white;
}
.ic1{
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 3px;
}
.ic1 input{
    padding: 4px;
}
#dropdown option {
    padding: 5px;
  }