*{
box-sizing: border-box;
}
header{
margin-top:0px;
    display:flex;
    justify-content: space-around;
    background-color: rgba(0, 0, 0, 0.735);
    height: 50px;
    color: aliceblue

   
header a{
    color: aliceblue;
    text-align: center;
     margin-left:50px;
   
}
    
}
body{
    margin-top: 0;
    border: 0PX;
    padding:5PX;
   font-family: karthika;
   background-color:   rgba(72, 178, 239, 0.735);
   
}
.banner-container .container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

}
.left-section {
    width: 90%;
     margin-top:59px;
    padding: 10PX;
    background-color: rgba(20, 20, 20, 0.945);
    border-radius: 20px;
    text-align: justify;
    font-size: 10px;
    letter-spacing: 2px;


    line-height: 15px;
    color:rgba(255,255,255,0.884)
    

    

}
.left-section button{
    color: rgb(78,78,78);
    background-color: azure;
    border: 20px;
    padding: 12px,50px;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
}
/*left section end*/
/*right section */
.right-section {
 margin-right: 50;
    text-
    width: 350px;
    border-radius: 15px;
    padding: 40px 0;
    box-shadow: 0 5px 6px rgba 0,0,0,0.26;

}
.right-section h4{
    color: rgb(125, 155, 244);
    width: 200px;
    margin: auto;
    margin-bottom: 30px;
   
}

.right-section h6{
    color: rgb(236, 245, 234);
    font-size: 8px;
    text-align: justify;
    line-height: 15px;
    width: 500px;
    margin-left: 10px;
    margin-bottom: 30px;
   
}

.input-group{
    color: rgb(125, 155, 244);
    font-size: 14px;
    width: 300px;
    margin: 10px auto;
    display: flex;
    flex-direction: column;


}
.input-group-label{
    color:rgb(125, 155, 244);
    font-size: 14px;
    position: relative;
    transition: 0.5s ease-in-out;
}

.input-group input{
    border:none;
    padding: 7px;
    margin-top: -5px;
    outline: none;
    color: rgb(125, 155, 244);
    border-bottom: 1px solid #c9c98a;

}
.input-group input:focus~label{
    color:red;
    top:10px;
    font-size: 12;
}
.submit button{
    background-color:rgb(125,155,244);
    color: white;
    border: none;
    padding: 10px 0;
    margin-top: 15px;
    border-radius: 10px;
    width: 100px;
    margin-left: 130px;
    cursor: pointer;
}
/*right section end*/