*{
    margin: 0;
    font-family:'Hind', sans-serif;
}
.nav-item{
    display: flex;
    align-items:flex-start;
    justify-content: start;
    margin-left: 40px;
}
nav .login button{
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    background-color:#1F4172;
    border-radius:4px ;
}
nav .login button:hover{
    color: white;
}

nav .login button.signup{
    background-color: #F1B4BB;
    color: #fff;
    border-radius: 4px;
    margin-right: 14px;
}
nav .login button.signup:hover{
    color: black;
}
.logoimage{
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5)
}
.main h1{
    text-align: center;
    margin: 80px;
    font-size: 3rem;
    color: #132043;
}
.main span{
    text-align: center;
    display: block;
    color: rgb(52, 2, 127);
    font-family: 'Outfit', sans-serif;
}
.main p{
    text-align: center;
    margin: 20px auto;
    width: 70%;
    max-width: 100%;
    color: gray;
    font-size: larger;
}
.main button{
    margin: 0 auto;
    color: white;
    background-color: black;
    border-radius: 100px;
    padding: 15px 25px;
    display: block;
}
.features h1{
    margin-top: 150px;
    text-align: center;
    color: #132043;
}
.boxes{
    margin: 30px auto;
    box-sizing: border-box;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background-color: white;
    padding: 20px;
    border-radius: 18px;
    width: 350px;
    max-width: 100%;
}
/*vision section  */
.vision h1{
    margin: 20px auto;
    text-align: center;
    color: #132043;
}
.vision h5{
width: 70%;
text-align:center;
margin: 60px auto;
color: gray;
font-size: larger;
}
/* projects section */
.project h1{
    margin: 40px;
    text-align: center;
    color: #132043;
}
.project img{
    width: 100px;
    height: 250px;
}
.part1{
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    background-color: white;
    margin: 0 auto;
    padding: 40px;
    width: 300px;
    height: 350px;
}
/* approach section */
.box1{
    background-color: #F1B4BB;
    color: black;
    height: 300px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    border-radius: 25px;
}
.box2{
    max-width: 100%;
    background-color: #fff;
    color: black;
    height: 300px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
    margin-top: 30px;
    border: 1px solid gray;
}
.box2 h1{
    color: #F1B4BB;
    text-align: center;
}
.box2 h2{
    color: #132043;
    text-align: center;
    text-transform: capitalize;
}
.box2 p{
    color: rgb(155, 152, 152);
    text-align: start;
    font-size: larger;
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
}
.box1 h1{
    text-align: center;
    margin: 20px;
    text-transform: uppercase;
} 
.box1 h4{
    text-align: center;
    margin: 50px auto;
    color: antiquewhite;
}
/* Team section */
.team h1{
    margin: 60px;
    text-align: center;
    color: #132043;
}
.team img{
    display: block;
    margin: 0px auto;
    width: 100px;
    border-radius: 30px;
}
.teampara{
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.team h2{
    text-align: center;
    padding: 20px;
}
.teamboxes{
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-color: white;
    margin: 20px auto;
    padding: 40px;
    width: 270px;
    max-width: 100%;
}


/* footer */
.footer{
    background-color: black;
    color: white;
    padding: 70px;
}
.footer p{
    text-align: center;
    margin: 0 auto;
    display: block;
}
.footer img{
    display: block;
    margin: 0 auto;
}
