/* General Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
}

/* Header */
.header {
    background-color: #fffbfbf4;
    padding: 1rem;
}

.nav ul {
    display: flex;
    justify-content: left;
}

.nav li {
    padding: 0.5rem;
}

.nav a {
    color: #fff;
}

.nav1 ul {
    display: flex;
    justify-content: right;
}

.nav1 li {
    padding: 0.5rem;
}

.nav1 a {
    color: #fff;
}
/* Hero Section */
.hero {
    background-color: #007BFF;
    color: #fff;
    text-align: left;
    padding: 2rem 1rem;
}

.hero-content h1 {
    font-size: 3rem;
}

.hero-content p {
    font-size: 1.5rem;
}

/* Content Section */
.content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2rem;
}

.box {
    background-color: #f4f4f4;
    padding: 2rem;
    margin: 1rem;
    border-radius: 5px;
    width: 30%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.box h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.box p {
    font-size: 1.1rem;
}
.error p{
	color: red;
    text-align: center;
}

/* Footer */
.footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem;
}
#proimg{ 
border-radius:10px;
width:150px;
height:200px;
padding: 5px;
}
#navic{ 
display:none;
}
#NavToggle{ 
display:inline;
}
#logo{ 
border-radius:10px;
width:100px;
height:100px;
padding: 5px;
}
#nvicon{ 
border-radius:10px;
width:50px;
height:50px;
padding: 5px;
}

[type="submit"]{width:90%; height:50px; font-size:18px;margin-left:2%;}
[type="text"]{height:40px; width:90%; font-size:20px; margin-left:2%; }
[type="password"]{height:40px; width:90%; font-size:20px; margin-left:2%;}
[type="textarea"]{height:120px; width:80%; font-size:18px; margin-right:2%; }
[type="checkbox"]{height:20px; width:20px; font-size:18px; margin-right:2%; }

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .nav ul {
        flex-direction: column;
    }

    .nav li {
        text-align: center;
        padding: 1rem;
    }

    .content {
        flex-direction: column;
    }

    .box {
        width: 80%;
    }
[type="submit"]{width:80%; height:30px; font-size:18px;margin-left:2%;}
[type="text"]{height:30px; width:80%; font-size:18px; margin-left:2%; }
[type="password"]{height:30px; width:80%; font-size:18px; margin-left:2%;}
[type="textarea"]{height:120px; width:80%; font-size:18px; margin-right:2%; }
#proimg{ 
border-radius:10px;
width:150px;
height:200px;
padding: 5px;
}

#nvicon{ 
border-radius:10px;
width:50px;
height:50px;
padding: 5px;
}
#navic{ 
display:block;
}
#NavToggle{ 
display:inline;
}
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content p {
        font-size: 1rem;
    }

    .box {
        width: 90%;
    }
[type="submit"]{width:80%; height:50px; font-size:18px;margin-left:2%;}
[type="text"]{height:50px; width:80%; font-size:18px; margin-left:2%; }
[type="password"]{height:50px; width:80%; font-size:18px; margin-left:2%;}
[type="textarea"]{height:120px; width:80%; font-size:18px; margin-right:2%; }

#proimg{ 
border-radius:10px;
width:150px;
height:200px;
padding: 5px;
}

#nvicon{ 
border-radius:10px;
width:50px;
height:50px;
padding: 5px;
}

}
