*{box-sizing: border-box;
font-family:'Poppins', 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; /* Updated to Poppins for a modern look */
}

body {
    background: #f8f9fa; /* Light, clean background for better readability */
    color: #333; /* Neutral dark gray for text */
    line-height: 1.75em; /* Comfortable line spacing for body text */
    
} 

header{width: 100%;
height: 400px;} 

nav{display:flex;
    justify-content: space-evenly;
    height: 100px;
    background: white;
    color: black;
    width: 100%;
}

nav + div{
    padding: 20px;
}

ul{display: flex;
    list-style-type: none;
}

li{
    margin: 0 30px;
    display: flex;
    align-items: center; /* Center content vertically */
    height: 100%; /* Ensure the li elements have the same height as nav */
    }

.apply{background: black;
color:aliceblue;
padding: 10px 20px;
border-radius: 5px;
}

.hehe{width: 50%;
float: left;
height: 300px;
background: #EAE6F4; /*rgb(243, 239, 239); */
}

.hehe img{width: 300px;
height: 300px;
margin-left: 90px;}

.hihi{display: flex;
height: 550px;
width: 100%;
background: rgb(243, 239, 239);}

/* Style for the Email Input */
input[type="email"] {
    width: 100%; /* Full-width for better responsiveness */
    max-width: 400px; /* Limit the maximum width */
    padding: 10px 15px; /* Comfortable padding for text */
    font-size: 16px; /* Consistent text size */
    border: 2px solid #b744c9; /* Deep purple border for a professional touch */
    border-radius: 5px; /* Slightly rounded corners */
    background-color: #f8f9fa; /* Light gray background for better readability */
    color: #333; /* Neutral dark text color */
    outline: none; /* Remove the default outline */
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth transition for hover/focus effects */
}

input[type="email"]:focus {
    border-color: #ff85a2; /* Pink border on focus for a vibrant effect */
    box-shadow: 0 0 8px rgba(255, 133, 162, 0.6); /* Add a subtle glowing effect */
}

/* Style for the Submit Button */
.submit {
    display: inline-block; /* Ensures proper alignment with the input */
    background-color: #b744c9; /* Deep purple background */
    color: white; /* White text for contrast */
    padding: 10px 20px; /* Comfortable padding */
    border-radius: 5px; /* Rounded corners for a friendly look */
    font-size: 16px; /* Consistent text size */
    text-align: center; /* Center text */
    cursor: pointer; /* Indicate it's clickable */
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out; /* Smooth transitions */
}

.pink {
    border-top: 3px solid #d16ba5; 
}


main{text-align: center;
height: 250px;
padding: 20px;
line-height: 1.8em;
margin: 30px 0px;}

h2{
    font-size: 22px;
    font-weight: 500;
}

.sec{display: flex;
}

.sec span{padding: 10px 20px;
    line-height: 1.7em;}

.haha{display: flex;
flex-direction: column;
align-items: center;
}

.huhu{flex: 2;
    max-width: 100%
}

.huhu p{
    /* width: 90%; */
font-size: 14px; /*16px; */
margin: 10px 5px;
line-height: 1.8em;}

/* .haha img{
width: 400px;
height: 250px;
margin: 0 auto;
padding: 10px 20px;
} */

.hoho{
flex: 1;
}

.hoho img, .hoho span{ margin-top: 20px;}

.were{height: 400px;
display: flex;
flex-direction: column;
align-items: center;}

.founder{display: flex;
width: 90%;
height: 300px;
border: 1px solid black;
}

.founder1{flex:1;
    text-align: center;
padding-top: 20px;}

.founder2{flex: 2;}

.founder2 h2{font-size: 16px;
    line-height: 1.6em;}

.last{display: flex;
height: 150px;
}

.last section{padding: 10px 15px;
font-size: 14px;}

.ew{display: flex;
    justify-content: stretch;
    align-items: center;
    background: rgb(169, 200, 241);
    height: 60px;
    margin-top: 70px;}

.second{
    margin-right: 15px;
}    

footer{display: flex;
    justify-content: stretch;
    align-items: center;
    background: #6484ad; /* Subtle blue for professionalism */
    color: white;
    font-size: 14px;
    line-height: 1.5em;
    height: 100px;}

.tutu{display: none;}    

.home{
    display: none;
}

@media (max-width: 1024px){
   
    li{
        margin: 0 25px;
    }

    footer{
        justify-content: space-between;
    }
}    

@media (max-width: 768px){

li {margin: 0 10px;} 

.huhu p, .founder2 p, .last p {font-size: 13px;
    line-height: 1.8em}

.hehe img{width: 275px;
height: 275px;}

footer{font-size: 14px;}

}    

@media (max-width: 360px){

li{margin: 0 5px;
font-size: 12px;}

.gone{
    display: none;
}

.tutu{display: inline-block;
align-self: center;}

.apply{
    padding: 5px 10px;

}

h1{
    font-size: 20px;
}


.hehe{height: 350px;}

.hehe p{font-size: 12px;}

.hehe img{width: 150px;
    height: 150px;
    margin: 80px 5px;}

.you{
    display: flex;
    flex-flow: column wrap;
height: 140px;
justify-content: space-between;}

input{width: 95%;}

.you span{
    font-size: 12px;
}

main h2{
    font-size: 14px;
    height: 50px;
}

main span, main p{font-size: 12px;}

.hihi{ 
    display: flex;
    flex-direction: column;
    /* flex-flow: column wrap; */
    height: 1250px;

}

.were{display: flex;
flex-direction: column;
height: 650px;
margin-top: 20px;}

.founder{border: none;
display: flex;
flex-direction: column;
width: 100%;
height: 600px;
}

header{
    height: 480px;
}

.last{height: 400px;
display: flex;
flex-direction: column;}

.ew span{
    font-size: 12px;
}

.ew input{
    width: 60%;
    margin-right: 10px;

}

footer{
    width: 100%;
    height: 75px;
    display: flex;
    flex-direction: column;
}

.house{display: none;}

.home{display: block;
margin-bottom: 20px;}

footer{display: inline-block;
font-size: 12px;}

}