.header{
    z-index: 4 !important;
}
.Services{
    color:rgb(235, 184, 184) !important;
}
.card{
    padding: 0;
    position: relative;
    border-radius: 20px;
    background-color: #0c4a7c;
    filter: none;
    color: white;
    z-index: 2;
    overflow: hidden;

}
.card:hover{
    transition: 400ms;
    transform: scale(1.1);}
    
.card p{
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: large;
}
.card::after{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    background-image: radial-gradient(circle closest-side, #002f6c, #6a849e);
       z-index: -1;
    filter: blur(20px);
    

}
.row{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.dropdown-menu{
position: absolute;
z-index: 3;
}
.dropdown-menu a:focus, .dropdown-menu a:active {
    outline: none;
    color: rgb(235, 184, 184); 
    background-color: transparent;
    box-shadow: none; 
}
body{
    color: white;
}