* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
.first-block{
    height: 350px;
    width: 100%;
    border-bottom-left-radius:60px ;
    border-bottom-right-radius:60px ;
    background-image: url(banner-bg.jpg);

}

/* Style for the navbar */
.nav {
    
    color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
    display: flex;
    justify-content:space-between;
    position: fixed !important;
    background-color: #0071f8;
    z-index: 100;
    width: 100%;
    height: 70px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
    
   

.first-block .logo-img img{
        height: 60px;
        width: 60px;
        border-radius: 25px;
       
    
}
.first-block .nav .logo{
        font-size:40px ;
        font-weight: bolder;
        
}
.first-block .nav .name{
        display: flex;
        justify-content: space-between;
    
}
    
    
.nav .nav-links a {
        color: #fff;
        margin-left: 1.5em;
        text-decoration: none;
        font-weight: bold;
        transition: color 0.3s;
        font-size: 19px;
        
       
    
}
.nav .nav-links input{
        width:150px;
        height: 30px;
        
        border-radius: 10px;
        margin-left: 20px;
}
.nav .nav-links button{
        height: 40px;
       margin-right: 30px;
        border-radius: 10px;
        width: 100px;
        background-color: #d63384;
        color: white;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 20px;
    
}
.nav .nav-links button{
        text-align: center;
}
    
    
.nav .nav-links a:hover {
        color: #d63384;
}

.first-block .content {
    color: #ffffff;
    font-size: 35px;
    font: bold;
    font-family: sans-serif;
    margin-left: 30px;
    display: flex;
    justify-content:space-between ;
    margin-top: 90px;
    width: 95%;
    
    

}
.first-block h2{
    position: absolute;
    top: 15%;
    margin-left: 30px;
    font-size: 37px;
    color: white;
}
.first-block .content p {
    width: 700px;
    font-size: 22px;
    margin-top: 20px;
    

}
.first-block .content .content-img img{
   
    height: 200px;
    width: auto;
    margin-right: 60px;
    border-radius: 20px;
   
}
footer{
    margin-top: 150px;
    background-color: #0071f8;
    background-repeat: no-repeat;
    background-image: url(footer-bg.jpg);
    background-size: cover;
    min-height: 150px;
    border-radius: 150px 150px 0px 0px;
   
    
}
footer p {
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

  