*{
    margin: 0;
    padding: 0;
    
}
.header{
    min-height: 100vh;    
    width: 100%;  
}
.image{
    background-image: url(Ajay-LandingPage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;  
    
}
nav li {
    flex:1;
    
}
nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
    background-color: rgb(0,59,92,1);
    
}
li a:hover {
    background-color: rgb(0,59,92,1);
}
i{    
    cursor: pointer;
}
.card{
    width:260px;
    margin-left:50px;    
    top:450px;
    display: flex; 
    opacity: 0.4;
    position: relative;
}
.navbar-res{
    position: fixed;
    width: 100%;
}

@media only screen and (max-width:768px){
    .navbar-res{
        position: absolute;
        flex-direction: column;
        width: 100%;
        cursor: pointer;
        display: flex;
    } 
}


