@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.container{
    min-height: 80vh;
    background: #1b11cf;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("bg.png") no-repeat center center/cover;
}

.container form{
    width: 670px;
    height: 400px;
    display: flex;
    justify-content: center;
    box-shadow: 20px 20px 50px rgba(236, 2, 2, 0.5);
    border-radius: 15px;
    background: rgb(221, 11, 11)6, 0.1
    backdrop-filter blur(10px);
    flex-wrap: wrap
}

.container form h1{
    color: #1221c1c4;
    font-weight: 500;
    margin-top: 20px;
    width: 500px;
    text-align: center;
}

.container form input{
    width: 290px;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: none;
    font-size: 15px;
    margin-bottom: 10px;
    background: none;
    border-bottom: 2px solid #fff;
}

.container form input::placeholder{
    color: rgb(2, 16, 82) 34, 4;
}

.container form #lastName,
.container form #mobile{
    margin-left: 20px;
}

.container form h4{
    color: #070000bb;
    font-weight: 300;
    width: 600px;
    margin-top: 20px;
}

.container form textarea{
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    color: #000000;
    font-weight: 200;
    font-size: 15px;
    padding: 10px;
    outline: none;
    min-width: 600px;
    max-width: 600px;
    min-height: 80px;
    max-height: 80px;
}

textarea::-webkit-scrollbar{
    width: 1em;
}

textarea::-webkit-scrollbar-thumb{
    background-color: rgba(194,194,194,0.713);
}

.container form #button{
    border: none;
    background: #1221c1c4;
    border-radius: 5px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    width: 100px;
    padding: 0;
    margin-right: 500px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.container form #button:hover{
    opacity: 0.7;
}












#cont form{
    width: 670px;
    height: 400px;
    display: flex;
    justify-content: center;
    box-shadow: 20px 20px 50px rgba(2, 6, 236, 0.5);
    border-radius: 15px;
    background: rgb(221, 11, 11)6, 0.1
    backdrop-filter blur(10px);
    flex-wrap: wrap
}

.container form #buttton{
    border: none;
    background: rgba(2, 236, 236, 0.5);
    border-radius: 5px;
    margin-top: 150px;
    font-weight: 600;
    font-size: 20px;
    color: #1d367a;
    width: 100px;
    padding: 0;
    margin-right: 80px;
    transition: 0.3s;
    margin-left: 30px;
    margin-left: 60px;

}

.container form #buttton:hover{
    opacity: 0.7;
}

.container form p{
    color: #c112b8c4;
    font-weight: 500;
    margin-top: 20px;
    width: 500px;
    text-align: center;
    font-size: xx-large;
}
.container form p :hover{
    color: #057e5abb;
}

.pa {
        color: rgba(2, 236, 236, 0.5);
        width: 350px;
        height: 260px;
        display: flex;
        justify-content: center;
        box-shadow: 20px 20px 50px rgba(2, 236, 236, 0.5);
        border-radius: 15px;
        background: rgb(221, 11, 11)6, 0.1
        backdrop-filter blur(10px);
        flex-wrap: wrap
        
        
}

#ch1 {
    color: rgb(7, 7, 117);
    
    margin-top: 20px;
    width: 500px;
    text-align: center;
    z-index: 1;
}

#Calculator{
    width: 330px;
        height: 260px;
}

.Dis{
    border: none;
    background: rgba(2, 236, 236, 0.5);
    border-radius: 5px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 20px;
    color: #1d367a;
    width: 160px;
    padding: 0;
    margin-right: 80px;
    transition: 0.3s;
    margin-left: 50px;
    height: 40px;
    text-align: center;
    
}
#Disc{
    background: rgba(2, 236, 236, 0.5);
    width: 200px;
    font-size: small;
    float: right;
    padding: 0;
    



}