@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300&display=swap');
*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background-color: rgb(62,62,63);
    color: yellow;
}
nav 
{
background-image: url('wallpic.jpg');
background-position: center;
width: 100%;
height: 100px;
}

nav ul
{
    float: right;
    list-style-type: none;
    margin-top: 10px;
    min-height: 10px;
    margin-right: 60px;
    font-size: 16px;
    
    
}
nav ul li
{
    display: inline-block;
    list-style: none;
    justify-content: space-between;
    
}
 nav ul li a
{
    text-decoration: none;
    color: #ffffff;  
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Rajdhani',sans-serif;
    font-weight: 400;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
    justify-content: space-between;


}
nav  .btn
{
    border: 1px solid grey;
    color: gray;
    padding: 1.1rem 1.2rem;
    margin-top:0.5rem;
    text-decoration: none;
    display: inline-block;
    justify-content: space-evenly;
    border-radius: 25px;
    border:hidden
}
nav ul li a:hover
{
    color: #ffffff;
    padding-right: 8px;
}
.container
{
    max-width: 1170px;  
    margin: auto;

}
.row
{
    display: flex;
    flex-wrap: wrap;
}
ul
{
    list-style: none;
}
.tittle-text h2
{
 font-size: 70px;
 font-family: 'Rajdhani',sans-serif;
}
.tittle-text p
{
 font-size: 18px;
 font-family: 'Rajdhani',sans-serif;
}
.team-card
{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
    margin-top: 60px;
}
.team-card .content
{
    text-align: center;
    text-size-adjust: 20px;
    background-color: grey;   
}
.team-card .content h3
{
    text-transform:initial;
    background-color: grey;

}
.team-card .content h5
{
    text-align: center;
    text-transform: inherit;
    background-color: grey;

}
.team-card .card
{
    width: 100%;
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}
.wa{
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}