nav{
    background-color: black;
    color: white;
    padding: 18px;
    cursor: pointer;
}
li,ul,a{
    display: inline;
}
.ul{
    margin-left: 300px;
}
li,a{
    font-size: 20px;
    margin-right: 20px;
}
li:hover{
    color: blue;
}
.one{
    display: inline;
}
.two{
    display: inline;
    color:darkorange;
    margin-left: 7px;
}
hr{
    block-size: 2px;
    background-color: black;
}
.three{
    color: blue;
}
.four{
    display: inline-block;
    background-color: blue;
    color: white;
    width: 140px;
    margin-left: 25px;
    padding: 5px;
    padding-left: 4px;
    border-width: 2px;
    border-color: black;
    border-style: solid;
}
h2{
    margin-left: 40px;
}
.five{
    display: inline;
    margin-right: 31px;
}
.six{
    display: inline;
}
.seven{
    display: inline;
    color: blue;
}
.eight{
    display: inline;
    margin-right: 31px;
}
.ninen{
    display: inline;
}
.ten{
   display: inline;
   color: blue;
}
.ele{
   display: inline;
}
.twe{
   display: inline;
}
.thr{
   display: inline;
}
.twenty{
    background-color: black;
    color: white;
    padding: 70px;
    margin-top: 50px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.saran{
    background-color:white
    height: 300;
    width: 700;
    display: inline-block;
}
.csc{
    background-color: white;
    height: 225px;
    width: 225px;
    display: inline-block;
    border-color: black;
    border-width: 2px;
    border-style: solid;
}
.ece{
    background-color: white;
    height: 225px;
    width: 225px;
    display: inline-block;
    margin-top: 50px;
    margin-left: 40px;
    border-color: black;
    border-width: 2px;
    border-style: solid;
}
.vasanth{
    color: blue;
    padding-right: 35px;
}
.nithish{
    color: blue;
    padding-right: 35px;
}
.kishore{
    margin-top: 50px;
    color: blue;
}
.siva{
    border-color:black;
    border-width: 3px;
    border-style: solid;
    background-color: pink;
    display: inline-block;
    height: 40px;
    width: 500px;
}
.sri{
    display: inline;
    color: blue;
    margin-left: 10px;
}
.hari{
    display: inline;
    margin-left: 58%;
    color: blue;
}
.bala{
    border-color:black;
    border-width: 3px;
    border-style: solid;
    background-color: pink;
    display: inline-block;
    height: 40px;
    width: 500px;
    margin-top: 40px;
}
.ba{
    display: inline;
    margin-left: 70%;
    color: blue; 
}
.sakthi{
    border-color:black;
    border-width: 3px;
    border-style: solid;
    background-color: pink;
    display: inline-block;
    height: 40px;
    width: 500px;
    margin-top: 40px;
}
.thi{
    display: inline;
    margin-left: 70%;
    color: blue; 
}
.arun{
    border-color:black;
    border-width: 3px;
    border-style: solid;
    background-color: pink;
    display: inline-block;
    height: 40px;
    width: 500px;
    margin-top: 40px;
}
.run{
    display: inline;
    margin-left: 75%;
    color: blue; 
}.kabis{
    color: blue;
}
.abcd{
    font-size: large;
}
.ni {
    font-size: 20px; 
    font-family: Arial, sans-serif;
    background-color: #f8f9fa;
}

h1 {
    font-size: 36px; 
    color:blue;
}

form {
    width: 50%;
    margin: auto;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 10px gray;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

/* Gender in One Line */
.gender-group {
    display: flex;
    gap: 1px;
    justify-content: start;
    margin-top: 10px;
}

input, textarea {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

textarea {
    height: 100px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

button {
    width: 48%;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

button[type="reset"] {
    background: red;
    color: white;
}

button[type="submit"] {
    background: blue;
    color: white;
}
section {
    padding: 20px;
    margin: 20px;
    background: white;
    border-radius: 10px;
    color:blue;
}

.container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.iv{
    color: black;
}

.box {
    width: 25%;
    padding: 15px;
    background: #ddd;
    border-radius: 8px;
}
/* Image Slider using CSS Keyframes */
.slider {
    width: 50%;
    height: 500px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.slides {
    display: flex;
    width: 500%;
    height: 100%;
    animation: slideShow 50s infinite ease-in-out;
}

.slides img {
    width: 20%;
    height: 100%;
}

/* Keyframes Animation */
@keyframes slideShow {
    0% { transform: translateX(0%); }
    20% { transform: translateX(-20%); }
    40% { transform: translateX(-40%); }
    60% { transform: translateX(-60%); }
    80% { transform: translateX(-80%); }
    100% { transform: translateX(0%); }
}
.vas{
    color: blue;
    margin-top: 100px;
}
.xob {
    width: 30%;
    padding: 20px;
    background: #ddd;
    border-radius: 8px;
}
.ball{
    margin-top: 50px;
    width: 50%;
    padding: 20px;
    background: #ddd;
    border-radius: 8px;
}