body {
    margin: 0px;
    background-image: url("../Images/image3.png");
    background-size:cover;
    width: 100%;
    height:100vh ;
    background-repeat: no-repeat;
    font-family:sans-serif;
    background-position-y: -40px;
}

nav {
    display: flex;
    justify-content:space-between;
    padding:5px 20px 0px 20px;
}

.logo{
    width: 80px;
}

.left, .right{
    display: flex;
    justify-content: center;
    align-items:center;
    gap:20px;
}

.right a.getst {
    background: black;
    color: white;
    padding: 18px 30px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
}

a.getst:active{
    text-decoration: underline;
    transform: translateY(3px);
}
nav a{
    text-decoration: none;
    color:black;
    font-weight:600;
}

main{
    display:flex;
    justify-content:center;
}

.vansh h1{
    text-align: center;
    font-size: 2.3rem;
    margin-bottom:0px
}
.vansh p{
    margin-top: 0px;
    text-align: center;
}

.vansh{
    margin-bottom:40px ;
    display: flex;
    flex-direction: column;
    gap:20px;
    margin-top: 50px;
    /* background-color:rgb(175 219 189); */
    background-color:rgb(254, 199, 199);
    padding:20px 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.452);
}

form{
    display: flex;
    flex-direction: column ;
}
input{ 
    padding:5px;
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: rgb(211, 198, 177);
    color:black;
    border:1px solid rgba(0, 0, 0, 0.616);
}

input::placeholder {
    color: #000000a0; /* Change to your desired color */
    opacity: 1;  /* Optional: ensures full color visibility */
}

label{
    font-weight:520;
    margin-bottom:10px
}

button{
    margin-top:10px;
    background-color:#204a68;
    padding:10px;
    color:white;
    border-radius: 4px;
    cursor: pointer;
   border:1px solid rgba(0, 0, 0, 0.616);
}

button:hover{
    transform: scale(1.02);
    text-decoration: underline;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.31);
}
button:active{
    transform: translateY(3px);
    text-decoration: underline;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.31);
}

.footer{
 
    display:grid;
    grid-template-columns: repeat(4 , 220px);
    justify-content: space-around;
    /* margin-top: 80px; */
}

.mindease,.company,.legal,.product{
    display:flex;
    flex-direction: column;
    gap:10px
}

.footer a{
    text-decoration: none;
    color: rgb(27, 26, 26);
}

.end{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.try{
    margin-top: 100px;
    padding:5px;
    background-color: antiquewhite;
}

.end{
    margin-top: 80px;;
}

.footer p{
    margin-top: 0px;

}

