*{
box-sizing: border-box;
}
body{
    border-top: 0;
    padding:0;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
   
}
header{
   
    width:100%;
    background-color: rgba(9, 11, 49, 0.678);
    padding: 20px;
    position: absolute;
    top:0;
    text-align: center;
    color: aliceblue;
}


.header-container{
    display: flex;
    justify-content: space-around;
    

}
header a{
    border-top: 0;
    text-decoration: none;
    margin-right: 100px;
    font-size: 14px;
    letter-spacing: 3px;
    color: rgb(219, 248, 219);
    font-family: tahoma;
}
    .header-h1{
        font-size: 50px;
        margin-top: 0;
        color: aliceblue;

    }
.anger{
    border-top: 200px;
    display: flex;
    justify-content: space-around;
}
.banner-container{
    width: 110%;
    height: 150vh;
    background: rgba(6,72,105,0.849);
    display: flex;
    justify-content: space-between;
}
.banner-container .container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;

}
.left-section{
    width: 600px;
}
.left-section h1{
    margin:0 ;
    font-size: 40px;
    color: white;
}
.left-section p{
    margin: 0;
    text-align: justify;
    font-size: 8px;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 20px;
    color:rgba(255,255,255,0.884)
    

}
.left-section button{
    color: rgb(78,78,78);
    background-color: azure;
    border: none;
    padding: 12px,50px;
    border-radius: 6px;
    margin-top: 15px;
    cursor: pointer;
}
/*left section end*/
/*right section */
.right-section {
    margin-top: 150px;
    width: 1200px;
    background-color:white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 5 5px 6px rgba 0,0,0,0.26;

}
.right-section h4{
    font-size: 25px;
    color: rgba(64, 142, 95, 0.813);
    width: 500px;
    margin: auto;
    margin-bottom: 30px;
   
}
.input-group{
    background-color:  #f0f0eb5d;
    color: rgb(12, 37, 114);
    font-size: 18px;
    width: 500px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;


}
.input-group-label{
    color:rgb(244, 125, 131);
    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: rgb(10, 145, 207);
    border: 20px color red;
    padding: 10px 0;
    margin-top: 15px;
    border-radius: 10px;
    width: 200px;
    margin-left: 180px;
    cursor: pointer;
}
/*right section end*/
.right-section-tr{
    width: 500px;
    background-color: #c9c98a;  
    border: 10px;
    color: #b50d0d;
}
.a{
    text-decoration: none;
    color: aliceblue;
}